@charset "UTF-8";
/* 
Here will go all custom scss for theme
*/
@import url("https://fonts.googleapis.com/css2?family=Monoton&family=Open+Sans:wght@400;600&display=swap");
@font-face {
  font-family: "Monoton";
  src: url("/wp-content/themes/golden-guy/inc/assets/fonts/Monoton-Regular.ttf");
}
@font-face {
  font-family: "Gilroy-Bold âž";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Bold âž"), url("/wp-content/themes/golden-guy/inc/assets/fonts/Gilroy-Bold.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Heavy âž";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Heavy âž"), url("/wp-content/themes/golden-guy/inc/assets/fonts/Gilroy-Heavy.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Light âž";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Light âž"), url("/wp-content/themes/golden-guy/inc/assets/fonts/Gilroy-Light.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Medium âž";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Medium âž"), url("/wp-content/themes/golden-guy/inc/assets/fonts/Gilroy-Medium.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Regular âž";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Regular âž"), url("/wp-content/themes/golden-guy/inc/assets/fonts/Gilroy-Regular.woff") format("woff");
}
.harlow {
  font-family: "Monoton";
}

html {
  font-size: 0.0521vw;
}

@media (max-width: 1023px) {
  html {
    font-size: 1px;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 0.0521vw;
  }
}
video {
  pointer-events: none;
}

@keyframes blobRadius {
  0%, 100% {
    border-radius: 43% 77% 80% 40%/40% 40% 80% 80%;
  }
  20% {
    border-radius: 47% 73% 61% 59%/47% 75% 45% 73%;
  }
  40% {
    border-radius: 46% 74% 74% 46%/74% 58% 62% 46%;
  }
  60% {
    border-radius: 47% 73% 61% 59%/40% 40% 80% 80%;
  }
  80% {
    border-radius: 50% 70% 52% 68%/51% 61% 59% 69%;
  }
}
@keyframes blobBackground {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
body {
  background-color: #000;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 16rem;
  line-height: 30rem;
  color: #B3B3B3;
  /* Chrome, Edge, and Safari */
}
body * {
  scrollbar-width: auto;
  scrollbar-color: #ffd500 #ffffff;
}
body::-webkit-scrollbar {
  width: 2rem;
}
body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2745098039);
}
body::-webkit-scrollbar-thumb {
  background-color: #ffd500;
}
body p {
  color: #B3B3B3;
}
body strong {
  color: #fff;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  word-spacing: 0.3em;
}

@media (min-width: 1350px) {
  .container {
    max-width: 1320rem;
  }
}
.button-yellow {
  background: #EAAA0A;
  color: #fff;
  display: inline-block;
  padding: 12rem 40rem;
  border-radius: 110rem;
  border-bottom: 4px solid #CD9405;
  font-weight: 600;
  transition: all 0.7s;
}
.button-yellow:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-10px);
}

.button-center {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.section-container {
  max-width: 1450rem;
  margin: 0 auto -30rem;
  padding: 0 30rem;
  animation: fadein1s 2.5s;
}
.section-container.section-container-flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}

.content-50 {
  width: 100%;
}
@media (min-width: 1024px) {
  .content-50 {
    width: 50%;
    padding: 0 15rem;
  }
}

.content-100 {
  width: 100%;
}

.section-1 {
  background: transparent;
  background-size: cover;
  background-position: center center;
}
.section-1 h1 {
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 74rem;
}
@media (max-width: 768px) {
  .section-1 h1 {
    font-size: 40rem;
  }
}
.section-1 .section-1-element img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 591rem;
  width: 100%;
}
@media (max-width: 1023px) {
  .section-1 .section-1-element img {
    display: none;
  }
}
.section-1 .section-2-element img {
  position: absolute;
  top: 120rem;
  right: 20rem;
  max-width: 491rem;
  width: 100%;
}
@media (max-width: 1023px) {
  .section-1 .section-2-element img {
    display: none;
  }
}
.section-1 .section-4-element img {
  position: absolute;
  bottom: -120rem;
}
@media (max-width: 1023px) {
  .section-1 .section-4-element img {
    display: none;
  }
}
.section-1 .section-3-element img {
  position: absolute;
  bottom: 20rem;
  z-index: 1;
  left: 50rem;
}
@media (max-width: 1023px) {
  .section-1 .section-3-element img {
    display: none;
  }
}
@media (max-width: 1023px) {
  .section-1 .content-50 {
    text-align: center;
    margin-top: -90rem;
  }
}

.section-2 {
  background: transparent;
  background-size: cover;
  background-position: center center;
}
.section-2 .section-1-element img {
  position: absolute;
  top: -243rem;
  left: 0;
  max-width: 487rem;
  width: 100%;
}
@media (max-width: 1023px) {
  .section-2 .section-1-element img {
    display: none;
  }
}
.section-2 .section-2-element img {
  position: absolute;
  top: 20rem;
  left: 100rem;
}
@media (max-width: 1023px) {
  .section-2 .section-2-element img {
    display: none;
  }
}
.section-2 .section-container {
  position: relative;
}
.section-2 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 63rem;
}
@media (max-width: 768px) {
  .section-2 h2 {
    font-size: 26rem;
  }
}
.section-2 strong {
  margin-bottom: 25rem;
  font-size: 20rem;
  line-height: 33rem;
  display: block;
}
.section-2 p {
  color: #B3B3B3;
}

.section-3 {
  background: transparent;
  background-size: cover;
  background-position: center center;
}
.section-3 .section-container-flex {
  z-index: 7;
}
.section-3 .content-50-number {
  position: relative;
  background: transparent !important;
  text-shadow: 0px 2px 42px rgba(0, 0, 0, 0.8509803922);
}
.section-3 .content-50-number:before {
  content: "01";
  position: relative;
  display: block;
  font-size: 125rem;
  color: #fff;
  opacity: 0.25;
  font-weight: 700;
  margin-bottom: 60rem;
}
@media (max-width: 1023px) {
  .section-3 .content-50-number:before {
    font-size: 75rem;
    margin-bottom: 36rem;
  }
}
@media (min-width: 1023px) {
  .section-3 .content-50-number:before {
    font-size: 190rem;
    font-weight: 700;
    position: absolute;
    top: 71rem;
    left: -280rem;
    margin-bottom: 0;
  }
}
.section-3 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 63rem;
}
@media (max-width: 768px) {
  .section-3 h2 {
    font-size: 35rem;
  }
}
.section-3 strong {
  margin-bottom: 25rem;
  font-size: 20rem;
  line-height: 33rem;
  display: block;
}

.section-4 {
  background: transparent;
  background-size: cover;
  background-position: center center;
}
.section-4 .section-1-element img {
  position: absolute;
  top: 20rem;
  right: 0px;
}
@media (max-width: 1023px) {
  .section-4 .section-1-element img {
    display: none;
  }
}
.section-4 .section-2-element img {
  position: absolute;
  top: 30rem;
  right: 40rem;
}
@media (max-width: 1023px) {
  .section-4 .section-2-element img {
    display: none;
  }
}
.section-4 .content-grid-swiper {
  margin-top: 30rem;
}
.section-4 .content-50-number {
  position: relative;
}
.section-4 .content-50-number:before {
  content: "02";
  position: relative;
  display: block;
  font-size: 125rem;
  color: #fff;
  opacity: 0.25;
  font-weight: 700;
  margin-bottom: 60rem;
}
@media (max-width: 1023px) {
  .section-4 .content-50-number:before {
    font-size: 75rem;
    margin-bottom: 36rem;
  }
}
@media (min-width: 1023px) {
  .section-4 .content-50-number:before {
    font-size: 190rem;
    font-weight: 700;
    position: absolute;
    top: 71rem;
    left: -280rem;
    margin-bottom: 0;
  }
}
.section-4 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 63rem;
}
@media (max-width: 768px) {
  .section-4 h2 {
    font-size: 35rem;
  }
}
.section-4 strong {
  margin-bottom: 25rem;
  font-size: 20rem;
  line-height: 33rem;
  display: block;
}
@media (min-width: 1023px) {
  .section-4 .content-50 {
    margin-left: 250rem;
  }
}

.section-5 {
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  /*
  &:before {
      content: '';
      background-image: url('/wp-content/uploads/2022/02/Group-8.svg');
      position: absolute;
      top: 0;
      right: 0;
      border: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      z-index: 1;
  }*/
}
.section-5 .section-container-small .content {
  margin: 0 auto;
  color: #B3B3B3;
  position: relative;
  z-index: 2;
}
.section-5 .section-container-small .content .number {
  font-weight: 900;
  font-size: 120rem;
  margin-bottom: 60rem;
}
@media (max-width: 1023px) {
  .section-5 .section-container-small .content .number {
    font-size: 75rem !important;
    margin-bottom: 36rem !important;
  }
}
.section-5 .section-container-small .content h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 63rem;
}
@media (max-width: 768px) {
  .section-5 .section-container-small .content h2 {
    font-size: 35rem;
  }
}

.section-6 {
  background: transparent;
  background-size: cover;
  background-position: center center;
}
.section-6 .section-1-element img {
  position: absolute;
  top: 10rem;
  right: 0;
  max-width: 466rem;
  width: 100%;
}
@media (max-width: 1023px) {
  .section-6 .section-1-element img {
    display: none;
  }
}
.section-6 .section-2-element img {
  position: absolute;
  top: 50px;
  right: 70px;
  max-width: 337rem;
  width: 100%;
}
@media (max-width: 1023px) {
  .section-6 .section-2-element img {
    display: none;
  }
}
.section-6 .content-50-number {
  position: relative;
}
.section-6 .content-50-number:before {
  content: "04";
  position: relative;
  display: block;
  font-size: 125rem;
  color: #fff;
  opacity: 0.25;
  margin-bottom: 60rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .section-6 .content-50-number:before {
    font-size: 75rem;
    margin-bottom: 36rem;
  }
}
@media (min-width: 1023px) {
  .section-6 .content-50-number:before {
    font-size: 190rem;
    position: absolute;
    bottom: 75rem;
    right: -280rem;
    margin-bottom: 0;
  }
}
.section-6 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 63rem;
}
@media (max-width: 768px) {
  .section-6 h2 {
    font-size: 35rem;
  }
}
.section-6 strong {
  margin-bottom: 25rem;
  font-size: 20rem;
  line-height: 33rem;
  display: block;
}

.section-7 {
  background: transparent;
  background-size: cover;
  background-position: center center;
}
.section-7 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 63rem;
}
@media (max-width: 768px) {
  .section-7 h2 {
    font-size: 35rem;
  }
}
@media (min-width: 1024px) {
  .section-7 .section-container {
    margin-top: 130rem;
  }
}
.section-7 .logotyp {
  background: #fff;
  width: 180rem;
  height: 180rem;
  border-radius: 500rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-7 .logotyp img {
  width: 120rem;
  filter: brightness(0) invert(0);
  opacity: 0.3;
}
.section-7 .logotyp:before {
  content: "";
  width: 230rem;
  height: 230rem;
  background: #fff;
  opacity: 0.2;
  border-radius: 300rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-7 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-7 .swiper-slide:hover {
  transition: all 0.5s;
}
.section-7 .swiper-slide:hover .logotyp-desc {
  opacity: 1;
  transition: all 0.5s;
}
.section-7 .swiper {
  padding: 60rem 0;
}
.section-7 .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 70rem;
}
.section-7 .swiper-pagination span {
  background: #fff;
  width: 10rem;
  height: 10rem;
  transition: all 0.4s;
}
.section-7 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ffc600;
  width: 40rem;
  border-radius: 10rem;
}
.section-7 .logotyp-desc {
  position: absolute;
  top: -25rem;
  left: 0;
  right: 0;
  bottom: -25rem;
  background: #F9CE4B;
  border-radius: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  padding: 20rem 20rem 26rem 20rem;
  font-size: 15rem;
  line-height: 26rem;
  color: #000;
  font-weight: 400;
  transition: all 0.4s;
  opacity: 0;
}
.section-7 .logotyp-desc h3 {
  margin-top: 10rem;
  font-weight: 700;
  color: #000;
  font-size: 20rem;
}

.section-8 {
  background: transparent;
  background-size: cover;
  background-position: center center;
}
.section-8 .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 70rem;
}
.section-8 .swiper-pagination span {
  background: #fff;
  width: 10rem;
  height: 10rem;
  transition: all 0.4s;
}
.section-8 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ffc600;
  width: 40rem;
  border-radius: 10rem;
}
.section-8 .section-1-element img {
  position: absolute;
  bottom: 0;
  max-width: 235rem;
  width: 100%;
}
@media (max-width: 1023px) {
  .section-8 .section-1-element img {
    display: none;
  }
}
.section-8 .section-2-element img {
  position: absolute;
  bottom: 50rem;
  left: 60rem;
  max-width: 96rem;
  width: 100%;
}
@media (max-width: 1023px) {
  .section-8 .section-2-element img {
    display: none;
  }
}
.section-8 .section-3-element img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 213rem;
  width: 100%;
  animation: topBottom 5s infinite;
  transition: all 5s;
}
@media (max-width: 1023px) {
  .section-8 .section-3-element img {
    display: none;
  }
}
.section-8 .section-4-element img {
  position: absolute;
  bottom: 80px;
  right: 10px;
  max-width: 229rem;
  width: 100%;
}
@media (max-width: 1023px) {
  .section-8 .section-4-element img {
    display: none;
  }
}
.section-8 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 63rem;
  position: relative;
}
@media (max-width: 768px) {
  .section-8 h2 {
    font-size: 35rem;
  }
}
.section-8 .content-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-8 .content-grid__single {
  width: 100%;
  color: #fff;
}
@media (min-width: 992px) {
  .section-8 .content-grid__single {
    width: 30%;
  }
}
.section-8 .content-grid__single .icon {
  width: 105rem;
  height: 105rem;
  background: #fff;
  border-radius: 200rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-8 .content-grid__single .icon img {
  height: 50rem;
  width: auto;
}
.section-8 .content-grid__single h3 {
  color: #fff;
  font-size: 23rem;
  margin: 20rem 0;
  font-weight: 700;
}
.section-8 .content-grid__single .excerpt {
  color: #B1B1B1;
}
@media (min-width: 1024px) {
  .section-8 .content-grid__single .excerpt {
    height: 235rem;
    overflow-x: auto;
    /* Chrome, Edge, and Safari */
  }
  .section-8 .content-grid__single .excerpt * {
    scrollbar-width: auto;
    scrollbar-color: #ffd500 #ffffff;
  }
  .section-8 .content-grid__single .excerpt::-webkit-scrollbar {
    width: 4rem;
  }
  .section-8 .content-grid__single .excerpt::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2745098039);
  }
  .section-8 .content-grid__single .excerpt::-webkit-scrollbar-thumb {
    background-color: #ffd500;
  }
}
.section-8 .content-grid__single a {
  color: #F1BB35;
  font-size: 18rem;
  font-weight: 700;
  margin-top: 20rem;
  display: flex;
  align-items: center;
}
.section-8 .content-grid__single a:after {
  content: "";
  background: url(/wp-content/uploads/2022/03/arrow-yellow.svg);
  width: 10rem;
  height: 10rem;
  background-size: cover;
  display: block;
  margin-left: 10rem;
}

.section-9 {
  background: transparent;
  background-size: cover;
  background-position: center center;
}
.section-9 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 63rem;
}
@media (max-width: 768px) {
  .section-9 h2 {
    font-size: 35rem;
  }
}
.section-9 .content-gridblog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40rem;
}
.section-9 .content-gridblog__single {
  width: 100%;
  background: rgb(51, 51, 51);
  border-radius: 15rem;
  padding: 20rem 20rem 40rem;
  color: #fff;
}
@media (min-width: 1024px) {
  .section-9 .content-gridblog__single {
    width: 30%;
  }
}
@media (max-width: 1023px) {
  .section-9 .content-gridblog__single:nth-child(2), .section-9 .content-gridblog__single:nth-child(3) {
    display: none;
  }
}
.section-9 .content-gridblog__single .image img {
  border-radius: 15rem;
}
.section-9 .content-gridblog__single h3 {
  color: #fff;
  font-size: 20rem;
  margin: 30rem 0 20rem;
  font-weight: 700;
  padding: 0 20rem;
}
@media (max-width: 1023px) {
  .section-9 .content-gridblog__single h3 {
    padding: 0;
  }
}
.section-9 .content-gridblog__single .excerpt {
  color: #B1B1B1;
  padding: 0 20rem;
}
@media (max-width: 1023px) {
  .section-9 .content-gridblog__single .excerpt {
    padding: 0;
  }
}
.section-9 .button-center {
  margin-top: 20rem;
}

.section-10 {
  background: transparent;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .section-10 .section-content-form {
    height: calc(100vh - 329rem);
    display: flex;
    align-items: center;
    width: 100%;
  }
}
.section-10 .section-content-form .agree span {
  text-align: left !important;
  display: block;
  font-weight: 400 !important;
  text-transform: unset !important;
  line-height: 19rem;
  padding-left: 6rem;
  font-size: 11rem !important;
}
.section-10 .section-content-form .agree span.wpcf7-list-item {
  text-transform: unset !important;
}
.section-10 .section-content-form .agree input {
  position: absolute;
  opacity: 0;
}
.section-10 .section-content-form .agree label > span:before {
  content: "";
  width: 20rem;
  height: 20rem;
  position: absolute;
  background: #fff;
  left: 0;
  border: 1rem solid;
}
.section-10 .section-content-form .agree input:checked ~ span:before {
  background: #eaaa07;
  border-color: #eaaa07;
  content: "âś“";
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-10 .section-content-form span.wpcf7-not-valid-tip {
  display: none !important;
}
.section-10 .section-container.section-container-flex {
  width: 100%;
}
.section-10 .background-stars {
  transform: translate(50rem, -220rem);
}
.section-10 .section-10__footer-author {
  background: #000;
  color: #858585;
  font-size: 13rem;
  margin-top: 50rem;
  width: calc(100% + 80rem);
  margin-left: -40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 992px) {
  .section-10 .section-10__footer-author {
    flex-direction: column;
  }
}
.section-10 .section-10__footer-author p {
  margin: 0;
  padding: 15rem 10rem;
}
@media (max-width: 992px) {
  .section-10 .section-10__footer-author p {
    padding: 1rem 10rem !important;
  }
}
.section-10 .section-10__footer-author a {
  color: #858585;
}
.section-10 .section-10__footer {
  background: #101010;
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 30rem 40rem 0;
  z-index: 2;
}
@media (max-width: 1023px) {
  .section-10 .section-10__footer {
    position: relative !important;
  }
}
.section-10 .section-10__footer .column-1 {
  max-width: 370rem;
}
@media (max-width: 1023px) {
  .section-10 .section-10__footer .column-1 {
    margin: 0 !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center;
    margin-bottom: 10px !important;
  }
}
.section-10 .section-10__footer .column-1 strong {
  text-transform: uppercase;
  color: #FDC720;
  font-size: 26rem;
  display: block;
  margin-bottom: 27rem;
}
.section-10 .section-10__footer .column-2 {
  width: 342rem;
  margin-left: 80rem;
}
@media (max-width: 1023px) {
  .section-10 .section-10__footer .column-2 {
    max-width: 370rem;
    margin: 0 !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center;
    margin-top: 0px !important;
  }
}
.section-10 .section-10__footer .column-2 > span {
  font-size: 14rem;
  color: #fff;
  font-weight: 700;
  display: block;
  margin-bottom: 2rem;
  text-transform: uppercase;
  cursor: pointer;
}
.section-10 .section-10__footer .column-2 > span.active img {
  transform: rotate(-90deg);
}
.section-10 .section-10__footer .column-2 > span img {
  position: relative;
  top: -1px;
  margin-left: 5px;
  transform: rotate(90deg);
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  .section-10 .section-10__footer .column-2 > span img {
    display: none;
  }
}
.section-10 .section-10__footer .column-2 > span + div {
  display: none;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .section-10 .section-10__footer .column-2 > span + div {
    display: block !important;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .section-10 .section-10__footer .column-2.column-2-nav #menu-uslugi {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .section-10 .section-10__footer .column-2.column-2-nav #menu-uslugi li {
    width: 50%;
  }
}
.section-10 .section-10__footer .column-2.column-2-nav ul {
  padding: 0;
}
.section-10 .section-10__footer .column-2.column-2-nav ul li a {
  color: #A7A7A7;
  font-size: 14rem;
}
.section-10 .section-10__footer .column-3 {
  width: 181rem;
  margin-left: -6rem;
}
@media (max-width: 1023px) {
  .section-10 .section-10__footer .column-3 {
    max-width: 370rem;
    margin: 0 !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px !important;
  }
}
.section-10 .section-10__footer .column-3 > span {
  font-size: 14rem;
  color: #fff;
  font-weight: 700;
  display: block;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.section-10 .section-10__footer .column-3 > span img {
  position: relative;
  top: -1px;
  margin-left: 5px;
  transform: rotate(90deg);
}
@media (min-width: 1024px) {
  .section-10 .section-10__footer .column-3 > span img {
    display: none;
  }
}
.section-10 .section-10__footer .column-3 p {
  font-size: 14rem;
  display: flex;
  align-items: flex-start;
}
.section-10 .section-10__footer .column-3 p img {
  margin-right: 13px;
  margin-right: 13rem;
  margin-top: 8rem;
}
.section-10 .section-10__footer .column-3 p.address {
  color: #fff;
  font-weight: 700;
  font-size: 15rem;
  line-height: 26rem;
}
.section-10 .section-10__footer .column-3 p.address img {
  margin-top: 4rem;
}
.section-10 .section-10__footer .column-3 p.tel {
  margin-bottom: 5rem;
}
.section-10 .section-10__footer .column-3 p a {
  color: #A7A7A7;
  font-size: 14rem;
}
.section-10 .section-content-form {
  position: relative;
}
.section-10 .section-10__footerv .section-container.section-container-flex {
  justify-content: space-between;
}
.section-10 .element-1-section img {
  position: absolute;
  right: 0;
  bottom: -360rem;
  z-index: 0;
  max-width: 57%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  bottom: calc(100% - 810rem);
}
@media (max-width: 1024px) {
  .section-10 .element-1-section img {
    display: none;
  }
}
.section-10 .element-2-section img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
  z-index: 1;
  width: 100%;
}
.section-10 .content-50.form-content {
  position: relative;
  z-index: 3;
}
.section-10 .content-50.form-content .form .input {
  max-width: 420rem;
  margin: 0 auto 20rem;
}
.section-10 .content-50.form-content .form .input.agree a {
  color: #eaaa07;
}
.section-10 .content-50.form-content .form .input span {
  font-size: 13rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 800;
  display: block;
  text-align: center;
}
.section-10 .content-50.form-content .form .input input {
  height: 37rem;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #ECECEC;
  font-size: 13rem;
  text-align: center;
  font-weight: 700;
  color: #808080;
  outline: 0;
  font-weight: 600;
}
.section-10 .content-50.form-content .form .input input::-moz-placeholder {
  font-size: 15rem;
  color: #808080;
  font-weight: 600;
}
.section-10 .content-50.form-content .form .input input::placeholder {
  font-size: 15rem;
  color: #808080;
  font-weight: 600;
}
.section-10 .content-50.form-content .form .send input {
  background: #EAAA0A;
  color: #fff;
  padding: 13rem 50rem;
  border-radius: 110rem;
  border-bottom: 4px solid #CD9405 !important;
  font-weight: 600;
  transition: all 0.7s;
  font-size: 18rem;
  border: 0;
  margin: 30rem auto 0;
  display: block;
  width: 204rem;
  text-align: center;
}
.section-10 .content-50.form-content .form .send input:hover {
  background-color: #EAAA0A;
}
.section-10 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 63rem;
  display: block;
  text-align: center;
}

/* 
Here will go all custom scss for theme
*/
html {
  font-size: 0.0521vw;
}

@media (max-width: 1023px) {
  html {
    font-size: 1px;
  }
}
body {
  background-color: #000;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 16rem;
  line-height: 30rem;
  color: #B3B3B3;
  /* Chrome, Edge, and Safari */
}
body * {
  scrollbar-width: auto;
  scrollbar-color: #ffd500 #ffffff;
}
body::-webkit-scrollbar {
  width: 7rem;
}
body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2745098039);
}
body::-webkit-scrollbar-thumb {
  background-color: #ffd500;
}

body p {
  color: #B3B3B3;
}

body strong {
  color: #fff;
}

@media (min-width: 1350px) {
  .container {
    max-width: 1320rem;
  }
}
.button-yellow {
  background: #EAAA0A;
  color: #fff;
  display: inline-block;
  padding: 12rem 40rem;
  border-radius: 110rem;
  border-bottom: 4px solid #CD9405;
  font-weight: 600;
  transition: all 0.7s;
}

.button-yellow:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-10px);
}

.button-center {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.section-container {
  max-width: 1450rem;
  margin: 0 auto -30rem;
  padding: 0 30rem;
}

.section-container.section-container-flex {
  display: flex;
  flex-wrap: wrap;
}

.content-50 {
  width: 100%;
}

@media (min-width: 1024px) {
  .content-50 {
    width: 50%;
    padding: 0 15rem;
  }
}
.content-100 {
  width: 100%;
}

.section-1 {
  background-color: transparent;
  /*   background: url("/wp-content/uploads/2022/02/Group-1083.jpg");*/
  background-size: cover;
  background-position: center center;
}

.section-1 h1 {
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 74rem;
}

@media (max-width: 768px) {
  .section-1 h1 {
    font-size: 40rem;
  }
}
.section-1 .section-1-element img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 591rem;
  width: 100%;
}

@media (max-width: 1023px) {
  .section-1 .section-1-element img {
    display: none;
  }
}
.section-1 .section-2-element img {
  position: absolute;
  top: 120rem;
  right: 30rem;
  max-width: 420rem;
  width: 58%;
  animation: planet2 6s ease-in infinite;
}

@keyframes planet2 {
  0% {
    transform: translate(0rem, -10rem);
  }
  50% {
    transform: translate(0rem, 10rem);
  }
  100% {
    transform: translate(0rem, -10rem);
  }
}
@media (max-width: 1023px) {
  .section-1 .section-2-element img {
    display: none;
  }
}
.section-1 .section-container .content-50 {
  position: relative;
  top: -40rem;
}

.section-1 .section-4-element img {
  position: absolute;
  bottom: -120rem;
}

@media (max-width: 1023px) {
  .section-1 .section-4-element img {
    display: none;
  }
}
.section-1 .section-3-element img {
  position: absolute;
  bottom: 20rem;
  z-index: 3;
  left: 50rem;
}

@media (max-width: 1023px) {
  .section-1 .section-3-element img {
    display: none;
  }
}
.section-1 .section-5-element img {
  position: absolute;
  bottom: 110rem;
  left: calc(51vw - 88rem);
  max-width: 177rem;
  width: 100%;
  animation: planet 3s linear infinite;
}

@keyframes planet {
  0% {
    transform: translate(0rem, 0rem);
    opacity: 1;
  }
  50% {
    transform: translate(-3rem, 3rem);
    opacity: 0.5;
  }
  70% {
    transform: translate(0rem, 3rem);
    opacity: 0.8;
  }
  100% {
    transform: translate(0rem, 0rem);
    opacity: 1;
  }
}
.section-1 .section-6-1-element img,
.section-1 .section-6-2-element img,
.section-1 .section-6-3-element img {
  z-index: 2;
  position: absolute;
  max-width: 85rem;
  width: 100%;
  animation: galactic 7s linear infinite;
}

.section-1 .section-6-1-element img {
  top: 50rem;
  left: 50rem;
}

.section-1 .section-6-2-element img {
  bottom: 20rem;
  left: 70vw;
  animation-delay: -2s;
}

.section-1 .section-6-3-element img {
  top: 200rem;
  left: 62vw;
  animation-delay: -1s;
}

@keyframes galactic {
  100% {
    transform: rotate(360deg);
  }
}
.section-1 .section-7-element img {
  position: absolute;
  bottom: 230rem;
  right: 100rem;
  max-width: 85rem;
  width: 100%;
  animation: planet 3s linear infinite;
  animation-delay: -1s;
}

.background-stars .section-8-1-element img,
.background-stars .section-8-2-element img,
.background-stars .section-8-3-element img,
.background-stars .section-8-4-element img {
  z-index: 1;
  position: absolute;
  width: 100%;
  animation: stars 6s linear infinite;
  top: 0;
  left: 0;
  pointer-events: none;
}

.section-1 .section-8-2-element img {
  animation-delay: -2s;
}

.section-1 .section-8-3-element img {
  animation-delay: -1s;
}

.section-1 .section-8-4-element img {
  animation-delay: -3s;
}

@keyframes stars {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 0.3;
  }
  15% {
    opacity: 1;
  }
  17% {
    opacity: 0.8;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.section-1 .section-9-1-element img,
.section-1 .section-9-2-element img,
.section-1 .section-9-3-element img {
  z-index: 1;
  position: absolute;
  width: 50rem;
  animation: planet 6s linear infinite;
}

.section-1 .section-9-1-element img {
  top: 130rem;
  left: 30vw;
  width: 40rem;
}

.section-1 .section-9-2-element img {
  bottom: 140rem;
  left: 33vw;
  animation-delay: -1s;
}

.section-1 .section-9-3-element img {
  bottom: 45vh;
  right: 8vw;
  animation-delay: -1.5s;
  width: 30rem;
}

.section-1 .section-10-1-element img {
  z-index: 1;
  position: absolute;
  width: 150rem;
  top: 100rem;
  left: 100rem;
  animation: comet1mobile 30s linear infinite;
}
@media (min-width: 991px) {
  .section-1 .section-10-1-element img {
    animation: comet1 20s linear infinite;
  }
}

@keyframes comet1 {
  0% {
    transform: rotate(30deg);
    top: -20%;
    left: -20%;
    opacity: 1;
  }
  30% {
    transform: rotate(30deg);
    top: 100%;
    left: 50%;
    opacity: 1;
  }
  31% {
    transform: rotate(30deg);
    top: 120%;
    left: 50%;
    opacity: 0;
  }
  99% {
    transform: rotate(30deg);
    top: 120%;
    left: 50%;
    opacity: 0;
  }
  100% {
    transform: rotate(30deg);
    top: -20%;
    left: -20%;
    opacity: 0;
  }
}
@keyframes comet1mobile {
  0% {
    transform: rotate(30deg) scale(1);
    top: -20%;
    left: -20%;
    opacity: 1;
  }
  30% {
    transform: rotate(30deg) scale(0.2);
    top: 100%;
    left: 100%;
    opacity: 1;
  }
  31% {
    transform: rotate(30deg) scale(1);
    top: 150%;
    left: 100%;
    opacity: 0;
  }
  99% {
    transform: rotate(30deg) scale(1);
    top: 150%;
    left: 100%;
    opacity: 0;
  }
  100% {
    transform: rotate(30deg) scale(1);
    top: -20%;
    left: -20%;
    opacity: 0;
  }
}
.section-1 .section-10-2-element img {
  z-index: 1;
  position: absolute;
  width: 220rem;
  top: -20%;
  left: 120%;
  animation: comet2 40s linear infinite;
  animation-delay: 3s;
}

@keyframes comet2 {
  0% {
    transform: rotate(135deg) scale(1);
    top: -20%;
    left: 120%;
    opacity: 1;
  }
  30% {
    transform: rotate(135deg) scale(0.2);
    top: 120%;
    left: -20%;
    opacity: 1;
  }
  31% {
    transform: rotate(135deg) scale(1);
    top: 120%;
    left: -200%;
    opacity: 0;
  }
  99% {
    transform: rotate(135deg) scale(1);
    top: -20%;
    left: 120%;
    opacity: 0;
  }
  100% {
    transform: rotate(125deg) scale(1);
    top: -20%;
    left: 120%;
    opacity: 0;
  }
}
@media (max-width: 1023px) {
  .section-1 .content-50 {
    text-align: center;
  }
}
.section-2 .section-1-element img {
  position: absolute;
  top: -232rem;
  left: 0;
  max-width: 487rem;
  width: 100%;
}

@media (max-width: 1023px) {
  .section-2 .section-1-element img {
    display: none;
  }
}
.section-2 .section-2-element img {
  position: absolute;
  top: 20rem;
  left: 100rem;
  z-index: 3;
  width: 160rem;
  animation: planet 5s linear infinite;
  animation-delay: -1s;
}

@media (max-width: 1023px) {
  .section-2 .section-2-element img {
    display: none;
  }
}
.section-2 .section-container {
  position: relative;
  background: rgba(0, 0, 0, 0.7803921569);
  z-index: 3;
}

.section-2 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 63rem;
}

@media (max-width: 768px) {
  .section-2 h2 {
    font-size: 26rem;
  }
}
.section-2 strong {
  margin-bottom: 25rem;
  font-size: 20rem;
  line-height: 33rem;
  display: block;
}

.section-2 p {
  color: #B3B3B3;
}

.section-3 .content-50-number {
  position: relative;
  background: #000;
}

.section-3 .content-50-number:before {
  content: "01";
  position: relative;
  font-family: "Gilroy-Bold âž";
  display: block;
  font-size: 125rem;
  color: #fff;
  opacity: 0.25;
  font-weight: 700;
  margin-bottom: 60rem;
}
@media (max-width: 1023px) {
  .section-3 .content-50-number:before {
    font-size: 75rem;
    margin-bottom: 36rem;
  }
}

@media (min-width: 1023px) {
  .section-3 .content-50-number:before {
    font-size: 190rem;
    font-weight: 700;
    position: absolute;
    top: 71rem;
    left: -280rem;
    margin-bottom: 0;
  }
}
.section-3 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 63rem;
}

@media (max-width: 768px) {
  .section-3 h2 {
    font-size: 35rem;
  }
}
.section-3 strong {
  margin-bottom: 25rem;
  font-size: 20rem;
  line-height: 33rem;
  display: block;
}

.section-4 .section-1-element img {
  position: absolute;
  top: 20rem;
  right: 0rem;
  width: 640rem;
}

@media (max-width: 1023px) {
  .section-4 .section-1-element img {
    display: none;
  }
}
.section-4 .section-2-element img {
  position: absolute;
  top: 70rem;
  right: 40rem;
  width: 560rem;
  animation: stars 3s infinite;
}

@media (max-width: 1023px) {
  .section-4 .section-2-element img {
    display: none;
  }
}
.section-4 .content-grid-swiper {
  margin-top: 30rem;
}

.section-4 .content-50-number {
  position: relative;
}

.section-4 .content-50-number:before {
  content: "02";
  position: relative;
  display: block;
  font-size: 125rem;
  color: #fff;
  opacity: 0.25;
  font-weight: 700;
  margin-bottom: 60rem;
  font-family: "Gilroy-Bold âž";
}
@media (max-width: 1023px) {
  .section-4 .content-50-number:before {
    font-size: 75rem;
    margin-bottom: 36rem;
  }
}

@media (min-width: 1023px) {
  .section-4 .content-50-number:before {
    font-size: 190rem;
    font-weight: 700;
    position: absolute;
    top: 71rem;
    left: -280rem;
    margin-bottom: 0;
  }
}
.section-4 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 63rem;
}

@media (max-width: 768px) {
  .section-4 h2 {
    font-size: 35rem;
  }
}
.section-4 strong {
  margin-bottom: 25rem;
  font-size: 20rem;
  line-height: 33rem;
  display: block;
}

@media (min-width: 1023px) {
  .section-4 .content-50 {
    margin-left: 250rem;
  }
}
.section-5 {
  background-size: cover;
  background-position: center center;
}

/*
.section-5:before {
    content: '';
    background-image: url("/wp-content/uploads/2022/02/Group-8.svg");
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
*/
.section-5 .section-container-small .content {
  color: #B3B3B3;
  position: relative;
  padding: 0 30px;
}
@media (min-width: 1023px) {
  .section-5 .section-container-small .content {
    text-align: center;
    max-width: 857rem;
    margin: 0 auto;
    padding: 0;
  }
}

.section-5 .section-container-small .content .number {
  font-weight: 900;
  font-size: 120rem;
  margin-bottom: 60rem;
  font-family: "Gilroy-Bold âž";
  color: #fff;
  opacity: 0.25;
}
@media (min-width: 1023px) {
  .section-5 .section-container-small .content .number {
    color: #b3b3b3;
    opacity: 1;
  }
}

.section-5 .section-container-small .content h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 63rem;
}

@media (max-width: 768px) {
  .section-5 .section-container-small .content h2 {
    font-size: 35rem;
  }
}
.section-6 {
  background: transparent;
  background-size: cover;
  background-position: center center;
}

.section-6 .section-1-element img {
  position: absolute;
  top: 10rem;
  right: 0;
  max-width: 466rem;
  width: 100%;
  animation: topBottom 5s infinite;
  transition: all 5s;
}

