/*
Theme Name: Energy Revolt
Author: v.v
Version: 1.0 
*/
@font-face {
  font-family: "Poppins";
  src: url(/wp-content/themes/energy-revolt/fonts/poppins/Poppins-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  color: #001903;
  font-size: 22px;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "liga" off;
  margin: 0;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
  max-width: 1920px;
}
.container.title {
  z-index: 9999;
}

.flex {
  display: flex;
}

.flexCenter {
  align-items: center;
  justify-content: center;
}

.inline-flex {
  display: inline-flex;
}

.direction-column {
  flex-direction: column;
}

.direction-row {
  flex-direction: row;
}

.row-reverse {
  flex-direction: row-reverse;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.align-start {
  align-items: flex-start;
}

.align-stretch {
  align-items: stretch;
}

.justify-around {
  justify-content: space-around;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.wrap {
  flex-wrap: wrap;
}

.fullFlex {
  flex: 1 1 auto;
}

.nowrap {
  word-wrap: nowrap;
}

.text-center {
  text-align: center;
}

p {
  color: #001903;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

h3 {
  color: #001903;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
}

h4,
.h4 {
  color: #001903;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
}

.line-h3 {
  color: #001903;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: -0.48px;
  position: relative;
  display: inline-block;
}
.line-h3::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #001903;
}

.line-h4 {
  color: #001903;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.line-h4::after {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #001903;
}

.page-title {
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: -0.96px;
}

a {
  color: #4309ce;
  text-decoration: none;
}

.text-p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.btn {
  background-color: #8126f7;
  clip-path: url("#lightning-clip-2");
  text-decoration: none;
  padding: 7px 33px;
  padding-bottom: 10px;
}
.btn span {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
}
.btn:hover {
  background-color: #93e1ff;
  transition: all 0.5s;
}
.btn:hover span {
  animation: shake 0.5s ease-in-out;
  color: #001903;
}

.btn-wof {
  text-decoration: none;
  padding: 7px 33px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.btn-wof:hover {
  color: #001903;
}
.btn-wof:hover rect {
  fill: #93e1ff;
  transition: all 0.5s;
  animation: shake 0.5s ease-in-out;
}
.btn-wof:hover text {
  fill: #000;
  animation: shake 0.5s ease-in-out;
}

.line {
  width: 52px;
  height: 3px;
  background-color: #001903;
}

header {
  padding-top: 0;
  background: none;
  z-index: 100;
  min-height: 0;
  position: relative;
}
header .logo {
  padding-top: 20px;
  z-index: 20;
}
header .logo.hidden-logo {
  visibility: hidden;
}
header .header-menu {
  z-index: 10;
  position: relative;
}
header .header-menu .menu {
  display: flex;
  justify-content: center;
  padding: 0;
  filter: drop-shadow(0 0 10px rgba(129, 38, 247, 0.49));
}
header .header-menu .menu .menu-item {
  display: inline-block;
  color: #000;
  font-weight: bold;
  min-width: 190px;
  clip-path: url("#lightning-clip");
  margin-right: -26px;
  height: 47px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff99cc;
  z-index: 0;
}
header .header-menu .menu .menu-item:last-child {
  margin-right: 0;
  background: #e5d9fe;
}
header .header-menu .menu .menu-item:nth-child(1) {
  background: #4dcdff;
  z-index: 4;
  clip-path: url("#lightning-clip");
}
header .header-menu .menu .menu-item:nth-child(1):hover {
  background-color: #f0ffb0;
  transition: all 0.3s;
}
header .header-menu .menu .menu-item:nth-child(2) {
  background: #ff73d4;
  z-index: 3;
}
header .header-menu .menu .menu-item:nth-child(2):hover {
  background-color: #f0ffb0;
  transition: all 0.3s;
}
header .header-menu .menu .menu-item:nth-child(3) {
  background: #ffbbea;
  z-index: 2;
}
header .header-menu .menu .menu-item:nth-child(3):hover {
  background-color: #f0ffb0;
  transition: all 0.3s;
}
header .header-menu .menu .menu-item:nth-child(4) {
  background: #bba0fc;
  z-index: 1;
}
header .header-menu .menu .menu-item:nth-child(4):hover {
  background-color: #f0ffb0;
  transition: all 0.3s;
}
header .header-menu .menu .menu-item a {
  color: #001903;
  text-align: center;
  font-weight: 600;
  line-height: 16px;
  font-size: 16px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 25px;
  width: 100%;
  height: 100%;
}
header .search-box {
  display: flex;
  align-items: center;
  border: 2px solid #8126f7;
  border-radius: 30px;
  padding: 6px 12px;
  width: 55px;
  height: 55px;
  overflow: hidden;
  transition: width 0.5s ease;
  z-index: 10;
  position: relative;
  background-color: #e1fb02;
}
header .search-box.active {
  width: 260px;
}
header .search-box.active .search-toggle .icon {
  transform: rotate(-270deg);
  transition: transform 0.5s ease;
}
header .search-box.active .search-input {
  opacity: 1;
}
header .search-box .search-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
header .search-box .search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
  color: #8126f7;
  opacity: 0;
  padding-left: 8px;
  padding-right: 40px;
  transition: opacity 0.3s ease 0.2s;
}
header .search-box .search-input::-moz-placeholder {
  color: #8126f7;
  opacity: 0.7;
  font-style: italic;
}
header .search-box .search-input::placeholder {
  color: #8126f7;
  opacity: 0.7;
  font-style: italic;
}
header .fixed-header {
  position: fixed;
  top: 0;
  left: 40px;
  right: 40px;
  width: calc(100% - 80px);
  z-index: 1000;
}
header .fixed-header .logo-scroll {
  top: 35px;
  left: 50px;
}
header .logo-scroll {
  position: absolute;
  top: 20px;
  left: 90px;
}
header .icon-menu {
  display: none;
}
header.header-wof {
  background: none;
  padding-top: 0;
  min-height: 180px;
  z-index: 5;
}
header.header-wof .header-alt-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
header .mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #f0ffb0;
  transform: translateY(-150%);
  transition: transform 0.4s ease-in-out;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .mobile-menu .container {
  padding: 0 25px;
}
header .mobile-menu .mobile-menu-wrap {
  height: 100%;
  width: 100%;
  padding-top: 17px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #8126f7 transparent;
}
header .mobile-menu .mobile-menu-wrap::-webkit-scrollbar {
  width: 6px;
}
header .mobile-menu .mobile-menu-wrap::-webkit-scrollbar-track {
  background: transparent;
}
header .mobile-menu .mobile-menu-wrap::-webkit-scrollbar-thumb {
  background: #8126f7;
  border-radius: 3px;
}
header .mobile-menu .mobile-menu-wrap .mobile-menu-top {
  gap: 30px;
  padding: 0 25px;
}
header
  .mobile-menu
  .mobile-menu-wrap
  .mobile-menu-top
  .mobile-menu-header
  .logo {
  height: 48px;
  padding-top: 0;
}
header
  .mobile-menu
  .mobile-menu-wrap
  .mobile-menu-top
  .mobile-menu-header
  .logo
  img {
  height: 100%;
  width: auto;
}
header
  .mobile-menu
  .mobile-menu-wrap
  .mobile-menu-top
  .mobile-menu-header
  .mobile-menu-close {
  cursor: pointer;
  padding-top: 20px;
}
header
  .mobile-menu
  .mobile-menu-wrap
  .mobile-menu-top
  .mobile-menu-menu
  .header-menu
  .menu {
  flex-direction: column;
  justify-content: flex-start;
  filter: none;
  align-items: flex-start;
}
header
  .mobile-menu
  .mobile-menu-wrap
  .mobile-menu-top
  .mobile-menu-menu
  .header-menu
  .menu
  .menu-item {
  clip-path: none;
  min-width: auto;
  margin-right: 0;
  height: auto;
  background-color: #f0ffb0;
}
header
  .mobile-menu
  .mobile-menu-wrap
  .mobile-menu-top
  .mobile-menu-menu
  .header-menu
  .menu
  .menu-item:nth-child(1),
header
  .mobile-menu
  .mobile-menu-wrap
  .mobile-menu-top
  .mobile-menu-menu
  .header-menu
  .menu
  .menu-item:nth-child(2),
header
  .mobile-menu
  .mobile-menu-wrap
  .mobile-menu-top
  .mobile-menu-menu
  .header-menu
  .menu
  .menu-item:nth-child(3),
header
  .mobile-menu
  .mobile-menu-wrap
  .mobile-menu-top
  .mobile-menu-menu
  .header-menu
  .menu
  .menu-item:nth-child(4) {
  background-color: #f0ffb0;
}
header
  .mobile-menu
  .mobile-menu-wrap
  .mobile-menu-top
  .mobile-menu-menu
  .header-menu
  .menu
  .menu-item
  a {
  padding: 10px 0;
  color: #4309ce;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
header .mobile-menu .mobile-menu-wrap .mobile-menu-middle .mobile-menu-text {
  position: relative;
  width: 100%;
  min-height: 144px;
  background-color: #e1fb02;
}
header
  .mobile-menu
  .mobile-menu-wrap
  .mobile-menu-middle
  .mobile-menu-text
  .mobile-menu-text-top-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 72px;
}
header
  .mobile-menu
  .mobile-menu-wrap
  .mobile-menu-middle
  .mobile-menu-text
  .mobile-menu-text-top-img
  img {
  width: 100%;
  height: 100%;
  display: block;
}
header
  .mobile-menu
  .mobile-menu-wrap
  .mobile-menu-middle
  .mobile-menu-text
  .mobile-menu-text-bottom-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 72px;
}
header
  .mobile-menu
  .mobile-menu-wrap
  .mobile-menu-middle
  .mobile-menu-text
  .mobile-menu-text-bottom-img
  img {
  width: 100%;
  height: 100%;
  display: block;
}
header
  .mobile-menu
  .mobile-menu-wrap
  .mobile-menu-middle
  .mobile-menu-text
  .mobile-menu-text-content {
  padding: 72px 25px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  z-index: 10;
  position: relative;
}
header
  .mobile-menu
  .mobile-menu-wrap
  .mobile-menu-middle
  .mobile-menu-text
  .mobile-menu-text-content
  span {
  font-weight: 600;
}
header
  .mobile-menu
  .mobile-menu-wrap
  .mobile-menu-middle
  .mobile-menu-text
  .mobile-menu-text-content
  span
  div {
  font-weight: 500;
}
header .mobile-menu .mobile-menu-wrap .mobile-menu-bottom {
  background-color: #e4d9fe;
  padding: 15px 25px;
}
header .mobile-menu .mobile-menu-wrap .mobile-menu-bottom .search-box {
  width: 100%;
  margin-bottom: 20px;
}
header
  .mobile-menu
  .mobile-menu-wrap
  .mobile-menu-bottom
  .search-box
  .search-input {
  opacity: 1;
}
header
  .mobile-menu
  .mobile-menu-wrap
  .mobile-menu-bottom
  .search-box
  .search-input::-moz-placeholder {
  opacity: 1;
  font-style: normal;
  text-transform: uppercase;
}
header
  .mobile-menu
  .mobile-menu-wrap
  .mobile-menu-bottom
  .search-box
  .search-input::placeholder {
  opacity: 1;
  font-style: normal;
  text-transform: uppercase;
}
header .mobile-menu .mobile-menu-wrap .mobile-menu-bottom .mobile-menu-social {
  gap: 4px;
}
header
  .mobile-menu
  .mobile-menu-wrap
  .mobile-menu-bottom
  .mobile-menu-social
  a {
  color: #4309ce;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
}
header .mobile-menu.open {
  transform: translateY(0);
}

.header-placeholder {
  display: none;
}
.header-placeholder.active {
  display: block;
  height: 0;
}

main.home {
  margin-top: -115px;
}
main.home .home0 {
  position: relative;
  width: 100%;
  min-height: 1146px;
}
main.home .home0 .home0-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1146px;
}
main.home .home0 .home0-img img {
  width: 100%;
  height: 100%;
  display: block;
}
main.home .home0 .home0-img img.bg-mob {
  display: none;
}
main.home .home0 .home0-content {
  z-index: 10;
  position: relative;
  padding-top: 280px;
}
main.home .home0 .home0-content div {
  flex: 1;
}
main.home .home0 .home0-content .home0-left-img img {
  width: 697px;
}
main.home .home0 .home0-content .home0-right-img img {
  width: 350px;
}
main.home .home1 {
  gap: 20px;
  z-index: 90;
  position: relative;
  background-color: #f5f4f3;
}
main.home .home1 .home1-left {
  flex: 50%;
  gap: 120px;
}
main.home .home1 .home1-left .home1-right-img img {
  max-width: 206px;
  max-height: 206px;
}
main.home .home1 .home1-right {
  flex: 50%;
  gap: 45px;
}
main.home .home2 {
  position: relative;
  width: 100%;
  padding-top: 400px;
  background-color: #e4d9fe;
}
main.home .home2 .home2-img-mob {
  display: none;
}
main.home .home2 .home2-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 500px;
}
main.home .home2 .home2-img img {
  width: 100%;
  height: 100%;
  display: block;
}
main.home .home2 .home2-img img.bg-mob {
  display: none;
}
main.home .home2 .home2-items {
  gap: 20px;
}
main.home .home2 .home2-items .home2-left {
  flex: 1;
}
main.home .home2 .home2-items .home2-right {
  flex: 1;
}
main.home .home3 {
  position: relative;
  min-height: 1100px;
}
main.home .home3 .home3-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1100px;
}
main.home .home3 .home3-img img {
  width: 100%;
  height: 100%;
  display: block;
}
main.home .home3 .home3-img img.bg-mob {
  display: none;
}
main.home .home3 .home3-items {
  gap: 20px;
  z-index: 10;
  padding-top: 180px;
}
main.home .home3 .home3-items .home3-right {
  gap: 20px;
  flex: 1;
}
main.home .home3 .home3-items .home3-right img {
  max-height: 604px;
  max-width: 412px;
}
main.home .home3 .home3-items .home3-left {
  flex: 1;
}
main.home .home3 .home3-items .home3-left h2,
main.home .home3 .home3-items .home3-left h3 {
  margin-bottom: 25px;
}
main.home .home3 .home3-items .home3-left p {
  margin-bottom: 45px;
}
main.home .home3 .home3-items .home3-left .home3-img-bg {
  display: none;
}
main.home .home4 {
  background-color: #f5f4f3;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
main.home .home4 .home4-top {
  width: 50%;
  gap: 28px;
  margin-bottom: 85px;
}
main.home .home4 .home4-top h2 {
  margin-bottom: 25px;
}
main.home .home4 .container-yellow {
  width: 100%;
  background-color: #e1fb02;
  margin: 0 auto;
  position: relative;
}
main.home .home4 .container-yellow .container-wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
main.home .home4 .container-yellow .home4-item {
  background-color: #e1fb02;
}
main.home .home4 .container-yellow .home4-item .home4-item-q {
  border-top: 1px solid #4309ce;
  border-bottom: 1px solid #4309ce;
  padding: 8px 55px 8px 50px;
  color: #4309ce;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  height: 106px;
  cursor: pointer;
}
main.home .home4 .container-yellow .home4-item .home4-item-q .toggle-icon {
  margin-left: 10px;
  position: relative;
  display: inline-block;
  height: 30px;
}
main.home .home4 .container-yellow .home4-item .home4-item-q .icon-plus,
main.home .home4 .container-yellow .home4-item .home4-item-q .icon-minus {
  font-size: 32px;
  color: #4309ce;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease;
}
main.home .home4 .container-yellow .home4-item .home4-item-q .icon-plus {
  opacity: 1;
}
main.home .home4 .container-yellow .home4-item .home4-item-q .icon-minus {
  opacity: 0;
}
main.home .home4 .container-yellow .home4-item .home4-item-q.open .icon-plus {
  opacity: 0;
}
main.home .home4 .container-yellow .home4-item .home4-item-q.open .icon-minus {
  opacity: 1;
}
main.home .home4 .container-yellow .home4-item .home4-item-show {
  background-color: #f0ffb0;
  display: none;
  padding: 0 50px 0 50px;
  overflow: hidden;
  transition: padding 0.4s ease-out;
}
main.home .home4 .container-yellow .home4-item .home4-item-show.visible {
  display: block;
  padding: 35px 50px 35px 50px;
}
main.home .home4 .container-yellow .home4-item .home4-item-show .home4-item-a {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 35px;
  width: 50%;
}
main.home
  .home4
  .container-yellow
  .home4-item
  .home4-item-show
  .home4-item-more
  a {
  color: #4309ce;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.28px;
  text-decoration: none;
}
main.home .home5 {
  min-height: 1460px;
  position: relative;
  background-color: #f5f4f3;
}
main.home .home5 .home5-picture {
  position: absolute;
  bottom: 0;
  right: 8%;
  z-index: 5;
}
main.home .home5 .home5-picture img {
  max-height: 612px;
  max-width: 494px;
}
main.home .home5 .home5-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1460px;
}
main.home .home5 .home5-img img {
  width: 100%;
  height: 100%;
  display: block;
}
main.home .home5 .home5-img img.bg-mob {
  display: none;
}
main.home .home5 h2,
main.home .home5 h3 {
  padding-top: 480px;
  margin-bottom: 40px;
}
main.home .home5 .qa-items {
  width: 65%;
  gap: 25px;
  align-items: flex-start;
  z-index: 10;
  position: relative;
}
main.home .home5 .qa-items .qa-item {
  align-self: flex-start;
  width: 100%;
}
main.home .home5 .qa-items .qa-item .question {
  padding-right: 20%;
  gap: 8px;
}
main.home .home5 .qa-items .qa-item .question .question-text {
  padding: 16px 18px;
  border-radius: 20px;
  background-color: #fff;
  font-weight: 500;
  flex: 1;
}
main.home .home5 .qa-items .qa-item .question .question-btn {
  width: 48px;
  height: 48px;
  border-radius: 25px;
  background-color: #fff;
  cursor: pointer;
}
main.home .home5 .qa-items .qa-item .question .question-btn svg {
  transition: transform 0.3s ease;
}
main.home .home5 .qa-items .qa-item .question .question-btn.active svg {
  transform: rotate(180deg);
}
main.home .home5 .qa-items .qa-item .answer {
  display: none;
  padding: 16px 18px;
  margin-left: 33%;
  margin-top: 20px;
  border-radius: 20px;
  background-color: #f0ffb0;
  font-size: 24px;
  font-weight: 500;
}
main.home .home6 {
  z-index: 90;
  position: relative;
  background-color: #f5f4f3;
  padding-bottom: 100px;
}
main.home .home6 .home6-picture {
  position: absolute;
  top: -600px;
  right: 8%;
  display: none;
}
main.home .home6 .home6-picture img {
  max-height: 612px;
  max-width: 494px;
}
main.home .home6 h2,
main.home .home6 h3 {
  margin-bottom: 45px;
  padding-top: 130px;
}
main.home .home6 .home6-items {
  gap: 20px;
  align-self: stretch;
}
main.home .home6 .home6-items .home6-item {
  padding: 20px 15px;
  padding-bottom: 30px;
  background-color: #fff;
  gap: 30px;
  flex: 1;
}
main.home .home6 .home6-items .home6-item .home6-item-text {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
main.home .home6 .home6-items .home6-item h3 {
  margin: 0;
  padding: 0;
}
main.home .home7 {
  position: relative;
  min-height: 956px;
  background-color: #f0ffb0;
  padding-top: 602px;
  padding-bottom: 250px;
}
main.home .home7 .home7-picture {
  position: absolute;
  top: 40px;
  left: 20%;
  z-index: 2;
}
main.home .home7 .home7-picture img {
  max-height: 212px;
}
main.home .home7 .home7-img-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 602px;
}
main.home .home7 .home7-img-top img {
  width: 100%;
  height: 100%;
  display: block;
}
main.home .home7 .home7-img-top img.bg-mob {
  display: none;
}
main.home .home7 .home7-img-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 354px;
}
main.home .home7 .home7-img-bottom img {
  width: 100%;
  height: 100%;
  display: block;
}
main.home .home7 .home7-img-bottom img.bg-mob {
  display: none;
}
main.home .home7 .home7-items {
  padding-top: 100px;
  padding-bottom: 100px;
}
main.home .home7 .home7-items h2,
main.home .home7 .home7-items h3 {
  margin-bottom: 80px;
  z-index: 10;
  position: relative;
}
main.home .home7 .home7-items .home7-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
main.home .home7 .home7-items .home7-content .home7-iframe {
  flex: 1;
  width: 522px;
  z-index: 100;
}
main.home
  .home7
  .home7-items
  .home7-content
  .home7-iframe
  .tiktok-embed
  iframe {
  width: 325px !important;
  height: 100%;
  background: transparent !important;
}
main.home .home7 .home7-items .home7-content .home7-content-img {
  flex: 1;
  padding-left: 10%;
}
main.home .home7 .home7-items .home7-content .home7-content-img img {
  width: 390px;
}
main.home .home7 .home7-items .home7-content .home7-content-img img.bg-mob {
  display: none;
}

