@font-face {
  font-family: Geologica;
  src: url('../fonts/Geologica-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geologica;
  src: url('../fonts/Geologica-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geologica;
  src: url('../fonts/Geologica-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geologica;
  src: url('../fonts/Geologica-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geologica Cursive;
  src: url('../fonts/Geologica_Cursive-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

.itrem_pic,
.pic_block_2,
.item_text,
.text_item_2,
.video_cont,
.cta_w {
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

:root {
  --label-primary: var(--black);
  --black: black;
  --btn-blue: #3886ed;
  --btn-blue-hover: #2d6bbe;
  --border: #d01de6;
  --dark-blue: #0b3a78;
  --white: white;
}

picture {
  display: contents;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--label-primary);
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  color: var(--label-primary);
  letter-spacing: -.98px;
  margin-bottom: 15px;
  font-family: Nunito;
  font-size: 56px;
  font-weight: 800;
  line-height: 120%;
}

h2 {
  color: var(--label-primary);
  letter-spacing: -.98px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito;
  font-size: 44px;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  color: var(--label-primary);
  letter-spacing: -.77px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito;
  font-size: 33px;
  font-weight: 800;
  line-height: 120%;
}

h4 {
  color: var(--label-primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito;
  font-size: 25px;
  font-weight: 800;
  line-height: 120%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 27px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  max-width: 50%;
  height: auto;
  font-family: Geologica, sans-serif;
  display: block;
}

label {
  text-transform: none;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-home-wrap {
  margin-top: 100px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  font-family: Geologica, sans-serif;
}

.container.cc-blog-detail {
  margin-top: 100px;
}

.button {
  background-color: var(--btn-blue);
  color: #fff;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  background-color: var(--btn-blue-hover);
  color: #fff;
}

.button.large {
  border-style: none;
  padding: 16px 35px;
  font-size: 18px;
  line-height: 100%;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
  color: var(--black);
  text-align: left;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Geologica, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.paragraph-small {
  font-family: Geologica, sans-serif;
  font-size: 15px;
  line-height: 150%;
}

.paragraph-small.strong {
  margin-bottom: 0;
  font-weight: 500;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin: 80px auto;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid var(--border);
  color: var(--label-primary);
  background-color: #0000000d;
  border-radius: 6px;
  margin-bottom: 18px;
  padding: 25px 14px;
  font-size: 17px;
  line-height: 140%;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #0003;
}

.text-field:active {
  border-color: var(--btn-blue-hover);
}

.text-field:focus {
  border-color: var(--btn-blue);
}

.text-field::placeholder {
  color: #32343a66;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto 20px;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.container-1152 {
  width: 100%;
  max-width: 1152px;
  padding-left: 30px;
  padding-right: 30px;
}

.black {
  color: var(--dark-blue);
}

.black.mt-0 {
  color: var(--black);
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geologica, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.label-secondary {
  color: var(--black);
  text-align: justify;
  align-self: flex-start;
  margin-bottom: 20px;
  font-family: Geologica, sans-serif;
  font-weight: 400;
}

.label-secondary.hide {
  display: none;
}

.intro-image {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.img-rounded-shadow {
  border-radius: 12px;
  box-shadow: 0 11px 40px #0c182338;
}

.img-rounded-shadow.download-desk {
  max-width: 100%;
}

.img-rounded-shadow.mobile-big {
  outline-offset: -1px;
  border-radius: 27px;
  outline: 9px solid #000;
  position: absolute;
  bottom: -27px;
  left: auto;
  right: -49px;
  box-shadow: 0 25px 40px #0003, 0 10px 20px #0c182338;
}

.img-rounded-shadow.mobile-small {
  outline-offset: -1px;
  border-radius: 24.5px;
  outline: 8.5px solid #000;
  position: absolute;
  bottom: -27px;
  left: auto;
  right: 63px;
  box-shadow: 0 25px 40px #0003, 0 10px 20px #0c182338;
}

.body-with-bg {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/abstract-bg-p-3200.jpg');
  background-image: image-set(url('../images/abstract-bg-p-1600.jpg') 1x, url('../images/abstract-bg-p-3200.jpg') 2x);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 2896px;
  overflow: visible;
}

.lazy-embed {
  width: 100%;
  height: 100%;
  min-height: 240px;
  cursor: pointer;
  background: linear-gradient(135deg, #111827, #1f2937);
  border: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.lazy-embed__play {
  width: 76px;
  height: 76px;
  background-color: #ffffffe6;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 18px 36px #0003;
}

.lazy-embed__play:after {
  content: "";
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid #111827;
  position: absolute;
  top: 22px;
  left: 29px;
}

.lazy-embed:hover .lazy-embed__play,
.lazy-embed:focus-visible .lazy-embed__play {
  background-color: #fff;
}

.title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  font-family: Geologica, sans-serif;
  display: block;
}

.download-image {
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.download-btns-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: grid;
}

.download-btns-grid.eng {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.download-button {
  display: flex;
}

.download-button:hover {
  opacity: .8;
}

.download-img-wrap {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-860 {
  width: 100%;
  max-width: 860px;
  padding-left: 30px;
  padding-right: 30px;
  position: static;
}

.title-left-align-wrap {
  padding-bottom: 20px;
}

.title-download-wrap {
  z-index: 2;
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 0;
  padding: 50px 60px 0;
  display: flex;
  position: relative;
}

.big-grey-numbers {
  color: #0003;
  font-family: Nunito;
  font-size: 80px;
  font-weight: 800;
  line-height: 100%;
}

._404-header-1 {
  margin-top: 5px;
  margin-bottom: 40px;
}

.card {
  background-color: var(--white);
  text-align: left;
  border-radius: 12px;
  padding: 30px 30px 60px;
  box-shadow: 0 6px 24px #0c182338;
}

.pricing-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 60px;
  display: grid;
}

.price-text-1 {
  margin-bottom: 0;
  font-family: Geologica, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 100%;
}

.price-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: baseline;
  padding-top: 10px;
  font-family: Geologica, sans-serif;
  font-weight: 700;
  display: flex;
  position: static;
}

.price-text-2 {
  margin-bottom: 0;
  font-family: Geologica, sans-serif;
  font-weight: 500;
  line-height: 100%;
}

.price-title {
  color: var(--black);
  font-family: Geologica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}

.price-item-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: flex-start;
  display: flex;
}

.price-item-bullet {
  height: 20px;
  margin-top: 1px;
}

.price-features {
  padding-top: 10px;
  font-family: Geologica, sans-serif;
}

.price-subtitle {
  font-family: Geologica, sans-serif;
  font-weight: 500;
  line-height: 140%;
}

.price-title-wrap {
  height: 100px;
}

.price-wrap-outer {
  height: 94px;
}

.price-text-3 {
  margin-top: 7px;
  font-family: Geologica, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 100%;
}

.docs {
  margin-bottom: 100px;
  font-family: Geologica, sans-serif;
}

.docs-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.card-docs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 40px;
  display: flex;
  box-shadow: 0 2px 6px #0c182321;
}

.docs-img {
  width: 56px;
}

.card-docs-link-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  pointer-events: auto;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #ebdfff00;
  background-clip: border-box;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 220px;
  padding: 20px;
  font-family: Geologica, sans-serif;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .4s;
  display: flex;
}

.card-docs-link-wrap:hover {
  color: var(--btn-blue);
  background-color: #3886ed1f;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  text-align: justify;
}

.heading-12 {
  text-align: left;
  font-family: Geologica, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .list-item, .list-item-2, .paragraph-24, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
  text-align: justify;
}

.paragraph-25, .paragraph-26, .paragraph-27 {
  text-align: justify;
  font-family: Geologica, sans-serif;
}

.image {
  max-width: 100%;
}

.sek_n_3 {
  float: none;
  clear: none;
  max-width: none;
  margin-bottom: 40px;
}

.heading-h3-_2 {
  color: #c6fff4;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Geologica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4em;
}

.heading-50 {
  color: #000;
  margin-top: 10px;
  font-family: Geologica, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4em;
}

.image-70 {
  border-radius: 20px;
  max-width: 100%;
  margin-top: 0;
  box-shadow: 0 10px 30px #0003;
}

.ps_img {
  float: right;
  max-width: 50%;
  margin-bottom: 10px;
}

.heading-49 {
  color: #000;
  max-width: 40vw;
  margin-top: 140px;
  font-size: 40px;
  line-height: 1.3em;
}

.heading-49._1 {
  max-width: none;
  margin-top: 100px;
  font-family: Geologica, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.text-field-2 {
  float: right;
  clear: right;
  background-color: #f2f2f2;
  border: 1px #000;
  border-radius: 10px;
  max-width: none;
  min-height: 45px;
  font-family: Geologica, sans-serif;
}

.heanding_new {
  color: #c6fff4;
  text-align: center;
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.6em;
  line-height: 1.3em;
}

.heanding_new.mob {
  font-family: Geologica, sans-serif;
  font-size: 40px;
  font-weight: 500;
  position: sticky;
}

.heanding_new.mob.heading-43 {
  font-family: Geologica, sans-serif;
}

.heanding_new.mob {
  max-width: 80%;
  font-family: Geologica, sans-serif;
  font-size: 2.3em;
  position: sticky;
  top: 0;
}

.heanding_new.mob.eng {
  font-family: Geologica, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.image-86 {
  border-radius: 20px;
  max-width: 100%;
  margin-top: 100px;
  box-shadow: 0 10px 30px #0003;
}

.text-block-23 {
  color: #000;
  text-align: center;
  max-width: 90%;
  margin: 30px auto 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.text-block-23.mob {
  font-family: Geologica, sans-serif;
}

.field-label-7 {
  float: left;
  color: #000;
  max-width: none;
  margin-top: 0;
  padding-top: 10px;
  font-family: Geologica, sans-serif;
  font-weight: 700;
}

.ico_pic {
  z-index: 2;
  display: block;
  position: absolute;
  top: 891px;
  left: 298px;
}

.ico_pic.mob {
  box-sizing: content-box;
  max-width: 8%;
  top: 73.6%;
  left: 12.1%;
  overflow: visible;
}

.heading-47 {
  color: var(--white);
  font-family: Geologica, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4em;
}

.field-label-3 {
  color: #000;
  margin-top: 0;
  padding-top: 10px;
  font-family: Geologica, sans-serif;
  font-weight: 700;
}

.track {
  background-color: #fff;
  width: 100vw;
  height: 10vh;
  margin-left: auto;
  margin-right: auto;
}

.track.new {
  color: #000;
  justify-content: flex-end;
  align-items: stretch;
  height: 400vw;
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
}

.heading-53 {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Geologica, sans-serif;
  font-size: 20px;
}

.text-block-24 {
  color: #000;
  font-family: Geologica, sans-serif;
}

.fr {
  width: 100%;
  height: 100%;
  padding-top: 5%;
}

.image-78 {
  max-width: 100%;
}

.name {
  float: left;
  width: 49%;
  max-width: none;
}

.div-block-23 {
  text-align: center;
  background-color: #b9b9b9;
  border-radius: 10px;
}

.link-12 {
  color: #000;
  text-decoration: underline;
  display: inline-block;
}

._3_button {
  color: #fff;
  vertical-align: middle;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 10px;
  min-height: 35px;
  max-height: none;
  margin-top: 13px;
  margin-right: 10px;
  padding-top: 9px;
  font-family: Geologica, sans-serif;
  font-size: 15px;
  transition-property: none;
  position: relative;
}

.button_black {
  clear: left;
  text-align: center;
  vertical-align: baseline;
  background-color: #000;
  border-radius: 10px;
  min-height: 45px;
  max-height: none;
  margin: 20px 10px 20px 0;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Geologica, sans-serif;
  font-size: 16px;
}

.button_black.color {
  clear: right;
  background-color: #d11ee6;
  background-image: linear-gradient(147deg, #fda36e, #d01ce7);
  font-family: Geologica, sans-serif;
  position: relative;
  left: 189px;
}

.button_black.mob {
  padding-top: 10px;
  font-family: Geologica, sans-serif;
}

.container_1 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.button_black_line {
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: #000;
  text-align: center;
  object-fit: fill;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 10px;
  min-height: 45px;
  max-height: none;
  margin: 20px 20px 20px 10px;
  padding-top: 10px;
  font-family: Geologica, sans-serif;
  font-size: 16px;
  position: relative;
  overflow: visible;
}

.button_black_line.color {
  clear: right;
  color: #fff;
  border-color: #fff;
  display: block;
  position: relative;
  left: 200px;
}

.button_black_line._2_button_grad_hover-2 {
  margin-top: 20px;
}

.paragraph-29 {
  float: left;
  color: #0006;
  max-width: 60%;
  margin-top: 10px;
  padding-top: 10px;
  font-family: Geologica, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
}

.link-block-2 {
  margin-left: 0;
  padding-left: 0;
  padding-right: 10px;
}

.video_pic {
  z-index: 1;
  vertical-align: baseline;
  display: block;
  position: absolute;
  inset: 698.307px 0 0 1201px;
}

.video_pic.mob.tablet {
  box-sizing: content-box;
  min-width: 468px;
  max-width: 37%;
  top: 70.2%;
  left: 57%;
  overflow: visible;
}

.brand {
  margin-left: 0%;
  position: static;
}

.text-block-27 {
  max-width: 90%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-family: Geologica, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
}

.bold-text-3 {
  margin-left: auto;
  margin-right: auto;
}

.steps {
  width: 90%;
  min-width: auto;
  max-width: none;
  margin: 0 auto;
  display: block;
  position: sticky;
  top: 0;
}

.h_t {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.heading-43 {
  color: var(--white);
  font-family: Geologica, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4em;
}

.form_t {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}

.text-block-15 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Geologica, sans-serif;
  font-size: 12px;
}

.image-71 {
  float: left;
  text-align: left;
  vertical-align: baseline;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding: 0 0 3px;
  display: block;
}

.link-block-12 {
  padding-right: 10px;
}

.text-field-7 {
  float: left;
  clear: left;
  background-color: #f2f2f2;
  border: 1px #000;
  border-radius: 10px;
  max-width: none;
  min-height: 45px;
  font-family: Geologica, sans-serif;
}

.div-_-grid_cell {
  color: #5c5c5c;
  margin-top: auto;
  position: relative;
}

.div-_-grid_cell.cell6 {
  background-color: #fff;
  box-shadow: 0 5px 15px #00000014;
}

.div-_-grid_cell.cell2 {
  background-color: #fff;
  box-shadow: 0 5px 10px #00000014;
}

.div-_-grid_cell.cell4 {
  background-color: var(--white);
  box-shadow: 0 5px 15px #00000014;
}

.div-_-grid_cell.cell3 {
  background-color: var(--white);
  box-shadow: 0 5px 10px #00000014;
}

.div-_-grid_cell.cell5 {
  background-color: #fff;
  box-shadow: 0 5px 15px #00000014;
}

.div-_-grid_cell.cell1 {
  background-color: #fff;
  overflow: visible;
  box-shadow: 0 5px 15px #00000014;
}

.cta2 {
  background-color: #2d2d2d;
  border-radius: 20px;
  max-width: 70%;
  min-height: 90px;
  padding: 20px 40px;
  display: flex;
}

.cta2.color {
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  max-width: 700px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: static;
  top: -203px;
}

.social {
  padding-top: 10px;
}

.paragraph-30 {
  color: #000;
  margin-top: 30px;
  font-family: Geologica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
}

.heading-41 {
  color: var(--white);
  font-family: Geologica, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4em;
}

.image-81 {
  box-sizing: border-box;
  clear: none;
  text-align: center;
  vertical-align: baseline;
  min-width: auto;
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: auto;
  overflow: auto;
}

.image-81.mob.tablet {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  top: -7%;
  overflow: visible;
}

.image-81.mob.tablet.new_img {
  display: inline-block;
}

.link-18 {
  color: #000;
  display: inline-block;
}

.ub_t {
  float: left;
  max-width: 40%;
  margin-top: 60px;
  margin-left: 0;
}

._2_footer {
  color: var(--white);
  background-color: #000;
  padding-top: 40px;
}

.cta_t {
  float: left;
  clear: right;
  max-width: none;
}

.paragraph-31 {
  max-width: 35vw;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph-31._1 {
  color: #000;
  -webkit-text-stroke-color: #000;
  width: auto;
  max-width: none;
  font-family: Geologica, sans-serif;
  font-size: 16px;
}

.ubhh {
  color: #000;
  text-align: center;
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 20px;
  font-family: Geologica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
  display: block;
  position: relative;
}

.image-80 {
  margin: 10px;
  padding: 0;
}

.video {
  border-radius: 20px;
  margin-bottom: 60px;
  box-shadow: 0 20px 50px #0003;
}

.pages_cont {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 90vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.link-17 {
  color: #000;
  display: inline-block;
}

.ps_num {
  float: left;
  clear: left;
  flex: none;
  max-width: none;
  max-height: none;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  inset: auto auto 20px 20px;
}

.heading-42 {
  clear: left;
  color: var(--white);
  font-family: Geologica, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4em;
  position: relative;
  top: 0;
}

.field-label-6 {
  float: left;
  color: #000;
  max-width: none;
  padding-top: 10px;
  font-family: Geologica, sans-serif;
  font-weight: 700;
}

.ub_slide {
  flex: none;
  width: 100vw;
  height: 100vh;
  margin-top: 40px;
  margin-left: auto;
  margin-right: 75px;
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 15%;
  display: block;
  position: static;
}

.ub_slide._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-left: 0%;
  display: block;
  position: static;
  overflow: visible;
}

.image-79 {
  max-width: 100%;
  padding-left: 10px;
}

.sec-2 {
  float: none;
  clear: none;
  vertical-align: top;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
  top: 0;
}

.text-block-22 {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.header-section-3 {
  color: var(--white);
  font-family: Geologica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
}

.heading-51 {
  color: var(--black);
  font-family: Geologica, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4em;
}

.cta_text {
  float: right;
  clear: none;
  max-width: 65%;
  position: relative;
  left: auto;
}

.image-82 {
  border-radius: 20px;
  box-shadow: 0 10px 30px #0003;
}

.paragraph-32 {
  margin-top: 30px;
  font-family: Geologica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.slogan-2 {
  position: sticky;
  top: 0;
}

.container-3 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-84 {
  border-radius: 20px;
  max-width: 100%;
  margin-top: 100px;
  box-shadow: 0 10px 30px #0003;
}

.all {
  color: #fff;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.paper_slide {
  z-index: 3;
  background-color: #fff;
  background-image: linear-gradient(140deg, #d0ebff, #ebdfff 46%, #ffd7f1);
  border-radius: 40px;
  max-width: 1600px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 60px;
  display: block;
  position: relative;
  overflow: visible;
  box-shadow: 0 20px 50px #0003;
}

.paper_slide._2 {
  z-index: 1;
  order: 1;
  max-width: 1600px;
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  top: -870px;
}

.paper_slide._3 {
  z-index: 2;
  max-width: 1600px;
  height: 70%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 40px;
  top: -422px;
}

.paper_slide.slide1 {
  flex: 0 auto;
  order: 0;
  height: 70%;
  margin-top: 0;
  padding: 30px 30px 40px;
}

.image-85 {
  border-radius: 20px;
  max-width: 100%;
  margin-top: 100px;
  box-shadow: 0 10px 30px #0003;
}

.paragraph-33 {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Geologica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.cta_bg {
  color: #929292;
  background-color: #d0ebff;
  background-image: linear-gradient(150deg, #d0ebff, #ebdfff 51%, #ffd7f1);
  border-radius: 40px;
  max-width: 90%;
  margin: 60px auto;
  padding: 40px;
}

.text_screen {
  height: auto;
  min-height: 0;
  position: static;
  top: 0;
}

.cta_pic {
  position: absolute;
  inset: 32% 0 0 8%;
}

.real_frame {
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.image-75, .image-77 {
  border-radius: 20px;
  box-shadow: 0 10px 30px #0003;
}

.sb_par_t {
  font-family: Geologica, sans-serif;
  list-style-type: square;
}

.heading-33 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  font-family: Geologica, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.4em;
}

.cta_block {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 220px;
}

.sb_w_text_block {
  max-width: 40%;
  margin-top: 30vh;
  margin-bottom: auto;
  position: static;
  top: 0;
}

.sb_w_text_block._1280._1920 {
  z-index: 10;
  max-width: 35%;
  margin-top: 0;
  padding-top: 10vh;
  padding-bottom: 0;
  padding-left: 5%;
  position: sticky;
  top: 25vh;
}

.gradient_bg {
  background-image: linear-gradient(130deg, #d0ebff, #ebdfff 50%, #ffd7f1);
  border-radius: 40px;
  max-width: 90%;
  height: 100vh;
  min-height: 700px;
  max-height: 100%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

._2_button_grad_hover {
  text-align: center;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  vertical-align: middle;
  object-fit: fill;
  background-color: #d11ee6;
  background-image: linear-gradient(143deg, #fda36e, #d01ce7);
  background-clip: border-box;
  border: 1px #000;
  border-radius: 10px;
  min-height: 35px;
  max-height: none;
  margin-top: 13px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Geologica, sans-serif;
  font-size: 15px;
  transition-property: none;
  position: relative;
}

._2_button_grad_hover:hover {
  color: #fff;
}

.div-block_smal_text {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  line-height: 1.4em;
  display: block;
}

.heading-46 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #000;
  max-width: 90%;
  margin: 60px auto 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 50px;
  line-height: 56px;
}

.heading-46.mobil {
  letter-spacing: -.98px;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  word-break: normal;
  margin-top: 103px;
  font-family: Geologica, sans-serif;
  font-size: 4vw;
  font-weight: 500;
}

.link-block-10 {
  float: left;
  clear: left;
  padding: 10px 10px 10px 0;
  font-family: Geologica, sans-serif;
  text-decoration: none;
}

.cta_btns {
  float: left;
}

.nav_top {
  background-color: #000;
  width: 100vw;
  max-width: none;
  margin-top: 0;
  padding-bottom: 0;
}

.ubh {
  text-align: center;
}

.short_benefits {
  height: 0%;
  min-height: auto;
  margin-top: 0;
  padding-top: 220px;
}

.short_benefits.mob {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  margin: 0 auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: block;
  overflow: visible;
}

.sb_w_p {
  float: right;
  max-width: none;
  margin: auto auto 80px;
  position: relative;
}

.sb_ico {
  float: left;
  margin: 10px;
  padding-left: 0;
  position: absolute;
  inset: 4% auto auto -100px;
}

.first_screen {
  background-color: var(--black);
}

.nav-link-13 {
  color: #fff;
  font-family: Geologica, sans-serif;
  font-size: 15px;
  transition-property: none;
}

.navbar {
  background-color: #000;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.navbar.mobil {
  min-width: auto;
  max-width: 100vw;
  min-height: 80px;
  margin-bottom: 10px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.textarea {
  background-color: #f2f2f2;
  border: 1px #000;
  border-radius: 10px;
  min-height: 130px;
  font-family: Geologica, sans-serif;
}

.nav-link-11 {
  color: #fff;
  font-family: Geologica, sans-serif;
  font-size: 15px;
  transition-property: none;
}

.form-2 {
  background-color: #f2f2f2;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Geologica, sans-serif;
}

.logo {
  margin-top: 10px;
  margin-left: 10px;
}

.logo.mobi {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: baseline;
  justify-content: flex-start;
  max-width: 100%;
  margin: 24px auto 10px;
  padding-left: 0;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.div-video {
  border-radius: 20px;
  max-width: 50%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-video.mob {
  max-width: 70%;
  padding-bottom: 60px;
}

.step {
  float: right;
  max-width: 30vw;
}

.step.benefit5 {
  float: right;
  clear: right;
  position: relative;
}

.step.mob {
  width: 27%;
  min-width: 350px;
  max-width: none;
}

.mail_b {
  clear: left;
  width: 49%;
}

.nav-link-6 {
  color: #fff;
  font-family: Geologica, sans-serif;
  font-size: 15px;
  transition-property: none;
  position: relative;
}

.grid-5 {
  grid-template: ". . ."
                 ". . Area"
                 / 1fr 1fr 1fr;
}

.paragraph-34 {
  clear: none;
  flex-flow: row;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  font-family: Geologica, sans-serif;
  font-size: 15px;
  line-height: 2em;
  display: flex;
  position: static;
  top: 34px;
  left: -348px;
}

.sb_w_list {
  float: right;
  max-width: 55%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -799px;
}

.sb_w_list._1280 {
  max-width: 50%;
  height: auto;
  padding-bottom: 0;
  padding-right: 5%;
  position: relative;
  top: 0;
}

.heading-52 {
  color: #000;
  -webkit-text-stroke-color: #000;
  font-family: Geologica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4em;
}

.ub_pic {
  float: right;
  max-width: 45%;
  max-height: 60%;
  display: flex;
  position: relative;
}

.image-83 {
  margin: 10px;
}

.cammers {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.security_block {
  width: 100vw;
  height: 140vh;
  position: static;
  bottom: 0;
}

.security_block.mob {
  height: 300vh;
  padding-bottom: 0;
}

.cmpany {
  float: right;
  width: 49%;
  min-height: 0;
}

.link-15 {
  color: #000;
  display: inline-block;
}

.benefits_blok {
  color: #000;
  text-align: center;
  background-color: #c6fff4;
  border-radius: 20px;
  max-width: none;
  min-height: 80px;
  margin: 10px auto;
  padding: 30px 40px 10px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.benefits_blok.nom4 {
  z-index: 4;
  background-color: #dbf6ff;
  min-width: 20vw;
  font-family: Geologica, sans-serif;
  text-decoration: none;
  box-shadow: 0 20px 50px #0003;
}

.benefits_blok.nom3 {
  z-index: 3;
  background-color: #d0ebff;
  min-width: 20vw;
  font-family: Geologica, sans-serif;
  text-decoration: none;
  box-shadow: 0 20px 50px #0003;
}

.benefits_blok.nom2 {
  z-index: 2;
  background-color: #ebdfff;
  min-width: 20vw;
  font-family: Geologica, sans-serif;
  text-decoration: none;
  box-shadow: 0 20px 50px #0003;
}

.benefits_blok.nom1 {
  z-index: 1;
  background-color: #ffd7f1;
  min-width: 20vw;
  font-family: Geologica, sans-serif;
  text-decoration: none;
  position: sticky;
  top: 0;
  box-shadow: 0 20px 50px #0003;
}

.benefits_blok.nom5 {
  z-index: 5;
  background-image: url('../images/Screenshot-2026-06-17-at-00.27.16.png');
  background-position: 0 0;
  background-size: auto;
  min-width: 20vw;
  font-family: Geologica, sans-serif;
  text-decoration: none;
  box-shadow: 0 20px 50px #0003;
}

.camera_new {
  flex: none;
  width: 100vw;
  max-width: none;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-left: 3%;
  padding-right: 3%;
  position: sticky;
  top: 0;
}

.heading-48 {
  color: #000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Geologica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
}

.grid-benefits {
  float: left;
  clear: left;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: inline-grid;
  position: static;
  overflow: visible;
}

.grid-benefits._1920 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Geologica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: inline-grid;
  overflow: visible;
}

.grid-benefits._1920._123 {
  display: none;
}

.step_todo {
  float: right;
  clear: right;
  vertical-align: baseline;
  width: 40vw;
  padding-top: 0;
  padding-bottom: 50vh;
  display: inline-block;
  position: sticky;
  top: 50vh;
}

.step_todo.mob {
  width: 40%;
  min-width: auto;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-right: 0%;
}

.image-51 {
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  inset: 0% 0% auto;
}

.h_f {
  text-align: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.div-text {
  float: left;
  max-width: 40%;
  margin-top: 220px;
  margin-left: auto;
  position: relative;
}

.div-text.section_3 {
  vertical-align: baseline;
  min-width: 350px;
  max-width: 35vw;
  height: auto;
  margin-top: 0;
  padding-top: 50vh;
  padding-bottom: 50vh;
  display: inline-block;
  position: sticky;
  top: 50vh;
}

.div-text.section_3.mob {
  background-color: #0000;
  min-width: auto;
  max-width: 45%;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 0%;
  top: 50vh;
}

.heading-45 {
  color: #fff;
  text-align: center;
  font-family: Geologica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
}

.video_cont {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.video_cont.mob.tab {
  border-radius: 20px;
}

.submit-button {
  float: right;
  background-image: linear-gradient(143deg, #fda36e, #d01ce7);
  border-radius: 10px;
  min-height: 45px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Geologica, sans-serif;
  font-size: 16px;
}

.video_block {
  background-color: #fff;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding-bottom: 100px;
  position: static;
}

.text-field-6 {
  float: left;
  clear: left;
  background-color: #f2f2f2;
  border: 1px #000;
  border-radius: 10px;
  min-height: 45px;
  font-family: Geologica, sans-serif;
}

.video_text {
  max-width: 60vw;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
}

.video_text.mob {
  max-width: 70%;
  margin-top: 140px;
}

.body_form {
  background-color: #fff;
  border-radius: 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 30px;
  position: relative;
  box-shadow: 0 20px 50px #0003;
}

.cta_w {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav-menu-real {
  justify-content: flex-end;
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5%;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.paragraph-35 {
  text-align: center;
  max-width: 65vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 4.3em;
  font-weight: 700;
  line-height: 1.4em;
}

.paragraph-35.mob {
  max-width: 95%;
  font-family: Geologica, sans-serif;
  font-size: 40px;
  font-weight: 500;
  position: static;
}

.div-block-21 {
  width: auto;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.pages_list {
  width: auto;
  height: 300vh;
  margin-bottom: 0;
  padding-bottom: 140px;
}

.pages_text {
  text-align: center;
  width: auto;
  margin: 0 auto 40px;
  padding-top: 60px;
  padding-bottom: 0;
}

.f_cont {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.ps_text_block {
  float: left;
  flex: none;
  max-width: 40%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  position: relative;
}

.paragraph-36 {
  color: #000;
  text-align: center;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-36.mob {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Geologica, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.heading-44 {
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Geologica, sans-serif;
  font-size: 20px;
  display: flex;
}

.div-slogan-titel {
  max-width: 90%;
  margin: 350px auto;
  position: sticky;
  top: 40vh;
}

.div-slogan-titel.mob {
  margin-top: 140px;
  margin-bottom: 0;
  padding-top: 5%;
  position: static;
  top: 50vh;
}

.image-74 {
  position: relative;
  overflow: visible;
}

.sec-1 {
  float: none;
  clear: left;
  width: 100%;
  min-height: auto;
  margin-top: 0;
  padding-top: 0;
  font-family: Geologica, sans-serif;
}

.paragraph-section-3 {
  max-width: none;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Geologica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
}

.section-2 {
  color: var(--black);
  margin-top: 140px;
  padding-bottom: 100px;
  font-family: Geologica, sans-serif;
}

.heading-54 {
  color: var(--black);
  font-family: Geologica, sans-serif;
  font-size: 50px;
}

.heading-55 {
  font-family: Geologica, sans-serif;
  font-weight: 600;
  position: static;
}

.heading-56 {
  font-family: Geologica, sans-serif;
  font-weight: 600;
}

.heading-57, .heading-58, .heading-59 {
  font-family: Geologica, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.paragraph-37, .paragraph-38, .paragraph-39 {
  font-weight: 500;
}

.heading-60, .heading-61, .heading-62, .heading-63, .heading-64 {
  font-family: Geologica, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.paragraph-40, .paragraph-41 {
  font-weight: 500;
}

.paragraph-42 {
  font-family: Geologica, sans-serif;
  font-weight: 500;
}

.heading-65, .heading-66, .heading-67 {
  font-family: Geologica, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.heading-68 {
  font-family: Geologica, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4em;
}

.heading-69, .heading-70, .heading-71 {
  font-family: Geologica, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.section-3 {
  margin-top: 140px;
  margin-bottom: 100px;
  padding-bottom: 40px;
  font-family: Geologica, sans-serif;
}

.heading-72 {
  font-family: Geologica, sans-serif;
  font-size: 50px;
}

.heading-73, .heading-74, .heading-75, .heading-76, .heading-77, .heading-78, .heading-79, .heading-80, .heading-81, .heading-82, .heading-83, .heading-84, .heading-85, .heading-86 {
  font-family: Geologica, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.section-4 {
  margin-top: 140px;
  margin-bottom: 100px;
  font-family: Geologica, sans-serif;
}

.heading-87 {
  font-family: Geologica, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .heading-88, .bold-text-11, .bold-text-12, .heading-89, .h3_new {
  font-family: Geologica, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.heading-h3-_2-2 {
  color: #c6fff4;
  font-family: Geologica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4em;
}

.image-65 {
  margin: 10px;
}

.link-8 {
  color: #000;
  display: inline-block;
}

.heading-90 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #000;
  max-width: 90%;
  margin: 60px auto 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 50px;
  line-height: 56px;
}

.heading-90.mobil {
  margin-top: 103px;
  font-size: 4vw;
}

.heading-90.mobil.eng {
  font-family: Geologica, sans-serif;
  font-size: 50px;
  line-height: 1.4em;
}

.image-56 {
  border-radius: 20px;
  box-shadow: 0 10px 30px #0003;
}

.heading-30 {
  color: var(--white);
  font-family: Geologica, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4em;
}

.image-63 {
  border-radius: 20px;
  box-shadow: 0 10px 30px #0003;
}

.paragraph-43 {
  padding-top: 40px;
  font-family: Geologica, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.image-55 {
  position: relative;
  overflow: visible;
}

.link-19 {
  color: #000;
  text-decoration: underline;
  display: inline-block;
}

.link-block-7 {
  padding-left: 10px;
  padding-right: 10px;
}

._3_button-2 {
  vertical-align: middle;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 10px;
  min-height: 35px;
  max-height: none;
  margin-top: 13px;
  margin-right: 10px;
  padding-top: 9px;
  font-family: Geologica, sans-serif;
  font-size: 15px;
}

.button_black-2 {
  clear: left;
  text-align: center;
  vertical-align: baseline;
  background-color: #000;
  border-radius: 10px;
  min-height: 45px;
  max-height: none;
  margin: 20px 10px 20px 0;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.button_black-2.color {
  clear: right;
  background-color: #d11ee6;
  background-image: linear-gradient(147deg, #fda36e, #d01ce7);
  padding-top: 10px;
  font-family: Geologica, sans-serif;
  position: relative;
  left: 189px;
}

.button_black-2.eng, .button_black-2.mob {
  padding-top: 10px;
  font-family: Geologica, sans-serif;
}

.link-block-6 {
  float: left;
  clear: left;
  padding: 10px 10px 10px 0;
  font-family: Geologica, sans-serif;
  text-decoration: none;
  display: block;
}

.link-block-6.invis {
  display: none;
}

.button_black_line-2 {
  float: right;
  clear: right;
  aspect-ratio: auto;
  color: #000;
  text-align: center;
  object-fit: fill;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 10px;
  min-height: 45px;
  max-height: none;
  margin: 20px 20px 20px 10px;
  padding-top: 10px;
  font-family: Geologica, sans-serif;
  font-size: 16px;
  position: relative;
  overflow: visible;
}

.button_black_line-2.color {
  clear: right;
  color: #fff;
  border-color: #fff;
  display: block;
  position: relative;
  left: 200px;
}

.link-block-14 {
  margin-left: 0;
  padding-left: 0;
  padding-right: 10px;
}

.image-60 {
  max-width: 200%;
  padding-left: 10px;
}

.text-block-28 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Geologica, sans-serif;
  font-size: 12px;
}

.heading-35 {
  color: #000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Geologica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.link-14 {
  color: #000;
  display: inline-block;
}

.paragraph-45 {
  margin-top: 30px;
  font-family: Geologica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

._2_footer-2 {
  color: var(--white);
  background-color: #000;
  padding-top: 40px;
}

.ubhh-2 {
  color: #000;
  text-align: center;
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 0;
  font-family: Geologica, sans-serif;
  font-size: 3.5vw;
  line-height: 1.4em;
  display: block;
  position: relative;
}

.ubhh-2.eng {
  font-size: 40px;
  font-weight: 700;
}

.heading-28 {
  color: var(--white);
  font-family: Geologica, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4em;
}

.header-section-4 {
  font-family: Geologica, sans-serif;
  font-size: 3vw;
  line-height: 1.4em;
}

.header-section-4.eng {
  color: var(--white);
  font-size: 40px;
  font-weight: 700;
}

.image-54 {
  z-index: 2;
  float: right;
  clear: right;
  position: relative;
  top: 72px;
  right: 30px;
  overflow: visible;
}

.image-64 {
  max-width: 200%;
}

.heading-31 {
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Geologica, sans-serif;
  font-size: 20px;
  display: flex;
}

.heading-39 {
  color: #000;
  -webkit-text-stroke-color: #000;
  font-family: Geologica, sans-serif;
  font-size: 2.2vw;
  line-height: 1.4em;
}

.image-61 {
  padding: 10px;
}

.container-4 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.nav-link-demo {
  color: #fff;
  font-family: Geologica, sans-serif;
  font-size: 15px;
  display: inline-block;
  overflow: hidden;
}

.nav-link-demo.invis {
  display: none;
}

.text-block-18 {
  color: #000;
  font-family: Geologica, sans-serif;
}

.image-59 {
  max-width: 200%;
}

.link-block-8 {
  padding-right: 10px;
}

.nav-link-9 {
  color: #fff;
}

.nav-link-9.mob {
  font-family: Geologica, sans-serif;
  font-size: 15px;
}

.heading-91 {
  color: #000;
  padding-top: 20px;
  font-family: Geologica, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.4em;
}

.div-block-16 {
  width: auto;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

._2_button_grad_hover-2 {
  text-align: center;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  vertical-align: middle;
  object-fit: fill;
  background-color: #d11ee6;
  background-image: linear-gradient(143deg, #fda36e, #d01ce7);
  background-clip: border-box;
  border: 1px solid #000;
  border-radius: 10px;
  min-height: 35px;
  max-height: none;
  margin-top: 13px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Geologica, sans-serif;
  font-size: 15px;
}

.div-block_smal_text-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.image-58 {
  border-radius: 20px;
  box-shadow: 0 10px 30px #0003;
}

.text-block-16 {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.heading-29 {
  clear: left;
  color: var(--white);
  font-family: Geologica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
  position: relative;
  top: 0;
}

.nav-link-14 {
  color: #fff;
  font-family: Geologica, sans-serif;
  font-size: 15px;
  position: relative;
}

.paragraph-48 {
  color: #000;
  margin-top: 30px;
  font-family: Geologica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph-49 {
  text-align: center;
  max-width: 65vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 4.3em;
  font-weight: 700;
  line-height: 1.4em;
}

.paragraph-49.mob {
  max-width: 95%;
  font-size: 3.3em;
}

.paragraph-49.mob.eng {
  font-family: Geologica, sans-serif;
  font-size: 40px;
}

.image-62 {
  box-sizing: border-box;
  clear: none;
  text-align: center;
  vertical-align: baseline;
  min-width: auto;
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: auto;
  overflow: auto;
}

.image-62.mob.tablet {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  top: -7%;
  overflow: visible;
}

.image-62.mob.tablet.new_img {
  display: inline-block;
}

.heading-38 {
  font-size: 2.2vw;
  font-weight: 700;
  line-height: 1.4em;
}

.heading-38.eng {
  font-family: Geologica, sans-serif;
  font-size: 28px;
}

.image-53 {
  z-index: 1;
  float: right;
  clear: none;
  position: absolute;
  inset: 0% 5% 0% auto;
  overflow: visible;
}

.paragraph-50 {
  clear: none;
  flex-flow: row;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  font-family: Geologica, sans-serif;
  font-size: 14px;
  line-height: 2em;
  display: flex;
  position: static;
  top: 34px;
  left: -348px;
}

.text-block-17 {
  color: #000;
  text-align: center;
  max-width: 90%;
  margin: 30px auto 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.text-block-17.mob {
  font-family: Geologica, sans-serif;
}

.heading-34 {
  color: var(--white);
  font-family: Geologica, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4em;
}

.heading-32 {
  color: #fff;
  text-align: center;
  font-family: Geologica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
}

.paragraph-51 {
  color: #000;
  text-align: center;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-51.mob {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Geologica, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.bold-text-14 {
  font-size: 40px;
  line-height: 1.4em;
}

.section-5 {
  margin-top: 140px;
  margin-bottom: 100px;
  font-family: Geologica, sans-serif;
}

.h1_new {
  font-family: Geologica, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.bold-text-15 {
  font-family: Geologica, sans-serif;
  font-size: 33px;
  font-weight: 600;
}

.bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23 {
  font-family: Geologica, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.section-6 {
  margin-top: 140px;
  margin-bottom: 100px;
  font-family: Geologica, sans-serif;
}

.dropdown {
  color: var(--white);
  font-family: Geologica, sans-serif;
  transition: opacity .2s;
  display: block;
  position: relative;
  left: auto;
}

.dropdown:hover {
  pointer-events: auto;
}

.dropdown-toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: auto;
  min-width: 168px;
  color: var(--white);
  background-color: #000;
  border-radius: 10px;
  flex-flow: row;
  padding: 14px 30px 14px 15px;
  display: flex;
  left: auto;
}

.dropdown-toggle.w--open {
  color: var(--white);
  background-color: #000;
  border-radius: 8px;
}

.text-block-29 {
  padding-left: 3px;
  padding-right: 8px;
  font-weight: 500;
}

.image-89 {
  float: left;
  clear: left;
  max-width: 20px;
  max-height: 20px;
  margin-bottom: 3px;
  position: relative;
}

.div-block-27 {
  float: left;
  clear: left;
  flex: 0 auto;
  padding-top: 3px;
  padding-right: 5px;
  position: relative;
  left: 0;
}

.dropdown-link {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  font-weight: 500;
}

.dropdown-link-2 {
  color: #fff;
  background-color: #000;
  border-top: 1px solid #616161;
  border-radius: 0 0 10px 10px;
  font-weight: 500;
}

.dropdown-list {
  z-index: 100;
  color: var(--label-primary);
  overflow: visible;
}

.dropdown-list.w--open {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: var(--white);
  background-color: #000;
  border-radius: 10px;
  display: block;
  position: absolute;
  overflow: visible;
}

.invis {
  display: block;
}

.icon {
  transform-style: preserve-3d;
  margin-left: 0;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.icon-2 {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.dropdown-link-4 {
  z-index: 101;
  color: #fff;
  border-top: 1px solid #616161;
  font-weight: 500;
}

.btn_lang {
  background-color: #3e3e3e;
  border-radius: 10px;
  max-width: 75px;
  margin-top: 13px;
  margin-left: 15px;
  padding-left: 0;
  padding-right: 0;
  font-family: Geologica, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  display: block;
  position: relative;
}

.text-block-30 {
  float: right;
  clear: right;
  color: #fff;
  margin-top: 5px;
  margin-right: 10px;
  padding-top: 3px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Geologica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.link-block-15 {
  color: #fff;
  width: 100%;
  min-width: 75px;
  max-width: none;
  padding: 5px;
}

.link-block-15.w--current {
  padding-top: 5px;
  padding-bottom: 5px;
}

.anti_slider {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 10%;
}

.item_block_1 {
  background-image: linear-gradient(130deg, #fff, #def1ff);
  border-radius: 40px;
  height: 100%;
  margin: 0% 3% 20px;
  padding: 5%;
}

.item_text {
  float: left;
  clear: left;
  max-width: 40%;
  font-family: Geologica Cursive, sans-serif;
}

.itrem_pic {
  float: right;
  clear: right;
  max-width: 45%;
}

.item_block_2 {
  background-color: #d8d8d8;
  background-image: linear-gradient(130deg, #f3edff, #fff);
  border-radius: 40px;
  height: 100%;
  margin: 10px 3% 20px;
  padding: 5%;
}

.text_item_2 {
  float: right;
  clear: right;
  max-width: 40%;
}

.pic_block_2 {
  float: left;
  clear: left;
  max-width: 45%;
}

.link-20 {
  display: inline-block;
}

.text-block-31 {
  color: #ed779e;
  text-align: center;
}

.text-span-3 {
  color: #000;
  text-align: center;
}

.text-span-4 {
  color: #000;
}

.bold-text-24 {
  font-size: 17px;
  font-weight: 400;
}

.phone {
  float: right;
  clear: none;
  width: 49%;
  min-height: 0;
}

.card-docs-ru-link-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  pointer-events: auto;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #ebdfff00;
  background-clip: border-box;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 320px;
  margin-left: 80px;
  padding: 20px 20px 20px 0;
  font-family: Geologica, sans-serif;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .4s;
  display: flex;
  position: static;
}

.card-docs-ru-link-wrap:hover {
  color: var(--btn-blue);
  background-color: #3886ed1f;
}

.support-title {
  color: var(--black);
  text-align: center;
  font-family: Geologica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.support-subtitle {
  text-align: center;
  font-family: Geologica, sans-serif;
  font-weight: 500;
  line-height: 140%;
}

.support-title-wrap {
  text-align: center;
  height: 100px;
  font-family: Geologica, sans-serif;
}

.body {
  margin-top: 0;
}

.posts-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.posts-collection-list-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.posts-collection-list {
  flex-wrap: wrap;
  margin: -25px -10px;
  padding-top: 20px;
  padding-left: 10px;
  display: flex;
}

.mix {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

.h2.cc-title-section {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Geologica, sans-serif;
}

.container-6 {
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
}

.title-section {
  justify-content: center;
  align-items: center;
  padding: 180px 30px 90px;
  display: flex;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  font-family: Geologica, sans-serif;
  display: flex;
}

.shadow-two {
  max-width: 50%;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading-92 {
  font-family: Geologica, sans-serif;
}

.heading-93 {
  font-family: Geologica, sans-serif;
  font-weight: 400;
}

.title-support-yuchat-wrap {
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding: 20px 60px;
  display: flex;
}

.title-docs-wrap {
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding: 50px 60px;
  display: flex;
}

.image-90, .image-91 {
  max-width: 100%;
}

.link-block-10-copy {
  float: left;
  clear: left;
  padding: 0 10px 0 0;
  font-family: Geologica, sans-serif;
  text-decoration: none;
}

.link-block-16, .link-block-17, .link-block-18, .link-block-19 {
  text-decoration: none;
}

.bold-text-25 {
  font-weight: 500;
}

.bold-text-26, .bold-text-27 {
  font-size: 22px;
  font-weight: 500;
}

.bold-text-28, .bold-text-29, .bold-text-30 {
  font-weight: 500;
}

.label-secondary-date-time {
  color: var(--black);
  text-align: justify;
  align-self: flex-start;
  margin-bottom: 20px;
  font-family: Geologica, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.label-secondary-date-time.hide {
  display: none;
}

.title-webinar-yuchat-wrap {
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding: 20px 60px;
  display: flex;
}

.black-sub {
  color: var(--dark-blue);
}

.black-sub.mt-0 {
  color: var(--black);
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  font-family: Geologica, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.error-message {
  border-radius: 10px;
}

.success-message {
  background-color: #79e09c;
  border-radius: 10px;
}

.success-message-2 {
  background-color: #549669;
  border-radius: 10px;
}

.error-message-2 {
  border-radius: 10px;
}

.submit-button-webinar {
  float: right;
  background-image: linear-gradient(143deg, #fda36e, #d01ce7);
  border-radius: 10px;
  min-height: 45px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Geologica, sans-serif;
  font-size: 16px;
}

.form_t_mobile {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}

.security_page {
  width: 100vw;
  height: auto;
  position: static;
  bottom: 0;
}

.security_page.mob {
  height: 300vh;
  padding-bottom: 0;
}

.sb_page_w_list {
  float: right;
  max-width: 55%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -799px;
}

.sb_page_w_list._1280 {
  max-width: 80%;
  height: auto;
  padding-bottom: 0;
  padding-right: 5%;
  position: relative;
  top: 0;
}

.sb_w_p_page {
  float: right;
  max-width: none;
  margin: auto auto 80px;
  position: relative;
}

.heading-47_black {
  color: var(--black);
  font-family: Geologica, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4em;
}

@media screen and (min-width: 1280px) {
  .title-download-wrap {
    margin-top: 140px;
  }

  .heading-h3-_2 {
    font-size: 2vw;
  }

  .image-70 {
    margin-top: 100px;
  }

  .heading-49._1 {
    font-size: 3vw;
  }

  .heanding_new.mob {
    max-width: 70%;
    font-size: 2.3em;
  }

  .image-86 {
    margin-top: 100px;
  }

  .ico_pic.mob {
    max-width: 8%;
    top: 75%;
    left: 11%;
  }

  .fr {
    width: auto;
    height: auto;
  }

  .button_black {
    font-family: Geologica, sans-serif;
  }

  .video_pic.mob.tablet {
    max-width: 35%;
    top: 69.2%;
    left: 60%;
  }

  .steps {
    width: 90%;
  }

  .form_t {
    margin-bottom: 0;
  }

  .image-81.mob.tablet {
    top: 91%;
  }

  .image-81.mob.tablet.new_img {
    top: 74%;
  }

  .ub_t {
    max-width: 40%;
    margin-top: 60px;
    margin-left: 0%;
    margin-right: -17px;
    padding-left: 0;
  }

  .paragraph-31._1 {
    font-size: 17px;
  }

  .video {
    margin-bottom: 60px;
  }

  .pages_cont {
    width: 90vw;
    max-width: none;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 100px;
    font-family: Geologica, sans-serif;
    position: relative;
  }

  .ub_slide {
    margin-top: 0;
    margin-left: auto;
    margin-right: 50px;
    padding-left: 0;
    padding-right: 15%;
  }

  .image-84 {
    margin-top: 100px;
  }

  .paper_slide {
    margin-top: 60px;
  }

  .paper_slide._2 {
    top: -92%;
  }

  .paper_slide._3 {
    top: -52%;
  }

  .paper_slide.slide1 {
    top: -15%;
  }

  .image-85 {
    margin-top: 100px;
  }

  .text_screen {
    height: auto;
  }

  .cta_pic {
    top: 35%;
  }

  .real_frame, .cta_block {
    width: 100%;
  }

  .sb_w_text_block._1280._1920 {
    padding-top: 25vh;
  }

  .ubh {
    margin-bottom: 30px;
  }

  .short_benefits.mob {
    width: 100%;
    height: 400vh;
    font-family: Geologica, sans-serif;
  }

  .form-2 {
    width: 100%;
    height: 100%;
    padding-bottom: 140px;
  }

  .div-video.mob {
    max-width: 70%;
    padding-bottom: 40px;
  }

  .step.mob {
    width: 100%;
  }

  .paragraph-34 {
    align-self: auto;
  }

  .ub_pic {
    max-width: 45%;
    max-height: none;
  }

  .security_block.mob {
    height: 300vh;
    position: static;
  }

  .camera_new {
    width: 100%;
    padding-top: 100px;
  }

  .step_todo.mob {
    width: 40%;
    padding-right: 0%;
  }

  .div-text.section_3.mob {
    background-color: #0000;
    padding-left: 0%;
  }

  .heading-45 {
    font-size: 3.5vw;
  }

  .pages_small_text {
    margin-bottom: 261px;
  }

  .video_text.mob {
    max-width: 60%;
  }

  .body_form {
    margin-bottom: 0;
  }

  .cta_w {
    width: 90%;
  }

  .paragraph-35.mob {
    max-width: 90%;
    font-size: 45px;
  }

  .pages_list {
    height: 350vh;
    padding-bottom: 220px;
    position: static;
  }

  .pages_text {
    margin-bottom: 40px;
  }

  .ps_text_block {
    padding-bottom: 60px;
  }

  .paragraph-36.mob {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-44 {
    flex: none;
    align-self: auto;
  }

  .heading-h3-_2-2 {
    font-size: 2vw;
  }

  .button_black-2 {
    font-family: Geologica, sans-serif;
  }

  .heading-31 {
    flex: none;
    align-self: auto;
  }

  .paragraph-49.mob {
    max-width: 90%;
    font-size: 3.5em;
  }

  .image-62.mob.tablet {
    top: 91%;
  }

  .image-62.mob.tablet.new_img {
    top: 74%;
  }

  .paragraph-50 {
    align-self: auto;
  }

  .heading-32 {
    font-size: 3.5vw;
  }

  .paragraph-51.mob {
    padding-left: 10px;
    padding-right: 10px;
  }

  .item_block_1 {
    height: 100%;
    padding-bottom: 3%;
  }

  .item_text {
    text-decoration: none;
    position: relative;
  }

  .item_block_2 {
    height: 100%;
  }

  .title-support-yuchat-wrap {
    margin-top: 140px;
  }

  .title-docs-wrap {
    margin-top: 0;
  }

  .title-webinar-yuchat-wrap {
    margin-top: 140px;
  }

  .form_t_mobile {
    margin-bottom: 0;
  }

  .security_page.mob {
    height: 300vh;
    position: static;
  }
}

@media screen and (min-width: 1440px) {
  .label.cc-blog-date {
    font-weight: 400;
  }

  .rich-text {
    margin-bottom: 0;
    font-family: Geologica, sans-serif;
  }

  .blog-detail-header-wrap {
    margin-bottom: 20px;
  }

  .container-1152 {
    padding-right: 0;
  }

  .body-with-bg {
    width: 100%;
  }

  .title-download-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 20px;
  }

  .pricing {
    bottom: 0;
  }

  .heading-h3-_2 {
    font-size: 2vw;
  }

  .image-70 {
    margin-top: 100px;
  }

  .ps_img {
    max-width: 50%;
  }

  .heading-49._1 {
    font-size: 2.6vw;
  }

  .heanding_new.mob {
    font-size: 2.2em;
  }

  .image-86 {
    margin-top: 100px;
  }

  .ico_pic.mob {
    top: 78.6%;
    left: 10%;
  }

  .track.new {
    width: 100%;
    height: 400vw;
  }

  ._3_button {
    position: relative;
    bottom: 0;
  }

  .video_pic.mob.tablet {
    top: 67%;
    left: 62%;
  }

  .steps {
    margin-bottom: 0;
  }

  .text-block-15 {
    clear: left;
    flex: 1;
    padding-top: 20px;
  }

  .image-81.mob.tablet {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 47% 0% 0%;
  }

  .image-81.mob.tablet.new_img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 48%;
  }

  .video {
    margin-bottom: 60px;
  }

  .pages_cont {
    top: -233px;
  }

  .ps_num {
    bottom: 20px;
    left: 20px;
  }

  .heading-42 {
    padding-left: 0%;
    position: sticky;
    top: 0;
  }

  .ub_slide {
    flex: none;
    width: 100%;
    height: 100%;
    margin-right: 140px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .ub_slide._2 {
    display: block;
  }

  .image-82 {
    border-radius: 20px;
    max-height: 80%;
  }

  .image-84 {
    margin-top: 100px;
  }

  .paper_slide._2 {
    height: 80%;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 60px;
    top: -942px;
  }

  .paper_slide._3 {
    height: 80%;
    padding-top: 40px;
    padding-bottom: 60px;
    top: -452px;
  }

  .paper_slide.slide1 {
    height: 80%;
    padding-top: 40px;
    padding-bottom: 60px;
    top: 4%;
  }

  .image-85 {
    margin-top: 100px;
  }

  .cta_bg {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .text_screen {
    height: auto;
  }

  .cta_pic {
    top: 39%;
  }

  .real_frame {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .image-75, .image-77 {
    border-radius: 20px;
    max-height: 80%;
  }

  .sb_w_text_block._1280 {
    max-width: 40%;
    margin-left: 0;
  }

  .sb_w_text_block._1280._1920 {
    max-width: 35%;
    margin-top: 0;
    padding-top: 10vh;
    padding-left: 5%;
    display: inline-block;
    position: sticky;
    top: 10vh;
  }

  .heading-46.mobil {
    font-weight: 300;
    line-height: 46px;
  }

  .short_benefits.mob {
    height: 400vh;
  }

  .navbar.mobil {
    margin-left: auto;
    margin-right: auto;
  }

  .div-video.mob {
    max-width: 60%;
    padding-bottom: 20px;
  }

  .step.mob {
    min-width: 350px;
    max-width: none;
  }

  .paragraph-34 {
    flex-flow: row;
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    left: -387px;
  }

  .sb_w_list._1280 {
    float: right;
    clear: right;
    padding-right: 5%;
    display: block;
    top: 0;
    left: 0;
  }

  .ub_pic {
    max-width: 40%;
  }

  .security_block.mob {
    width: 100vw;
    height: 300vh;
    padding-top: 10vh;
    padding-bottom: 100px;
  }

  .camera_new {
    flex: none;
    width: 100vw;
    height: 100vh;
    padding-top: 5%;
    padding-left: 3%;
    padding-right: 3%;
    top: 0;
    overflow: visible;
  }

  .step_todo.mob {
    width: 40%;
    min-width: auto;
    padding-right: 0%;
  }

  .div-text.section_3.mob {
    min-width: auto;
    max-width: 45%;
    padding-left: 0%;
  }

  .heading-45 {
    font-size: 3.3vw;
  }

  .video_text.mob {
    max-width: 60%;
  }

  .paragraph-35.mob {
    font-size: 45px;
  }

  .pages_list {
    width: 100%;
    height: 250vh;
  }

  .pages_text {
    margin-bottom: 153px;
  }

  .ps_text_block {
    margin-top: 100px;
  }

  .heading-44 {
    flex: none;
    justify-content: flex-start;
    align-items: stretch;
    position: static;
  }

  .sec-1 {
    position: relative;
  }

  .heading-h3-_2-2 {
    font-size: 2vw;
  }

  .image-56, .image-63 {
    border-radius: 0;
    max-height: 80%;
  }

  .text-block-28 {
    clear: left;
    flex: 1;
    padding-top: 20px;
  }

  .heading-31 {
    flex: none;
    justify-content: flex-start;
    align-items: stretch;
    position: static;
  }

  .image-58 {
    border-radius: 0;
    max-height: 80%;
  }

  .heading-29 {
    padding-left: 0%;
    position: sticky;
    top: 0;
  }

  .paragraph-49.mob {
    font-size: 3.3em;
  }

  .image-62.mob.tablet {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 47% 0% 0%;
  }

  .image-62.mob.tablet.new_img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 48%;
  }

  .paragraph-50 {
    flex-flow: row;
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    left: -387px;
  }

  .heading-32 {
    font-size: 3.3vw;
  }

  .item_block_1 {
    height: 100%;
    padding-bottom: 5%;
  }

  .item_block_2 {
    height: 100%;
  }

  .shadow-two {
    box-sizing: content-box;
    width: auto;
    max-width: 50%;
    height: auto;
    overflow: clip;
  }

  .margin-bottom-24px {
    font-family: Geologica, sans-serif;
  }

  .heading-92 {
    font-family: Geologica, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
  }

  .heading-93 {
    font-family: Geologica, sans-serif;
    font-weight: 400;
  }

  .security_page.mob {
    width: 100vw;
    height: 300vh;
    padding-top: 10vh;
    padding-bottom: 100px;
  }

  .sb_page_w_list._1280 {
    float: right;
    clear: right;
    padding-right: 5%;
    display: block;
    top: 0;
    left: 0;
  }

  .sb_w_p_page {
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {

  .heading-h3-_2 {
    font-size: 30px;
    line-height: 1.4em;
  }

  .heading-50 {
    font-size: 50px;
    line-height: 1.4em;
  }

  .ps_img {
    max-width: 47%;
    max-height: 70%;
  }

  .heading-49._1 {
    font-size: 40px;
  }

  .heanding_new.mob {
    max-width: 60%;
    font-size: 30px;
  }

  .heanding_new.mob.eng {
    font-size: 32px;
  }

  .image-86 {
    border-radius: 20px;
    margin-top: 140px;
    box-shadow: 0 10px 30px #0003;
  }

  .ico_pic.mob {
    top: 78%;
    left: 17%;
  }

  .heading-47 {
    font-size: 30px;
  }

  .track.new {
    width: auto;
    height: 400vw;
  }

  .button_black.color {
    clear: none;
    justify-content: space-around;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
    left: auto;
  }

  .button_black_line.color {
    clear: none;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    display: block;
    position: static;
    left: auto;
    right: 0;
  }

  .video_pic.mob.tablet {
    max-width: 500px;
    top: 64%;
    left: 63%;
  }

  .brand {
    margin-left: 0;
    display: block;
    position: static;
  }

  .brand.toplogo {
    margin-left: 0;
  }

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

  .heading-43 {
    font-size: 30px;
  }

  .text-block-15 {
    float: none;
    clear: none;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
  }

  .cta2.color {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: none;
    order: 0;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 650px;
    padding-right: 40px;
    display: flex;
    position: static;
  }

  .heading-41 {
    font-size: 30px;
  }

  .image-81.mob.tablet {
    max-width: 1217px;
    position: relative;
    top: 44%;
  }

  .image-81.mob.tablet.new_img {
    clear: none;
    width: 1249px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: auto;
    right: auto;
  }

  .ub_t {
    margin-right: 0;
  }

  .ubhh {
    height: auto;
    font-size: 40px;
    line-height: 1.4em;
    position: static;
  }

  .video {
    margin-bottom: 40px;
  }

  .pages_cont {
    height: 100vh;
    margin-bottom: 140px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 400px;
    display: block;
    position: sticky;
    top: 0;
  }

  .ps_num {
    padding-left: 20px;
  }

  .heading-42 {
    margin-top: 0;
    padding-top: 0%;
    padding-bottom: 0%;
    font-size: 40px;
    position: sticky;
    top: 0;
  }

  .ub_slide {
    flex: none;
    width: 100%;
    height: 100%;
    margin-right: 140px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .ub_slide._2 {
    margin-right: 0;
    display: block;
  }

  .sec-2 {
    position: relative;
    top: 0;
  }

  .header-section-3 {
    font-size: 40px;
    line-height: 1.4em;
  }

  .heading-51 {
    font-size: 30px;
    font-weight: 700;
  }

  .cta_text {
    box-sizing: border-box;
    float: left;
    clear: none;
    max-width: 100%;
    position: relative;
    left: 250px;
  }

  .image-82 {
    border-radius: 20px;
    max-height: 100%;
    padding-bottom: 0;
  }

  .image-84 {
    margin-top: 140px;
  }

  .paper_slide._2 {
    height: auto;
    max-height: 700px;
    top: -159%;
  }

  .paper_slide._3 {
    height: auto;
    max-height: 700px;
    top: -92%;
  }

  .paper_slide.slide1 {
    height: auto;
    max-height: 700px;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    top: -25%;
  }

  .image-85 {
    border-radius: 20px;
    margin-top: 140px;
    box-shadow: 0 10px 300px #0003;
  }

  .text_screen {
    height: auto;
    position: static;
    top: 0;
  }

  .cta_pic {
    max-width: 40%;
    top: 10%;
  }

  .real_frame {
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    height: auto;
    display: flex;
    position: static;
    top: 0;
  }

  .image-75, .image-77 {
    border-radius: 20px;
    max-height: 100%;
    padding-bottom: 0;
  }

  .heading-33 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    font-size: 30px;
    display: block;
    position: static;
  }

  .sb_w_text_block._1280 {
    margin-top: auto;
    position: sticky;
  }

  .sb_w_text_block._1280._1920 {
    max-width: 35%;
    padding-top: 10vh;
    padding-left: 5%;
    display: inline-block;
    top: 10vh;
  }

  .heading-46.mobil {
    font-size: 60px;
    line-height: 1.4em;
  }

  .link-block-10 {
    padding-top: 10px;
    padding-left: 0;
  }

  .cta_btns {
    box-sizing: border-box;
    float: right;
    clear: none;
    aspect-ratio: auto;
    min-width: auto;
    min-height: auto;
    margin-left: 220px;
  }

  .ubh {
    flex-flow: column;
    flex: none;
    order: 0;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    height: 10%;
    margin-bottom: 0;
    display: flex;
  }

  .short_benefits.mob {
    background-color: #000;
    height: 80%;
    min-height: 10%;
  }

  .sb_w_p {
    float: right;
  }

  .sb_ico {
    left: -17%;
  }

  .form-2 {
    padding-top: 80px;
  }

  .div-video.mob {
    width: auto;
    max-width: 50%;
    max-height: none;
    padding-bottom: 20px;
  }

  .step.mob {
    min-width: 350px;
  }

  .paragraph-34 {
    clear: none;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    position: static;
    left: -152px;
  }

  .sb_w_list._1280 {
    float: right;
    clear: right;
    min-width: 35%;
    max-width: 45%;
    display: block;
    position: relative;
    top: 0;
  }

  .heading-52 {
    font-size: 30px;
    line-height: 1.4em;
  }

  .ub_pic {
    clear: right;
    max-width: 40%;
    max-height: none;
    padding-right: 0%;
  }

  .cammers {
    margin-left: auto;
    margin-right: auto;
  }

  .security_block.mob {
    width: 100vw;
    height: 200vh;
    margin-top: 100px;
    padding-top: 10vh;
    padding-bottom: 60px;
  }

  .benefits_blok.nom4, .benefits_blok.nom3, .benefits_blok.nom2, .benefits_blok.nom1 {
    text-decoration: none;
  }

  .benefits_blok.nom5 {
    min-height: 80px;
    text-decoration: none;
  }

  .camera_new {
    width: 100vw;
    height: 100vh;
    padding-top: 140px;
    top: 0;
  }

  .heading-48 {
    font-size: 40px;
  }

  .grid-benefits._1920 {
    min-width: 600px;
  }

  .div-text.section_3.mob {
    background-color: #0000;
    top: 0;
  }

  .heading-45 {
    font-size: 40px;
    line-height: 1.4em;
  }

  .video_block {
    height: auto;
  }

  .video_text.mob {
    max-width: 50%;
    margin-top: 60px;
  }

  .paragraph-35.mob {
    max-width: 80%;
    font-size: 40px;
  }

  .div-block-21 {
    margin-left: auto;
    margin-right: auto;
  }

  .pages_list {
    height: 300vh;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .pages_text {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
  }

  .ps_text_block {
    max-width: 35%;
  }

  .paragraph-36.mob {
    font-size: 17px;
  }

  .heading-44 {
    display: block;
  }

  .div-slogan-titel.mob {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    top: 5vh;
  }

  .sec-1 {
    position: relative;
    top: 0;
  }

  .paragraph-section-3 {
    font-size: 18px;
  }

  .heading-h3-_2-2 {
    font-size: 30px;
    line-height: 1.4em;
  }

  .heading-90.mobil {
    font-size: 60px;
    line-height: 1.4em;
  }

  .image-56 {
    max-height: 100%;
    padding-bottom: 0;
  }

  .heading-30 {
    font-size: 1.6vw;
  }

  .image-63 {
    max-height: 100%;
    padding-bottom: 0;
  }

  .button_black-2.color {
    clear: none;
    justify-content: space-around;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
    left: auto;
  }

  .link-block-6 {
    padding-left: 0;
  }

  .button_black_line-2.color {
    clear: none;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    display: block;
    position: static;
    left: auto;
    right: 0;
  }

  .text-block-28 {
    float: none;
    clear: none;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
  }

  .heading-35 {
    font-size: 50px;
  }

  .ubhh-2 {
    height: auto;
    font-size: 50px;
    line-height: 1.4em;
    position: static;
  }

  .ubhh-2.eng {
    font-size: 50px;
  }

  .heading-28 {
    font-size: 1.6vw;
  }

  .header-section-4 {
    font-size: 50px;
    line-height: 1.4em;
  }

  .header-section-4.eng {
    font-size: 50px;
  }

  .image-54 {
    max-width: 90%;
    top: 30px;
    right: -11px;
  }

  .heading-31 {
    display: block;
  }

  .heading-39 {
    font-size: 32px;
    line-height: 1.4em;
  }

  .heading-91 {
    font-size: 1.6vw;
  }

  .div-block-16 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-58 {
    max-height: 100%;
    padding-bottom: 0;
  }

  .heading-29 {
    margin-top: 0;
    padding-top: 0%;
    padding-bottom: 0%;
    font-size: 50px;
    position: sticky;
    top: 0;
  }

  .paragraph-49.mob {
    max-width: 80%;
  }

  .image-62.mob.tablet {
    max-width: 1217px;
    position: relative;
    top: 44%;
  }

  .image-62.mob.tablet.new_img {
    clear: none;
    width: 1249px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: auto;
    right: auto;
  }

  .heading-38, .heading-38.eng {
    font-size: 32px;
  }

  .image-53 {
    right: 9%;
  }

  .paragraph-50 {
    clear: none;
    padding-bottom: 12px;
    display: block;
    position: static;
    left: -152px;
  }

  .heading-34 {
    font-size: 1.6vw;
  }

  .heading-32 {
    font-size: 50px;
    line-height: 1.4em;
  }

  .bold-text-14 {
    font-size: 50px;
  }

  .anti_slider {
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .item_block_1, .item_block_2 {
    height: 100%;
    padding-bottom: 5%;
  }

  .pic_block_2 {
    margin-top: 40px;
  }

  .posts-collection-list {
    justify-content: center;
    align-items: center;
  }

  .mix {
    flex: 0 auto;
    width: 100%;
  }

  .hero-heading-right {
    max-width: Infinity% ;
  }

  .shadow-two {
    box-sizing: content-box;
    object-fit: cover;
    width: auto;
    max-width: 50%;
    height: auto;
    overflow: hidden;
  }

  .margin-bottom-24px {
    font-family: Geologica, sans-serif;
  }

  .heading-93 {
    font-family: Geologica, sans-serif;
    font-weight: 400;
  }

  .link-block-10-copy {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .security_page.mob {
    width: 100vw;
    height: 200vh;
    margin-top: 100px;
    padding-top: 10vh;
    padding-bottom: 60px;
  }

  .sb_page_w_list._1280 {
    float: right;
    clear: right;
    min-width: 35%;
    max-width: 45%;
    display: block;
    position: relative;
    top: 0;
  }

  .sb_w_p_page {
    float: right;
  }

  .heading-47_black {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {

  .button {
    justify-content: center;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .container-1152 {
    padding-left: 20px;
    padding-right: 30px;
  }

  .img-rounded-shadow.mobile-big {
    border-radius: 22px;
    outline-width: 7px;
    width: auto;
    height: 420px;
    bottom: 0;
    right: 40px;
  }

  .img-rounded-shadow.mobile-small {
    border-radius: 19px;
    outline-width: 7px;
    width: auto;
    height: 400px;
    bottom: 0;
    right: 150px;
  }

  .container-860 {
    padding-left: 20px;
    padding-right: 30px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .price-title-wrap, .price-wrap-outer {
    height: auto;
  }

  .price-wrap-outer.plus-mb {
    margin-bottom: 10px;
  }

  .price-text-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .docs-grid {
    grid-template-columns: 1fr;
  }

  .card-docs-link-wrap {
    width: 220px;
  }

  .heading-h3-_2 {
    font-size: 3vw;
    line-height: 1.4em;
  }

  .heading-50 {
    font-size: 6vw;
  }

  .image-70 {
    margin-top: 40px;
  }

  .ps_img {
    float: none;
    clear: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }

  .heading-49._1 {
    margin-top: 80px;
    font-size: 5vw;
  }

  .heanding_new.mob {
    max-width: none;
    font-size: 3vw;
  }

  .image-86 {
    margin-top: 40px;
  }

  .field-label-7 {
    font-family: Geologica, sans-serif;
  }

  .ico_pic {
    max-width: 80%;
    top: 573px;
    left: 43px;
  }

  .ico_pic.mob {
    max-width: 13vw;
    position: absolute;
    top: 76%;
    bottom: 0;
    left: 2%;
    overflow: visible;
  }

  .heading-47 {
    font-size: 4vw;
  }

  .field-label-3 {
    font-family: Geologica, sans-serif;
  }

  .track.new {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 60px;
    display: block;
  }

  .fr {
    width: auto;
    height: auto;
  }

  .image-78 {
    padding-right: 10px;
  }

  .button_black.color {
    max-height: 45px;
    font-family: Geologica, sans-serif;
  }

  .button_black_line.color {
    max-height: 45px;
  }

  .paragraph-29 {
    font-family: Geologica, sans-serif;
  }

  .text-block-25 {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 0;
    font-family: Geologica, sans-serif;
    font-size: 14px;
    overflow: visible;
  }

  .link-block-2 {
    padding-right: 0;
  }

  .video_pic.mob {
    left: 329px;
  }

  .video_pic.mob.tablet {
    min-width: auto;
    max-width: 50%;
    position: absolute;
    top: 76%;
    bottom: 0;
    left: 50%;
    overflow: visible;
  }

  .ubttp {
    max-width: none;
    line-height: 1.5em;
  }

  .steps {
    width: 95%;
    margin-top: 140px;
    margin-bottom: 140px;
    padding-bottom: 60px;
  }

  .h_t {
    max-width: 80%;
  }

  .heading-43 {
    font-size: 4vw;
  }

  .text-block-15 {
    font-family: Geologica, sans-serif;
  }

  .link-block-12 {
    padding-right: 0;
  }

  .cta2.color {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
  }

  .menu-button-2 {
    background-color: #000;
    font-size: 27px;
  }

  .menu-button-2.w--open {
    background-color: #000;
  }

  .paragraph-30 {
    font-family: Geologica, sans-serif;
    font-size: 16px;
  }

  .heading-41 {
    font-size: 4vw;
  }

  .image-81 {
    float: none;
    clear: none;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    position: relative;
    inset: 0%;
    overflow: visible;
  }

  .image-81.mob.tablet {
    box-sizing: border-box;
    float: none;
    vertical-align: baseline;
    width: 90vw;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: 60% 0 0;
  }

  .ub_t {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .ubhh {
    font-size: 6vw;
    line-height: 1.4em;
  }

  .image-80 {
    padding: 0;
  }

  .video {
    margin-bottom: 60px;
  }

  .pages_cont {
    width: 95%;
    height: 100%;
  }

  .heading-42 {
    clear: none;
    width: 100%;
    font-size: 6vw;
    position: static;
    top: 0;
  }

  .text-block-26 {
    text-align: center;
    padding-top: 20px;
    font-family: Geologica, sans-serif;
    font-size: 14px;
  }

  .field-label-6 {
    font-family: Geologica, sans-serif;
  }

  .ub_slide {
    width: 100%;
    height: 100%;
    margin-top: 40px;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .ub_slide._2 {
    margin-top: 152px;
    display: block;
  }

  .image-79 {
    padding-left: 0;
    padding-right: 10px;
  }

  .text-block-22 {
    font-family: Geologica, sans-serif;
  }

  .header-section-3 {
    font-size: 5vw;
    line-height: 1.4em;
  }

  .heading-51 {
    font-size: 4.5vw;
  }

  .cta_text {
    max-width: 100%;
  }

  .image-82 {
    box-shadow: none;
    border-radius: 0;
  }

  .paragraph-32 {
    margin-top: 65px;
    font-family: Geologica, sans-serif;
  }

  .container-3 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-84 {
    margin-top: 40px;
  }

  .paper_slide {
    margin-top: 40px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paper_slide._2, .paper_slide._3 {
    top: 0;
  }

  .image-85 {
    margin-top: 40px;
  }

  .paragraph-33 {
    font-family: Geologica, sans-serif;
  }

  .cta_bg {
    max-width: 95%;
    height: 100%;
  }

  .text_screen {
    width: 95%;
    height: auto;
    min-height: auto;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }

  .cta_pic {
    inset: 3% 0% 0% 32%;
  }

  .real_frame {
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .image-75, .image-77 {
    box-shadow: none;
    border-radius: 0;
  }

  .heading-33 {
    font-size: 4vw;
  }

  .cta_block {
    height: 100%;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .sb_w_text_block._1280 {
    max-width: 100%;
    margin-top: 140px;
    position: static;
  }

  .sb_w_text_block._1280._1920 {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0%;
    position: static;
  }

  .gradient_bg {
    width: 95%;
    max-width: none;
    height: 100%;
    min-height: 768px;
    max-height: none;
    margin-top: 89px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-46.mobil {
    max-width: 95%;
    margin-top: 80px;
    font-size: 7vw;
    line-height: 1.4em;
  }

  .nav_top {
    z-index: 99;
    width: 100%;
    position: fixed;
  }

  .short_benefits.mob {
    height: 100%;
    padding-top: 0;
  }

  .sb_w_p {
    float: none;
    position: static;
  }

  .sb_ico {
    margin-left: 0;
    margin-right: 0;
    padding-right: 20px;
    position: static;
  }

  .first_screen {
    width: 100%;
    height: 100%;
  }

  .nav-link-13 {
    text-align: center;
    background-color: #000;
  }

  .navbar.mobil {
    background-color: #000;
    min-width: auto;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-link-11 {
    text-align: center;
    background-color: #000;
  }

  .form-2 {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .logo.mobi {
    margin-left: 0;
    padding-bottom: 20px;
  }

  .div-video.mob {
    max-width: 95vw;
    padding-bottom: 60px;
  }

  .step.mob {
    width: 100%;
    min-width: 300px;
    max-width: none;
  }

  .nav-link-6 {
    text-align: center;
    background-color: #000;
  }

  .paragraph-34 {
    font-family: Geologica, sans-serif;
  }

  .sb_w_list._1280 {
    float: none;
    clear: none;
    max-width: 95%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
    position: static;
  }

  .heading-52 {
    font-size: 3.5vw;
  }

  .ub_pic {
    max-width: 100%;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .image-83 {
    margin: 0;
  }

  .cammers {
    height: auto;
  }

  .security_block.mob {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0% 20px;
    display: block;
  }

  .benefits_blok.nom4, .benefits_blok.nom3, .benefits_blok.nom2, .benefits_blok.nom1, .benefits_blok.nom5 {
    font-size: 17px;
  }

  .camera_new {
    width: 95%;
    height: 100%;
    margin-bottom: 40px;
    padding: 40px 0% 100px;
    position: static;
  }

  .heading-48 {
    font-size: 5vw;
  }

  .grid-benefits {
    float: none;
    clear: none;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: stretch stretch;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: static;
  }

  .grid-benefits._1920 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-benefits._1920._123 {
    display: none;
  }

  .step_todo.mob {
    width: 40%;
    padding-bottom: 0;
    padding-right: 0%;
  }

  .h_f {
    max-width: 5780%;
  }

  .div-text.section_3.mob {
    background-color: #0000;
    max-width: 55%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
    position: static;
  }

  .heading-45 {
    font-size: 5vw;
  }

  .video_cont {
    max-width: 100vw;
  }

  .video_cont.mob.tab {
    max-width: 100%;
  }

  .submit-button {
    font-family: Geologica, sans-serif;
  }

  .video_block {
    padding-bottom: 40px;
  }

  .video_text.mob {
    max-width: 95%;
  }

  .body_form {
    width: 95%;
  }

  .cta_w {
    width: 95%;
    height: 100%;
    margin-top: 100px;
    padding-top: 100px;
  }

  .nav-menu-real {
    text-align: center;
    background-color: #000;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    margin: 0 auto;
    padding-bottom: 40px;
  }

  .paragraph-35.mob {
    max-width: 90vw;
    font-size: 5vw;
  }

  .div-block-21 {
    width: 95%;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .pages_list {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
  }

  .pages_text {
    margin-bottom: 93px;
  }

  .f_cont {
    max-width: 95%;
  }

  .ps_text_block {
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .paragraph-36.mob {
    font-family: Geologica, sans-serif;
  }

  .div-slogan-titel.mob {
    max-width: 95%;
    margin-top: 0;
    margin-bottom: 140px;
    position: sticky;
    top: 26vh;
  }

  .image-74 {
    max-width: 200px;
  }

  .paragraph-section-3 {
    font-size: 18px;
  }

  .heading-h3-_2-2 {
    font-size: 3vw;
    line-height: 1.4em;
  }

  .image-65 {
    margin: 0;
  }

  .heading-90.mobil {
    max-width: 95%;
    margin-top: 80px;
    font-size: 7vw;
    line-height: 1.4em;
  }

  .image-56 {
    box-shadow: none;
    border-radius: 0;
  }

  .heading-30 {
    font-size: 4vw;
  }

  .image-63 {
    box-shadow: none;
    border-radius: 0;
  }

   .paragraph-43 {
    font-family: Geologica, sans-serif;
  }

  .image-55 {
    max-width: 200px;
  }

  .link-block-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .button_black-2.color {
    max-height: 45px;
    font-family: Geologica, sans-serif;
  }

  .button_black-2.eng {
    font-family: Geologica, sans-serif;
  }

  .button_black_line-2.color {
    max-height: 45px;
  }

  .link-block-14 {
    padding-right: 0;
  }

  .image-60 {
    padding-left: 0;
    padding-right: 10px;
  }

  .text-block-28 {
    font-family: Geologica, sans-serif;
  }

  .heading-35 {
    font-size: 5vw;
  }

  .menu-button-3 {
    background-color: #000;
    font-size: 27px;
  }

  .menu-button-3.w--open {
    background-color: #000;
  }

  .paragraph-45 {
    margin-top: 65px;
    font-family: Geologica, sans-serif;
  }

  .ubhh-2 {
    font-size: 6vw;
    line-height: 1.4em;
  }

  .text-block-19 {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 14px;
    overflow: visible;
  }

  .heading-28 {
    font-size: 4vw;
  }

  .header-section-4 {
    font-size: 5vw;
    line-height: 1.4em;
  }

  .image-54 {
    margin-left: auto;
    margin-right: auto;
    right: 10px;
  }

  .image-64 {
    padding-right: 10px;
  }

  .heading-39 {
    font-size: 3.5vw;
  }

  .image-61 {
    padding: 0;
  }

  .container-4 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-demo {
    text-align: center;
    background-color: #000;
  }

  .image-59 {
    padding-right: 10px;
  }

  .link-block-8 {
    padding-right: 0;
  }

  .nav-link-9 {
    background-color: #000;
    margin-top: 40px;
  }

  .nav-link-9.mob {
    text-align: center;
    margin-top: 0;
    padding-top: 140px;
  }

  .heading-91 {
    font-size: 4vw;
  }

  .div-block-16 {
    width: 95%;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .text-block-20 {
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
  }

  .image-58 {
    box-shadow: none;
    border-radius: 0;
  }

  .text-block-16 {
    font-family: Geologica, sans-serif;
  }

  .heading-29 {
    clear: none;
    width: 100%;
    font-size: 6vw;
    position: static;
    top: 0;
  }

  .nav-link-14 {
    text-align: center;
    background-color: #000;
  }

  .paragraph-48 {
    font-family: Geologica, sans-serif;
    font-size: 16px;
  }

  .paragraph-49.mob {
    max-width: 90vw;
    font-size: 5vw;
  }

  .image-62 {
    float: none;
    clear: none;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    position: relative;
    inset: 0%;
    overflow: visible;
  }

  .image-62.mob.tablet {
    box-sizing: border-box;
    float: none;
    vertical-align: baseline;
    width: 90vw;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: 60% 0 0;
  }

  .heading-38 {
    font-size: 4.5vw;
  }

  .image-53 {
    margin-left: auto;
    margin-right: auto;
    right: 4%;
  }

  .paragraph-50 {
    font-family: Geologica, sans-serif;
  }

  .heading-34 {
    font-size: 4vw;
  }

  .heading-32 {
    font-size: 5vw;
  }

  .paragraph-51.mob {
    font-family: Geologica, sans-serif;
  }

  .btn_lang {
    margin-left: auto;
    margin-right: auto;
  }

  .anti_slider {
    padding-bottom: 60px;
  }

  .item_block_1 {
    height: auto;
    padding-bottom: 5%;
  }

  .item_text, .itrem_pic {
    max-width: none;
  }

  .item_block_2 {
    height: auto;
    padding-bottom: 5%;
  }

  .text_item_2, .pic_block_2 {
    max-width: none;
  }

  .card-docs-ru-link-wrap {
    width: 220px;
  }

  .support-title-wrap {
    height: auto;
  }

  .h2.cc-title-section {
    margin-top: 0;
  }

  .container-6 {
    flex-flow: column;
    align-items: center;
  }

  .title-section.cc-detail {
    padding-top: 150px;
  }

  .container-7 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .submit-button-webinar {
    font-family: Geologica, sans-serif;
  }

  .security_page.mob {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0% 20px;
    display: block;
  }

  .sb_page_w_list._1280 {
    float: none;
    clear: none;
    max-width: 95%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
    position: static;
  }

  .sb_w_p_page {
    float: none;
    position: static;
  }

  .heading-47_black {
    font-size: 4vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 17px;
    line-height: 140%;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 29px;
  }

  h4 {
    font-size: 23px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 15px;
  }

  ul {
    font-size: 17px;
  }

  li {
    margin-bottom: 5px;
  }

  .section, .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light {
    font-size: 17px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .text-field {
    padding: 20px 10px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .black.mt-0 {
    margin-bottom: 10px;
  }

  .intro-image {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .img-rounded-shadow {
    border-radius: 8px;
  }

  .img-rounded-shadow.download-desk {
    display: none;
  }

  .img-rounded-shadow.mobile-big {
    border-radius: 22px;
    outline-width: 7px;
    width: auto;
    height: 420px;
    top: 0;
    bottom: auto;
    right: 7px;
  }

  .img-rounded-shadow.mobile-small {
    border-radius: 19px;
    outline-width: 7px;
    width: auto;
    height: 400px;
    top: 20px;
    bottom: auto;
    left: 7px;
  }

  .body-with-bg {
    background-size: 1600px;
  }

  .download-img-wrap {
    width: 100%;
    max-width: 320px;
    height: 420px;
  }

  .title-download-wrap {
    margin-bottom: 40px;
    padding: 20px 0;
  }

  .card {
    border-radius: 8px;
    padding: 25px;
  }

  .docs-grid {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-docs {
    border-radius: 8px;
    padding: 25px;
  }

  .heading-h3-_2 {
    font-size: 4vw;
  }

  .heading-50 {
    font-size: 6vw;
  }

  .image-70 {
    margin-top: 20px;
  }

  .heading-49._1 {
    margin-top: 100px;
    font-size: 6vw;
  }

  .heanding_new.mob {
    font-size: 4vw;
  }

  .field-label-7 {
    font-family: Geologica, sans-serif;
  }

  .ico_pic.mob {
    box-sizing: content-box;
    clear: none;
    flex: none;
    align-self: auto;
    max-width: 13vw;
    position: absolute;
    top: 33%;
    left: -3%;
  }

  .heading-47 {
    font-size: 4vw;
  }

  .field-label-3 {
    font-family: Geologica, sans-serif;
  }

  .track.new {
    height: 100%;
    display: block;
  }

  .fr {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-78 {
    min-height: 35px;
  }

  .button_black.color {
    flex: none;
    align-self: auto;
    font-family: Geologica, sans-serif;
    left: 0;
  }

  .button_black_line.color {
    flex: none;
    align-self: auto;
    left: 0;
  }

  .paragraph-29 {
    font-family: Geologica, sans-serif;
  }

  .text-block-25 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Geologica, sans-serif;
  }

  .video_pic.mob.tablet {
    max-width: 50vw;
    top: 54%;
    bottom: 0%;
    left: 50%;
  }

  .ubttp {
    width: 100%;
    max-width: none;
  }

  .brand {
    margin-left: auto;
    margin-right: auto;
  }

  .steps {
    max-width: 95vw;
    margin-top: 60px;
  }

  .h_t {
    max-width: 95%;
  }

  .heading-43 {
    font-size: 4vw;
  }

  .form_t {
    padding-top: 140px;
  }

  .text-block-15 {
    font-family: Geologica, sans-serif;
  }

  .cta2.color {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .social {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .bold-text-2 {
    font-size: 16px;
  }

  .paragraph-30 {
    font-family: Geologica, sans-serif;
  }

  .heading-41 {
    font-size: 4vw;
  }

  .image-81.mob.tablet {
    position: relative;
    inset: .7vh 0 0;
  }

  .ubhh {
    font-size: 6vw;
  }

  .pages_cont {
    padding-top: 0;
  }

  .heading-42 {
    font-size: 6vw;
    position: static;
  }

  .text-block-26, .field-label-6 {
    font-family: Geologica, sans-serif;
  }

  .ub_slide {
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .ub_slide._2 {
    height: 100%;
    margin-top: 60px;
  }

  .image-79 {
    min-height: 35px;
  }

  .sec-2 {
    padding-bottom: 60px;
  }

  .text-block-22 {
    font-family: Geologica, sans-serif;
  }

  .header-section-3 {
    font-size: 6vw;
    line-height: 1.4em;
  }

  .heading-51 {
    font-size: 4vw;
  }

  .paragraph-32 {
    margin-top: 40px;
    font-family: Geologica, sans-serif;
    font-size: 16px;
  }

  .slogan-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .paper_slide._2 {
    margin-top: 20px;
  }

  .paper_slide.slide1 {
    margin-top: 0;
    padding-top: 0;
  }

  .image-85 {
    margin-top: 40px;
  }

  .paragraph-33 {
    font-family: Geologica, sans-serif;
    font-size: 16px;
  }

  .cta_bg {
    display: flex;
  }

  .text_screen {
    height: auto;
    min-height: auto;
    margin-top: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta_pic {
    flex: none;
    align-self: stretch;
    top: -53%;
    left: 28%;
  }

  .real_frame {
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .heading-33 {
    font-size: 4vw;
  }

  .cta_block {
    height: auto;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .sb_w_text_block._1280._1920 {
    padding-top: 0;
    padding-left: 0%;
    position: static;
  }

  .heading-46.mobil {
    font-size: 8vw;
  }

  .cta_btns {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .nav_top {
    z-index: 99;
  }

  .short_benefits.mob {
    height: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .first_screen {
    width: 100%;
    height: 100%;
    margin-bottom: 60px;
  }

  .navbar.mobil {
    margin-left: 0;
    margin-right: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  .textarea {
    font-family: Geologica, sans-serif;
  }

  .form-2 {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }

  .grid-5 {
    display: inline-block;
  }

  .paragraph-34 {
    padding-bottom: 60px;
    font-family: Geologica, sans-serif;
  }

  .heading-52 {
    font-size: 4vw;
  }

  .ub_pic {
    margin-left: auto;
    margin-right: auto;
  }

  .security_block.mob {
    width: 95%;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .camera_new {
    width: 95%;
    height: 100%;
    padding-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-48 {
    font-size: 6vw;
  }

  .grid-benefits._1920._123 {
    display: none;
  }

  .step_todo.mob {
    float: none;
    clear: none;
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
    top: auto;
  }

  .h_f {
    max-width: 95%;
  }

  .div-text.section_3.mob {
    background-color: #0000;
    max-width: none;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
    display: block;
    position: static;
  }

  .heading-45 {
    margin-bottom: 0;
    font-size: 6vw;
  }

  .submit-button {
    margin-bottom: 20px;
    font-family: Geologica, sans-serif;
  }

  .body_form {
    max-width: 95%;
    padding-bottom: 0;
  }

  .cta_w {
    margin-top: 0;
  }

  .nav-menu-real {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0%;
    overflow: visible;
  }

  .paragraph-35.mob {
    font-size: 5vw;
  }

  .div-block-21 {
    display: flex;
    position: relative;
  }

  .pages_list {
    padding-bottom: 100px;
  }

  .ps_text_block {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .paragraph-36.mob {
    font-family: Geologica, sans-serif;
  }

  .div-slogan-titel.mob {
    margin-bottom: 140px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
    position: static;
  }

  .image-74 {
    position: absolute;
    top: 273px;
    left: 11px;
  }

  .sec-1 {
    padding-bottom: 60px;
  }

  .heading-h3-_2-2 {
    font-size: 4vw;
  }

  .heading-90.mobil {
    font-size: 8vw;
  }

  .heading-30 {
    font-size: 4vw;
  }

  .paragraph-43 {
    font-family: Geologica, sans-serif;
    font-size: 16px;
  }

  .image-55 {
    position: absolute;
    top: 273px;
    left: 11px;
  }

  .button_black-2.color {
    flex: none;
    align-self: auto;
    font-family: Geologica, sans-serif;
    left: 0;
  }

  .button_black-2.eng {
    font-family: Geologica, sans-serif;
  }

  .button_black_line-2.color {
    flex: none;
    align-self: auto;
    left: 0;
  }

  .image-60 {
    min-height: 35px;
  }

  .text-block-28 {
    font-family: Geologica, sans-serif;
  }

  .bold-text-13 {
    font-size: 16px;
  }

  .heading-35 {
    font-size: 6vw;
  }

  .paragraph-45 {
    margin-top: 40px;
    font-family: Geologica, sans-serif;
    font-size: 16px;
  }

  .ubhh-2 {
    font-size: 6vw;
  }

  .text-block-19 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Geologica, sans-serif;
  }

  .heading-28 {
    font-size: 4vw;
  }

  .header-section-4 {
    font-size: 6vw;
    line-height: 1.4em;
  }

  .image-54 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-64 {
    min-height: 35px;
  }

  .heading-39 {
    font-size: 4vw;
  }

  .image-59 {
    min-height: 35px;
  }

  .heading-91 {
    font-size: 4vw;
  }

  .div-block-16 {
    display: flex;
    position: relative;
  }

  .text-block-20, .text-block-16 {
    font-family: Geologica, sans-serif;
  }

  .heading-29 {
    font-size: 6vw;
    position: static;
  }

   .paragraph-48 {
    font-family: Geologica, sans-serif;
  }

  .paragraph-49.mob {
    font-size: 5vw;
  }

  .image-62.mob.tablet {
    position: relative;
    inset: .7vh 0 0;
  }

  .heading-38 {
    font-size: 4vw;
  }

  .image-53 {
    inset: 0%;
  }

  .paragraph-50 {
    padding-bottom: 60px;
    font-family: Geologica, sans-serif;
  }

  .heading-34 {
    font-size: 4vw;
  }

  .heading-32 {
    margin-bottom: 0;
    font-size: 6vw;
  }

  .paragraph-51.mob {
    font-family: Geologica, sans-serif;
  }

  .btn_lang {
    margin-left: auto;
    margin-right: auto;
  }

  .anti_slider {
    padding-bottom: 40px;
  }

  .mix {
    width: 100%;
  }

  .h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .title-section {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .title-support-yuchat-wrap, .title-docs-wrap, .title-webinar-yuchat-wrap {
    margin-bottom: 40px;
    padding: 20px 0;
  }

  .black-sub.mt-0 {
    margin-bottom: 10px;
  }

  .submit-button-webinar {
    margin-bottom: 20px;
    font-family: Geologica, sans-serif;
  }

  .form_t_mobile {
    padding-top: 140px;
  }

  .security_page.mob {
    width: 95%;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-47_black {
    font-size: 4vw;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  .rich-text {
    width: 100%;
    max-width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
    margin-top: 60px;
  }

  .container-1152 {
    z-index: 2;
    padding-left: 16px;
    padding-right: 16px;
    font-family: Geologica, sans-serif;
    position: relative;
  }

  .black.mt-0 {
    margin-top: 60px;
  }

  .label-secondary {
    text-align: left;
    margin-bottom: 0;
  }

  .img-rounded-shadow {
    border-radius: 6px;
    box-shadow: 0 4px 10px #0c182326;
  }

  .body-with-bg {
    background-size: 1000px;
  }

  .download-btns-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: 1fr 1fr auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: grid;
  }

  .container-860 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .title-download-wrap {
    text-align: center;
    align-items: center;
    max-width: 346px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .card {
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0 4px 10px #0c182326;
  }

  .pricing-grid {
    grid-template-rows: max-content;
    grid-template-columns: auto;
    grid-auto-columns: auto;
  }

  .card-docs {
    border-radius: 6px;
    box-shadow: 0 4px 10px #0c182326;
  }

  .sek_n_3 {
    padding-bottom: 20px;
  }

  .heading-h3-_2 {
    margin-bottom: 0;
    font-size: 6vw;
  }

  .heading-50 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 8vw;
  }

  .image-70 {
    margin-top: 20px;
  }

  .ps_img {
    width: auto;
    max-width: none;
  }

  .heading-49._1 {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 8vw;
    position: static;
  }

  .heanding_new.mob {
    max-width: none;
    margin-bottom: 20px;
    font-size: 5vw;
  }

  .text-block-23 {
    font-size: 16px;
  }

  .text-block-23.mob {
    max-width: 95%;
  }

  .field-label-7 {
    font-family: Geologica, sans-serif;
  }

  .ico_pic {
    max-width: 25%;
    top: 521px;
    left: 14px;
    right: 165px;
    overflow: visible;
  }

  .ico_pic.mob {
    max-width: 20vw;
    position: absolute;
    top: 62%;
    left: -2%;
    right: auto;
  }

  .heading-47 {
    text-align: left;
    margin-top: 0;
    margin-left: 10px;
    font-size: 6vw;
  }

  .field-label-3 {
    font-family: Geologica, sans-serif;
  }

  .track.new {
    width: 100%;
    height: 100%;
    display: block;
  }

  .image-78 {
    max-width: 200%;
    min-height: 35px;
  }

  .name {
    width: 100%;
  }

  ._3_button {
    margin-right: auto;
  }

  .button_black {
    margin-left: 0;
    margin-right: 5px;
    font-size: 15px;
  }

  .button_black.color {
    clear: none;
    width: 100%;
    max-width: none;
    margin: auto auto 61px;
    font-family: Geologica, sans-serif;
    position: relative;
    inset: auto 0% 0%;
  }

  .button_black.mob {
    font-size: 14px;
  }

  .button_black_line {
    margin-left: 5px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .button_black_line.color {
    clear: none;
    align-self: auto;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    inset: auto 0% 0%;
  }

  .paragraph-29 {
    width: 100%;
    max-width: none;
    margin-left: 5px;
    margin-right: 5px;
    font-family: Geologica, sans-serif;
  }

  .text-block-25 {
    color: var(--white);
    padding-top: 20px;
    font-family: Geologica, sans-serif;
  }

  .video_pic.mob {
    max-width: 77%;
    top: 599px;
    bottom: 0;
    left: 83px;
  }

  .video_pic.mob.tablet {
    box-sizing: content-box;
    min-width: auto;
    max-width: 59vw;
    display: inline-block;
    position: absolute;
    inset: 65% 0% 0 42%;
    overflow: visible;
  }

  .ubttp {
    max-width: 100%;
  }

  .brand {
    flex: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: 0% 0% auto;
  }

  .steps {
    width: auto;
    max-width: 95%;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    top: 0;
  }

  .h_t {
    max-width: 100%;
  }

  .heading-43 {
    flex: 1;
    align-self: auto;
    margin-top: 0;
    margin-left: 10px;
    padding-left: 0;
    font-size: 6vw;
    line-height: 1.4em;
  }

  .text-block-15 {
    position: static;
  }

  .cta2.color {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 31px;
    position: relative;
    top: -49px;
  }

  .social {
    text-align: left;
    margin-bottom: 40px;
  }

  .bold-text-2 {
    font-size: 5vw;
  }

  .paragraph-30 {
    font-family: Geologica, sans-serif;
    font-size: 15px;
  }

  .heading-41 {
    margin-top: 0;
    margin-left: 10px;
    font-size: 6vw;
  }

  .image-81 {
    display: inline-block;
    position: sticky;
    top: 2vh;
  }

  .image-81.mob {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: 36vh 0 0;
  }

  .image-81.mob.tablet {
    position: relative;
    top: 2.8vh;
    bottom: 0;
    left: 0;
  }

  .ub_t {
    float: none;
    width: 100%;
    max-width: none;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 0%;
  }

  .paragraph-31._1 {
    text-align: left;
    font-size: 16px;
  }

  .ubhh {
    font-size: 10vw;
    line-height: 1.4em;
  }

  .image-80 {
    padding: 0 0 10px;
  }

  .video {
    margin-bottom: 40px;
  }

  .pages_cont {
    width: 95vw;
    height: auto;
    margin-bottom: 60px;
    padding-bottom: 20px;
    display: block;
    position: static;
  }

  .heading-42 {
    font-size: 8vw;
    top: auto;
  }

  .text-block-26 {
    color: var(--white);
    font-family: Geologica, sans-serif;
  }

  .field-label-6 {
    font-family: Geologica, sans-serif;
  }

  .ub_slide {
    height: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .ub_slide._2 {
    margin-bottom: 20px;
    padding-bottom: 100px;
    display: block;
    overflow: hidden;
  }

  .image-79 {
    min-height: 35px;
  }

  .sec-2 {
    width: 100%;
    margin-bottom: 40px;
    position: static;
  }

  .text-block-22 {
    font-family: Geologica, sans-serif;
  }

  .header-section-3 {
    font-size: 8vw;
  }

  .heading-51 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8vw;
  }

  .cta_text {
    width: 100%;
    max-width: none;
    right: auto;
  }

  .paragraph-32 {
    margin-top: 20px;
    font-family: Geologica, sans-serif;
    font-size: 16px;
  }

  .container-3 {
    max-width: 100%;
  }

  .image-84 {
    border-radius: 20px;
    box-shadow: 0 10px 30px #0003;
  }

  .paper_slide {
    max-width: none;
    margin-top: 80px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paper_slide._2 {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    top: auto;
  }

  .paper_slide._3 {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: auto;
  }

  .paper_slide.slide1 {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-85 {
    margin-top: 40px;
  }

  .paragraph-33 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-family: Geologica, sans-serif;
    font-size: 16px;
  }

  .cta_bg {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 112px 10px 20px 15px;
    display: flex;
  }

  .text_screen {
    height: auto;
    min-height: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }

  .cta_pic {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: -28%;
    left: 1%;
  }

  .real_frame {
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .image-77 {
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .heading-33 {
    text-align: center;
    padding-top: 60px;
    font-size: 23px;
  }

  .cta_block {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .sb_w_text_block {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .sb_w_text_block._1280 {
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
  }

  .sb_w_text_block._1280._1920 {
    width: 95%;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 0%;
    position: static;
  }

  .gradient_bg {
    height: 100%;
    min-height: auto;
    max-height: none;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-46 {
    font-size: 7vw;
    line-height: 36px;
  }

  .heading-46.mobil {
    margin-top: 60px;
    font-size: 9vw;
  }

  .link-block-10 {
    padding-left: 0;
  }

  .cta_btns {
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .nav_top {
    z-index: 99;
    font-family: Geologica, sans-serif;
  }

  .short_benefits.mob {
    height: 100%;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .sb_w_p {
    margin-bottom: 40px;
  }

  .sb_ico {
    float: left;
    clear: none;
    width: 50px;
    min-width: 50px;
    max-width: none;
    height: 50px;
    margin: 0;
    padding-right: 0;
    display: block;
    position: static;
    top: 28px;
    left: auto;
  }

  .first_screen {
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
  }

  .navbar.mobil {
    min-width: auto;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    inset: 0 0 auto;
  }

  .form-2 {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .logo.mobi {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-video {
    max-width: 100vw;
  }

  .div-video.mob {
    padding-bottom: 10px;
  }

  .step.mob {
    float: none;
    clear: both;
    max-width: 100vw;
    font-size: 13px;
  }

  .mail_b {
    width: 100%;
  }

  .grid-5 {
    display: inline-block;
  }

  .sb_t {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    display: flex;
  }

  .paragraph-34 {
    clear: none;
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 36px;
    margin-right: 0;
    padding-top: 10px;
    font-family: Geologica, sans-serif;
    display: block;
    position: static;
    top: 0;
    left: -354px;
  }

  .sb_w_list {
    float: none;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .sb_w_list._1280 {
    width: 95%;
    max-width: none;
    top: auto;
  }

  .heading-52 {
    margin-top: 10px;
    font-size: 6vw;
  }

  .ub_pic {
    width: 95%;
    max-width: none;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }

  .image-83 {
    margin: 0;
    position: static;
    top: 25px;
  }

  .security_block {
    height: 100%;
    position: relative;
  }

  .security_block.mob {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 100px;
    position: static;
    bottom: auto;
  }

  .cmpany {
    width: 100%;
  }

  .benefits_blok.nom4 {
    min-width: 90vw;
    max-width: 95vw;
    font-size: 18px;
  }

  .benefits_blok.nom3 {
    min-width: 90vw;
    max-width: 95vw;
    padding-top: 30px;
    font-size: 18px;
  }

  .benefits_blok.nom2 {
    min-width: 90vw;
    max-width: 95vw;
    font-size: 18px;
  }

  .benefits_blok.nom1 {
    min-width: 90vw;
    max-width: 95vw;
    padding-top: 30px;
    font-size: 18px;
  }

  .benefits_blok.nom5 {
    min-width: 90vw;
    max-width: 95vw;
    font-size: 18px;
  }

  .camera_new {
    width: 95%;
    height: 100%;
    margin-bottom: 20px;
    padding: 0 0% 60px;
  }

  .heading-48 {
    font-size: 8vw;
  }

  .grid-benefits {
    float: none;
    clear: none;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    font-size: 13px;
    display: grid;
    position: relative;
  }

  .grid-benefits._1920 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .grid-benefits._1920._123 {
    display: none;
    overflow: visible;
  }

  .step_todo {
    width: 1vw;
  }

  .step_todo.mob {
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    vertical-align: middle;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2vh;
    padding-bottom: 5vh;
    padding-right: 0%;
    display: block;
    position: relative;
    top: -2.9vh;
  }

  .h_f {
    max-width: 100%;
  }

  .div-text.section_3.mob {
    float: none;
    min-width: auto;
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 20px;
    padding-left: 0;
    display: block;
    position: relative;
    top: 0;
  }

  .heading-45 {
    color: #fff;
    font-size: 8vw;
    line-height: 1.4em;
  }

  .video_cont.mob.tab {
    width: 95%;
    position: static;
  }

  .submit-button {
    float: right;
    clear: none;
    margin-left: auto;
    margin-right: auto;
    font-family: Geologica, sans-serif;
  }

  .video_block {
    width: 100vw;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .video_text {
    max-width: 90vw;
  }

  .video_text.mob {
    max-width: 100%;
  }

  .body_form {
    width: 95%;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta_w {
    width: 98%;
    height: 100%;
    margin-top: 0;
    padding-top: 20px;
    top: -122px;
  }

  .nav-menu-real {
    height: 100vh;
    min-height: 500px;
    margin-top: 0;
    inset: 0%;
  }

  .paragraph-35 {
    max-width: 100vw;
  }

  .paragraph-35.mob {
    max-width: none;
    font-size: 7vw;
  }

  .div-block-21 {
    min-width: auto;
    max-width: 100%;
  }

  .pages_list {
    flex-flow: column;
    height: 100%;
    margin-bottom: 100px;
    padding-bottom: 40px;
    display: block;
    overflow: visible;
  }

  .pages_text {
    margin-bottom: 0;
  }

  .ps_text_block {
    float: none;
    max-width: none;
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .paragraph-36.mob {
    padding-left: 0;
    padding-right: 0;
    font-family: Geologica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: block;
  }

  .heading-44 {
    flex: none;
    width: 100%;
    display: block;
  }

  .div-slogan-titel {
    max-width: 100%;
  }

  .div-slogan-titel.mob {
    width: auto;
    margin-top: 0;
    margin-bottom: 100px;
    position: sticky;
    top: 0;
  }

  .image-74 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 26% 0% 0%;
  }

  .sec-1 {
    width: 100%;
    margin-bottom: 40px;
  }

  .paragraph-section-3 {
    font-size: 5vw;
  }

  .heading-87 {
    font-size: 40px;
  }

  .heading-h3-_2-2 {
    margin-bottom: 0;
    font-size: 6vw;
  }

  .image-65 {
    margin: 0;
    position: static;
    top: 25px;
  }

  .heading-90 {
    font-size: 7vw;
    line-height: 36px;
  }

  .heading-90.mobil {
    margin-top: 60px;
    font-size: 9vw;
  }

  .heading-30 {
    flex: 1;
    align-self: auto;
    margin-top: 0;
    margin-left: 10px;
    padding-left: 0;
    font-size: 6vw;
    line-height: 1.4em;
  }

  .paragraph-43 {
    text-align: left;
    margin-bottom: 38px;
    font-family: Geologica, sans-serif;
    font-size: 16px;
  }

  .image-55 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 26% 0% 0%;
  }

  ._3_button-2 {
    margin-right: auto;
  }

  .button_black-2 {
    margin-left: 0;
    margin-right: 5px;
    font-size: 15px;
  }

  .button_black-2.color {
    clear: none;
    width: 100%;
    max-width: none;
    margin: auto auto 61px;
    font-family: Geologica, sans-serif;
    position: relative;
    inset: auto 0% 0%;
  }

  .button_black-2.mob {
    font-size: 14px;
  }

  .link-block-6 {
    padding-left: 0;
  }

  .button_black_line-2 {
    margin-left: 5px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .button_black_line-2.color {
    clear: none;
    align-self: auto;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    inset: auto 0% 0%;
  }

  .image-60 {
    min-height: 35px;
  }

  .text-block-28 {
    position: static;
  }

  .bold-text-13 {
    font-size: 5vw;
  }

  .heading-35 {
    font-size: 8vw;
  }

  .paragraph-45 {
    margin-top: 20px;
    font-family: Geologica, sans-serif;
    font-size: 16px;
  }

  .ubhh-2 {
    font-size: 10vw;
    line-height: 1.4em;
  }

  .text-block-19 {
    padding-top: 20px;
    font-family: Geologica, sans-serif;
  }

  .heading-28 {
    margin-top: 0;
    margin-left: 10px;
    font-size: 6vw;
  }

  .header-section-4 {
    font-size: 8vw;
  }

  .image-54 {
    top: 44px;
  }

  .image-64 {
    min-height: 35px;
  }

  .heading-31 {
    flex: none;
    width: 100%;
    display: block;
  }

  .heading-39 {
    margin-top: 10px;
    font-size: 6vw;
  }

  .image-61 {
    padding: 0 0 10px;
  }

  .container-4 {
    max-width: 100%;
  }

  .image-59 {
    min-height: 35px;
  }

  .heading-91 {
    text-align: center;
    font-size: 23px;
  }

  .div-block-16 {
    min-width: auto;
    max-width: 100%;
  }

  .text-block-20 {
    font-family: Geologica, sans-serif;
  }

  .image-58 {
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .text-block-16 {
    font-family: Geologica, sans-serif;
  }

  .heading-29 {
    font-size: 8vw;
    top: auto;
  }

  .paragraph-48 {
    font-family: Geologica, sans-serif;
    font-size: 15px;
  }

  .paragraph-49 {
    max-width: 100vw;
  }

  .paragraph-49.mob {
    max-width: none;
    font-size: 7vw;
  }

  .image-62 {
    display: inline-block;
    position: sticky;
    top: 2vh;
  }

  .image-62.mob {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: 36vh 0 0;
  }

  .image-62.mob.tablet {
    position: relative;
    top: 2.8vh;
    bottom: 0;
    left: 0;
  }

  .heading-38 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8vw;
  }

  .image-53 {
    left: -6%;
  }

  .paragraph-50 {
    clear: none;
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 36px;
    margin-right: 0;
    padding-top: 10px;
    font-family: Geologica, sans-serif;
    display: block;
    position: static;
    top: 0;
    left: -354px;
  }

  .text-block-17 {
    font-size: 16px;
  }

  .text-block-17.mob {
    max-width: 95%;
  }

  .heading-34 {
    text-align: left;
    margin-top: 0;
    margin-left: 10px;
    font-size: 6vw;
  }

  .heading-32 {
    color: #fff;
    font-size: 8vw;
    line-height: 1.4em;
  }

  .paragraph-51.mob {
    padding-left: 0;
    padding-right: 0;
    font-family: Geologica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: block;
  }

  .btn_lang {
    margin-left: auto;
    margin-right: auto;
  }

  .anti_slider {
    margin-top: 30vh;
  }

  .item_block_1 {
    padding-top: 8%;
  }

  .item_block_2 {
    height: auto;
    padding-top: 8%;
  }

  .phone {
    width: 100%;
  }

  .card-docs-ru-link-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: none;
    position: static;
    overflow: visible;
  }

  .mix {
    margin-bottom: 0;
  }

  .title-section {
    padding-top: 135px;
  }

  .title-section.cc-detail {
    padding-top: 120px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-heading-right {
    padding: 60px 0;
  }

  .container-7 {
    max-width: none;
  }

  .shadow-two {
    max-width: 100%;
  }

  .margin-bottom-24px {
    padding-left: 10px;
    font-size: 14px;
  }

  .button-primary._3_button {
    margin-left: 10px;
  }

  .heading-93 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .title-support-yuchat-wrap, .title-docs-wrap {
    text-align: center;
    align-items: center;
    max-width: 346px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-10-copy {
    padding-left: 0;
  }

  .label-secondary-date-time {
    margin-top: 10px;
  }

  .title-webinar-yuchat-wrap {
    text-align: center;
    align-items: center;
    max-width: 346px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .black-sub.mt-0 {
    margin-top: 10px;
  }

  .submit-button-webinar {
    float: right;
    clear: none;
    margin-left: auto;
    margin-right: auto;
    font-family: Geologica, sans-serif;
  }

  .form_t_mobile {
    padding-top: 10px;
  }

  .security_page {
    height: 100%;
    position: relative;
  }

  .security_page.mob {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 100px;
    position: static;
    bottom: auto;
  }

  .sb_page_w_list {
    float: none;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .sb_page_w_list._1280 {
    width: 95%;
    max-width: none;
    top: auto;
  }

  .sb_w_p_page {
    margin-bottom: 40px;
  }

  .heading-47_black {
    text-align: left;
    margin-top: 0;
    margin-left: 10px;
    font-size: 6vw;
  }
}

#w-node-_77a07878-869d-ffc8-6ecc-f543706e8747-cadaf7de, #w-node-_6a933f8b-0735-eee8-0eba-16247881f3f1-cadaf7de, #w-node-_45c4381e-31a1-f9c9-8ca6-eee976214027-cadaf7e4, #w-node-_45c4381e-31a1-f9c9-8ca6-eee976214034-cadaf7e4 {
  place-self: auto;
}

#w-node-_203cd3f8-f4c4-e308-20d1-bdaeb0b41c10-cadaf7e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_761c65ca-e011-f7f0-da78-412da653e371-cadaf7e6, #w-node-_2f4ad869-53e5-4667-268b-17a0ac2fe7c3-cadaf7e6, #w-node-_343bae45-1ed7-6986-d0c3-329ac2635d90-cadaf7e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_203cd3f8-f4c4-e308-20d1-bdaeb0b41c10-cadaf7e6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}


.yc-cookie-consent {
  z-index: 2147483000;
  color: #000;
  background-color: #fff;
  border: 1px solid #0000001f;
  border-radius: 10px;
  width: calc(100% - 48px);
  max-width: 1040px;
  max-height: calc(100vh - 48px);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Geologica, sans-serif;
  line-height: 1.4;
  display: flex;
  gap: 24px;
  align-items: center;
  position: fixed;
  bottom: 24px;
  left: 24px;
  right: 24px;
  overflow: auto;
  box-shadow: 0 18px 60px #00000026;
}

.yc-cookie-consent__content {
  flex: 1;
}

.yc-cookie-consent__title {
  color: #000;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Geologica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.yc-cookie-consent__description {
  color: #0009;
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.yc-cookie-consent__link {
  color: #000;
  text-decoration: underline;
}

.yc-cookie-consent__actions {
  flex: none;
  display: flex;
  gap: 12px;
  align-items: center;
}

.yc-cookie-consent__button {
  text-align: center;
  border-radius: 10px;
  min-height: 45px;
  padding: 10px 20px;
  font-family: Geologica, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer;
}

.yc-cookie-consent__button--primary {
  color: #fff;
  background-color: #d11ee6;
  background-image: linear-gradient(143deg, #fda36e, #d01ce7);
  border: 1px solid #d11ee6;
}

.yc-cookie-consent__button--secondary {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .yc-cookie-consent {
    width: calc(100% - 24px);
    max-height: calc(100vh - 24px);
    padding: 16px;
    display: block;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    right: 12px;
  }

  .yc-cookie-consent__actions {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .yc-cookie-consent__button {
    width: 100%;
  }
}
