.lp-container {
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1.25rem;
  max-width: 85rem;
}
@media (min-width: 1920px) {
  .lp-container {
    max-width: 112.625rem;
  }
}
@media (min-width: 2560px) {
  .lp-container {
    max-width: 147.1875rem;
  }
}

.lp-container-md {
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 68.5rem;
}
@media (min-width: 1920px) {
  .lp-container-md {
    max-width: 88.625rem;
  }
}
@media (min-width: 2560px) {
  .lp-container-md {
    max-width: 118.25rem;
  }
}

.lp-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media (min-width: 768px) {
  .lp-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.lp-head .lp-headline_default {
  max-width: 49rem;
}
@media (min-width: 1920px) {
  .lp-head .lp-headline_default {
    max-width: 67.75rem;
  }
}
@media (min-width: 2560px) {
  .lp-head .lp-headline_default {
    max-width: 85.25rem;
  }
}

.lp-head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 1441px) {
  .lp-head-left {
    gap: clamp(2rem, 1.357rem + 0.71vw, 2.5rem);
    margin-bottom: clamp(3rem, 1.714rem + 1.43vw, 4rem);
  }
}
@media (max-width: 768px) {
  .lp-head-left .lp-headline_h2 > * {
    font-size: 2.5rem !important;
  }
}

.lp-head-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .lp-head-center {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 1441px) {
  .lp-head-center {
    margin-bottom: clamp(4.5rem, 1.929rem + 2.86vw, 6.5rem);
    gap: clamp(1.5rem, 0.214rem + 1.43vw, 2.5rem);
  }
}
@media (min-width: 1025px) {
  .lp-head-center .lp-btn_default {
    margin-top: 1.5rem;
  }
}
.lp-head-center .lp-headline_h1 > * {
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}
@media (min-width: 1025px) {
  .lp-head-center .lp-headline_h1 > * strong {
    font-size: 4.5rem;
  }
}
@media (min-width: 1920px) {
  .lp-head-center .lp-headline_h1 > * strong {
    font-size: 5.75rem;
  }
}
@media (min-width: 2560px) {
  .lp-head-center .lp-headline_h1 > * strong {
    font-size: 7.5625rem;
  }
}
@media (min-width: 1025px) {
  .lp-head-center .lp-text_default {
    max-width: 49%;
    margin: 0 auto;
  }
}
@media (min-width: 1920px) {
  .lp-head-center .lp-text_default {
    max-width: 44%;
  }
}
@media (min-width: 2560px) {
  .lp-head-center .lp-text_default {
    max-width: 37%;
  }
}

.lp-focus-light:focus, .lp-focus-light:active {
  outline: none;
}
.lp-focus-light:focus-visible {
  outline: 1px solid #ffffff;
}

.lp-focus-dark:focus, .lp-focus-dark:active {
  outline: none;
}
.lp-focus-dark:focus-visible {
  outline: 1px solid #000000;
}