.wof-main {
  position: relative;
  z-index: 3;
  margin-top: -115px;
}
.wof-main .wof-title {
  position: relative;
  width: 100%;
  min-height: 480px;
  padding-top: 180px;
}
.wof-main .wof-title .wof-title-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 480px;
}
.wof-main .wof-title .wof-title-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.wof-main .wof-content {
  position: relative;
  width: 100%;
  min-height: 1700px;
  padding-top: 40px;
  background-color: #f0eaff;
}
.wof-main .wof-content .wof-content-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 395px;
}
.wof-main .wof-content .wof-content-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.wof-main .wof-content .wof-content-img img.bg-mob {
  display: none;
}
.wof-main .wof-content .wof-slider {
  position: relative;
}
.wof-main .wof-content .wof-slider .wof-item {
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 536px;
  background-color: #e1fb02;
  background-image: url(/wp-content/themes/energy-revolt/img/bg-slide01.svg);
  background-size: 100% auto;
  background-position: top right;
  background-repeat: no-repeat;
  cursor: pointer;
}
.wof-main .wof-content .wof-slider .wof-item a {
  position: relative;
  padding-top: 70px;
  padding-bottom: 30px;
  gap: 25px;
  cursor: pointer;
}
.wof-main .wof-content .wof-slider .wof-item a .wof-item-bg-blue,
.wof-main .wof-content .wof-slider .wof-item a .wof-item-bg-pink {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.wof-main .wof-content .wof-slider .wof-item a .wof-picture {
  position: relative;
  width: 62%;
  margin: 0 auto;
  margin-bottom: 25px;
}
.wof-main .wof-content .wof-slider .wof-item a .wof-picture .wof-face {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: 217/308;
  border-radius: 50%/50%;
  overflow: hidden;
  border: 2px solid #001903;
  background-color: #4e848d;
}
.wof-main
  .wof-content
  .wof-slider
  .wof-item
  a
  .wof-picture
  .wof-face
  .wof-person {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: opacity 0.3s ease;
}
.wof-main
  .wof-content
  .wof-slider
  .wof-item
  a
  .wof-picture
  .wof-face
  .wof-person-default {
  opacity: 1;
}
.wof-main
  .wof-content
  .wof-slider
  .wof-item
  a
  .wof-picture
  .wof-face
  .wof-person-hover {
  opacity: 0;
}
.wof-main
  .wof-content
  .wof-slider
  .wof-item
  a
  .wof-picture
  .wof-face:hover
  .wof-person-default {
  opacity: 0;
}
.wof-main
  .wof-content
  .wof-slider
  .wof-item
  a
  .wof-picture
  .wof-face:hover
  .wof-person-hover {
  opacity: 1;
}
.wof-main .wof-content .wof-slider .wof-item a .wof-picture .wof-img {
  position: absolute;
  bottom: -10px;
  left: 80%;
  transform: translateX(-50%);
}
.wof-main .wof-content .wof-slider .wof-item a .wof-picture .wof-img img {
  max-height: 160px;
  height: auto;
  width: auto;
  display: block;
}
.wof-main .wof-content .wof-slider .wof-item a .wof-name {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px; /* 116.667% */
  text-transform: capitalize;
}
.wof-main .wof-content .wof-slider .wof-item a .wof-position {
  width: 70%;
  margin: 0 auto;
  color: #001903;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}
.wof-main .wof-content .wof-slider .wof-item:nth-child(2n) {
  background-image: url(/wp-content/themes/energy-revolt/img/bg-slide02.svg);
}
.wof-main
  .wof-content
  .wof-slider
  .wof-item:nth-child(2n)
  a
  .wof-picture
  .wof-face {
  background-color: #ad5252;
}
.wof-main .wof-content .wof-slider .slick-slide {
  margin: 0 10px;
}
.wof-main .wof-content .wof-slider .slick-list {
  margin: 0 -10px;
}
.wof-main .wof-content .wof-content-nav {
  margin-top: 80px;
}
.wof-main .wof-content .wof-content-nav .slick-arrow {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ff73d4;
}
.wof-main .wof-content .wof-content-nav .slick-arrow.slick-disabled {
  background-color: #ffbbea;
}
.wof-main .wof-content .wof-content-nav .wof-slick-dots {
  display: flex !important;
  align-items: center;
  gap: 40px;
  padding: 0;
  margin: 0 90px;
  list-style: none;
  position: static !important;
}
.wof-main .wof-content .wof-content-nav .wof-slick-dots li button {
  color: #001903;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wof-main .wof-content .wof-content-nav .wof-slick-dots li.slick-active button {
  font-weight: 900;
  position: relative;
}
.wof-main
  .wof-content
  .wof-content-nav
  .wof-slick-dots
  li.slick-active
  button::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 5px;
  width: 32px;
  height: 3px;
  background-color: #001903;
}
.wof-main .wof-content .wof-content-nav .wof-slick-dots li:empty {
  display: none;
}
.wof-main .wof-content .wof-btn {
  margin-top: 175px;
  text-align: center;
}
.wof-main .wof-content .wof-btn .btn {
  font-size: 20px;
  padding: 14px 42px;
  clip-path: url("#lightning-clip-3");
}
.wof-main .wof-content .wof-btn.wof-btn-mob {
  display: none;
}

.about-main {
  position: relative;
  z-index: 3;
  margin-top: -115px;
}
.about-main .about-title {
  position: relative;
  width: 100%;
  min-height: 495px;
  padding-top: 180px;
}
.about-main .about-title .about-title-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 495px;
}
.about-main .about-title .about-title-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.about-main .about-title .about-title-img img.bg-mob {
  display: none;
}
.about-main .about1 {
  min-height: 580px;
  position: relative;
  background-color: #fff;
  padding-bottom: 480px;
  padding-top: 40px;
}
.about-main .about1 .about1-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 580px;
}
.about-main .about1 .about1-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.about-main .about1 .about1-img img.bg-mob {
  display: none;
}
.about-main .about1 .about1-title {
  margin-bottom: 55px;
}
.about-main .about1 .about1-items {
  gap: 20px;
}
.about-main .about1 .about1-items .about1-item {
  gap: 28px;
  flex: 1;
}
.about-main .about1 .about1-items .about1-item p {
  margin: 0;
}
.about-main .about2 {
  background-color: #fff;
  padding-top: 40px;
}
.about-main .about2 .about2-items {
  gap: 20px;
}
.about-main .about2 .about1-title {
  margin-bottom: 55px;
}
.about-main .about2 .about2-items {
  gap: 20px;
}
.about-main .about2 .about2-items .about2-item {
  gap: 28px;
  flex: 1;
}
.about-main .about2 .about2-items .about2-item h3 {
  margin-bottom: 55px;
}
.about-main .about2 .about2-items .about2-item p {
  margin: 0;
}
.about-main .about3 {
  min-height: 590px;
  position: relative;
  background-color: #fff;
  padding-bottom: 590px;
  padding-top: 140px;
  margin-bottom: 30px;
}
.about-main .about3 h3 {
  margin-bottom: 50px;
}
.about-main .about3 .about3-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 590px;
}
.about-main .about3 .about3-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.about-main .about3 .about3-img img.bg-mob {
  display: none;
}
.about-main .about3 .about-picture {
  width: 100%;
  margin-bottom: 40px;
}
.about-main .about3 .about-picture img {
  width: 100%;
  height: auto;
}
.about-main .about3 .about3-meta {
  gap: 20px;
}
.about-main .about3 .about3-meta .about3-name {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.44px;
}
.about-main .about3 .about3-meta .about3-position {
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.44px;
}
.about-main .about3 .about3-meta .about3-link a {
  color: #4309ce;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.08px;
}
.about-main .about3-picture {
  text-align: center;
}
.about-main .about3-picture img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.res-main {
  position: relative;
  z-index: 3;
  margin-top: -115px;
}
.res-main .res-title-page {
  position: relative;
  width: 100%;
  min-height: 480px;
  padding-top: 180px;
}
.res-main .res-title-page .res-title-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 480px;
}
.res-main .res-title-page .res-title-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.res-main .res-title-page .res-title-img img.bg-mob {
  display: none;
}
.res-main .res-filter {
  margin-top: 60px;
  transition: all 0.3s ease;
}
.res-main .res-filter .h4 {
  color: #001903;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 154.545% */
  letter-spacing: 1.32px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.res-main .res-filter .filter-items {
  gap: 12px;
  width: 30%;
  z-index: 100;
  position: relative;
  padding-right: 20px;
}
.res-main .res-filter .filter-items .filter-item {
  cursor: pointer;
  padding: 11px 30px;
  border-radius: 29px;
  border: 1.5px solid #4309ce;
  background-color: #f5f4f3;
  color: #4309ce;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 0.18px;
}
.res-main .res-filter .filter-items .filter-item.active {
  background-color: #e1fb02;
}
.res-main .res-filter .filter-items .filter-item:hover {
  background-color: #f0ffb0;
  transition: 0.3s all;
}
.res-main .res-filter.is-fixed {
  position: relative;
  z-index: 30;
}
.res-main .res-filter.is-fixed .container {
  box-sizing: border-box;
}
.res-main .res {
  position: relative;
  width: 100%;
  min-height: 760px;
  display: block;
}
.res-main .res .res-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 760px;
}
.res-main .res .res-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.res-main .res .res-img img.bg-mob {
  display: none;
}
.res-main .res .res-title {
  margin: 0 auto;
  height: 760px;
  max-width: 440px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -0.48px;
}
.res-main .res .res-items {
  width: 100%;
  padding-left: 30%;
}
.res-main .res .res-items .res-item {
  border-bottom: 1px solid #4e4e4e;
  padding-bottom: 70px;
  margin-bottom: 55px;
}
.res-main .res .res-items .res-item .res-item-visible .res-item-img {
  height: 166px;
  margin-bottom: 50px;
}
.res-main .res .res-items .res-item .res-item-visible .res-item-img img {
  height: 100%;
  width: auto;
}
.res-main .res .res-items .res-item .res-item-visible .res-item-title {
  margin-bottom: 66px;
}
.res-main .res .res-items .res-item .res-item-visible .res-item-title .line-h3 {
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px; /* 135.294% */
  letter-spacing: -0.34px;
}
.res-main .res .res-items .res-item .res-item-visible .res-item-intro {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px; /* 128.125% */
  margin-bottom: 50px;
}
.res-main .res .res-items .res-item .res-item-more {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.res-main .res .res-items .res-item .res-item-hidden {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease;
  padding-top: 0;
  overflow-x: scroll;
}
.res-main .res .res-items .res-item .res-item-hide {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.res-main .res .res-items .res-item.expanded .res-item-more {
  display: none;
}
.res-main .res .res-items .res-item.expanded .res-item-hidden {
  max-height: 10000px;
  opacity: 1;
}
.res-main .res .res-items .res-item.expanded .res-item-hide {
  opacity: 1;
  pointer-events: auto;
  margin-bottom: 15px;
  margin-top: 40px;
}
.res-main .res .res-items .res-item:last-child {
  border-bottom: none;
}
.res-main .res.res1 {
  margin-top: -200px;
}
.res-main .res.res1 .line-h3::after {
  background-color: #4dcdff;
}
.res-main .res.res2 .line-h3::after {
  background-color: #ff73d4;
}
.res-main .res.res3 .line-h3::after {
  background-color: #bba0fc;
}
.res-main .res.res4 .line-h3::after {
  background-color: #e1fb02;
}
.res-main .res.res-search {
  margin-top: 80px;
}
.res-main .res-bottom {
  position: relative;
  width: 100%;
  min-height: 580px;
  margin-top: -100px;
}
.res-main .res-bottom .res-bottom-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 580px;
}
.res-main .res-bottom .res-bottom-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.res-main .res-bottom .res-bottom-img img.bg-mob {
  display: none;
}
.res-main.search-single .res .res-items .res-item .res-item-hidden {
  max-height: 100%;
  opacity: 1;
}
.res-main table {
  font-size: 16px;
  margin-bottom: 20px;
  overflow-x: scroll;
}
.res-main table tr:nth-child(odd) {
  background-color: #f5f4f3;
}
.res-main table td {
  border-right: 1px solid #ffffff;
  padding: 10px;
}
.res-main table td:last-child {
  border-right: none;
}

.person {
  margin-top: -115px;
  margin-bottom: 360px;
}
.person .person1 {
  position: relative;
  width: 100%;
  min-height: 1025px;
  background-color: #e4d9fe;
}
.person .person1 .person1-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1025px;
}
.person .person1 .person1-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.person .person1 .person1-img img.bg-mob {
  display: none;
}
.person .person1 .persona1-items {
  padding-top: 300px;
  z-index: 1;
  position: relative;
  gap: 20px;
}
.person .person1 .persona1-items .persona1-photo-wrap {
  padding-top: 40px;
  flex: 1;
}
.person .person1 .persona1-items .persona1-photo-wrap .persona1-photo {
  position: relative;
  width: 100%;
  max-width: 326px;
  min-height: 0;
  border-radius: 50%/50%;
  overflow: hidden;
  border: 1.5px solid #001903;
  background-color: #4e848d;
  aspect-ratio: 268/380;
}
.person .person1 .persona1-items .persona1-photo-wrap .persona1-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.person .person1 .persona1-items .persona1-info-wrap {
  flex: 1;
}
.person .person1 .persona1-items .persona1-info-wrap .persona1-info {
  gap: 15px;
}
.person .person1 .persona1-items .persona1-info-wrap .persona1-info h1 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: -0.48px;
}
.person
  .person1
  .persona1-items
  .persona1-info-wrap
  .persona1-info
  .persona1-position,
