@charset "UTF-8";
@font-face {
  font-family: "schabo";
  src: url("../fonts/pressgothic/pressgothic.otf") format("opentype");
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/tiktoksans/TikTokSans[opsz,slnt,wdth,wght].ttf") format("truetype");
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Sora";
  font-weight: 400;
  line-height: 1;
  color: #000000;
  background-color: #ffffff;
  overflow-x: hidden;
  min-width: 375px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 68px;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

button {
  cursor: pointer;
}

.orng-btn {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 14px 20px;
  border-radius: 54px;
  background-color: #EB4E12;
  font-size: 14px;
  text-align: center;
  color: #161616;
}
.orng-btn.arrow img {
  display: none;
}
@media (min-width: 768px) {
  .orng-btn.arrow.on-desc {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 14px 20px;
    position: relative;
    background-color: #EB4E12;
  }
  .orng-btn.arrow.on-desc img {
    display: unset;
    width: 15px;
    height: auto;
  }
  .orng-btn.arrow.on-desc::after {
    content: url('data:image/svg+xml;utf8,<svg width="40" height="6" viewBox="0 0 40 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6885 6C22.1588 6 24.4983 5.4403 26.5869 4.44043C30.6918 2.4753 34.8259 0.000165939 39.377 0H0C4.55102 0.000165939 8.68513 2.4753 12.79 4.44043C14.8786 5.4403 17.2182 6 19.6885 6Z" fill="%23B9CDCE"/></svg>');
    display: block;
    position: absolute;
    right: 30px;
    top: -6px;
  }
  .orng-btn.arrow.on-desc::before {
    content: url('data:image/svg+xml;utf8,<svg width="40" height="6" viewBox="0 0 40 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6885 6C22.1588 6 24.4983 5.4403 26.5869 4.44043C30.6918 2.4753 34.8259 0.000165939 39.377 0H0C4.55102 0.000165939 8.68513 2.4753 12.79 4.44043C14.8786 5.4403 17.2182 6 19.6885 6Z" fill="%23B9CDCE"/></svg>');
    display: block;
    position: absolute;
    right: 30px;
    bottom: -6px;
    rotate: 180deg;
  }
}
@media (max-width: 768px) {
  .orng-btn.arrow:not(.on-desc) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 66px;
    position: relative;
    background-color: #EB4E12;
  }
  .orng-btn.arrow:not(.on-desc) img {
    display: unset;
    width: 15px;
    height: auto;
  }
  .orng-btn.arrow:not(.on-desc)::after {
    content: url('data:image/svg+xml;utf8,<svg width="40" height="6" viewBox="0 0 40 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6885 6C22.1588 6 24.4983 5.4403 26.5869 4.44043C30.6918 2.4753 34.8259 0.000165939 39.377 0H0C4.55102 0.000165939 8.68513 2.4753 12.79 4.44043C14.8786 5.4403 17.2182 6 19.6885 6Z" fill="%23FFFFFF"/></svg>');
    display: block;
    position: absolute;
    right: 30px;
    top: -6px;
  }
  .orng-btn.arrow:not(.on-desc)::before {
    content: url('data:image/svg+xml;utf8,<svg width="40" height="6" viewBox="0 0 40 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6885 6C22.1588 6 24.4983 5.4403 26.5869 4.44043C30.6918 2.4753 34.8259 0.000165939 39.377 0H0C4.55102 0.000165939 8.68513 2.4753 12.79 4.44043C14.8786 5.4403 17.2182 6 19.6885 6Z" fill="%23FFFFFF"/></svg>');
    display: block;
    position: absolute;
    right: 30px;
    bottom: -6px;
    rotate: 180deg;
  }
}
@media (max-width: 440px) {
  .orng-btn {
    padding: 14px 8px;
  }
}

.dot-span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Sora";
  font-size: 16px;
  vertical-align: text-bottom;
  text-transform: none;
}
.dot-span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  border-radius: 50%;
  background-color: #EB4E12;
}

.thunder-image {
  width: 100%;
  margin-top: 127px;
}
@media (max-width: 1024px) {
  .thunder-image {
    margin-top: 86px;
  }
}
@media (max-width: 768px) {
  .thunder-image {
    margin-top: 20px;
  }
}

#heygen-streaming-embed {
  z-index: 7 !important;
}