.flexible-spacer {
  margin: 2rem 0;
}
@media (min-width: 1025px) {
  .flexible-spacer {
    margin: 2.5rem 0;
  }
}
@media (min-width: 1441px) {
  .flexible-spacer {
    margin: clamp(2.5rem, 0.571rem + 2.14vw, 4rem) 0;
  }
}
.flexible-spacer_small {
  height: 1px;
}
@media (min-width: 1025px) {
  .flexible-spacer_small {
    height: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .flexible-spacer_small {
    height: 2.5rem;
  }
}
@media (min-width: 2560px) {
  .flexible-spacer_small {
    height: 3.75rem;
  }
}
.flexible-spacer_default {
  height: 1px;
}
@media (min-width: 1025px) {
  .flexible-spacer_default {
    height: 2.5rem;
  }
}
@media (min-width: 1920px) {
  .flexible-spacer_default {
    height: 3.75rem;
  }
}
@media (min-width: 2560px) {
  .flexible-spacer_default {
    height: 5rem;
  }
}
.flexible-spacer_big {
  height: 1px;
}
@media (min-width: 1025px) {
  .flexible-spacer_big {
    height: 5rem;
  }
}
@media (min-width: 1920px) {
  .flexible-spacer_big {
    height: 6.25rem;
  }
}
@media (min-width: 2560px) {
  .flexible-spacer_big {
    height: 7.5rem;
  }
}

.lp-side-contacts-fix {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 36%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .lp-side-contacts-fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lp-side-contacts-fix li a {
  width: 60px;
  height: 49px;
  background-color: #FFE200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  text-decoration: none;
}
@media (min-width: 1920px) {
  .lp-side-contacts-fix li a {
    width: 70px;
    height: 59px;
  }
}
@media (min-width: 2560px) {
  .lp-side-contacts-fix li a {
    width: 80px;
    height: 69px;
  }
}
.lp-side-contacts-fix li a:focus-visible {
  outline-offset: -4px;
}
.lp-side-contacts-fix li a svg {
  width: 1.6875rem;
  height: auto;
}
@media (min-width: 1920px) {
  .lp-side-contacts-fix li a svg {
    width: 1.875rem;
  }
}
@media (min-width: 2560px) {
  .lp-side-contacts-fix li a svg {
    width: 2.0625rem;
  }
}

.lp-loader {
  display: none;
  width: 1rem;
  height: 1rem;
  border: 2px solid #FFE200;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-animation: spin 0.6s linear infinite;
          animation: spin 0.6s linear infinite;
  margin-left: 8px;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.lp-loader.lp-loading {
  display: inline-block;
}

.screen-readers {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-break: normal !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.lp-headline_default h1, .lp-headline_default h2, .lp-headline_default h3, .lp-headline_default h4, .lp-headline_default h5, .lp-headline_default h6,
.lp-text_default h1,
.lp-text_default h2,
.lp-text_default h3,
.lp-text_default h4,
.lp-text_default h5,
.lp-text_default h6 {
  text-transform: inherit;
  margin: 0 !important;
  line-height: 1.2;
  font-weight: 300;
}
.lp-headline_default > .h1, .lp-headline_default > .h1 strong,
.lp-text_default > .h1,
.lp-text_default > .h1 strong {
  font-weight: 300;
  color: #000000;
  font-size: 2.5rem !important;
}
@media (min-width: 1025px) {
  .lp-headline_default > .h1, .lp-headline_default > .h1 strong,
  .lp-text_default > .h1,
  .lp-text_default > .h1 strong {
    font-size: 3.5rem !important;
  }
}
@media (min-width: 1280px) {
  .lp-headline_default > .h1, .lp-headline_default > .h1 strong,
  .lp-text_default > .h1,
  .lp-text_default > .h1 strong {
    font-size: 4rem !important;
  }
}
@media (min-width: 1920px) {
  .lp-headline_default > .h1, .lp-headline_default > .h1 strong,
  .lp-text_default > .h1,
  .lp-text_default > .h1 strong {
    font-size: 5.3125rem !important;
  }
}
@media (min-width: 2560px) {
  .lp-headline_default > .h1, .lp-headline_default > .h1 strong,
  .lp-text_default > .h1,
  .lp-text_default > .h1 strong {
    font-size: 7.125rem !important;
  }
}
.lp-headline_default > .h1 strong,
.lp-text_default > .h1 strong {
  font-weight: 700;
}
.lp-headline_default > .h2, .lp-headline_default > .h2 strong,
.lp-text_default > .h2,
.lp-text_default > .h2 strong {
  font-size: 2rem !important;
}
@media (min-width: 1025px) {
  .lp-headline_default > .h2, .lp-headline_default > .h2 strong,
  .lp-text_default > .h2,
  .lp-text_default > .h2 strong {
    font-size: 3rem !important;
  }
}
@media (min-width: 1920px) {
  .lp-headline_default > .h2, .lp-headline_default > .h2 strong,
  .lp-text_default > .h2,
  .lp-text_default > .h2 strong {
    font-size: 4rem !important;
  }
}
@media (min-width: 2560px) {
  .lp-headline_default > .h2, .lp-headline_default > .h2 strong,
  .lp-text_default > .h2,
  .lp-text_default > .h2 strong {
    font-size: 5.3125rem !important;
  }
}
.lp-headline_default > .h3, .lp-headline_default > .h3 strong,
.lp-text_default > .h3,
.lp-text_default > .h3 strong {
  font-size: 1.75rem !important;
}
@media (min-width: 1025px) {
  .lp-headline_default > .h3, .lp-headline_default > .h3 strong,
  .lp-text_default > .h3,
  .lp-text_default > .h3 strong {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1920px) {
  .lp-headline_default > .h3, .lp-headline_default > .h3 strong,
  .lp-text_default > .h3,
  .lp-text_default > .h3 strong {
    font-size: 3rem !important;
  }
}
@media (min-width: 2560px) {
  .lp-headline_default > .h3, .lp-headline_default > .h3 strong,
  .lp-text_default > .h3,
  .lp-text_default > .h3 strong {
    font-size: 3.5rem !important;
  }
}
.lp-headline_default > .h4, .lp-headline_default > .h4 strong,
.lp-text_default > .h4,
.lp-text_default > .h4 strong {
  font-size: 1.5rem !important;
}
@media (min-width: 1025px) {
  .lp-headline_default > .h4, .lp-headline_default > .h4 strong,
  .lp-text_default > .h4,
  .lp-text_default > .h4 strong {
    font-size: 2rem !important;
  }
}
@media (min-width: 1920px) {
  .lp-headline_default > .h4, .lp-headline_default > .h4 strong,
  .lp-text_default > .h4,
  .lp-text_default > .h4 strong {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 2560px) {
  .lp-headline_default > .h4, .lp-headline_default > .h4 strong,
  .lp-text_default > .h4,
  .lp-text_default > .h4 strong {
    font-size: 3rem !important;
  }
}
.lp-headline_default > .h5, .lp-headline_default > .h5 strong,
.lp-text_default > .h5,
.lp-text_default > .h5 strong {
  font-size: 1.25rem !important;
}
@media (min-width: 1025px) {
  .lp-headline_default > .h5, .lp-headline_default > .h5 strong,
  .lp-text_default > .h5,
  .lp-text_default > .h5 strong {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1920px) {
  .lp-headline_default > .h5, .lp-headline_default > .h5 strong,
  .lp-text_default > .h5,
  .lp-text_default > .h5 strong {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 2560px) {
  .lp-headline_default > .h5, .lp-headline_default > .h5 strong,
  .lp-text_default > .h5,
  .lp-text_default > .h5 strong {
    font-size: 2rem !important;
  }
}
.lp-headline_default > .h6, .lp-headline_default > .h6 strong,
.lp-text_default > .h6,
.lp-text_default > .h6 strong {
  font-size: 1.125rem !important;
}
@media (min-width: 1025px) {
  .lp-headline_default > .h6, .lp-headline_default > .h6 strong,
  .lp-text_default > .h6,
  .lp-text_default > .h6 strong {
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1920px) {
  .lp-headline_default > .h6, .lp-headline_default > .h6 strong,
  .lp-text_default > .h6,
  .lp-text_default > .h6 strong {
    font-size: 1.375rem !important;
  }
}
@media (min-width: 2560px) {
  .lp-headline_default > .h6, .lp-headline_default > .h6 strong,
  .lp-text_default > .h6,
  .lp-text_default > .h6 strong {
    font-size: 1.5rem !important;
  }
}

.lp-headline_h1 > * {
  font-size: 2.5rem !important;
}
@media (min-width: 1025px) {
  .lp-headline_h1 > * {
    font-size: 3.5rem !important;
  }
}
@media (min-width: 1280px) {
  .lp-headline_h1 > * {
    font-size: 4rem !important;
  }
}
@media (min-width: 1920px) {
  .lp-headline_h1 > * {
    font-size: 5.3125rem !important;
  }
}
@media (min-width: 2560px) {
  .lp-headline_h1 > * {
    font-size: 7.125rem !important;
  }
}

.lp-headline_h2 > * {
  font-size: 2rem !important;
}
@media (min-width: 1025px) {
  .lp-headline_h2 > * {
    font-size: 3rem !important;
  }
}
@media (min-width: 1920px) {
  .lp-headline_h2 > * {
    font-size: 4rem !important;
  }
}
@media (min-width: 2560px) {
  .lp-headline_h2 > * {
    font-size: 5.3125rem !important;
  }
}

.lp-headline_h3 > * {
  font-size: 1.75rem !important;
}
@media (min-width: 1025px) {
  .lp-headline_h3 > * {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1920px) {
  .lp-headline_h3 > * {
    font-size: 3rem !important;
  }
}
@media (min-width: 2560px) {
  .lp-headline_h3 > * {
    font-size: 3.5rem !important;
  }
}

.lp-headline_h4 > * {
  font-size: 1.5rem !important;
}
@media (min-width: 1025px) {
  .lp-headline_h4 > * {
    font-size: 2rem !important;
  }
}
@media (min-width: 1920px) {
  .lp-headline_h4 > * {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 2560px) {
  .lp-headline_h4 > * {
    font-size: 3rem !important;
  }
}

.lp-headline_h5 > * {
  font-size: 1.25rem !important;
}
@media (min-width: 1025px) {
  .lp-headline_h5 > * {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1920px) {
  .lp-headline_h5 > * {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 2560px) {
  .lp-headline_h5 > * {
    font-size: 2rem !important;
  }
}

.lp-headline_h6 > * {
  font-size: 1.125rem !important;
}
@media (min-width: 1025px) {
  .lp-headline_h6 > * {
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1920px) {
  .lp-headline_h6 > * {
    font-size: 1.375rem !important;
  }
}
@media (min-width: 2560px) {
  .lp-headline_h6 > * {
    font-size: 1.5rem !important;
  }
}

.lp-subheadline_default {
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #595959;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 1920px) {
  .lp-subheadline_default {
    font-size: 1.25rem;
  }
}
@media (min-width: 2560px) {
  .lp-subheadline_default {
    font-size: 1.375rem;
  }
}
.lp-subheadline_default p {
  color: #595959;
  margin: 0 !important;
  font-size: 1.125rem;
}
@media (min-width: 1920px) {
  .lp-subheadline_default p {
    font-size: 1.25rem;
  }
}
@media (min-width: 2560px) {
  .lp-subheadline_default p {
    font-size: 1.375rem;
  }
}

.hyphens-manual {
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}

.white-space-nowrap {
  white-space: nowrap;
}

.lp-text_default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1441px) {
  .lp-text_default {
    gap: clamp(1rem, 0.357rem + 0.71vw, 1.5rem);
  }
}
.lp-text_default > * {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #595959;
}
@media (min-width: 1920px) {
  .lp-text_default > * {
    font-size: 1.25rem;
  }
}
@media (min-width: 2560px) {
  .lp-text_default > * {
    font-size: 1.375rem;
  }
}
.lp-text_default p {
  margin: 0 !important;
}
.lp-text_default ul, .lp-text_default ol {
  margin-bottom: 0;
}
.lp-text_default h1, .lp-text_default h2, .lp-text_default h3, .lp-text_default h4, .lp-text_default h5, .lp-text_default h6 {
  margin: 1rem 0 0 0 !important;
  color: #000000;
}
.lp-text_default h1 {
  font-size: 2.5rem !important;
}
@media (min-width: 1025px) {
  .lp-text_default h1 {
    font-size: 3.5rem !important;
  }
}
@media (min-width: 1280px) {
  .lp-text_default h1 {
    font-size: 4rem !important;
  }
}
@media (min-width: 1920px) {
  .lp-text_default h1 {
    font-size: 5.3125rem !important;
  }
}
@media (min-width: 2560px) {
  .lp-text_default h1 {
    font-size: 7.125rem !important;
  }
}
.lp-text_default h2 {
  font-size: 2rem !important;
}
@media (min-width: 1025px) {
  .lp-text_default h2 {
    font-size: 3rem !important;
  }
}
@media (min-width: 1920px) {
  .lp-text_default h2 {
    font-size: 4rem !important;
  }
}
@media (min-width: 2560px) {
  .lp-text_default h2 {
    font-size: 5.3125rem !important;
  }
}
.lp-text_default h3 {
  font-size: 1.75rem !important;
}
@media (min-width: 1025px) {
  .lp-text_default h3 {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1920px) {
  .lp-text_default h3 {
    font-size: 3rem !important;
  }
}
@media (min-width: 2560px) {
  .lp-text_default h3 {
    font-size: 3.5rem !important;
  }
}
.lp-text_default h4 {
  font-size: 1.5rem !important;
}
@media (min-width: 1025px) {
  .lp-text_default h4 {
    font-size: 2rem !important;
  }
}
@media (min-width: 1920px) {
  .lp-text_default h4 {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 2560px) {
  .lp-text_default h4 {
    font-size: 3rem !important;
  }
}
.lp-text_default h5 {
  font-size: 1.25rem !important;
}
@media (min-width: 1025px) {
  .lp-text_default h5 {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1920px) {
  .lp-text_default h5 {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 2560px) {
  .lp-text_default h5 {
    font-size: 2rem !important;
  }
}

.lp-ul-style ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  list-style: none;
  margin: 0;
}
.lp-ul-style ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.lp-ul-style ul li::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNi4xMzMzM0w2LjU2NTIyIDEyTDE3IDEiIHN0cm9rZT0iIzU5NTk1OSIgc3Ryb2tlLXdpZHRoPSIxLjciLz4KPC9zdmc+Cg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 1.125rem;
  height: 0.875rem;
  line-height: 0;
}
@media (min-width: 1920px) {
  .lp-ul-style ul li::before {
    width: 1.25rem;
    height: 1rem;
  }
}
@media (min-width: 2560px) {
  .lp-ul-style ul li::before {
    width: 1.375rem;
    height: 1.125rem;
  }
}

.lp-btn_default {
  line-height: 0;
}

.lp-btn {
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.875rem 2rem;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: none;
}
@media (min-width: 1025px) {
  .lp-btn {
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px) {
  .lp-btn {
    font-size: 1.25rem;
    padding: 1.125rem 2.25rem;
    gap: 0.75rem;
  }
}
@media (min-width: 2560px) {
  .lp-btn {
    font-size: 1.375rem;
    padding: 1.375rem 2.5rem;
    gap: 0.875rem;
  }
}
.lp-btn svg {
  width: 0.75rem;
  height: 0.75rem;
}
@media (min-width: 1025px) {
  .lp-btn svg {
    width: 1rem;
    height: 1rem;
  }
}
@media (min-width: 1920px) {
  .lp-btn svg {
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media (min-width: 2560px) {
  .lp-btn svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.lp-btn_black {
  background-color: #000000;
  color: #ffffff;
}
.lp-btn_black:hover {
  background-color: #595959;
  color: #ffffff;
}
.lp-btn_black:focus {
  color: #ffffff;
}
.lp-btn_white {
  background-color: #ffffff;
  color: #000000;
}
.lp-btn_white:hover {
  background-color: #595959;
  color: #ffffff;
}
.lp-btn_white:hover svg path, .lp-btn_white:hover svg polygon {
  fill: #ffffff;
}
.lp-btn_white:focus {
  background-color: #ffffff;
  color: #000000;
}
.lp-btn:focus {
  outline: none;
}
.lp-btn:focus-visible {
  outline: 1px solid #000000;
  outline-offset: 2px;
}
.lp-btn_focus-light:focus-visible {
  outline: 1px solid #ffffff;
  outline-offset: 2px;
}
.lp-btn_focus-dark:focus-visible {
  outline: 1px solid #000000;
  outline-offset: 2px;
}

@media (max-width: 1024px) {
  .page-template-lp-stadte-template .lp-btn {
    font-size: 1.125rem;
  }
}

body._active {
  overflow: hidden;
}
body._active .lp-site-header__nav {
  right: 0;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-animation: show-menu forwards 0.3s;
          animation: show-menu forwards 0.3s;
}
body._active .lp-site-header__nav2 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  -webkit-animation: show-menu forwards 0.3s;
          animation: show-menu forwards 0.3s;
}
body._active .lp-site-header__nav2 .lp-menu {
  -webkit-animation: menuOpen 0.5s ease forwards;
          animation: menuOpen 0.5s ease forwards;
}
@media (max-width: 1025px) {
  body._active .lp-site-header__nav2 .lp-site-header-menu {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
body._active .lp-menu-button2:focus-visible {
  outline: 1px solid #ffffff;
  border-radius: 50%;
}

.page-template-lp-barrierefreie-template .lp-site-header_bg,
.single-blog .lp-site-header_bg {
  background-color: #ffffff;
}
.page-template-lp-barrierefreie-template .lp-site-header_bg .lp-site-header__logo svg path + path,
.single-blog .lp-site-header_bg .lp-site-header__logo svg path + path {
  fill: #000000;
}

.page-template-lp-stadte-template .entry-content > * {
  background-color: #ffffff;
}
.page-template-lp-stadte-template .lp-site-header_logo-white .lp-site-header__logo, .page-template-lp-stadte-template .lp-site-header_logo-white .lp-menu-button2 {
  outline-color: #ffffff;
}
.page-template-lp-stadte-template .lp-site-header_logo-dark .lp-site-header__logo, .page-template-lp-stadte-template .lp-site-header_logo-dark .lp-menu-button2 {
  outline-color: #000000;
}

.lp-site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: #ffffff;
}
@media (min-width: 1025px) {
  .lp-site-header {
    background-color: transparent;
  }
}
.lp-site-header_logo-white .lp-site-header__logo svg path + path {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .lp-site-header_logo-white .lp-site-header__logo svg path + path {
    fill: #ffffff;
  }
}
.lp-site-header_logo-dark .lp-site-header__logo svg path + path {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .lp-site-header_logo-dark .lp-site-header__logo svg path + path {
    fill: #000000;
  }
}
@media (min-width: 1025px) {
  .lp-site-header {
    padding: 39px 0 36px;
  }
}
.lp-site-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
}
@media (min-width: 1025px) {
  .lp-site-header__row {
    height: auto;
  }
}
.lp-site-header__logo {
  line-height: 0;
  display: block;
}
.lp-site-header__logo svg {
  width: 3.9375rem;
  height: 1.5625rem;
}
@media (min-width: 1025px) {
  .lp-site-header__logo svg {
    width: 5.5rem;
    height: 2.1875rem;
  }
}
@media (min-width: 1441px) {
  .lp-site-header__logo svg {
    width: clamp(5.5rem, 2.929rem + 2.86vw, 7.5rem);
    height: clamp(2.188rem, 1.063rem + 1.25vw, 3.063rem);
  }
}
.lp-site-header__nav {
  display: none;
}
@media (min-width: 1025px) {
  .lp-site-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1024px) {
  .lp-site-header__nav {
    position: fixed;
    right: -100%;
    top: 63px;
    z-index: 101;
    opacity: 0;
    width: 100%;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ffffff;
    margin: 0;
    padding: 2rem 1.25rem 2.875rem;
    display: none;
  }
}
.lp-site-header__nav2 {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9000;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: none;
  background: rgba(26, 26, 26, 0.98);
}
.lp-site-header__nav2 .lp-menu-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem 1.25rem;
}
@media (min-width: 1025px) {
  .lp-site-header__nav2 .lp-menu-container {
    padding: 2.5rem 4.875rem;
  }
}
.lp-site-header__nav2 .lp-menu-container .lp-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-perspective: 1200px;
          perspective: 1200px;
  -webkit-transform: translateY(-25%) rotateX(35deg);
          transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media (min-width: 1025px) {
  .lp-site-header__nav2 .lp-menu-container .lp-menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lp-site-header__nav2 .lp-menu-container .lp-menu .menu-item a {
  color: #ffffff;
  font-size: 3rem;
  padding: 0;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  .lp-site-header__nav2 .lp-menu-container .lp-menu .menu-item a {
    font-size: 3.5rem;
  }
}
@media (min-width: 2560px) {
  .lp-site-header__nav2 .lp-menu-container .lp-menu .menu-item a {
    font-size: 4rem;
  }
}
.lp-site-header__nav2 .lp-menu-container .lp-menu .menu-item a:hover {
  border-color: #FFE200;
}
.lp-site-header__nav2 .lp-menu-container .lp-menu .menu-item a:focus-visible {
  outline: 1px solid #ffffff;
  outline-offset: 2px;
}
.lp-site-header .lp-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}
@media (min-width: 1025px) {
  .lp-site-header .lp-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.5rem;
  }
}
.lp-site-header .lp-menu .menu-item.current-menu-item a {
  border-color: #000000;
}
.lp-site-header .lp-menu .menu-item a {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
  padding: 0.375rem 0;
  border-bottom: 2px solid transparent;
}
.lp-site-header .lp-menu .menu-item a:hover {
  border-color: #000000;
}
.lp-site-header .lp-menu .menu-item a:focus-visible {
  outline: 1px solid #000000;
  outline-offset: 2px;
}
@media (min-width: 1025px) {
  .lp-site-header .lp-menu .menu-item a {
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px) {
  .lp-site-header .lp-menu .menu-item a {
    font-size: 1.25rem;
  }
}
@media (min-width: 2560px) {
  .lp-site-header .lp-menu .menu-item a {
    font-size: 1.375rem;
  }
}
.lp-site-header .lp-main-navigation {
  position: static;
  opacity: 1;
  visibility: visible;
  -webkit-transition: unset;
  transition: unset;
  width: auto;
  height: auto;
  background-color: unset;
}

button.lp-dropdown-toggle,
button.lp-menu-button {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
button.lp-dropdown-toggle:focus,
button.lp-menu-button:focus {
  outline: none;
}
button.lp-dropdown-toggle:focus-visible,
button.lp-menu-button:focus-visible {
  outline: 1px solid #000000;
  outline-offset: 2px;
  border-radius: 0;
}

@media (min-width: 1025px) {
  button.lp-menu-button {
    display: none;
  }
}

button.lp-menu-button2 {
  z-index: 9001;
  display: block;
  background-color: #f5f5f5;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
button.lp-menu-button2:focus-visible {
  border-radius: 50%;
}
button.lp-menu-button2 > div {
  width: 1.375rem;
  height: 1rem;
  position: relative;
}
@media (min-width: 1920px) {
  button.lp-menu-button2 {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media (min-width: 2560px) {
  button.lp-menu-button2 {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

.lp-burger-icon {
  z-index: 150;
  width: 1.375rem;
  height: 1rem;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0;
  outline-color: #000000;
  outline-width: 1px;
  outline-offset: 4px;
  margin: 0;
}
.lp-burger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.lp-burger-icon span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.lp-burger-icon span:nth-child(2) {
  top: 0.4375rem;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.lp-burger-icon span:nth-child(3) {
  top: 0.875rem;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.lp-burger-icon.toggled-on span:nth-child(1), .lp-burger-icon[aria-expanded=true] span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -1px;
  left: 3px;
}
.lp-burger-icon.toggled-on span:nth-child(2), .lp-burger-icon[aria-expanded=true] span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.lp-burger-icon.toggled-on span:nth-child(3), .lp-burger-icon[aria-expanded=true] span:nth-child(3) {
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
  top: 15px;
  left: 3px;
}

@-webkit-keyframes show-menu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show-menu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes menuOpen {
  0% {
    -webkit-transform: translateY(-25%) rotateX(35deg);
            transform: translateY(-25%) rotateX(35deg);
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0deg);
            transform: translateY(0) rotateX(0deg);
  }
}
@keyframes menuOpen {
  0% {
    -webkit-transform: translateY(-25%) rotateX(35deg);
            transform: translateY(-25%) rotateX(35deg);
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0deg);
            transform: translateY(0) rotateX(0deg);
  }
}
.lp-site-footer {
  background-color: #000000;
  color: #ffffff;
}
.lp-site-footer__bottom {
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .lp-site-footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .lp-site-footer__bottom {
    padding: 2rem 0;
  }
}
@media (min-width: 1920px) {
  .lp-site-footer__bottom {
    font-size: 1.25rem;
  }
}
@media (min-width: 2560px) {
  .lp-site-footer__bottom {
    font-size: 1.375rem;
  }
}
@media (min-width: 1441px) {
  .lp-site-footer__bottom {
    padding: clamp(2rem, 1.357rem + 0.71vw, 2.5rem) 0;
  }
}
.lp-site-footer__logo {
  display: none;
  line-height: 0;
}
@media (min-width: 768px) {
  .lp-site-footer__logo {
    display: block;
  }
}
.lp-site-footer__logo svg {
  width: 5.5rem;
  height: 2.1875rem;
}
@media (min-width: 1441px) {
  .lp-site-footer__logo svg {
    width: clamp(5.5rem, 2.929rem + 2.86vw, 7.5rem);
    height: clamp(2.188rem, 1.063rem + 1.25vw, 3.063rem);
  }
}
.lp-site-footer__copyright {
  color: #AEB3BF;
  max-width: 16.25rem;
}
@media (min-width: 576px) {
  .lp-site-footer__copyright {
    max-width: inherit;
  }
}
@media (min-width: 768px) {
  .lp-site-footer__copyright br {
    display: none;
  }
}
.lp-site-footer__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .lp-site-footer__privacy {
    gap: 2rem;
  }
}
.lp-site-footer__privacy a {
  color: #AEB3BF;
}
.lp-site-footer__privacy a:hover {
  color: #ffffff;
}
.lp-site-footer__top {
  padding: 3.5rem 0 2.5rem;
}
@media (min-width: 1025px) {
  .lp-site-footer__top {
    padding: 4.5rem 0 2.5rem;
  }
}
@media (min-width: 1441px) {
  .lp-site-footer__top {
    padding: clamp(4.5rem, 2.25rem + 2.5vw, 6.25rem) 0 clamp(2.5rem, 1.214rem + 1.43vw, 3.5rem);
  }
}
.lp-site-footer__top .lp-headline_default > * {
  color: #ffffff;
}
@media (min-width: 1025px) {
  .lp-site-footer__top .lp-headline_default strong {
    font-size: 4.5rem;
  }
}
@media (min-width: 1920px) {
  .lp-site-footer__top .lp-headline_default strong {
    font-size: 5.75rem;
  }
}
@media (min-width: 2560px) {
  .lp-site-footer__top .lp-headline_default strong {
    font-size: 7.5625rem;
  }
}
.lp-site-footer__top .cta-text-contacts__info li a.lp-site-footer__address {
  padding: 1.125rem 0;
}
@media (min-width: 1025px) {
  .lp-site-footer__top .cta-text-contacts__info li a.lp-site-footer__address {
    padding: clamp(1.125rem, 0.482rem + 0.71vw, 1.625rem) 0;
  }
}
.lp-site-footer__content {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 4rem;
  margin-top: 2rem;
}
@media (min-width: 1025px) {
  .lp-site-footer__content {
    margin-top: 4.5rem;
    grid-template-columns: 1.2fr 1fr;
    grid-gap: 5rem;
  }
}
@media (min-width: 1280px) {
  .lp-site-footer__content {
    grid-gap: 8.5rem;
  }
}
@media (min-width: 1441px) {
  .lp-site-footer__content {
    margin-top: clamp(4.5rem, 2.25rem + 2.5vw, 6.25rem);
    grid-gap: clamp(8.5rem, 5.929rem + 2.86vw, 10.5rem);
  }
}
.lp-site-footer__contacts .cta-text-contacts__info li:first-child a {
  padding-top: 0;
}
.lp-site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 2rem;
}
@media (min-width: 1025px) {
  .lp-site-footer__social {
    gap: 1.5rem;
  }
}
@media (min-width: 1441px) {
  .lp-site-footer__social {
    margin-top: clamp(2rem, 1.357rem + 0.71vw, 2.5rem);
  }
}
.lp-site-footer__social li a {
  color: #ffffff;
  position: relative;
  font-size: 1.25rem;
  padding-bottom: 4px;
  border-bottom: 1px solid #595959;
}
@media (min-width: 1025px) {
  .lp-site-footer__social li a {
    font-size: 1.5rem;
  }
}
@media (min-width: 1920px) {
  .lp-site-footer__social li a {
    font-size: 1.75rem;
  }
}
@media (min-width: 2560px) {
  .lp-site-footer__social li a {
    font-size: 2rem;
  }
}
.lp-site-footer__social li a:hover {
  border-color: #ffffff;
}
.lp-site-footer__left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1025px) {
  .lp-site-footer__left-content {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
    max-width: 83%;
    gap: 1.5rem;
  }
}
@media (min-width: 1441px) {
  .lp-site-footer__left-content {
    gap: clamp(1.5rem, 0.214rem + 1.43vw, 2.5rem);
  }
}
@media (min-width: 1025px) {
  .lp-site-footer__left-content .lp-btn_default {
    margin-top: 1rem;
  }
}
.lp-site-footer__left-content .lp-text_default > * {
  color: #AEB3BF;
}
.lp-site-footer__logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.25rem;
}
@media (min-width: 576px) {
  .lp-site-footer__logos {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.125rem;
  }
}
@media (min-width: 1441px) {
  .lp-site-footer__logos {
    grid-gap: clamp(1.125rem, 1.25vw, 2rem);
  }
}
.lp-site-footer__logos-item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

body .lp-form .gform_wrapper.gravity-theme .gfield_description {
  font-size: 1rem;
}
@media (min-width: 1920px) {
  body .lp-form .gform_wrapper.gravity-theme .gfield_description {
    font-size: 1.125rem;
  }
}
body .lp-form .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 1rem;
}
@media (min-width: 1441px) {
  body .lp-form .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
    font-size: clamp(1rem, 0.357rem + 0.71vw, 1.5rem);
  }
}
body .lp-form .gform_wrapper.gravity-theme .gform_fields {
  grid-gap: 2.5rem 1.5rem;
}
@media (min-width: 1441px) {
  body .lp-form .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: clamp(2.5rem, 1.857rem + 0.71vw, 3rem) clamp(1.5rem, 0.857rem + 0.71vw, 2rem);
  }
}
body .lp-form .gform_heading,
body .lp-form .gform_wrapper.gravity-theme .gfield_description:not(.validation_message) {
  display: none;
}
body .lp-form .gform_wrapper.gravity-theme .gfield .gform-field-label:not(.gfield_consent_label) {
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  color: #ffffff;
}
@media (min-width: 1920px) {
  body .lp-form .gform_wrapper.gravity-theme .gfield .gform-field-label:not(.gfield_consent_label) {
    font-size: 1.25rem;
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 2560px) {
  body .lp-form .gform_wrapper.gravity-theme .gfield .gform-field-label:not(.gfield_consent_label) {
    font-size: 1.375rem;
    margin-bottom: 1.125rem;
  }
}
body .lp-form .gform_wrapper.gravity-theme .gfield .gform-field-label:not(.gfield_consent_label) .gfield_required {
  color: #ffffff !important;
}
body .lp-form .gform_wrapper.gravity-theme .gfield input,
body .lp-form .gform_wrapper.gravity-theme .gfield select,
body .lp-form .gform_wrapper.gravity-theme .gfield textarea {
  background-color: #ffffff;
  border: none;
  line-height: 1.5;
  color: #595959;
  font-size: 1rem;
  padding: 0.75rem;
  border-radius: 0;
  height: 2.8125rem;
}
@media (min-width: 1025px) {
  body .lp-form .gform_wrapper.gravity-theme .gfield input,
  body .lp-form .gform_wrapper.gravity-theme .gfield select,
  body .lp-form .gform_wrapper.gravity-theme .gfield textarea {
    font-size: 0.875rem;
  }
}
@media (min-width: 1920px) {
  body .lp-form .gform_wrapper.gravity-theme .gfield input,
  body .lp-form .gform_wrapper.gravity-theme .gfield select,
  body .lp-form .gform_wrapper.gravity-theme .gfield textarea {
    font-size: 1rem;
    padding: 1rem;
    height: 3.8125rem;
  }
}
@media (min-width: 2560px) {
  body .lp-form .gform_wrapper.gravity-theme .gfield input,
  body .lp-form .gform_wrapper.gravity-theme .gfield select,
  body .lp-form .gform_wrapper.gravity-theme .gfield textarea {
    padding: 1.25rem;
    font-size: 1.125rem;
    height: 4.8125rem;
  }
}
body .lp-form .gform_wrapper.gravity-theme .gfield input:focus, body .lp-form .gform_wrapper.gravity-theme .gfield input:focus-visible,
body .lp-form .gform_wrapper.gravity-theme .gfield select:focus,
body .lp-form .gform_wrapper.gravity-theme .gfield select:focus-visible,
body .lp-form .gform_wrapper.gravity-theme .gfield textarea:focus,
body .lp-form .gform_wrapper.gravity-theme .gfield textarea:focus-visible {
  outline: 1px solid #ffffff;
  outline-offset: 2px;
}
body .lp-form .gform_wrapper.gravity-theme .gfield input::-webkit-input-placeholder, body .lp-form .gform_wrapper.gravity-theme .gfield select::-webkit-input-placeholder, body .lp-form .gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder {
  color: #595959;
}
body .lp-form .gform_wrapper.gravity-theme .gfield input::-moz-placeholder, body .lp-form .gform_wrapper.gravity-theme .gfield select::-moz-placeholder, body .lp-form .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder {
  color: #595959;
}
body .lp-form .gform_wrapper.gravity-theme .gfield input:-ms-input-placeholder, body .lp-form .gform_wrapper.gravity-theme .gfield select:-ms-input-placeholder, body .lp-form .gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder {
  color: #595959;
}
body .lp-form .gform_wrapper.gravity-theme .gfield input::-ms-input-placeholder, body .lp-form .gform_wrapper.gravity-theme .gfield select::-ms-input-placeholder, body .lp-form .gform_wrapper.gravity-theme .gfield textarea::-ms-input-placeholder {
  color: #595959;
}
body .lp-form .gform_wrapper.gravity-theme .gfield input::placeholder,
body .lp-form .gform_wrapper.gravity-theme .gfield select::placeholder,
body .lp-form .gform_wrapper.gravity-theme .gfield textarea::placeholder {
  color: #595959;
}
body .lp-form .gform_wrapper.gravity-theme .gfield textarea {
  height: 10rem;
  resize: none;
}
@media (min-width: 1441px) {
  body .lp-form .gform_wrapper.gravity-theme .gfield textarea {
    height: clamp(10rem, 3.571rem + 7.14vw, 15rem);
  }
}
body .lp-form .gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
  padding-bottom: 0;
}
body .lp-form .gform_wrapper.gravity-theme .gform_footer button {
  margin: 0;
}
body .lp-form legend.gfield_label {
  margin-bottom: 0 !important;
}
body .lp-form .ginput_container_consent {
  margin: 1rem 0;
}
body .lp-form .ginput_container_consent:focus-within {
  outline-style: solid;
  outline-color: #ffffff;
  outline-offset: 2px;
}
body .lp-form .ginput_container_consent .gform-field-label {
  font-size: 0.875rem;
  color: #AEB3BF;
  line-height: 1.5;
  position: relative;
  padding-left: 2.125rem;
  display: block;
  cursor: pointer;
  margin: 0;
}
@media (min-width: 1025px) {
  body .lp-form .ginput_container_consent .gform-field-label {
    font-size: 0.875rem;
  }
}
@media (min-width: 1920px) {
  body .lp-form .ginput_container_consent .gform-field-label {
    font-size: 1rem;
    padding-left: 2.725rem;
  }
}
@media (min-width: 2560px) {
  body .lp-form .ginput_container_consent .gform-field-label {
    font-size: 1.125rem;
  }
}
body .lp-form .ginput_container_consent .gform-field-label:before, body .lp-form .ginput_container_consent .gform-field-label:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  z-index: 1;
}
body .lp-form .ginput_container_consent .gform-field-label a {
  text-decoration: none;
  color: #AEB3BF;
}
body .lp-form .ginput_container_consent .gform-field-label .gfield_required {
  display: none;
}
body .lp-form .ginput_container_consent input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
body .lp-form .ginput_container_consent input[type=checkbox] + label:before {
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  border: none;
  top: 0;
  border-radius: 0;
}
@media (min-width: 1920px) {
  body .lp-form .ginput_container_consent input[type=checkbox] + label:before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
body .lp-form .ginput_container_consent input[type=checkbox]:checked + label:before {
  background-color: #FFE200;
}
body .lp-form .ginput_container_consent input[type=checkbox]:checked + label:after {
  top: 0.1875rem;
  left: 0.125rem;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNC43MDA3TDQuODg4ODkgOEwxMSAxIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 0.75rem;
  height: 0.625rem;
  line-height: 0;
}
@media (min-width: 1920px) {
  body .lp-form .ginput_container_consent input[type=checkbox]:checked + label:after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem;
  }
}

.title-text-4col__row {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .title-text-4col__row {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .title-text-4col__row {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 3.5rem;
  }
}
@media (min-width: 1441px) {
  .title-text-4col__row {
    margin-top: clamp(3.5rem, 2.214rem + 1.43vw, 4.5rem);
    grid-gap: clamp(1.5rem, 0.857rem + 0.71vw, 2rem);
  }
}
.title-text-4col__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .title-text-4col__col {
    gap: 1.5rem;
  }
}
@media (min-width: 1441px) {
  .title-text-4col__col {
    gap: clamp(1.5rem, 0.857rem + 0.71vw, 2rem);
  }
}
.title-text-4col__col .lp-headline_default .h1 {
  font-family: "Roboto";
}

.cta-text-contacts {
  padding: 4rem 0 3rem;
}
@media (min-width: 1025px) {
  .cta-text-contacts {
    padding: 7.5rem 0;
  }
}
@media (min-width: 1441px) {
  .cta-text-contacts {
    padding: clamp(7.5rem, 4.607rem + 3.21vw, 9.75rem) 0;
  }
}
.cta-text-contacts__row {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
}
@media (min-width: 1025px) {
  .cta-text-contacts__row {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1441px) {
  .cta-text-contacts__row {
    grid-gap: clamp(1.5rem, 0.857rem + 0.71vw, 2rem);
  }
}
.cta-text-contacts__col .lp-headline_default > *, .cta-text-contacts__col .lp-headline_default strong {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cta-text-contacts__col .lp-headline_default br {
    display: none;
  }
}
@media (max-width: 767px) {
  .cta-text-contacts__col .lp-text_default > * {
    font-size: 1rem;
  }
}
.cta-text-contacts__info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cta-text-contacts__info li a, .cta-text-contacts__info li > div {
  position: relative;
  border-bottom: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 2rem 0;
}
@media (min-width: 1025px) {
  .cta-text-contacts__info li a, .cta-text-contacts__info li > div {
    padding: clamp(2rem, 1.357rem + 0.71vw, 2.5rem) 0;
  }
}
.cta-text-contacts__info li a:focus, .cta-text-contacts__info li a:hover, .cta-text-contacts__info li > div:focus, .cta-text-contacts__info li > div:hover {
  color: #ffffff;
  border-color: #FFE200;
}
.cta-text-contacts__info li a svg, .cta-text-contacts__info li > div svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.4375rem;
  height: 1.75rem;
}
@media (min-width: 1441px) {
  .cta-text-contacts__info li a svg, .cta-text-contacts__info li > div svg {
    width: clamp(1.438rem, 0.714rem + 0.8vw, 2rem);
    height: clamp(1.438rem, 0.714rem + 0.8vw, 2rem);
  }
}
@media (min-width: 1025px) {
  .cta-text-contacts__info li a br, .cta-text-contacts__info li > div br {
    display: none;
  }
}
.cta-text-contacts__subtitle {
  color: #AEB3BF !important;
  font-size: 1.125rem;
  display: block;
}
@media (min-width: 1920px) {
  .cta-text-contacts__subtitle {
    font-size: 1.25rem;
  }
}
@media (min-width: 2560px) {
  .cta-text-contacts__subtitle {
    font-size: 1.375rem;
  }
}

.cta-text-contacts + .gallery-grid {
  margin-top: 4rem;
}
@media (min-width: 1025px) {
  .cta-text-contacts + .gallery-grid {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1441px) {
  .cta-text-contacts + .gallery-grid {
    margin-top: 1.6666666667%;
  }
}

.lp-bg_black {
  background-color: #000000 !important;
}
.lp-bg_black * {
  color: #ffffff;
}
.lp-bg_yellow {
  background-color: #FFE200 !important;
}
.lp-bg_yellow * {
  color: #000000;
}

.hero-top-img-text {
  overflow: hidden;
  margin-bottom: 2rem;
}
@media (min-width: 1025px) {
  .hero-top-img-text {
    margin-bottom: 2.5rem;
  }
}
.hero-top-img-text__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1025px) {
  .hero-top-img-text__section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
    overflow: hidden;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    min-height: 48.875rem;
    max-height: 100vh;
  }
}
@media (min-width: 1920px) {
  .hero-top-img-text__section {
    min-height: 58.875rem;
  }
}
.hero-top-img-text__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1025px) {
  .hero-top-img-text__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 1025px) {
  .hero-top-img-text__content .lp-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.hero-top-img-text__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .hero-top-img-text__body {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 2rem;
    height: 100%;
    width: 41%;
    padding-top: 7.25rem;
    padding-bottom: 0.5625rem;
  }
}
@media (min-width: 1441px) {
  .hero-top-img-text__body {
    gap: clamp(2rem, 0.714rem + 1.43vw, 3rem);
  }
}
@media (min-width: 1025px) {
  .hero-top-img-text__body > * {
    padding-left: 2rem;
  }
}
@media (min-width: 1280px) {
  .hero-top-img-text__body > * {
    padding-left: 5.5rem;
  }
}
.hero-top-img-text__body .lp-headline_h5 {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.hero-top-img-text__body .lp-bg_yellow {
  padding: 0.75rem 1.25rem;
  margin: 0 -1.25rem 1rem -1.25rem;
}
@media (min-width: 1025px) {
  .hero-top-img-text__body .lp-bg_yellow {
    margin: 0 0 1.5rem 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-right: 0.75rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1280px) {
  .hero-top-img-text__body .lp-bg_yellow {
    padding-left: 5.5rem;
  }
}
@media (min-width: 1441px) {
  .hero-top-img-text__body .lp-bg_yellow {
    padding-top: clamp(0.75rem, 0.107rem + 0.71vw, 1.25rem);
    padding-bottom: clamp(0.75rem, 0.107rem + 0.71vw, 1.25rem);
    padding-right: clamp(0.75rem, 0.107rem + 0.71vw, 1.25rem);
  }
}
.hero-top-img-text__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.hero-top-img-text__img .lp-img_default {
  width: 100%;
  height: 100%;
}
.hero-top-img-text__img .lp-img_default img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 29.25rem;
}
@media (min-width: 1025px) {
  .hero-top-img-text__img {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100vw - 2.5rem) * 0.59 + 1.25rem);
            flex: 0 0 calc((100vw - 2.5rem) * 0.59 + 1.25rem);
    -webkit-transform: translate(100%, 0px);
            transform: translate(100%, 0px);
  }
}
@media (min-width: 1440px) {
  .hero-top-img-text__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50vw + 7.425rem);
            flex: 0 0 calc(50vw + 7.425rem);
  }
}
@media (min-width: 1920px) {
  .hero-top-img-text__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50vw + 9.91125rem);
            flex: 0 0 calc(50vw + 9.91125rem);
  }
}
@media (min-width: 2560px) {
  .hero-top-img-text__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50vw + 13.021875rem);
            flex: 0 0 calc(50vw + 13.021875rem);
  }
}

.text-img-50-50__row {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2.5rem;
}
@media (min-width: 768px) {
  .text-img-50-50__row {
    grid-template-columns: 1fr 1.03fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .text-img-50-50__row_reverse {
    grid-template-columns: 1.03fr 1fr;
  }
}
@media (min-width: 768px) {
  .text-img-50-50__row_reverse .text-img-50-50__col_content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    justify-self: flex-end;
  }
}
.text-img-50-50__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1441px) {
  .text-img-50-50__col {
    gap: clamp(1.5rem, 0.214rem + 1.43vw, 2.5rem);
  }
}
@media (min-width: 1025px) {
  .text-img-50-50__col_content {
    max-width: 82%;
  }
}
.text-img-50-50__col .lp-img_default img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 536/430;
}
.text-img-50-50__col .lp-subheadline_default {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media (min-width: 1025px) {
  .text-img-50-50__col .lp-text_default {
    margin: 0.5rem 0;
  }
}

.text-faq .text-img-50-50__row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1280px) {
  .text-faq .text-img-50-50__col_content {
    margin-left: -1.5rem;
  }
}

.accordion-cards__item {
  border-top: 1px solid #000000;
}
.accordion-cards__item:last-child {
  border-bottom: 1px solid #000000;
}
.accordion-cards__content .lp-text_default {
  margin: 0 0 2rem 0;
}
@media (min-width: 1025px) {
  .accordion-cards__content .lp-text_default {
    max-width: 84%;
  }
}
@media (min-width: 1441px) {
  .accordion-cards__content .lp-text_default {
    margin: 0 0 clamp(2rem, 0.714rem + 1.43vw, 3rem) 0;
  }
}
.accordion-cards__content[hidden] {
  display: none;
}
.accordion-cards__title {
  margin: 0 !important;
}

.accordion-trigger {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  font-weight: 700;
  width: 100%;
  text-align: left;
  padding: 1.5rem 0;
  margin: 0;
}
@media (min-width: 1025px) {
  .accordion-trigger {
    padding: 2rem 0;
  }
}
@media (min-width: 1441px) {
  .accordion-trigger {
    padding: clamp(2rem, 0.714rem + 1.43vw, 3rem) 0;
  }
}
.accordion-trigger:focus, .accordion-trigger:hover {
  outline: none;
  background-color: unset;
}
.accordion-trigger:focus-visible {
  outline: 1px solid #000000;
  outline-offset: 0;
}
.accordion-trigger .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  font-weight: 300;
}
@media (min-width: 1025px) {
  .accordion-trigger .accordion-title {
    gap: 2.5rem;
  }
}
.accordion-trigger .accordion-title .accordion-icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 3.625rem;
  height: 1.875rem;
  background-color: #FFE200;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  border-radius: 0.5rem 0 0 0;
}
@media (min-width: 1441px) {
  .accordion-trigger .accordion-title .accordion-icon {
    width: clamp(3.625rem, 2.339rem + 1.43vw, 4.625rem);
    height: clamp(1.875rem, 0.589rem + 1.43vw, 2.875rem);
  }
}
.accordion-trigger .accordion-title .accordion-icon svg {
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-transform: skewX(10deg) translate(-50%, -50%);
          transform: skewX(10deg) translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (min-width: 1441px) {
  .accordion-trigger .accordion-title .accordion-icon svg {
    width: clamp(0.938rem, 0.214rem + 0.8vw, 1.5rem);
    height: clamp(0.938rem, 0.214rem + 0.8vw, 1.5rem);
  }
}

.accordion-trigger[aria-expanded=true] .accordion-icon svg {
  -webkit-transform: skewX(10deg) translate(-50%, -50%) rotate(45deg);
          transform: skewX(10deg) translate(-50%, -50%) rotate(45deg);
}

.services-3col__row {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media (min-width: 768px) {
  .services-3col__row {
    margin-top: 3.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
  }
}
@media (min-width: 1441px) {
  .services-3col__row {
    margin-top: clamp(3.5rem, 2.214rem + 1.43vw, 4.5rem);
    gap: clamp(1.5rem, 0.214rem + 1.43vw, 2.5rem);
  }
}
.services-3col__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .services-3col__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 1.5rem) / 2);
            flex: 0 1 calc((100% - 1.5rem) / 2);
  }
}
@media (min-width: 1025px) {
  .services-3col__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 3rem) / 3);
            flex: 0 1 calc((100% - 3rem) / 3);
  }
}
@media (min-width: 1441px) {
  .services-3col__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 2 * clamp(1.5rem, 0.214rem + 1.43vw, 2.5rem)) / 3);
            flex: 0 1 calc((100% - 2 * clamp(1.5rem, 0.214rem + 1.43vw, 2.5rem)) / 3);
  }
}
.services-3col__col .lp-img_default img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 335/340;
}
@media (min-width: 1025px) {
  .services-3col__col .lp-img_default img {
    aspect-ratio: 424/340;
  }
}
.services-3col__col.active .lp-text_default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services-3col__col.active .services-3col__btn svg {
  -webkit-transform: skewX(10deg) translate(-50%, -50%) rotate(45deg);
          transform: skewX(10deg) translate(-50%, -50%) rotate(45deg);
}
.services-3col__content {
  border: 1px solid #595959;
  padding: 2rem 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1025px) {
  .services-3col__content {
    padding: 2rem 1.5rem;
    gap: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .services-3col__content {
    padding: 2.5rem 3rem;
  }
}
@media (min-width: 1441px) {
  .services-3col__content {
    gap: clamp(1.5rem, 0.857rem + 0.71vw, 2rem);
    padding: clamp(2.5rem, 1.214rem + 1.43vw, 3.5rem) clamp(3rem, 1.714rem + 1.43vw, 4rem);
  }
}
.services-3col__content .lp-headline_default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.75rem;
}
@media (min-width: 1025px) {
  .services-3col__content .lp-headline_default {
    min-height: 6rem;
  }
}
@media (min-width: 1920px) {
  .services-3col__content .lp-headline_default {
    min-height: 7.1875rem;
  }
}
@media (min-width: 2560px) {
  .services-3col__content .lp-headline_default {
    min-height: 8.4375rem;
  }
}
.services-3col__content .lp-text_default {
  display: none;
}
@media (min-width: 768px) {
  .services-3col__content .lp-text_default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.services-3col__btn {
  margin: 0;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 3.625rem;
  height: 1.875rem;
  background-color: #FFE200;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  border-radius: 0.5rem 0 0 0;
  padding: 0;
}
.services-3col__btn:focus, .services-3col__btn:hover {
  background-color: #FFE200;
  outline: none;
}
.services-3col__btn:focus-visible {
  outline: 1px solid #000000;
  outline-offset: 0;
}
@media (min-width: 768px) {
  .services-3col__btn {
    display: none;
  }
}
.services-3col__btn svg {
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-transform: skewX(10deg) translate(-50%, -50%);
          transform: skewX(10deg) translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
}

.posts-list-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-top: 2.5rem;
}
@media (min-width: 1025px) {
  .posts-list-area {
    gap: 1.5rem;
  }
}
@media (min-width: 1441px) {
  .posts-list-area {
    gap: clamp(1.5rem, 0.857rem + 0.71vw, 2rem);
    margin-top: clamp(2.5rem, 1.214rem + 1.43vw, 3.5rem);
  }
}
.posts-list-area__item {
  display: grid;
  grid-template-columns: 100%;
  border: 1px solid #000000;
}
@media (min-width: 768px) {
  .posts-list-area__item {
    grid-template-columns: 1fr 1.5fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1025px) {
  .posts-list-area__item {
    grid-template-columns: 1fr 2.03fr;
  }
}
.posts-list-area__content {
  padding: 2rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .posts-list-area__content {
    padding: 2rem 3.5rem;
  }
}
@media (min-width: 1280px) {
  .posts-list-area__content {
    padding: 2rem 7rem;
  }
}
@media (min-width: 1441px) {
  .posts-list-area__content {
    padding: 2rem clamp(7rem, -4.571rem + 12.86vw, 16rem);
    gap: clamp(1.5rem, 0.857rem + 0.71vw, 2rem);
  }
}
.posts-list-area__content .lp-text_default {
  display: none;
}
@media (min-width: 768px) {
  .posts-list-area__content .lp-text_default {
    display: block;
  }
}
@media (min-width: 1025px) {
  .posts-list-area__content .lp-text_default {
    max-width: 81.5%;
  }
}
.posts-list-area__img {
  height: 100%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.posts-list-area__img .lp-img_default {
  height: 100%;
}
.posts-list-area__img .lp-img_default img, .posts-list-area__img .lp-img_default video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 335/334;
}
@media (min-width: 1025px) {
  .posts-list-area__img .lp-img_default img, .posts-list-area__img .lp-img_default video {
    aspect-ratio: 448/446;
  }
}

.blog-posts-area {
  margin-top: 7.4375rem;
}
@media (min-width: 1025px) {
  .blog-posts-area {
    margin-top: 11.125rem;
  }
}
.blog-posts-area .lp-container > .lp-btn_default {
  text-align: center;
  margin-top: 2.5rem;
}
@media (min-width: 1025px) {
  .blog-posts-area .lp-container > .lp-btn_default {
    margin-top: 3rem;
  }
}
@media (min-width: 1441px) {
  .blog-posts-area .lp-container > .lp-btn_default {
    margin-top: clamp(3rem, 1.714rem + 1.43vw, 4rem);
  }
}
.blog-posts-area .lp-container > .lp-btn_default .lp-btn {
  margin: 0;
}
.blog-posts-area .lp-container > .lp-btn_default .lp-btn:focus, .blog-posts-area .lp-container > .lp-btn_default .lp-btn:active {
  background-color: #000000;
}
.blog-posts-area .lp-head .lp-headline_h1 > * {
  font-size: 3rem !important;
}
@media (min-width: 1025px) {
  .blog-posts-area .lp-head .lp-headline_h1 > * {
    font-size: 8rem !important;
  }
}
@media (min-width: 1920px) {
  .blog-posts-area .lp-head .lp-headline_h1 > * {
    font-size: 10rem !important;
  }
}
@media (min-width: 2560px) {
  .blog-posts-area .lp-head .lp-headline_h1 > * {
    font-size: 12rem !important;
  }
}
@media (min-width: 1025px) {
  .blog-posts-area .posts-list-area {
    margin-top: 3.5rem;
  }
}
@media (min-width: 1441px) {
  .blog-posts-area .posts-list-area {
    margin-top: clamp(3.5rem, 2.214rem + 1.43vw, 4.5rem);
  }
}

.article-content {
  overflow: hidden;
}
.article-content__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1441px) {
  .article-content__area {
    gap: clamp(2rem, 0.714rem + 1.43vw, 3rem);
  }
}
.article-content__area .lp-headline_default > * {
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}
.article-content__area .lp-img_default {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin: 0 -1.25rem 0.5rem;
}
@media (min-width: 1025px) {
  .article-content__area .lp-img_default {
    margin: 0 0 2rem 0;
  }
}
.article-content__area .lp-img_default img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 375/468;
}
@media (min-width: 576px) {
  .article-content__area .lp-img_default img {
    aspect-ratio: 1096/616;
  }
}