.person
  .person1
  .persona1-items
  .persona1-info-wrap
  .persona1-info
  .persona1-organisation,
.person
  .person1
  .persona1-items
  .persona1-info-wrap
  .persona1-info
  .persona1-website {
  color: #001903;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.person
  .person1
  .persona1-items
  .persona1-info-wrap
  .persona1-info
  .persona1-pronomen {
  color: #001903;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.person .person2 {
  position: relative;
  width: 100%;
  background-color: #e4d9fe;
}
.person .person2 .person2-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 520px;
}
.person .person2 .person2-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.person .person2 .persona2-items {
  padding: 40px 0;
  z-index: 1;
  position: relative;
  gap: 20px;
}
.person .person2 .persona2-items .persona2-text {
  gap: 0px;
  flex: 1;
}
.person .person2 .persona2-items .persona2-text .persona2-text {
  color: #001903;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  flex: 1;
}
.person
  .person2
  .persona2-items
  .persona2-text
  .persona2-text
  .persona2-desc
  p {
  margin: 0;
  margin-bottom: 30px;
}
.person .person2 .persona2-items .persona2-img {
  flex: 1;
  text-align: center;
}
.person .person2 .persona2-items .persona2-img img {
  max-width: 100%;
}
.person .person3 {
  position: relative;
  background-color: #f0ffb0;
}
.person .person3 .person3-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 520px;
}
.person .person3 .person3-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.person .person3 .person3-img img.bg-mob {
  display: none;
}
.person .person3 .persona3-items {
  padding-top: 430px;
  z-index: 1;
  position: relative;
  gap: 20px;
}
.person .person3 .persona3-items .persona3-text {
  gap: 30px;
  flex: 1;
  color: #001903;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  flex: 1;
}
.person .person3 .persona3-items .persona3-text .persona3-desc p {
  margin: 0;
  margin-bottom: 30px;
}
.person .person3 .persona3-items .persona3-img {
  position: relative;
  flex: 1;
  width: 100%;
  padding-top: 100px;
}
.person .person3 .persona3-items .persona3-img img {
  max-height: 280px;
  width: auto;
  position: absolute;
  top: 100px;
}
.person .person4 {
  position: relative;
  min-height: 890px;
}
.person .person4 .person4-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 890px;
}
.person .person4 .person4-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.person .person4 .person4-img img.bg-mob {
  display: none;
}
.person .person4 .persona4-items {
  padding-top: 340px;
  z-index: 1;
  position: relative;
  gap: 20px;
}
.person .person4 .persona4-items .persona4-text {
  padding-top: 100px;
  flex: 1;
}
.person .person4 .persona4-items .persona4-text .persona4-title {
  color: #001903;
  font-size: 32px;
  font-weight: 500;
  line-height: 50px; /* 156.25% */
  letter-spacing: -0.96px;
}
.person .person4 .persona4-items .persona4-text .persona4-title .persona4-desc {
  color: #001903;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -0.72px;
}
.person
  .person4
  .persona4-items
  .persona4-text
  .persona4-title
  .persona4-desc
  p {
  margin: 0;
  margin-bottom: 20px;
}
.person .person4 .persona4-items .persona4-img {
  position: relative;
  flex: 1;
  width: 100%;
}
.person .person4 .persona4-items .persona4-img img {
  max-height: 280px;
  width: auto;
  position: absolute;
  top: -180px;
}
.person .person5 {
  position: relative;
  min-height: 475px;
  background-color: #e1fb02;
}
.person .person5 .person5-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 348px;
}
.person .person5 .person5-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.person .person5 .person5-img img.bg-mob {
  display: none;
}
.person .person5 .persona5-items {
  z-index: 1;
  position: relative;
  gap: 20px;
  min-height: 130px;
}
.person .person5 .persona5-items .persona5-left {
  flex: 1;
}
.person .person5 .persona5-items .persona5-right {
  gap: 25px;
  flex: 1;
  margin-top: -40px;
}
.person .person6 {
  position: relative;
  background-color: #e4d9fe;
  padding-bottom: 2px;
}
.person .person6 .line-h4 {
  margin-top: 120px;
  margin-bottom: 20px;
}
.person .person6 .persona6-video {
  z-index: 1;
  position: relative;
  width: 100%;
}
.person .person6 .persona6-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}
.person .person6 .persona6-custom {
  margin: 30px 0;
  width: 100%;
}
.person .person6 .persona6-custom.persona6-custom-m0 {
  margin: 0;
}
.person .person7 {
  position: relative;
  min-height: 918px;
  margin-bottom: -350px;
  z-index: 20;
}
.person .person7 .person7-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 918px;
}
.person .person7 .person7-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.person .person7 .person7-img img.bg-mob {
  display: none;
}
.person .person7 .person7-img-top {
  display: none;
}
.person .person7 .person7-quote {
  width: 100%;
  height: 918px;
}
.person .person7 .person7-quote span {
  width: 80%;
  text-align: center;
  font-size: 60px;
  font-style: italic;
  font-weight: 300;
  line-height: 92px; /* 153.333% */
  letter-spacing: -1.8px;
}