@keyframes topBottom {
  0% {
    top: -20rem;
  }
  50% {
    top: 0rem;
  }
  100% {
    top: -20rem;
  }
}
@media (max-width: 1023px) {
  .section-6 .section-1-element img {
    display: none;
  }
}
.section-6 .section-2-element img {
  position: absolute;
  top: 50rem;
  right: 70rem;
  max-width: 337rem;
  width: 100%;
  animation: stars 3s infinite;
}

@media (max-width: 1023px) {
  .section-6 .section-2-element img {
    display: none;
  }
}
.section-6 .content-50-number {
  position: relative;
  box-shadow: 0px 0px 70px 50px black;
  background: #000;
}

.section-6 .content-50-number:before {
  content: "04";
  position: relative;
  display: block;
  font-size: 125rem;
  color: #fff;
  opacity: 0.25;
  margin-bottom: 60rem;
  font-weight: 700;
  font-family: "Gilroy-Bold âž";
}
@media (max-width: 1023px) {
  .section-6 .content-50-number:before {
    font-size: 75rem;
    margin-bottom: 36rem;
  }
}

@media (min-width: 1023px) {
  .section-6 .content-50-number:before {
    font-size: 190rem;
    position: absolute;
    bottom: 75rem;
    right: -280rem;
    margin-bottom: 0;
  }
}
.section-6 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 63rem;
}

@media (max-width: 768px) {
  .section-6 h2 {
    font-size: 35rem;
  }
}
.section-6 strong {
  margin-bottom: 25rem;
  font-size: 20rem;
  line-height: 33rem;
  display: block;
}

.section-7 {
  background: transparent;
  background-size: cover;
  background-position: center center;
}

.section-7 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 63rem;
}

@media (max-width: 768px) {
  .section-7 h2 {
    font-size: 35rem;
  }
}
.section-7 .logotyp {
  background: #fff;
  width: 180rem;
  height: 180rem;
  border-radius: 500rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-7 .logotyp img {
  width: 120rem;
  filter: brightness(0) invert(0);
  opacity: 0.3;
}

.section-7 .logotyp:before {
  content: "";
  width: 230rem;
  height: 230rem;
  background: #fff;
  opacity: 0.2;
  border-radius: 300rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-7 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-7 .swiper-slide:hover .logotyp-desc {
  opacity: 1;
  transition: all 0.5s;
}

.section-7 .swiper {
  padding: 60rem 0;
}

.section-7 .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 70rem;
}

.section-7 .swiper-pagination span {
  background: #fff;
  width: 10rem;
  height: 10rem;
  transition: all 0.4s;
}

.section-7 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ffc600;
  width: 40rem;
  border-radius: 10rem;
}

.section-7 .logotyp-desc {
  position: absolute;
  top: -25rem;
  left: 0;
  right: 0;
  bottom: -25rem;
  background: #F9CE4B;
  border-radius: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  padding: 20rem 20rem 26rem 20rem;
  font-size: 15rem;
  line-height: 26rem;
  color: #000;
  font-weight: 400;
  transition: all 0.4s;
  opacity: 0;
}

.section-7 .logotyp-desc {
  color: #fff;
}
.section-7 .logotyp-desc p {
  color: #fff;
}
.section-7 .logotyp-desc h3 {
  margin-top: 10rem;
  font-weight: 700;
  color: #000;
  font-size: 20rem;
}

.section-8 {
  background: transparent;
  background-size: cover;
  background-position: center center;
}

.section-8 .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 70rem;
}

.section-8 .swiper-pagination span {
  background: #fff;
  width: 10rem;
  height: 10rem;
  transition: all 0.4s;
}

.section-8 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ffc600;
  width: 40rem;
  border-radius: 10rem;
}

.section-8 .section-1-element img {
  position: absolute;
  bottom: 0;
  max-width: 235rem;
  width: 100%;
  animation: transImg 5s infinite;
  transition: all 5s;
}

@media (max-width: 1023px) {
  .section-8 .section-1-element img {
    display: none;
  }
}
.section-8 .section-2-element img {
  position: absolute;
  bottom: 50rem;
  left: 60rem;
  max-width: 96rem;
  width: 100%;
}

@media (max-width: 1023px) {
  .section-8 .section-2-element img {
    display: none;
  }
}
.section-8 .section-3-element img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 213rem;
  width: 100%;
}

@media (max-width: 1023px) {
  .section-8 .section-3-element img {
    display: none;
  }
}
.section-8 .section-4-element img {
  position: absolute;
  bottom: 80px;
  right: 10px;
  max-width: 229rem;
  width: 100%;
}

@media (max-width: 1023px) {
  .section-8 .section-4-element img {
    display: none;
  }
}
.section-8 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 63rem;
}

@media (max-width: 768px) {
  .section-8 h2 {
    font-size: 35rem;
  }
}
.section-8 .content-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-8 .content-grid__single {
  width: 100%;
  color: #fff;
}

.section-8 .content-grid__single .icon {
  width: 105rem;
  height: 105rem;
  background: #fff;
  border-radius: 200rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-8 .content-grid__single .icon img {
  height: 50rem;
  width: auto;
}

.section-8 .content-grid__single h3 {
  color: #fff;
  font-size: 23rem;
  margin: 20rem 0;
  font-weight: 700;
  line-height: 32rem;
}

.section-8 .content-grid__single .excerpt {
  color: #B1B1B1;
}

.section-8 .content-grid__single a {
  color: #F1BB35;
  font-size: 18rem;
  font-weight: 700;
  margin-top: 20rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .section-8 .content-grid__single a {
    justify-content: center;
  }
}

.section-8 .content-grid__single a:after {
  content: "";
  background: url(/wp-content/uploads/2022/03/arrow-yellow.svg);
  width: 10rem;
  height: 10rem;
  background-size: cover;
  display: block;
  margin-left: 10rem;
}

.section-9 {
  background: transparent;
  background-size: cover;
  background-position: center center;
}

.section-9 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 63rem;
}

@media (max-width: 768px) {
  .section-9 h2 {
    font-size: 35rem;
  }
}
.section-9 .content-gridblog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40rem;
}

.section-9 .content-gridblog__single {
  width: 100%;
  background: rgba(51, 51, 51, 0.9);
  border-radius: 15rem;
  padding: 20rem 20rem 40rem;
  color: #fff;
}
.section-9 .content-gridblog__single a:hover {
  text-decoration: none;
}

@media (min-width: 1024px) {
  .section-9 .content-gridblog__single {
    width: 30%;
  }
}
@media (max-width: 1023px) {
  .section-9 .content-gridblog__single:nth-child(2),
  .section-9 .content-gridblog__single:nth-child(3) {
    display: none;
  }
}
.section-9 .content-gridblog__single .image img {
  border-radius: 15rem;
}

.section-9 .content-gridblog__single h3 {
  color: #fff;
  font-size: 20rem;
  margin: 30rem 0 20rem;
  font-weight: 700;
  padding: 0 20rem;
}

@media (max-width: 1023px) {
  .section-9 .content-gridblog__single h3 {
    padding: 0;
  }
}
.section-9 .content-gridblog__single .excerpt {
  color: #B1B1B1;
  padding: 0 20rem;
}

@media (max-width: 1023px) {
  .section-9 .content-gridblog__single .excerpt {
    padding: 0;
  }
}
.section-9 .button-center {
  margin-top: 20rem;
}

.section-10 {
  background: transparent;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.section-10 .section-10__footer-author {
  background: #000;
  color: #858585;
  font-size: 13rem;
  margin-top: 50rem;
  width: calc(100% + 80rem);
  margin-left: -40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.section-10 .section-10__footer-author p {
  margin: 0;
  padding: 15rem 10rem;
}

.section-10 .section-10__footer-author a {
  color: #858585;
}

.section-10 .section-10__footer .column-1 {
  max-width: 370rem;
  font-size: 14rem;
  line-height: 23rem;
}

.section-10 .section-10__footer .column-1 strong {
  text-transform: uppercase;
  color: #FDC720;
  font-size: 26rem;
  display: block;
  margin-bottom: 27rem;
}

.section-10 .section-10__footer .column-2 > span {
  font-size: 14rem;
  color: #fff;
  font-weight: 700;
  display: block;
  margin-bottom: 22rem;
  text-transform: uppercase;
}

.section-10 .section-10__footer .column-2.column-2-nav ul {
  padding: 0;
}

.section-10 .section-10__footer .column-2.column-2-nav ul li a {
  color: #A7A7A7;
  font-size: 14rem;
}

.section-10 .section-10__footer .column-3 > span {
  font-size: 14rem;
  color: #fff;
  font-weight: 700;
  display: block;
  margin-bottom: 22rem;
  text-transform: uppercase;
}

.section-10 .section-10__footer .column-3 p {
  font-size: 14rem;
  display: flex;
  align-items: flex-start;
}

.section-10 .section-10__footer .column-3 p img {
  margin-right: 13rem;
  margin-top: 8rem;
}

.section-10 .section-10__footer .column-3 p.address {
  color: #fff;
  font-weight: 700;
  font-size: 15rem;
  line-height: 26rem;
}

.section-10 .section-10__footer .column-3 p.address img {
  margin-top: 4rem;
}

.section-10 .section-10__footer .column-3 p.tel {
  margin-bottom: 5rem;
}

.section-10 .section-10__footer .column-3 p a {
  color: #A7A7A7;
  font-size: 14rem;
}

.section-10 .section-content-form {
  position: relative;
}

.section-10 .section-10__footerv .section-container.section-container-flex {
  justify-content: space-between;
}

.section-10 .element-1-section img {
  position: absolute;
  right: 0;
  z-index: 0;
  max-width: 50%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  top: 50%;
  transform: translate(0, -50%);
  animation: topBottom2 5s infinite;
  transform: all 5s;
}

@keyframes topBottom2 {
  0% {
    top: 50%;
  }
  50% {
    top: calc(50% - 20rem);
  }
  100% {
    top: 50%;
  }
}
.section-10 .element-2-section img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
  z-index: 1;
  width: 100%;
  animation: planet 2s infinite;
}

.section-10 .content-50.form-content {
  position: relative;
  z-index: 3;
}
@media (max-width: 1023px) {
  .section-10 .content-50.form-content {
    padding-bottom: 40px;
  }
}

.section-10 .content-50.form-content .form .input {
  max-width: 420rem;
  margin: 0 auto 20rem;
}

.section-10 .content-50.form-content .form .input span {
  font-size: 13rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 800;
  display: block;
  text-align: center;
}

.section-10 .content-50.form-content .form .input input {
  height: 37rem;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #ECECEC;
  font-size: 13rem;
  text-align: center;
  font-weight: 700;
  color: #808080;
  outline: 0;
  font-weight: 600;
}

.section-10 .content-50.form-content .form .input input::-moz-placeholder {
  font-size: 15rem;
  color: #808080;
  font-weight: 600;
}

.section-10 .content-50.form-content .form .input input::placeholder {
  font-size: 15rem;
  color: #808080;
  font-weight: 600;
}

.section-10 .content-50.form-content .form .send input {
  background: #EAAA0A;
  color: #fff;
  padding: 13rem 50rem;
  border-radius: 110rem;
  border-bottom: 4px solid #CD9405 !important;
  font-weight: 600;
  transition: all 0.7s;
  font-size: 18rem;
  border: 0;
  margin: 30rem auto 0;
  display: block;
  width: 204rem;
  text-align: center;
}

.section-10 .content-50.form-content .form .send input:hover {
  background-color: #EAAA0A;
}

.section-10 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 52rem;
  display: block;
  text-align: center;
}

header#hamburger {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 15rem 0;
}

header#hamburger .section-container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  header#hamburger .section-container {
    justify-content: space-between;
  }
}
header#hamburger .logo a img {
  width: 52rem;
  height: auto;
}

@media (min-width: 992px) {
  header#hamburger .logo a img {
    width: 88rem;
  }
}
@media (min-width: 1200px) {
  header#hamburger .logo a img {
    width: 132rem;
  }
}
header#hamburger .navbar-nav {
  width: 100%;
}

header#hamburger .navbar-nav li {
  padding: 0 40rem;
}
@media (min-width: 992px) {
  header#hamburger .navbar-nav li {
    height: 100rem;
    display: flex;
    align-items: center;
  }
}

header#hamburger .navbar-nav li a {
  color: #fff;
  font-weight: 600;
  font-size: 15rem;
}

header#hamburger .social {
  margin-left: 70rem;
}

header#hamburger .social ul {
  display: flex;
}

@media (min-width: 1024px) {
  header#hamburger .social ul li {
    margin-left: 40rem;
  }
}
header#hamburger .social ul li a {
  color: #F1BB35;
}

.banner {
  height: 100vh;
}

.banner h1,
.banner h2 {
  color: #fff;
}


/*
.blobtest2 path {
    animation: blob2 15s linear infinite;
}*/
@keyframes fadein1s {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#lootieufo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

#satelite-hero {
  position: absolute;
  bottom: -10rem;
  left: -10rem;
  z-index: 1;
  pointer-events: none;
  width: 320rem;
  z-index: 3;
  animation: fadein1s 2.5s;
}
#satelite-hero video {
  width: 100%;
}

#rocket-hero {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  pointer-events: none;
  transition-timing-function: linear;
  width: 100vw;
  height: 100vh;
}
#rocket-hero svg {
  transition-timing-function: linear;
}
#rocket-hero video {
  max-width: 100%;
}

#saturn-hero {
  position: absolute;
  top: 130rem;
  right: 60rem;
  z-index: 10;
  width: 430rem;
  pointer-events: none;
  animation: fadein1s 2.5s;
  transform: rotate(-15deg);
}
#saturn-hero video {
  width: 100%;
}

div#rocket-section-2 {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 100vw;
  z-index: 4;
}
div#rocket-section-2 video {
  max-width: 100%;
}

div#rocket-section-3 {
  position: absolute;
  top: 80rem;
  width: 100vw;
  left: 0;
}
div#rocket-section-3 video {
  max-width: 100%;
}

div#rocket-section-4 {
  position: absolute;
  bottom: -30rem;
  right: 0;
  width: 100vw;
  left: 0;
}
div#rocket-section-4 video {
  max-width: 100%;
}

div#rocket-section-5 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  left: 0;
}
div#rocket-section-5 video {
  max-width: 100%;
}

div#rocket-section-6 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30vw;
}
div#rocket-section-6 video {
  max-width: 100%;
}

div#rocket-section-7 {
  position: absolute;
  top: 30rem;
  right: 0;
  width: 100vw;
}
div#rocket-section-7 video {
  max-width: 100%;
}

div#rocket-section-8 {
  position: absolute;
  top: 20rem;
  right: 0;
  width: 100vw;
}
div#rocket-section-8 video {
  max-width: 100%;
}

div#rocket-section-10 {
  position: absolute;
  top: 140rem;
  right: 0;
  width: 100vw;
  display: none;
}
@media (min-width: 1200px) {
  div#rocket-section-10 {
    display: block;
  }
}
div#rocket-section-10 video {
  max-width: 100%;
}

div#saturn-3 {
  position: absolute;
  top: 0;
  right: -70rem;
  transform: rotate(16deg);
}

div#saturn-3 path {
  fill: #515151 !important;
}

.bloobhero2 {
  position: absolute;
  width: 445rem;
  height: 1000rem;
  bottom: -600rem;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.bloobhero2 svg {
  animation-delay: 0s;
  position: absolute;
  max-width: 100%;
}

@keyframes blob1anim1 {
  0% {
    transform: scale(6);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blob1anim2 {
  0% {
    transform: scale(8);
  }
  100% {
    transform: scale(1);
  }
}
header#hamburger {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15rem 0;
  animation: fadein1s 2.5s;
}
header#hamburger .section-container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  header#hamburger .section-container {
    justify-content: space-between;
  }
}
header#hamburger .logo a img {
  width: 52rem;
  height: auto;
}
@media (min-width: 992px) {
  header#hamburger .logo a img {
    width: 88rem;
  }
}
@media (min-width: 1200px) {
  header#hamburger .logo a img {
    width: 132rem;
  }
}
header#hamburger .navbar-nav {
  width: 100%;
}
header#hamburger .navbar-nav li {
  padding: 0 40rem;
}
header#hamburger .navbar-nav li a {
  color: #fff;
  font-weight: 600;
  font-size: max(15rem, 14px);
}
header#hamburger .navbar-nav li.menu-item-has-children ul.dropdown-menu {
  width: 210rem;
  padding: 18px;
  left: 40rem;
  min-width: unset !important;
  background-color: #fff;
}
@media (max-width: 1023px) {
  header#hamburger .navbar-nav li.menu-item-has-children ul.dropdown-menu {
    width: 100%;
    padding: 30px 30px 0;
    left: 0;
    min-width: unset !important;
    background: #fff;
    display: none;
    text-align: center;
  }
  header#hamburger .navbar-nav li.menu-item-has-children ul.dropdown-menu.show {
    display: block;
  }
}
header#hamburger .navbar-nav li.menu-item-has-children ul.dropdown-menu li {
  padding: 0 !important;
}
header#hamburger .navbar-nav li.menu-item-has-children ul.dropdown-menu li a {
  color: #000 !important;
}
header#hamburger .navbar-nav li.menu-item-has-children ul.dropdown-menu li a:hover {
  color: #fbc601 !important;
}
header#hamburger .social {
  margin-left: 70rem;
}
@media (max-width: 1023px) {
  header#hamburger .social {
    margin: 0px 50px 0 0;
  }
}
header#hamburger .social ul {
  display: flex;
}
@media (max-width: 1023px) {
  header#hamburger .social ul {
    gap: 15px;
  }
}
@media (min-width: 1024px) {
  header#hamburger .social ul li {
    margin-left: 40rem;
  }
}
header#hamburger .social ul li a {
  color: #F1BB35;
  font-size: max(15rem, 14px);
}
header#hamburger .social ul li a img {
  height: 15rem;
  width: auto;
}

.banner {
  height: 100vh;
  background: #000;
}
.banner h1,
.banner h2 {
  color: #fff;
}

.section-5 .section-1-element img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 591rem;
  width: 100%;
}

@media (max-width: 1023px) {
  .section-5 .section-1-element img {
    display: none;
  }
}
.section-5 .section-2-element img {
  position: absolute;
  top: 120rem;
  right: 30rem;
  max-width: 420rem;
  width: 58%;
  animation: planet2 6s ease-in infinite;
}

@keyframes planet2 {
  0% {
    transform: translate(0rem, -10rem);
  }
  50% {
    transform: translate(0rem, 10rem);
  }
  100% {
    transform: translate(0rem, -10rem);
  }
}
@media (max-width: 1023px) {
  .section-5 .section-2-element img {
    display: none;
  }
}
.section-5 .section-4-element img {
  position: absolute;
  bottom: -190px;
}

@media (max-width: 1023px) {
  .section-5 .section-4-element img {
    display: none;
  }
}
.section-5 .section-3-element img {
  position: absolute;
  bottom: 20rem;
  z-index: 3;
  left: 50rem;
}

@media (max-width: 1023px) {
  .section-5 .section-3-element img {
    display: none;
  }
}
.section-5 .section-5-element img {
  position: absolute;
  bottom: 110rem;
  left: calc(51vw - 88rem);
  max-width: 177rem;
  width: 100%;
  animation: planet 3s linear infinite;
}

@keyframes planet {
  0% {
    transform: translate(0rem, 0rem);
    opacity: 1;
  }
  50% {
    transform: translate(-3rem, 3rem);
    opacity: 0.5;
  }
  70% {
    transform: translate(0rem, 3rem);
    opacity: 0.8;
  }
  100% {
    transform: translate(0rem, 0rem);
    opacity: 1;
  }
}
.section-5 .section-6-1-element img,
.section-5 .section-6-2-element img,
.section-5 .section-6-3-element img {
  z-index: 2;
  position: absolute;
  max-width: 85rem;
  width: 100%;
  animation: galactic 7s linear infinite;
}

.section-5 .section-6-1-element img {
  top: 50rem;
  left: 50rem;
}

.section-5 .section-6-2-element img {
  bottom: 20rem;
  left: 70vw;
  animation-delay: -2s;
}

.section-5 .section-6-3-element img {
  top: 200rem;
  left: 62vw;
  animation-delay: -1s;
}

@keyframes galactic {
  100% {
    transform: rotate(360deg);
  }
}
.section-5 .section-7-element img {
  position: absolute;
  bottom: 230rem;
  right: 100rem;
  max-width: 85rem;
  width: 100%;
  animation: planet 3s linear infinite;
  animation-delay: -1s;
}

.section-5 .section-8-1-element img,
.section-5 .section-8-2-element img,
.section-5 .section-8-3-element img,
.section-5 .section-8-4-element img {
  z-index: 1;
  position: absolute;
  width: 100%;
  animation: stars 6s linear infinite;
  top: 0;
  left: 0;
  pointer-events: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-5 .section-8-1-element img {
  top: 50rem;
  left: 50rem;
}

.section-5 .section-8-2-element img {
  animation-delay: -2s;
}

.section-5 .section-8-3-element img {
  animation-delay: -1s;
}

.section-5 .section-8-4-element img {
  animation-delay: -3s;
}

@keyframes stars {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 0.3;
  }
  15% {
    opacity: 1;
  }
  17% {
    opacity: 0.8;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.section-5 .section-9-1-element img,
.section-5 .section-9-2-element img,
.section-5 .section-9-3-element img {
  z-index: 1;
  position: absolute;
  width: 50rem;
  animation: planet 6s linear infinite;
}

.section-5 .section-9-1-element img {
  top: 130rem;
  left: 30vw;
  width: 40rem;
}

.section-5 .section-9-2-element img {
  bottom: 140rem;
  left: 33vw;
  animation-delay: -1s;
}

.section-5 .section-9-3-element img {
  bottom: 45vh;
  right: 8vw;
  animation-delay: -1.5s;
  width: 30rem;
}

.section-5 .section-10-1-element img {
  z-index: 1;
  position: absolute;
  width: 150rem;
  top: 100rem;
  left: 100rem;
  animation: comet1 20s linear infinite;
}

.section-1 .section-1-element img {
  z-index: 10;
}

.bloobhero1 {
  position: absolute;
  width: 1000rem;
  height: 1000rem;
  top: -60rem;
  right: -430rem;
  z-index: 2;
}

.bloobhero1 svg {
  animation-delay: 0s;
  position: absolute;
  max-width: 100%;
}

.blobtest path {
  animation: blob 15s linear infinite;
}

@keyframes blob {
  0% {
    d: path("M589.1,0V485.27c-44.57-7.03-131.23-54.67-206.96-50.09-92.11,5.75-168.22,88.5-242.36,99.37C65.42,545.57-7.09,484.32,.56,414.42c7.46-69.93,95.32-148.66,139.74-210.71,44.58-61.83,45.92-106.96,65.83-152.5,7.67-17.56,18.15-35.16,31.03-51.21h351.94Z");
  }
  20% {
    d: path("M606.31,0V485.27c-44.57-7.03-125.13-30.08-200.86-25.5-92.11,5.75-172.36,80.16-246.5,91.03C84.59,561.82-7.2,485.96,.45,416.06c7.46-69.93,76.58-163.05,121-225.1,44.58-61.83,81.98-94.2,101.89-139.74,7.67-17.56,18.15-35.16,31.03-51.21h351.94Z");
  }
  40% {
    d: path("M578.19,0V485.27c-44.57-7.03-83.63-45.51-159.36-40.93-92.11,5.75-207.36,66.27-281.5,77.14C62.98,532.5-7.08,450.35,.57,380.45c7.46-69.93,77.35-129.45,121.77-191.5,44.58-61.83,52.98-92.2,72.89-137.74,7.67-17.56,18.15-35.16,31.03-51.21h351.94Z");
  }
  60% {
    d: path("M592.63,0V485.27c-44.57-7.03-143.13-25.19-218.86-20.61-92.11,5.75-182.86,26.16-257,37.03C42.41,512.7-6.87,434.85,.78,364.95c7.46-69.93,66.57-72.63,110.99-134.68,44.58-61.83,62.09-118.9,82-164.44,7.67-17.56,34.04-49.78,46.92-65.83h351.94Z");
  }
  80% {
    d: path("M577.01,0V485.27c-44.57-7.03-174.12-51.68-249.85-47.1-92.11,5.75-111.36,46.17-185.5,57.04C67.29,506.23-7.11,471.85,.54,401.95c7.46-69.93,73.19-120.2,117.61-182.25,44.58-61.83,52.09-80.56,72-126.1,7.67-17.56,22.03-77.55,34.91-93.6h351.94Z");
  }
  100% {
    d: path("M589.1,0V485.27c-44.57-7.03-131.23-54.67-206.96-50.09-92.11,5.75-168.22,88.5-242.36,99.37C65.42,545.57-7.09,484.32,.56,414.42c7.46-69.93,95.32-148.66,139.74-210.71,44.58-61.83,45.92-106.96,65.83-152.5,7.67-17.56,18.15-35.16,31.03-51.21h351.94Z");
  }
}
.blobtest2 path {
  animation: blob2 15s linear infinite;
}

@keyframes blob2 {
  0% {
    d: path("M497.06,406.32c-53.38,93.17-80.44,179.64-52.08,289.79,5.36,37.09,18.37,76.24-14.16,77.36-148.31-29.8-220.25-81.95-361.7,26.34-20.2,17.85-44.21,30.73-69.12,38.2V30.55C38.51-21.16,107.92-15.07,221.2,110.32c51.21,47.57,77.28,65.05,116.49,89.89,50.91,32.78,186.9,130.75,159.37,206.11Z");
  }
  20% {
    d: path("M463.89,456.77c-53.38,93.17-34.53,89.47-6.17,199.62,5.36,37.09-14.78,118.12-47.31,119.24-148.31-29.8-175.81-72.29-317.26,36-20.2,17.85-68.23,31.12-93.14,38.59V42.75C38.51-8.96,117.97-34.8,231.25,90.59c51.21,47.57,86.45,144.09,125.66,168.93,50.91,32.78,134.5,121.88,106.97,197.24Z");
  }
  40% {
    d: path("M422.74,443.51c-53.38,93.17-33.5,103.7-5.14,213.85,5.36,37.09-27.13,104.92-59.66,106.04-148.31-29.8-147.9-51.22-289.35,57.07-20.2,17.85-43.68,16.22-68.59,23.69V36.7C38.51-15.01,155.63-26.45,268.91,98.94c51.21,47.57,83.77,134.69,122.98,159.53,50.91,32.78,58.39,109.68,30.86,185.04Z");
  }
  60% {
    d: path("M389.58,483.07c-53.38,93.17-1.71,106.3,26.65,216.45,5.36,37.09-30.12,97.49-62.65,98.61-148.31-29.8-118.99-50.69-260.44,57.6-20.2,17.85-68.23-3.85-93.14,3.62V51.88C38.51,.17,122.36-44.21,235.64,81.18c51.21,47.57,92.06,187.63,131.27,212.47,50.91,32.78,50.2,114.06,22.67,189.42Z");
  }
  80% {
    d: path("M420.25,476.77c-53.38,93.17-38.46,134.44-10.1,244.59,5.36,37.09-28.16,91.45-60.69,92.57-148.31-29.8-139.33-8.23-229.94,34.97-20.2,17.85-94.61,7.46-119.52,14.93V56.37C38.51,4.66,159.38-47.92,272.66,77.47c51.21,47.57,78.74,158.33,117.95,183.17,50.91,32.78,57.17,140.77,29.64,216.13Z");
  }
  100% {
    d: path("M497.06,406.32c-53.38,93.17-80.44,179.64-52.08,289.79,5.36,37.09,18.37,76.24-14.16,77.36-148.31-29.8-220.25-81.95-361.7,26.34-20.2,17.85-44.21,30.73-69.12,38.2V30.55C38.51-21.16,107.92-15.07,221.2,110.32c51.21,47.57,77.28,65.05,116.49,89.89,50.91,32.78,186.9,130.75,159.37,206.11Z");
  }
}
.background-stars {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  background-color: #000;
}
@media (max-width: 991px) {
  .background-stars img {
    height: 500px;
    width: auto !important;
    transform: scale(2.7);
  }
}
.background-stars .section-8-2-element img {
  animation-delay: -2s;
}
.background-stars .section-8-3-element img {
  animation-delay: -1s;
}
.background-stars .section-8-4-element img {
  animation-delay: -3s;
}
.background-stars .section-8-5-element img {
  position: absolute;
  bottom: 0;
  animation-delay: -4s;
}
.background-stars .section-8-6-element img {
  position: absolute;
  bottom: 0;
  animation-delay: -5s;
}
.background-stars .section-8-7-element img {
  position: absolute;
  right: -800rem;
  transform: rotate(220deg);
  animation-delay: -6s;
}

#heroufo {
  position: absolute;
  top: 70rem;
  right: 410rem;
  pointer-events: none;
  width: 850rem;
  z-index: 1;
}

#s2ufo {
  position: absolute;
  bottom: 70rem;
  left: 100rem;
  pointer-events: none;
  width: 160rem;
  height: 110rem;
  z-index: 3;
  animation: planet2 8s infinite;
}
#s2ufo img {
  width: 100%;
}

#s2lines img {
  bottom: 190rem;
  left: 35vw;
  z-index: 1;
  position: absolute;
  width: 57rem;
  animation: planet 6s linear infinite;
  animation-delay: -1s;
}

#s2blob2 {
  position: absolute;
  bottom: 240rem;
  right: -110rem;
  pointer-events: none;
  width: 700rem;
  height: 110rem;
  z-index: 6;
}
#s2blob2 img {
  width: 100%;
  animation: transImg 5s infinite;
  transition: all 5s;
}

#s2planeta2 {
  position: absolute;
  bottom: 100rem;
  right: 80rem;
  pointer-events: none;
  width: 140rem;
  height: 90rem;
  z-index: 3;
  animation: planet 4s infinite;
}
#s2planeta2 img {
  width: 100%;
}

#s2gwiazda2 {
  position: absolute;
  bottom: 400rem;
  right: 60rem;
  pointer-events: none;
  width: 70rem;
  height: 90rem;
  z-index: 3;
  animation: planet2 4s infinite;
  animation-delay: -2s;
}
#s2gwiazda2 img {
  width: 100%;
}

#s2planeta22 {
  position: absolute;
  top: 80rem;
  right: 170rem;
  pointer-events: none;
  width: 220rem;
  height: 240rem;
  z-index: 3;
  animation: planet 4s infinite;
  animation-delay: -3s;
}
#s2planeta22 img {
  width: 100%;
}

#s2planeta222 {
  position: absolute;
  top: 50rem;
  right: 90rem;
  pointer-events: none;
  width: 60rem;
  height: 60rem;
  z-index: 3;
  animation: planet2 8s infinite;
  animation-delay: -1s;
}
#s2planeta222 img {
  width: 100%;
}

#s2gwiazdozbior {
  position: absolute;
  top: 120rem;
  right: 800rem;
  pointer-events: none;
  width: 350rem;
  height: 90rem;
  z-index: 3;
  animation: planet 4s infinite;
  animation-delay: -6s;
}
#s2gwiazdozbior img {
  width: 100%;
}

.s3slonce__wrapper {
  position: absolute;
  width: 500rem;
  height: 500rem;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
.s3slonce__wrapper #s3slonce {
  position: absolute;
  top: -100rem;
  left: -110rem;
  pointer-events: none;
  width: 340rem;
  height: 340rem;
  z-index: 3;
  animation: slonce 20s linear infinite;
}
.s3slonce__wrapper #s3slonce img {
  width: 100%;
}

@keyframes slonce {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#s3planeta {
  position: absolute;
  top: 40rem;
  right: 270rem;
  pointer-events: none;
  width: 100rem;
  height: 100rem;
  z-index: 7;
  animation: planet 4s infinite;
  animation-delay: -6s;
}
#s3planeta img {
  width: 100%;
}

#s3blob3 {
  position: absolute;
  bottom: -340rem;
  left: 200rem;
  pointer-events: none;
  width: 830rem;
  height: 700rem;
  z-index: 3;
}
#s3blob3 img {
  width: 100%;
  animation: transImg 5s infinite;
  transition: all 5s;
}

.s3astronauta__wrapper {
  position: absolute;
  width: 100%;
  height: 500rem;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
}
.s3astronauta__wrapper #s3astronauta {
  position: absolute;
  bottom: -50rem;
  left: 520rem;
  pointer-events: none;
  width: 190rem;
  height: 250rem;
  z-index: 3;
  animation: planet2 6s infinite;
}
.s3astronauta__wrapper #s3astronauta img {
  width: 100%;
}

#s4ufo4 {
  position: absolute;
  top: 50rem;
  left: 60rem;
  pointer-events: none;
  width: 190rem;
  height: 250rem;
  z-index: 3;
  animation: planet2 3s infinite;
}
#s4ufo4 img {
  width: 100%;
}

#s4planeta4 {
  position: absolute;
  bottom: -20rem;
  left: 100rem;
  pointer-events: none;
  width: 190rem;
  height: 250rem;
  z-index: 3;
  animation: planet2 3s infinite;
  animation-delay: -2s;
}
#s4planeta4 img {
  width: 100%;
}

.s4astronauta__wrapper {
  position: absolute;
  width: 100%;
  height: 280rem;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
  animation: fadein1s 2.5s;
}
.s4astronauta__wrapper #s4astronauta {
  position: absolute;
  bottom: 130rem;
  left: 490rem;
  pointer-events: none;
  width: 190rem;
  height: 250rem;
  z-index: 3;
  animation: astronaut2 6s infinite;
}
.s4astronauta__wrapper #s4astronauta img {
  width: 100%;
  transform: rotate(225deg);
}

@keyframes astronaut2 {
  0% {
    transform: translate(0rem, -10rem);
  }
  50% {
    transform: translate(0rem, 10rem);
  }
  100% {
    transform: translate(0rem, -10rem);
  }
}
#s5planet5 {
  position: absolute;
  top: 70rem;
  right: 60rem;
  pointer-events: none;
  width: 380rem;
  height: 250rem;
  z-index: 3;
  animation: planet2 3s infinite;
  animation-delay: -2s;
}
#s5planet5 img {
  width: 100%;
}

.section.section-5 #s2ufo {
  top: 100rem;
  left: 150rem;
}

#s5start5 {
  position: absolute;
  bottom: 70rem;
  left: 60rem;
  pointer-events: none;
  width: 95rem;
  height: 150rem;
  z-index: 3;
  animation: planet2 4s infinite;
  animation-delay: -3s;
}
#s5start5 img {
  width: 100%;
}

#s5planet55 {
  position: absolute;
  bottom: -30rem;
  left: 180rem;
  pointer-events: none;
  width: 55rem;
  height: 150rem;
  z-index: 3;
  animation: planet 3s infinite;
  animation-delay: -1s;
}
#s5planet55 img {
  width: 100%;
}

#s5blob22 {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  display: none;
}
@media (min-width: 1200px) {
  #s5blob22 {
    display: block;
  }
}
#s5blob22 .s5blob__svg {
  max-width: 730rem;
  right: -70rem;
  position: absolute;
  transform: rotate(-25deg);
  top: 60rem;
  z-index: -1;
}
#s5blob22 .s5blob__svg path {
  animation: blob5 15s linear infinite;
}

#s5blob {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}
@media (min-width: 1023px) {
  #s5blob {
    display: block;
  }
}
#s5blob .s5blob__svg {
  max-width: 1130rem;
  margin: 0 auto;
  display: block;
  max-width: 1130rem;
  margin-top: 120rem;
  transform: translateX(60rem);
  top: calc(50% - 40rem);
  position: absolute;
  left: calc(50% + 70rem);
  transform: translate(-50%, -50%);
  width: 100%;
}
#s5blob .s5blob__svg path {
  animation: blob5 15s linear infinite;
}