.single-blog .entry-content {
  margin-top: 3.9375rem;
}
@media (min-width: 1025px) {
  .single-blog .entry-content {
    margin-top: 7.125rem;
  }
}
@media (min-width: 1920px) {
  .single-blog .entry-content {
    margin-top: 9rem;
  }
}
@media (min-width: 2560px) {
  .single-blog .entry-content {
    margin-top: 10.875rem;
  }
}

.hero-full-video {
  background-color: #000000 !important;
  position: relative;
}
.hero-full-video__wrap {
  line-height: 0;
  padding-top: 63px;
}
@media (min-width: 1025px) {
  .hero-full-video__wrap {
    padding-top: 0;
  }
}
.hero-full-video__wrap.video-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.7);
  display: none;
}
@media (min-width: 576px) {
  .hero-full-video__wrap.video-overlay::before {
    display: block;
  }
}
.hero-full-video__wrap video,
.hero-full-video__wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 800px;
}
.hero-full-video__cont {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 576px) {
  .hero-full-video__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-full-video__cont .video-title > * {
  font-weight: 300;
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
}
@media (min-width: 1920px) {
  .hero-full-video__cont .video-title > * {
    font-size: 45px;
    line-height: 55px;
  }
}
.hero-full-video__cont .video-title > * strong {
  font-weight: 700;
}

.projects-3col-grid .lp-center {
  margin-top: 3rem;
}
@media (min-width: 1441px) {
  .projects-3col-grid .lp-center {
    margin-top: clamp(3rem, 1.714rem + 1.43vw, 4rem);
  }
}

.lp-projects-grid {
  display: grid;
}
.lp-projects-grid_3col {
  grid-template-columns: 1fr 1fr;
  grid-gap: 2.5rem 0;
  margin: 0 -1.25rem;
}
@media (min-width: 1025px) {
  .lp-projects-grid_3col {
    margin: 0;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem 0;
  }
}

.lp-project-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.lp-project-article:hover .lp-img_default img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.lp-project-article__img {
  position: relative;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  overflow: hidden;
}
.lp-project-article__img .lp-img_default img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 440/440;
  will-change: transform;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.lp-project-article__img svg {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 1025px) {
  .lp-project-article__img svg {
    top: 1.5rem;
    right: 1.5rem;
    width: 2.0625rem;
    height: 2.0625rem;
  }
}
@media (min-width: 1441px) {
  .lp-project-article__img svg {
    top: clamp(1.5rem, 0.214rem + 1.43vw, 2.5rem);
    right: clamp(1.5rem, 0.214rem + 1.43vw, 2.5rem);
    width: clamp(2.063rem, 0.857rem + 1.34vw, 3rem);
    height: clamp(2.063rem, 0.857rem + 1.34vw, 3rem);
  }
}
.lp-project-article__content {
  padding: 1.5rem 1.25rem 0;
}
@media (min-width: 1025px) {
  .lp-project-article__content {
    padding: 2rem 2rem 0;
  }
}
@media (min-width: 1441px) {
  .lp-project-article__content {
    padding: clamp(2rem, 0.714rem + 1.43vw, 3rem) clamp(2rem, 0.714rem + 1.43vw, 3rem) 0;
  }
}
@media (max-width: 500px) {
  .lp-project-article__content .lp-text_default {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
.lp-project-article__link {
  position: absolute;
  inset: 0;
  z-index: 10;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
}
.lp-project-article .lp-headline_default {
  margin-bottom: 4px;
}
.lp-project-article .lp-headline_default > * {
  font-weight: 700;
  line-height: 1.4;
}

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

.text-list-2col__row {
  display: grid;
  grid-template-columns: 100%;
}
@media (min-width: 1025px) {
  .text-list-2col__row {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
  }
}
@media (min-width: 1441px) {
  .text-list-2col__row {
    grid-gap: clamp(1.5rem, 0.857rem + 0.71vw, 2rem);
  }
}
.text-list-2col__col {
  list-style: none;
  margin: 0;
  padding: 0;
}
.text-list-2col__col:last-child .text-list-2col__text:last-child {
  border: none;
}
.text-list-2col__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  font-weight: 300;
  padding: 2rem 0;
  border-bottom: 1px solid #000000;
}
@media (min-width: 1025px) {
  .text-list-2col__text:last-child {
    border: none;
  }
}
@media (min-width: 1025px) {
  .text-list-2col__text {
    padding: clamp(2rem, 1.357rem + 0.71vw, 2.5rem) 0;
  }
}
.text-list-2col__text svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.5625rem;
  height: 1.0625rem;
}
@media (min-width: 1441px) {
  .text-list-2col__text svg {
    width: clamp(1.563rem, 0.92rem + 0.71vw, 2.063rem);
    height: clamp(1.063rem, 0.42rem + 0.71vw, 1.563rem);
  }
}

.logos-carusel-4col {
  overflow: hidden;
}
@media (min-width: 1025px) {
  .logos-carusel-4col_js {
    overflow: hidden;
  }
}
.logos-carusel-4col .swiper-slide {
  height: auto;
}
.logos-carusel-4col__img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logos-carusel-4col__img .lp-img_default {
  padding: 15px;
}
.logos-carusel-4col__img .lp-img_default img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1920px) {
  .logos-carusel-4col__img .lp-img_default img {
    min-width: 12.5rem;
  }
}
@media (min-width: 2560px) {
  .logos-carusel-4col__img .lp-img_default img {
    min-width: 15.625rem;
  }
}