footer {
  position: relative;
  z-index: 10;
  min-height: 878px;
  background-color: #fff;
  padding-bottom: 40px;
}
footer .footer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 940px;
}
footer .footer-bg img {
  width: 100%;
  height: 100%;
  display: block;
}
footer .footer-bg img.bg-mob {
  display: none;
}
footer .container {
  z-index: 10;
}
footer .footer-logos {
  gap: 20px;
  width: 40%;
}
footer .footer-logos .footer-logo {
  gap: 20px;
  flex: 0 0 30%;
}
footer .footer-logos .footer-logo:first-child {
  flex: 0 0 40%;
  min-width: 200px;
}
footer .footer-logos .footer-logo:first-child .footer-logo-title {
  display: none;
}
footer .footer-logos .footer-logo:first-child .footer-logo-img img {
  max-height: 135px;
  margin-top: -7px;
}
footer .footer-logos .footer-logo .footer-logo-title {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  white-space: nowrap;
}
footer .footer-logos .footer-logo .footer-logo-img {
  max-width: 100%;
  height: auto;
  text-align: center;
}
footer .footer-logos .footer-logo .footer-logo-img img {
  width: auto;
  height: auto;
  max-height: 95px;
  max-width: 100%;
}
footer .footer-content {
  gap: 165px;
}
footer .footer-content .footer-middle {
  position: relative;
  padding-top: 70px;
}
footer .footer-content .footer-middle .footer-middle-left {
  margin-top: 200px;
  width: 500px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.54px;
}
footer .footer-content .footer-middle .footer-middle-left div {
  font-weight: 500;
}
footer .footer-content .footer-middle .footer-middle-right {
  gap: 80px;
}
footer .footer-content .footer-middle .footer-middle-right .footer-title-mob {
  display: none;
}
footer .footer-content .footer-middle .footer-middle-right .footer-block {
  border-left: 2px solid #001903;
  padding-left: 20px;
  width: 250px;
  font-weight: 500;
  font-size: 18px;
}
footer
  .footer-content
  .footer-middle
  .footer-middle-right
  .footer-block
  .footer-block-wrap {
  gap: 30px;
}
footer
  .footer-content
  .footer-middle
  .footer-middle-right
  .footer-block
  .footer-block-wrap
  .footer-title {
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
footer
  .footer-content
  .footer-middle
  .footer-middle-right
  .footer-block
  .footer-block-wrap
  .footer-phone {
  font-weight: 400;
}
footer
  .footer-content
  .footer-middle
  .footer-middle-right
  .footer-block
  .footer-block-wrap
  .footer-phone
  a {
  color: #001903;
  font-weight: 500;
}
footer
  .footer-content
  .footer-middle
  .footer-middle-right
  .footer-block.footer-contacts {
  margin-top: 100px;
}
footer .footer-content .footer-bottom {
  position: relative;
}
footer .footer-content .footer-bottom .copy {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.39px;
  margin-bottom: 7px;
}
footer .footer-content .footer-bottom .privacy {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
footer .footer-content .footer-bottom .credit {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
}

/* Loading placeholder to prevent footer from showing */
.res-loading-placeholder {
  min-height: 100vh; /* Ensure footer stays below viewport */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1000; /* Ensure it appears above other elements */
  background-color: #fff; /* Adjust to your theme's background */
}

/* Map */
.res-main .res .res-items.map-cat-desc {
  margin-top: 40px;
}
.res-main .res .res-items.map-cat-desc .map-cat-desc-item {
  margin-bottom: 40px;
}
.res-main .map-cat-item-name {
  margin-bottom: 10px;
  padding-left: 14px;
}
.res-main
  .res
  .res-items.map-cat-desc
  .map-cat-desc-item:nth-child(1)
  .map-cat-item-name {
  border-left: 4px solid #e1fb02;
}
.res-main
  .res
  .res-items.map-cat-desc
  .map-cat-desc-item:nth-child(2)
  .map-cat-item-name {
  border-left: 4px solid #ff73d4;
}
.res-main
  .res
  .res-items.map-cat-desc
  .map-cat-desc-item:nth-child(3)
  .map-cat-item-name {
  border-left: 4px solid #8126f7;
}
.res-main
  .res
  .res-items.map-cat-desc
  .map-cat-desc-item:nth-child(4)
  .map-cat-item-name {
  border-left: 4px solid #4dcdff;
}

.map-cat-icons {
  padding: 20px 0;
  flex-wrap: wrap;
}
.map-cat-icons span {
  font-weight: 500;
  font-size: 18px;
}
.map-icon-item {
  gap: 20px;
}
#map-section {
  position: relative;
}

#map-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: grab;
}