.brifs-title {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  font-size: 55px;
  line-height: 1.23;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
}

.briefs-small_title {
  max-width: 540px;
  width: 100%;
  text-align: center;
  margin-bottom: 90px;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.5;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 300;
}
.briefs-small_title mark {
  font-weight: bold;
}

@media (max-width: 1024px) {
  .brifs-title {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  .wp-block-lazyblock-briefs {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .brifs-title {
    font-size: 30px;
  }
  .briefs-small_title {
    max-width: 385px;
  }
}
@media (max-width: 375px) {
  .briefs-small_title {
    max-width: 335px;
  }
}
@media (max-width: 320px) {
  .briefs-small_title {
    max-width: 280px;
  }
}
.brief__title {
  max-width: 1160px;
  width: 100%;
  font-weight: 500;
  color: #1c232b;
  text-transform: uppercase;
  padding-bottom: 24px;
  text-align: left;
  font-size: 45px;
}

.brief__text {
  max-width: 1160px;
  width: 100%;
  font-weight: 300;
  color: #1c232b;
  text-align: left;
  font-size: 25px;
  line-height: 1.55;
}
.brief__text strong {
  font-weight: bold;
}

.brief__ul {
  list-style: disc;
  max-width: 1160px;
  width: 100%;
  padding-left: 30px;
}
.brief__ul li {
  font-weight: 300;
  color: #1c232b;
  text-align: left;
  font-size: 25px;
  line-height: 1.55;
  padding-left: 10px;
}

.brief-mt1 {
  margin-top: 15px;
}

.brief-form-box {
  max-width: 1160px;
  width: 100%;
  margin-top: 80px;
}
.brief-form-box h3 {
  font-size: 30px;
}
.brief-form-box label, .brief-form-box textarea, .brief-form-box input, .brief-form-box select {
  font-size: 25px;
}

hr {
  display: none;
}

@media (max-width: 1025px) {
  .brief__title, .brief__text, .brief__ul, .brief-form-box {
    max-width: 760px;
  }
}
@media (max-width: 768px) {
  .brief__title, .brief__text, .brief__ul, .brief-form-box {
    max-width: 580px;
  }
  .brief__title {
    font-size: 20px;
  }
}
@media (max-width: 435px) {
  .brief__title, .brief__text, .brief__ul, .brief-form-box {
    max-width: 365px;
  }
  .brief__text {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .brief__title, .brief__text, .brief__ul, .brief-form-box {
    max-width: 325px;
  }
}
@media (max-width: 320px) {
  .brief__title, .brief__text, .brief__ul, .brief-form-box {
    max-width: 300px;
  }
}
nav[aria-label=breadcrumbs] {
  margin: 0 auto;
  padding: 0 30px;
  text-align: left;
  max-width: 1460px;
  width: 100%;
  display: block;
}
nav[aria-label=breadcrumbs] .breadcrumb-container {
  margin: 0;
}
nav[aria-label=breadcrumbs] .breadcrumb-container ol li {
  font-size: 25px;
}
@media (max-width: 768px) {
  nav[aria-label=breadcrumbs] {
    padding: 0 20px;
  }
}

.lazyblock-blok-s-tekstom-W7wtH .text-block__content h2 {
  max-width: 425px;
  white-space: unset;
}

.lazyblock-blok-s-tekstom-2wxa0s .text-block__content h2 {
  white-space: unset;
}
@media (min-width: 1025px) and (max-width: 400px) {
  .lazyblock-blok-s-tekstom-2wxa0s .text-block__content h2 {
    max-width: 400px;
  }
}

.lazyblock-blok-our-process-ZQjmSK .process-block__content h2 {
  max-width: 1086px;
}

code {
  font-family: "schabo";
}

.contact-form__wrapper-right .ff-el-group.ff-text-left.ff_submit_btn_wrapper button {
  white-space: nowrap;
  padding: 14px 10px;
}

.contact-form__wrapper-right .ff-el-group.ff-text-left.ff_submit_btn_wrapper {
  width: 180px !important;
}

.founder__quote-text code {
  font-family: "Sora";
}

.wp-block-heading {
  text-transform: lowercase;
}
.wp-block-heading::first-letter {
  text-transform: uppercase; /* только первая буква в верхний регистр */
}/*# sourceMappingURL=style.css.map */