@keyframes blob5 {
  0% {
    d: path("M368.82,600.43c-100.72-52.26-189.17-44.69-274.18-80.18C9.29,484.79-28.33,374.32,23.99,305.51c52.15-68.97,194.57-96.3,280.68-133.56,86.13-36.93,51.34-103.06,101.15-138.45C455.64-1.9,590.41-6.24,655.13,6.6c64.72,12.85,124.34,62.81,217.28,130.48,93.12,67.83,238.13,258.29,214.53,317.41-23.78,58.96-216.14-13.08-310.83,75.74-94.36,88.79-109.77,234.04-151.82,234.65-42.06,.6-154.9-112.01-255.47-164.45Z");
  }
  20% {
    d: path("M391.64,615.64c-100.72-52.26-168.79-33.94-253.8-69.43C52.5,510.75-36.74,387.4,15.59,318.58c52.15-68.97,158.03-103.08,244.14-140.34,86.13-36.93,87.88-96.27,137.69-131.67C447.23,11.18,549.86-8.95,614.58,3.9c64.72,12.85,125.37,91.24,218.31,158.91,93.12,67.83,251.17,205.48,227.57,264.6-23.78,58.96-182.25,44.64-276.94,133.46-94.36,88.79-136.91,172.97-178.97,173.57-42.06,.6-112.35-66.36-212.91-118.8Z");
  }
  40% {
    d: path("M421.16,641.46c-100.72-52.26-182.42-35.48-267.43-70.97C68.39,535.03-38.48,412.25,13.84,343.43c52.15-68.97,130.93-139.91,217.04-177.17,86.13-36.93,130.57-94.73,180.38-130.12C461.07,.75,542.62-7.04,607.33,5.8c64.72,12.85,136.43,51.45,229.37,119.13,93.12,67.83,263.57,200.27,239.97,259.39-23.78,58.96-183.33,101.47-278.03,190.29-94.36,88.79-100.6,129.45-142.66,130.05-42.06,.6-134.26-10.75-234.82-63.19Z");
  }
  60% {
    d: path("M451.32,685.54c-100.72-52.26-184.99-35.48-270-70.97C95.97,579.1-40.72,405.67,11.6,336.85c52.15-68.97,197.78-115.48,283.89-152.74,86.13-36.93,84.41-89.58,134.23-124.97C479.53,23.75,545.51-10.06,610.23,2.78c64.72,12.85,152.37,84.34,245.31,152.01,93.12,67.83,326,151.64,302.4,210.76-23.78,58.96-206.16,154.02-300.86,242.84-94.36,88.79-152.34,171.75-194.4,172.35-42.06,.6-110.81-42.77-211.37-95.21Z");
  }
  80% {
    d: path("M433.59,660.85c-100.72-52.26-231.19-10.8-316.2-46.29-85.34-35.46-151.07-180.19-98.74-249.01,52.15-68.97,189.55-120.02,275.66-157.28,86.13-36.93,80.3-113.75,130.11-149.14C474.24,23.75,540.22-10.06,604.93,2.78c64.72,12.85,178.6,4.11,271.54,71.78,93.12,67.83,328.83,264.62,305.23,323.74-23.78,58.96-287.68,118.19-382.37,207.01-94.36,88.79-109.64,212.31-151.69,212.91-42.06,.6-113.49-104.93-214.05-157.37Z");
  }
  100% {
    d: path("M368.82,600.43c-100.72-52.26-189.17-44.69-274.18-80.18C9.29,484.79-28.33,374.32,23.99,305.51c52.15-68.97,194.57-96.3,280.68-133.56,86.13-36.93,51.34-103.06,101.15-138.45C455.64-1.9,590.41-6.24,655.13,6.6c64.72,12.85,124.34,62.81,217.28,130.48,93.12,67.83,238.13,258.29,214.53,317.41-23.78,58.96-216.14-13.08-310.83,75.74-94.36,88.79-109.77,234.04-151.82,234.65-42.06,.6-154.9-112.01-255.47-164.45Z");
  }
}
#s6planets {
  position: absolute;
  top: 50rem;
  right: 550rem;
  pointer-events: none;
  width: 360rem;
  height: 250rem;
  z-index: 3;
  animation: planet2 5s infinite;
  animation-delay: -2s;
}
#s6planets img {
  width: 100%;
}

.section-6 .background-stars .section-8-3-element {
  transform: rotateZ(180deg) translate(460rem, -1030rem);
}
.section-6 .background-stars .section-8-2-element {
  transform: translate(260rem, 184rem);
}

#s7planet {
  position: absolute;
  top: 60rem;
  right: 60rem;
  pointer-events: none;
  width: 270rem;
  height: 250rem;
  z-index: 3;
  animation: planet2 5s infinite;
  animation-delay: -2s;
}
#s7planet img {
  width: 100%;
}

#s7planetsmall {
  position: absolute;
  top: 90rem;
  right: 390rem;
  pointer-events: none;
  width: 80rem;
  height: 250rem;
  z-index: 3;
  animation: planet 3s infinite;
}
#s7planetsmall img {
  width: 100%;
}

#s7ufo {
  position: absolute;
  bottom: 120rem;
  right: 90rem;
  pointer-events: none;
  width: 180rem;
  height: 150rem;
  z-index: 3;
  animation: planet 1s infinite;
}
#s7ufo img {
  width: 100%;
}

#s7star {
  position: absolute;
  bottom: 0;
  left: 0rem;
  pointer-events: none;
  width: 160rem;
  height: 300rem;
  z-index: 3;
  animation: planet 3s infinite;
  animation-delay: -2s;
}
#s7star img {
  width: 100%;
}

#s8planet {
  position: absolute;
  top: 10rem;
  left: 70rem;
  pointer-events: none;
  width: 210rem;
  height: 300rem;
  z-index: 3;
  animation: planet 3s infinite;
  animation-delay: -2s;
}
#s8planet img {
  width: 100%;
}

#s8astronaut {
  position: absolute;
  top: 80rem;
  left: 350rem;
  pointer-events: none;
  width: 90rem;
  height: 280rem;
  z-index: 3;
  animation: planet2 5s infinite;
  animation-delay: -2s;
}
#s8astronaut img {
  width: 100%;
}

.section-8 .section-2-element img {
  animation: planet2 4s infinite;
  animation-delay: -1s;
}

.section-8 .section-4-element img {
  animation: planet 3s infinite;
  animation-delay: -1s;
}

#s9planet {
  position: absolute;
  bottom: 0rem;
  left: 90rem;
  pointer-events: none;
  width: 210rem;
  height: 300rem;
  z-index: 3;
  animation: planet 3s infinite;
  animation-delay: -2s;
}
#s9planet img {
  width: 100%;
}

#s9astronaut {
  position: absolute;
  bottom: -10rem;
  left: 300rem;
  pointer-events: none;
  width: 90rem;
  height: 110rem;
  z-index: 3;
  animation: planet2 5s infinite;
  animation-delay: -2s;
}
#s9astronaut img {
  width: 100%;
}

div#rocket-section-9 {
  position: absolute;
  top: -20rem;
  right: 0;
  width: 100vw;
  display: none;
}
@media (min-width: 1200px) {
  div#rocket-section-9 {
    display: block;
  }
}
div#rocket-section-9 video {
  max-width: 100%;
}

#s10planet {
  position: absolute;
  bottom: 290rem;
  left: 490rem;
  pointer-events: none;
  width: 250rem;
  height: 310rem;
  z-index: 3;
  animation: planet 3s infinite;
  animation-delay: -2s;
}
#s10planet img {
  width: 100%;
}

#s10smallplanet {
  position: absolute;
  top: 10rem;
  left: 770rem;
  pointer-events: none;
  width: 80rem;
  height: 110rem;
  z-index: 3;
  animation: planet2 5s infinite;
  animation-delay: -2s;
}
#s10smallplanet img {
  width: 100%;
}

.back-top {
  position: fixed;
  bottom: 40rem;
  right: 40rem;
  background: #eaaa0a;
  width: 50rem;
  height: 50rem;
  z-index: 9;
  border-radius: 100rem;
  cursor: pointer;
  transition: all 0.4s;
}
.back-top.hide {
  bottom: -50rem;
}
.back-top img {
  filter: brightness(0) invert(1);
  width: 18rem;
  transform: rotate(-90deg);
}

.back-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

#nav-icon3 {
  width: 30px;
  height: 45px;
  position: absolute;
  right: 25px;
  top: 19px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 99999999;
}
@media (min-width: 992px) {
  #nav-icon3 {
    display: none;
  }
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #EAAA0A;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 9px;
}

#nav-icon3 span:nth-child(4) {
  top: 18px;
}

#nav-icon3.open span {
  background: #fff;
}

#nav-icon3.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.page-title {
  margin-bottom: 90rem;
  margin-top: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .page-title h1,
  .page-title h2 {
    font-size: 40rem;
  }
}
.page-title .desc-page {
  max-width: 600rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1023px) {
  .page-template-kontakt .section-content-form {
    padding-bottom: 70px !important;
    margin-top: -100rem !important;
    padding: 0 30px;
  }
}
.page-template-kontakt .section-10 h2 {
  font-size: 35rem;
}
@media (max-width: 1023px) {
  .page-template-kontakt .section-1 {
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .page-template-kontakt .section-2 {
    padding: 0 0 0px 0;
  }
}
@media (max-width: 1023px) {
  .page-template-kontakt .section-2 .fp-tableCell {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 1023px) {
  .page-template-kontakt #rocket-section-10,
  .page-template-kontakt .section-7-element,
  .page-template-kontakt .section-10-2-element,
  .page-template-kontakt .section-10-1-element {
    display: none;
  }
}
@media (max-width: 1023px) {
  .page-template-kontakt .page-title {
    margin-top: -10rem;
    margin-bottom: 50px;
  }
}
.page-template-kontakt .section.section-2 .fp-tableCell .page-title {
  margin-top: 0;
}
.page-template-kontakt div#page {
  overflow: hidden;
}
@media (max-width: 1023px) {
  .page-template-kontakt .section-1 .content-50 {
    top: 0;
    margin: 30rem 0;
  }
}
.page-template-kontakt .content-form {
  position: relative;
  z-index: 1;
}
.page-template-kontakt .content-form .right ul {
  padding: 0;
  width: 480rem;
  margin-left: 50rem;
}
.page-template-kontakt .content-form .right ul li {
  display: flex;
  align-items: center;
  list-style-type: none;
  background: rgba(51, 51, 51, 0.9);
  mix-blend-mode: normal;
  box-shadow: 0px 22px 34px rgba(16, 16, 16, 0.081718);
  border-radius: 20px;
  padding: 25rem 30rem;
  margin-bottom: 30rem;
  text-align: left;
}
@media (max-width: 768px) {
  .page-template-kontakt .content-form .right ul li {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-template-kontakt .content-form .right ul li .icon {
  margin-right: 30rem;
  width: 50rem;
}
@media (max-width: 768px) {
  .page-template-kontakt .content-form .right ul li .icon {
    margin-bottom: 15rem;
  }
}
.page-template-kontakt .content-form .right ul li .icon img {
  width: 50rem;
  height: auto;
}
.page-template-kontakt .content-form .right ul li .text span {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-size: 13rem;
  line-height: 14rem;
  color: #D7D7D7;
  display: block;
  margin-bottom: 5rem;
}
.page-template-kontakt .content-form .right ul li .text a,
.page-template-kontakt .content-form .right ul li .text .address {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */
  color: #E6B300;
}
.page-template-kontakt .content-form .right ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .page-template-kontakt .content-form .right ul {
    width: 100%;
    margin-left: 0;
  }
}
.page-template-kontakt .section-faq {
  max-width: 800rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.page-template-kontakt .section-faq .single {
  background: rgba(51, 51, 51, 0.9);
  mix-blend-mode: normal;
  border-radius: 20rem;
  margin-bottom: 20rem;
}
.page-template-kontakt .section-faq .single:last-child {
  margin-bottom: 0;
}
.page-template-kontakt .section-faq .single .title {
  font-weight: 700;
  font-size: 18rem;
  line-height: 25rem;
  /* identical to box height */
  color: #FFFFFF;
  padding: 30rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .page-template-kontakt .section-faq .single .title {
    flex-direction: column;
  }
}
.page-template-kontakt .section-faq .single .title .backFaq {
  display: none;
}
.page-template-kontakt .section-faq .single .title.show {
  padding-right: 80rem;
}
.page-template-kontakt .section-faq .single .title.show .backFaq {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  background: #eaaa0a;
  font-weight: 600;
  font-size: 13rem;
  padding: 4px 10px;
  cursor: pointer;
}
.page-template-kontakt .section-faq .single .title .ico {
  width: 50rem;
  margin-right: 29rem;
}
@media (max-width: 768px) {
  .page-template-kontakt .section-faq .single .title .ico {
    margin-bottom: 15rem;
  }
}
.page-template-kontakt .section-faq .single .title .ico img {
  width: 50rem;
  height: auto;
}
.page-template-kontakt .section-faq .single .title span {
  width: calc(100% - 50rem);
}
@media (max-width: 768px) {
  .page-template-kontakt .section-faq .single .title span {
    width: 100%;
  }
}
.page-template-kontakt .section-faq .single .desc {
  display: none;
  border-top: 2rem solid #4a4a4a;
  padding: 30rem;
}
.page-template-kontakt .section-faq .single .desc strong {
  font-style: italic;
  font-weight: 300;
  font-size: 24rem;
  line-height: 36rem;
}

.page-template-facebook .section-reklamowe .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 0rem;
}
.page-template-facebook .section-reklamowe .swiper-pagination span {
  background: #fff;
  width: 10rem;
  height: 10rem;
  transition: all 0.4s;
}
.page-template-facebook .section-reklamowe .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ffc600;
  width: 40rem;
  border-radius: 10rem;
}
.page-template-facebook .section-reklamowe .swiperReklamowe {
  overflow: unset;
  width: 100%;
}
.page-template-facebook .section-reklamowe .swiperReklamowe,
.page-template-facebook .section-reklamowe .swiperReklamoweVideo {
  padding-bottom: 50rem;
  position: relative;
}
@media (min-width: 1024px) {
  .page-template-facebook .section-reklamowe .swiperReklamowe,
  .page-template-facebook .section-reklamowe .swiperReklamoweVideo {
    height: 580rem;
  }
}
.page-template-facebook .section-reklamowe .swiperReklamowe {
  padding-bottom: 28rem;
}
.page-template-facebook .section-reklamowe .contentNav {
  margin-bottom: 30rem;
  gap: 15rem;
}
.page-template-facebook .section-reklamowe .contentNav .contentNav-tab {
  color: #fff;
  font-size: 20rem;
  cursor: pointer;
}
.page-template-facebook .section-reklamowe .contentNav .contentNav-tab.active {
  color: #FFC600;
}
.page-template-facebook .section-reklamowe .content-100 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 40rem;
  margin-bottom: 50rem;
}
@media (max-width: 768px) {
  .page-template-facebook .section-reklamowe .content-100 h2 {
    font-size: 35rem;
  }
}
.page-template-facebook .section-reklamowe .section-container-flex {
  gap: 28rem;
}
.page-template-facebook .section-reklamowe .section-container-flex .section-container__box.video {
  height: auto !important;
}
.page-template-facebook .section-reklamowe .section-container-flex .section-container__box.video .videoBox {
  height: auto !important;
}
.page-template-facebook .section-reklamowe .section-container-flex .section-container__box.video video {
  width: 100%;
  height: 100%;
  border-radius: 10rem;
}
.page-template-facebook .section-reklamowe .section-container-flex .section-container__box:not(.video) {
  flex: 0 0 100%;
  padding: 20rem;
  transition: all 0.5s;
  height: 88vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 33rem;
  border: 12rem solid rgb(51, 51, 51);
}
@media (min-width: 640px) {
  .page-template-facebook .section-reklamowe .section-container-flex .section-container__box:not(.video) {
    height: 44vw;
  }
}
@media (min-width: 992px) {
  .page-template-facebook .section-reklamowe .section-container-flex .section-container__box:not(.video) {
    height: 420rem;
    padding: 40rem;
  }
}
@media (min-width: 580px) {
  .page-template-facebook .section-reklamowe .section-container-flex .section-container__box {
    flex: 0 0 calc(50% - 15rem);
    height: 44vw;
  }
}
@media (min-width: 992px) {
  .page-template-facebook .section-reklamowe .section-container-flex .section-container__box {
    flex: 0 0 calc(33% - 15rem);
    height: 440rem;
  }
}
@media (min-width: 580px) and (max-width: 991px) {
  .page-template-facebook .section-reklamowe .section-container-flex .section-container__box:last-child {
    flex: 0 0 100%;
  }
}
.page-template-facebook .section-reklamowe .section-container-flex .section-container__box h3 {
  color: #fff;
  font-style: italic;
  font-size: 20rem !important;
  font-weight: 300;
  margin: 0;
}
.page-template-facebook .section-reklamowe .section-container-flex .section-container__box a {
  text-decoration: none !important;
}
@media (max-width: 1023px) {
  .page-template-facebook div#rocket-section-7,
  .page-template-facebook div#s7planet,
  .page-template-facebook div#s7ufo,
  .page-template-facebook #rocket-section-10 {
    display: none;
  }
}
.page-template-facebook .section-2 .contentText {
  border-radius: 20rem !important;
}
.page-template-facebook .section-2 .content-50 img {
  border-radius: 20rem;
  margin-top: 20rem;
}
@media (min-width: 991px) {
  .page-template-facebook .section-2 .content-50 img {
    margin-top: 0;
  }
}

.page-template-sesje-zdjeciowe .section-2 .contentText {
  border-radius: 20rem !important;
}
.page-template-sesje-zdjeciowe .section-2 .content-50 img {
  border-radius: 20rem;
  margin-top: 20rem;
}
@media (min-width: 991px) {
  .page-template-sesje-zdjeciowe .section-2 .content-50 img {
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .page-template-usluga .section-content-form {
    padding-bottom: 70px !important;
    margin-top: 40px !important;
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .page-template-usluga div#rocket-section-7,
  .page-template-usluga div#s7planet,
  .page-template-usluga div#s7ufo,
  .page-template-usluga #rocket-section-10,
  .page-template-usluga .section-7-element,
  .page-template-usluga .section-10-2-element,
  .page-template-usluga .section-10-1-element {
    display: none;
  }
}
.page-template-usluga .section-10 h2 {
  font-size: 35rem;
}
@media (max-width: 1023px) {
  .page-template-usluga .section-10 {
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  .page-template-usluga .section-10 .fp-tableCell {
    padding-top: 0;
  }
}

@media (max-width: 1023px) {
  body.tax-rodzajprojektu .section-10 .content-50.form-content .form .input span,
  .page-template-casestudy .section-10 .content-50.form-content .form .input span {
    color: #fff;
  }
}
body.tax-rodzajprojektu .section-case-no-found h3,
.page-template-casestudy .section-case-no-found h3 {
  font-size: 30rem;
  color: #fff;
  margin-bottom: 60rem;
  word-spacing: 0;
}
@media (max-width: 1023px) {
  body.tax-rodzajprojektu .section-content-form,
  .page-template-casestudy .section-content-form {
    padding-bottom: 70px !important;
    margin-top: 40px !important;
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  body.tax-rodzajprojektu #rocket-section-10,
  body.tax-rodzajprojektu .section-7-element,
  body.tax-rodzajprojektu .section-10-2-element,
  body.tax-rodzajprojektu .section-10-1-element,
  .page-template-casestudy #rocket-section-10,
  .page-template-casestudy .section-7-element,
  .page-template-casestudy .section-10-2-element,
  .page-template-casestudy .section-10-1-element {
    display: none;
  }
}
body.tax-rodzajprojektu .section-10 h2,
.page-template-casestudy .section-10 h2 {
  font-size: 35rem;
}
body.tax-rodzajprojektu .section-container-casestudy .page-title,
.page-template-casestudy .section-container-casestudy .page-title {
  max-width: 50%;
  margin: unset;
}
body.tax-rodzajprojektu .section-container-casestudy .page-title .desc,
.page-template-casestudy .section-container-casestudy .page-title .desc {
  margin: 20rem 0 30rem;
}
@media (max-width: 1023px) {
  body.tax-rodzajprojektu .fp-tableCell,
  body.tax-rodzajprojektu .section,
  .page-template-casestudy .fp-tableCell,
  .page-template-casestudy .section {
    padding: 10px 0 !important;
  }
}
@media (max-width: 1023px) {
  body.tax-rodzajprojektu .section-case img.hideimg,
  .page-template-casestudy .section-case img.hideimg {
    display: none !important;
  }
}
body.tax-rodzajprojektu .section-case .fp-tableCell,
body.tax-rodzajprojektu .section-case .section,
.page-template-casestudy .section-case .fp-tableCell,
.page-template-casestudy .section-case .section {
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  body.tax-rodzajprojektu .section-case .fp-tableCell,
  body.tax-rodzajprojektu .section-case .section,
  .page-template-casestudy .section-case .fp-tableCell,
  .page-template-casestudy .section-case .section {
    height: auto !important;
  }
}
@media (max-width: 1023px) {
  body.tax-rodzajprojektu .section-case .section-container,
  .page-template-casestudy .section-case .section-container {
    flex-direction: column;
    padding: 0 10px !important;
  }
}
@media (max-width: 1023px) {
  body.tax-rodzajprojektu .section-case .page-title,
  .page-template-casestudy .section-case .page-title {
    margin-top: -80rem;
  }
}
@media (min-width: 1024px) {
  body.tax-rodzajprojektu .section-case .page-title,
  .page-template-casestudy .section-case .page-title {
    padding-right: 70rem;
  }
}
body.tax-rodzajprojektu .section-case .desc,
.page-template-casestudy .section-case .desc {
  margin: 20rem 0 30rem;
}
body.tax-rodzajprojektu .section-case .nav-tabs-content,
.page-template-casestudy .section-case .nav-tabs-content {
  gap: 35rem;
}
@media (max-width: 1023px) {
  body.tax-rodzajprojektu .section-case .nav-tabs-content,
  .page-template-casestudy .section-case .nav-tabs-content {
    gap: 20px;
  }
}
body.tax-rodzajprojektu .section-case .nav-tabs-content a,
.page-template-casestudy .section-case .nav-tabs-content a {
  color: #fff;
  opacity: 0.6;
  transition: all 0.4s;
  text-decoration: underline;
  text-underline-offset: 9rem;
  text-decoration-color: #fff;
  text-decoration-thickness: 3rem;
}
body.tax-rodzajprojektu .section-case .nav-tabs-content a.active,
.page-template-casestudy .section-case .nav-tabs-content a.active {
  opacity: 1;
  text-decoration-color: #DAA347;
}
body.tax-rodzajprojektu .section-case .container,
.page-template-casestudy .section-case .container {
  max-width: 1500rem;
}
@media (max-width: 1023px) {
  body.tax-rodzajprojektu .section-case .flex-end .section-col-text,
  .page-template-casestudy .section-case .flex-end .section-col-text {
    max-width: 620rem;
    margin: 30px auto 30px;
    order: 2;
  }
}
@media (min-width: 1023px) {
  body.tax-rodzajprojektu .section-case .flex-end .section-col-text,
  .page-template-casestudy .section-case .flex-end .section-col-text {
    position: absolute;
    flex: 0 0 calc(100% - 650rem);
    max-width: calc(100% - 650rem);
    left: unset;
    right: 15rem;
    z-index: 1;
  }
}
body.tax-rodzajprojektu .section-case .section-col-image,
.page-template-casestudy .section-case .section-col-image {
  margin-top: 20rem;
}
@media (max-width: 1023px) {
  body.tax-rodzajprojektu .section-case .section-col-image img,
  .page-template-casestudy .section-case .section-col-image img {
    max-width: 470rem;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
}
@media (min-width: 1023px) {
  body.tax-rodzajprojektu .section-case .section-col-image,
  .page-template-casestudy .section-case .section-col-image {
    flex: 0 0 660rem;
    top: -50rem;
    margin-top: 0;
  }
  body.tax-rodzajprojektu .section-case .section-col-image:before,
  .page-template-casestudy .section-case .section-col-image:before {
    content: "";
    background-image: url(/wp-content/uploads/2022/06/Path-Copy-4.svg);
    width: 660rem;
    height: 570rem;
    position: absolute;
    background-size: cover;
    top: 25rem;
    left: -50rem;
  }
}
body.tax-rodzajprojektu .section-case .section-col-text,
.page-template-casestudy .section-case .section-col-text {
  background: rgba(39, 39, 39, 0.8823529412);
  mix-blend-mode: normal;
  border-radius: 20rem;
  padding: 30rem;
}
@media (max-width: 1023px) {
  body.tax-rodzajprojektu .section-case .section-col-text,
  .page-template-casestudy .section-case .section-col-text {
    max-width: 620rem;
    margin: 30px auto 30px;
    order: 2;
  }
}
@media (min-width: 1023px) {
  body.tax-rodzajprojektu .section-case .section-col-text,
  .page-template-casestudy .section-case .section-col-text {
    position: absolute;
    flex: 0 0 calc(100% - 580rem);
    max-width: calc(100% - 580rem);
    left: 15rem;
    z-index: 1;
    padding: 50rem;
  }
}
body.tax-rodzajprojektu .section-case .section-col-text span,
.page-template-casestudy .section-case .section-col-text span {
  color: #EAAA0A;
  font-style: italic;
  font-weight: 300;
  font-size: 16rem;
  line-height: 26rem;
}
body.tax-rodzajprojektu .section-case .section-col-text h3,
.page-template-casestudy .section-case .section-col-text h3 {
  margin: 10rem 0 20rem;
  font-style: italic;
  font-weight: 300;
  font-size: 24rem;
  color: #fff;
  line-height: 33rem;
}
body.tax-rodzajprojektu .section-case .section-col-text .desc,
.page-template-casestudy .section-case .section-col-text .desc {
  font-weight: 400;
  font-size: 16rem;
  line-height: 26rem;
  /* or 162% */
  color: #BBBBBB;
  margin-bottom: 30rem;
}
body.tax-rodzajprojektu .section-case .section-col-text a.read-more,
.page-template-casestudy .section-case .section-col-text a.read-more {
  font-weight: 700;
  font-size: 18rem;
  line-height: 29rem;
  /* identical to box height, or 161% */
  color: #EAAA0A;
}
@media (max-width: 1023px) {
  body.tax-rodzajprojektu .section-1,
  .page-template-casestudy .section-1 {
    padding: 130px 26px 50px !important;
  }
}
@media (max-width: 1023px) {
  body.tax-rodzajprojektu .section-1 .page-title,
  .page-template-casestudy .section-1 .page-title {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 1023px) {
  .fp-tableCell,
  .section {
    height: 100% !important;
    padding: 50px 0;
  }
  body.home .section-1 {
    padding: 160px 0 0;
  }
  body.home svg.blobtest {
    display: none;
  }
  body.home .bloobhero1 {
    display: none;
  }
  body.home .section-1 video {
    display: none;
  }
  body.home .bloobhero2 {
    display: none;
  }
  body.home .section-1 .section-5-element {
    display: none;
  }
  body.home .section-1 .section-container {
    margin: 0;
  }
  body.home .section-1 .section-container .content-50 {
    top: 0 !important;
  }
  body.home div#rocket-section-3 {
    display: none;
  }
  body.home #cursorBlob {
    display: none;
  }
  body.home .section-10-2-element {
    display: none;
  }
  body.home div#s3blob3 {
    display: none;
  }
  body.home div#s2blob2 {
    display: none;
  }
  body.home .s3slonce__wrapper {
    display: none;
  }
  body.home div#s3planeta {
    z-index: 99;
    top: 10rem;
    left: calc(50% - 50rem);
    transform: translate(-50%, 0);
  }
  body.home .s3astronauta__wrapper {
    display: none;
  }
  body.home .s4astronauta__wrapper {
    display: none;
  }
  body.home div#rocket-section-5 {
    display: none;
  }
  body.home .section {
    overflow: hidden;
  }
  body.home div#s2planeta22 {
    display: none;
  }
  body.home #s2planeta222 {
    top: 9rem !important;
    left: calc(50% - 24px);
    transform: translate(-50%, 0) !important;
  }
  body.home div#s2gwiazda2 {
    top: 110rem !important;
    right: 20px !important;
  }
  body.home body {
    font-size: 14px !important;
  }
  body.home .section strong {
    font-size: 15px !important;
    line-height: 26px !important;
  }
  body.home div#rocket-section-2 {
    display: none;
  }
  body.home div#s2planeta2 {
    display: none;
  }
  body.home div#s2ufo {
    display: none;
  }
  body.home div#rocket-section-2 {
    display: none;
  }
  body.home div#s2planeta2 {
    display: none;
  }
  body.home div#s2ufo {
    display: none;
  }
  body.home .section-10-1-element {
    display: none;
  }
  body.home div#rocket-section-4 {
    display: none;
  }
  body.home div#s5planet5 {
    display: none;
  }
  body.home .section-5-element {
    display: none;
  }
  body.home div#s2gwiazda2 {
    top: 110rem;
    right: 20px;
  }
  body.home .section-3 {
    padding-top: 110px;
  }
  body.home .section-2,
  body.home .section-2 .fp-tableCell {
    padding-bottom: 12px;
  }
  body.home div#s7planet {
    display: none;
  }
  body.home div#rocket-section-7 {
    display: none;
  }
  body.home div#s7star {
    display: none;
  }
  body.home div#rocket-section-8 {
    display: none;
  }
  body.home div#s8planet {
    display: none;
  }
  body.home div#s8astronaut {
    display: none;
  }
  body.home .section.section-4 {
    padding-top: 260px;
  }
  body.home div#s4planeta4 {
    bottom: unset;
    top: 20px;
    left: 30px;
  }
  body.home div#s4ufo4 {
    left: unset;
    right: 20px;
    width: 110px;
    top: 150rem;
  }
  body.home #s6planets {
    left: calc(50% - 140rem);
    top: unset !important;
    bottom: 80px;
    width: 300rem !important;
    right: unset;
    transform: translate(-50%, -50%) !important;
    z-index: 9 !important;
  }
  body.home .section.section-6 {
    padding-bottom: 0rem;
  }
  body.home div#rocket-section-6 {
    display: none;
  }
  body.home .section-7 {
    padding-top: 0;
    padding-bottom: 150px;
  }
  body.home #s7ufo {
    bottom: 20px !important;
    right: unset !important;
    left: calc(50% - 60px) !important;
    transform: translate(-50%, 0) !important;
    width: 130rem !important;
  }
  body.home .section-8 .content-grid__single a {
    justify-content: center;
  }
  body.home .section-8 .content-grid__single {
    box-shadow: unset !important;
  }
  body.home div#rocket-section-9 {
    display: none;
  }
  body.home .section-9 {
    padding-top: 0;
  }
  body.home .section.section-8 {
    padding-bottom: 0;
  }
  body.home .section.section-1 {
    position: unset;
  }
  body.home div#s10planet {
    display: none;
  }
  body.home .section-6-2-element {
    display: none;
  }
  body.home .section-6-2-element {
    display: none;
  }
  body.home .section-10 {
    padding-bottom: 0;
    padding-top: 90px;
  }
  body.home .section-10 .fp-tableCell {
    padding-bottom: 0;
  }
  body.home .section-10 .section-10__footer-author {
    display: flex;
    flex-direction: column;
    padding: 11px 0;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  body.home .section-10 .section-10__footer-author p {
    margin: 0;
    padding: 0;
  }
  body.home .section-10 .content-50.form-content {
    padding: 200px 0 110px;
    height: 867px;
  }
  body.home div#rocket-section-10 {
    display: none;
  }
  body.home .content-50.form-content:before {
    background: url(/wp-content/uploads/2022/07/Path.svg);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: calc(50% - 30rem);
    right: unset;
    width: 867px;
    height: 100%;
    top: 0;
    transform: translate(-50%, 0%);
    z-index: -1;
  }
  body.home .section-10 .section-content-form {
    margin-top: -130px !important;
  }
  body.home .section-6-3-element {
    display: none;
  }
  body.home .section-1 .section-6-1-element img {
    left: unset !important;
    right: 50px !important;
    top: 70px !important;
  }
  body.home .section-6,
  body.home .section-6 .fp-tableCell {
    padding-top: 10px;
  }
  body.home div#s5start5 {
    display: none;
  }
  body.home div#s5planet55 {
    bottom: -80px;
  }
  header#hamburger .navbar-nav li {
    padding: 0 25rem;
  }
  header#hamburger .section-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  .section.section-10 .fp-tableCell,
  .section.section-10 .section {
    padding-bottom: 0;
  }
  .section.section-10 {
    padding-bottom: 0;
  }
  .section-10 .section-10__footer {
    position: relative !important;
    padding: 0px 20px 30px !important;
    padding-bottom: 0 !important;
    background: #000000 !important;
  }
  .section-10 .section-container.section-container-flex {
    margin: 0;
    padding: 0;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  div#main-nav {
    position: absolute;
    left: 0;
    right: 0;
    background: #eaaa0a;
    padding: 10px;
    top: -20px;
    bottom: 0;
    height: calc(100vh + 20px);
    align-items: center;
    justify-content: center !important;
    text-align: center;
  }
  div#main-nav ul {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  header#hamburger .navbar-nav li a {
    font-size: 3vw !important;
    line-height: 6vw !important;
  }
  header#hamburger .navbar-nav li {
    padding: 0;
  }
  .navbar {
    position: unset;
  }
  div#main-nav ul {
    padding: 0;
  }
}
@media (max-width: 768px) {
  body.home .section h2 {
    word-break: break-word;
  }
  body.home .section-5 .section-container-small .content {
    padding: 0 40px;
  }
  body.home .section-5:before {
    background: url(/wp-content/uploads/2022/07/Path.svg);
    content: "";
    position: absolute;
    left: calc(50% - 100px);
    right: unset;
    width: 867px;
    height: 100%;
    top: 0;
    transform: translate(-50%, 0%);
  }
  body.home div#s5blob {
    display: none;
  }
  header#hamburger .navbar-nav li a {
    font-size: 3vw !important;
    line-height: 6vw !important;
  }
  header#hamburger .navbar-nav li a {
    font-size: 5vw !important;
    line-height: 8vw !important;
  }
  .content-gridblog__single a:hover {
    text-decoration: none;
  }
}
.single-post {
  background-position: center center;
  overflow-x: hidden;
}
.single-post .single-post-content {
  max-width: 820rem;
  margin: 0 auto;
  padding: 180rem 20rem 50rem;
}
.single-post .single-post-content > * {
  position: relative;
  z-index: 1;
}
.single-post .single-post-content .heading h1 {
  font-family: "Monoton";
  font-weight: 400;
  font-size: 42rem;
  line-height: 65rem;
  color: #F1BB35;
}
.single-post .single-post-content .thumb-post {
  margin-top: 30rem;
}
.single-post .single-post-content .thumb-post img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  border-bottom: 4rem solid #f1bb35;
}
.single-post .single-post-content .category {
  display: flex;
  gap: 50rem;
}
.single-post .single-post-content .category .category-name a {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-size: 16rem;
  line-height: 26rem;
  color: #FFFFFF;
}
.single-post .single-post-content .category .category-date {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-size: 16rem;
  color: #FFFFFF;
  position: relative;
}
.single-post .single-post-content .category .category-date:before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 9rem;
  background: #1B1B1B;
  border: 2rem solid #E1AF00;
  border-radius: 50rem;
  top: 11px;
  left: -26rem;
}
.single-post .single-post-content .list-post {
  background: #1B1B1B;
  border-radius: 20px;
  margin: 20rem 0 40rem;
  padding: 50rem;
}
.single-post .single-post-content .list-post span.title {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-size: 20rem;
  line-height: 33rem;
  color: #FFFFFF;
  margin-bottom: 30rem;
}
.single-post .single-post-content .list-post ul {
  padding-left: 26rem;
}
.single-post .single-post-content .list-post ul li {
  position: relative;
  list-style-type: none;
}
.single-post .single-post-content .list-post ul li:before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 9rem;
  background: #1B1B1B;
  border: 2rem solid #E1AF00;
  border-radius: 50rem;
  top: 11px;
  left: -26rem;
}
.single-post .single-post-content .list-post ul li a {
  color: #B3B3B3;
}
.single-post .single-post-content .content-post > * {
  background: rgba(0, 0, 0, 0.78);
}
.single-post .single-post-content .content-post a {
  color: #F1BB35;
  text-decoration: underline;
}
.single-post .single-post-content .content-post h1, .single-post .single-post-content .content-post h2, .single-post .single-post-content .content-post h3, .single-post .single-post-content .content-post h4, .single-post .single-post-content .content-post h5, .single-post .single-post-content .content-post h6 {
  color: #fff;
  line-height: 1.34;
}
.single-post .single-post-content .content-post h2 {
  font-size: 36rem;
}
.single-post .single-post-content .content-post h3 {
  font-size: 30rem;
}
.single-post .single-post-content .content-post h4 {
  font-size: 24rem;
}
.single-post .single-post-content .content-post h5 {
  font-size: 19rem;
}
.single-post .single-post-content .content-post h6 {
  font-size: 16rem;
}
.single-post .single-post-content .content-post blockquote {
  background: #1B1B1B;
  border-radius: 20px;
  margin: 20rem 0 30rem;
  padding: 30rem 40rem 10rem;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-size: 16rem;
  line-height: 26rem;
  color: #B3B3B3;
  border-left: 4rem solid #f1bb35;
}
.single-post .single-post-content .content-post blockquote a {
  color: #F1BB35;
  text-decoration: underline;
}
.single-post .single-post-content .content-post ul {
  padding-left: 26rem;
}
.single-post .single-post-content .content-post ul li {
  position: relative;
  list-style-type: none;
}
.single-post .single-post-content .content-post ul li:before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 9rem;
  background: #1B1B1B;
  border: 2rem solid #E1AF00;
  border-radius: 50rem;
  top: 11px;
  left: -26rem;
}
.single-post .single-post-content .content-share {
  display: flex;
  marglin: 30rem 0;
  padding: 24rem 0;
  border-top: 1rem solid #353535;
  border-bottom: 1rem solid #353535;
  justify-content: space-between;
}
.single-post .single-post-content .content-share span {
  font-weight: 700;
  font-size: 18rem;
  line-height: 32rem;
  color: #FFFFFF;
}
.single-post .single-post-content .content-share ul {
  display: flex;
  gap: 10rem;
}
.single-post .single-post-content .content-share ul li {
  list-style-type: none;
}
.single-post .single-post-content .content-share ul li a {
  color: #F1BB35;
  width: 36rem;
  height: 36rem;
  border-radius: 100rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16rem;
  background: #353535;
}
.single-post .single-post-content .content-tag {
  display: flex;
  gap: 3rem;
  padding-top: 24rem;
}
.single-post .single-post-content .content-tag span {
  font-size: 16rem;
  line-height: 28rem;
  /* identical to box height, or 175% */
  color: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.6;
}
.single-post .single-post-content .content-tag ul {
  display: flex;
  gap: 4rem;
  padding: 0;
  margin: -2rem 0 0 12rem;
}
.single-post .single-post-content .content-tag ul li {
  list-style-type: none;
}
.single-post .single-post-content .content-tag ul li a {
  font-weight: 400;
  font-size: 14rem;
  line-height: 28rem;
  /* identical to box height, or 200% */
  text-decoration-line: underline;
  color: #E1AF00;
}
.single-post .single-post-content .content-autor {
  background: #1B1B1B;
  border-radius: 20px;
  margin: 40rem 0 40rem;
  padding: 40rem;
  border-left: 4rem solid #f1bb35;
}
.single-post .single-post-content .content-autor > span {
  display: block;
  margin-bottom: 20rem;
  font-weight: 700;
  font-size: 18rem;
  line-height: 32rem;
  /* identical to box height, or 178% */
  color: #FFFFFF;
}
.single-post .single-post-content .content-autor .content-autor-desc .top {
  display: flex;
  gap: 20rem;
  align-items: center;
}
.single-post .single-post-content .content-autor .content-autor-desc .top img {
  width: 57rem;
  height: 57rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100rem;
}
.single-post .single-post-content .content-autor .content-autor-desc .top span {
  font-weight: 700;
  font-size: 16rem;
  line-height: 26rem;
  /* identical to box height, or 162% */
  color: #B3B3B3;
}
.single-post .single-post-content .content-autor .content-autor-desc .bottom {
  margin-top: 20rem;
  font-weight: 400;
  font-size: 16rem;
  line-height: 26rem;
  /* or 162% */
  color: #B3B3B3;
}
.single-post .single-post-content .content-stars {
  background: rgba(225, 175, 0, 0.137254902);
  mix-blend-mode: normal;
  border-radius: 20rem;
  padding: 30rem 30rem 50rem 30rem;
  position: relative;
  margin-top: 25rem;
}
.single-post .single-post-content .content-stars span {
  font-size: 18rem;
  color: #fff;
  display: block;
  border-bottom: 1rem solid rgba(255, 255, 255, 0.1882352941);
  padding-bottom: 10rem;
  font-weight: 600;
}
.single-post .single-post-content .content-stars .kk-star-ratings .kksr-stars {
  position: absolute;
  top: 38rem;
  left: 190rem;
}
.single-post .single-post-content .content-stars .kk-star-ratings {
  flex-direction: row-reverse;
  color: aliceblue;
  justify-content: flex-end;
  height: 0;
}
.single-post .single-post-content .content-stars .kk-star-ratings.kksr-disabled {
  height: auto;
}
.single-post .single-post-content .content-stars .kksr-legend {
  font-weight: 700;
  font-size: 16rem !important;
  line-height: 20px;
  color: #B3B3B3;
  margin-top: 20rem;
}
.single-post .single-post-content .content-stars .kk-star-ratings .kksr-muted {
  display: none;
}
.single-post .single-post-content .content-nav {
  padding-top: 60rem;
  border-top: 1rem solid #B3B3B3;
}
.single-post .single-post-content .content-nav .nav-links {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .single-post .single-post-content .content-nav .nav-links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40rem;
  }
}
.single-post .single-post-content .content-nav .nav-links .nav-previous, .single-post .single-post-content .content-nav .nav-links .nav-next {
  width: auto;
  float: none;
}
.single-post .single-post-content .content-nav .nav-links .nav-previous a, .single-post .single-post-content .content-nav .nav-links .nav-next a {
  font-weight: 400;
  font-size: 16rem;
  line-height: 26rem;
  color: #BBBBBB;
  transition: all 0.5s;
}
.single-post .single-post-content .content-nav .nav-links .nav-previous a:hover, .single-post .single-post-content .content-nav .nav-links .nav-next a:hover {
  background-color: transparent;
  color: #E1AF00;
}
.single-post .single-post-content .content-nav .nav-links .nav-previous {
  position: relative;
}
.single-post .single-post-content .content-nav .nav-links .nav-previous:before {
  content: "Poprzedni wpis";
  font-style: italic;
  position: absolute;
  top: -30px;
  left: 54rem;
}
.single-post .single-post-content .content-nav .nav-links .nav-previous a {
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20rem;
}
.single-post .single-post-content .content-nav .nav-links .nav-previous a:before {
  content: "";
  background: url(/wp-content/uploads/2022/08/arrow-post.svg);
  width: 36rem;
  height: 36rem;
  display: flex;
  background-size: cover;
  border-radius: 100rem;
  position: relative;
  top: -10rem;
}
.single-post .single-post-content .content-nav .nav-links .nav-next {
  position: relative;
}
.single-post .single-post-content .content-nav .nav-links .nav-next:before {
  content: "Nastepny wpis";
  font-style: italic;
  position: absolute;
  top: -30px;
  right: 54rem;
}
@media (min-width: 1199px) {
  .single-post .single-post-content .content-nav .nav-links .nav-next {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
}
.single-post .single-post-content .content-nav .nav-links .nav-next a {
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20rem;
  display: flex;
  flex-direction: row-reverse;
}
.single-post .single-post-content .content-nav .nav-links .nav-next a:before {
  content: "";
  background: url(/wp-content/uploads/2022/08/arrow-post.svg);
  width: 36rem;
  height: 36rem;
  display: flex;
  background-size: cover;
  border-radius: 100rem;
  transform: rotate(180deg);
  position: relative;
  top: -10rem;
}
.single-post .single-post-content .content-nav .nav-links .nav-next a:after {
  display: none;
}
.single-post .related-article {
  padding-bottom: 70rem;
}
.single-post .related-article .title {
  margin-bottom: 50rem;
}
.single-post .related-article .title h2 {
  font-family: "Monoton";
  font-style: normal;
  font-weight: 400;
  font-size: 40rem;
  line-height: 70rem;
  text-align: center;
  color: #EAAA0A;
}
.single-post .related-article .loop {
  max-width: 1460rem;
  margin: 0 auto;
  padding: 0 15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 15rem;
}
.single-post .related-article .loop a {
  width: 100%;
}
@media (min-width: 640px) {
  .single-post .related-article .loop a {
    width: calc(50% - 15rem);
  }
}
@media (min-width: 1199px) {
  .single-post .related-article .loop a {
    width: calc(25% - 15rem);
  }
}
.single-post .related-article .loop a {
  display: flex;
  flex-direction: column;
  height: 230rem;
  justify-content: flex-end;
  padding: 23rem;
  border-radius: 20rem;
  text-decoration: none;
  position: relative;
}
.single-post .related-article .loop a:hover:after {
  top: 0;
  right: 0;
}
.single-post .related-article .loop a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10rem;
  right: -10rem;
  border: 1rem solid #F1BB35;
  border-radius: 20rem;
  z-index: -1;
  transition: all 0.5s;
}
.single-post .related-article .loop a .cat {
  font-style: italic;
  font-weight: 300;
  font-size: 13rem;
  line-height: 26rem;
  color: #FFFFFF;
}
.single-post .related-article .loop a h3 {
  font-weight: 300;
  font-size: 18rem;
  line-height: 25rem;
  color: #FFFFFF;
  margin: 0;
}
.single-post .related-article .loop a .more {
  color: #EAAA0A;
  font-weight: 600;
}