#map-container svg {
  width: 100%;
  height: auto;
  display: block;
  will-change: transform;
  transition: transform 0.2s ease;
}

#map-zoom-controls {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

#map-zoom-controls.visible {
  opacity: 1;
  pointer-events: all;
}

#map-zoom-controls button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #001903;
  background: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#map-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.2s ease;
}

#map-popup-inner {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  max-width: 480px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}

#map-popup-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.map-popup-title {
  margin-bottom: 16px;
}

.map-popup-entry {
  border-bottom: 1px solid #eee;
  padding: 12px 0;
}

.map-popup-entry-title {
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map-popup-arrow {
  transition: transform 0.2s;
}

.map-popup-entry.open .map-popup-arrow {
  transform: rotate(180deg);
}

.map-popup-entry-body {
  display: none;
  margin-top: 8px;
}

.map-popup-entry.open .map-popup-entry-body {
  display: block;
}

.map-popup-link {
  color: #8126f7;
  text-decoration: none;
  font-weight: bold;
}

.map-popup-address {
  color: #666;
}

.map-popup-desc {
  margin-top: 8px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  #map-zoom-controls {
    top: 0;
    right: 0;
    position: absolute;
  }
  #map-container {
    overscroll-behavior: none;
  }
  .res-main .res .res-items.map-cat-desc {
    margin-top: 20px;
  }
  .map-cat-item-desc {
    font-size: 18px;
  }
  .map-icon-item {
    gap: 10px;
    width: 50%;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .map-icon-item img {
    width: 10px;
    height: auto;
  }
  .map-cat-icons span {
    font-size: 14px;
  }
  main.res-main .res .res-items.map-cat-icons {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-2px, -2px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes shake-reverse {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(1px, 1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media (min-width: 1921px) {
  main.home .home4 .container-yellow .home4-item .home4-item-show.visible {
    margin-bottom: -35px;
  }
}
@media (max-width: 1199px) {
  .container {
    padding: 0 20px;
  }
  header {
    position: fixed;
    top: 20px;
    left: 0px;
    right: 0px;
    z-index: 1000;
  }
  header .header-top {
    padding: 10px;
    background-color: #f5f4f3;
    border-radius: 7px;
  }
  header .header-top .logo-scroll,
  header .header-top .header-menu,
  header .header-top .search-box {
    display: none;
  }
  header .header-top .logo {
    height: 48px;
    padding-top: 0;
  }
  header .header-top .logo img {
    height: 100%;
    width: auto;
  }
  header .header-top .icon-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  main.home .home0 .home0-content {
    flex-wrap: wrap;
  }
  main.home .home5 .qa-items {
    width: 75%;
  }
  main.home .home6 .home6-items {
    flex-wrap: wrap;
  }
  main.home .home6 .home6-items .home6-item {
    flex: 0 0 calc(50% - 10px);
  }
  main.home .home6 .home6-items .home6-item .home6-picture {
    position: absolute;
    top: -300px;
    right: 8%;
  }
  main.home .home6 .home6-items .home6-item .home6-picture img {
    max-height: 200px;
  }
  main.home .home7 .home7-items .home7-content .home7-content-img img {
    max-width: 100%;
  }
  footer .footer-content .footer-middle .footer-middle-left {
    display: none;
  }
  main.wof-main {
    margin-top: 0;
  }
  main.about-main {
    margin-top: 0;
  }
  main.about-main .about3-picture img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  main.person .person1 .persona1-items {
    padding-top: 220px;
    align-items: center;
  }
  main.person .person2 .persona2-items .persona2-img {
    flex: 1;
  }
  main.person .person2 .persona2-items .persona2-img img {
    max-width: 100%;
  }
  main.person .person4 .persona4-items .persona4-img img {
    max-width: 100%;
  }
  main.person .person5 .persona5-items .persona5-right .social-items a img {
    height: 60px;
    width: auto;
  }
  main.person .person7 .person7-quote span {
    width: auto;
  }
  .res-main .res-title-page {
    padding-top: 280px;
  }
  .res-main .res-filter .filter-items .filter-item {
    padding: 5px 12px;
    border-radius: 25px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
  p,
  li {
    font-size: 18px;
    line-height: 28px;
  }
  h3 {
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
  }
  h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.08px;
  }
  .line-h3 {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: -0.34px;
  }
  .line-h3::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #001903;
  }
  .line-h4 {
    color: #001903;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.08px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
  }
  .line-h4::after {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #001903;
  }
  .page-title {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    letter-spacing: -0.96px;
  }
  .text-p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
  }
  .btn {
    padding: 0px 16px;
    padding-bottom: 4px;
    clip-path: polygon(
      8.23% 58.13%,
      8.48% 52.97%,
      7.41% 50%,
      0.82% 50%,
      0% 46.09%,
      0% 41.87%,
      9.36% 3.49%,
      10.19% 1.19%,
      11.42% 0%,
      99.18% 0%,
      100% 3.56%,
      100% 8.13%,
      91.77% 41.87%,
      91.74% 46.09%,
      92.59% 50%,
      99.18% 50%,
      100% 52.97%,
      99.99% 58.13%,
      90.61% 96.51%,
      89.67% 98.82%,
      88.58% 100%,
      0.82% 100%,
      0% 96.09%,
      0% 91.87%
    );
  }
  header {
    position: fixed;
    top: 20px;
    left: 0px;
    right: 0px;
    z-index: 1000;
  }
  header .header-top {
    padding: 10px;
    background-color: #f5f4f3;
    border-radius: 7px;
  }
  header .header-top .logo-scroll,
  header .header-top .header-menu,
  header .header-top .search-box {
    display: none;
  }
  header .header-top .logo {
    height: 48px;
    padding-top: 0;
  }
  header .header-top .logo img {
    height: 100%;
    width: auto;
  }
  header .header-top .icon-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  main.home {
    margin-top: 0;
  }
  main.home .home0 {
    min-height: 726px;
  }
  main.home .home0 .home0-content {
    flex-wrap: wrap;
  }
  main.home .home0 .home0-img {
    height: 726px;
  }
  main.home .home0 .home0-img img {
    display: none;
  }
  main.home .home0 .home0-img img.bg-mob {
    display: block;
  }
  main.home .home0 .home0-content {
    padding-top: 120px;
    gap: 20px;
  }
  main.home .home0 .home0-content div {
    flex: 0 0 100%;
    align-self: auto;
  }
  main.home .home0 .home0-content .home0-left-img img {
    max-height: 325px;
    max-width: 100%;
    width: auto;
  }
  main.home .home0 .home0-content .home0-right-img img {
    max-height: 250px;
    max-width: 100%;
    width: auto;
  }
  main.home .home1 {
    padding-bottom: 80px;
  }
  main.home .home1 .home1-items {
    flex-wrap: wrap;
  }
  main.home .home1 .home1-items .home1-left {
    margin-bottom: 40px;
  }
  main.home .home1 .home1-items .home1-left .home1-right-img {
    display: none;
  }
  main.home .home1 .home1-items .home1-right .home1-right-btn {
    text-align: center;
  }
  main.home .home2 {
    padding-top: 210px;
  }
  main.home .home2 .home2-img-mob {
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    max-height: 140px;
    z-index: 20;
  }
  main.home .home2 .home2-img-mob img {
    max-height: 150px;
  }
  main.home .home2 .home2-img {
    height: 210px;
  }
  main.home .home2 .home2-img img {
    display: none;
  }
  main.home .home2 .home2-img img.bg-mob {
    display: block;
  }
  main.home .home2 .home2-items {
    position: relative;
    padding-top: 40px;
  }
  main.home .home2 .home2-items .home2-left {
    display: none;
  }
  main.home .home3 {
    min-height: 920px;
  }
  main.home .home3 .home3-img {
    height: 920px;
  }
  main.home .home3 .home3-img img {
    display: none;
  }
  main.home .home3 .home3-img img.bg-mob {
    display: block;
  }
  main.home .home3 .home3-items {
    flex-wrap: wrap;
    padding-top: 120px;
  }
  main.home .home3 .home3-items .home3-right {
    display: none;
  }
  main.home .home3 .home3-items .home3-left {
    flex: 1;
  }
  main.home .home3 .home3-items .home3-left h2,
  main.home .home3 .home3-items .home3-left h3 {
    margin-bottom: 25px;
  }
  main.home .home3 .home3-items .home3-left p {
    margin-bottom: 30px;
  }
  main.home .home3 .home3-items .home3-left .home3-img-bg {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  main.home .home3 .home3-items .home3-left .home3-img-bg img {
    max-height: 320px;
  }
  main.home .home3 .home3-items .home3-left .home3-btn {
    margin: 0 auto;
  }
  main.home .home4 .home4-top {
    width: 100%;
  }
  main.home .home4 .home4-top h2,
  main.home .home4 .home4-top h3 {
    margin-bottom: 25px;
  }
  main.home .home4 .container-yellow .home4-item .home4-item-q {
    max-height: 66px;
    padding: 8px 15px;
    font-size: 18px;
    line-height: 28px;
  }
  main.home .home4 .container-yellow .home4-item .home4-item-show.visible {
    padding: 14px 16px;
  }
  main.home
    .home4
    .container-yellow
    .home4-item
    .home4-item-show.visible
    .home4-item-a {
    font-size: 18px;
    width: 100%;
    margin-bottom: 0;
  }
  main.home
    .home4
    .container-yellow
    .home4-item
    .home4-item-show.visible
    .home4-item-more
    a {
    font-size: 12px;
  }
  main.home .home5 {
    min-height: 750px;
    background-color: #f5f4f3;
  }
  main.home .home5 .home5-picture {
    display: none;
  }
  main.home .home5 h2,
  main.home .home5 h3 {
    padding-top: 80px;
    margin-bottom: 30px;
  }
  main.home .home5 .home5-img {
    height: 750px;
  }
  main.home .home5 .home5-img img {
    display: none;
  }
  main.home .home5 .home5-img img.bg-mob {
    display: block;
  }
  main.home .home5 .qa-items {
    gap: 8px;
    width: 100%;
  }
  main.home .home5 .qa-items .qa-item .question {
    padding-right: 10%;
  }
  main.home .home5 .qa-items .qa-item .question .question-text {
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: 0.14px;
  }
  main.home .home5 .qa-items .qa-item .question .question-btn {
    width: 35px;
    height: 35px;
  }
  main.home .home5 .qa-items .qa-item .answer {
    padding: 12px 14px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 8px;
    margin-left: 25%;
  }
  main.home .home6 .home6-items {
    gap: 6px;
    flex-wrap: wrap;
  }
  main.home .home6 .home6-items .home6-item {
    flex: 0 0 calc(50% - 5px);
    padding: 20px 12px;
    gap: 7px;
  }
  main.home .home6 .home6-items .home6-item h4.home6-item-title,
  main.home .home6 .home6-items .home6-item h3.home6-item-title {
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
  }
  main.home .home6 .home6-items .home6-item .home6-item-text {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 18px;
  }
  main.home .home6 .home6-picture {
    top: 20px;
    text-align: center;
    width: 100%;
    position: relative;
    display: block;
  }
  main.home .home6 .home6-picture img {
    max-height: 232px;
  }
  main.home .home6 h2,
  main.home .home6 h3 {
    margin-bottom: 30px;
    padding-top: 20px;
  }
  main.home .home7 {
    padding-top: 230px;
    padding-bottom: 70px;
    min-height: 300px;
  }
  main.home .home7 .home2-img-mob {
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    max-height: 140px;
    z-index: 20;
  }
  main.home .home7 .home2-img-mob img {
    max-height: 150px;
  }
  main.home .home7 .home7-img-top {
    height: 230px;
  }
  main.home .home7 .home7-img-top img {
    display: none;
  }
  main.home .home7 .home7-img-top img.bg-mob {
    display: block;
  }
  main.home .home7 .home7-img-bottom {
    height: 70px;
  }
  main.home .home7 .home7-img-bottom img {
    display: none;
  }
  main.home .home7 .home7-img-bottom img.bg-mob {
    display: block;
  }
  main.home .home7 .home7-picture {
    top: 50px;
    left: 30%;
  }
  main.home .home7 .home7-picture img {
    max-height: 170px;
    width: auto;
  }
  main.home .home7 .home7-items {
    padding-top: 60px;
  }
  main.home .home7 .home7-items h2,
  main.home .home7 .home7-items h3 {
    margin-bottom: 30px;
  }
  main.home .home7 .home7-items .home7-content .home7-content-img {
    display: none;
  }
  main.wof-main {
    margin-top: 0;
  }
  main.wof-main .wof-title {
    padding-top: 120px;
    min-height: 0;
    background-color: #f0eaff;
  }
  main.wof-main .wof-title .wof-title-img {
    display: none;
  }
  main.wof-main .wof-content {
    padding-bottom: 150px;
    min-height: 0;
  }
  main.wof-main .wof-content .wof-slider .wof-item a {
    padding-top: 40px;
  }
  main.wof-main .wof-content .wof-slider .wof-item a .wof-picture .wof-img img {
    max-height: 140px;
  }
  main.wof-main .wof-content .wof-slider .wof-item a .wof-picture .wof-face {
    min-height: 0;
    aspect-ratio: 217/308;
  }
  main.wof-main .wof-content .wof-slider .wof-item a .wof-name {
    font-size: 32px;
    line-height: 39px;
  }
  main.wof-main .wof-content .wof-slider .wof-item a .wof-position {
    margin-top: -10px;
    font-size: 12px;
  }
  main.wof-main .wof-content .wof-slider.slick-dotted {
    margin-bottom: 20px;
  }
  main.wof-main .wof-content .wof-content-img {
    height: 72px;
  }
  main.wof-main .wof-content .wof-content-img img {
    display: none;
    height: 72px;
  }
  main.wof-main .wof-content .wof-content-img img.bg-mob {
    display: block;
  }
  main.wof-main .wof-content .wof-content-nav {
    margin-top: 0;
  }
  main.wof-main .wof-content .wof-content-nav .slick-arrow {
    width: 38px;
    height: 38px;
  }
  main.wof-main .wof-content .wof-content-nav .slick-arrow img {
    height: 13px;
    width: auto;
  }
  main.wof-main .wof-content .wof-content-nav .wof-slick-dots {
    margin: 0 60px;
    gap: 20px;
  }
  main.wof-main
    .wof-content
    .wof-content-nav
    .wof-slick-dots
    li.slick-active
    button::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -3px;
    width: 15px;
    height: 2px;
    background-color: #001903;
  }
  main.wof-main .wof-content .wof-content-nav .wof-slick-dots li button {
    font-size: 15px;
  }
  main.wof-main .wof-content .wof-btn {
    margin-top: 40px;
  }
  main.wof-main .wof-content .wof-btn .btn {
    padding: 5px 30px;
  }
  main.wof-main .wof-content .wof-btn.wof-btn-mob {
    display: block;
  }
  main.wof-main .wof-content .wof-btn.wof-btn-desktop {
    display: none;
  }
  main.about-main {
    margin-top: 0;
  }
  main.about-main .about-title {
    padding-top: 120px;
    min-height: 0;
    background-color: #f0eaff;
    height: 265px;
  }
  main.about-main .about-title .about-title-img {
    height: 265px;
  }
  main.about-main .about-title .about-title-img img {
    display: none;
  }
  main.about-main .about-title .about-title-img img.bg-mob {
    display: block;
  }
  main.about-main .about1 {
    padding-top: 60px;
    min-height: 205px;
    padding-bottom: 225px;
  }
  main.about-main .about1 .about1-items {
    flex-wrap: wrap;
  }
  main.about-main .about1 .about1-img {
    height: 205px;
  }
  main.about-main .about1 .about1-img img {
    display: none;
  }
  main.about-main .about1 .about1-img img.bg-mob {
    display: block;
  }
  main.about-main .about1 ul {
    margin: 0;
  }
  main.about-main .about2 {
    padding-top: 80px;
  }
  main.about-main .about2 .about2-items {
    gap: 60px;
    flex-wrap: wrap;
  }
  main.about-main .about2 .about2-items .about2-item h3 {
    margin-bottom: 30px;
  }
  main.about-main .about3 {
    padding-top: 65px;
    min-height: 205px;
    padding-bottom: 225px;
  }
  main.about-main .about3 h3 {
    margin-bottom: 30px;
  }
  main.about-main .about3 .about3-img {
    height: 205px;
  }
  main.about-main .about3 .about3-img img {
    display: none;
  }
  main.about-main .about3 .about3-img img.bg-mob {
    display: block;
  }
  main.about-main .about3 .about3-picture img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  main.about-main .about3 .about3-meta {
    gap: 12px;
  }
  main.about-main .about3 .about3-meta .about3-name,
  main.about-main .about3 .about3-meta .about3-position,
  main.about-main .about3 .about3-meta .about-link a {
    font-size: 15px;
  }
  main.person {
    margin-top: 0;
    margin-bottom: 20px;
  }
  main.person .person1 {
    min-height: 1074px;
  }
  main.person .person1 .person1-img {
    height: 1074px;
  }
  main.person .person1 .person1-img img {
    display: none;
  }
  main.person .person1 .person1-img img.bg-mob {
    display: block;
  }
  main.person .person1 .persona1-items {
    flex-wrap: wrap;
    padding-top: 190px;
    gap: 110px;
    justify-content: center;
  }
  main.person .person1 .persona1-items .persona1-photo-wrap {
    max-width: 268px;
    padding-top: 0;
    flex: 100%;
  }
  main.person .person1 .persona1-items .persona1-info-wrap {
    flex: 100%;
  }
  main.person .person1 .persona1-items .persona1-info-wrap .persona1-info {
    gap: 18px;
  }
  main.person .person1 .persona1-items .persona1-info-wrap .persona1-info h1 {
    font-size: 34px;
    line-height: 46px;
  }
  main.person
    .person1
    .persona1-items
    .persona1-info-wrap
    .persona1-info
    .persona1-position,
  main.person
    .person1
    .persona1-items
    .persona1-info-wrap
    .persona1-info
    .persona1-pronomen,
  main.person
    .person1
    .persona1-items
    .persona1-info-wrap
    .persona1-info
    .persona1-organisation,
  main.person
    .person1
    .persona1-items
    .persona1-info-wrap
    .persona1-info
    .persona1-website {
    font-size: 15px;
  }
  main.person .person2 {
    background-color: #fff;
    padding-top: 30px;
  }
  main.person .person2 .persona2-items {
    flex-wrap: wrap;
    gap: 30px;
  }
  main.person .person2 .persona2-items .persona2-text {
    flex: 100%;
  }
  main.person .person2 .persona2-items .persona2-img {
    width: 100%;
  }
  main.person .person2 .persona2-items .persona2-img img {
    width: 100%;
    height: auto;
  }
  main.person .person3 .person3-img {
    height: 230px;
  }
  main.person .person3 .person3-img img {
    display: none;
  }
  main.person .person3 .person3-img img.bg-mob {
    display: block;
  }
  main.person .person3 .persona3-items {
    padding-top: 300px;
    flex-wrap: wrap;
  }
  main.person .person3 .persona3-items .persona3-img {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 0;
  }
  main.person .person3 .persona3-items .persona3-img img {
    max-width: 140px;
    right: 0;
  }
  main.person .person4 {
    min-height: 776px;
  }
  main.person .person4 .person4-img {
    height: 776px;
  }
  main.person .person4 .person4-img img {
    display: none;
  }
  main.person .person4 .person4-img img.bg-mob {
    display: block;
  }
  main.person .person4 .persona4-items {
    gap: 20px;
    min-height: 776px;
    flex-wrap: wrap;
    padding-top: 0;
    justify-content: center;
    padding: 60px 0;
  }
  main.person .person4 .persona4-items .persona4-text {
    padding-top: 0;
    flex: none;
    width: 100%;
  }
  main.person .person4 .persona4-items .persona4-img img {
    max-height: 140px;
    width: auto;
    position: relative;
    top: 0;
  }
  main.person .person5 {
    min-height: 70px;
    padding-top: 50px;
    padding-bottom: 150px;
  }
  main.person .person5 .person5-img {
    height: 70px;
  }
  main.person .person5 .person5-img img {
    display: none;
  }
  main.person .person5 .person5-img img.bg-mob {
    display: block;
  }
  main.person .person5 .persona5-items .persona5-left {
    display: none;
  }
  main.person .person5 .persona5-items .persona5-right a img {
    height: 45px;
    width: auto;
  }
  main.person .person6 {
    padding-bottom: 70px;
  }
  main.person .person6 .line-h4 {
    margin-top: 60px;
    margin-bottom: 28px;
  }
  main.person .person7 {
    min-height: 140px;
    padding: 140px 0;
    background-color: #ffbbea;
    margin-bottom: 0;
  }
  main.person .person7 .person7-img-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 70px;
    display: block;
  }
  main.person .person7 .person7-img-top img {
    width: 100%;
    height: 100%;
    display: block;
  }
  main.person .person7 .person7-img-top img.bg-mob {
    display: block;
  }
  main.person .person7 .person7-img {
    height: 70px;
  }
  main.person .person7 .person7-img img {
    display: none;
  }
  main.person .person7 .person7-img img.bg-mob {
    display: block;
  }
  main.person .person7 .person7-quote {
    height: auto;
  }
  main.person .person7 .person7-quote span {
    font-size: 32px;
    font-weight: 400;
    line-height: 50px; /* 156.25% */
    letter-spacing: -0.96px;
    width: auto;
  }
  main.res-main {
    margin-top: 0;
  }
  main.res-main .res-title-page {
    position: relative;
    width: 100%;
    min-height: 255px;
    padding-top: 100px;
  }
  main.res-main .res-title-page .res-title-img {
    height: 255px;
  }
  main.res-main .res-title-page .res-title-img img {
    display: none;
  }
  main.res-main .res-title-page .res-title-img img.bg-mob {
    display: block;
  }
  main.res-main .res-filter {
    margin: 30px 0;
  }
  main.res-main .res-filter .container {
    transition: none;
    will-change: transform;
  }
  main.res-main .res-filter .h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  main.res-main .res-filter .filter-items {
    width: 100%;
    padding-right: 0;
  }
  main.res-main .res-filter .filter-items .filter-item {
    padding: 4px 10px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.14px;
  }
  main.res-main .res {
    min-height: 310px;
  }
  main.res-main .res .res-img {
    height: 310px;
  }
  main.res-main .res .res-img img {
    display: none;
  }
  main.res-main .res .res-img img.bg-mob {
    display: block;
  }
  main.res-main .res .res-title {
    height: 310px;
    max-width: 100%;
    font-size: 38px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.38px;
  }
  main.res-main .res .res-items {
    padding-left: 0;
    padding-top: 30px;
  }
  main.res-main .res .res-items .res-item {
    border-bottom: none;
    padding-bottom: 0;
  }
  main.res-main .res .res-items .res-item .res-item-visible .res-item-img {
    height: 110px;
    margin-bottom: 28px;
  }
  main.res-main .res .res-items .res-item .res-item-visible .res-item-title {
    margin-bottom: 55px;
  }
  main.res-main .res .res-items .res-item .res-item-visible .res-item-intro {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 30px;
  }
  main.res-main .res .res-items .res-item .res-item-visible .res-item-more {
    text-align: center;
  }
  main.res-main .res .res-items .res-item.expanded .res-item-hide {
    text-align: center;
  }
  main.res-main .res.res1 {
    margin-top: 0;
  }
  main.res-main .res-bottom {
    min-height: 200px;
    margin-top: 50px;
  }
  main.res-main .res-bottom .res-bottom-img {
    height: 200px;
  }
  main.res-main .res-bottom .res-bottom-img img {
    display: none;
  }
  main.res-main .res-bottom .res-bottom-img img.bg-mob {
    display: block;
  }
  footer {
    min-height: 675px;
    padding-top: 25px;
  }
  footer .footer-bg {
    height: 700px;
  }
  footer .footer-bg img {
    display: none;
  }
  footer .footer-bg img.bg-mob {
    display: block;
  }
  footer .footer-logos {
    width: 100%;
    flex-wrap: wrap;
  }
  footer .footer-logos .footer-logo {
    gap: 15px;
    flex: 0 0 calc(50% - 10px);
    align-items: flex-start;
  }
  footer .footer-logos .footer-logo .footer-logo-img {
    max-width: 100%;
  }
  footer .footer-logos .footer-logo .footer-logo-img img {
    max-width: 100%;
  }
  footer .footer-content {
    padding-bottom: 160px;
    gap: 30px;
  }
  footer .footer-content .footer-middle {
    padding-top: 150px;
  }
  footer .footer-content .footer-middle .footer-middle-left {
    display: none;
  }
  footer .footer-content .footer-middle .footer-middle-right {
    gap: 30px;
    flex-wrap: wrap;
  }
  footer .footer-content .footer-middle .footer-middle-right .footer-block {
    flex: 0 0 100%;
    padding-left: 10px;
    display: flex;
    justify-content: normal;
    align-items: flex-start;
    gap: 40px;
  }
  footer
    .footer-content
    .footer-middle
    .footer-middle-right
    .footer-block.footer-contacts {
    margin-top: 0px;
  }
  footer
    .footer-content
    .footer-middle
    .footer-middle-right
    .footer-block
    .footer-title-mob {
    flex: 0 0 calc(50% - 33px);
    display: block;
    color: var(--Black, #001903);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
  }
  footer
    .footer-content
    .footer-middle
    .footer-middle-right
    .footer-block
    .footer-block-wrap {
    flex: 0 0 calc(50% - 10px);
    gap: 2px;
    font-size: 12px;
    font-weight: 400;
  }
  footer
    .footer-content
    .footer-middle
    .footer-middle-right
    .footer-block
    .footer-block-wrap
    .footer-title {
    display: none;
  }
  footer .footer-content .footer-bottom .copy {
    font-size: 10px;
  }
  footer .footer-content .footer-bottom .privacy {
    font-size: 9px;
  }
  footer .footer-content .footer-bottom .credit {
    margin-top: -6px;
    font-size: 9px;
  }
}
@media (max-width: 480px) {
  main.res-main .res .res-title {
    font-size: 28px;
  }
} /*# sourceMappingURL=style.css.map */

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}/*# sourceMappingURL=slick.css.map */
.lazy-hidden,.entry img.lazy-hidden, img.thumbnail.lazy-hidden {
	background-color: #ffffff;
	background-image: url(/wp-content/plugins/a3-lazy-load/assets/css/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
figure.wp-block-image img.lazy-hidden {
	min-width: 150px;
}
picture source[type="image/webp"] {
	display: block;
}
.clear{clear:both}.nobr{white-space:nowrap}.lazy-hidden,.entry img.lazy-hidden,img.thumbnail.lazy-hidden{background-color:#fff}
.wp-block-kadence-form{margin-bottom:30px}.kb-form-align-center .kb-form{justify-content:center}.kb-form-align-right .kb-form{justify-content:flex-end}.kb-form-align-center.kb-form-field-align .kb-form{text-align:center}.kb-form-align-center.kb-form-field-align .kb-form .kadence-blocks-form-field{justify-content:center;text-align:center}.kb-form-align-right.kb-form-field-align .kb-form{text-align:right}.kb-form-align-right.kb-form-field-align .kb-form .kadence-blocks-form-field{justify-content:flex-end;text-align:right}.kb-form{display:flex;flex-wrap:wrap;margin:0 -5px;align-items:flex-end;position:relative;text-align:left}.kb-form .required{color:#e53e3e;margin-left:5px}.kb-form .kadence-blocks-form-field{box-sizing:border-box;padding:0 5px;margin-bottom:16px;flex-wrap:wrap;justify-content:flex-start;text-align:left;align-items:center;display:flex;width:100%}.kb-form .kadence-blocks-form-field.kb-field-desk-width-20{width:20%}.kb-form .kadence-blocks-form-field.kb-field-desk-width-25{width:25%}.kb-form .kadence-blocks-form-field.kb-field-desk-width-33{width:33.33%}.kb-form .kadence-blocks-form-field.kb-field-desk-width-40{width:40%}.kb-form .kadence-blocks-form-field.kb-field-desk-width-50{width:50%}.kb-form .kadence-blocks-form-field.kb-field-desk-width-60{width:60%}.kb-form .kadence-blocks-form-field.kb-field-desk-width-66{width:66.66%}.kb-form .kadence-blocks-form-field.kb-field-desk-width-75{width:75%}.kb-form .kadence-blocks-form-field.kb-field-desk-width-80{width:80%}.kb-form .kadence-blocks-form-field.kb-field-desk-width-unset{width:auto}.kb-form .kadence-blocks-form-field.kb-submit-field{margin-bottom:0;justify-content:inherit}.kb-form .kadence-blocks-form-field.kb-accept-form-field{align-items:flex-start}.kb-form .kadence-blocks-form-field.kb-accept-form-field .kb-checkbox-style{margin:.5rem .5rem 0 0}.kb-form .kadence-blocks-form-field.kb-accept-form-field .kb-checkbox-style~label{width:calc(100% - 1.8em)}.kb-form .kadence-blocks-form-field label{display:block;line-height:1.8}.kb-form .kadence-blocks-form-field .kb-checkbox-style,.kb-form .kadence-blocks-form-field .kb-radio-style{padding:0;background-color:initial;cursor:default;-webkit-appearance:auto;appearance:auto;box-sizing:border-box;margin:3px 5px 3px 0;border-color:var(--global-gray-500, #818a91);box-shadow:none;width:auto;flex:none}.kb-form .kadence-blocks-form-field .kb-checkbox-style:before,.kb-form .kadence-blocks-form-field .kb-radio-style:before{display:none}.kb-form .kadence-blocks-form-field .kb-select-style-field{color:var(--global-palette4, #373a3c);border:1px solid var(--global-gray-500, #818a91);border-radius:3px;padding:10px 12px;min-height:40px;flex-basis:100%;max-width:100%;width:100%;flex-grow:1;vertical-align:middle;-webkit-appearance:menulist;appearance:menulist;background:initial;cursor:pointer}.kb-form .kadence-blocks-form-field.kb-input-size-small .kb-select-style-field{min-height:28px}.kb-form .kadence-blocks-form-field.kb-input-size-large .kb-select-style-field{min-height:60px}.kb-form .kadence-blocks-form-field .kb-select-style-field[multiple]{-webkit-appearance:listbox;appearance:listbox;height:auto;max-height:70px}.kb-form .kadence-blocks-form-field .kb-text-style-field{flex-basis:100%;max-width:100%;width:100%;border:1px solid var(--global-gray-500, #818a91);background-color:var(--global-palette9, #fff);color:var(--global-palette4, #373a3c);vertical-align:middle;flex-grow:1;z-index:10;min-height:40px;padding:10px 12px;border-radius:3px}.kb-form .kadence-blocks-form-field .kb-checkbox-style-field,.kb-form .kadence-blocks-form-field .kb-radio-style-field{flex-basis:100%;max-width:100%;width:100%;flex-grow:1;margin-top:.3em}.kb-form .kadence-blocks-form-field .kb-checkbox-style-field.kb-radio-style-inline,.kb-form .kadence-blocks-form-field .kb-radio-style-field.kb-radio-style-inline{display:flex;flex-wrap:wrap}.kb-form .kadence-blocks-form-field .kb-checkbox-item,.kb-form .kadence-blocks-form-field .kb-radio-item{display:flex;margin:0;align-items:center}.kb-form .kadence-blocks-form-field .kb-radio-style-inline .kb-checkbox-item:not(:first-child),.kb-form .kadence-blocks-form-field .kb-radio-style-inline .kb-radio-item:not(:first-child){margin-left:.8em}.kb-form .kadence-blocks-form-field.kb-input-size-custom .kb-text-style-field{min-height:0;padding:10px}.kb-form .kadence-blocks-form-field.kb-input-size-small .kb-text-style-field{min-height:28px;padding:5px 10px}.kb-form .kadence-blocks-form-field.kb-input-size-large .kb-text-style-field{min-height:60px;padding:16px 16px}.kb-form .kadence-blocks-form-field .kb-forms-submit{z-index:1;position:relative;padding:8px 16px;line-height:1.8;cursor:pointer;font-size:18px;text-shadow:none;border-width:0px;border-radius:3px;border-color:var(--global-palette-btn-bg, #1768ea);background:var(--global-palette-btn-bg, #1768ea);color:var(--global-palette-btn, #ffffff);display:flex;text-align:center;justify-content:center;border-style:solid;overflow:hidden;transition:all .3s ease-in-out}.kb-form .kadence-blocks-form-field .kb-forms-submit.kb-button-size-small{padding:4px 8px;font-size:16px}.kb-form .kadence-blocks-form-field .kb-forms-submit.kb-button-size-large{padding:12px 24px;font-size:20px}.kb-form .kadence-blocks-form-field .kb-forms-submit.kb-button-width-full{width:100%}.kb-form .kadence-blocks-form-field .kb-forms-submit:hover{border-color:var(--global-palette-btn-bg-hover, #1768ea);color:var(--global-palette-btn-hover, #ffffff);background:var(--global-palette-btn-bg-hover, #1768ea)}.kb-form .kadence-blocks-form-field .kb-forms-submit::before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;z-index:-1;opacity:0;transition:all .3s ease-in-out}.kb-form .kadence-blocks-form-field .kb-forms-submit:hover::before{opacity:1}.kb-form .kadence-blocks-form-field .kb-field-help{color:var(--global-palette6, #777);margin:2px 0 5px 0;font-size:80%;font-style:italic;display:block;flex-basis:100%;width:0}.kb-form .kadence-blocks-form-field a.kb-accept-link{display:block;flex-basis:100%;width:0}.kb-form .kadence-blocks-form-field .kb-field{justify-content:inherit;text-align:inherit}.kb-form .kadence-blocks-form-field .kb-field .kb-checkbox-item,.kb-form .kadence-blocks-form-field .kb-field .kb-radio-item{justify-content:inherit;text-align:inherit}.kb-form input.kadence-blocks-field.verify,.kb-form .kadence-verify-label{opacity:0;position:absolute;top:0;left:0;height:0;width:0;z-index:-1}.kadence-blocks-form-warning{background:#fff5f5;margin-top:10px;padding:10px;border-radius:2px;border:1px solid #fc8181;color:#c53030;font-weight:bold}.kb-form-error-msg{background:#fff5f5;margin-top:10px;padding:8px;border-radius:2px;border:1px solid #fc8181;color:#c53030;font-weight:bold;width:100%;text-align:left}.kb-form.kb-form-has-error{align-items:flex-start}.kb-form .kadence-blocks-form-field .kb-text-style-field.has-error:not(.missingclass){border-color:#c53030}.kadence-blocks-form-success{background:#ebf8ff;margin-top:10px;padding:10px;border-radius:2px;border:1px solid #4299e1;color:#2b6cb0;font-weight:bold}.kb-form-loading{position:absolute;top:0;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.7);z-index:10;display:flex;align-items:flex-end;justify-content:center}.kb-form-loading-spin{display:inline-block;position:relative;width:64px;height:64px}.kb-form-loading-spin div{position:absolute;top:27px;width:11px;height:11px;border-radius:50%;background:rgba(0,0,0,.7);animation-timing-function:cubic-bezier(0, 1, 1, 0)}.kb-form-loading-spin div:nth-child(1){left:6px;animation:kb-form-ellipses1 .6s infinite}.kb-form-loading-spin div:nth-child(2){left:6px;animation:kb-form-ellipses2 .6s infinite}.kb-form-loading-spin div:nth-child(3){left:26px;animation:kb-form-ellipses2 .6s infinite}.kb-form-loading-spin div:nth-child(4){left:45px;animation:kb-form-ellipses3 .6s infinite}@keyframes kb-form-ellipses1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes kb-form-ellipses3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes kb-form-ellipses2{0%{transform:translate(0, 0)}100%{transform:translate(19px, 0)}}@media(min-width: 768px)and (max-width: 1024px){.kb-form .kadence-blocks-form-field.kb-field-tablet-width-20{width:20%}.kb-form .kadence-blocks-form-field.kb-field-tablet-width-25{width:25%}.kb-form .kadence-blocks-form-field.kb-field-tablet-width-33{width:33.33%}.kb-form .kadence-blocks-form-field.kb-field-tablet-width-40{width:40%}.kb-form .kadence-blocks-form-field.kb-field-tablet-width-50{width:50%}.kb-form .kadence-blocks-form-field.kb-field-tablet-width-60{width:60%}.kb-form .kadence-blocks-form-field.kb-field-tablet-width-66{width:66.66%}.kb-form .kadence-blocks-form-field.kb-field-tablet-width-75{width:75%}.kb-form .kadence-blocks-form-field.kb-field-tablet-width-80{width:80%}.kb-form .kadence-blocks-form-field.kb-field-tablet-width-100{width:100%}.kb-form .kadence-blocks-form-field.kb-field-tablet-width-unset{width:auto}}@media(max-width: 767px){.kb-form .kadence-blocks-form-field.kb-field-mobile-width-20{width:20%}.kb-form .kadence-blocks-form-field.kb-field-mobile-width-25{width:25%}.kb-form .kadence-blocks-form-field.kb-field-mobile-width-33{width:33.33%}.kb-form .kadence-blocks-form-field.kb-field-mobile-width-40{width:40%}.kb-form .kadence-blocks-form-field.kb-field-mobile-width-50{width:50%}.kb-form .kadence-blocks-form-field.kb-field-mobile-width-60{width:60%}.kb-form .kadence-blocks-form-field.kb-field-mobile-width-66{width:66.66%}.kb-form .kadence-blocks-form-field.kb-field-mobile-width-75{width:75%}.kb-form .kadence-blocks-form-field.kb-field-mobile-width-80{width:80%}.kb-form .kadence-blocks-form-field.kb-field-mobile-width-100{width:100%}.kb-form .kadence-blocks-form-field.kb-field-mobile-width-unset{width:auto}}