.team-cards-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 -1.25rem;
}
@media (min-width: 1025px) {
  .team-cards-row {
    margin: 0;
    grid-template-columns: repeat(3, 1fr);
  }
}

.team-card-item {
  position: relative;
}
.team-card-item > .team-card-item__btn {
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.team-card-item__btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  line-height: 0;
  border-radius: 50%;
}
.team-card-item__btn:focus, .team-card-item__btn:hover, .team-card-item__btn:active {
  background: transparent;
}
.team-card-item__btn:focus-visible {
  outline-offset: 1px;
}
@media (min-width: 1025px) {
  .team-card-item__btn {
    top: 1.5rem;
    right: 1.5rem;
  }
}
@media (min-width: 1441px) {
  .team-card-item__btn {
    top: clamp(1.5rem, 0.857rem + 0.71vw, 2rem);
    right: clamp(1.5rem, 0.857rem + 0.71vw, 2rem);
  }
}
.team-card-item__btn svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 1025px) {
  .team-card-item__btn svg {
    width: 2.0625rem;
    height: 2.0625rem;
  }
}
@media (min-width: 1441px) {
  .team-card-item__btn svg {
    width: clamp(2.063rem, 0.857rem + 1.34vw, 3rem);
    height: clamp(2.063rem, 0.857rem + 1.34vw, 3rem);
  }
}
.team-card-item .lp-img_default img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 440/581;
}
.team-card-item__inner {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
  padding: 1.25rem;
}
@media (min-width: 576px) {
  .team-card-item__inner {
    padding: 0;
    grid-template-columns: 1fr 2fr;
  }
}
.team-card-item__col .lp-img_default {
  height: 100%;
}
.team-card-item__col .lp-img_default img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 440/581;
}
.team-card-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (min-width: 576px) {
  .team-card-item__content {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1025px) {
  .team-card-item__content {
    padding: 2.5rem;
  }
}
@media (min-width: 1441px) {
  .team-card-item__content {
    padding: clamp(2.5rem, 0.571rem + 2.14vw, 4rem);
  }
}

.modal__overlay {
  position: fixed;
  z-index: 50;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__container {
  background-color: #ffffff;
  padding: 0;
  max-width: 100%;
  max-height: 100vh;
  border-radius: 0;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__close svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.gallery-grid {
  position: relative;
}
.gallery-grid__slider {
  overflow: hidden;
}
.gallery-grid__media {
  display: grid;
  grid-template-columns: 38% 12% 12% 38%;
  grid-template-rows: repeat(2, auto);
  grid-gap: 0;
}
@media (min-width: 768px) {
  .gallery-grid__media {
    grid-template-columns: 33.6111111111% 13.8888888889% 13.8888888889% 33.6111111111%;
    grid-gap: 1.5rem;
  }
}
@media (min-width: 1441px) {
  .gallery-grid__media {
    grid-gap: clamp(1.5rem, 0.214rem + 1.43vw, 2.5rem) 1.6666666667%;
  }
}
.gallery-grid__media.grid-4items .gallery-grid__item:nth-child(4) {
  grid-column: span 2;
}
.gallery-grid__media.grid-4items .gallery-grid__item:nth-child(4) img {
  aspect-ratio: 424/376;
}
.gallery-grid__item .lp-img_default {
  height: 100%;
  width: 100%;
  line-height: 0;
}
.gallery-grid__item .lp-img_default img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery-grid__item:nth-child(1) {
  grid-row: span 2;
  grid-column: inherit;
}
.gallery-grid__item:nth-child(1) img {
  aspect-ratio: 484/773;
}
.gallery-grid__item:nth-child(2) {
  grid-column: span 2;
}
.gallery-grid__item:nth-child(2) img {
  aspect-ratio: 424/376;
}
.gallery-grid__item:nth-child(3) {
  grid-column: inherit;
  -webkit-box-ordinal-group: inherit;
      -ms-flex-order: inherit;
          order: inherit;
  grid-row: span 2;
}
.gallery-grid__item:nth-child(3) img {
  aspect-ratio: 484/773;
}
.gallery-grid__item:nth-child(4) img, .gallery-grid__item:nth-child(5) img {
  aspect-ratio: 200/376;
}

.lp-swiper-arrows {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 1.25rem;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1025px) {
  .lp-swiper-arrows {
    left: 3.75rem;
    right: 3.75rem;
  }
}
@media (min-width: 1920px) {
  .lp-swiper-arrows {
    left: 5.3125rem;
    right: 5.3125rem;
  }
}
.lp-swiper-arrows .lp-swiper-arrow-prev,
.lp-swiper-arrows .lp-swiper-arrow-next {
  padding: 0;
  margin: 0;
  background: none;
}
.lp-swiper-arrows .lp-swiper-arrow-prev:hover, .lp-swiper-arrows .lp-swiper-arrow-prev:focus,
.lp-swiper-arrows .lp-swiper-arrow-next:hover,
.lp-swiper-arrows .lp-swiper-arrow-next:focus {
  background: none;
  outline: none;
}
.lp-swiper-arrows .lp-swiper-arrow-prev:focus-visible,
.lp-swiper-arrows .lp-swiper-arrow-next:focus-visible {
  outline: 1px solid #ffffff;
}
.lp-swiper-arrows .lp-swiper-arrow-prev svg,
.lp-swiper-arrows .lp-swiper-arrow-next svg {
  width: 1.1875rem;
  height: 2.1875rem;
}
@media (min-width: 1025px) {
  .lp-swiper-arrows .lp-swiper-arrow-prev svg,
  .lp-swiper-arrows .lp-swiper-arrow-next svg {
    width: 1.8125rem;
    height: 3.3125rem;
  }
}
@media (min-width: 1441px) {
  .lp-swiper-arrows .lp-swiper-arrow-prev svg,
  .lp-swiper-arrows .lp-swiper-arrow-next svg {
    width: clamp(1.813rem, 0.527rem + 1.43vw, 2.813rem);
    height: clamp(3.313rem, 2.027rem + 1.43vw, 4.313rem);
  }
}
.lp-swiper-arrows .lp-swiper-arrow-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.hero-productions-video__wrap {
  position: relative;
  font-size: 0;
  margin-top: 63px;
}
@media (min-width: 1025px) {
  .hero-productions-video__wrap {
    margin-top: 0;
  }
}
.hero-productions-video__wrap video {
  max-height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lp-video-productions-res {
  position: relative;
  line-height: 0;
}
.lp-video-productions-res video {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/212;
}

.lp-custom-video:focus {
  outline: none;
}
.lp-custom-video:focus-visible {
  outline: 1px solid #ffffff;
  outline-offset: 0;
}

.lp-play-btn, .lp-pause-btn, .lp-mute-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.lp-play-btn:hover, .lp-play-btn:focus, .lp-pause-btn:hover, .lp-pause-btn:focus, .lp-mute-btn:hover, .lp-mute-btn:focus {
  background: none;
}
.lp-play-btn:focus-visible, .lp-pause-btn:focus-visible, .lp-mute-btn:focus-visible {
  outline: 1px solid #ffffff;
  outline-offset: 1px;
}

.lp-controls {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.lp-controls svg {
  width: 2rem;
  height: 2rem;
}
@media (min-width: 1025px) {
  .lp-controls svg {
    width: 3.625rem;
    height: 3.625rem;
  }
}
@media (min-width: 1441px) {
  .lp-controls svg {
    width: clamp(3.625rem, 2.5rem + 1.25vw, 4.5rem);
    height: clamp(3.625rem, 2.5rem + 1.25vw, 4.5rem);
  }
}

.lp-mute-btn {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}

.lp-mute-icon {
  width: 2rem;
  height: 2rem;
}
@media (min-width: 1025px) {
  .lp-mute-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 1441px) {
  .lp-mute-icon {
    width: clamp(2.5rem, 1.214rem + 1.43vw, 3.5rem);
    height: clamp(2.5rem, 1.214rem + 1.43vw, 3.5rem);
  }
}

.lp-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lp-play-btn svg {
  width: 3.5rem;
  height: 3.5rem;
}
@media (min-width: 1025px) {
  .lp-play-btn svg {
    width: 5.625rem;
    height: 5.625rem;
  }
}
@media (min-width: 1441px) {
  .lp-play-btn svg {
    width: clamp(5.625rem, 3.214rem + 2.68vw, 7.5rem);
    height: clamp(5.625rem, 3.214rem + 2.68vw, 7.5rem);
  }
}

.lp-video-productions-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-top: 1.5rem;
}
@media (min-width: 1025px) {
  .lp-video-productions-info {
    padding-top: 3rem;
  }
}
@media (min-width: 1441px) {
  .lp-video-productions-info {
    padding-top: clamp(3rem, 1.714rem + 1.43vw, 4rem);
  }
}

.lp-video-productions-info-meta p {
  margin: 0;
}
.lp-video-productions-info-meta .lp-text_default {
  gap: 4px;
}

.accent-productions-video__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
}
@media (min-width: 1025px) {
  .accent-productions-video__wrap {
    gap: 6.125rem;
  }
}
@media (min-width: 1441px) {
  .accent-productions-video__wrap {
    gap: clamp(6.125rem, 4.357rem + 1.96vw, 7.5rem);
  }
}
.accent-productions-video__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 1025px) {
  .accent-productions-video__top {
    gap: 4rem;
  }
}
@media (min-width: 1441px) {
  .accent-productions-video__top {
    gap: clamp(4rem, 2.714rem + 1.43vw, 5rem);
  }
}
.accent-productions-video__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .accent-productions-video__head {
    gap: 3.5rem;
    max-width: 65%;
  }
}
@media (min-width: 1441px) {
  .accent-productions-video__head {
    gap: clamp(3.5rem, 2.214rem + 1.43vw, 4.5rem);
  }
}
@media (min-width: 1025px) {
  .accent-productions-video__head .lp-headline_h1 strong {
    font-size: 4.5rem;
  }
}
@media (min-width: 1920px) {
  .accent-productions-video__head .lp-headline_h1 strong {
    font-size: 5.75rem;
  }
}
@media (min-width: 2560px) {
  .accent-productions-video__head .lp-headline_h1 strong {
    font-size: 7.5625rem;
  }
}
.accent-productions-video__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .accent-productions-video__content {
    gap: 3.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1441px) {
  .accent-productions-video__content {
    gap: clamp(3.25rem, 2.286rem + 1.07vw, 4rem);
  }
}
.accent-productions-video__line {
  background-color: #000000;
  width: 1px;
  height: 6.25rem;
}
@media (min-width: 1025px) {
  .accent-productions-video__line {
    height: 1px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 55.5%;
            flex: 1 0 55.5%;
    margin-top: 0.625rem;
  }
}
.accent-productions-video .lp-video-productions-res {
  margin: 0 -1.25rem;
}
@media (min-width: 576px) {
  .accent-productions-video .lp-video-productions-res {
    margin: 0;
  }
}/*# sourceMappingURL=lp-style.css.map */