body.blog, body.archive {
  overflow-x: hidden;
}

.blog-page {
  background-attachment: fixed;
  background-position: center center;
  max-width: 1410rem;
  margin: 0 auto;
  padding: 100rem 20rem 50rem;
}
@media (min-width: 1023px) {
  .blog-page {
    padding: 180rem 20rem 50rem;
  }
}
.blog-page__heading {
  margin-bottom: 60rem;
}
@media (min-width: 1199px) {
  .blog-page__heading {
    width: 50%;
  }
}
.blog-page__heading h1 {
  font-family: "Monoton";
  font-weight: 400;
  font-size: 40rem;
  line-height: 35rem;
  color: #F1BB35;
}
@media (min-width: 1023px) {
  .blog-page__heading h1 {
    font-size: 74rem;
    line-height: 75rem;
  }
}
.blog-page__top {
  display: flex;
  flex-wrap: wrap;
  gap: 30rem;
  position: relative;
  z-index: 2;
}
.blog-page__top-left {
  width: 100%;
}
@media (min-width: 1199px) {
  .blog-page__top-left {
    width: calc(50% - 60rem);
  }
}
.blog-page__top-left a {
  display: flex;
  flex-direction: column;
  height: 350rem;
  justify-content: flex-end;
  padding: 23rem;
  border-radius: 20rem;
  text-decoration: none;
  position: relative;
}
@media (min-width: 1199px) {
  .blog-page__top-left a {
    height: 530rem;
  }
}
.blog-page__top-left a:hover:after {
  top: 0;
  right: 0;
}
.blog-page__top-left a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10rem;
  right: -10rem;
  border: 1rem solid #F1BB35;
  border-radius: 20rem;
  z-index: -1;
  transition: all 0.5s;
}
.blog-page__top-left a .cat {
  font-style: italic;
  font-weight: 300;
  font-size: 13rem;
  line-height: 26rem;
  color: #FFFFFF;
  gap: 7rem;
}
.blog-page__top-left a h3 {
  font-weight: 300;
  font-size: 18rem;
  line-height: 25rem;
  color: #FFFFFF;
  margin: 0;
}
.blog-page__top-left a .more {
  color: #EAAA0A;
  font-weight: 600;
}
.blog-page__top-right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30rem;
}
@media (min-width: 1199px) {
  .blog-page__top-right {
    width: calc(50% - 40rem);
  }
}
.blog-page__top-right a {
  display: flex;
  flex-direction: column;
  height: 230rem;
  justify-content: flex-end;
  padding: 23rem;
  border-radius: 20rem;
  text-decoration: none;
  position: relative;
  width: 100%;
}
@media (min-width: 1199px) {
  .blog-page__top-right a {
    height: 250rem;
  }
}
.blog-page__top-right a:hover:after {
  top: 0;
  right: 0;
}
.blog-page__top-right a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10rem;
  right: -10rem;
  border: 1rem solid #F1BB35;
  border-radius: 20rem;
  z-index: -1;
  transition: all 0.5s;
}
@media (min-width: 640px) {
  .blog-page__top-right a {
    width: calc(50% - 15rem);
  }
}
@media (min-width: 1199px) {
  .blog-page__top-right a {
    width: calc(50% - 15rem);
  }
}
.blog-page__top-right a .cat {
  font-style: italic;
  font-weight: 300;
  font-size: 13rem;
  line-height: 26rem;
  color: #FFFFFF;
  gap: 7rem;
}
.blog-page__top-right a h3 {
  font-weight: 300;
  font-size: 18rem;
  line-height: 25rem;
  color: #FFFFFF;
  margin: 0;
}
.blog-page__top-right a .more {
  color: #EAAA0A;
  font-weight: 600;
}
.blog-page__bottom {
  margin: 70rem 0 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 1199px) {
  .blog-page__bottom {
    margin: 150rem 0 0;
  }
}
.blog-page__bottom-nav {
  margin: 0 0 50rem 0;
}
.blog-page__bottom-nav ul {
  gap: 20rem;
}
@media (min-width: 1199px) {
  .blog-page__bottom-nav ul {
    gap: 40rem;
  }
}
.blog-page__bottom-nav ul li a {
  font-weight: 700;
  font-size: 16rem;
  line-height: 19rem;
  color: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.6;
  color: #fff;
  transition: all 0.4s;
  text-decoration: underline;
  text-underline-offset: 9rem;
  text-decoration-color: #fff;
  text-decoration-thickness: 3rem;
}
.blog-page__bottom-nav ul li a.active {
  opacity: 1;
  text-decoration-color: #DAA347;
}
.blog-page__bottom-loop {
  display: flex;
  flex-wrap: wrap;
  gap: 30rem;
}
.blog-page__bottom-loop a {
  width: 100%;
}
@media (min-width: 640px) {
  .blog-page__bottom-loop a {
    width: calc(50% - 15rem);
  }
}
@media (min-width: 1199px) {
  .blog-page__bottom-loop a {
    width: calc(25% - 30rem);
  }
}
.blog-page__bottom-loop a {
  display: flex;
  flex-direction: column;
  height: 230rem;
  justify-content: flex-end;
  padding: 23rem;
  border-radius: 20rem;
  text-decoration: none;
  position: relative;
}
.blog-page__bottom-loop a:hover:after {
  top: 0;
  right: 0;
}
.blog-page__bottom-loop a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10rem;
  right: -10rem;
  border: 1rem solid #F1BB35;
  border-radius: 20rem;
  z-index: -1;
  transition: all 0.5s;
}
.blog-page__bottom-loop a .cat {
  font-style: italic;
  font-weight: 300;
  font-size: 13rem;
  line-height: 26rem;
  color: #FFFFFF;
  gap: 7rem;
}
.blog-page__bottom-loop a h3 {
  font-weight: 300;
  font-size: 18rem;
  line-height: 25rem;
  color: #FFFFFF;
  margin: 0;
}
.blog-page__bottom-loop a .more {
  color: #EAAA0A;
  font-weight: 600;
}
.blog-page__bottom-button span {
  margin: 35rem auto 0;
  cursor: pointer;
  width: 189rem;
  height: 60rem;
  background: #EAAA0A;
  border-radius: 30.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
}

.comments {
  margin-top: 30rem;
  font-size: 16rem;
}
.comments h2 {
  font-size: 18rem;
  font-weight: 600;
  color: #fff;
}
.comments a {
  color: #fff;
}
.comments .card {
  background: #1b1b1b;
  border-radius: 20rem;
  margin-bottom: 20rem;
  padding: 30rem;
}
.comments .card p {
  margin-bottom: 0;
}
.comments .card input,
.comments .card textarea {
  font-size: 14rem;
}
.comments .card .card-header {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  font-size: 16rem;
  color: #d1d1d1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 20rem;
}
@media (max-width: 768px) {
  .comments .card .card-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.comments .card .card-header h5 {
  margin: 0;
  font-size: 16rem;
  color: #d1d1d1;
  position: relative;
}
.comments .card .card-header h5::before {
  content: "Uytkownik ";
}
.comments .card .card-header h5::after {
  content: " :";
}
.comments .card .card-header h5 .says {
  display: none;
}
@media (max-width: 768px) {
  .comments .card .card-header h5 {
    margin-bottom: 10rem;
  }
}
.comments .card .card-header a {
  color: #d1d1d1;
}
.comments .card .card-block {
  background: #000;
  border-radius: 20rem;
  margin-bottom: 20rem;
}
.comments .card .card-footer {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0);
}
.comments .card .card-footer .comment-reply-link {
  font-size: 18rem;
  background: #EAAA0A;
  color: #fff;
  display: inline-block;
  padding: 12rem 40rem;
  border-radius: 110rem;
  border-bottom: 4px solid #CD9405;
  border-color: #CD9405;
  font-weight: 600;
  transition: all 0.7s;
}
.comments .comment-respond {
  background: #1b1b1b;
  border-radius: 20rem;
  margin-bottom: 20rem;
  padding: 30rem;
  margin-top: 60rem;
}
.comments .comment-respond p {
  margin-bottom: 0;
}
.comments .comment-respond h3 {
  margin: 0;
  font-size: 16rem;
  color: #d1d1d1;
  position: relative;
}
.comments .comment-respond .comment-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comments .comment-respond .comment-form .comment-notes {
  font-size: 12px;
  margin-bottom: 20rem;
}
.comments .comment-respond .comment-form p {
  width: 100%;
}
.comments .comment-respond .comment-form .comment-form-author {
  width: 45%;
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 768px) {
  .comments .comment-respond .comment-form .comment-form-author {
    width: 100%;
  }
}
.comments .comment-respond .comment-form .comment-form-author label {
  padding-left: 15rem;
}
.comments .comment-respond .comment-form .comment-form-author input {
  width: 100%;
  background: #000;
  border-radius: 20rem;
  margin-bottom: 20rem;
  font-size: 16rem;
  color: #fff;
  border: none;
  color: #b3b3b3;
  padding: 20px;
}
.comments .comment-respond .comment-form .comment-form-email {
  width: 45%;
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 768px) {
  .comments .comment-respond .comment-form .comment-form-email {
    width: 100%;
  }
}
.comments .comment-respond .comment-form .comment-form-email label {
  padding-left: 15rem;
}
.comments .comment-respond .comment-form .comment-form-email input {
  width: 100%;
  background: #000;
  border-radius: 20rem;
  margin-bottom: 20rem;
  font-size: 16rem;
  color: #fff;
  border: none;
  color: #b3b3b3;
  padding: 20px;
}
.comments .comment-respond .comment-form .comment-form-url {
  display: none;
}
.comments .comment-respond .comment-form textarea {
  background: #000;
  border-radius: 20rem;
  margin-bottom: 20rem;
  font-size: 16rem;
  color: #fff;
  border: none;
  color: #b3b3b3;
  padding: 20px;
}
.comments .comment-respond .comment-form .form-submit {
  width: 100%;
  margin-top: 20rem;
}
.comments .comment-respond .comment-form .form-submit input {
  font-size: 18rem;
  background: #EAAA0A;
  color: #fff;
  display: inline-block;
  padding: 12rem 40rem;
  border-radius: 110rem;
  border-bottom: 4px solid #CD9405;
  border-color: #CD9405;
  font-weight: 600;
  transition: all 0.7s;
}

.page-template-o-nas .section-1 .section-6-3-element img {
  left: unset;
  right: 130rem;
}
.page-template-o-nas .section-1 .section-5-element img {
  left: 170rem;
}
@media (min-width: 1024px) {
  .page-template-o-nas .section-1 .section-container .content:nth-child(1) {
    width: 840rem;
  }
}
.page-template-o-nas .section-1 .section-container .content:nth-child(1) h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 63rem;
}
@media (max-width: 768px) {
  .page-template-o-nas .section-1 .section-container .content:nth-child(1) h2 {
    font-size: 28rem;
  }
}
@media (min-width: 1024px) {
  .page-template-o-nas .section-1 .section-container .content:nth-child(2) {
    width: 510rem;
    padding-left: 50rem;
  }
}
.page-template-o-nas .section-3 #s2gwiazdozbior {
  right: unset;
  left: 100rem;
}
.page-template-o-nas .section-3 .column-100 {
  margin-bottom: 40rem;
}
.page-template-o-nas .section-3 .row {
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1024px) {
  .page-template-o-nas .section-3 .row {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
@media (max-width: 1023px) {
  .page-template-o-nas .section-3 .row .col {
    width: calc(100% - 30rem);
    margin-left: 15rem;
  }
}
.page-template-o-nas .section-3 .col-image {
  border: 20rem solid #EAAA0A;
  border-radius: 20rem;
  background: #eaaa0c;
  padding: 0;
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .page-template-o-nas .section-3 .col-image {
    flex: 0 0 calc(100% - 555rem);
    width: calc(100% - 555rem);
  }
}
.page-template-o-nas .section-3 .col-image img {
  border-radius: 20rem;
  width: 100%;
  height: auto;
}
.page-template-o-nas .section-3 .col-text {
  background: rgba(51, 51, 51, 0.9);
  border-radius: 20rem;
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .page-template-o-nas .section-3 .col-text {
    flex: 0 0 530rem;
    width: 530rem;
    display: flex;
    align-items: center;
  }
}
.page-template-o-nas .section-3 .col-text .col-text-content {
  padding: 25rem;
  color: #fff;
}
@media (min-width: 1024px) {
  .page-template-o-nas .section-3 .col-text .col-text-content {
    max-width: 460px;
    margin: 0 auto;
    padding: 0;
  }
}
.page-template-o-nas .section-3 .col-text .col-text-content ul {
  padding: 0 30px;
}
@media (min-width: 1199px) {
  .page-template-o-nas .section-3 .col-text .col-text-content ul {
    padding: 0 60px;
  }
}
.page-template-o-nas .section-3 .col-text .col-text-content ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 20px;
}
.page-template-o-nas .section-3 .col-text .col-text-content ul li:last-child {
  margin-bottom: 0;
}
.page-template-o-nas .section-3 .col-text .col-text-content ul li:before {
  content: "";
  position: absolute;
  width: 18rem;
  height: 18rem;
  background: transparent;
  border: 5rem solid #E1AF00;
  border-radius: 50rem;
  top: 6px;
  left: -30rem;
}
.page-template-o-nas .section-3 .col-text .col-text-content ul li a {
  color: #B3B3B3;
}
.page-template-o-nas .section-3 .row-btn {
  margin-top: 40rem;
}
@media (max-width: 1023px) {
  .page-template-o-nas .section-video {
    padding: 0;
  }
}
.page-template-o-nas .section-video div#s2planeta22 {
  left: 170rem;
  z-index: -1;
}
.page-template-o-nas .section-video .content-100 a {
  display: block;
  width: 100%;
  position: relative;
}
.page-template-o-nas .section-video .content-100 a .player img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75rem;
  height: auto;
  cursor: pointer;
  transition: all 0.4s;
}
.page-template-o-nas .section-video .content-100 a .player img:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.page-template-o-nas .section-6 #s2gwiazdozbior {
  right: unset;
  left: 100rem;
}
.page-template-o-nas .section-6 .column-1 {
  max-width: 970rem;
  margin: 0 auto;
}
.page-template-o-nas .section-6 .column-team {
  display: flex;
  gap: 20rem;
  justify-content: center;
  text-align: center;
  margin-top: 40rem;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .page-template-o-nas .section-6 .column-team {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .page-template-o-nas .section-6 .column-team .swiper-wrapper .swiper-slide:nth-child(2n+2) {
    margin-top: 80rem;
  }
}
.page-template-o-nas .section-6 .column-team .swiperTeam {
  padding-bottom: 90rem;
}
.page-template-o-nas .section-6 .column-team .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 20rem;
}
.page-template-o-nas .section-6 .column-team .swiper-pagination span {
  background: #fff;
  width: 10rem;
  height: 10rem;
  transition: all 0.4s;
}
.page-template-o-nas .section-6 .column-team .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ffc600;
  width: 40rem;
  border-radius: 10rem;
}
@media (max-width: 1023px) {
  .page-template-o-nas .section-6 .column-team .column-team__single {
    margin-bottom: 20px;
  }
}
.page-template-o-nas .section-6 .column-team .column-team__single .image {
  border-radius: 500rem;
  border: 32rem solid rgb(73, 73, 73);
  position: relative;
}
@media (max-width: 1023px) {
  .page-template-o-nas .section-6 .column-team .column-team__single .image {
    width: 200px;
    margin: 0 auto 20px;
  }
}
.page-template-o-nas .section-6 .column-team .column-team__single .image:before {
  content: "";
  width: 40rem;
  height: 4rem;
  position: absolute;
  bottom: -17rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  background: #FFC600;
  border-radius: 20rem;
}
.page-template-o-nas .section-6 .column-team .column-team__single .text strong {
  margin: 0;
}
.page-template-o-nas .section-8 h2 {
  font-weight: 400;
  font-size: 40rem;
  line-height: 80rem;
}
.page-template-o-nas .section-8 .section-faq {
  margin-top: 40rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .page-template-o-nas .section-8 .section-faq {
    flex-direction: row;
    justify-content: space-between;
  }
}
.page-template-o-nas .section-8 .section-faq .section-faq-quest {
  background: #EAAA0A;
  mix-blend-mode: normal;
  border-radius: 20rem;
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .page-template-o-nas .section-8 .section-faq .section-faq-quest {
    flex: 0 0 410rem;
    width: 410rem;
    margin-bottom: 0;
  }
}
.page-template-o-nas .section-8 .section-faq .section-faq-quest h4 {
  font-style: italic;
  font-weight: 300;
  font-size: 20rem;
  line-height: 26rem;
  color: #FFFFFF;
  padding: 22rem 30rem 0rem;
}
.page-template-o-nas .section-8 .section-faq .section-faq-quest ul {
  padding: 0;
  margin: 0;
}
.page-template-o-nas .section-8 .section-faq .section-faq-quest ul li {
  list-style-type: none;
  padding: 20px 30px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1215686275);
}
.page-template-o-nas .section-8 .section-faq .section-faq-quest ul li.active {
  background-color: rgba(51, 51, 51, 0.9);
}
.page-template-o-nas .section-8 .section-faq .section-faq-quest ul li.active a {
  font-style: normal;
  font-weight: 600;
  color: #fff;
}
.page-template-o-nas .section-8 .section-faq .section-faq-quest ul li a {
  font-style: italic;
  font-weight: 300;
  font-size: 16rem;
  line-height: 23rem;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.page-template-o-nas .section-8 .section-faq .section-faq-answer {
  flex: 0 0 100%;
  width: 100%;
  background: rgba(51, 51, 51, 0.9);
  border-radius: 20rem;
  padding: 27rem 20rem 10rem 20rem;
}
@media (min-width: 1024px) {
  .page-template-o-nas .section-8 .section-faq .section-faq-answer {
    flex: 0 0 calc(100% - 440rem);
    width: calc(100% - 440rem);
    padding: 50rem 50rem;
  }
}
.page-template-o-nas .section-8 .section-faq .section-faq-answer .content-answer {
  display: none;
}
.page-template-o-nas .section-8 .section-faq .section-faq-answer .content-answer:nth-child(1) {
  display: block;
}
.page-template-o-nas .section-2 #s2gwiazdozbior {
  position: absolute;
  top: unset;
  right: 120rem;
  bottom: 70px;
}
.page-template-o-nas .section-2 div#s2planeta22 {
  bottom: 20rem;
  top: unset;
  left: 100rem;
  right: unset;
  width: 150rem;
}
.page-template-o-nas .section-2 div#s2ufo {
  top: 160rem;
  right: 100rem;
  left: unset;
}
.page-template-o-nas .section-2 .column-100 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .page-template-o-nas .section-2 .column-100 {
    flex-wrap: nowrap;
  }
}
.page-template-o-nas .section-2 .column-100 .column-100__box {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 15rem;
}
@media (min-width: 992px) {
  .page-template-o-nas .section-2 .column-100 .column-100__box {
    width: 417rem;
    flex-direction: row;
    margin-top: 40rem;
  }
}
.page-template-o-nas .section-2 .column-100 .column-100__box .number {
  font-family: Helvetica, sans-serif;
  font-size: 40rem;
  font-weight: 800;
  opacity: 0.4;
  position: relative;
  margin-bottom: 10rem;
  margin-right: 20rem;
}
@media (min-width: 992px) {
  .page-template-o-nas .section-2 .column-100 .column-100__box .number {
    font-size: 130rem;
    top: 38rem;
    margin-bottom: 0;
  }
}
.page-template-o-nas .section-2 .column-100 .column-100__box .text strong {
  font-weight: 700;
  font-size: 24rem;
  line-height: 33rem;
  /* identical to box height */
  color: #FFFFFF;
  margin-bottom: 10rem;
}
.page-template-o-nas .section-9 .content-100 {
  max-width: 926rem;
  margin: 0 auto;
  text-align: center;
}
.page-template-o-nas .section-9 .content-100 h2 {
  font-weight: 400;
  font-size: 40rem;
  line-height: 80rem;
}
@media (max-width: 1023px) {
  .page-template-o-nas .section-9 .content-100 h2 {
    font-size: 30rem;
    line-height: 42rem;
  }
}
.page-template-o-nas .section-9 .content-100 span {
  font-style: italic;
  font-weight: 300;
  font-size: 20rem;
  line-height: 33rem;
  color: #fff;
  display: block;
  margin-bottom: 30rem;
}

.page-template-usluga .section-10 .section-10__footer {
  position: relative;
}
.page-template-usluga .section-10 .section-10__footer-author {
  margin-bottom: 40rem !important;
}
@media (max-width: 1023px) {
  .page-template-usluga .section {
    padding: 0;
  }
}
.page-template-usluga .section-2 .content-50 img {
  border-radius: 20rem;
}
.page-template-usluga .section-2 div#s7planet {
  width: 190rem;
  position: absolute;
  left: 50rem;
  bottom: 100rem;
  top: unset;
}
.page-template-usluga .section-2 div#element1-2 img {
  width: 350rem;
  position: absolute;
  right: -60px;
  top: -15%;
  transform: rotate(180deg) translate(0, -50%);
}
.page-template-usluga .section-2 .content-100 h2 {
  font-size: 40rem;
  margin-bottom: 70rem;
}
@media (min-width: 1024px) {
  .page-template-usluga .section-2 .content-100 h2 {
    margin-top: -50rem;
  }
}
@media (min-width: 1024px) {
  .page-template-usluga .section-2 .section-container-starMobile {
    display: none;
  }
}
.page-template-usluga .section-2 .section-container-starMobile .swiper-slide span {
  font-family: "Monoton";
  font-size: 30rem;
  color: #FFC600;
}
.page-template-usluga .section-2 .section-container-starMobile .swiper-slide h3 {
  color: #fff;
  font-size: 20rem !important;
}
.page-template-usluga .section-2 .section-container-starMobile .swiper-slide .desc {
  color: #fff;
}
.page-template-usluga .section-2 .section-container-starMobile .swiper-slide .desc * {
  color: #fff;
}
.page-template-usluga .section-2 .section-container-starMobile .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 20rem;
}
.page-template-usluga .section-2 .section-container-starMobile .swiper-pagination span {
  background: #fff;
  width: 10rem;
  height: 10rem;
  transition: all 0.4s;
}
.page-template-usluga .section-2 .section-container-starMobile .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ffc600;
  width: 40rem;
  border-radius: 10rem;
}
.page-template-usluga .section-2 .section-container-star {
  max-width: 1000rem;
}
@media (max-width: 1023px) {
  .page-template-usluga .section-2 .section-container-star {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 20rem;
  }
}
@media (min-width: 1024px) {
  .page-template-usluga .section-2 .section-container-star .line.line-1 {
    position: absolute;
    left: 50%;
    right: 0;
    width: 810rem;
    height: 1rem;
    background: #ffcc3c;
    top: 122rem;
    transform: translate(-50%, 0);
  }
}
@media (min-width: 1024px) {
  .page-template-usluga .section-2 .section-container-star .line.line-2 {
    position: absolute;
    right: 185rem;
    width: 260rem;
    height: 1rem;
    background: #ffcc3c;
    top: 207rem;
    transform: rotate(-42deg);
  }
}
@media (min-width: 1024px) {
  .page-template-usluga .section-2 .section-container-star .line.line-3 {
    position: absolute;
    right: 171rem;
    width: 280rem;
    height: 1rem;
    background: #ffcc3c;
    top: 392rem;
    transform: rotate(-133deg);
  }
}
@media (min-width: 1024px) {
  .page-template-usluga .section-2 .section-container-star .line.line-4 {
    position: absolute;
    right: 207rem;
    width: 215rem;
    height: 1rem;
    background: #ffcc3c;
    top: 540rem;
    transform: rotate(-26deg);
  }
}
@media (min-width: 1024px) {
  .page-template-usluga .section-2 .section-container-star .line.line-5 {
    position: absolute;
    right: 580rem;
    width: 260rem;
    height: 1rem;
    background: #ffcc3c;
    top: 521rem;
    transform: rotate(-151deg);
  }
}
@media (max-width: 1024px) {
  .page-template-usluga .section-2 .section-container-star .star {
    position: relative;
  }
}
.page-template-usluga .section-2 .section-container-star .star:hover .front {
  filter: brightness(0) invert(1);
}
.page-template-usluga .section-2 .section-container-star .star:hover .back {
  opacity: 1;
}
.page-template-usluga .section-2 .section-container-star .star .front {
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .page-template-usluga .section-2 .section-container-star .star .front {
    width: 300rem !important;
  }
}
.page-template-usluga .section-2 .section-container-star .star .front span {
  font-family: "Monoton";
  color: #000;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40rem;
  top: 50%;
}
@media (max-width: 1024px) {
  .page-template-usluga .section-2 .section-container-star .star .front img {
    width: 300rem !important;
  }
}
.page-template-usluga .section-2 .section-container-star .star .back {
  opacity: 0;
  position: absolute;
  transition: all 0.5s;
  padding: 0 10rem;
}
@media (max-width: 1023px) {
  .page-template-usluga .section-2 .section-container-star .star .back {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240rem;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #fff;
    border-radius: 400rem;
    height: 240rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .page-template-usluga .section-2 .section-container-star .star .back {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 255rem;
    height: 255rem;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #fff;
    border-radius: 400rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.page-template-usluga .section-2 .section-container-star .star .back span {
  font-family: "Monoton";
  font-size: 30rem;
  color: #000;
}
.page-template-usluga .section-2 .section-container-star .star .back h4 {
  margin: 8rem 0;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.page-template-usluga .section-2 .section-container-star .star .back p {
  color: #000;
  padding: 0;
  margin: 0;
  font-size: 13rem;
  line-height: 19rem;
  padding: 0 10rem;
}
.page-template-usluga .section-2 .section-container-star .star.star-1 {
  position: relative;
}
@media (min-width: 1024px) {
  .page-template-usluga .section-2 .section-container-star .star.star-1 {
    width: 230rem;
  }
}
.page-template-usluga .section-2 .section-container-star .star.star-1 .front {
  width: 300rem;
}
@media (min-width: 1024px) {
  .page-template-usluga .section-2 .section-container-star .star.star-1 .front {
    width: 230rem;
  }
}
.page-template-usluga .section-2 .section-container-star .star.star-1 .front img {
  width: 300rem;
  height: auto;
}
@media (min-width: 1024px) {
  .page-template-usluga .section-2 .section-container-star .star.star-1 .front img {
    width: 230rem;
  }
}
@media (min-width: 1024px) {
  .page-template-usluga .section-2 .section-container-star .star.star-2 {
    position: absolute !important;
    top: 0rem;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    width: 245rem;
  }
}
.page-template-usluga .section-2 .section-container-star .star.star-2 .front {
  width: 245rem;
}
.page-template-usluga .section-2 .section-container-star .star.star-2 .front img {
  width: 245rem;
  height: auto;
}
@media (min-width: 1024px) {
  .page-template-usluga .section-2 .section-container-star .star.star-3 {
    position: relative;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    top: -60rem;
    display: flex;
    justify-content: center;
  }
}
.page-template-usluga .section-2 .section-container-star .star.star-3 .front {
  width: 245rem;
}
.page-template-usluga .section-2 .section-container-star .star.star-3 .front img {
  width: 245rem;
  height: auto;
  position: relative;
  top: -20rem;
}
@media (min-width: 1024px) {
  .page-template-usluga .section-2 .section-container-star .star.star-4 {
    position: relative;
    top: -80rem;
    width: 200rem;
    left: calc(100% + 10rem);
    transform: translate(-100%, 0);
    z-index: 1;
  }
}
.page-template-usluga .section-2 .section-container-star .star.star-4 .front {
  width: 200rem;
  position: relative;
}
@media (min-width: 1024px) {
  .page-template-usluga .section-2 .section-container-star .star.star-4 .front {
    left: 100%;
    transform: translate(-100%, 0);
  }
}
.page-template-usluga .section-2 .section-container-star .star.star-4 .front img {
  width: 200rem;
  height: auto;
}
@media (min-width: 1024px) {
  .page-template-usluga .section-2 .section-container-star .star.star-5 {
    width: 100%;
    justify-content: center;
    display: flex;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    margin-top: -190rem;
  }
}
.page-template-usluga .section-2 .section-container-star .star.star-5 .front {
  width: 200rem;
}
.page-template-usluga .section-2 .section-container-star .star.star-5 .front img {
  width: 245rem;
  height: auto;
}
@media (min-width: 1024px) {
  .page-template-usluga .section-2 .section-container-star .star.star-6 {
    position: absolute !important;
    left: 0;
    margin-top: -314rem;
    left: 0;
  }
}
.page-template-usluga .section-2 .section-container-star .star.star-6 .front {
  width: 200rem;
}
.page-template-usluga .section-2 .section-container-star .star.star-6 .front img {
  width: 200rem;
  height: auto;
}
.page-template-usluga .section-8 h2 {
  font-weight: 400;
  font-size: 40rem;
  line-height: 80rem;
}
.page-template-usluga .section-8 .section-faq {
  margin-top: 40rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .page-template-usluga .section-8 .section-faq {
    flex-direction: row;
    justify-content: space-between;
  }
}
.page-template-usluga .section-8 .section-faq .section-faq-quest {
  background: #EAAA0A;
  mix-blend-mode: normal;
  border-radius: 20rem;
  flex: 0 0 100%;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .page-template-usluga .section-8 .section-faq .section-faq-quest {
    flex: 0 0 410rem;
    width: 410rem;
  }
}
.page-template-usluga .section-8 .section-faq .section-faq-quest h4 {
  font-style: italic;
  font-weight: 300;
  font-size: 20rem;
  line-height: 26rem;
  color: #FFFFFF;
  padding: 22rem 30rem 0rem;
}
.page-template-usluga .section-8 .section-faq .section-faq-quest ul {
  padding: 0;
  margin: 0;
}
.page-template-usluga .section-8 .section-faq .section-faq-quest ul li {
  list-style-type: none;
  padding: 20rem 30rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1215686275);
}
.page-template-usluga .section-8 .section-faq .section-faq-quest ul li.active {
  background-color: rgba(51, 51, 51, 0.9);
}
.page-template-usluga .section-8 .section-faq .section-faq-quest ul li.active a {
  font-style: normal;
  font-weight: 600;
  color: #fff;
}
.page-template-usluga .section-8 .section-faq .section-faq-quest ul li a {
  font-style: italic;
  font-weight: 300;
  font-size: 16rem;
  line-height: 23rem;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.page-template-usluga .section-8 .section-faq .section-faq-answer {
  margin-top: 35rem;
  flex: 0 0 100%;
  width: 100%;
  background: rgba(51, 51, 51, 0.9);
  border-radius: 20rem;
  padding: 27rem 20rem 10rem 20rem;
}
@media (min-width: 1024px) {
  .page-template-usluga .section-8 .section-faq .section-faq-answer {
    flex: 0 0 calc(100% - 440rem);
    width: calc(100% - 440rem);
    margin-top: 0;
    padding: 50rem;
  }
}
.page-template-usluga .section-8 .section-faq .section-faq-answer .content-answer {
  display: none;
}
.page-template-usluga .section-8 .section-faq .section-faq-answer .content-answer:nth-child(1) {
  display: block;
}
@media (max-width: 1023px) {
  .page-template-usluga .section-3 .section-container {
    padding: 0 30rem 0 30rem;
  }
}
.page-template-usluga .section-3 .content-50 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 40rem;
  margin-bottom: 25rem;
}
@media (max-width: 768px) {
  .page-template-usluga .section-3 .content-50 h2 {
    font-size: 26rem;
  }
}
.page-template-usluga .section-3 .content-50 span {
  font-style: italic;
  font-size: 20rem;
  line-height: 33rem;
  color: #fff;
  margin-bottom: 30rem;
  display: block;
}
.page-template-usluga .section-3 .element-triagle {
  transform: scale(0.6);
}
@media (min-width: 480px) {
  .page-template-usluga .section-3 .element-triagle {
    transform: scale(0.7);
  }
}
@media (min-width: 580px) {
  .page-template-usluga .section-3 .element-triagle {
    transform: scale(0.85);
  }
}
@media (min-width: 620px) {
  .page-template-usluga .section-3 .element-triagle {
    transform: scale(1);
  }
}
@media (max-width: 1023px) {
  .page-template-usluga .section-3 .element-triagle {
    margin-bottom: 50rem;
  }
}
.page-template-usluga .section-3 .element-triagle .triagle {
  border-radius: 14rem;
  cursor: pointer;
  font-size: 110%;
}
@media (min-width: 620px) {
  .page-template-usluga .section-3 .element-triagle .triagle {
    font-size: 100%;
  }
}
.page-template-usluga .section-4 .content-100 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 40rem;
  margin-bottom: 60rem;
}
@media (max-width: 768px) {
  .page-template-usluga .section-4 .content-100 h2 {
    font-size: 35rem;
    margin-bottom: 40rem;
  }
}
.page-template-usluga .section-4 .swiper-creativeVideo,
.page-template-usluga .section-4 .swiper-creative {
  overflow: unset;
}
@media (min-width: 1024px) {
  .page-template-usluga .section-4 .swiper-creativeVideo,
  .page-template-usluga .section-4 .swiper-creative {
    height: auto;
  }
}
@media (max-width: 1023px) {
  .page-template-usluga .section-4 .swiper-creativeVideo,
  .page-template-usluga .section-4 .swiper-creative {
    overflow: hidden;
  }
}
.page-template-usluga .section-4 .swiper-creativeVideo .swiper-slide .swiper-slider__content.video,
.page-template-usluga .section-4 .swiper-creative .swiper-slide .swiper-slider__content.video {
  height: auto !important;
}
.page-template-usluga .section-4 .swiper-creativeVideo .swiper-slide .swiper-slider__content.video .videoBox,
.page-template-usluga .section-4 .swiper-creative .swiper-slide .swiper-slider__content.video .videoBox {
  height: auto !important;
}
.page-template-usluga .section-4 .swiper-creativeVideo .swiper-slide .swiper-slider__content.video video,
.page-template-usluga .section-4 .swiper-creative .swiper-slide .swiper-slider__content.video video {
  width: 100%;
  height: 100%;
  border-radius: 10rem;
}
.page-template-usluga .section-4 .swiper-creativeVideo .swiper-slide .swiper-slider__content:not(.video),
.page-template-usluga .section-4 .swiper-creative .swiper-slide .swiper-slider__content:not(.video) {
  flex: 0 0 100%;
  padding: 20rem;
  transition: all 0.5s;
  height: 88vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 33rem;
  border: 12rem solid rgb(51, 51, 51);
}
@media (min-width: 640px) {
  .page-template-usluga .section-4 .swiper-creativeVideo .swiper-slide .swiper-slider__content:not(.video),
  .page-template-usluga .section-4 .swiper-creative .swiper-slide .swiper-slider__content:not(.video) {
    height: 44vw;
  }
}
@media (min-width: 992px) {
  .page-template-usluga .section-4 .swiper-creativeVideo .swiper-slide .swiper-slider__content:not(.video),
  .page-template-usluga .section-4 .swiper-creative .swiper-slide .swiper-slider__content:not(.video) {
    height: 322rem;
    padding: 40rem;
  }
}
.page-template-usluga .section-4 .swiper-creativeVideo .swiper-slide .swiper-slider__content h3,
.page-template-usluga .section-4 .swiper-creative .swiper-slide .swiper-slider__content h3 {
  color: #fff;
  font-style: italic;
  font-size: 20rem !important;
  font-weight: 300;
  margin: 0;
}
.page-template-usluga .section-4 .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 55rem;
}
.page-template-usluga .section-4 .swiper-pagination span {
  background: #fff;
  width: 10rem;
  height: 10rem;
  transition: all 0.4s;
}
.page-template-usluga .section-4 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ffc600;
  width: 40rem;
  border-radius: 10rem;
}
.page-template-usluga .section-chart .content-100 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 40rem;
  margin-bottom: 25rem;
}
@media (max-width: 768px) {
  .page-template-usluga .section-chart .content-100 h2 {
    font-size: 35rem;
  }
}
.page-template-usluga .section-chart .content-100 p {
  max-width: 940rem;
  margin-left: auto;
  margin-right: auto;
}
.page-template-usluga .section-chart .section-container-chart {
  margin-top: 90rem;
}
@media (max-width: 1023px) {
  .page-template-usluga .section-chart .section-container-chart {
    padding: 0 30rem 0 30rem;
  }
}
.page-template-usluga .section-chart .swiper-chart .chart-elements {
  display: flex;
  background: #181818;
  justify-content: center;
  gap: 50rem;
  padding: 10rem 50rem;
}
@media (max-width: 768px) {
  .page-template-usluga .section-chart .swiper-chart .chart-elements {
    flex-wrap: wrap;
    gap: 10rem;
    padding: 10rem;
  }
}
.page-template-usluga .section-chart .swiper-chart .chart-elements .el {
  display: flex;
  flex-direction: column;
  text-align: center;
  /* padding: 0 15rem; */
}
@media (max-width: 768px) {
  .page-template-usluga .section-chart .swiper-chart .chart-elements .el {
    width: calc(50% - 10rem);
  }
}
.page-template-usluga .section-chart .swiper-chart .chart-elements .el span {
  font-size: 24rem;
  color: #fff;
}
@media (max-width: 768px) {
  .page-template-usluga .section-chart .swiper-chart .chart-elements .el span {
    font-size: 17rem;
    font-weight: 700;
  }
}
.page-template-usluga .section-chart .swiper-chart .chart-elements .el strong {
  font-weight: 300;
  font-size: max(11rem, 12px);
  line-height: 20rem;
}
.page-template-usluga .section-chart .swiper-chart .swiper-slide__content {
  max-width: 1405rem;
  margin: 0 auto;
  display: flex;
  gap: 30rem;
  flex-wrap: wrap;
}
.page-template-usluga .section-chart .swiper-chart .swiper-slide__content .chart {
  background: rgba(51, 51, 51, 0.9);
  border-radius: 15rem;
  flex: 0 0 100%;
  width: 100%;
  padding: 30rem 10rem;
}
@media (min-width: 1024px) {
  .page-template-usluga .section-chart .swiper-chart .swiper-slide__content .chart {
    flex: 0 0 calc(100% - 557rem);
    width: calc(100% - 557rem);
    padding: 30rem;
  }
}
.page-template-usluga .section-chart .swiper-chart .swiper-slide__content .text {
  background: rgba(51, 51, 51, 0.9);
  border-radius: 15rem;
  flex: 0 0 100%;
  width: 100%;
  padding: 60rem 50rem;
}
@media (min-width: 1024px) {
  .page-template-usluga .section-chart .swiper-chart .swiper-slide__content .text {
    flex: 0 0 527rem;
    width: 527rem;
  }
}
.page-template-usluga .section-chart .swiper-chart .swiper-slide__content .text > span {
  color: #fff;
  font-size: 18rem;
  font-weight: 600;
  display: block;
  margin-bottom: 24rem;
}
.page-template-usluga .section-chart .swiper-chart .swiper-slide__content .text .icon-q {
  width: 26rem;
  height: auto;
  margin-bottom: 38rem;
}
.page-template-usluga .section-chart .swiper-chart .swiper-slide__content .text .name .fullname {
  color: #fff;
  font-size: 18rem;
  font-weight: 600;
  display: block;
  margin-bottom: 4rem;
}
.page-template-usluga .section-chart .swiper-chart .swiper-slide__content .text .name .fullname:before {
  content: "";
  width: 40rem;
  height: 4rem;
  background-color: #FFC600;
  margin: 50rem 0 24rem;
  display: block;
}
.page-template-usluga .section-chart .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 55rem;
}
.page-template-usluga .section-chart .swiper-pagination span {
  background: #fff;
  width: 10rem;
  height: 10rem;
  transition: all 0.4s;
}
.page-template-usluga .section-chart .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ffc600;
  width: 40rem;
  border-radius: 10rem;
}
.page-template-usluga .section-reklamowe .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 0rem;
}
.page-template-usluga .section-reklamowe .swiper-pagination span {
  background: #fff;
  width: 10rem;
  height: 10rem;
  transition: all 0.4s;
}
.page-template-usluga .section-reklamowe .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ffc600;
  width: 40rem;
  border-radius: 10rem;
}
.page-template-usluga .section-reklamowe .swiperReklamowe,
.page-template-usluga .section-reklamowe .swiperReklamoweVideo {
  padding-bottom: 50rem;
  position: relative;
}
@media (min-width: 1024px) {
  .page-template-usluga .section-reklamowe .swiperReklamowe,
  .page-template-usluga .section-reklamowe .swiperReklamoweVideo {
    height: 580rem;
  }
}
.page-template-usluga .section-reklamowe .swiperReklamowe {
  padding-bottom: 28rem;
}
.page-template-usluga .section-reklamowe .contentNav {
  margin-bottom: 30rem;
  gap: 15rem;
}
.page-template-usluga .section-reklamowe .contentNav .contentNav-tab {
  color: #fff;
  font-size: 20rem;
  cursor: pointer;
}
.page-template-usluga .section-reklamowe .contentNav .contentNav-tab.active {
  color: #FFC600;
}
.page-template-usluga .section-reklamowe .content-100 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 40rem;
  margin-bottom: 50rem;
}
@media (max-width: 768px) {
  .page-template-usluga .section-reklamowe .content-100 h2 {
    font-size: 35rem;
  }
}
.page-template-usluga .section-reklamowe .section-container-flex {
  gap: 28rem;
}
.page-template-usluga .section-reklamowe .section-container-flex .section-container__box.video {
  height: auto !important;
}
.page-template-usluga .section-reklamowe .section-container-flex .section-container__box.video .videoBox {
  height: auto !important;
}
.page-template-usluga .section-reklamowe .section-container-flex .section-container__box.video video {
  width: 100%;
  height: 100%;
  border-radius: 10rem;
}
.page-template-usluga .section-reklamowe .section-container-flex .section-container__box:not(.video) {
  flex: 0 0 100%;
  padding: 20rem;
  transition: all 0.5s;
  height: 88vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 33rem;
  border: 12rem solid rgb(51, 51, 51);
}
@media (min-width: 640px) {
  .page-template-usluga .section-reklamowe .section-container-flex .section-container__box:not(.video) {
    height: 44vw;
  }
}
@media (min-width: 992px) {
  .page-template-usluga .section-reklamowe .section-container-flex .section-container__box:not(.video) {
    height: 420rem;
    padding: 40rem;
  }
}
@media (min-width: 580px) {
  .page-template-usluga .section-reklamowe .section-container-flex .section-container__box {
    flex: 0 0 calc(50% - 15rem);
    height: 44vw;
  }
}
@media (min-width: 992px) {
  .page-template-usluga .section-reklamowe .section-container-flex .section-container__box {
    flex: 0 0 calc(33% - 15rem);
    height: 440rem;
  }
}
@media (min-width: 580px) and (max-width: 991px) {
  .page-template-usluga .section-reklamowe .section-container-flex .section-container__box:last-child {
    flex: 0 0 100%;
  }
}
.page-template-usluga .section-reklamowe .section-container-flex .section-container__box h3 {
  color: #fff;
  font-style: italic;
  font-size: 20rem !important;
  font-weight: 300;
  margin: 0;
}
.page-template-usluga .section-reklamowe .section-container-flex .section-container__box a {
  text-decoration: none !important;
}
@media (max-width: 1023px) {
  .page-template-usluga .section-5 .section-container {
    padding: 0 30rem 0 30rem;
  }
}
.page-template-usluga .section-5 .content-100 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 40rem;
  margin-bottom: 65rem;
}
@media (max-width: 768px) {
  .page-template-usluga .section-5 .content-100 h2 {
    font-size: 35rem;
  }
}
.page-template-usluga .section-5 .section-container-flex {
  gap: 28rem;
}
.page-template-usluga .section-5 .section-container-flex .section-container__box {
  flex: 0 0 100%;
  background: rgba(51, 51, 51, 0.9);
  border-radius: 20rem;
  padding: 20rem 15rem;
  text-align: center;
  transition: all 0.5s;
  height: 260rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-usluga .section-5 .section-container-flex .section-container__box a {
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .page-template-usluga .section-5 .section-container-flex .section-container__box {
    padding: 50rem 40rem;
  }
}
.page-template-usluga .section-5 .section-container-flex .section-container__box:hover {
  background: #EAAA0A;
}
.page-template-usluga .section-5 .section-container-flex .section-container__box:hover .icon img {
  filter: brightness(0) invert(1);
}
@media (min-width: 580px) {
  .page-template-usluga .section-5 .section-container-flex .section-container__box {
    flex: 0 0 calc(50% - 15rem);
  }
}
@media (min-width: 992px) {
  .page-template-usluga .section-5 .section-container-flex .section-container__box {
    flex: 0 0 calc(33% - 15rem);
  }
}
.page-template-usluga .section-5 .section-container-flex .section-container__box .icon {
  margin-bottom: 15rem;
}
.page-template-usluga .section-5 .section-container-flex .section-container__box .icon img {
  transition: all 0.5s;
  height: 34rem;
  width: auto;
}
@media (max-width: 1023px) {
  .page-template-usluga .section-5 .section-container-flex .section-container__box .icon {
    margin-bottom: 10rem;
  }
}
.page-template-usluga .section-5 .section-container-flex .section-container__box .name-icon {
  color: #fff;
  font-size: 24rem;
  line-height: 33rem;
  font-style: italic;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .page-template-usluga .section-5 .section-container-flex .section-container__box .name-icon {
    font-size: 19rem;
    line-height: 29rem;
  }
}
.page-template-usluga .section-5 .section-container-flex .section-container__box .desc {
  font-weight: 400;
  font-size: 16rem;
  line-height: 26rem;
  text-align: center;
  color: #FFFFFF;
  margin-top: 15rem;
  display: none;
}
@media (max-width: 992px) {
  .page-template-usluga .section-5 .section-container-flex .section-container__box .desc {
    display: block !important;
  }
}
.page-template-usluga .section-5 .section-container-flex .section-container__box .desc p {
  color: #fff;
}
.page-template-usluga .section-5 .section-container-flex .section-container__box .desc > * {
  color: #fff;
}
.page-template-usluga .section-6 .content-100 h2 {
  font-size: 40rem;
}
.page-template-usluga .section-6 .content-100 p {
  max-width: 970rem;
  margin: 0 auto 60rem;
}
.page-template-usluga .section-6 .section-container-flex {
  gap: 28rem;
}
.page-template-usluga .section-6 .section-container-flex .section-container__box {
  flex: 0 0 100%;
  background: rgba(51, 51, 51, 0.9);
  border-radius: 20rem;
  padding: 20rem;
}
@media (min-width: 580px) {
  .page-template-usluga .section-6 .section-container-flex .section-container__box {
    flex: 0 0 calc(50% - 15rem);
  }
}
@media (min-width: 992px) {
  .page-template-usluga .section-6 .section-container-flex .section-container__box {
    flex: 0 0 calc(33% - 15rem);
    padding: 50rem 40rem;
  }
}
.page-template-usluga .section-6 .section-container-flex .section-container__box .number {
  font-style: italic;
  font-weight: 300;
  font-size: 18rem;
  line-height: 26rem;
  color: #FFC600;
}
.page-template-usluga .section-6 .section-container-flex .section-container__box .title h3 {
  margin: 10rem 0 10rem;
  color: #fff;
  font-size: 18rem;
  line-height: 33rem;
  font-style: italic;
  font-weight: 300;
}
@media (min-width: 992px) {
  .page-template-usluga .section-6 .section-container-flex .section-container__box .title h3 {
    font-size: 24rem;
    margin: 10rem 0 20rem;
  }
}
@media (max-width: 1023px) {
  .page-template-usluga .section-9 .container {
    max-width: 100%;
  }
}
.page-template-usluga .section-9 .content-50 span {
  font-style: italic;
  font-size: 20rem;
  line-height: 33rem;
  color: #fff;
  margin-bottom: 30rem;
  display: block;
}
.page-template-usluga .section-form h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 40rem;
  margin-bottom: 25rem;
}
@media (max-width: 768px) {
  .page-template-usluga .section-form h2 {
    font-size: 35rem;
  }
}
.page-template-usluga .section-form .wpcf7-response-output {
  max-width: 945rem;
  margin: 0 auto !important;
  position: relative;
  background: red;
  text-align: center;
  border: 0 !important;
  color: #fff;
  padding: 10rem !important;
  font-size: 14rem;
}
.page-template-usluga .section-form span.wpcf7-not-valid-tip {
  display: none;
}
.page-template-usluga .section-form .wpcf7-not-valid {
  border-color: red !important;
}
@media (max-width: 1023px) {
  .page-template-usluga .section-form .wycena {
    padding: 0 30rem;
  }
}
.page-template-usluga .section-form .wycena .form-send input {
  background: #EAAA0A;
  color: #fff;
  padding: 13rem 50rem;
  border-radius: 110rem;
  border-bottom: 4rem solid #CD9405 !important;
  font-weight: 600;
  transition: all 0.7s;
  font-size: 18rem;
  border: 0;
  margin: 30rem auto 0;
  display: block;
  width: 255rem;
  text-align: center;
}
.page-template-usluga .section-form .wycena .form-send input:hover {
  background-color: #EAAA0A;
}
.page-template-usluga .section-form .wycena .form-content {
  max-width: 945rem;
  margin: 0 auto;
  background: rgba(51, 51, 51, 0.9);
  padding: 50rem;
  border-radius: 10rem;
}
@media (max-width: 768px) {
  .page-template-usluga .section-form .wycena .form-content {
    padding: 25rem;
  }
}
.page-template-usluga .section-form .wycena .form-content .text {
  margin-top: 45rem;
  margin-bottom: 20rem;
}
.page-template-usluga .section-form .wycena .form-content .text label {
  color: #7D7D7D;
  font-weight: 700;
  font-size: 13rem;
  line-height: 15rem;
  margin-bottom: 20rem;
  display: block;
}
.page-template-usluga .section-form .wycena .form-content .text label span {
  color: #DAA347;
}
.page-template-usluga .section-form .wycena .form-content .text textarea {
  height: 50rem;
  resize: none;
  border: 0;
  border-bottom: 3rem solid #181818;
  transition: all 0.4s;
  background: transparent;
  font-weight: 700;
  font-size: 16rem;
  line-height: 19rem;
  color: rgb(255, 255, 255);
}
.page-template-usluga .section-form .wycena .form-content .text textarea::-moz-placeholder {
  font-weight: 700;
  font-size: 16rem;
  line-height: 19rem;
  color: rgba(255, 255, 255, 0.5);
}
.page-template-usluga .section-form .wycena .form-content .text textarea::placeholder {
  font-weight: 700;
  font-size: 16rem;
  line-height: 19rem;
  color: rgba(255, 255, 255, 0.5);
}
.page-template-usluga .section-form .wycena .form-content .text textarea:focus {
  border-color: #DAA347;
}
.page-template-usluga .section-form .wycena .form-content .price {
  margin-top: -10rem;
}
.page-template-usluga .section-form .wycena .form-content .price br,
.page-template-usluga .section-form .wycena .form-content .price label.uacf7-slider-label {
  display: none !important;
}
.page-template-usluga .section-form .wycena .form-content .price .value-price {
  display: flex;
  justify-content: space-between;
  margin: -10rem 0 -20rem;
}
.page-template-usluga .section-form .wycena .form-content .price .value-price span {
  background: #181818;
  padding: 5rem 20rem;
}
.page-template-usluga .section-form .wycena .form-content .price span.irs-max {
  display: none;
}
.page-template-usluga .section-form .wycena .form-content .price span.irs-to {
  display: none;
}
.page-template-usluga .section-form .wycena .form-content .price span.irs-from {
  display: none;
}
.page-template-usluga .section-form .wycena .form-content .price .irs--flat .irs-handle > i:first-child,
.page-template-usluga .section-form .wycena .form-content .price span.irs-bar {
  background: #EAAA0A !important;
}
.page-template-usluga .section-form .wycena .form-content .price label {
  color: #7D7D7D;
  font-weight: 700;
  font-size: 13rem;
  line-height: 15rem;
  margin-bottom: 0rem;
  display: block;
}
.page-template-usluga .section-form .wycena .form-content .price label span {
  color: #DAA347;
}
.page-template-usluga .section-form .wycena .form-content .checkboxes {
  margin-top: -5rem;
  margin-bottom: 12rem;
}
.page-template-usluga .section-form .wycena .form-content .checkboxes span.wpcf7-not-valid-tip {
  margin-top: 23rem;
}
.page-template-usluga .section-form .wycena .form-content .checkboxes label {
  color: #7D7D7D;
  font-weight: 700;
  font-size: 13rem;
  line-height: 15rem;
  margin-bottom: 20rem;
  display: block;
}
.page-template-usluga .section-form .wycena .form-content .checkboxes label span {
  color: #DAA347;
}
.page-template-usluga .section-form .wycena .form-content .checkboxes .form-control {
  border: 0;
  height: auto;
  background: transparent;
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .page-template-usluga .section-form .wycena .form-content .checkboxes .form-control {
    gap: 5rem;
  }
}
.page-template-usluga .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item {
  margin: 0;
}
.page-template-usluga .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item label input {
  opacity: 0;
  position: absolute;
}
.page-template-usluga .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item label input:checked ~ span:before {
  content: "âś“";
  color: #DAA347;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-usluga .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item label span {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 13rem;
  line-height: 17rem;
  color: #7D7D7D;
  padding-left: 35rem;
}
.page-template-usluga .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item label span:before {
  content: "";
  width: 24rem;
  height: 24rem;
  position: absolute;
  left: 4rem;
  top: -4rem;
  background: #181818;
}
.page-template-usluga .section-form .wycena .form-content .agree a {
  color: #fff;
  text-decoration: underline;
}
.page-template-usluga .section-form .wycena .form-content .agree span.wpcf7-list-item {
  margin: 0;
}
.page-template-usluga .section-form .wycena .form-content .agree span.wpcf7-list-item label input {
  opacity: 0;
  position: absolute;
}
.page-template-usluga .section-form .wycena .form-content .agree span.wpcf7-list-item label input:checked ~ span:before {
  content: "âś“";
  color: #DAA347;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-usluga .section-form .wycena .form-content .agree span.wpcf7-list-item label span {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 13rem;
  line-height: 17rem;
  color: #7D7D7D;
  padding-left: 35rem;
}
.page-template-usluga .section-form .wycena .form-content .agree span.wpcf7-list-item label span:before {
  content: "";
  width: 24rem;
  height: 24rem;
  position: absolute;
  left: 0;
  top: -4rem;
  background: #181818;
}
.page-template-usluga .section-form .wycena .form-content .input {
  margin-bottom: 20rem;
}
.page-template-usluga .section-form .wycena .form-content .input label {
  color: #7D7D7D;
  font-weight: 700;
  font-size: 13rem;
  line-height: 15rem;
  margin-bottom: -5rem;
  display: block;
}
.page-template-usluga .section-form .wycena .form-content .input label span {
  color: #DAA347;
}
.page-template-usluga .section-form .wycena .form-content .input input {
  height: 55rem;
  border: 0;
  border-bottom: 3rem solid #181818;
  transition: all 0.4s;
  background: transparent;
  font-weight: 700;
  font-size: 16rem;
  line-height: 19rem;
  color: rgb(255, 255, 255);
}
.page-template-usluga .section-form .wycena .form-content .input input::-moz-placeholder {
  font-weight: 700;
  font-size: 16rem;
  line-height: 19rem;
  color: rgba(255, 255, 255, 0.5);
}
.page-template-usluga .section-form .wycena .form-content .input input::placeholder {
  font-weight: 700;
  font-size: 16rem;
  line-height: 19rem;
  color: rgba(255, 255, 255, 0.5);
}
.page-template-usluga .section-form .wycena .form-content .input input:focus {
  border-color: #DAA347;
}

.triagle {
  position: relative;
  height: 111rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  font-weight: 300;
  font-size: 18rem;
  line-height: 33rem;
  color: #fff;
}
.triagle:before {
  transition: all 0.5s;
}
.triagle.active:before {
  filter: invert(57%) sepia(68%) saturate(600%) hue-rotate(6deg) brightness(106%) contrast(92%) !important;
  opacity: 0.8 !important;
}

.triagle.triagle-1:before {
  content: "";
  width: 587rem;
  height: 98rem;
  background: url(/wp-content/uploads/2022/09/fill-1.svg);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  opacity: 0.2;
  z-index: -1;
}

.triagle.triagle-2:before {
  content: "";
  width: 457rem;
  height: 97rem;
  background: url(/wp-content/uploads/2022/09/Fill-1-3.svg);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  opacity: 0.2;
  z-index: -1;
}

.triagle.triagle-3:before {
  content: "";
  width: 348rem;
  height: 100rem;
  background: url(/wp-content/uploads/2022/09/Fill-1-1-1.svg);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  opacity: 0.2;
  z-index: -1;
}

.triagle.triagle-4:before {
  content: "";
  width: 234rem;
  height: 104rem;
  background: url(/wp-content/uploads/2022/09/Fill-1-2-1.svg);
  position: absolute;
  background-size: contain;
  filter: brightness(0) invert(1);
  opacity: 0.2;
  z-index: -1;
}

.contentNav {
  margin-bottom: 30rem;
  gap: 15rem;
}
.contentNav .contentNav-tab {
  color: #fff;
  font-size: 20rem;
  cursor: pointer;
}
.contentNav .contentNav-tab.active {
  color: #FFC600;
}

@media (max-width: 992px) {
  body.single-casestudy #s9planet,
  .page-template-tiktok #s9planet {
    display: none;
  }
  body.single-casestudy #s9astronaut,
  .page-template-tiktok #s9astronaut {
    bottom: -60rem;
    left: 350rem;
  }
}
body.single-casestudy header .section-container,
.page-template-tiktok header .section-container {
  background: transparent !important;
}
body.single-casestudy #page,
.page-template-tiktok #page {
  overflow: hidden;
}
body.single-casestudy .section-10 .section-10__footer,
.page-template-tiktok .section-10 .section-10__footer {
  position: relative;
}
body.single-casestudy .section-10 .section-10__footer-author,
.page-template-tiktok .section-10 .section-10__footer-author {
  margin-bottom: 40rem !important;
}
@media (max-width: 1023px) {
  body.single-casestudy .section-1,
  .page-template-tiktok .section-1 {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  body.single-casestudy .section-1 .section-container,
  .page-template-tiktok .section-1 .section-container {
    justify-content: space-between;
  }
}
body.single-casestudy .section-1 .section-container .content span,
.page-template-tiktok .section-1 .section-container .content span {
  font-style: italic;
  font-size: 20rem;
  display: block;
  margin-bottom: 15rem;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-1 .section-container .content:nth-child(1),
  .page-template-tiktok .section-1 .section-container .content:nth-child(1) {
    width: 690rem;
  }
}
body.single-casestudy .section-1 .section-container .content:nth-child(1) h2,
.page-template-tiktok .section-1 .section-container .content:nth-child(1) h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 63rem;
}
@media (max-width: 768px) {
  body.single-casestudy .section-1 .section-container .content:nth-child(1) h2,
  .page-template-tiktok .section-1 .section-container .content:nth-child(1) h2 {
    font-size: 37rem;
  }
}
@media (min-width: 1024px) {
  body.single-casestudy .section-1 .section-container .content:nth-child(2),
  .page-template-tiktok .section-1 .section-container .content:nth-child(2) {
    width: 510rem;
    padding-left: 50rem;
  }
}
body.single-casestudy .section-2 .content-50 img,
.page-template-tiktok .section-2 .content-50 img {
  border-radius: 20rem;
}
@media (max-width: 1023px) {
  body.single-casestudy .section-2,
  .page-template-tiktok .section-2 {
    padding-bottom: 0;
    padding-top: 0;
  }
}
body.single-casestudy .section-2 .swiper,
.page-template-tiktok .section-2 .swiper {
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-2 .swiper,
  .page-template-tiktok .section-2 .swiper {
    padding-bottom: 0;
  }
}
body.single-casestudy .section-2 .swiper-pagination,
.page-template-tiktok .section-2 .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 0rem;
}
body.single-casestudy .section-2 .swiper-pagination span,
.page-template-tiktok .section-2 .swiper-pagination span {
  background: #fff;
  width: 10rem;
  height: 10rem;
  transition: all 0.4s;
}
body.single-casestudy .section-2 .swiper-pagination span.swiper-pagination-bullet-active,
.page-template-tiktok .section-2 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ffc600;
  width: 40rem;
  border-radius: 10rem;
}
body.single-casestudy .section-2 .column-100 h2,
.page-template-tiktok .section-2 .column-100 h2 {
  font-size: 40rem;
  margin-bottom: 25rem;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-2 .column-100 h2,
  .page-template-tiktok .section-2 .column-100 h2 {
    margin-bottom: 50rem;
  }
}
body.single-casestudy .section-2 .section-container,
.page-template-tiktok .section-2 .section-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30rem;
  max-width: 1290rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  body.single-casestudy .section-2 .section-container,
  .page-template-tiktok .section-2 .section-container {
    max-width: 900rem;
  }
}
body.single-casestudy .section-2 .section-container .single-box,
.page-template-tiktok .section-2 .section-container .single-box {
  width: 100%;
}
body.single-casestudy .section-2 .section-container .single-box video,
.page-template-tiktok .section-2 .section-container .single-box video {
  width: 100%;
  height: auto;
  border-radius: 20rem;
}
body.single-casestudy .section-2 .section-container .single-box a,
.page-template-tiktok .section-2 .section-container .single-box a {
  display: block;
  position: relative;
}
body.single-casestudy .section-2 .section-container .single-box a .play img,
.page-template-tiktok .section-2 .section-container .single-box a .play img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50rem;
  height: 50rem;
}
body.single-casestudy .section-2 .section-container .single-box a > img,
.page-template-tiktok .section-2 .section-container .single-box a > img {
  width: 100%;
  height: 400rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border: 5rem solid #E1AF00;
  border-radius: 20rem;
}
@media (min-width: 1023px) {
  body.single-casestudy .section-2 .section-container .single-box a > img,
  .page-template-tiktok .section-2 .section-container .single-box a > img {
    height: auto;
  }
}
@media (max-width: 1023px) {
  body.single-casestudy .section-3,
  .page-template-tiktok .section-3 {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  body.single-casestudy .section-3 h2,
  .page-template-tiktok .section-3 h2 {
    font-size: 60rem;
  }
}
body.single-casestudy .section-3 .swiper,
.page-template-tiktok .section-3 .swiper {
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-3 .swiper,
  .page-template-tiktok .section-3 .swiper {
    padding-bottom: 0;
  }
}
body.single-casestudy .section-3 .swiper-pagination,
.page-template-tiktok .section-3 .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 0rem;
}
body.single-casestudy .section-3 .swiper-pagination span,
.page-template-tiktok .section-3 .swiper-pagination span {
  background: #fff;
  width: 10rem;
  height: 10rem;
  transition: all 0.4s;
}
body.single-casestudy .section-3 .swiper-pagination span.swiper-pagination-bullet-active,
.page-template-tiktok .section-3 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ffc600;
  width: 40rem;
  border-radius: 10rem;
}
body.single-casestudy .section-3 .row-box,
.page-template-tiktok .section-3 .row-box {
  justify-content: space-between;
  margin-top: 30rem;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-3 .row-box .swiper-slide:nth-child(2n+2),
  .page-template-tiktok .section-3 .row-box .swiper-slide:nth-child(2n+2) {
    margin-top: 80rem;
  }
}
body.single-casestudy .section-3 .row-box .single-box,
.page-template-tiktok .section-3 .row-box .single-box {
  width: 100%;
  text-align: center;
  position: relative;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-3 .row-box .single-box,
  .page-template-tiktok .section-3 .row-box .single-box {
    width: calc(50% - 15rem);
  }
}
@media (min-width: 1024px) {
  body.single-casestudy .section-3 .row-box .single-box,
  .page-template-tiktok .section-3 .row-box .single-box {
    width: 270rem;
  }
}
body.single-casestudy .section-3 .row-box .single-box .number-icon,
.page-template-tiktok .section-3 .row-box .single-box .number-icon {
  width: 250rem;
  position: relative;
  margin: 0 auto;
}
body.single-casestudy .section-3 .row-box .single-box .number,
.page-template-tiktok .section-3 .row-box .single-box .number {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  color: #eaaa0a;
  font-size: 40rem;
  position: absolute;
  left: 19rem;
  top: 30rem;
}
body.single-casestudy .section-3 .row-box .single-box .icon,
.page-template-tiktok .section-3 .row-box .single-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 30rem solid #424242;
  border-radius: 500rem;
  margin: 0 auto;
  width: 250rem;
  height: 250rem;
}
@media (min-width: 992px) {
  body.single-casestudy .section-3 .row-box .single-box .icon,
  .page-template-tiktok .section-3 .row-box .single-box .icon {
    width: 250rem;
    height: 250rem;
  }
}
body.single-casestudy .section-3 .row-box .single-box h4,
.page-template-tiktok .section-3 .row-box .single-box h4 {
  color: #fff;
  font-weight: 600;
  margin: 10rem 0;
}
body.single-casestudy .section-3 .row-box .single-box .desc p,
.page-template-tiktok .section-3 .row-box .single-box .desc p {
  font-weight: 400;
  font-size: 16rem;
  line-height: 24rem;
  color: #a19c97;
}
@media (max-width: 1023px) {
  body.single-casestudy .section-4,
  .page-template-tiktok .section-4 {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  body.single-casestudy .section-4 .section-container,
  .page-template-tiktok .section-4 .section-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
body.single-casestudy .section-4 .content-image video,
.page-template-tiktok .section-4 .content-image video {
  max-width: 320rem;
  margin: 0 auto;
  border-radius: 10rem;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-4 .content-image video,
  .page-template-tiktok .section-4 .content-image video {
    width: 284rem;
    height: auto;
  }
}
body.single-casestudy .section-4 .content-image a,
.page-template-tiktok .section-4 .content-image a {
  position: relative;
  display: block;
  margin-bottom: 30rem;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-4 .content-image a,
  .page-template-tiktok .section-4 .content-image a {
    margin-bottom: 0;
  }
}
body.single-casestudy .section-4 .content-image a .play img,
.page-template-tiktok .section-4 .content-image a .play img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50rem;
  height: 50rem;
}
body.single-casestudy .section-4 .content-image a > img,
.page-template-tiktok .section-4 .content-image a > img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-4 .content-image a > img,
  .page-template-tiktok .section-4 .content-image a > img {
    width: 320rem;
    height: auto;
  }
}
body.single-casestudy .section-4 .content-text,
.page-template-tiktok .section-4 .content-text {
  background: rgb(39, 39, 39);
  mix-blend-mode: normal;
  border-radius: 20rem;
  padding: 30rem;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-4 .content-text,
  .page-template-tiktok .section-4 .content-text {
    width: 980rem;
    padding: 60rem;
  }
}
body.single-casestudy .section-4 .content-text span,
.page-template-tiktok .section-4 .content-text span {
  color: #EAAA0A;
  font-style: italic;
  font-weight: 300;
  font-size: 16rem;
  line-height: 26rem;
}
body.single-casestudy .section-4 .content-text h3,
.page-template-tiktok .section-4 .content-text h3 {
  margin: 10rem 0 20rem;
  font-style: italic;
  font-weight: 300;
  font-size: 24rem;
  color: #fff;
  line-height: 33rem;
}
body.single-casestudy .section-4 .content-text .desc,
.page-template-tiktok .section-4 .content-text .desc {
  font-weight: 400;
  font-size: 16rem;
  line-height: 26rem;
  /* or 162% */
  color: #BBBBBB;
  margin-bottom: 30rem;
}
@media (max-width: 1023px) {
  body.single-casestudy .section-5,
  .page-template-tiktok .section-5 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
body.single-casestudy .section-5 .section-container,
.page-template-tiktok .section-5 .section-container {
  flex-direction: column-reverse;
  display: flex;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-5 .section-container,
  .page-template-tiktok .section-5 .section-container {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -80rem;
  }
}
body.single-casestudy .section-5 .content-image,
.page-template-tiktok .section-5 .content-image {
  display: flex;
  align-items: flex-end;
  gap: 28rem;
  justify-content: center;
  margin-bottom: 60rem;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-5 .content-image,
  .page-template-tiktok .section-5 .content-image {
    margin-bottom: 0;
  }
}
body.single-casestudy .section-5 .content-image > img,
.page-template-tiktok .section-5 .content-image > img {
  width: 50%;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-5 .content-image > img,
  .page-template-tiktok .section-5 .content-image > img {
    width: 284rem;
    height: auto;
  }
}
body.single-casestudy .section-5 .content-image video,
.page-template-tiktok .section-5 .content-image video {
  border-radius: 15rem;
  width: 50%;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-5 .content-image video,
  .page-template-tiktok .section-5 .content-image video {
    width: 320rem;
    height: auto;
  }
}
body.single-casestudy .section-5 .content-image a,
.page-template-tiktok .section-5 .content-image a {
  position: relative;
  display: block;
  position: relative;
  top: 27rem;
}
body.single-casestudy .section-5 .content-image a .play img,
.page-template-tiktok .section-5 .content-image a .play img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50rem;
  height: 50rem;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-5 .content-image a > img,
  .page-template-tiktok .section-5 .content-image a > img {
    width: 320rem;
    height: auto;
  }
}
body.single-casestudy .section-5 .content-text,
.page-template-tiktok .section-5 .content-text {
  background: rgb(39, 39, 39);
  mix-blend-mode: normal;
  border-radius: 20rem;
  padding: 30rem;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-5 .content-text,
  .page-template-tiktok .section-5 .content-text {
    width: 735rem;
    padding: 60rem;
  }
}
body.single-casestudy .section-5 .content-text span,
.page-template-tiktok .section-5 .content-text span {
  color: #EAAA0A;
  font-style: italic;
  font-weight: 300;
  font-size: 16rem;
  line-height: 26rem;
}
body.single-casestudy .section-5 .content-text h3,
.page-template-tiktok .section-5 .content-text h3 {
  margin: 10rem 0 20rem;
  font-style: italic;
  font-weight: 300;
  font-size: 24rem;
  color: #fff;
  line-height: 33rem;
}
body.single-casestudy .section-5 .content-text .desc,
.page-template-tiktok .section-5 .content-text .desc {
  font-weight: 400;
  font-size: 16rem;
  line-height: 26rem;
  /* or 162% */
  color: #BBBBBB;
  margin-bottom: 30rem;
}
body.single-casestudy .section-5 .content-text .desc span,
.page-template-tiktok .section-5 .content-text .desc span {
  display: block;
  color: #fff;
  font-style: normal;
  font-size: 20rem;
  margin-bottom: 15rem;
}
@media (max-width: 1023px) {
  body.single-casestudy .section-6,
  .page-template-tiktok .section-6 {
    padding-bottom: 0;
    padding-top: 0;
    width: calc(100% - 60px) !important;
    margin: 0 auto !important;
  }
}
body.single-casestudy .section-6 .column-100,
.page-template-tiktok .section-6 .column-100 {
  margin-bottom: 40rem;
}
body.single-casestudy .section-6 h2,
.page-template-tiktok .section-6 h2 {
  font-size: 34rem;
  max-width: 790rem;
  margin: 0 auto;
}
body.single-casestudy .section-6 .row,
.page-template-tiktok .section-6 .row {
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-6 .row,
  .page-template-tiktok .section-6 .row {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
body.single-casestudy .section-6 .col-image,
.page-template-tiktok .section-6 .col-image {
  border: 20rem solid #EAAA0A;
  border-radius: 20rem;
  background: #eaaa0c;
  padding: 0;
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-6 .col-image,
  .page-template-tiktok .section-6 .col-image {
    flex: 0 0 calc(100% - 555rem);
    width: calc(100% - 555rem);
  }
}
body.single-casestudy .section-6 .col-image img,
.page-template-tiktok .section-6 .col-image img {
  border-radius: 20rem;
  width: 100%;
  height: auto;
}
body.single-casestudy .section-6 .col-text,
.page-template-tiktok .section-6 .col-text {
  background: rgba(51, 51, 51, 0.9);
  border-radius: 20rem;
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-6 .col-text,
  .page-template-tiktok .section-6 .col-text {
    flex: 0 0 530rem;
    width: 530rem;
    display: flex;
    align-items: center;
  }
}
body.single-casestudy .section-6 .col-text .col-text-content,
.page-template-tiktok .section-6 .col-text .col-text-content {
  padding: 25rem;
  color: #fff;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-6 .col-text .col-text-content,
  .page-template-tiktok .section-6 .col-text .col-text-content {
    max-width: 460px;
    margin: 0 auto;
    padding: 0;
  }
}
body.single-casestudy .section-6 .col-text .col-text-content ul,
.page-template-tiktok .section-6 .col-text .col-text-content ul {
  padding: 0 30px;
}
@media (min-width: 1199px) {
  body.single-casestudy .section-6 .col-text .col-text-content ul,
  .page-template-tiktok .section-6 .col-text .col-text-content ul {
    padding: 0 30px;
  }
}
body.single-casestudy .section-6 .col-text .col-text-content ul li,
.page-template-tiktok .section-6 .col-text .col-text-content ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 20px;
}
body.single-casestudy .section-6 .col-text .col-text-content ul li:last-child,
.page-template-tiktok .section-6 .col-text .col-text-content ul li:last-child {
  margin-bottom: 0;
}
body.single-casestudy .section-6 .col-text .col-text-content ul li:before,
.page-template-tiktok .section-6 .col-text .col-text-content ul li:before {
  content: "";
  position: absolute;
  width: 18rem;
  height: 18rem;
  background: transparent;
  border: 5rem solid #E1AF00;
  border-radius: 50rem;
  top: 6px;
  left: -30rem;
}
body.single-casestudy .section-6 .col-text .col-text-content ul li a,
.page-template-tiktok .section-6 .col-text .col-text-content ul li a {
  color: #B3B3B3;
}
body.single-casestudy .section-6 .row-btn,
.page-template-tiktok .section-6 .row-btn {
  margin-top: 40rem;
}
@media (max-width: 1023px) {
  body.single-casestudy .section-7,
  .page-template-tiktok .section-7 {
    padding-bottom: 0;
    padding-top: 0;
  }
}
body.single-casestudy .section-7 .section-container,
.page-template-tiktok .section-7 .section-container {
  margin-top: 0;
}
body.single-casestudy .section-7 .content-100 h2,
.page-template-tiktok .section-7 .content-100 h2 {
  font-size: 40rem;
}
body.single-casestudy .section-7 .content-100 p,
.page-template-tiktok .section-7 .content-100 p {
  max-width: 970rem;
  margin: 0 auto 60rem;
}
body.single-casestudy .section-7 .section-container-flex,
.page-template-tiktok .section-7 .section-container-flex {
  gap: 28rem;
}
body.single-casestudy .section-7 .section-container-flex .section-container__box,
.page-template-tiktok .section-7 .section-container-flex .section-container__box {
  flex: 0 0 100%;
  background: rgb(77, 77, 77);
  border-radius: 20rem;
  padding: 20rem;
}
@media (min-width: 580px) {
  body.single-casestudy .section-7 .section-container-flex .section-container__box,
  .page-template-tiktok .section-7 .section-container-flex .section-container__box {
    flex: 0 0 calc(50% - 15rem);
  }
}
@media (min-width: 1024px) {
  body.single-casestudy .section-7 .section-container-flex .section-container__box,
  .page-template-tiktok .section-7 .section-container-flex .section-container__box {
    flex: 0 0 calc(33% - 15rem);
    padding: 50rem 40rem;
  }
}
body.single-casestudy .section-7 .section-container-flex .section-container__box .number,
.page-template-tiktok .section-7 .section-container-flex .section-container__box .number {
  font-style: italic;
  font-weight: 300;
  font-size: 18rem;
  line-height: 26rem;
  color: #FFC600;
}
body.single-casestudy .section-7 .section-container-flex .section-container__box .title h3,
.page-template-tiktok .section-7 .section-container-flex .section-container__box .title h3 {
  margin: 10rem 0 10rem;
  color: #fff;
  font-size: 18rem;
  line-height: 33rem;
  font-style: italic;
  font-weight: 300;
}
@media (min-width: 992px) {
  body.single-casestudy .section-7 .section-container-flex .section-container__box .title h3,
  .page-template-tiktok .section-7 .section-container-flex .section-container__box .title h3 {
    font-size: 24rem;
    margin: 10rem 0 20rem;
  }
}
@media (max-width: 1023px) {
  body.single-casestudy .section-8,
  .page-template-tiktok .section-8 {
    padding-bottom: 0;
    padding-top: 0;
  }
}
body.single-casestudy .section-8 .content-100,
.page-template-tiktok .section-8 .content-100 {
  max-width: 926rem;
  margin: 0 auto;
  text-align: center;
}
body.single-casestudy .section-8 .content-100 h2,
.page-template-tiktok .section-8 .content-100 h2 {
  font-weight: 400;
  font-size: 40rem;
  line-height: 50rem;
}
body.single-casestudy .section-8 .content-100 span,
.page-template-tiktok .section-8 .content-100 span {
  font-style: italic;
  font-weight: 300;
  font-size: 20rem;
  line-height: 33rem;
  color: #fff;
  display: block;
  margin-bottom: 30rem;
}
body.single-casestudy .section-form .section-container,
.page-template-tiktok .section-form .section-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  body.single-casestudy .section-form .section-container,
  .page-template-tiktok .section-form .section-container {
    flex-direction: column;
  }
}
body.single-casestudy .section-form .section-container .content-image,
.page-template-tiktok .section-form .section-container .content-image {
  display: flex;
  margin-bottom: 60rem;
  justify-content: center;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-form .section-container .content-image,
  .page-template-tiktok .section-form .section-container .content-image {
    margin-bottom: 0;
  }
}
body.single-casestudy .section-form .section-container .content-image video.videoPointer,
.page-template-tiktok .section-form .section-container .content-image video.videoPointer {
  border-radius: 15rem;
  max-width: 320rem;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-form .section-container .content-image video.videoPointer,
  .page-template-tiktok .section-form .section-container .content-image video.videoPointer {
    width: 370rem;
    height: 570rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body.single-casestudy .section-form .section-container .content-image a,
.page-template-tiktok .section-form .section-container .content-image a {
  position: relative;
  display: block;
}
body.single-casestudy .section-form .section-container .content-image a .play img,
.page-template-tiktok .section-form .section-container .content-image a .play img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50rem;
  height: 50rem;
}
@media (min-width: 1024px) {
  body.single-casestudy .section-form .section-container .content-image a > img,
  .page-template-tiktok .section-form .section-container .content-image a > img {
    width: 320rem;
    height: auto;
  }
}
body.single-casestudy .section-form h2,
.page-template-tiktok .section-form h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 40rem;
  margin-bottom: 25rem;
  text-align: center;
}
@media (max-width: 768px) {
  body.single-casestudy .section-form h2,
  .page-template-tiktok .section-form h2 {
    font-size: 35rem;
  }
}
body.single-casestudy .section-form .wpcf7-response-output,
.page-template-tiktok .section-form .wpcf7-response-output {
  max-width: 945rem;
  margin: 0 auto !important;
  position: relative;
  background: red;
  text-align: center;
  border: 0 !important;
  color: #fff;
  padding: 10rem !important;
  font-size: 14rem;
}
body.single-casestudy .section-form span.wpcf7-not-valid-tip,
.page-template-tiktok .section-form span.wpcf7-not-valid-tip {
  display: none;
}
body.single-casestudy .section-form .wpcf7-not-valid,
.page-template-tiktok .section-form .wpcf7-not-valid {
  border-color: red !important;
}
body.single-casestudy .section-form .wycena,
.page-template-tiktok .section-form .wycena {
  width: 925rem;
}
@media (max-width: 1023px) {
  body.single-casestudy .section-form .wycena,
  .page-template-tiktok .section-form .wycena {
    padding: 0 30rem;
    width: 100%;
  }
}
body.single-casestudy .section-form .wycena .form-send input,
.page-template-tiktok .section-form .wycena .form-send input {
  background: #EAAA0A;
  color: #fff;
  padding: 13rem 50rem;
  border-radius: 110rem;
  border-bottom: 4rem solid #CD9405 !important;
  font-weight: 600;
  transition: all 0.7s;
  font-size: 18rem;
  border: 0;
  margin: 30rem auto 0;
  display: block;
  width: 255rem;
  text-align: center;
}
body.single-casestudy .section-form .wycena .form-send input:hover,
.page-template-tiktok .section-form .wycena .form-send input:hover {
  background-color: #EAAA0A;
}
body.single-casestudy .section-form .wycena .form-content,
.page-template-tiktok .section-form .wycena .form-content {
  max-width: 945rem;
  margin: 0 auto;
  background: rgb(77, 77, 77);
  padding: 50rem;
  border-radius: 10rem;
}
@media (max-width: 768px) {
  body.single-casestudy .section-form .wycena .form-content,
  .page-template-tiktok .section-form .wycena .form-content {
    padding: 25rem;
  }
}
body.single-casestudy .section-form .wycena .form-content .text,
.page-template-tiktok .section-form .wycena .form-content .text {
  margin-top: 5rem;
  margin-bottom: 20rem;
}
body.single-casestudy .section-form .wycena .form-content .text label,
.page-template-tiktok .section-form .wycena .form-content .text label {
  color: #7D7D7D;
  font-weight: 700;
  font-size: 13rem;
  line-height: 15rem;
  margin-bottom: 20rem;
  display: block;
}
body.single-casestudy .section-form .wycena .form-content .text label span,
.page-template-tiktok .section-form .wycena .form-content .text label span {
  color: #DAA347;
}
body.single-casestudy .section-form .wycena .form-content .text textarea,
.page-template-tiktok .section-form .wycena .form-content .text textarea {
  height: 50rem;
  resize: none;
  border: 0;
  border-bottom: 3rem solid #181818;
  transition: all 0.4s;
  background: transparent;
  font-weight: 700;
  font-size: 16rem;
  line-height: 19rem;
  color: rgb(255, 255, 255);
}
body.single-casestudy .section-form .wycena .form-content .text textarea::-moz-placeholder, .page-template-tiktok .section-form .wycena .form-content .text textarea::-moz-placeholder {
  font-weight: 700;
  font-size: 16rem;
  line-height: 19rem;
  color: rgba(255, 255, 255, 0.5);
}
body.single-casestudy .section-form .wycena .form-content .text textarea::placeholder,
.page-template-tiktok .section-form .wycena .form-content .text textarea::placeholder {
  font-weight: 700;
  font-size: 16rem;
  line-height: 19rem;
  color: rgba(255, 255, 255, 0.5);
}
body.single-casestudy .section-form .wycena .form-content .text textarea:focus,
.page-template-tiktok .section-form .wycena .form-content .text textarea:focus {
  border-color: #DAA347;
}
body.single-casestudy .section-form .wycena .form-content .price,
.page-template-tiktok .section-form .wycena .form-content .price {
  margin-top: -10rem;
}
body.single-casestudy .section-form .wycena .form-content .price br,
body.single-casestudy .section-form .wycena .form-content .price label.uacf7-slider-label,
.page-template-tiktok .section-form .wycena .form-content .price br,
.page-template-tiktok .section-form .wycena .form-content .price label.uacf7-slider-label {
  display: none !important;
}
body.single-casestudy .section-form .wycena .form-content .price .value-price,
.page-template-tiktok .section-form .wycena .form-content .price .value-price {
  display: flex;
  justify-content: space-between;
  margin: -10rem 0 -20rem;
}
body.single-casestudy .section-form .wycena .form-content .price .value-price span,
.page-template-tiktok .section-form .wycena .form-content .price .value-price span {
  background: #181818;
  padding: 5rem 20rem;
}
body.single-casestudy .section-form .wycena .form-content .price span.irs-max,
.page-template-tiktok .section-form .wycena .form-content .price span.irs-max {
  display: none;
}
body.single-casestudy .section-form .wycena .form-content .price span.irs-to,
.page-template-tiktok .section-form .wycena .form-content .price span.irs-to {
  display: none;
}
body.single-casestudy .section-form .wycena .form-content .price span.irs-from,
.page-template-tiktok .section-form .wycena .form-content .price span.irs-from {
  display: none;
}
body.single-casestudy .section-form .wycena .form-content .price .irs--flat .irs-handle > i:first-child,
body.single-casestudy .section-form .wycena .form-content .price span.irs-bar,
.page-template-tiktok .section-form .wycena .form-content .price .irs--flat .irs-handle > i:first-child,
.page-template-tiktok .section-form .wycena .form-content .price span.irs-bar {
  background: #EAAA0A !important;
}
body.single-casestudy .section-form .wycena .form-content .price label,
.page-template-tiktok .section-form .wycena .form-content .price label {
  color: #7D7D7D;
  font-weight: 700;
  font-size: 13rem;
  line-height: 15rem;
  margin-bottom: 20rem;
  display: block;
}
body.single-casestudy .section-form .wycena .form-content .price label span,
.page-template-tiktok .section-form .wycena .form-content .price label span {
  color: #DAA347;
}
body.single-casestudy .section-form .wycena .form-content .checkboxes,
.page-template-tiktok .section-form .wycena .form-content .checkboxes {
  margin-top: 15rem;
  margin-bottom: 20rem;
}
body.single-casestudy .section-form .wycena .form-content .checkboxes span.wpcf7-not-valid-tip,
.page-template-tiktok .section-form .wycena .form-content .checkboxes span.wpcf7-not-valid-tip {
  margin-top: 23rem;
}
body.single-casestudy .section-form .wycena .form-content .checkboxes label,
.page-template-tiktok .section-form .wycena .form-content .checkboxes label {
  color: #7D7D7D;
  font-weight: 700;
  font-size: 13rem;
  line-height: 15rem;
  margin-bottom: 0rem;
  display: block;
}
body.single-casestudy .section-form .wycena .form-content .checkboxes label span,
.page-template-tiktok .section-form .wycena .form-content .checkboxes label span {
  color: #DAA347;
}
body.single-casestudy .section-form .wycena .form-content .checkboxes .form-control,
.page-template-tiktok .section-form .wycena .form-content .checkboxes .form-control {
  border: 0;
  height: auto;
  background: transparent;
  display: flex;
  gap: 80rem;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  body.single-casestudy .section-form .wycena .form-content .checkboxes .form-control,
  .page-template-tiktok .section-form .wycena .form-content .checkboxes .form-control {
    gap: 15rem;
  }
}
body.single-casestudy .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item,
.page-template-tiktok .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item {
  margin: 0;
}
body.single-casestudy .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item label input,
.page-template-tiktok .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item label input {
  opacity: 0;
  position: absolute;
}
body.single-casestudy .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item label input:checked ~ span:before,
.page-template-tiktok .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item label input:checked ~ span:before {
  content: "âś“";
  color: #DAA347;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.single-casestudy .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item label span,
.page-template-tiktok .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item label span {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 13rem;
  line-height: 17rem;
  color: #7D7D7D;
  padding-left: 35rem;
}
body.single-casestudy .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item label span:before,
.page-template-tiktok .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item label span:before {
  content: "";
  width: 24rem;
  height: 24rem;
  position: absolute;
  left: 0;
  top: -4rem;
  background: #181818;
}
body.single-casestudy .section-form .wycena .form-content .agree a,
.page-template-tiktok .section-form .wycena .form-content .agree a {
  color: #fff;
  text-decoration: underline;
}
body.single-casestudy .section-form .wycena .form-content .agree span.wpcf7-list-item,
.page-template-tiktok .section-form .wycena .form-content .agree span.wpcf7-list-item {
  margin: 0;
}
body.single-casestudy .section-form .wycena .form-content .agree span.wpcf7-list-item label input,
.page-template-tiktok .section-form .wycena .form-content .agree span.wpcf7-list-item label input {
  opacity: 0;
  position: absolute;
}
body.single-casestudy .section-form .wycena .form-content .agree span.wpcf7-list-item label input:checked ~ span:before,
.page-template-tiktok .section-form .wycena .form-content .agree span.wpcf7-list-item label input:checked ~ span:before {
  content: "âś“";
  color: #DAA347;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.single-casestudy .section-form .wycena .form-content .agree span.wpcf7-list-item label span,
.page-template-tiktok .section-form .wycena .form-content .agree span.wpcf7-list-item label span {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 13rem;
  line-height: 17rem;
  color: #7D7D7D;
  padding-left: 35rem;
}
body.single-casestudy .section-form .wycena .form-content .agree span.wpcf7-list-item label span:before,
.page-template-tiktok .section-form .wycena .form-content .agree span.wpcf7-list-item label span:before {
  content: "";
  width: 24rem;
  height: 24rem;
  position: absolute;
  left: 0;
  top: -4rem;
  background: #181818;
}
body.single-casestudy .section-form .wycena .form-content .input,
.page-template-tiktok .section-form .wycena .form-content .input {
  margin-bottom: 20rem;
}
body.single-casestudy .section-form .wycena .form-content .input label,
.page-template-tiktok .section-form .wycena .form-content .input label {
  color: #7D7D7D;
  font-weight: 700;
  font-size: 13rem;
  line-height: 15rem;
  margin-bottom: -5rem;
  display: block;
}
body.single-casestudy .section-form .wycena .form-content .input label span,
.page-template-tiktok .section-form .wycena .form-content .input label span {
  color: #DAA347;
}
body.single-casestudy .section-form .wycena .form-content .input input,
.page-template-tiktok .section-form .wycena .form-content .input input {
  height: 55rem;
  border: 0;
  border-bottom: 3rem solid #181818;
  transition: all 0.4s;
  background: transparent;
  font-weight: 700;
  font-size: 16rem;
  line-height: 19rem;
  color: rgb(255, 255, 255);
}
body.single-casestudy .section-form .wycena .form-content .input input::-moz-placeholder, .page-template-tiktok .section-form .wycena .form-content .input input::-moz-placeholder {
  font-weight: 700;
  font-size: 16rem;
  line-height: 19rem;
  color: rgba(255, 255, 255, 0.5);
}
body.single-casestudy .section-form .wycena .form-content .input input::placeholder,
.page-template-tiktok .section-form .wycena .form-content .input input::placeholder {
  font-weight: 700;
  font-size: 16rem;
  line-height: 19rem;
  color: rgba(255, 255, 255, 0.5);
}
body.single-casestudy .section-form .wycena .form-content .input input:focus,
.page-template-tiktok .section-form .wycena .form-content .input input:focus {
  border-color: #DAA347;
}
body.single-casestudy .section-7 .section-container-flex,
.page-template-tiktok .section-7 .section-container-flex {
  margin-top: 50rem;
}
body.single-casestudy .section-7 .section-container-flex .section-container__box .title h3,
.page-template-tiktok .section-7 .section-container-flex .section-container__box .title h3 {
  font-size: 18rem !important;
}

body.error404 {
  overflow-x: hidden;
}
body.error404 .element-1 img {
  width: 342rem;
  height: auto;
  position: absolute;
  bottom: -220rem;
  left: -50rem;
}
body.error404 section#primary {
  position: relative;
}
body.error404 section.error-404 {
  padding: 150rem 0 50rem;
}
body.error404 section.error-404 .page-content .img-nofound img {
  width: 560rem;
  height: auto;
}
body.error404 section.error-404 .page-content h1 {
  font-family: "Monoton";
  font-weight: 400;
  font-size: 30rem;
  line-height: 35rem;
  color: #F1BB35;
}
@media (min-width: 1023px) {
  body.error404 section.error-404 .page-content h1 {
    font-size: 60rem;
    line-height: 66rem;
  }
}
body.error404 section.error-404 .page-content h1 ~ p {
  max-width: 600rem;
  margin: 0 auto;
}
body.error404 .flexBoxes {
  justify-content: center;
  margin-top: 90rem;
}
@media (min-width: 992px) {
  body.error404 .flexBoxes {
    justify-content: space-between;
    margin-top: 120rem;
  }
}
body.error404 .flexBoxes .colSingle {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20rem;
  margin-bottom: 70rem;
  text-align: center;
  flex: 0 0 100%;
  width: 100%;
  padding: 20rem 20rem 30rem 20rem;
}
@media (min-width: 992px) {
  body.error404 .flexBoxes .colSingle {
    flex: 0 0 calc(33.33333% - 15rem);
    width: calc(33.33333% - 15rem);
  }
}
body.error404 .flexBoxes .colSingle .icon {
  width: 113rem;
  height: 113rem;
  background-color: #000;
  border-radius: 200rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -76rem;
  left: 50%;
  transform: translate(-50%, 0);
}
body.error404 .flexBoxes .colSingle .icon img {
  height: 55rem;
  width: auto;
}
body.error404 .flexBoxes .colSingle h3 {
  color: #fff;
  font-weight: 700;
  font-size: 22rem;
  line-height: 30rem;
  word-spacing: normal;
}
body.error404 .flexBoxes .colSingle a {
  font-weight: 700;
  font-size: 15rem;
  line-height: 10rem;
  color: #EAAA0A;
  display: inline-block;
  margin-top: 10rem;
  text-decoration: none;
  transition: all 0.4s;
}
body.error404 .flexBoxes .colSingle a:hover {
  filter: brightness(0) invert(1);
}
body.error404 .flexBoxes .colSingle a img {
  margin-left: 10rem;
}

@media (max-width: 1023px) {
  .page-template-facebook #s7planet,
  .page-template-facebook #s7ufo,
  .page-template-sesje-zdjeciowe #s7planet,
  .page-template-sesje-zdjeciowe #s7ufo {
    display: none;
  }
}
@media (max-width: 1023px) {
  .page-template-facebook .section-7-element,
  .page-template-sesje-zdjeciowe .section-7-element {
    display: none;
  }
}
.page-template-facebook .section-napisy,
.page-template-sesje-zdjeciowe .section-napisy {
  /*div:hover {
      animation-play-state: paused;
    }*/
}
.page-template-facebook .section-napisy .m-scroll,
.page-template-sesje-zdjeciowe .section-napisy .m-scroll {
  display: flex;
  position: relative;
  width: 100%;
  height: 15vw;
  margin: auto;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 1024px) {
  .page-template-facebook .section-napisy .m-scroll,
  .page-template-sesje-zdjeciowe .section-napisy .m-scroll {
    height: 170rem;
  }
}
.page-template-facebook .section-napisy .m-scroll__title,
.page-template-sesje-zdjeciowe .section-napisy .m-scroll__title {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  transform: scale(2);
  transition: all 1s ease;
}
.page-template-facebook .section-napisy .m-scroll__title > div,
.page-template-sesje-zdjeciowe .section-napisy .m-scroll__title > div {
  display: flex;
  animation: scrollText 150s infinite linear;
}
.page-template-facebook .section-napisy .m-scroll__title span,
.page-template-sesje-zdjeciowe .section-napisy .m-scroll__title span {
  margin: 0;
  font-size: 4.2vw;
  color: rgb(255, 255, 255);
  transition: all 2s ease;
  text-transform: uppercase;
  font-weight: 900;
}
@media (min-width: 991px) {
  .page-template-facebook .section-napisy .m-scroll__title span,
  .page-template-sesje-zdjeciowe .section-napisy .m-scroll__title span {
    font-size: 2.6vw;
  }
}
.page-template-facebook .section-napisy .m-scroll__title a,
.page-template-sesje-zdjeciowe .section-napisy .m-scroll__title a {
  text-decoration: none;
  color: #ffc600;
}
.page-template-facebook .section-napisy .m-scroll__title a:hover,
.page-template-sesje-zdjeciowe .section-napisy .m-scroll__title a:hover {
  -webkit-text-stroke: 1px white;
  color: transparent;
}
.page-template-facebook .section-napisy .m-scroll-other,
.page-template-sesje-zdjeciowe .section-napisy .m-scroll-other {
  display: flex;
  position: relative;
  width: 100%;
  height: 15vw;
  margin: auto;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 1024px) {
  .page-template-facebook .section-napisy .m-scroll-other,
  .page-template-sesje-zdjeciowe .section-napisy .m-scroll-other {
    height: 170rem;
  }
}
.page-template-facebook .section-napisy .m-scroll-other .m-scroll_titl,
.page-template-sesje-zdjeciowe .section-napisy .m-scroll-other .m-scroll_titl {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  transform: scale(2);
  transition: all 1s ease;
}
.page-template-facebook .section-napisy .m-scroll-other .m-scroll_titl > div,
.page-template-sesje-zdjeciowe .section-napisy .m-scroll-other .m-scroll_titl > div {
  display: flex;
  animation: scrollText2 400s infinite linear;
}
.page-template-facebook .section-napisy .m-scroll-other .m-scroll_titl span,
.page-template-sesje-zdjeciowe .section-napisy .m-scroll-other .m-scroll_titl span {
  margin: 0;
  font-size: 4.2vw;
  color: rgb(255, 255, 255);
  transition: all 2s ease;
  text-transform: uppercase;
  font-weight: 900;
}
@media (min-width: 991px) {
  .page-template-facebook .section-napisy .m-scroll-other .m-scroll_titl span,
  .page-template-sesje-zdjeciowe .section-napisy .m-scroll-other .m-scroll_titl span {
    font-size: 2.6vw;
  }
}
.page-template-facebook .section-napisy .m-scroll-other .m-scroll_titl a,
.page-template-sesje-zdjeciowe .section-napisy .m-scroll-other .m-scroll_titl a {
  text-decoration: none;
  color: #ffc600;
}
.page-template-facebook .section-napisy .m-scroll-other .m-scroll_titl a:hover,
.page-template-sesje-zdjeciowe .section-napisy .m-scroll-other .m-scroll_titl a:hover {
  -webkit-text-stroke: 1px white;
  color: transparent;
}
@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scrollText2 {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
.page-template-facebook .section-napisy .sectionContentNapisy,
.page-template-sesje-zdjeciowe .section-napisy .sectionContentNapisy {
  font-size: 50px;
}
.page-template-facebook .section-napisy .sectionContentNapisy .singleContent,
.page-template-sesje-zdjeciowe .section-napisy .sectionContentNapisy .singleContent {
  height: 200rem;
  position: relative;
}
.page-template-facebook .section-2 h2,
.page-template-sesje-zdjeciowe .section-2 h2 {
  color: #fff;
  font-size: 24rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  word-spacing: 0;
}
.page-template-facebook .section-2 .section-container-flex,
.page-template-sesje-zdjeciowe .section-2 .section-container-flex {
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .page-template-facebook .section-2 .section-container-flex .content-50,
  .page-template-sesje-zdjeciowe .section-2 .section-container-flex .content-50 {
    width: 48%;
  }
}
.page-template-facebook .section-2 .contentText,
.page-template-sesje-zdjeciowe .section-2 .contentText {
  background: #272727;
  mix-blend-mode: normal;
  opacity: 0.9;
  padding: 20rem;
  border-radius: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {
  .page-template-facebook .section-2 .contentText,
  .page-template-sesje-zdjeciowe .section-2 .contentText {
    padding: 40rem;
  }
}
@media (max-width: 1023px) {
  .page-template-facebook .section-5 .section-container,
  .page-template-sesje-zdjeciowe .section-5 .section-container {
    padding: 0 30rem 0 30rem;
  }
}
.page-template-facebook .section-5 .content-100 h2,
.page-template-sesje-zdjeciowe .section-5 .content-100 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 40rem;
  margin-bottom: 65rem;
}
@media (max-width: 768px) {
  .page-template-facebook .section-5 .content-100 h2,
  .page-template-sesje-zdjeciowe .section-5 .content-100 h2 {
    font-size: 35rem;
  }
}
.page-template-facebook .section-5 .section-container-flex,
.page-template-sesje-zdjeciowe .section-5 .section-container-flex {
  gap: 28rem;
}
.page-template-facebook .section-5 .section-container-flex .section-container__box,
.page-template-sesje-zdjeciowe .section-5 .section-container-flex .section-container__box {
  flex: 0 0 100%;
  background: rgba(51, 51, 51, 0.9);
  border-radius: 20rem;
  padding: 20rem 15rem;
  text-align: center;
  transition: all 0.5s;
  height: 260rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-facebook .section-5 .section-container-flex .section-container__box a,
.page-template-sesje-zdjeciowe .section-5 .section-container-flex .section-container__box a {
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .page-template-facebook .section-5 .section-container-flex .section-container__box,
  .page-template-sesje-zdjeciowe .section-5 .section-container-flex .section-container__box {
    padding: 50rem 40rem;
  }
}
.page-template-facebook .section-5 .section-container-flex .section-container__box:hover,
.page-template-sesje-zdjeciowe .section-5 .section-container-flex .section-container__box:hover {
  background: #EAAA0A;
}
.page-template-facebook .section-5 .section-container-flex .section-container__box:hover .icon img,
.page-template-sesje-zdjeciowe .section-5 .section-container-flex .section-container__box:hover .icon img {
  filter: brightness(0) invert(1);
}
@media (min-width: 580px) {
  .page-template-facebook .section-5 .section-container-flex .section-container__box,
  .page-template-sesje-zdjeciowe .section-5 .section-container-flex .section-container__box {
    flex: 0 0 calc(50% - 15rem);
  }
}
@media (min-width: 992px) {
  .page-template-facebook .section-5 .section-container-flex .section-container__box,
  .page-template-sesje-zdjeciowe .section-5 .section-container-flex .section-container__box {
    flex: 0 0 calc(33% - 15rem);
  }
}
.page-template-facebook .section-5 .section-container-flex .section-container__box .icon,
.page-template-sesje-zdjeciowe .section-5 .section-container-flex .section-container__box .icon {
  margin-bottom: 15rem;
}
.page-template-facebook .section-5 .section-container-flex .section-container__box .icon img,
.page-template-sesje-zdjeciowe .section-5 .section-container-flex .section-container__box .icon img {
  transition: all 0.5s;
  height: 34rem;
  width: auto;
}
@media (max-width: 1023px) {
  .page-template-facebook .section-5 .section-container-flex .section-container__box .icon,
  .page-template-sesje-zdjeciowe .section-5 .section-container-flex .section-container__box .icon {
    margin-bottom: 10rem;
  }
}
.page-template-facebook .section-5 .section-container-flex .section-container__box .name-icon,
.page-template-sesje-zdjeciowe .section-5 .section-container-flex .section-container__box .name-icon {
  color: #fff;
  font-size: 24rem;
  line-height: 33rem;
  font-style: italic;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .page-template-facebook .section-5 .section-container-flex .section-container__box .name-icon,
  .page-template-sesje-zdjeciowe .section-5 .section-container-flex .section-container__box .name-icon {
    font-size: 19rem;
    line-height: 29rem;
  }
}
.page-template-facebook .section-5 .section-container-flex .section-container__box .desc,
.page-template-sesje-zdjeciowe .section-5 .section-container-flex .section-container__box .desc {
  font-weight: 400;
  font-size: 16rem;
  line-height: 26rem;
  text-align: center;
  color: #FFFFFF;
  margin-top: 15rem;
  display: none;
}
@media (max-width: 992px) {
  .page-template-facebook .section-5 .section-container-flex .section-container__box .desc,
  .page-template-sesje-zdjeciowe .section-5 .section-container-flex .section-container__box .desc {
    display: block !important;
  }
}
.page-template-facebook .section-5 .section-container-flex .section-container__box .desc p,
.page-template-sesje-zdjeciowe .section-5 .section-container-flex .section-container__box .desc p {
  color: #fff;
}
.page-template-facebook .section-5 .section-container-flex .section-container__box .desc > *,
.page-template-sesje-zdjeciowe .section-5 .section-container-flex .section-container__box .desc > * {
  color: #fff;
}
.page-template-facebook .section-7 h2,
.page-template-sesje-zdjeciowe .section-7 h2 {
  color: #EAAA0A;
  font-size: 40rem;
}
.page-template-facebook .section-8 h2,
.page-template-sesje-zdjeciowe .section-8 h2 {
  font-weight: 400;
  font-size: 40rem;
  line-height: 80rem;
}
.page-template-facebook .section-8 .section-faq,
.page-template-sesje-zdjeciowe .section-8 .section-faq {
  margin-top: 40rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .page-template-facebook .section-8 .section-faq,
  .page-template-sesje-zdjeciowe .section-8 .section-faq {
    flex-direction: row;
    justify-content: space-between;
  }
}
.page-template-facebook .section-8 .section-faq .section-faq-quest,
.page-template-sesje-zdjeciowe .section-8 .section-faq .section-faq-quest {
  background: #EAAA0A;
  mix-blend-mode: normal;
  border-radius: 20rem;
  flex: 0 0 100%;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .page-template-facebook .section-8 .section-faq .section-faq-quest,
  .page-template-sesje-zdjeciowe .section-8 .section-faq .section-faq-quest {
    flex: 0 0 410rem;
    width: 410rem;
  }
}
.page-template-facebook .section-8 .section-faq .section-faq-quest h4,
.page-template-sesje-zdjeciowe .section-8 .section-faq .section-faq-quest h4 {
  font-style: italic;
  font-weight: 300;
  font-size: 20rem;
  line-height: 26rem;
  color: #FFFFFF;
  padding: 22rem 30rem 0rem;
}
.page-template-facebook .section-8 .section-faq .section-faq-quest ul,
.page-template-sesje-zdjeciowe .section-8 .section-faq .section-faq-quest ul {
  padding: 0;
  margin: 0;
}
.page-template-facebook .section-8 .section-faq .section-faq-quest ul li,
.page-template-sesje-zdjeciowe .section-8 .section-faq .section-faq-quest ul li {
  list-style-type: none;
  padding: 20rem 30rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1215686275);
}
.page-template-facebook .section-8 .section-faq .section-faq-quest ul li.active,
.page-template-sesje-zdjeciowe .section-8 .section-faq .section-faq-quest ul li.active {
  background-color: rgba(51, 51, 51, 0.9);
}
.page-template-facebook .section-8 .section-faq .section-faq-quest ul li.active a,
.page-template-sesje-zdjeciowe .section-8 .section-faq .section-faq-quest ul li.active a {
  font-style: normal;
  font-weight: 600;
  color: #fff;
}
.page-template-facebook .section-8 .section-faq .section-faq-quest ul li a,
.page-template-sesje-zdjeciowe .section-8 .section-faq .section-faq-quest ul li a {
  font-style: italic;
  font-weight: 300;
  font-size: 16rem;
  line-height: 23rem;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.page-template-facebook .section-8 .section-faq .section-faq-answer,
.page-template-sesje-zdjeciowe .section-8 .section-faq .section-faq-answer {
  margin-top: 35rem;
  flex: 0 0 100%;
  width: 100%;
  background: rgba(51, 51, 51, 0.9);
  border-radius: 20rem;
  padding: 27rem 20rem 10rem 20rem;
}
@media (min-width: 1024px) {
  .page-template-facebook .section-8 .section-faq .section-faq-answer,
  .page-template-sesje-zdjeciowe .section-8 .section-faq .section-faq-answer {
    flex: 0 0 calc(100% - 440rem);
    width: calc(100% - 440rem);
    margin-top: 0;
    padding: 50rem;
  }
}
.page-template-facebook .section-8 .section-faq .section-faq-answer .content-answer,
.page-template-sesje-zdjeciowe .section-8 .section-faq .section-faq-answer .content-answer {
  display: none;
}
.page-template-facebook .section-8 .section-faq .section-faq-answer .content-answer:nth-child(1),
.page-template-sesje-zdjeciowe .section-8 .section-faq .section-faq-answer .content-answer:nth-child(1) {
  display: block;
}
.page-template-facebook .section-4 h2,
.page-template-sesje-zdjeciowe .section-4 h2 {
  color: #EAAA0A;
  font-size: 40rem;
}
.page-template-facebook .section-4 .swiper-creative,
.page-template-sesje-zdjeciowe .section-4 .swiper-creative {
  margin-top: 70rem;
  overflow: unset;
}
@media (min-width: 1024px) {
  .page-template-facebook .section-4 .swiper-creative,
  .page-template-sesje-zdjeciowe .section-4 .swiper-creative {
    height: 510rem;
    margin-top: 100rem;
  }
}
@media (max-width: 1023px) {
  .page-template-facebook .section-4 .swiper-creative,
  .page-template-sesje-zdjeciowe .section-4 .swiper-creative {
    overflow: hidden;
  }
}
.page-template-facebook .section-4 .swiper-creative .swiper-slide a,
.page-template-sesje-zdjeciowe .section-4 .swiper-creative .swiper-slide a {
  text-decoration: none !important;
}
.page-template-facebook .section-4 .swiper-creative .swiper-slide a:hover,
.page-template-sesje-zdjeciowe .section-4 .swiper-creative .swiper-slide a:hover {
  text-decoration: none !important;
}
.page-template-facebook .section-4 .swiper-creative .swiper-slide .swiper-slider__content.video,
.page-template-sesje-zdjeciowe .section-4 .swiper-creative .swiper-slide .swiper-slider__content.video {
  height: auto !important;
}
.page-template-facebook .section-4 .swiper-creative .swiper-slide .swiper-slider__content.video .videoBox,
.page-template-sesje-zdjeciowe .section-4 .swiper-creative .swiper-slide .swiper-slider__content.video .videoBox {
  height: auto !important;
}
.page-template-facebook .section-4 .swiper-creative .swiper-slide .swiper-slider__content.video video,
.page-template-sesje-zdjeciowe .section-4 .swiper-creative .swiper-slide .swiper-slider__content.video video {
  width: 100%;
  height: 100%;
  border-radius: 10rem;
}
.page-template-facebook .section-4 .swiper-creative .swiper-slide .swiper-slider__content:not(.video),
.page-template-sesje-zdjeciowe .section-4 .swiper-creative .swiper-slide .swiper-slider__content:not(.video) {
  flex: 0 0 100%;
  padding: 20rem;
  transition: all 0.5s;
  height: 88vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 33rem;
  border: 12rem solid rgb(51, 51, 51);
}
@media (min-width: 640px) {
  .page-template-facebook .section-4 .swiper-creative .swiper-slide .swiper-slider__content:not(.video),
  .page-template-sesje-zdjeciowe .section-4 .swiper-creative .swiper-slide .swiper-slider__content:not(.video) {
    height: 44vw;
  }
}
@media (min-width: 992px) {
  .page-template-facebook .section-4 .swiper-creative .swiper-slide .swiper-slider__content:not(.video),
  .page-template-sesje-zdjeciowe .section-4 .swiper-creative .swiper-slide .swiper-slider__content:not(.video) {
    height: 430rem;
    padding: 40rem;
  }
}
.page-template-facebook .section-4 .swiper-creative .swiper-slide .swiper-slider__content h3,
.page-template-sesje-zdjeciowe .section-4 .swiper-creative .swiper-slide .swiper-slider__content h3 {
  color: #fff;
  font-style: italic;
  font-size: 20rem !important;
  font-weight: 300;
  margin: 0;
}
.page-template-facebook .section-4 .swiper-pagination,
.page-template-sesje-zdjeciowe .section-4 .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 55rem;
}
.page-template-facebook .section-4 .swiper-pagination span,
.page-template-sesje-zdjeciowe .section-4 .swiper-pagination span {
  background: #fff;
  width: 10rem;
  height: 10rem;
  transition: all 0.4s;
}
.page-template-facebook .section-4 .swiper-pagination span.swiper-pagination-bullet-active,
.page-template-sesje-zdjeciowe .section-4 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ffc600;
  width: 40rem;
  border-radius: 10rem;
}
.page-template-facebook .section-3 .title h2,
.page-template-sesje-zdjeciowe .section-3 .title h2 {
  color: #EAAA0A;
  font-size: 40rem;
}
.page-template-facebook .section-3 .sectionBox,
.page-template-sesje-zdjeciowe .section-3 .sectionBox {
  margin-top: 50rem;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 1024px) {
  .page-template-facebook .section-3 .sectionBox,
  .page-template-sesje-zdjeciowe .section-3 .sectionBox {
    gap: 70rem;
    margin-top: 90rem;
  }
}
.page-template-facebook .section-3 .sectionBox-single,
.page-template-sesje-zdjeciowe .section-3 .sectionBox-single {
  width: 100%;
}
@media (min-width: 640px) {
  .page-template-facebook .section-3 .sectionBox-single,
  .page-template-sesje-zdjeciowe .section-3 .sectionBox-single {
    width: calc(50% - 15rem);
  }
}
@media (min-width: 992px) {
  .page-template-facebook .section-3 .sectionBox-single,
  .page-template-sesje-zdjeciowe .section-3 .sectionBox-single {
    width: calc(33% - 20rem);
  }
}
@media (min-width: 1024px) {
  .page-template-facebook .section-3 .sectionBox-single,
  .page-template-sesje-zdjeciowe .section-3 .sectionBox-single {
    width: calc(33% - 50rem);
  }
}
.page-template-facebook .section-3 .sectionBox-single h3,
.page-template-sesje-zdjeciowe .section-3 .sectionBox-single h3 {
  font-size: 24rem;
  color: #fff;
  font-weight: 800;
  display: block;
  border-bottom: 2px solid #EAAA0A;
  padding-bottom: 10px;
}
.page-template-facebook .section-form h2,
.page-template-sesje-zdjeciowe .section-form h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 40rem;
  margin-bottom: 25rem;
}
@media (max-width: 768px) {
  .page-template-facebook .section-form h2,
  .page-template-sesje-zdjeciowe .section-form h2 {
    font-size: 35rem;
  }
}
.page-template-facebook .section-form .wpcf7-response-output,
.page-template-sesje-zdjeciowe .section-form .wpcf7-response-output {
  max-width: 945rem;
  margin: 0 auto !important;
  position: relative;
  background: red;
  text-align: center;
  border: 0 !important;
  color: #fff;
  padding: 10rem !important;
  font-size: 14rem;
}
.page-template-facebook .section-form span.wpcf7-not-valid-tip,
.page-template-sesje-zdjeciowe .section-form span.wpcf7-not-valid-tip {
  display: none;
}
.page-template-facebook .section-form .wpcf7-not-valid,
.page-template-sesje-zdjeciowe .section-form .wpcf7-not-valid {
  border-color: red !important;
}
@media (max-width: 1023px) {
  .page-template-facebook .section-form .wycena,
  .page-template-sesje-zdjeciowe .section-form .wycena {
    padding: 0 30rem;
  }
}
.page-template-facebook .section-form .wycena .form-send input,
.page-template-sesje-zdjeciowe .section-form .wycena .form-send input {
  background: #EAAA0A;
  color: #fff;
  padding: 13rem 50rem;
  border-radius: 110rem;
  border-bottom: 4rem solid #CD9405 !important;
  font-weight: 600;
  transition: all 0.7s;
  font-size: 18rem;
  border: 0;
  margin: 30rem auto 0;
  display: block;
  width: 255rem;
  text-align: center;
}
.page-template-facebook .section-form .wycena .form-send input:hover,
.page-template-sesje-zdjeciowe .section-form .wycena .form-send input:hover {
  background-color: #EAAA0A;
}
.page-template-facebook .section-form .wycena .form-content,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content {
  max-width: 945rem;
  margin: 0 auto;
  background: rgba(51, 51, 51, 0.9);
  padding: 50rem;
  border-radius: 10rem;
}
@media (max-width: 768px) {
  .page-template-facebook .section-form .wycena .form-content,
  .page-template-sesje-zdjeciowe .section-form .wycena .form-content {
    padding: 25rem;
  }
}
.page-template-facebook .section-form .wycena .form-content .text,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .text {
  margin-top: 45rem;
  margin-bottom: 20rem;
}
.page-template-facebook .section-form .wycena .form-content .text label,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .text label {
  color: #7D7D7D;
  font-weight: 700;
  font-size: 13rem;
  line-height: 15rem;
  margin-bottom: 20rem;
  display: block;
}
.page-template-facebook .section-form .wycena .form-content .text label span,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .text label span {
  color: #DAA347;
}
.page-template-facebook .section-form .wycena .form-content .text textarea,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .text textarea {
  height: 50rem;
  resize: none;
  border: 0;
  border-bottom: 3rem solid #181818;
  transition: all 0.4s;
  background: transparent;
  font-weight: 700;
  font-size: 16rem;
  line-height: 19rem;
  color: rgb(255, 255, 255);
}
.page-template-facebook .section-form .wycena .form-content .text textarea::-moz-placeholder, .page-template-sesje-zdjeciowe .section-form .wycena .form-content .text textarea::-moz-placeholder {
  font-weight: 700;
  font-size: 16rem;
  line-height: 19rem;
  color: rgba(255, 255, 255, 0.5);
}
.page-template-facebook .section-form .wycena .form-content .text textarea::placeholder,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .text textarea::placeholder {
  font-weight: 700;
  font-size: 16rem;
  line-height: 19rem;
  color: rgba(255, 255, 255, 0.5);
}
.page-template-facebook .section-form .wycena .form-content .text textarea:focus,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .text textarea:focus {
  border-color: #DAA347;
}
.page-template-facebook .section-form .wycena .form-content .price,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .price {
  margin-top: -10rem;
}
.page-template-facebook .section-form .wycena .form-content .price br,
.page-template-facebook .section-form .wycena .form-content .price label.uacf7-slider-label,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .price br,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .price label.uacf7-slider-label {
  display: none !important;
}
.page-template-facebook .section-form .wycena .form-content .price .value-price,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .price .value-price {
  display: flex;
  justify-content: space-between;
  margin: -10rem 0 -20rem;
}
.page-template-facebook .section-form .wycena .form-content .price .value-price span,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .price .value-price span {
  background: #181818;
  padding: 5rem 20rem;
}
.page-template-facebook .section-form .wycena .form-content .price span.irs-max,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .price span.irs-max {
  display: none;
}
.page-template-facebook .section-form .wycena .form-content .price span.irs-to,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .price span.irs-to {
  display: none;
}
.page-template-facebook .section-form .wycena .form-content .price span.irs-from,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .price span.irs-from {
  display: none;
}
.page-template-facebook .section-form .wycena .form-content .price .irs--flat .irs-handle > i:first-child,
.page-template-facebook .section-form .wycena .form-content .price span.irs-bar,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .price .irs--flat .irs-handle > i:first-child,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .price span.irs-bar {
  background: #EAAA0A !important;
}
.page-template-facebook .section-form .wycena .form-content .price label,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .price label {
  color: #7D7D7D;
  font-weight: 700;
  font-size: 13rem;
  line-height: 15rem;
  margin-bottom: 0rem;
  display: block;
}
.page-template-facebook .section-form .wycena .form-content .price label span,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .price label span {
  color: #DAA347;
}
.page-template-facebook .section-form .wycena .form-content .checkboxes,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .checkboxes {
  margin-top: -5rem;
  margin-bottom: 12rem;
}
.page-template-facebook .section-form .wycena .form-content .checkboxes span.wpcf7-not-valid-tip,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .checkboxes span.wpcf7-not-valid-tip {
  margin-top: 23rem;
}
.page-template-facebook .section-form .wycena .form-content .checkboxes label,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .checkboxes label {
  color: #7D7D7D;
  font-weight: 700;
  font-size: 13rem;
  line-height: 15rem;
  margin-bottom: 20rem;
  display: block;
}
.page-template-facebook .section-form .wycena .form-content .checkboxes label span,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .checkboxes label span {
  color: #DAA347;
}
.page-template-facebook .section-form .wycena .form-content .checkboxes .form-control,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .checkboxes .form-control {
  border: 0;
  height: auto;
  background: transparent;
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .page-template-facebook .section-form .wycena .form-content .checkboxes .form-control,
  .page-template-sesje-zdjeciowe .section-form .wycena .form-content .checkboxes .form-control {
    gap: 5rem;
  }
}
.page-template-facebook .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item {
  margin: 0;
}
.page-template-facebook .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item label input,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item label input {
  opacity: 0;
  position: absolute;
}
.page-template-facebook .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item label input:checked ~ span:before,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item label input:checked ~ span:before {
  content: "âś“";
  color: #DAA347;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-facebook .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item label span,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item label span {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 13rem;
  line-height: 17rem;
  color: #7D7D7D;
  padding-left: 35rem;
}
.page-template-facebook .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item label span:before,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .checkboxes .wpcf7-checkbox span.wpcf7-list-item label span:before {
  content: "";
  width: 24rem;
  height: 24rem;
  position: absolute;
  left: 4rem;
  top: -4rem;
  background: #181818;
}
.page-template-facebook .section-form .wycena .form-content .agree a,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .agree a {
  color: #fff;
  text-decoration: underline;
}
.page-template-facebook .section-form .wycena .form-content .agree span.wpcf7-list-item,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .agree span.wpcf7-list-item {
  margin: 0;
}
.page-template-facebook .section-form .wycena .form-content .agree span.wpcf7-list-item label input,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .agree span.wpcf7-list-item label input {
  opacity: 0;
  position: absolute;
}
.page-template-facebook .section-form .wycena .form-content .agree span.wpcf7-list-item label input:checked ~ span:before,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .agree span.wpcf7-list-item label input:checked ~ span:before {
  content: "âś“";
  color: #DAA347;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-facebook .section-form .wycena .form-content .agree span.wpcf7-list-item label span,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .agree span.wpcf7-list-item label span {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 13rem;
  line-height: 17rem;
  color: #7D7D7D;
  padding-left: 35rem;
}
.page-template-facebook .section-form .wycena .form-content .agree span.wpcf7-list-item label span:before,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .agree span.wpcf7-list-item label span:before {
  content: "";
  width: 24rem;
  height: 24rem;
  position: absolute;
  left: 0;
  top: -4rem;
  background: #181818;
}
.page-template-facebook .section-form .wycena .form-content .input,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .input {
  margin-bottom: 20rem;
}
.page-template-facebook .section-form .wycena .form-content .input label,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .input label {
  color: #7D7D7D;
  font-weight: 700;
  font-size: 13rem;
  line-height: 15rem;
  margin-bottom: -5rem;
  display: block;
}
.page-template-facebook .section-form .wycena .form-content .input label span,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .input label span {
  color: #DAA347;
}
.page-template-facebook .section-form .wycena .form-content .input input,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .input input {
  height: 55rem;
  border: 0;
  border-bottom: 3rem solid #181818;
  transition: all 0.4s;
  background: transparent;
  font-weight: 700;
  font-size: 16rem;
  line-height: 19rem;
  color: rgb(255, 255, 255);
}
.page-template-facebook .section-form .wycena .form-content .input input::-moz-placeholder, .page-template-sesje-zdjeciowe .section-form .wycena .form-content .input input::-moz-placeholder {
  font-weight: 700;
  font-size: 16rem;
  line-height: 19rem;
  color: rgba(255, 255, 255, 0.5);
}
.page-template-facebook .section-form .wycena .form-content .input input::placeholder,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .input input::placeholder {
  font-weight: 700;
  font-size: 16rem;
  line-height: 19rem;
  color: rgba(255, 255, 255, 0.5);
}
.page-template-facebook .section-form .wycena .form-content .input input:focus,
.page-template-sesje-zdjeciowe .section-form .wycena .form-content .input input:focus {
  border-color: #DAA347;
}

@media (min-width: 992px) {
  .section.section-ah:not(.section-10-no-ah) {
    min-height: 900rem;
  }
}

#page {
  overflow: hidden;
}

.page-template-default header.entry-header h1 {
  border: 0 !important;
  color: #fbc601;
  font-size: 36rem;
  font-family: "Monoton";
  font-weight: 700;
  text-transform: uppercase;
}
.page-template-default article {
  padding: 150rem 0 40rem;
}

.swiper-slide:hover .logotyp-desc {
  color: #000;
}
.swiper-slide:hover .logotyp-desc p {
  color: #000;
}

.wpcf7-response-output {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: red;
  border: 0 !important;
  margin: 0 !important;
  text-align: center;
  color: #fff;
  padding: 10px !important;
}

form.sent .wpcf7-response-output {
  background: #099909;
}

.blog-page__bottom-loop a:before,
.blog-page__top-right a:before,
.blog-page__top-left a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20rem;
  z-index: 0;
  background: rgb(106, 106, 106);
  background: linear-gradient(0deg, rgb(82, 82, 82) 0%, rgba(0, 0, 0, 0) 100%);
}

.blog-page__bottom-loop a > *,
.blog-page__top-right a > *,
.blog-page__top-left a > * {
  position: relative;
}

@keyframes transImg {
  0% {
    transform: translate(0rem, 0rem);
  }
  50% {
    transform: translate(0rem, -20rem);
  }
  100% {
    transform: translate(0rem, 0rem);
  }
}
@media (max-width: 1023px) {
  .section h1 {
    font-size: 9vw !important;
    line-height: 1.5 !important;
  }
  .section h2 {
    font-size: 6.5vw !important;
    line-height: 1.5 !important;
  }
  .section h3 {
    font-size: 4.5vw !important;
    line-height: 1.5 !important;
  }
}
@media (max-width: 1023px) {
  body.home .section-5:before {
    display: none !important;
  }
}
.videoPointer {
  pointer-events: all;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.plyr__control--overlaid {
  background: #eaaa0a !important;
}

.plyr--full-ui input[type=range] {
  color: #eaaa0a;
}

.plyr--video {
  max-width: 910rem;
  margin: 0 auto;
  border-radius: 15rem;
}

.plyr__video-wrapper.plyr__video-embed {
  padding-bottom: 56.25% !important;
}

.mouse-icon {
  margin: 40rem auto 0;
  border: 2rem solid #fff;
  border-radius: 16rem;
  height: 40rem;
  width: 24rem;
  display: block;
  z-index: 10;
  opacity: 0.7;
}
@media (min-width: 1024px) {
  .mouse-icon {
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: 70rem;
    transform: translate(-50%, 0) scale(1.3);
  }
}

.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-name: drop;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

.mouse-icon .wheel {
  position: relative;
  border-radius: 10rem;
  background: #fff;
  width: 2rem;
  height: 6rem;
  top: 4rem;
  margin-left: auto;
  margin-right: auto;
}
@keyframes drop {
  0% {
    top: 5rem;
    opacity: 0;
  }
  30% {
    top: 10rem;
    opacity: 1;
  }
  100% {
    top: 25rem;
    opacity: 0;
  }
}
.section-container {
  position: relative;
}

.navbar {
  position: unset;
}

@media (min-width: 992px) {
  .megamenu-trigger:hover .megamenu {
    opacity: 1;
    top: 100rem;
    pointer-events: all;
    visibility: visible;
  }
}
.megamenu-trigger > a {
  display: flex;
  align-items: center;
  gap: 8rem;
}
@media (max-width: 991px) {
  .megamenu-trigger > a {
    justify-content: center;
  }
}
.megamenu-trigger > a:after {
  content: "";
  background: url(/wp-content/uploads/2022/12/menu.svg);
  width: 13rem;
  height: 10rem;
  display: block;
}
@media (max-width: 991px) {
  .megamenu-trigger > a:after {
    filter: brightness(0) invert(1);
  }
}

.megamenu {
  position: absolute;
  left: 50rem;
  right: 20rem;
  top: 120rem;
  background: #202020;
  padding: 20rem;
  border-radius: 15rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .megamenu {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    background: #202020;
    padding: 20rem;
    border-radius: 15rem;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: all 0.4s;
    margin: 10rem 0;
    display: none;
  }
  .megamenu.show {
    display: block;
  }
}
.megamenu .megamenu-item img {
  position: absolute;
  bottom: 20rem;
  right: 20rem;
  width: 354rem;
  height: auto;
}
.megamenu .offerContent {
  background-color: #000000;
  border-radius: 15rem;
  padding: 30rem 40rem;
  color: #fff;
}
@media (min-width: 1024px) {
  .megamenu .offerContent {
    width: 470rem;
  }
}
.megamenu .offerContent strong {
  font-size: 18rem;
}
.megamenu .offerContent a {
  color: #d59a0a !important;
  font-weight: 600 !important;
  display: inline-block;
  position: relative;
}
.megamenu .offerContent a:before {
  content: "";
  background: url(/wp-content/uploads/2022/03/arrow-yellow.svg);
  width: 10rem;
  height: 10rem;
  display: block;
  background-size: cover;
  position: absolute;
  right: -20rem;
  top: 11rem;
}
.megamenu .offerContent .offerContent-top {
  display: flex;
  align-items: center;
  gap: 12rem;
  margin-bottom: 20rem;
}
.megamenu .offerContent .offerContent-top img {
  width: 40rem;
  height: auto;
}
.megamenu .offerContent .offerContent-top span {
  color: #fff;
  font-weight: 600;
}
.megamenu .contentNav {
  display: flex;
  flex-direction: row;
  padding-left: 90rem;
  padding-top: 30rem;
  padding-bottom: 30rem;
}
@media (max-width: 991px) {
  .megamenu .contentNav {
    padding: 0rem;
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .megamenu .contentNav {
    width: 100%;
    justify-content: space-between;
    padding: 20rem;
  }
}
@media (min-width: 1024px) {
  .megamenu .contentNav {
    width: calc(100% - 470rem);
    justify-content: space-between;
  }
}
.megamenu .contentNav .singleCol {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .megamenu .contentNav .singleCol {
    max-width: calc(33% - 10rem);
    width: auto;
  }
}
.megamenu .contentNav .singleCol .menuTop {
  display: flex;
  align-items: center;
  gap: 12rem;
}
.megamenu .contentNav .singleCol .menuTop img {
  width: 40rem;
  height: auto;
}
.megamenu .contentNav .singleCol .menuTop strong {
  font-size: 16rem important;
}
@media (max-width: 991px) {
  .megamenu .contentNav .singleCol .menuTop strong {
    font-size: 3vw !important;
  }
}
.megamenu .contentNav .singleCol .navElem {
  display: flex;
  flex-direction: column;
  padding-left: 54rem;
}
@media (max-width: 991px) {
  .megamenu .contentNav .singleCol .navElem {
    padding-left: 0;
    text-align: left;
  }
}
.megamenu .contentNav .singleCol .navElem a {
  font-weight: 400 !important;
  font-size: 14rem !important;
  line-height: 30rem !important;
  color: #FFFFFF;
  opacity: 0.7;
}

.megamenu .contentNav .singleCol .navElem a:before {
  content: "";
  width: 4rem;
  height: 4rem;
  border: 1px solid #fbc601;
  position: absolute;
  top: 13rem;
  border-radius: 100rem;
  left: 0;
}

.megamenu .contentNav .singleCol .navElem a {
  position: relative;
  padding-left: 13rem;
}

@media (max-width: 480px) {
  header#hamburger .navbar-nav li a {
    font-size: 16px !important;
    line-height: 28px !important;
  }
  .megamenu .contentNav .singleCol .menuTop strong {
    font-size: 14px !important;
  }
  .megamenu .contentNav .singleCol .menuTop img {
    width: 32rem;
    height: auto;
  }
  .megamenu .contentNav .singleCol .menuTop {
    margin-bottom: 5px;
  }
  .megamenu .contentNav .singleCol .navElem {
    padding-left: 2px;
    text-align: left;
  }
}
#player1237 {
  position: relative;
  z-index: 22;
}

.single-casestudy .section-container-numbers {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 40rem;
}
@media (min-width: 992px) {
  .single-casestudy .section-container-numbers {
    margin-top: 90rem;
  }
}
@media (min-width: 1024px) {
  .single-casestudy .section-container-numbers {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30rem;
  }
}
.single-casestudy .section-container-numbers .single {
  display: flex;
  gap: 15rem;
  flex-direction: column;
  margin-bottom: 60rem;
}
@media (min-width: 640px) {
  .single-casestudy .section-container-numbers .single {
    flex-direction: row;
    align-items: center;
    gap: 15rem;
    margin-bottom: 55rem;
  }
}
@media (min-width: 1024px) {
  .single-casestudy .section-container-numbers .single {
    margin-bottom: 0;
  }
}
.single-casestudy .section-container-numbers .single .singleNumber {
  font-size: 100rem;
  color: #404040;
  font-weight: 800;
  font-family: "Gilroy-Bold âž";
  position: relative;
  top: 0;
}
@media (min-width: 640px) {
  .single-casestudy .section-container-numbers .single .singleNumber {
    font-size: 140rem;
    top: 21rem;
  }
}
.single-casestudy .section-container-numbers .single .singleText {
  color: #9c9c9c;
  line-height: 1.6;
}
.single-casestudy .section-container-numbers .single .singleText h3 {
  font-size: 25rem !important;
  font-weight: 700;
  color: #fff;
  word-spacing: 0;
}
.single-casestudy .section-2 .section-container {
  max-width: 1450rem !important;
}
.single-casestudy .section-2 .section-container__content {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .single-casestudy .section-2 .section-container__content {
    grid-template-columns: 1fr 1fr;
    gap: 30rem;
  }
}
.single-casestudy .section-2 .section-container__content .image {
  position: relative;
}
.single-casestudy .section-2 .section-container__content .image img {
  width: 100%;
  height: auto;
  border-radius: 20rem;
}
.single-casestudy .section-2 .section-container__content .content {
  background-color: #232323;
  border-radius: 20rem;
  padding: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #9c9c9c;
  margin-top: 20rem;
}
@media (min-width: 768px) {
  .single-casestudy .section-2 .section-container__content .content {
    padding: 30rem;
  }
}
@media (min-width: 1024px) {
  .single-casestudy .section-2 .section-container__content .content {
    padding: 30rem 60rem;
    margin-top: 0;
  }
}
.single-casestudy .section-2 .section-container__content .content span {
  color: #F1BB35;
  font-weight: 700;
  font-size: 15px;
  display: block;
}
.single-casestudy .section-2 .section-container__content .content h2 {
  color: #fff;
  font-size: 25rem !important;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  word-spacing: 0;
}
.single-casestudy .section-2 .section-container__content .content strong {
  color: #9c9c9c;
  font-size: 18rem;
  margin-bottom: 0;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .single-casestudy .section-2 .section-container__content .content strong {
    font-size: 20rem;
  }
}
.single-casestudy .section-3 .section-container__content {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .single-casestudy .section-3 .section-container__content {
    grid-template-columns: 595rem 1fr;
    gap: 40rem;
  }
}
.single-casestudy .section-3 .section-container__content .section_content-desc h2 {
  font-size: 25rem !important;
}
@media (min-width: 1024px) {
  .single-casestudy .section-3 .section-container__content .section_content-desc h2 {
    font-size: 40rem !important;
  }
}
.single-casestudy .section-3 .section-container__content .section_content-desc span.offersDone {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3rem;
  display: block;
  margin-bottom: 15rem;
  margin-top: 30rem;
}
.single-casestudy .section-3 .section-container__content .section_content-desc .listOffer-single {
  display: flex;
  gap: 12px;
}
.single-casestudy .section-3 .section-container__content .section_content-desc .listOffer-single.pinterest .icon {
  width: 19rem;
  position: relative;
  left: 3rem;
  margin-right: 5rem;
}
.single-casestudy .section-3 .section-container__content .section_content-desc .listOffer-single .icon {
  width: 24rem;
  height: auto;
}
.single-casestudy .section-3 .section-container__content .section_content-list {
  margin-top: 40rem;
}
@media (min-width: 1024px) {
  .single-casestudy .section-3 .section-container__content .section_content-list {
    margin-top: 0;
  }
}
.single-casestudy .section-3 .section-container__content .section_content-list .single {
  border: 2rem solid #F1BB35;
  border-radius: 30rem;
  padding: 40rem 30rem;
  margin-bottom: 15rem;
}
.single-casestudy .section-3 .section-container__content .section_content-list .single span.number {
  display: block;
  color: #F1BB35;
  font-weight: 900;
  font-size: 18rem;
}
.single-casestudy .section-3 .section-container__content .section_content-list .single.active .top .arrow img {
  transform: rotate(90deg);
}
.single-casestudy .section-3 .section-container__content .section_content-list .single .top {
  position: relative;
  cursor: pointer;
}
.single-casestudy .section-3 .section-container__content .section_content-list .single .top .arrow img {
  width: 12rem;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.4s;
  transform: translate(0, -50%);
}
.single-casestudy .section-3 .section-container__content .section_content-list .single h3 {
  color: #fff;
  font-size: 20rem !important;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 9rem;
  margin-bottom: 0rem;
  word-spacing: 0;
}
@media (min-width: 1024px) {
  .single-casestudy .section-3 .section-container__content .section_content-list .single h3 {
    font-size: 25rem !important;
  }
}
.single-casestudy .section-3 .section-container__content .section_content-list .single .desc {
  margin-top: 12rem;
}
.single-casestudy .section-4 h2 {
  margin-top: 0;
  font-family: "Monoton";
  color: #F1BB35;
  font-weight: 100;
  font-size: 40rem;
  margin-bottom: 60rem;
}
@media (max-width: 768px) {
  .single-casestudy .section-4 h2 {
    font-size: 35rem;
    margin-bottom: 40rem;
  }
}
.single-casestudy .section-4 .swiper-creativeVideo,
.single-casestudy .section-4 .swiper-image {
  width: 100%;
  overflow: unset;
}
@media (min-width: 1024px) {
  .single-casestudy .section-4 .swiper-creativeVideo,
  .single-casestudy .section-4 .swiper-image {
    height: auto;
  }
}
@media (max-width: 1023px) {
  .single-casestudy .section-4 .swiper-creativeVideo,
  .single-casestudy .section-4 .swiper-image {
    overflow: hidden;
  }
}
.single-casestudy .section-4 .swiper-creativeVideo .swiper-slide .swiper-slider__content.video,
.single-casestudy .section-4 .swiper-image .swiper-slide .swiper-slider__content.video {
  height: auto !important;
}
.single-casestudy .section-4 .swiper-creativeVideo .swiper-slide .swiper-slider__content.video .videoBox,
.single-casestudy .section-4 .swiper-image .swiper-slide .swiper-slider__content.video .videoBox {
  height: auto !important;
}
.single-casestudy .section-4 .swiper-creativeVideo .swiper-slide .swiper-slider__content.video video,
.single-casestudy .section-4 .swiper-image .swiper-slide .swiper-slider__content.video video {
  width: 100%;
  height: 100%;
  border-radius: 10rem;
}
.single-casestudy .section-4 .swiper-creativeVideo .swiper-slide .swiper-slider__content:not(.video),
.single-casestudy .section-4 .swiper-image .swiper-slide .swiper-slider__content:not(.video) {
  flex: 0 0 100%;
  padding: 20rem;
  transition: all 0.5s;
  height: 88vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 33rem;
  border: 12rem solid rgb(51, 51, 51);
}
@media (min-width: 640px) {
  .single-casestudy .section-4 .swiper-creativeVideo .swiper-slide .swiper-slider__content:not(.video),
  .single-casestudy .section-4 .swiper-image .swiper-slide .swiper-slider__content:not(.video) {
    height: 44vw;
  }
}
@media (min-width: 992px) {
  .single-casestudy .section-4 .swiper-creativeVideo .swiper-slide .swiper-slider__content:not(.video),
  .single-casestudy .section-4 .swiper-image .swiper-slide .swiper-slider__content:not(.video) {
    padding-bottom: 76%;
    padding: 40rem;
  }
}
.single-casestudy .section-4 .swiper-creativeVideo .swiper-slide .swiper-slider__content h3,
.single-casestudy .section-4 .swiper-image .swiper-slide .swiper-slider__content h3 {
  color: #fff;
  font-style: italic;
  font-size: 20rem !important;
  font-weight: 300;
  margin: 0;
}
.single-casestudy .section-4 .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 95rem;
}
.single-casestudy .section-4 .swiper-pagination span {
  background: #fff;
  width: 10rem;
  height: 10rem;
  transition: all 0.4s;
}
.single-casestudy .section-4 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ffc600;
  width: 40rem;
  border-radius: 10rem;
}
.single-casestudy .section-5 .title {
  text-align: center;
  max-width: 805rem;
  margin: 0 auto;
}
.single-casestudy .section-5 .title h2 {
  color: #F1BB35;
  font-family: "Monoton";
  font-size: 25rem !important;
}
@media (min-width: 1024px) {
  .single-casestudy .section-5 .title h2 {
    font-size: 40rem !important;
  }
}
.single-casestudy .section-5 .title strong p,
.single-casestudy .section-5 .title strong {
  font-size: 20rem !important;
  color: #fff !important;
}
.single-casestudy .section-5 .numbersContent {
  display: grid;
  gap: 50rem;
  grid-template-columns: 1fr;
  margin-top: 100rem;
}
@media (min-width: 1024px) {
  .single-casestudy .section-5 .numbersContent {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35rem;
  }
}
.single-casestudy .section-5 .numbersContent .single {
  background-color: #333333;
  border-radius: 20rem;
  padding: 0 30rem 0rem 30rem;
}
@media (min-width: 1024px) {
  .single-casestudy .section-5 .numbersContent .single {
    padding: 0 40rem 25rem 40rem;
  }
}
.single-casestudy .section-5 .numbersContent .single .number {
  color: #F1BB35;
  font-family: "Gilroy-Bold âž";
  font-size: 45rem;
  margin-top: -6rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .single-casestudy .section-5 .numbersContent .single .number {
    font-size: 78rem;
    margin-top: 0;
  }
}
.single-casestudy .section-5 .numbersContent .single h3 {
  color: #fff;
  font-weight: 700;
  font-size: 20rem !important;
  word-spacing: 0;
}
@media (min-width: 1024px) {
  .single-casestudy .section-5 .numbersContent .single h3 {
    font-size: 24rem !important;
  }
}
.single-casestudy .section-form .section-container {
  justify-content: center !important;
}
.single-casestudy .section-form .section-container .wycena {
  padding: 0;
}
.single-casestudy .swiper-creativeVideo {
  overflow: unset;
}
.single-casestudy .swiper-creativeVideo,
.single-casestudy .swiper-creative {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .single-casestudy .swiper-creativeVideo,
  .single-casestudy .swiper-creative {
    height: auto;
  }
}
@media (max-width: 1023px) {
  .single-casestudy .swiper-creativeVideo,
  .single-casestudy .swiper-creative {
    overflow: hidden;
  }
}
.single-casestudy .swiper-creativeVideo .swiper-slide .swiper-slider__content.video,
.single-casestudy .swiper-creative .swiper-slide .swiper-slider__content.video {
  height: auto !important;
}
.single-casestudy .swiper-creativeVideo .swiper-slide .swiper-slider__content.video .videoBox,
.single-casestudy .swiper-creative .swiper-slide .swiper-slider__content.video .videoBox {
  height: auto !important;
}
.single-casestudy .swiper-creativeVideo .swiper-slide .swiper-slider__content.video video,
.single-casestudy .swiper-creative .swiper-slide .swiper-slider__content.video video {
  width: 100%;
  height: 100%;
  border-radius: 10rem;
}
.single-casestudy .swiper-creativeVideo .swiper-slide .swiper-slider__content:not(.video),
.single-casestudy .swiper-creative .swiper-slide .swiper-slider__content:not(.video) {
  flex: 0 0 100%;
  padding: 20rem;
  transition: all 0.5s;
  height: 88vw;
  opacity: 1 !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 33rem;
  border: 12rem solid rgb(51, 51, 51);
}
@media (min-width: 640px) {
  .single-casestudy .swiper-creativeVideo .swiper-slide .swiper-slider__content:not(.video),
  .single-casestudy .swiper-creative .swiper-slide .swiper-slider__content:not(.video) {
    height: 44vw;
  }
}
@media (min-width: 992px) {
  .single-casestudy .swiper-creativeVideo .swiper-slide .swiper-slider__content:not(.video),
  .single-casestudy .swiper-creative .swiper-slide .swiper-slider__content:not(.video) {
    height: auto;
    padding: 40rem;
    padding-bottom: 86%;
  }
}
.single-casestudy .swiper-creativeVideo .swiper-slide .swiper-slider__content h3,
.single-casestudy .swiper-creative .swiper-slide .swiper-slider__content h3 {
  color: #fff;
  font-style: italic;
  font-size: 20rem !important;
  font-weight: 300;
  margin: 0;
}
.single-casestudy .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 55rem;
}
.single-casestudy .swiper-pagination span {
  background: #fff;
  width: 10rem;
  height: 10rem;
  transition: all 0.4s;
}
.single-casestudy .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ffc600;
  width: 40rem;
  border-radius: 10rem;
}

.page-template-kariera .section-1 .section-container {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .page-template-kariera .section-1 .section-container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20rem;
  }
}
.page-template-kariera .section-1 .section-container .col img {
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .page-template-kariera .section-2 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.page-template-kariera .section-2 .section-container .desc {
  max-width: 601rem;
  margin: 0 auto;
  text-align: center;
}
.page-template-kariera .section-2 .section-container .colIcon {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 100rem;
  gap: 80rem;
}
@media (min-width: 1024px) {
  .page-template-kariera .section-2 .section-container .colIcon {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 20rem;
  }
}
.page-template-kariera .section-2 .section-container .colIcon .colIcon-single {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 20rem;
  text-align: center;
  padding: 0 30rem 40rem 30rem;
}
.page-template-kariera .section-2 .section-container .colIcon .colIcon-single .icon {
  width: 93rem;
  height: 93rem;
  background-color: #000;
  border-radius: 200rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -46rem;
  margin: 0 auto;
  margin-bottom: -20rem;
}
@media (min-width: 1024px) {
  .page-template-kariera .section-2 .section-container .colIcon .colIcon-single .icon {
    width: 113rem;
    height: 113rem;
    top: -55rem;
  }
}
.page-template-kariera .section-2 .section-container .colIcon .colIcon-single .icon img {
  width: 40rem;
  height: auto;
}
@media (min-width: 1024px) {
  .page-template-kariera .section-2 .section-container .colIcon .colIcon-single .icon img {
    width: 65rem;
  }
}
.page-template-kariera .section-2 .section-container .colIcon .colIcon-single h3 {
  font-size: 20rem;
  color: #fff;
  font-weight: 600;
  word-spacing: 0;
}
@media (min-width: 1024px) {
  .page-template-kariera .section-2 .section-container .colIcon .colIcon-single h3 {
    font-size: 22rem;
  }
}
@media (min-width: 1024px) {
  .page-template-kariera .section-2 .section-container .colIcon .colIcon-single .infoDesc {
    max-width: 350rem;
    margin: 0 auto;
  }
}
.page-template-kariera .section-3 .section-container .desc {
  max-width: 601rem;
  margin: 0 auto;
  text-align: center;
}
.page-template-kariera .section-3 .section-container .colWork {
  margin-top: 50rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30rem;
}
@media (min-width: 1024px) {
  .page-template-kariera .section-3 .section-container .colWork {
    grid-template-columns: 1fr 435rem;
    gap: 55rem;
    align-items: flex-start;
  }
}
.page-template-kariera .section-3 .section-container .colWork .col2 {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 40rem;
  border-radius: 20rem;
}
.page-template-kariera .section-3 .section-container .colWork .col2 img {
  width: 50rem;
  height: auto;
  margin-bottom: 20rem;
}
.page-template-kariera .section-3 .section-container .colWork .col2 h4 {
  color: #fff;
  font-size: 24rem;
  margin-bottom: 20rem;
  word-spacing: 0;
  line-height: 1.5;
  margin-top: 0;
  max-width: 260rem;
}
.page-template-kariera .section-3 .section-container .colWork .col2 .button-yellow {
  display: inline-flex;
  align-items: center;
  gap: 4rem;
}
.page-template-kariera .section-3 .section-container .colWork .col2 .button-yellow img {
  margin-left: 15rem !important;
  width: 12rem;
  height: auto;
  filter: brightness(0) invert(1);
  margin: 0;
}
@media (max-width: 1023px) {
  .page-template-kariera .section-3 .section-container .colWork .col1 {
    padding: 0;
  }
}
.page-template-kariera .section-3 .section-container .colWork .col1 .colWork-single {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 20rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  padding: 25rem 40rem;
  position: relative;
  margin-bottom: 20rem;
}
.page-template-kariera .section-3 .section-container .colWork .col1 .colWork-single:last-child {
  margin-bottom: 0;
}
.page-template-kariera .section-3 .section-container .colWork .col1 .colWork-single .arrows {
  width: 8rem;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 40rem;
}
.page-template-kariera .section-3 .section-container .colWork .col1 .colWork-single h3 {
  color: #fff;
  font-size: 18rem !important;
  margin-top: 0;
  font-weight: 700;
  word-spacing: 0 !important;
  margin-bottom: 8rem;
}
.page-template-kariera .section-3 .section-container .colWork .col1 .colWork-single .colWork-single__info {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 576px) {
  .page-template-kariera .section-3 .section-container .colWork .col1 .colWork-single .colWork-single__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-template-kariera .section-3 .section-container .colWork .col1 .colWork-single .colWork-single__info span {
  color: #BBBBBB;
  display: flex;
  align-items: center;
  gap: 6rem;
  line-height: 1.6;
}
.page-template-kariera .section-3 .section-container .colWork .col1 .colWork-single .colWork-single__info span img {
  width: 15rem;
  height: auto;
}

.careerHero {
  padding: 80px 0 50px;
}
@media (min-width: 1024px) {
  .careerHero {
    padding: 150px 0;
  }
}
.careerHero .section-container {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .careerHero .section-container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20rem;
  }
}
.careerHero h1 {
  font-family: "Monoton";
  font-weight: 400;
  font-size: 40rem;
  line-height: 48rem;
  color: #F1BB35;
}
@media (min-width: 1024px) {
  .careerHero h1 {
    font-size: 63rem;
    line-height: 69rem;
  }
}
@media (max-width: 1024px) {
  .careerHero .col:nth-child(1) {
    order: 2;
  }
}
.careerHero .col img {
  max-width: 400rem;
  height: auto;
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .careerHero .col img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}

.careerContent {
  padding-bottom: 100rem;
}
.careerContent .section-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 1024px) {
  .careerContent .section-container {
    grid-template-columns: 1fr 1fr;
    gap: 50rem;
  }
}
.careerContent .section-container .col {
  background-color: #1B1B1B;
  border-radius: 20rem;
  color: #fff;
  padding: 35rem;
}
@media (min-width: 1024px) {
  .careerContent .section-container .col {
    padding: 50rem;
  }
}
.careerContent .section-container .col h2, .careerContent .section-container .col h3, .careerContent .section-container .col h4, .careerContent .section-container .col h5, .careerContent .section-container .col h6 {
  margin-top: 0;
  color: #fff;
  word-spacing: 0;
}
.careerContent .section-container .col.col1 ul {
  padding: 0 0 0 29rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 600;
}
.careerContent .section-container .col.col1 ul li {
  position: relative;
  list-style-type: none;
}
.careerContent .section-container .col.col1 ul li:before {
  content: "";
  position: absolute;
  top: 6rem;
  left: -29rem;
  background-image: url(/wp-content/uploads/2023/04/zakres.svg);
  width: 18rem;
  height: 18rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18rem;
}
.careerContent .section-container .col.col2 ul {
  padding: 0 0 0 29rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 600;
}
.careerContent .section-container .col.col2 ul li {
  position: relative;
  list-style-type: none;
}
.careerContent .section-container .col.col2 ul li:before {
  content: "";
  position: absolute;
  top: 6rem;
  left: -29rem;
  background-image: url(/wp-content/uploads/2023/04/wymagania.svg);
  width: 18rem;
  height: 18rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18rem;
}
.careerContent .section-container .col.col3 ul {
  padding: 0 0 0 29rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 600;
}
.careerContent .section-container .col.col3 ul li {
  position: relative;
  list-style-type: none;
}
.careerContent .section-container .col.col3 ul li:before {
  content: "";
  position: absolute;
  top: 6rem;
  left: -29rem;
  background-image: url(/wp-content/uploads/2023/04/mile.svg);
  width: 18rem;
  height: 18rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18rem;
}
.careerContent .section-container .col.col4 ul {
  padding: 0 0 0 29rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 600;
}
.careerContent .section-container .col.col4 ul li {
  position: relative;
  list-style-type: none;
}
.careerContent .section-container .col.col4 ul li:before {
  content: "";
  position: absolute;
  top: 6rem;
  left: -29rem;
  background-image: url(/wp-content/uploads/2023/04/benefity.svg);
  width: 18rem;
  height: 18rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18rem;
}
.careerContent .section-container .col.col5 ul {
  padding: 0 0 0 29rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 600;
  counter-reset: my-awesome-counter;
}
.careerContent .section-container .col.col5 ul li {
  position: relative;
  list-style-type: none;
  counter-increment: my-awesome-counter;
}
.careerContent .section-container .col.col5 ul li:before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  top: -1rem;
  left: -29rem;
  width: 18rem;
  height: 18rem;
  font-size: 19rem;
  color: #e1af00;
  font-weight: 600;
}
.careerContent .section-container .col.col6 {
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.careerContent .section-container .col.col6 h4 {
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 35rem;
}
.careerContent .section-container .col.col6 .colInfo {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 35rem;
}
@media (max-width: 576px) {
  .careerContent .section-container .col.col6 .colInfo {
    flex-direction: column;
  }
}
.careerContent .section-container .col.col6 .colInfo span {
  display: flex;
  align-items: center;
  gap: 6rem;
}
.careerContent .section-container .col.col6 .colInfo span img {
  width: 15rem;
  height: auto;
}

@media (min-width: 580px) {
  .swiper.formatPinterest {
    height: 73vw !important;
  }
}
@media (min-width: 1024px) {
  .swiper.formatPinterest {
    height: 41vw !important;
  }
}

.swiper.formatPinterest .section-container__box {
  height: 130vw !important;
}
@media (min-width: 580px) {
  .swiper.formatPinterest .section-container__box {
    height: 66vw !important;
  }
}
@media (min-width: 1024px) {
  .swiper.formatPinterest .section-container__box {
    height: 39vw !important;
  }
}

.hero-switcher {
    position: absolute;
    top: 92rem;
    left: 50%;
    z-index: 40;
    display: flex;
    gap: 8rem;
    padding: 6rem;
    transform: translateX(-50%);
    background: rgba(10, 10, 10, 0.72);
    border: 1px solid rgba(232, 178, 43, 0.4);
    border-radius: 999rem;
    backdrop-filter: blur(6rem);
}

.hero-switcher__btn {
    border: 0;
    border-radius: 999rem;
    padding: 8rem 16rem;
    background: transparent;
    color: #ede7da;
    font-family: 'Open Sans', sans-serif;
    font-size: 13rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.hero-switcher__btn.is-active,
.hero-switcher__btn:hover {
    background: #e8b22b;
    color: #0a0a0a;
}

.section-1[data-hero="audit"] .hero-classic,
.section-1[data-hero="classic"] .hero-audit {
    display: none;
}

.section-1[data-hero="audit"] .hero-audit,
.section-1[data-hero="audit"] .hero-audit[hidden] {
    display: block;
}

.section-1[data-hero="audit"] .hero-rocket-video {
    opacity: 0.18;
    pointer-events: none;
}

.section-1[data-hero="landing"] .hero-landing {
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 90rem 0 40rem;
}

.section-1[data-hero="landing"] .hero-landing .section-social__deco {
    opacity: 0.35;
}

.hero-audit {
    position: relative;
    z-index: 6;
    width: 100%;
    padding: 0 30rem 40rem;
}

.hero-audit__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40rem;
    max-width: 1450rem;
    margin: 110rem auto 0;
}

.hero-audit__copy {
    flex: 1 1 420rem;
    max-width: 790rem;
}

.hero-audit__eyebrow {
    margin: 0 0 16rem;
    color: #e8b22b;
    font-family: 'Open Sans', sans-serif;
    font-size: 13rem;
    font-weight: 600;
    letter-spacing: 2.34rem;
    text-transform: uppercase;
}

.section-1 .hero-audit__title {
    margin: 0 0 12rem;
    color: #e8b22b;
    font-family: 'Monoton', sans-serif;
    font-size: 58rem;
    font-weight: 400;
    line-height: 58rem;
}

.hero-audit__lead {
    margin: 0 0 24rem;
    max-width: 780rem;
    color: #f7f3ea;
    font-family: 'Open Sans', sans-serif;
    font-size: 36rem;
    font-weight: 600;
    line-height: 1.3;
}

.hero-audit__lead span {
    color: #e8b22b;
}

.hero-audit__text {
    margin: 0 0 24rem;
    max-width: 570rem;
    color: #b9b2a6;
    font-family: 'Open Sans', sans-serif;
    font-size: 19rem;
    line-height: 1.65;
}

.hero-audit__list {
    margin: 0 0 28rem;
    padding: 0;
    list-style: none;
}

.hero-audit__list li {
    position: relative;
    margin: 0 0 14rem;
    padding-left: 28rem;
    color: #ede7da;
    font-family: 'Open Sans', sans-serif;
    font-size: 17rem;
}

.hero-audit__list li::before {
    content: "✦";
    position: absolute;
    left: 0;
    top: 0;
    color: #e8b22b;
}

.hero-audit__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 16rem 34rem;
}

.hero-audit__stats p {
    margin: 0;
    color: #b9b2a6;
    font-family: 'Open Sans', sans-serif;
    font-size: 16rem;
}

.hero-audit__stats strong {
    color: #e8b22b;
    font-weight: 700;
}

.hero-audit__form {
    display: flex;
    flex-direction: column;
    gap: 22rem;
    flex: 0 1 574rem;
    max-width: 574rem;
    padding: 37rem;
    background: rgba(10, 10, 10, 0.86);
    border: 1px solid rgba(232, 178, 43, 0.4);
    border-radius: 20rem;
    box-shadow: 0 30rem 80rem rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3rem);
}

.hero-audit__form-head {
    display: flex;
    flex-direction: column;
    gap: 7rem;
    width: 100%;
    align-items: flex-start;
}

.hero-audit__badge {
    display: inline-block;
    margin: 0;
    padding: 7rem 12rem;
    background: #e8b22b;
    border-radius: 4rem;
    color: #0a0a0a;
    font-family: 'Open Sans', sans-serif;
    font-size: 12rem;
    font-weight: 700;
    letter-spacing: 1.92rem;
    text-transform: uppercase;
}

.hero-audit__form-title {
    margin: 0;
    color: #f7f3ea;
    font-family: 'Open Sans', sans-serif;
    font-size: 26rem;
    font-weight: 600;
    line-height: 33.8rem;
}

.hero-audit__form .wpcf7,
.hero-audit__form .wpcf7-form,
.hero-audit__form .wpcf7-form p,
.hero-audit__form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin: 0;
}

.hero-audit__form .wpcf7-form,
.hero-audit__form .wpcf7-form p {
    display: flex;
    flex-direction: column;
    gap: 14rem;
}

.hero-audit__form .wpcf7-form br {
    display: none;
}

.hero-audit__form input[type="email"],
.hero-audit__form input[type="text"],
.hero-audit__form input[type="tel"],
.hero-audit__form input[type="url"],
.hero-audit__form .wpcf7-text,
.hero-audit__form .wpcf7-email,
.hero-audit__form .form-control {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 18rem 19rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10rem;
    box-shadow: none;
    box-sizing: border-box;
    color: #f7f3ea;
    font-family: 'Open Sans', sans-serif;
    font-size: 16rem;
    font-weight: 400;
    line-height: normal;
}

.hero-audit__form input::placeholder,
.hero-audit__form .form-control::placeholder {
    color: #8e877c;
    opacity: 1;
}

.hero-audit__form input:focus,
.hero-audit__form .form-control:focus {
    outline: none;
    border-color: #e8b22b;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: none;
    color: #f7f3ea;
}

.hero-audit__form .wpcf7-not-valid {
    border-color: #ff8a8a;
}

.hero-audit__form .wpcf7-not-valid-tip {
    margin-top: 6rem;
    color: #ff8a8a;
    font-family: 'Open Sans', sans-serif;
    font-size: 13rem;
}

.hero-audit__form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0;
    color: #e8b22b;
    font-family: 'Open Sans', sans-serif;
    font-size: 13rem;
    text-align: center;
}

.hero-audit__honeypot {
    position: absolute;
    left: -9999rem;
    height: 0;
    overflow: hidden;
}

.hero-audit__submit,
.hero-audit__form .wpcf7-submit,
.hero-audit__form input.wpcf7-submit,
.hero-audit__form .btn,
.hero-audit__form .btn-primary {
    display: block;
    width: 100%;
    height: auto;
    margin: 8rem 0 0;
    padding: 19rem 28rem;
    background: #e8b22b;
    border: 0;
    border-radius: 100rem;
    box-shadow: 0 14rem 20rem rgba(232, 178, 43, 0.25);
    color: #0a0a0a;
    font-family: 'Open Sans', sans-serif;
    font-size: 19rem;
    font-weight: 700;
    line-height: normal;
    text-transform: none;
    letter-spacing: 0;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-audit__submit:hover,
.hero-audit__form .wpcf7-submit:hover,
.hero-audit__form .btn-primary:hover,
.hero-audit__form .btn-primary:focus,
.hero-audit__form .btn-primary:not(:disabled):not(.disabled):active {
    transform: translateY(-2rem);
    box-shadow: 0 18rem 28rem rgba(232, 178, 43, 0.35);
    background: #e8b22b;
    border: 0;
    color: #0a0a0a;
}

.hero-audit__form .wpcf7-spinner {
    display: none;
}

.hero-audit__note,
.hero-audit__status {
    margin: 0;
    color: #7e786f;
    font-family: 'Open Sans', sans-serif;
    font-size: 13rem;
    line-height: 20.15rem;
    text-align: center;
}

.hero-audit__status.is-success {
    color: #e8b22b;
}

.hero-audit__status.is-error {
    color: #ff8a8a;
}

.hero-audit .screen-reader-text {
    position: absolute;
    width: 1rem;
    height: 1rem;
    padding: 0;
    margin: -1rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media (max-width: 1100px) {
    .hero-audit__title {
        font-size: 40rem;
        line-height: 1;
    }

    .hero-audit__lead {
        font-size: 26rem;
    }

    .hero-audit__form {
        flex: 1 1 100%;
        max-width: none;
    }
}

@media (max-width: 768px) {
    .hero-switcher {
        top: auto;
        bottom: 16rem;
        width: calc(100% - 32rem);
        justify-content: center;
    }

    .hero-audit__inner {
        margin-top: 40rem;
    }

    .hero-audit__title {
        font-size: 32rem;
    }

    .hero-audit__lead {
        font-size: 22rem;
    }
}

.section-social {
    position: relative;
    overflow: hidden;
}

.section-social__deco {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.section-social__deco img {
    display: block;
    max-width: 100%;
    height: auto;
}

.section-social__deco--planet img {
    animation: planet 6s linear infinite;
}

.section-social__deco--saturn img {
    animation: planet2 8s linear infinite;
}

.section-social__deco--ufo img {
    animation: planet 5s linear infinite;
    animation-delay: -1.5s;
}

.section-social__deco--star img {
    animation: none;
}

.section-social__deco--stars img {
    animation: stars 6s linear infinite;
}

.section-social__deco--blob img {
    animation: planet 12s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .section-social__deco img {
        animation: none;
    }
}

.section-social__deco--blob {
    left: -80rem;
    bottom: -120rem;
    width: 420rem;
    opacity: 0.18;
}

.section-social__deco--planet {
    left: 8%;
    bottom: 4%;
    width: 220rem;
    opacity: 0.55;
}

.section-social__deco--saturn {
    left: 42%;
    bottom: -40rem;
    width: 280rem;
    opacity: 0.45;
}

.section-social__deco--ufo {
    right: 28%;
    top: 8%;
    width: 140rem;
    opacity: 0.7;
}

.section-social__deco--star {
    left: 0;
    top: 12%;
    width: 48rem;
    opacity: 0.8;
}

.section-social__deco--stars {
    right: 4%;
    top: 6%;
    width: 320rem;
    opacity: 0.35;
}

.section-social__inner {
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 48rem;
    max-width: 1600rem;
    margin: 0 auto;
    padding: 80rem 40rem;
}

.section-social__copy {
    flex: 1 1 520rem;
    max-width: 800rem;
}

.section-social__badge {
    display: inline-flex;
    align-items: center;
    gap: 10rem;
    margin: 0 0 28rem;
    padding: 9rem 17rem;
    background: rgba(232, 178, 43, 0.07);
    border: 1px solid rgba(232, 178, 43, 0.45);
    border-radius: 100rem;
    color: #ede7da;
    font-family: 'Open Sans', sans-serif;
    font-size: 14rem;
    font-weight: 600;
    letter-spacing: 0.42rem;
}

.section-social__badge span {
    color: #e8b22b;
}

.section-social__title {
    margin: 0 0 13rem;
    color: #e8b22b;
    font-family: 'Monoton', sans-serif;
    font-size: 62rem;
    font-weight: 400;
    letter-spacing: 1.24rem;
    line-height: 62rem;
}

.section-social__lead {
    margin: 0 0 28rem;
    color: #f7f3ea;
    font-family: 'Open Sans', sans-serif;
    font-size: 38rem;
    font-weight: 600;
    line-height: 47.5rem;
}

.section-social__lead span {
    color: #e8b22b;
}

.section-social__text {
    margin: 0 0 28rem;
    max-width: 680rem;
    color: #b9b2a6;
    font-family: 'Open Sans', sans-serif;
    font-size: 20rem;
    line-height: 33rem;
}

.section-social__cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12rem;
    margin: 0 0 28rem;
}

.section-social__btn {
    display: inline-flex;
    align-items: center;
    padding: 20rem 38rem;
    background: #e8b22b;
    border-radius: 100rem;
    box-shadow: 0 14rem 20rem rgba(232, 178, 43, 0.28);
    color: #0a0a0a;
    font-family: 'Open Sans', sans-serif;
    font-size: 20rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.section-social__btn:hover {
    color: #0a0a0a;
    text-decoration: none;
    transform: translateY(-2rem);
    box-shadow: 0 18rem 28rem rgba(232, 178, 43, 0.35);
}

.section-social__hint {
    margin: 0;
    color: #8e877c;
    font-family: 'Open Sans', sans-serif;
    font-size: 15rem;
}

.section-social__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 16rem 36rem;
    padding-top: 20rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.section-social__stats p {
    margin: 0;
    color: #b9b2a6;
    font-family: 'Open Sans', sans-serif;
    font-size: 16rem;
}

.section-social__stats strong {
    color: #e8b22b;
    font-weight: 700;
}

.section-social__card {
    flex: 0 1 630rem;
    max-width: 630rem;
    padding: 34rem;
    background: rgba(10, 10, 10, 0.82);
    border: 1px solid rgba(232, 178, 43, 0.35);
    border-radius: 20rem;
    box-shadow: 0 30rem 80rem rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3rem);
}

.section-social__card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16rem;
    margin: 0 0 21rem;
}

.section-social__card-badge {
    margin: 0;
    padding: 7rem 14rem;
    background: #e8b22b;
    border-radius: 4rem;
    color: #0a0a0a;
    font-family: 'Open Sans', sans-serif;
    font-size: 12rem;
    font-weight: 700;
    letter-spacing: 1.92rem;
    text-transform: uppercase;
}

.section-social__card-period {
    margin: 0;
    color: #8e877c;
    font-family: 'Open Sans', sans-serif;
    font-size: 14rem;
}

.section-social__card-title {
    margin: 0 0 16rem;
    color: #f7f3ea;
    font-family: 'Open Sans', sans-serif;
    font-size: 16rem;
    font-weight: 600;
    line-height: 1.35;
}

.section-social__card-text {
    margin: 0 0 22rem;
    color: #b9b2a6;
    font-family: 'Open Sans', sans-serif;
    font-size: 16rem;
    line-height: 1.65;
}

.section-social__card-text span,
.section-social__card-text strong {
    color: #e8b22b;
    font-weight: 700;
}

.section-social__kpis {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16rem;
    margin: 0 0 32rem;
}

.section-social__kpi {
    padding: 23rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12rem;
}

.section-social__kpi-val {
    margin: 0 0 6rem;
    color: #f7f3ea;
    font-family: 'Open Sans', sans-serif;
    font-size: 34rem;
    font-weight: 700;
    line-height: 1;
}

.section-social__kpi.is-gold .section-social__kpi-val {
    color: #e8b22b;
}

.section-social__kpi-label {
    margin: 0;
    color: #a9a29a;
    font-family: 'Open Sans', sans-serif;
    font-size: 15rem;
}

.section-social__chart-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12rem;
    margin: 0 0 10rem;
}

.section-social__chart-head p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13rem;
}

.section-social__chart-head p:first-child {
    color: #a9a29a;
    font-weight: 600;
    letter-spacing: 1.3rem;
    text-transform: uppercase;
}

.section-social__chart-head p:last-child {
    color: #7e786f;
}

.section-social__bars {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10rem;
    height: 111rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.section-social__bar {
    flex: 1 1 0;
    max-width: 72rem;
    border-radius: 4rem 4rem 0 0;
    background: linear-gradient(to bottom, #e8b22b, rgba(232, 178, 43, 0.35));
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.section-social__bar.is-last {
    background: linear-gradient(to bottom, #f5ce63, rgba(232, 178, 43, 0.5));
}

.section-social.is-chart-on .section-social__bar {
    transform: scaleY(1);
}

.section-social__bar:nth-child(1) { transition-delay: 0.05s; }
.section-social__bar:nth-child(2) { transition-delay: 0.12s; }
.section-social__bar:nth-child(3) { transition-delay: 0.19s; }
.section-social__bar:nth-child(4) { transition-delay: 0.26s; }
.section-social__bar:nth-child(5) { transition-delay: 0.33s; }
.section-social__bar:nth-child(6) { transition-delay: 0.4s; }
.section-social__bar:nth-child(7) { transition-delay: 0.47s; }

@media (prefers-reduced-motion: reduce) {
    .section-social__bar {
        transform: none;
        transition: none;
    }
}

.section-social__axis {
    display: flex;
    justify-content: center;
    gap: 10rem;
    margin: 8rem 0 0;
}

.section-social__axis span {
    flex: 1 1 0;
    max-width: 72rem;
    color: #8e877c;
    font-family: 'Open Sans', sans-serif;
    font-size: 12rem;
    text-align: center;
}

.section-social__card-note {
    margin: 18rem 0 0;
    color: #7e786f;
    font-family: 'Open Sans', sans-serif;
    font-size: 13rem;
    line-height: 19.5rem;
    text-align: center;
}

.section-social__highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    margin: 16rem 0 0;
    padding: 0;
    list-style: none;
}

.section-social__highlights li {
    margin: 0;
    padding: 10rem 12rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10rem;
    color: #ede7da;
    font-family: 'Open Sans', sans-serif;
    font-size: 13rem;
    line-height: 1.4;
}

.section-ads__card-title {
    margin: 0 0 14rem;
    color: #f7f3ea;
    font-family: 'Open Sans', sans-serif;
    font-size: 20rem;
    font-weight: 600;
    line-height: 1.4;
}

.section-ads__card-text {
    margin: 0 0 22rem;
    color: #b9b2a6;
    font-family: 'Open Sans', sans-serif;
    font-size: 16rem;
    line-height: 1.65;
}

.section-ads__card-text strong,
.section-ads__card-text span {
    color: #e8b22b;
    font-weight: 700;
}

.section-ads__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-ads__list li {
    margin: 0 0 12rem;
    padding: 14rem 16rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12rem;
    color: #ede7da;
    font-family: 'Open Sans', sans-serif;
    font-size: 16rem;
    line-height: 1.45;
}

.section-ads__list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1100px) {
    .section-social__inner {
        padding: 50rem 24rem;
    }

    .section-social__title {
        font-size: 42rem;
        line-height: 1;
    }

    .section-social__lead {
        font-size: 26rem;
        line-height: 1.3;
    }

    .section-social__card {
        flex: 1 1 100%;
        max-width: none;
    }
}

@media (max-width: 768px) {
    .section-social__title {
        font-size: 32rem;
    }

    .section-social__lead {
        font-size: 22rem;
    }

    .section-social__kpis,
    .section-social__highlights {
        grid-template-columns: 1fr;
    }

    .section-social__deco--saturn,
    .section-social__deco--ufo {
        display: none;
    }
}

.section-why,
.section-faq {
    position: relative;
    overflow: hidden;
}

.section-why .section-social__deco--star,
.section-faq .section-social__deco--star {
    left: 0;
}

.section-why__inner,
.section-faq__inner {
    position: relative;
    z-index: 5;
    max-width: 1420rem;
    margin: 0 auto;
    padding: 70rem 40rem;
}

.section-why__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40rem;
    margin: 0 0 56rem;
}

.section-why__copy {
    max-width: 900rem;
}

.section-why__eyebrow {
    margin: 0 0 20rem;
    color: #e8b22b;
    font-family: 'Open Sans', sans-serif;
    font-size: 13rem;
    font-weight: 600;
    letter-spacing: 2.34rem;
    text-transform: uppercase;
}

.section-why__title,
.section-faq__title {
    margin: 0 0 12rem;
    color: #e8b22b;
    font-family: 'Monoton', sans-serif;
    font-size: 52rem;
    font-weight: 400;
    line-height: 1.1;
}

.section-faq__title {
    font-size: 48rem;
}

.section-why__lead,
.section-faq__lead {
    margin: 0 0 20rem;
    color: #f7f3ea;
    font-family: 'Open Sans', sans-serif;
    font-size: 32rem;
    font-weight: 600;
    line-height: 1.35;
}

.section-faq__lead {
    font-size: 30rem;
    margin-bottom: 0;
}

.section-why__text {
    margin: 0;
    max-width: 760rem;
    color: #b9b2a6;
    font-family: 'Open Sans', sans-serif;
    font-size: 19rem;
    line-height: 1.7;
}

.section-why__stat {
    flex: 0 0 auto;
    max-width: 260rem;
    padding: 27rem 31rem;
    background: rgba(10, 10, 10, 0.85);
    border: 1px solid rgba(232, 178, 43, 0.35);
    border-radius: 18rem;
    text-align: right;
}

.section-why__stat-val {
    margin: 0 0 10rem;
    color: #e8b22b;
    font-family: 'Open Sans', sans-serif;
    font-size: 48rem;
    font-weight: 700;
    line-height: 0.9;
}

.section-why__stat-label {
    margin: 0;
    color: #a9a29a;
    font-family: 'Open Sans', sans-serif;
    font-size: 15rem;
    line-height: 1.5;
}

.section-why__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22rem;
    margin: 0 0 46rem;
}

.section-why__card {
    min-height: 260rem;
    padding: 32rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18rem;
}

.section-why__num {
    margin: 0 0 13rem;
    color: #e8b22b;
    font-family: 'Monoton', sans-serif;
    font-size: 30rem;
    line-height: 1;
}

.section-why__card-title {
    margin: 0 0 16rem;
    color: #f7f3ea;
    font-family: 'Open Sans', sans-serif;
    font-size: 22rem;
    font-weight: 600;
    line-height: 1.35;
    word-spacing: 0;
}

.section-why__card-text {
    margin: 0;
    color: #a9a29a;
    font-family: 'Open Sans', sans-serif;
    font-size: 16rem;
    line-height: 1.65;
}

.section-why__cta,
.section-faq__cta {
    display: flex;
    align-items: center;
    gap: 32rem;
    flex-wrap: wrap;
}

.section-why__hint {
    margin: 0;
    color: #8e877c;
    font-family: 'Open Sans', sans-serif;
    font-size: 16rem;
}

.section-faq__head {
    max-width: 1000rem;
    margin: 0 0 36rem;
}

.section-faq__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80rem;
    row-gap: 0;
    margin: 0 0 8rem;
}

.section-faq__item {
    padding: 28rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.section-faq__q {
    margin: 0 0 11rem;
    color: #e8b22b;
    font-family: 'Open Sans', sans-serif;
    font-size: 22rem;
    font-weight: 600;
    line-height: 1.35;
    word-spacing: 0;
}

.section-faq__a {
    margin: 0;
    color: #b9b2a6;
    font-family: 'Open Sans', sans-serif;
    font-size: 17rem;
    line-height: 1.7;
}

.section-faq__cta {
    padding-top: 36rem;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

@media (max-width: 1200px) {
    .section-why__cards {
        grid-template-columns: 1fr 1fr;
    }

    .section-faq__grid {
        column-gap: 36rem;
    }
}

@media (max-width: 1100px) {
    .section-why__inner,
    .section-faq__inner {
        padding: 50rem 24rem;
    }

    .section-why__top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 36rem;
    }

    .section-why__title,
    .section-faq__title {
        font-size: 36rem;
    }

    .section-why__lead,
    .section-faq__lead {
        font-size: 22rem;
    }
}

@media (max-width: 768px) {
    .section-why__cards,
    .section-faq__grid {
        grid-template-columns: 1fr;
    }

    .section-why__card {
        min-height: 0;
    }
}
/*# sourceMappingURL=style.css.map */
