@font-face{font-family:'Onest';src:url('../fonts/Onest-latin.woff2') format('woff2');font-weight:400 700;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Onest';src:url('../fonts/Onest-cyrillic.woff2') format('woff2');font-weight:400 700;font-style:normal;font-display:swap;unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}



div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, img, b, u, i,
center, table, tr, th, td, video, ul, ol, li, form, input, button, textarea {
  margin: 0;
  padding: 0;
  border: 0;
}

html { touch-action: manipulation; }
body {
  margin: 0;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; }




.sheet { -webkit-text-size-adjust: 100%; }
.board { position: relative; width: 100%; height: 100vh; overflow: hidden; }
.board-bg { position: absolute; left: 0; top: 0; z-index: 0; width: 100%; height: 100vh; }
.board-tint  { position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100vh; }
.el { position: absolute; box-sizing: border-box; display: table; }
.sheet .atom { display: table-cell; vertical-align: middle; width: 100%; }
.sheet .atom ul, .sheet .atom ol { margin-bottom: 0; }
.sheet a.atom, .sheet .atom a { text-decoration: none; }
.sheet .atom-img { width: 100%; height: auto; display: block; }
.sheet .atom picture { display: block; }
.sheet .el[data-kind='button'] { display: block; }
.sheet .el[data-kind='button'] .atom {
  display: flex; box-sizing: border-box; width: 100%; height: 100%;
  flex-direction: row; justify-content: center; align-items: center;
}
.sheet .atom-btn { display: flex; flex-direction: row; align-items: center; justify-content: center; }


.page--clip { overflow: hidden; }


@media screen and (max-width: 1200px) { .only-wide { display: none; } }
@media screen and (min-width: 1201px) { .only-narrow { display: none; } }



.js .appear[data-appear] {
  opacity: 0;
  backface-visibility: hidden;
  transition: opacity 1s cubic-bezier(.19, 1, .22, 1), transform 1s cubic-bezier(.19, 1, .22, 1);
}
.js .appear[data-appear='fadeinright'] { transform: translateX(-100px); }
.js .appear[data-appear='zoomin']      { transform: scale(.9); }
.js .appear.appear-on { opacity: 1; transform: none; }


#preloader {
  position: fixed; inset: 0; z-index: 9999;
  background: #fff;                 
}

#preloader.preloader--done { display: none; }

@media (prefers-reduced-motion: reduce) { #preloader { display: none; } }
.js-failed #preloader { display: none; }


.modal__win {
  position: fixed; inset: 0; z-index: 10000001;
  display: none; opacity: 0; overflow-y: auto;
  padding: 16px; box-sizing: border-box; cursor: pointer;
  transition: opacity .3s ease-in-out;
}
.modal__win.modal__win--on { opacity: 1; }
.modal__body {
  position: relative; margin: auto; cursor: default;
  width: min(520px, 100vw - 32px);
  min-height: 100%;                       
  display: flex; align-items: center; justify-content: center;
}
.modal .modal__bg { display: none; position: fixed; inset: 0; z-index: 10000000; }
.modal .modal__win--on ~ .modal__bg { display: block; }
body.popup-open { position: fixed; left: 0; right: 0; width: 100%; overflow: hidden; }

.lead {
  position: relative; box-sizing: border-box; width: 100%;
  max-height: calc(100dvh - 32px); overflow-y: auto; -webkit-overflow-scrolling: touch;
  padding: 28px; border-radius: 34px; background: #f6fafd;
  font-family: 'Onest', Arial, sans-serif; color: #2a2a2a;
  transform: translateY(12px) scale(.97);
  transition: transform .3s ease-in-out;
}
.modal__win--on .lead { transform: none; }
.lead__close {
  position: absolute; top: 26px; right: 26px; width: 20px; height: 20px;
  display: block; line-height: 0; opacity: .6; transition: opacity .2s;
}
.lead__close:hover { opacity: 1; }
.lead__close img { width: 100%; height: auto; display: block; }
.lead__head { display: flex; align-items: center; gap: 14px; }
.lead__logo { width: 37px; height: 37px; display: block; }
.lead__title { font-size: 40px; font-weight: 600; line-height: 1; letter-spacing: -.5px; }
.lead__sub { margin: 14px 0 22px; font-size: 14px; line-height: 1.55; letter-spacing: -.4px; }

@media (min-width: 600px) {
  .lead { padding: 40px; }
  .lead__close { top: 34px; right: 34px; }
  .lead__title { font-size: 44px; }
  .lead__sub { font-size: 15px; margin-bottom: 26px; }
  .lead-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .lead-form__row .lead-form__input { margin-bottom: 20px; }
}


.menu { position: relative; }
.menu__pop {
  position: absolute; display: none; opacity: 0; z-index: 6000000;
  width: 100%; box-sizing: border-box; background: #fff; text-align: center;
  transition: opacity .2s cubic-bezier(.895, .03, .685, .22);
}
.menu__pop--on { opacity: 1; }
.menu__inner { position: relative; padding: 18px 20px; box-sizing: border-box; overflow: auto; max-height: 100%; }
.menu__list { list-style: none; padding-left: 0; margin-bottom: 0; }
.menu__item { margin-bottom: 12px; }
.menu__item:last-child { margin-bottom: 0; }
.menu__link {
  display: block; width: 100%; text-decoration: none; color: #222;
  font-family: 'Onest', Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 1.4;
}


.sheet-menu { position: fixed; inset: 0; z-index: 10000002; }
.sheet-menu[hidden] { display: none; }
@media (min-width: 1200px) { .sheet-menu { display: none !important; } }

.sheet-menu__dim {
  position: absolute; inset: 0; background: rgba(17, 18, 20, .55);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  opacity: 0; transition: opacity .25s;
}
.sheet-menu--on .sheet-menu__dim { opacity: 1; }
.sheet-menu__panel {
  position: absolute; left: 0; right: 0; bottom: 0;
  box-sizing: border-box; display: flex; flex-direction: column;
  height: 62dvh; min-height: min-content; max-height: 92dvh;
  padding: 14px 22px 22px; background: #fff; border-radius: 32px 32px 0 0;
  box-shadow: 0 -20px 60px rgba(0, 0, 0, .25);
  font-family: 'Onest', Arial, sans-serif;
  transform: translateY(100%);
  transition: transform .35s cubic-bezier(.2, .7, .2, 1);
  touch-action: none; user-select: none; -webkit-user-select: none;
}
.sheet-menu--on .sheet-menu__panel { transform: none; }
.sheet-menu__grip { width: 44px; height: 5px; border-radius: 3px; background: #dde3e9; margin: 0 auto 22px; flex: none; }
.sheet-menu__links { list-style: none; margin: 0; padding: 0; flex: 1 1 auto; }
.sheet-menu__links a {
  -webkit-user-drag: none;
  display: block; padding: 13px 0; text-decoration: none;
  font-size: 30px; font-weight: 600; line-height: 1.1; color: #2a2a2a;
}
.sheet-menu__links a:active, .sheet-menu__links a.cur { color: #ff3444; }

.sheet-menu__panel:focus { outline: none; }
.sheet-menu a:focus { outline: none; }
.sheet-menu a:focus-visible { outline: 2px solid #ff3444; outline-offset: 4px; border-radius: 6px; }
.sheet-menu__foot { flex: none; padding-top: 18px; }
.sheet-menu__mail { display: block; margin-bottom: 14px; font-size: 15px; color: #4f4f4f; text-decoration: none; }
.sheet-menu__cta {
  display: block; padding: 18px; border-radius: 100px; text-align: center;
  background: #ff3444; color: #fff; text-decoration: none;
  font-size: 16px; font-weight: 600;
}
@media (prefers-reduced-motion: reduce) {
  .sheet-menu__panel { transition: none; transform: none; }
  .sheet-menu__dim { transition: none; }
}


@media only screen and (min-width: 480px) {
  .link { pointer-events: none; }
  .link a { pointer-events: all; }
  .link .atom { position: relative; display: block; }
  .fill-label {
    position: absolute; top: 0; left: 0; width: 100%;
    display: inline-table; overflow: hidden; pointer-events: none;
    opacity: 0; transform: translateX(-100%);
    transition: opacity .3s cubic-bezier(.22, .61, .36, 1) .7s,
                transform .7s cubic-bezier(.22, .61, .36, 1) .7s;
    animation: anim-out-layer .7s cubic-bezier(.22, .61, .36, 1);
  }
  .fill-label::before {
    content: attr(data-text); color: #f2313e; width: 100%;
    display: inline-table; transform: translateX(100%);
    animation: anim-out-text .7s cubic-bezier(.22, .61, .36, 1);
  }
  .link .atom:hover .fill-label {
    opacity: 1; transform: translateX(0); transition-delay: 0s;
    animation: anim-in-layer .7s cubic-bezier(.22, .61, .36, 1);
  }
  .link .atom:hover .fill-label::before {
    opacity: 1; transition-delay: 0s;
    animation: anim-in-text .7s cubic-bezier(.22, .61, .36, 1);
  }
  @keyframes anim-in-text   { from { transform: translateX(100%);  } to { transform: translateX(0); } }
  @keyframes anim-in-layer  { from { transform: translateX(-100%); } to { transform: translateX(0); } }
  @keyframes anim-out-text  { from { transform: translateX(0); } to { transform: translateX(-100%); } }
  @keyframes anim-out-layer { from { transform: translateX(0); } to { transform: translateX(100%);  } }
}


.lead-form { display: block; width: 100%; }

.lead-form__trap {
  position: absolute; left: -9999px; top: auto; width: 1px; height: 1px;
  overflow: hidden;
}
.lead-form * { box-sizing: border-box; }
.lead-form__input {
  display: block; width: 100%; height: 50px; margin-bottom: 20px;
  padding: 0 20px; border: 0; border-radius: 100px;
  background: #dde7ef; color: #000;
  font-family: 'Onest', Arial, sans-serif; font-size: 14px; font-weight: 400;
  outline: none; -webkit-appearance: none;
}
.lead-form__input::placeholder { color: #000; opacity: .45; }
.lead-form__input:focus { box-shadow: inset 0 0 0 1px #b6c7d6; }


@media (max-width: 1199px), (pointer: coarse) {
  .lead-form__input { font-size: 16px; }
}
.lead-form__input.is-invalid { box-shadow: inset 0 0 0 1px #ff3444; }
.lead-form__btn {
  width: 130px; height: 50px; border: 0; border-radius: 100px;
  background: #000; color: #fff; cursor: pointer;
  font-family: 'Onest', Arial, sans-serif; font-size: 14px; font-weight: 500;
  transition: background-color .2s ease-in-out;
}
.lead-form__btn:hover { background: #ff3444; }
.lead-form__btn[disabled] { opacity: .5; cursor: default; }
.lead-form__msg {
  margin-top: 14px; min-height: 18px; color: #2a2a2a;
  font-family: 'Onest', Arial, sans-serif; font-size: 14px; line-height: 1.4;
}
.lead-form__msg.is-error { color: #ff3444; }
.lead-form.is-sent .lead-form__input, .lead-form.is-sent .lead-form__btn { display: none; }


.page404 {
  min-height: 100vh; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 10px;
  background: #f6fafd; color: #2a2a2a; text-align: center;
  font-family: 'Onest', Arial, sans-serif;
}
.page404 h1 { font-family: 'Onest', Arial, sans-serif; font-size: 76px; font-weight: 600; }
.page404 a { color: #ff3444; }


.ring { position: relative; display: block; width: 100%; }
.ring::before { content: ''; display: block; padding-top: 93.45%; }   
.ring img { position: absolute; inset: 0; width: 100%; height: auto; display: block; }
.ring__spin {
  transform-origin: 50.31% 47.59%;
  animation: ring-spin 40s linear infinite;
  will-change: transform;
}
@keyframes ring-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .ring__spin { animation: none; } }

#preloader .board {position:fixed;width:100%;left:0;top:0;z-index:990;}#preloader .board {min-height:600px;height:100vh;background-color:#ffffff;}#preloader .board-tint {min-height:600px;height:100vh;}#preloader .board-bg{min-height:600px;height:100vh;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#preloader .board,#preloader .board-tint,#preloader .board-bg {}#preloader .board-tint {}#preloader .board-bg {background-attachment:scroll;}}#preloader .el[data-el="1754898968163"] {z-index:3;top:calc(50vh - 90px + 0px);top:calc(50dvh - 90px + 0px);left:calc(50% - 100px + 0px);width:200px;height:auto;}#preloader .el[data-el="1754898968163"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#preloader .el[data-el="1754898968163"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#preloader .el[data-el="1754898968163"] {display:table;top:calc(50vh - 72px + 0px);top:calc(50dvh - 72px + 0px);left:calc(50% - 80px + 0px);width:160px;height:auto;}}#preloader .el[data-el="1754898968166"]{color:#ffffff;text-align:center;z-index:3;top:calc(50vh - 17.5px + 1px);top:calc(50dvh - 17.5px + 1px);left:calc(50% - 124.5px + 1px);width:249px;height:auto;}#preloader .el[data-el="1754898968166"] .atom {vertical-align:middle;color:#ffffff;font-size:35px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:400;letter-spacing:-1px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#preloader .el[data-el="1754898968166"] {display:table;top:calc(50vh - 14px + 0px);top:calc(50dvh - 14px + 0px);height:auto;}#preloader .el[data-el="1754898968166"] .atom{font-size:28px;background-size:cover;}}#hero .board {height:686px;background-color:#f6fafd;}#hero .board-tint {height:686px;}#hero .board-bg{height:686px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#hero .board,#hero .board-tint,#hero .board-bg {height:820px;}#hero .board-tint {}#hero .board-bg {background-attachment:scroll;}}#hero .el[data-el="1750377693960"] {z-index:3;top:20px;left:calc(50% - 600px + 80px);width:50px;height:auto;}#hero .el[data-el="1750377693960"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#hero .el[data-el="1750377693960"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#hero .el[data-el="1750377693960"] {display:table;top:15px;left:calc(50% - 180px + 20px);width:40px;height:auto;}}#hero .el[data-el="1750387213800"]{color:#8d8d8d;z-index:3;top:304px;left:calc(50% - 600px + 156px);width:auto;height:auto;}#hero .el[data-el="1750387213800"] .atom {vertical-align:middle;white-space:nowrap;color:#8d8d8d;font-size:76px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#hero .el[data-el="1750387213800"] {display:table;top:176px;left:calc(50% - 180px + 66px);width:259px;height:auto;}#hero .el[data-el="1750387213800"] .atom{font-size:54px;background-size:cover;}}#hero .el[data-el="1750387156253"]{color:#2a2a2a;z-index:3;top:230px;left:calc(50% - 600px + 80px);width:auto;height:auto;}#hero .el[data-el="1750387156253"] .atom {vertical-align:middle;white-space:nowrap;color:#2a2a2a;font-size:76px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#hero .el[data-el="1750387156253"] {display:table;top:122px;left:calc(50% - 180px + 20px);width:234px;height:auto;}#hero .el[data-el="1750387156253"] .atom{font-size:54px;background-size:cover;}}#hero .el[data-el="1750387227804"]{color:#2a2a2a;z-index:3;top:380px;left:calc(50% - 600px + 80px);width:auto;height:auto;}#hero .el[data-el="1750387227804"] .atom {vertical-align:middle;white-space:nowrap;color:#2a2a2a;font-size:76px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#hero .el[data-el="1750387227804"] {display:table;top:230px;left:calc(50% - 180px + 20px);width:187px;height:auto;}#hero .el[data-el="1750387227804"] .atom{font-size:54px;background-size:cover;}}#hero .el[data-el="1750387283304"]{color:#2a2a2a;z-index:3;top:185px;left:calc(50% - 600px + 80px);width:276px;height:auto;}#hero .el[data-el="1750387283304"] .atom {vertical-align:middle;color:#2a2a2a;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#hero .el[data-el="1750387283304"] {display:table;top:85px;left:calc(50% - 180px + 20px);width:249px;height:auto;}#hero .el[data-el="1750387283304"] .atom{font-size:14px;background-size:cover;}}#hero .el[data-el="1750387379471"] {z-index:3;top:397px;left:calc(50% - 600px + 355px);width:163px;height:56px;}#hero .el[data-el="1750387379471"] .atom {border-radius:50px 50px 50px 50px;background-color:#f1f1f1;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#hero .el[data-el="1750387379471"] {display:table;top:239px;left:calc(50% - 180px + 214px);width:126px;height:43px;}}#hero .el[data-el="1750941194631"] {z-index:3;top:397px;left:calc(50% - 600px + 355px);width:165px;height:56px;}#hero .el[data-el="1750941194631"] .atom {border-radius:50px 50px 50px 50px;background-color:#f1f1f1;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#hero .el[data-el="1750941194631"] {display:table;top:239px;left:calc(50% - 180px + 214px);width:126px;height:43px;}}#hero .el[data-el="1750387415172"] {z-index:3;top:407px;left:calc(50% - 600px + 370px);width:37px;height:auto;}#hero .el[data-el="1750387415172"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#hero .el[data-el="1750387415172"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#hero .el[data-el="1750387415172"] {display:table;top:246px;left:calc(50% - 180px + 224px);width:28px;height:auto;}}#hero .el[data-el="1750387440473"] {z-index:3;top:405px;left:calc(50% - 600px + 398px);width:41px;height:auto;}#hero .el[data-el="1750387440473"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#hero .el[data-el="1750387440473"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#hero .el[data-el="1750387440473"] {display:table;top:245px;left:calc(50% - 180px + 245px);width:31px;height:auto;}}#hero .el[data-el="1750387477933"] {z-index:3;top:405px;left:calc(50% - 600px + 425px);width:41px;height:auto;}#hero .el[data-el="1750387477933"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#hero .el[data-el="1750387477933"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#hero .el[data-el="1750387477933"] {display:table;top:245px;left:calc(50% - 180px + 266px);width:31px;height:auto;}}#hero .el[data-el="1750940030390"] {z-index:3;top:406px;left:calc(50% - 600px + 466px);width:39px;height:auto;}#hero .el[data-el="1750940030390"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#hero .el[data-el="1750940030390"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#hero .el[data-el="1750940030390"] {display:table;top:246px;left:calc(50% - 180px + 302px);width:30px;height:auto;}}#hero .el[data-el="1750387687659"]{color:#2a2a2a;z-index:3;top:476px;left:calc(50% - 600px + 80px);width:414px;height:auto;}#hero .el[data-el="1750387687659"] .atom {vertical-align:middle;color:#2a2a2a;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#hero .el[data-el="1750387687659"] {display:table;top:299px;left:calc(50% - 180px + 20px);width:330px;height:auto;}#hero .el[data-el="1750387687659"] .atom{font-size:14px;background-size:cover;}}#hero .el[data-el="1750387643907"] {z-index:3;top:194px;left:calc(50% - 600px + 348px);width:8px;height:8px;}#hero .el[data-el="1750387643907"] .atom {border-radius:3000px 3000px 3000px 3000px;background-color:#00f05c;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#hero .el[data-el="1750387643907"] {display:table;top:93px;left:calc(50% - 180px + 253px);width:6px;height:6px;}}#hero .el[data-el="1750387739181"]{color:#ffffff;text-align:center;z-index:3;top:566px;left:calc(50% - 600px + 80px);width:180px;height:60px;}#hero .el[data-el="1750387739181"] .atom{color:#ffffff;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;border-radius:1000px 1000px 1000px 1000px;background-color:#ff3444;background-position:center center;border-color:transparent ;border-style:solid ;--hv-speed:0.2s;}#hero .el[data-el="1750387739181"] .atom {-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media screen and (max-width:1199px) {#hero .el[data-el="1750387739181"] {display:block;top:373px;left:calc(50% - 180px + 20px);width:130px;height:52px;}#hero .el[data-el="1750387739181"] .atom{font-size:14px;background-size:cover;}}#hero .el[data-el="1750390077799"] {z-index:3;top:10px;left:calc(50% - 600px + 620px);width:500px;height:auto;}#hero .el[data-el="1750390077799"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#hero .el[data-el="1750390077799"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#hero .el[data-el="1750390077799"] {display:table;top:397px;left:calc(50% - 180px + 21px);width:320px;height:auto;}}#hero .el[data-el="1750942986344"] {z-index:3;top:289px;left:calc(50% - 600px + 669px);width:209px;height:auto;}#hero .el[data-el="1750942986344"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#hero .el[data-el="1750942986344"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#hero .el[data-el="1750942986344"] {display:table;top:480px;left:calc(50% - 180px + 185px);width:146px;height:auto;}}#hero .el[data-el="1750943121673"] {z-index:3;top:60px;left:calc(50% - 600px + 824px);width:335px;height:auto;}#hero .el[data-el="1750943121673"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#hero .el[data-el="1750943121673"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#hero .el[data-el="1750943121673"] {display:table;top:488px;left:calc(50% - 180px + -9px);width:233px;height:auto;}}#hero .el[data-el="1750942455830"] {z-index:3;top:387px;left:calc(50% - 600px + 620px);width:500px;height:auto;}#hero .el[data-el="1750942455830"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#hero .el[data-el="1750942455830"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#hero .el[data-el="1750942455830"] {display:table;top:636px;left:calc(50% - 180px + 19px);width:322px;height:auto;}}#hero .el[data-el="1750390237978"]{color:#ffffff;text-align:center;z-index:3;top:25px;left:calc(50% - 600px + 900px);width:190px;height:40px;}#hero .el[data-el="1750390237978"] .atom{color:#ffffff;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;border-radius:1000px 1000px 1000px 1000px;background-color:#1b1b1b;background-position:center center;border-color:transparent ;border-style:solid ;--hv-speed:0.2s;}#hero .el[data-el="1750390237978"] .atom {-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media (hover),(min-width:0\0) {#hero .el[data-el="1750390237978"] .atom:hover {}#hero .el[data-el="1750390237978"] .atom:hover {color:#ffffff;}}@media screen and (max-width:1199px) {#hero .el[data-el="1750390237978"] {display:block;top:15px;left:calc(50% - 180px + 150px);width:140px;}#hero .el[data-el="1750390237978"] .atom{font-size:14px;background-size:cover;}}#hero .el[data-el="1756120495187"] {z-index:3;top:304px;left:calc(50% - 600px + 80px);width:59px;height:auto;}#hero .el[data-el="1756120495187"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#hero .el[data-el="1756120495187"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#hero .el[data-el="1756120495187"] {display:table;top:181px;left:calc(50% - 180px + 20px);width:36px;height:auto;}}#hero .el[data-el="1750390197635"] {z-index:3;top:454px;left:calc(50% - 600px + 640px);width:460px;height:auto;}#hero .el[data-el="1750390197635"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#hero .el[data-el="1750390197635"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#hero .el[data-el="1750390197635"] {display:table;top:676px;left:calc(50% - 180px + 32px);width:297px;height:auto;}}#hero .el[data-el="1752092811141"] {z-index:3;top:-150px;left:calc(50% - 600px + 578px);width:44px;height:auto;}#hero .el[data-el="1752092811141"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#hero .el[data-el="1752092811141"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#hero .el[data-el="1752092811141"] {display:table;top:15px;left:calc(50% - 180px + 300px);width:40px;height:auto;}}#hero .el[data-el="1750390810206"]{color:#000000;z-index:3;top:32px;left:calc(50% - 600px + 707px);width:auto;height:auto;}#hero .el[data-el="1750390810206"] .atom {vertical-align:middle;white-space:nowrap;color:#000000;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#hero .el[data-el="1750390810206"] {display:table;top:-278px;left:calc(50% - 180px + 280px);height:auto;}}#hero .el[data-el="1750390760128"]{color:#000000;z-index:3;top:32px;left:calc(50% - 600px + 398px);width:auto;height:auto;}#hero .el[data-el="1750390760128"] .atom {vertical-align:middle;white-space:nowrap;color:#000000;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#hero .el[data-el="1750390760128"] {display:table;top:-278px;left:calc(50% - 180px + -29px);height:auto;}}#hero .el[data-el="1750390796527"]{color:#000000;z-index:3;top:32px;left:calc(50% - 600px + 607px);width:auto;height:auto;}#hero .el[data-el="1750390796527"] .atom {vertical-align:middle;white-space:nowrap;color:#000000;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#hero .el[data-el="1750390796527"] {display:table;top:-278px;left:calc(50% - 180px + 180px);height:auto;}}#hero .el[data-el="175616699163650130"]{color:#000000;z-index:3;top:32px;left:calc(50% - 600px + 495px);width:auto;height:auto;}#hero .el[data-el="175616699163650130"] .atom {vertical-align:middle;white-space:nowrap;color:#000000;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#hero .el[data-el="175616699163650130"] {display:table;top:-278px;left:calc(50% - 180px + 68px);height:auto;}}#nav .menu__pop,a[data-tooltip-menu-id="1242281526"] + .menu__pop{background-color:#eef3f7;text-align:left;max-width:135px;border-radius:10px;}#nav .menu__inner{background-color:#eef3f7;border-radius:10px;}@media screen and (max-width:980px){a[data-tooltip-menu-id="1242281526"] + .menu__pop{max-width:100%;}}#nav .menu__pop,a[data-tooltip-menu-id="1242281526"] + .menu__pop {box-shadow:0px 0px rgba(0,0,0,0);}#partners .board {height:604px;background-color:#f6fafd;}#partners .board-tint {height:604px;}#partners .board-bg{height:604px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#partners .board,#partners .board-tint,#partners .board-bg {height:702px;}#partners .board-tint {}#partners .board-bg {background-attachment:scroll;}}#partners .el[data-el="1756172750451"] {z-index:3;top:343px;left:calc(50% - 600px + 79px);width:1040px;height:201px;}#partners .el[data-el="1756172750451"] .atom {border-radius:30px 30px 30px 30px;background-image:radial-gradient(circle at center,rgba(43,43,43,1) 0%,rgba(0,0,0,1) 100%);border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#partners .el[data-el="1756172750451"] {display:table;top:327px;left:calc(50% - 180px + 20px);width:320px;height:345px;border-radius:30px 30px 30px 30px;}#partners .el[data-el="1756172750451"] .atom {background-size:cover;border-radius:30px 30px 30px 30px;}}#partners .el[data-el="175617480718462670"] {z-index:3;top:343px;left:calc(50% - 600px + 79px);width:348px;height:201px;}#partners .el[data-el="175617480718462670"] .atom {border-radius:20px 20px 20px 20px;background-position:center center;background-size:cover;background-repeat:no-repeat;border-color:transparent ;border-style:solid ;}#partners .el[data-el="175617480718462670"] .atom {-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);}@media screen and (max-width:1199px) {#partners .el[data-el="175617480718462670"] {display:table;top:-583px;left:calc(50% - 180px + 605px);width:320px;height:199px;}}#partners .el[data-el="175617196573918370"]{color:#ffffff;text-align:center;z-index:3;top:454px;left:calc(50% - 600px + 899px);width:180px;height:60px;}#partners .el[data-el="175617196573918370"] .atom{color:#ffffff;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;border-radius:1000px 1000px 1000px 1000px;background-color:#ff3444;background-position:center center;border-color:transparent ;border-style:solid ;--hv-speed:0.2s;}#partners .el[data-el="175617196573918370"] .atom {-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}#partners .el[data-el="175617196573918370"] .atom .atom-btn {column-gap:10px;}@media screen and (max-width:1199px) {#partners .el[data-el="175617196573918370"] {display:block;top:590px;left:calc(50% - 180px + 40px);width:130px;height:52px;}#partners .el[data-el="175617196573918370"] .atom{font-size:14px;background-size:cover;}}#partners .el[data-el="175617167123169410"] {z-index:3;top:171px;left:calc(50% - 600px + 80px);width:184px;height:auto;}#partners .el[data-el="175617167123169410"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#partners .el[data-el="175617167123169410"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#partners .el[data-el="175617167123169410"] {display:table;top:201px;left:calc(50% - 180px + 20px);width:94px;height:auto;}}#partners .el[data-el="175617167123558650"] {z-index:3;top:173px;left:calc(50% - 600px + 580px);width:114px;height:auto;}#partners .el[data-el="175617167123558650"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#partners .el[data-el="175617167123558650"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#partners .el[data-el="175617167123558650"] {display:table;top:201px;left:calc(50% - 180px + 276px);width:63px;height:auto;}}#partners .el[data-el="1756174898685"] {z-index:3;top:-379px;left:calc(50% - 600px + 452px);width:200px;height:auto;}#partners .el[data-el="1756174898685"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#partners .el[data-el="1756174898685"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#partners .el[data-el="1756174898685"] {display:table;top:450px;left:calc(50% - 180px + 113px);width:237px;height:auto;}#partners .el[data-el="1756174898685"] .atom {background-size:cover;opacity:1;}}#partners .el[data-el="175617167123875930"] {z-index:3;top:170px;left:calc(50% - 600px + 738px);width:156px;height:auto;}#partners .el[data-el="175617167123875930"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#partners .el[data-el="175617167123875930"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#partners .el[data-el="175617167123875930"] {display:table;top:280px;left:calc(50% - 180px + 20px);width:78px;height:auto;}}#partners .el[data-el="175617167124057100"] {z-index:3;top:258px;left:calc(50% - 600px + 997px);width:123px;height:auto;}#partners .el[data-el="175617167124057100"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#partners .el[data-el="175617167124057100"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#partners .el[data-el="175617167124057100"] {display:table;top:283px;left:calc(50% - 180px + 291px);width:49px;height:auto;}}#partners .el[data-el="175617167124230070"] {z-index:3;top:174px;left:calc(50% - 600px + 308px);width:228px;height:auto;}#partners .el[data-el="175617167124230070"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#partners .el[data-el="175617167124230070"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#partners .el[data-el="175617167124230070"] {display:table;top:203px;left:calc(50% - 180px + 139px);width:112px;height:auto;}}#partners .el[data-el="175617167124424160"] {z-index:3;top:170px;left:calc(50% - 600px + 937px);width:183px;height:auto;-webkit-filter:brightness(0%);filter:brightness(0%);border-radius:0px 0px 0px 0px;}#partners .el[data-el="175617167124424160"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#partners .el[data-el="175617167124424160"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#partners .el[data-el="175617167124424160"] {display:table;top:282px;left:calc(50% - 180px + 113px);width:78px;height:auto;}}#partners .el[data-el="175617167124684450"] {z-index:3;top:252px;left:calc(50% - 600px + 86px);width:112px;height:auto;}#partners .el[data-el="175617167124684450"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#partners .el[data-el="175617167124684450"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#partners .el[data-el="175617167124684450"] {display:table;top:239px;left:calc(50% - 180px + 20px);width:58px;height:auto;}}#partners .el[data-el="175618712745473280"] {z-index:3;top:256px;left:calc(50% - 600px + 251px);width:99px;height:auto;}#partners .el[data-el="175618712745473280"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#partners .el[data-el="175618712745473280"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#partners .el[data-el="175618712745473280"] {display:table;top:239px;left:calc(50% - 180px + 104px);width:56px;height:auto;}}#partners .el[data-el="175617167124829650"] {z-index:3;top:249px;left:calc(50% - 600px + 403px);width:146px;height:auto;}#partners .el[data-el="175617167124829650"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#partners .el[data-el="175617167124829650"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#partners .el[data-el="175617167124829650"] {display:table;top:238px;left:calc(50% - 180px + 186px);width:73px;height:auto;}}#partners .el[data-el="175617167125072730"] {z-index:3;top:262px;left:calc(50% - 600px + 602px);width:114px;height:auto;}#partners .el[data-el="175617167125072730"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#partners .el[data-el="175617167125072730"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#partners .el[data-el="175617167125072730"] {display:table;top:244px;left:calc(50% - 180px + 285px);width:57px;height:auto;}}#partners .el[data-el="175617167125252480"] {z-index:3;top:262px;left:calc(50% - 600px + 769px);width:176px;height:auto;}#partners .el[data-el="175617167125252480"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#partners .el[data-el="175617167125252480"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#partners .el[data-el="175617167125252480"] {display:table;top:284px;left:calc(50% - 180px + 206px);width:70px;height:auto;}}#partners .el[data-el="175617228134091490"] {z-index:3;top:74px;left:calc(50% - 600px + 910px);width:210px;height:40px;-webkit-backdrop-filter:blur(19px);backdrop-filter:blur(19px);border-radius:8px 8px 8px 8px;}#partners .el[data-el="175617228134091490"] .atom{border-width:1px;border-radius:8px 8px 8px 8px;background-image:radial-gradient(circle at center,rgba(255,255,255,1) 0%,rgba(255,0,0,0.05) 100%);border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#partners .el[data-el="175617228134091490"] {display:table;top:30px;left:calc(50% - 180px + 20px);width:130px;height:22px;border-radius:5px 5px 5px 5px;}#partners .el[data-el="175617228134091490"] .atom {background-image:radial-gradient(circle at center,rgba(255,255,255,1) 0%,rgba(255,0,0,0.05) 100%);background-color:transparent;background-size:cover;border-radius:5px 5px 5px 5px;}}#partners .el[data-el="175616673613248840"]{color:#2a2a2a;z-index:3;top:69px;left:calc(50% - 600px + 379px);width:441px;height:auto;}#partners .el[data-el="175616673613248840"] .atom {vertical-align:middle;color:#2a2a2a;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#partners .el[data-el="175616673613248840"] {display:table;top:114px;left:calc(50% - 180px + 20px);width:288px;height:auto;}#partners .el[data-el="175616673613248840"] .atom{font-size:14px;background-size:cover;}}#partners .el[data-el="175617209495135390"]{color:#ff3444;text-align:center;z-index:3;top:86px;left:calc(50% - 600px + 919px);width:191px;height:auto;}#partners .el[data-el="175617209495135390"] .atom {vertical-align:middle;color:#ff3444;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:400;letter-spacing:-0.4px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#partners .el[data-el="175617209495135390"] {display:table;top:36px;left:calc(50% - 180px + 27px);width:116px;height:auto;}#partners .el[data-el="175617209495135390"] .atom{font-size:10px;background-size:cover;}}#partners .el[data-el="175616673613487460"]{color:#2a2a2a;text-align:center;z-index:3;top:60px;left:calc(50% - 600px + 80px);width:auto;height:auto;}#partners .el[data-el="175616673613487460"] .atom {vertical-align:middle;white-space:nowrap;color:#2a2a2a;font-size:68px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;letter-spacing:-0.7px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#partners .el[data-el="175616673613487460"] {display:table;top:62px;left:calc(50% - 180px + 20px);width:161px;height:auto;}#partners .el[data-el="175616673613487460"] {text-align:left;}#partners .el[data-el="175616673613487460"] .atom{font-size:42px;background-size:cover;}}#partners .el[data-el="175617298950047410"]{color:#ffffff;z-index:3;top:373px;left:calc(50% - 600px + 119px);width:461px;height:auto;}#partners .el[data-el="175617298950047410"] .atom {vertical-align:middle;color:#ffffff;font-size:38px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:500;letter-spacing:-0.7px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#partners .el[data-el="175617298950047410"] {display:table;top:389px;left:calc(50% - 180px + 40px);width:213px;height:auto;}#partners .el[data-el="175617298950047410"] .atom{font-size:26px;background-size:cover;}}#partners .el[data-el="1756172801833"] {z-index:3;top:376px;left:calc(50% - 600px + 573px);width:546px;height:auto;}#partners .el[data-el="1756172801833"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#partners .el[data-el="1756172801833"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#partners .el[data-el="1756172801833"] {display:table;top:347px;left:calc(50% - 180px + 20px);width:320px;height:auto;}}#partners .el[data-el="1756173134672"]{color:#ffffff;z-index:3;top:464px;left:calc(50% - 600px + 119px);width:585px;height:auto;}#partners .el[data-el="1756173134672"] .atom {vertical-align:middle;color:#ffffff;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#partners .el[data-el="1756173134672"] {display:table;top:482px;left:calc(50% - 180px + 40px);width:270px;height:auto;}#partners .el[data-el="1756173134672"] .atom{font-size:14px;background-size:cover;}}#results .board {height:583px;background-color:#f6fafd;}#results .board-tint {height:583px;}#results .board-bg{height:583px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#results .board,#results .board-tint,#results .board-bg {height:600px;}#results .board-tint {}#results .board-bg {background-attachment:scroll;}}#results .el[data-el="175619026834410010"] {z-index:3;top:143px;left:calc(50% - 600px + 0px);width:1200px;height:auto;}#results .el[data-el="175619026834410010"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#results .el[data-el="175619026834410010"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#results .el[data-el="175619026834410010"] {display:table;top:208px;left:calc(50% - 180px + -200px);width:732px;height:auto;}#results .el[data-el="175619026834410010"] .atom {background-size:cover;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg);}}#results .el[data-el="1750955029393"] {z-index:3;top:226px;left:calc(50% - 600px + 80px);width:510px;height:285px;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);border-radius:41px 41px 41px 41px;}#results .el[data-el="1750955029393"] .atom {border-radius:41px 41px 41px 41px;opacity:0.9;background-color:#ffffff;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#results .el[data-el="1750955029393"] {display:table;top:134px;left:calc(50% - 180px + 20px);width:320px;height:219px;border-radius:27px 27px 27px 27px;}#results .el[data-el="1750955029393"] .atom {background-size:cover;border-radius:27px 27px 27px 27px;}}#results .el[data-el="1750414811340"] {z-index:3;top:266px;left:calc(50% - 600px + 120px);width:38px;height:auto;pointer-events:none;}#results .el[data-el="1750414811340"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#results .el[data-el="1750414811340"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#results .el[data-el="1750414811340"] {display:table;top:154px;left:calc(50% - 180px + 40px);width:25px;height:auto;}}#results .el[data-el="1750414740058"]{color:#000000;z-index:3;top:313px;left:calc(50% - 600px + 120px);width:auto;height:auto;pointer-events:none;}#results .el[data-el="1750414740058"] .atom {vertical-align:middle;white-space:nowrap;color:#000000;font-size:38px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:500;letter-spacing:-0.9px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#results .el[data-el="1750414740058"] {display:table;top:182px;left:calc(50% - 180px + 40px);width:106px;height:auto;}#results .el[data-el="1750414740058"] .atom{font-size:26px;letter-spacing:0px;background-size:cover;}}#results .el[data-el="1750414740065"]{color:#000000;z-index:3;top:371px;left:calc(50% - 600px + 120px);width:400px;height:auto;pointer-events:none;}#results .el[data-el="1750414740065"] .atom {vertical-align:middle;color:#000000;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;opacity:0.4;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#results .el[data-el="1750414740065"] {display:table;top:223px;left:calc(50% - 180px + 40px);width:271px;height:auto;}#results .el[data-el="1750414740065"] .atom{font-size:14px;background-size:cover;}}#results .el[data-el="1750414828662"] {z-index:3;top:226px;left:calc(50% - 600px + 610px);width:510px;height:285px;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);border-radius:41px 41px 41px 41px;}#results .el[data-el="1750414828662"] .atom {border-radius:41px 41px 41px 41px;opacity:0.9;background-color:#ffffff;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#results .el[data-el="1750414828662"] {display:table;top:373px;left:calc(50% - 180px + 20px);width:320px;height:197px;border-radius:27px 27px 27px 27px;}#results .el[data-el="1750414828662"] .atom {background-size:cover;border-radius:27px 27px 27px 27px;}}#results .el[data-el="1750414828683"] {z-index:3;top:266px;left:calc(50% - 600px + 650px);width:43px;height:auto;pointer-events:none;}#results .el[data-el="1750414828683"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#results .el[data-el="1750414828683"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#results .el[data-el="1750414828683"] {display:table;top:393px;left:calc(50% - 180px + 40px);width:29px;height:auto;}}#results .el[data-el="1750414828696"]{color:#000000;z-index:3;top:313px;left:calc(50% - 600px + 650px);width:auto;height:auto;pointer-events:none;}#results .el[data-el="1750414828696"] .atom {vertical-align:middle;white-space:nowrap;color:#000000;font-size:38px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:500;letter-spacing:-0.9px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#results .el[data-el="1750414828696"] {display:table;top:421px;left:calc(50% - 180px + 40px);width:250px;height:auto;}#results .el[data-el="1750414828696"] .atom{font-size:26px;letter-spacing:0px;background-size:cover;}}#results .el[data-el="1750414828708"]{color:#000000;z-index:3;top:371px;left:calc(50% - 600px + 650px);width:343px;height:auto;pointer-events:none;}#results .el[data-el="1750414828708"] .atom {vertical-align:middle;color:#000000;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;opacity:0.4;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#results .el[data-el="1750414828708"] {display:table;top:462px;left:calc(50% - 180px + 40px);width:293px;height:auto;}#results .el[data-el="1750414828708"] .atom{font-size:14px;background-size:cover;}}#results .el[data-el="1750387156253"]{color:#2a2a2a;text-align:center;z-index:3;top:60px;left:calc(50% - 600px + 316px);width:568px;height:136px;}#results .el[data-el="1750387156253"] .atom {vertical-align:middle;color:#2a2a2a;font-size:68px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;letter-spacing:-0.7px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#results .el[data-el="1750387156253"] {display:table;top:30px;left:calc(50% - 180px + 27px);width:306px;height:84px;}#results .el[data-el="1750387156253"] .atom {vertical-align:middle;white-space:normal;font-size:42px;background-size:cover;}}#results-m .board {height:583px;background-color:#f6fafd;}#results-m .board-tint {height:583px;}#results-m .board-bg{height:583px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#results-m .board,#results-m .board-tint,#results-m .board-bg {height:600px;}#results-m .board-tint {}#results-m .board-bg {background-attachment:scroll;}}#results-m .el[data-el="1756177790278"] {z-index:3;top:143px;left:calc(50% - 600px + 0px);width:1200px;height:auto;}#results-m .el[data-el="1756177790278"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#results-m .el[data-el="1756177790278"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#results-m .el[data-el="1756177790278"] {display:table;top:208px;left:calc(50% - 180px + -200px);width:732px;height:auto;}#results-m .el[data-el="1756177790278"] .atom {background-size:cover;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg);}}#results-m .el[data-el="1750955029393"] {z-index:3;top:226px;left:calc(50% - 600px + 80px);width:510px;height:285px;}@media (min-width:1200px) {}#results-m .el[data-el="1750955029393"] .atom {border-radius:41px 41px 41px 41px;background-color:#ffffff;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#results-m .el[data-el="1750955029393"] {display:table;top:134px;left:calc(50% - 180px + 20px);width:320px;height:219px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:41px 41px 41px 41px;border-radius:27px 27px 27px 27px;}#results-m .el[data-el="1750955029393"] .atom {background-size:cover;border-radius:27px 27px 27px 27px;opacity:0.85;}}#results-m .el[data-el="1750414811340"] {z-index:3;top:266px;left:calc(50% - 600px + 120px);width:38px;height:auto;pointer-events:none;}#results-m .el[data-el="1750414811340"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#results-m .el[data-el="1750414811340"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#results-m .el[data-el="1750414811340"] {display:table;top:154px;left:calc(50% - 180px + 40px);width:25px;height:auto;}}#results-m .el[data-el="1750414740058"]{color:#000000;z-index:3;top:313px;left:calc(50% - 600px + 120px);width:auto;height:auto;pointer-events:none;}#results-m .el[data-el="1750414740058"] .atom {vertical-align:middle;white-space:nowrap;color:#000000;font-size:38px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:500;letter-spacing:-0.9px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#results-m .el[data-el="1750414740058"] {display:table;top:182px;left:calc(50% - 180px + 40px);width:106px;height:auto;}#results-m .el[data-el="1750414740058"] .atom{font-size:26px;letter-spacing:0px;background-size:cover;}}#results-m .el[data-el="1750414740065"]{color:#000000;z-index:3;top:371px;left:calc(50% - 600px + 120px);width:400px;height:auto;pointer-events:none;}#results-m .el[data-el="1750414740065"] .atom {vertical-align:middle;color:#000000;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;opacity:0.4;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#results-m .el[data-el="1750414740065"] {display:table;top:223px;left:calc(50% - 180px + 40px);width:286px;height:auto;}#results-m .el[data-el="1750414740065"] .atom{font-size:14px;background-size:cover;}}#results-m .el[data-el="1750414828662"] {z-index:3;top:226px;left:calc(50% - 600px + 610px);width:510px;height:285px;}@media (min-width:1200px) {}#results-m .el[data-el="1750414828662"] .atom {border-radius:41px 41px 41px 41px;background-color:#ffffff;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#results-m .el[data-el="1750414828662"] {display:table;top:373px;left:calc(50% - 180px + 20px);width:320px;height:197px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:41px 41px 41px 41px;border-radius:27px 27px 27px 27px;}#results-m .el[data-el="1750414828662"] .atom {background-size:cover;border-radius:27px 27px 27px 27px;opacity:0.85;}}#results-m .el[data-el="1750414828683"] {z-index:3;top:266px;left:calc(50% - 600px + 650px);width:43px;height:auto;pointer-events:none;}#results-m .el[data-el="1750414828683"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#results-m .el[data-el="1750414828683"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#results-m .el[data-el="1750414828683"] {display:table;top:393px;left:calc(50% - 180px + 40px);width:29px;height:auto;}}#results-m .el[data-el="1750414828696"]{color:#000000;z-index:3;top:313px;left:calc(50% - 600px + 650px);width:auto;height:auto;pointer-events:none;}#results-m .el[data-el="1750414828696"] .atom {vertical-align:middle;white-space:nowrap;color:#000000;font-size:38px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:500;letter-spacing:-0.9px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#results-m .el[data-el="1750414828696"] {display:table;top:421px;left:calc(50% - 180px + 40px);width:250px;height:auto;}#results-m .el[data-el="1750414828696"] .atom{font-size:26px;letter-spacing:0px;background-size:cover;}}#results-m .el[data-el="1750414828708"]{color:#000000;z-index:3;top:371px;left:calc(50% - 600px + 650px);width:343px;height:auto;pointer-events:none;}#results-m .el[data-el="1750414828708"] .atom {vertical-align:middle;color:#000000;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;opacity:0.4;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#results-m .el[data-el="1750414828708"] {display:table;top:462px;left:calc(50% - 180px + 40px);width:293px;height:auto;}#results-m .el[data-el="1750414828708"] .atom{font-size:14px;background-size:cover;}}#results-m .el[data-el="1750387156253"]{color:#2a2a2a;text-align:center;z-index:3;top:60px;left:calc(50% - 600px + 316px);width:568px;height:136px;}#results-m .el[data-el="1750387156253"] .atom {vertical-align:middle;color:#2a2a2a;font-size:68px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;letter-spacing:-0.7px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#results-m .el[data-el="1750387156253"] {display:table;top:30px;left:calc(50% - 180px + 27px);width:306px;height:84px;}#results-m .el[data-el="1750387156253"] .atom {vertical-align:middle;white-space:normal;font-size:42px;background-size:cover;}}#dna .board {height:1279px;background-color:#f6fafd;}#dna .board-tint {height:1279px;}#dna .board-bg{height:1279px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#dna .board,#dna .board-tint,#dna .board-bg {height:969px;}#dna .board-tint {}#dna .board-bg {background-attachment:scroll;}}#dna .el[data-el="1756175522626"] {z-index:3;top:60px;left:calc(50% - 600px + 80px);width:1019px;height:1131px;}@media (min-width:1200px) {}#dna .el[data-el="1756175522626"] .atom {border-radius:60px 60px 60px 60px;background-image:linear-gradient(0turn,rgba(0,0,0,1) 0%,rgba(25,25,25,1) 48%,rgba(0,0,0,1) 100%);border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1756175522626"] {display:table;top:30px;left:calc(50% - 180px + 5px);width:350px;height:909px;border-radius:30px 30px 30px 30px;}#dna .el[data-el="1756175522626"] .atom {background-size:cover;border-radius:30px 30px 30px 30px;}}#dna .el[data-el="175619023109569100"] {z-index:3;top:246px;left:calc(50% - 600px + -22px);width:1244px;height:auto;}#dna .el[data-el="175619023109569100"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#dna .el[data-el="175619023109569100"] .atom {-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);transform:rotate(270deg);}#dna .el[data-el="175619023109569100"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#dna .el[data-el="175619023109569100"] {display:table;top:271px;left:calc(50% - 180px + -268px);width:967px;height:auto;}}#dna .el[data-el="1751487714713"] {z-index:3;top:91px;left:calc(50% - 600px + 164px);width:391px;height:298px;-webkit-filter:blur(40px);filter:blur(40px);border-radius:3000px 3000px 3000px 3000px;}#dna .el[data-el="1751487714713"] .atom {border-radius:3000px 3000px 3000px 3000px;background-color:#000000;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714713"] {display:table;top:83px;left:calc(50% - 180px + 71px);width:189px;height:187px;}}#dna .el[data-el="1751487714718"] {z-index:3;top:134px;left:calc(50% - 600px + 136px);width:391px;height:298px;-webkit-filter:blur(40px);filter:blur(40px);border-radius:3000px 3000px 3000px 3000px;}#dna .el[data-el="1751487714718"] .atom {border-radius:3000px 3000px 3000px 3000px;background-color:#000000;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714718"] {display:table;top:75px;left:calc(50% - 180px + 20px);width:249px;height:145px;}}#dna .el[data-el="1751487714722"]{color:#ffffff;z-index:3;top:120px;left:calc(50% - 600px + 140px);width:auto;height:auto;}#dna .el[data-el="1751487714722"] .atom {vertical-align:middle;white-space:nowrap;color:#ffffff;font-size:68px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714722"] {display:table;top:60px;left:calc(50% - 180px + 30px);width:auto;height:auto;}#dna .el[data-el="1751487714722"] .atom {vertical-align:middle;white-space:nowrap;font-size:44px;background-size:cover;}}#dna .el[data-el="1751487714726"]{color:#ffffff;z-index:3;top:188px;left:calc(50% - 600px + 208px);width:auto;height:auto;}#dna .el[data-el="1751487714726"] .atom {vertical-align:middle;white-space:nowrap;color:#ffffff;font-size:68px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;opacity:0.3;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714726"] {display:table;top:103px;left:calc(50% - 180px + 76px);width:auto;height:auto;}#dna .el[data-el="1751487714726"] .atom {vertical-align:middle;white-space:nowrap;font-size:44px;background-size:cover;}}#dna .el[data-el="1751487714730"]{color:#ffffff;z-index:3;top:256px;left:calc(50% - 600px + 140px);width:auto;height:auto;}#dna .el[data-el="1751487714730"] .atom {vertical-align:middle;white-space:nowrap;color:#ffffff;font-size:68px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714730"] {display:table;top:148px;left:calc(50% - 180px + 30px);width:auto;height:auto;}#dna .el[data-el="1751487714730"] .atom {vertical-align:middle;white-space:nowrap;font-size:44px;background-size:cover;}}#dna .el[data-el="1751487714734"] {z-index:3;top:188px;left:calc(50% - 600px + 140px);width:58px;height:auto;}#dna .el[data-el="1751487714734"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#dna .el[data-el="1751487714734"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714734"] {display:table;top:104px;left:calc(50% - 180px + 30px);width:38px;height:auto;}}#dna .el[data-el="1751487714737"] {z-index:3;top:521px;left:calc(50% - 600px + 675px);width:335px;height:auto;}@media (min-width:1200px) {}#dna .el[data-el="1751487714737"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#dna .el[data-el="1751487714737"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714737"] {display:table;top:624px;left:calc(50% - 180px + 15px);width:283px;height:auto;}}#dna .el[data-el="1751487714740"] {z-index:3;top:683px;left:calc(50% - 600px + 164px);width:335px;height:auto;}#dna .el[data-el="1751487714740"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#dna .el[data-el="1751487714740"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714740"] {display:table;top:70px;left:calc(50% - 180px + 51px);width:298px;height:auto;}}#dna .group[data-group="175148771474313730"] {z-index:3;position:absolute;top:360px;left:calc(50% - 600px + 553px);width:486px;height:287px;}@media (min-width:1200px) {}#dna .group[data-group="175148771474313730"] #m-175148771474313730 {width:100%;height:100%;position:relative;border-color:transparent ;border-style:solid ;box-sizing:border-box;border-radius:0px;}@media screen and (max-width:1199px) {#dna .group[data-group="175148771474313730"] {display:block;top:212px;left:calc(50% - 180px + 30px);width:300px;height:227px;}#dna .group[data-group="175148771474313730"] #m-175148771474313730 {}}#dna .el[data-el="1751487714743"] {z-index:3;top:0px;left:0px;width:486px;height:287px;-webkit-backdrop-filter:blur(19px);backdrop-filter:blur(19px);border-radius:35px 35px 35px 35px;}#dna .el[data-el="1751487714743"] .atom{border-width:1px;border-radius:35px 35px 35px 35px;background-image:linear-gradient(0turn,rgba(0,0,0,0.23) 0%,rgba(0,0,0,0.52) 100%);border-color:#1c1c1c ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714743"] {display:table;top:0px;left:0px;width:300px;height:227px;border-radius:24px 24px 24px 24px;}#dna .el[data-el="1751487714743"] .atom {background-size:cover;border-radius:24px 24px 24px 24px;}}#dna .el[data-el="1751487714746"] {z-index:3;top:0px;left:42px;width:60px;height:2px;}#dna .el[data-el="1751487714746"] .atom {border-radius:0px 0px 0px 0px;background-color:#ffffff;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714746"] {display:table;top:0px;left:20px;width:35px;height:2px;}}#dna .el[data-el="1751487714748"]{color:#ffffff;z-index:3;top:74px;left:41px;width:267px;height:auto;}#dna .el[data-el="1751487714748"] .atom {vertical-align:middle;color:#ffffff;font-size:38px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:500;letter-spacing:-1.5px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714748"] {display:table;top:30px;left:20px;width:187px;height:auto;}#dna .el[data-el="1751487714748"] .atom {vertical-align:middle;white-space:normal;font-size:26px;letter-spacing:-0.7px;background-size:cover;}}#dna .el[data-el="1751487714752"]{color:#ffffff;z-index:3;top:172px;left:40px;width:408px;height:auto;}#dna .el[data-el="1751487714752"] .atom {vertical-align:middle;color:#ffffff;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;opacity:0.4;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714752"] {display:table;top:97px;left:20px;width:239px;height:auto;}#dna .el[data-el="1751487714752"] .atom {vertical-align:middle;white-space:normal;font-size:14px;line-height:1.4;background-size:cover;}}#dna .el[data-el="1751487714756"] {z-index:3;top:37px;left:369px;width:79px;height:auto;}#dna .el[data-el="1751487714756"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#dna .el[data-el="1751487714756"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714756"] {display:table;top:42px;left:230px;width:50px;height:auto;}}#dna .group[data-group="175148771476365970"] {z-index:3;position:absolute;top:1054px;left:calc(50% - 600px + 553px);width:486px;height:287px;}@media (min-width:1200px) {}#dna .group[data-group="175148771476365970"] #m-175148771476365970 {width:100%;height:100%;position:relative;border-color:transparent ;border-style:solid ;box-sizing:border-box;border-radius:0px;}@media screen and (max-width:1199px) {#dna .group[data-group="175148771476365970"] {display:block;top:694px;left:calc(50% - 180px + 31px);width:300px;height:215px;}#dna .group[data-group="175148771476365970"] #m-175148771476365970 {}}#dna .el[data-el="1751487714763"] {z-index:3;top:0px;left:0px;width:486px;height:287px;-webkit-backdrop-filter:blur(19px);backdrop-filter:blur(19px);border-radius:35px 35px 35px 35px;}#dna .el[data-el="1751487714763"] .atom{border-width:1px;border-radius:35px 35px 35px 35px;background-image:linear-gradient(0turn,rgba(0,0,0,0.23) 0%,rgba(0,0,0,0.52) 100%);border-color:#1c1c1c ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714763"] {display:table;top:0px;left:0px;width:300px;height:215px;border-radius:24px 24px 24px 24px;}#dna .el[data-el="1751487714763"] .atom {background-size:cover;border-radius:24px 24px 24px 24px;}}#dna .el[data-el="1751487714765"] {z-index:3;top:0px;left:42px;width:60px;height:2px;}#dna .el[data-el="1751487714765"] .atom {border-radius:0px 0px 0px 0px;background-color:#ffffff;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714765"] {display:table;top:0px;left:20px;width:30px;height:2px;}}#dna .el[data-el="1751487714768"]{color:#ffffff;z-index:3;top:74px;left:41px;width:247px;height:auto;}#dna .el[data-el="1751487714768"] .atom {vertical-align:middle;color:#ffffff;font-size:38px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:500;letter-spacing:-1.5px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714768"] {display:table;top:30px;left:20px;width:247px;height:auto;}#dna .el[data-el="1751487714768"] .atom {vertical-align:middle;white-space:normal;font-size:26px;letter-spacing:-0.7px;background-size:cover;}}#dna .el[data-el="1751487714771"]{color:#ffffff;z-index:3;top:172px;left:40px;width:392px;height:auto;}#dna .el[data-el="1751487714771"] .atom {vertical-align:middle;color:#ffffff;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;opacity:0.4;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714771"] {display:table;top:97px;left:20px;width:260px;height:auto;}#dna .el[data-el="1751487714771"] .atom {vertical-align:middle;white-space:normal;font-size:14px;background-size:cover;}}#dna .el[data-el="1751487714774"] {z-index:3;top:37px;left:369px;width:79px;height:auto;}#dna .el[data-el="1751487714774"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#dna .el[data-el="1751487714774"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714774"] {display:table;top:42px;left:230px;width:50px;height:auto;}}#dna .group[data-group="175148771478324950"] {z-index:3;position:absolute;top:707px;left:calc(50% - 600px + 140px);width:486px;height:287px;}@media (min-width:1200px) {}#dna .group[data-group="175148771478324950"] #m-175148771478324950 {width:100%;height:100%;position:relative;border-color:transparent ;border-style:solid ;box-sizing:border-box;border-radius:0px;}@media screen and (max-width:1199px) {#dna .group[data-group="175148771478324950"] {display:block;top:459px;left:calc(50% - 180px + 31px);width:300px;height:215px;}#dna .group[data-group="175148771478324950"] #m-175148771478324950 {}}#dna .el[data-el="1751487714783"] {z-index:3;top:59px;left:34px;width:178px;height:178px;-webkit-filter:blur(43px);filter:blur(43px);border-radius:3000px 3000px 3000px 3000px;}#dna .el[data-el="1751487714783"] .atom {border-radius:3000px 3000px 3000px 3000px;background-color:#b22c2f;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714783"] {display:table;top:49px;left:34px;width:124px;height:127px;}}#dna .el[data-el="1751487714791"] {z-index:3;top:39px;left:154px;width:178px;height:178px;-webkit-filter:blur(38px);filter:blur(38px);border-radius:3000px 3000px 3000px 3000px;}#dna .el[data-el="1751487714791"] .atom {border-radius:3000px 3000px 3000px 3000px;background-color:#ff3444;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714791"] {display:table;top:59px;left:104px;width:124px;height:117px;}}#dna .el[data-el="1751487714794"] {z-index:3;top:0px;left:0px;width:486px;height:287px;-webkit-backdrop-filter:blur(19px);backdrop-filter:blur(19px);border-radius:35px 35px 35px 35px;}#dna .el[data-el="1751487714794"] .atom{border-width:1px;border-radius:35px 35px 35px 35px;background-image:linear-gradient(0turn,rgba(0,0,0,0.23) 0%,rgba(0,0,0,0.52) 100%);border-color:#1c1c1c ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714794"] {display:table;top:0px;left:0px;width:300px;height:215px;border-radius:24px 24px 24px 24px;}#dna .el[data-el="1751487714794"] .atom {background-size:cover;border-radius:24px 24px 24px 24px;}}#dna .el[data-el="1751487714796"] {z-index:3;top:0px;left:42px;width:60px;height:2px;}#dna .el[data-el="1751487714796"] .atom {border-radius:0px 0px 0px 0px;background-color:#ff3444;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714796"] {display:table;top:0px;left:20px;width:35px;height:2px;}}#dna .el[data-el="1751487714798"]{color:#ffffff;z-index:3;top:74px;left:41px;width:247px;height:auto;}#dna .el[data-el="1751487714798"] .atom {vertical-align:middle;color:#ffffff;font-size:38px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:500;letter-spacing:-1.5px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714798"] {display:table;top:30px;left:20px;width:194px;height:auto;}#dna .el[data-el="1751487714798"] .atom {vertical-align:middle;white-space:normal;font-size:26px;letter-spacing:-0.7px;background-size:cover;}}#dna .el[data-el="1751487714801"]{color:#ffffff;z-index:3;top:172px;left:40px;width:392px;height:auto;}#dna .el[data-el="1751487714801"] .atom {vertical-align:middle;color:#ffffff;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;opacity:0.4;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714801"] {display:table;top:97px;left:20px;width:253px;height:auto;}#dna .el[data-el="1751487714801"] .atom {vertical-align:middle;white-space:normal;font-size:14px;background-size:cover;}}#dna .el[data-el="1751487714805"] {z-index:3;top:37px;left:369px;width:79px;height:auto;}#dna .el[data-el="1751487714805"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#dna .el[data-el="1751487714805"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714805"] {display:table;top:42px;left:230px;width:50px;height:auto;}}#dna .el[data-el="1751487714811"] {z-index:3;top:276px;left:calc(50% - 600px + 814px);width:30px;height:30px;-webkit-filter:blur(10px);filter:blur(10px);border-radius:3000px 3000px 3000px 3000px;}#dna .el[data-el="1751487714811"] .atom {border-radius:3000px 3000px 3000px 3000px;background-color:#ffffff;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714811"] {display:table;top:694px;left:calc(50% - 180px + 196px);width:30px;height:30px;}}#dna .el[data-el="1751487714813"] {z-index:3;top:450px;left:calc(50% - 600px + 316px);width:20px;height:20px;-webkit-filter:blur(10px);filter:blur(10px);border-radius:3000px 3000px 3000px 3000px;}#dna .el[data-el="1751487714813"] .atom {border-radius:3000px 3000px 3000px 3000px;background-color:#ffffff;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714813"] {display:table;top:416px;left:calc(50% - 180px + 289px);width:20px;height:20px;}}#dna .el[data-el="1751487714815"] {z-index:3;top:1070px;left:calc(50% - 600px + 326px);width:40px;height:40px;-webkit-filter:blur(10px);filter:blur(10px);border-radius:3000px 3000px 3000px 3000px;}#dna .el[data-el="1751487714815"] .atom {border-radius:3000px 3000px 3000px 3000px;opacity:0.3;background-color:#ffffff;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna .el[data-el="1751487714815"] {display:table;top:67px;left:calc(50% - 180px + 293px);width:37px;height:37px;}}#dna-m .board {height:1279px;background-color:#f6fafd;}#dna-m .board-tint {height:1279px;}#dna-m .board-bg{height:1279px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#dna-m .board,#dna-m .board-tint,#dna-m .board-bg {height:1019px;}#dna-m .board-tint {}#dna-m .board-bg {background-attachment:scroll;}}#dna-m .el[data-el="1756175522626"] {z-index:3;top:60px;left:calc(50% - 600px + 80px);width:1019px;height:1131px;}@media (min-width:1200px) {}#dna-m .el[data-el="1756175522626"] .atom {border-radius:60px 60px 60px 60px;background-image:linear-gradient(0turn,rgba(0,0,0,1) 0%,rgba(25,25,25,1) 48%,rgba(0,0,0,1) 100%);border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1756175522626"] {display:table;top:30px;left:calc(50% - 180px + 5px);width:350px;height:959px;border-radius:30px 30px 30px 30px;}#dna-m .el[data-el="1756175522626"] .atom {background-size:cover;border-radius:30px 30px 30px 30px;}}#dna-m .el[data-el="1756179125386"] {z-index:3;top:252px;left:calc(50% - 600px + 21px);width:1176px;height:auto;}#dna-m .el[data-el="1756179125386"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#dna-m .el[data-el="1756179125386"] .atom {-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);transform:rotate(270deg);}#dna-m .el[data-el="1756179125386"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1756179125386"] {display:table;top:271px;left:calc(50% - 180px + -268px);width:967px;height:auto;}}#dna-m .el[data-el="1751487714713"] {z-index:3;top:91px;left:calc(50% - 600px + 164px);width:391px;height:298px;-webkit-filter:blur(40px);filter:blur(40px);border-radius:3000px 3000px 3000px 3000px;}#dna-m .el[data-el="1751487714713"] .atom {border-radius:3000px 3000px 3000px 3000px;background-color:#000000;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714713"] {display:table;top:86px;left:calc(50% - 180px + 84px);width:189px;height:83px;}}#dna-m .el[data-el="1751487714718"] {z-index:3;top:134px;left:calc(50% - 600px + 136px);width:391px;height:298px;-webkit-filter:blur(40px);filter:blur(40px);border-radius:3000px 3000px 3000px 3000px;}#dna-m .el[data-el="1751487714718"] .atom {border-radius:3000px 3000px 3000px 3000px;background-color:#000000;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714718"] {display:table;top:71px;left:calc(50% - 180px + 68px);width:249px;height:73px;}}#dna-m .el[data-el="1751487714722"]{color:#ffffff;z-index:3;top:120px;left:calc(50% - 600px + 140px);width:auto;height:auto;}#dna-m .el[data-el="1751487714722"] .atom {vertical-align:middle;white-space:nowrap;color:#ffffff;font-size:66px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714722"] {display:table;top:60px;left:calc(50% - 180px + 30px);width:auto;height:auto;}#dna-m .el[data-el="1751487714722"] .atom {vertical-align:middle;white-space:nowrap;font-size:42px;line-height:1;background-size:cover;}}#dna-m .el[data-el="1751487714730"]{color:#ffffff;z-index:3;top:252px;left:calc(50% - 600px + 140px);width:auto;height:auto;}#dna-m .el[data-el="1751487714730"] .atom {vertical-align:middle;white-space:nowrap;color:#ffffff;font-size:66px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714730"] {display:table;top:150px;left:calc(50% - 180px + 30px);width:auto;height:auto;}#dna-m .el[data-el="1751487714730"] .atom {vertical-align:middle;white-space:nowrap;font-size:42px;background-size:cover;}}#dna-m .el[data-el="1751487714726"]{color:#ffffff;z-index:3;top:186px;left:calc(50% - 600px + 208px);width:auto;height:auto;}#dna-m .el[data-el="1751487714726"] .atom {vertical-align:middle;white-space:nowrap;color:#ffffff;font-size:66px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;opacity:0.3;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714726"] {display:table;top:105px;left:calc(50% - 180px + 76px);width:auto;height:auto;}#dna-m .el[data-el="1751487714726"] .atom {vertical-align:middle;white-space:nowrap;font-size:42px;background-size:cover;}}#dna-m .el[data-el="1751487714734"] {z-index:3;top:187px;left:calc(50% - 600px + 140px);width:58px;height:auto;}#dna-m .el[data-el="1751487714734"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#dna-m .el[data-el="1751487714734"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714734"] {display:table;top:103px;left:calc(50% - 180px + 30px);width:38px;height:auto;}}#dna-m .el[data-el="1751487714737"] {z-index:3;top:521px;left:calc(50% - 600px + 675px);width:335px;height:auto;}@media (min-width:1200px) {}#dna-m .el[data-el="1751487714737"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#dna-m .el[data-el="1751487714737"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714737"] {display:table;top:624px;left:calc(50% - 180px + 15px);width:283px;height:auto;}}#dna-m .el[data-el="1751487714740"] {z-index:3;top:683px;left:calc(50% - 600px + 164px);width:335px;height:auto;}#dna-m .el[data-el="1751487714740"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#dna-m .el[data-el="1751487714740"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714740"] {display:table;top:56px;left:calc(50% - 180px + 96px);width:247px;height:auto;}}#dna-m .group[data-group="175148771474313730"] {z-index:3;position:absolute;top:360px;left:calc(50% - 600px + 553px);width:486px;height:287px;}@media (min-width:1200px) {}#dna-m .group[data-group="175148771474313730"] #m-175148771474313730 {width:100%;height:100%;position:relative;border-color:transparent ;border-style:solid ;box-sizing:border-box;border-radius:0px;}@media screen and (max-width:1199px) {#dna-m .group[data-group="175148771474313730"] {display:block;top:222px;left:calc(50% - 180px + 30px);width:300px;height:227px;}#dna-m .group[data-group="175148771474313730"] #m-175148771474313730 {}}#dna-m .el[data-el="1751487714743"] {z-index:3;top:0px;left:0px;width:486px;height:287px;-webkit-backdrop-filter:blur(19px);backdrop-filter:blur(19px);border-radius:35px 35px 35px 35px;}#dna-m .el[data-el="1751487714743"] .atom{border-width:1px;border-radius:35px 35px 35px 35px;background-image:linear-gradient(0turn,rgba(0,0,0,0.23) 0%,rgba(0,0,0,0.52) 100%);border-color:#1c1c1c ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714743"] {display:table;top:0px;left:0px;width:300px;height:227px;border-radius:24px 24px 24px 24px;}#dna-m .el[data-el="1751487714743"] .atom {background-size:cover;border-radius:24px 24px 24px 24px;}}#dna-m .el[data-el="1751487714746"] {z-index:3;top:0px;left:42px;width:60px;height:2px;}#dna-m .el[data-el="1751487714746"] .atom {border-radius:0px 0px 0px 0px;background-color:#ffffff;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714746"] {display:table;top:0px;left:20px;width:35px;height:2px;}}#dna-m .el[data-el="1751487714748"]{color:#ffffff;z-index:3;top:74px;left:41px;width:267px;height:auto;}#dna-m .el[data-el="1751487714748"] .atom {vertical-align:middle;color:#ffffff;font-size:38px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:500;letter-spacing:-1.5px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714748"] {display:table;top:30px;left:20px;width:187px;height:auto;}#dna-m .el[data-el="1751487714748"] .atom {vertical-align:middle;white-space:normal;font-size:26px;letter-spacing:-0.7px;background-size:cover;}}#dna-m .el[data-el="1751487714752"]{color:#ffffff;z-index:3;top:172px;left:40px;width:408px;height:auto;}#dna-m .el[data-el="1751487714752"] .atom {vertical-align:middle;color:#ffffff;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;opacity:0.4;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714752"] {display:table;top:97px;left:20px;width:239px;height:auto;}#dna-m .el[data-el="1751487714752"] .atom {vertical-align:middle;white-space:normal;font-size:14px;line-height:1.55;background-size:cover;}}#dna-m .el[data-el="1751487714756"] {z-index:3;top:37px;left:369px;width:79px;height:auto;}#dna-m .el[data-el="1751487714756"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#dna-m .el[data-el="1751487714756"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714756"] {display:table;top:42px;left:230px;width:50px;height:auto;}}#dna-m .group[data-group="175148771476365970"] {z-index:3;position:absolute;top:1054px;left:calc(50% - 600px + 553px);width:486px;height:287px;}#dna-m .group[data-group="175148771476365970"] #m-175148771476365970 {width:100%;height:100%;position:relative;border-color:transparent ;border-style:solid ;box-sizing:border-box;border-radius:0px;}@media screen and (max-width:1199px) {#dna-m .group[data-group="175148771476365970"] {display:block;top:744px;left:calc(50% - 180px + 31px);width:300px;height:215px;}#dna-m .group[data-group="175148771476365970"] #m-175148771476365970 {}}#dna-m .el[data-el="1751487714763"] {z-index:3;top:0px;left:0px;width:486px;height:287px;-webkit-backdrop-filter:blur(19px);backdrop-filter:blur(19px);border-radius:35px 35px 35px 35px;}#dna-m .el[data-el="1751487714763"] .atom{border-width:1px;border-radius:35px 35px 35px 35px;background-image:linear-gradient(0turn,rgba(0,0,0,0.23) 0%,rgba(0,0,0,0.52) 100%);border-color:#1c1c1c ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714763"] {display:table;top:0px;left:0px;width:300px;height:215px;border-radius:24px 24px 24px 24px;}#dna-m .el[data-el="1751487714763"] .atom {background-size:cover;border-radius:24px 24px 24px 24px;}}#dna-m .el[data-el="1751487714765"] {z-index:3;top:0px;left:42px;width:60px;height:2px;}#dna-m .el[data-el="1751487714765"] .atom {border-radius:0px 0px 0px 0px;background-color:#ffffff;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714765"] {display:table;top:0px;left:20px;width:30px;height:2px;}}#dna-m .el[data-el="1751487714768"]{color:#ffffff;z-index:3;top:74px;left:41px;width:247px;height:auto;}#dna-m .el[data-el="1751487714768"] .atom {vertical-align:middle;color:#ffffff;font-size:38px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:500;letter-spacing:-1.5px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714768"] {display:table;top:30px;left:20px;width:247px;height:auto;}#dna-m .el[data-el="1751487714768"] .atom {vertical-align:middle;white-space:normal;font-size:26px;letter-spacing:-0.7px;background-size:cover;}}#dna-m .el[data-el="1751487714771"]{color:#ffffff;z-index:3;top:172px;left:40px;width:392px;height:auto;}#dna-m .el[data-el="1751487714771"] .atom {vertical-align:middle;color:#ffffff;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;opacity:0.4;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714771"] {display:table;top:97px;left:20px;width:260px;height:auto;}#dna-m .el[data-el="1751487714771"] .atom {vertical-align:middle;white-space:normal;font-size:14px;background-size:cover;}}#dna-m .el[data-el="1751487714774"] {z-index:3;top:37px;left:369px;width:79px;height:auto;}#dna-m .el[data-el="1751487714774"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#dna-m .el[data-el="1751487714774"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714774"] {display:table;top:42px;left:230px;width:50px;height:auto;}}#dna-m .group[data-group="175148771478324950"] {z-index:3;position:absolute;top:707px;left:calc(50% - 600px + 140px);width:486px;height:287px;}#dna-m .group[data-group="175148771478324950"] #m-175148771478324950 {width:100%;height:100%;position:relative;border-color:transparent ;border-style:solid ;box-sizing:border-box;border-radius:0px;}@media screen and (max-width:1199px) {#dna-m .group[data-group="175148771478324950"] {display:block;top:489px;left:calc(50% - 180px + 31px);width:300px;height:215px;}#dna-m .group[data-group="175148771478324950"] #m-175148771478324950 {}}#dna-m .el[data-el="1751487714783"] {z-index:3;top:59px;left:34px;width:178px;height:178px;-webkit-filter:blur(43px);filter:blur(43px);border-radius:3000px 3000px 3000px 3000px;}@media (min-width:1200px) {}#dna-m .el[data-el="1751487714783"] .atom {border-radius:3000px 3000px 3000px 3000px;background-color:#b22c2f;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714783"] {display:table;top:49px;left:34px;width:124px;height:127px;}}#dna-m .el[data-el="1751487714791"] {z-index:3;top:39px;left:154px;width:178px;height:178px;-webkit-filter:blur(38px);filter:blur(38px);border-radius:3000px 3000px 3000px 3000px;}@media (min-width:1200px) {}#dna-m .el[data-el="1751487714791"] .atom {border-radius:3000px 3000px 3000px 3000px;background-color:#ff3444;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714791"] {display:table;top:59px;left:104px;width:124px;height:117px;}}#dna-m .el[data-el="1751487714794"] {z-index:3;top:0px;left:0px;width:486px;height:287px;-webkit-backdrop-filter:blur(19px);backdrop-filter:blur(19px);border-radius:35px 35px 35px 35px;}#dna-m .el[data-el="1751487714794"] .atom{border-width:1px;border-radius:35px 35px 35px 35px;background-image:linear-gradient(0turn,rgba(0,0,0,0.23) 0%,rgba(0,0,0,0.52) 100%);border-color:#1c1c1c ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714794"] {display:table;top:0px;left:0px;width:300px;height:215px;border-radius:24px 24px 24px 24px;}#dna-m .el[data-el="1751487714794"] .atom {background-size:cover;border-radius:24px 24px 24px 24px;}}#dna-m .el[data-el="1751487714796"] {z-index:3;top:0px;left:42px;width:60px;height:2px;}#dna-m .el[data-el="1751487714796"] .atom {border-radius:0px 0px 0px 0px;background-color:#ff3444;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714796"] {display:table;top:0px;left:20px;width:35px;height:2px;}}#dna-m .el[data-el="1751487714798"]{color:#ffffff;z-index:3;top:74px;left:41px;width:247px;height:auto;}#dna-m .el[data-el="1751487714798"] .atom {vertical-align:middle;color:#ffffff;font-size:38px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:500;letter-spacing:-1.5px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714798"] {display:table;top:30px;left:20px;width:194px;height:auto;}#dna-m .el[data-el="1751487714798"] .atom {vertical-align:middle;white-space:normal;font-size:26px;letter-spacing:-0.7px;background-size:cover;}}#dna-m .el[data-el="1751487714801"]{color:#ffffff;z-index:3;top:172px;left:40px;width:392px;height:auto;}#dna-m .el[data-el="1751487714801"] .atom {vertical-align:middle;color:#ffffff;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;opacity:0.4;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714801"] {display:table;top:97px;left:20px;width:253px;height:auto;}#dna-m .el[data-el="1751487714801"] .atom {vertical-align:middle;white-space:normal;font-size:14px;background-size:cover;}}#dna-m .el[data-el="1751487714805"] {z-index:3;top:37px;left:369px;width:79px;height:auto;}#dna-m .el[data-el="1751487714805"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#dna-m .el[data-el="1751487714805"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714805"] {display:table;top:42px;left:230px;width:50px;height:auto;}}#dna-m .el[data-el="1751487714811"] {z-index:3;top:276px;left:calc(50% - 600px + 814px);width:30px;height:30px;-webkit-filter:blur(10px);filter:blur(10px);border-radius:3000px 3000px 3000px 3000px;}#dna-m .el[data-el="1751487714811"] .atom {border-radius:3000px 3000px 3000px 3000px;background-color:#ffffff;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714811"] {display:table;top:712px;left:calc(50% - 180px + 156px);width:22px;height:22px;}}#dna-m .el[data-el="1751487714813"] {z-index:3;top:450px;left:calc(50% - 600px + 316px);width:20px;height:20px;-webkit-filter:blur(10px);filter:blur(10px);border-radius:3000px 3000px 3000px 3000px;}#dna-m .el[data-el="1751487714813"] .atom {border-radius:3000px 3000px 3000px 3000px;background-color:#ffffff;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714813"] {display:table;top:457px;left:calc(50% - 180px + 161px);width:20px;height:20px;}}#dna-m .el[data-el="1751487714815"] {z-index:3;top:1070px;left:calc(50% - 600px + 326px);width:40px;height:40px;-webkit-filter:blur(10px);filter:blur(10px);border-radius:3000px 3000px 3000px 3000px;}#dna-m .el[data-el="1751487714815"] .atom {border-radius:3000px 3000px 3000px 3000px;opacity:0.3;background-color:#ffffff;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#dna-m .el[data-el="1751487714815"] {display:table;top:166px;left:calc(50% - 180px + 226px);width:37px;height:37px;}}#about .board {height:508px;background-color:#f6fafd;}#about .board-tint {height:508px;}#about .board-bg{height:508px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#about .board,#about .board-tint,#about .board-bg {height:664px;}#about .board-tint {}#about .board-bg {background-attachment:scroll;}}#about .el[data-el="1750387156253"]{color:#2a2a2a;z-index:3;top:60px;left:calc(50% - 600px + 81px);width:auto;height:auto;}#about .el[data-el="1750387156253"] .atom {vertical-align:middle;white-space:nowrap;color:#2a2a2a;font-size:68px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#about .el[data-el="1750387156253"] {display:table;top:30px;left:calc(50% - 180px + 21px);width:182px;height:auto;}#about .el[data-el="1750387156253"] .atom{font-size:42px;background-size:cover;}}#about .el[data-el="1750387687659"]{color:#4f4f4f;z-index:3;top:143px;left:calc(50% - 600px + 81px);width:404px;height:auto;}#about .el[data-el="1750387687659"] .atom {vertical-align:middle;color:#4f4f4f;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#about .el[data-el="1750387687659"] {display:table;top:82px;left:calc(50% - 180px + 21px);width:304px;height:auto;}#about .el[data-el="1750387687659"] .atom{font-size:14px;background-size:cover;}}#about .el[data-el="1756180885805"] {z-index:3;top:323px;left:calc(50% - 600px + 81px);width:341px;height:auto;}#about .el[data-el="1756180885805"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#about .el[data-el="1756180885805"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#about .el[data-el="1756180885805"] {display:table;top:256px;left:calc(50% - 180px + 20px);width:320px;height:auto;}}#about .el[data-el="175619018627637580"] {z-index:3;top:0px;left:calc(50% - 600px + 612px);width:568px;height:auto;}#about .el[data-el="175619018627637580"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#about .el[data-el="175619018627637580"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#about .el[data-el="175619018627637580"] {display:table;top:-24px;left:calc(50% - 180px + -16px);width:392px;height:auto;}#about .el[data-el="175619018627637580"] .atom {background-size:cover;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);}}#about-m .board {height:508px;background-color:#f6fafd;}#about-m .board-tint {height:508px;}#about-m .board-bg{height:508px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#about-m .board,#about-m .board-tint,#about-m .board-bg {height:404px;}#about-m .board-tint {}#about-m .board-bg {background-attachment:scroll;}}#about-m .el[data-el="1750387156253"]{color:#2a2a2a;z-index:3;top:60px;left:calc(50% - 600px + 81px);width:auto;height:auto;}#about-m .el[data-el="1750387156253"] .atom {vertical-align:middle;white-space:nowrap;color:#2a2a2a;font-size:68px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#about-m .el[data-el="1750387156253"] {display:table;top:30px;left:calc(50% - 180px + 21px);width:182px;height:auto;}#about-m .el[data-el="1750387156253"] .atom{font-size:42px;background-size:cover;}}#about-m .el[data-el="1750387687659"]{color:#4f4f4f;z-index:3;top:143px;left:calc(50% - 600px + 81px);width:404px;height:auto;}#about-m .el[data-el="1750387687659"] .atom {vertical-align:middle;color:#4f4f4f;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#about-m .el[data-el="1750387687659"] {display:table;top:220px;left:calc(50% - 180px + 21px);width:304px;height:auto;}#about-m .el[data-el="1750387687659"] .atom{font-size:14px;background-size:cover;}}#about-m .el[data-el="1756180885805"] {z-index:3;top:323px;left:calc(50% - 600px + 81px);width:341px;height:auto;}#about-m .el[data-el="1756180885805"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#about-m .el[data-el="1756180885805"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#about-m .el[data-el="1756180885805"] {display:table;top:87px;left:calc(50% - 180px + 20px);width:320px;height:auto;}}#move .board {height:664px;background-color:#f6fafd;}#move .board-tint {height:664px;}#move .board-bg{height:664px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#move .board,#move .board-tint,#move .board-bg {height:545px;}#move .board-tint {}#move .board-bg {background-attachment:scroll;}}#move .el[data-el="1750416374596"]{color:#2a2a2a;text-align:center;z-index:3;top:60px;left:calc(50% - 600px + 280px);width:auto;height:auto;}#move .el[data-el="1750416374596"] .atom {vertical-align:middle;white-space:nowrap;color:#2a2a2a;font-size:80px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;letter-spacing:-0.7px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#move .el[data-el="1750416374596"] {display:table;top:30px;left:calc(50% - 180px + 109px);width:229px;height:auto;}#move .el[data-el="1750416374596"] .atom{font-size:48px;background-size:cover;}}#move .el[data-el="1750416425440"]{color:#2a2a2a;text-align:center;z-index:3;top:220px;left:calc(50% - 600px + 720px);width:auto;height:auto;}#move .el[data-el="1750416425440"] .atom {vertical-align:middle;white-space:nowrap;color:#2a2a2a;font-size:80px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;letter-spacing:-0.7px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#move .el[data-el="1750416425440"] {display:table;top:161px;left:calc(50% - 180px + 162px);width:38px;height:auto;}#move .el[data-el="1750416425440"] .atom{font-size:48px;background-size:cover;}}#move .el[data-el="1750416439617"]{color:#2a2a2a;text-align:center;z-index:3;top:444px;left:calc(50% - 600px + 643px);width:auto;height:auto;}#move .el[data-el="1750416439617"] .atom {vertical-align:middle;white-space:nowrap;color:#2a2a2a;font-size:80px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;letter-spacing:-0.7px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#move .el[data-el="1750416439617"] {display:table;top:244px;left:calc(50% - 180px + 20px);width:224px;height:auto;}#move .el[data-el="1750416439617"] {text-align:left;}#move .el[data-el="1750416439617"] .atom{font-size:48px;background-size:cover;}}#move .el[data-el="1750416448665"]{color:#2a2a2a;text-align:center;z-index:3;top:524px;left:calc(50% - 600px + 643px);width:auto;height:auto;}#move .el[data-el="1750416448665"] .atom {vertical-align:middle;white-space:nowrap;color:#2a2a2a;font-size:80px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;letter-spacing:-0.7px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#move .el[data-el="1750416448665"] {display:table;top:292px;left:calc(50% - 180px + 20px);width:126px;height:auto;}#move .el[data-el="1750416448665"] {text-align:left;}#move .el[data-el="1750416448665"] .atom{font-size:48px;background-size:cover;}}#move .el[data-el="1750416399367"]{color:#2a2a2a;text-align:center;z-index:3;top:140px;left:calc(50% - 600px + 466px);width:auto;height:auto;}#move .el[data-el="1750416399367"] .atom {vertical-align:middle;white-space:nowrap;color:#2a2a2a;font-size:80px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;letter-spacing:-0.7px;opacity:0.33;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#move .el[data-el="1750416399367"] {display:table;top:78px;left:calc(50% - 180px + 217px);width:122px;height:auto;}#move .el[data-el="1750416399367"] .atom{font-size:48px;background-size:cover;}}#move .el[data-el="1750416956363"]{color:#ffffff;text-align:center;z-index:3;top:504px;left:calc(50% - 600px + 180px);width:160px;height:60px;}#move .el[data-el="1750416956363"] .atom{color:#ffffff;font-size:16px;font-family:'Arial',Arial,sans-serif;line-height:1.55;font-weight:400;border-radius:30px 30px 30px 30px;background-color:#1b1b1b;background-position:center center;border-color:transparent ;border-style:solid ;--hv-speed:0.2s;}#move .el[data-el="1750416956363"] .atom {-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}#move .el[data-el="1750416956363"] .atom .atom-btn {column-gap:10px;}@media screen and (max-width:1199px) {#move .el[data-el="1750416956363"] {display:block;top:463px;left:calc(50% - 180px + 21px);width:140px;height:52px;}#move .el[data-el="1750416956363"] .atom{font-size:14px;background-size:cover;}}#move .el[data-el="1750416956357"]{color:#2a2a2a;z-index:3;top:349px;left:calc(50% - 600px + 181px);width:248px;height:auto;}#move .el[data-el="1750416956357"] .atom {vertical-align:middle;color:#2a2a2a;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;opacity:0.6;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#move .el[data-el="1750416956357"] {display:table;top:355px;left:calc(50% - 180px + 21px);width:283px;height:auto;}#move .el[data-el="1750416956357"] {text-align:left;}#move .el[data-el="1750416956357"] .atom{font-size:14px;background-size:cover;}}#move .el[data-el="175619031227823030"] {z-index:3;top:8px;left:calc(50% - 600px + 577px);width:200px;height:auto;}#move .el[data-el="175619031227823030"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#move .el[data-el="175619031227823030"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#move .el[data-el="175619031227823030"] {display:table;top:-7px;left:calc(50% - 180px + 18px);width:109px;height:auto;}#move .el[data-el="175619031227823030"] .atom {background-size:cover;-webkit-transform:rotate(329deg);-moz-transform:rotate(329deg);transform:rotate(329deg);}}#move .el[data-el="175619031228335640"] {z-index:3;top:113px;left:calc(50% - 600px + 409px);width:183px;height:auto;}#move .el[data-el="175619031228335640"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#move .el[data-el="175619031228335640"] .atom {-webkit-transform:rotate(352deg);-moz-transform:rotate(352deg);transform:rotate(352deg);}#move .el[data-el="175619031228335640"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#move .el[data-el="175619031228335640"] {display:table;top:106px;left:calc(50% - 180px + 254px);width:92px;height:auto;}#move .el[data-el="175619031228335640"] .atom {background-size:cover;-webkit-transform:rotate(21deg);-moz-transform:rotate(21deg);transform:rotate(21deg);}}#move-m .board {height:664px;background-color:#f6fafd;overflow:visible;}#move-m .board-tint {height:664px;}#move-m .board-bg{height:664px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#move-m .board,#move-m .board-tint,#move-m .board-bg {height:545px;}#move-m .board-tint {}#move-m .board-bg {background-attachment:scroll;}}#move-m .el[data-el="1750416374596"]{color:#2a2a2a;text-align:center;z-index:3;top:60px;left:calc(50% - 600px + 280px);width:auto;height:auto;}#move-m .el[data-el="1750416374596"] .atom {vertical-align:middle;white-space:nowrap;color:#2a2a2a;font-size:80px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;letter-spacing:-0.7px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#move-m .el[data-el="1750416374596"] {display:table;top:30px;left:calc(50% - 180px + 109px);width:229px;height:auto;}#move-m .el[data-el="1750416374596"] .atom{font-size:48px;background-size:cover;}}#move-m .el[data-el="1750416425440"]{color:#2a2a2a;text-align:center;z-index:3;top:220px;left:calc(50% - 600px + 720px);width:auto;height:auto;}#move-m .el[data-el="1750416425440"] .atom {vertical-align:middle;white-space:nowrap;color:#2a2a2a;font-size:80px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;letter-spacing:-0.7px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#move-m .el[data-el="1750416425440"] {display:table;top:141px;left:calc(50% - 180px + 162px);width:38px;height:auto;}#move-m .el[data-el="1750416425440"] .atom{font-size:48px;background-size:cover;}}#move-m .el[data-el="1750416439617"]{color:#2a2a2a;text-align:center;z-index:3;top:444px;left:calc(50% - 600px + 643px);width:auto;height:auto;}#move-m .el[data-el="1750416439617"] .atom {vertical-align:middle;white-space:nowrap;color:#2a2a2a;font-size:80px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;letter-spacing:-0.7px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#move-m .el[data-el="1750416439617"] {display:table;top:244px;left:calc(50% - 180px + 20px);width:224px;height:auto;}#move-m .el[data-el="1750416439617"] {text-align:left;}#move-m .el[data-el="1750416439617"] .atom{font-size:48px;background-size:cover;}}#move-m .el[data-el="1750416448665"]{color:#2a2a2a;text-align:center;z-index:3;top:524px;left:calc(50% - 600px + 643px);width:auto;height:auto;}#move-m .el[data-el="1750416448665"] .atom {vertical-align:middle;white-space:nowrap;color:#2a2a2a;font-size:80px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;letter-spacing:-0.7px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#move-m .el[data-el="1750416448665"] {display:table;top:292px;left:calc(50% - 180px + 20px);width:126px;height:auto;}#move-m .el[data-el="1750416448665"] {text-align:left;}#move-m .el[data-el="1750416448665"] .atom{font-size:48px;background-size:cover;}}#move-m .el[data-el="1750416399367"]{color:#2a2a2a;text-align:center;z-index:3;top:140px;left:calc(50% - 600px + 466px);width:auto;height:auto;}#move-m .el[data-el="1750416399367"] .atom {vertical-align:middle;white-space:nowrap;color:#2a2a2a;font-size:80px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;letter-spacing:-0.7px;opacity:0.33;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#move-m .el[data-el="1750416399367"] {display:table;top:78px;left:calc(50% - 180px + 217px);width:122px;height:auto;}#move-m .el[data-el="1750416399367"] .atom{font-size:48px;background-size:cover;}}#move-m .el[data-el="1750416956363"]{color:#ffffff;text-align:center;z-index:3;top:504px;left:calc(50% - 600px + 180px);width:160px;height:60px;}#move-m .el[data-el="1750416956363"] .atom{color:#ffffff;font-size:16px;font-family:'Arial',Arial,sans-serif;line-height:1.55;font-weight:400;border-radius:30px 30px 30px 30px;background-color:#1b1b1b;background-position:center center;border-color:transparent ;border-style:solid ;--hv-speed:0.2s;}#move-m .el[data-el="1750416956363"] .atom {-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}#move-m .el[data-el="1750416956363"] .atom .atom-btn {column-gap:10px;}@media screen and (max-width:1199px) {#move-m .el[data-el="1750416956363"] {display:block;top:463px;left:calc(50% - 180px + 21px);width:140px;height:52px;}#move-m .el[data-el="1750416956363"] .atom{font-size:14px;background-size:cover;}}#move-m .el[data-el="1750416956357"]{color:#2a2a2a;z-index:3;top:349px;left:calc(50% - 600px + 181px);width:248px;height:auto;}#move-m .el[data-el="1750416956357"] .atom {vertical-align:middle;color:#2a2a2a;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;opacity:0.6;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#move-m .el[data-el="1750416956357"] {display:table;top:355px;left:calc(50% - 180px + 21px);width:283px;height:auto;}#move-m .el[data-el="1750416956357"] {text-align:left;}#move-m .el[data-el="1750416956357"] .atom{font-size:14px;background-size:cover;}}#move-m .el[data-el="1754502135012"] {z-index:3;top:-18px;left:calc(50% - 600px + 784px);width:200px;height:auto;}#move-m .el[data-el="1754502135012"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#move-m .el[data-el="1754502135012"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#move-m .el[data-el="1754502135012"] {display:table;top:-7px;left:calc(50% - 180px + 18px);width:109px;height:auto;}#move-m .el[data-el="1754502135012"] .atom {background-size:cover;-webkit-transform:rotate(329deg);-moz-transform:rotate(329deg);transform:rotate(329deg);}}#move-m .el[data-el="1754502193718"] {z-index:3;top:75px;left:calc(50% - 600px + 420px);width:200px;height:auto;}#move-m .el[data-el="1754502193718"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#move-m .el[data-el="1754502193718"] .atom {-webkit-transform:rotate(343deg);-moz-transform:rotate(343deg);transform:rotate(343deg);}#move-m .el[data-el="1754502193718"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#move-m .el[data-el="1754502193718"] {display:table;top:106px;left:calc(50% - 180px + 254px);width:92px;height:auto;}#move-m .el[data-el="1754502193718"] .atom {background-size:cover;-webkit-transform:rotate(21deg);-moz-transform:rotate(21deg);transform:rotate(21deg);}}#why .board {height:876px;background-color:#f6fafd;}#why .board-tint {height:876px;}#why .board-bg{height:876px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#why .board,#why .board-tint,#why .board-bg {height:1224px;}#why .board-tint {}#why .board-bg {background-attachment:scroll;}}#why .el[data-el="1750414828662"] {z-index:3;top:158px;left:calc(50% - 600px + 610px);width:510px;height:319px;}#why .el[data-el="1750414828662"] .atom {border-radius:41px 41px 41px 41px;background-color:#ffffff;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#why .el[data-el="1750414828662"] {display:table;top:347px;left:calc(50% - 180px + 20px);width:320px;height:257px;border-radius:27px 27px 27px 27px;}#why .el[data-el="1750414828662"] .atom {background-size:cover;border-radius:27px 27px 27px 27px;}}#why .el[data-el="1750414828696"]{color:#000000;z-index:3;top:319px;left:calc(50% - 600px + 650px);width:auto;height:auto;}#why .el[data-el="1750414828696"] .atom {vertical-align:middle;white-space:nowrap;color:#000000;font-size:38px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:500;letter-spacing:-0.9px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#why .el[data-el="1750414828696"] {display:table;top:445px;left:calc(50% - 180px + 40px);width:122px;height:auto;}#why .el[data-el="1750414828696"] .atom{font-size:26px;background-size:cover;}}#why .el[data-el="1750414828708"]{color:#000000;z-index:3;top:372px;left:calc(50% - 600px + 651px);width:345px;height:auto;}#why .el[data-el="1750414828708"] .atom {vertical-align:middle;color:#000000;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;opacity:0.4;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#why .el[data-el="1750414828708"] {display:table;top:486px;left:calc(50% - 180px + 41px);width:236px;height:auto;}#why .el[data-el="1750414828708"] .atom{font-size:14px;background-size:cover;}}#why .el[data-el="1750387156253"]{color:#2a2a2a;text-align:center;z-index:3;top:60px;left:calc(50% - 263px + 0px);width:auto;height:auto;}#why .el[data-el="1750387156253"] .atom {vertical-align:middle;white-space:nowrap;color:#2a2a2a;font-size:68px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:600;letter-spacing:-0.7px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#why .el[data-el="1750387156253"] {display:table;top:30px;left:calc(50% - 180px + 20px);width:321px;height:auto;}#why .el[data-el="1750387156253"] .atom{font-size:42px;background-size:cover;}}#why .el[data-el="1750428564563"] {z-index:3;top:181px;left:calc(50% - 600px + 609px);width:1000px;height:auto;}#why .el[data-el="1750428564563"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#why .el[data-el="1750428564563"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#why .el[data-el="1750428564563"] {display:table;top:360px;left:calc(50% - 180px + 10px);width:683px;height:auto;}}#why .el[data-el="1750428590627"] {z-index:3;top:158px;left:calc(50% - 600px + 590px);width:21px;height:304px;}#why .el[data-el="1750428590627"] .atom {border-radius:0px 0px 0px 0px;background-color:#f6fafd;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#why .el[data-el="1750428590627"] {display:table;top:347px;left:calc(50% - 180px + 340px);width:152px;height:257px;}}#why .el[data-el="1750428602762"] {z-index:3;top:162px;left:calc(50% - 600px + 1120px);width:1010px;height:300px;}#why .el[data-el="1750428602762"] .atom {border-radius:0px 0px 0px 0px;background-color:#f6fafd;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#why .el[data-el="1750428602762"] {display:table;top:231px;left:calc(50% - 180px + 1599px);}}#why .el[data-el="1750428620464"] {z-index:3;top:166px;left:calc(50% - 600px + -1028px);width:1010px;height:300px;}#why .el[data-el="1750428620464"] .atom {border-radius:0px 0px 0px 0px;background-color:#f6fafd;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#why .el[data-el="1750428620464"] {display:table;top:347px;left:calc(50% - 180px + -990px);width:1010px;height:257px;}}#why .el[data-el="1750414662352"] {z-index:3;top:158px;left:calc(50% - 600px + 80px);width:510px;height:319px;}#why .el[data-el="1750414662352"] .atom {border-radius:41px 41px 41px 41px;background-color:#ffffff;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#why .el[data-el="1750414662352"] {display:table;top:92px;left:calc(50% - 180px + 20px);width:320px;height:235px;border-radius:27px 27px 27px 27px;}#why .el[data-el="1750414662352"] .atom {background-size:cover;border-radius:27px 27px 27px 27px;}}#why .el[data-el="1750414740058"]{color:#000000;z-index:3;top:319px;left:calc(50% - 600px + 120px);width:auto;height:auto;}#why .el[data-el="1750414740058"] .atom {vertical-align:middle;white-space:nowrap;color:#000000;font-size:38px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:500;letter-spacing:-0.9px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#why .el[data-el="1750414740058"] {display:table;top:190px;left:calc(50% - 180px + 40px);width:215px;height:auto;}#why .el[data-el="1750414740058"] .atom{font-size:26px;background-size:cover;}}#why .el[data-el="1750414740065"]{color:#000000;z-index:3;top:372px;left:calc(50% - 600px + 121px);width:333px;height:auto;}#why .el[data-el="1750414740065"] .atom {vertical-align:middle;color:#000000;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;opacity:0.4;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#why .el[data-el="1750414740065"] {display:table;top:231px;left:calc(50% - 180px + 40px);width:289px;height:auto;}#why .el[data-el="1750414740065"] .atom{font-size:14px;background-size:cover;}}#why .el[data-el="1750428776740"] {z-index:3;top:497px;left:calc(50% - 600px + 80px);width:510px;height:319px;}#why .el[data-el="1750428776740"] .atom {border-radius:41px 41px 41px 41px;background-color:#ffffff;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#why .el[data-el="1750428776740"] {display:table;top:624px;left:calc(50% - 180px + 20px);width:320px;height:290px;border-radius:27px 27px 27px 27px;}#why .el[data-el="1750428776740"] .atom {background-size:cover;border-radius:27px 27px 27px 27px;}}#why .el[data-el="1750428776747"]{color:#000000;z-index:3;top:604px;left:calc(50% - 600px + 120px);width:367px;height:92px;}#why .el[data-el="1750428776747"] .atom {vertical-align:middle;color:#000000;font-size:38px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:500;letter-spacing:-0.9px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#why .el[data-el="1750428776747"] {display:table;top:737px;left:calc(50% - 180px + 35px);width:222px;height:auto;}#why .el[data-el="1750428776747"] .atom{font-size:26px;background-size:cover;}}#why .el[data-el="1750428776758"]{color:#000000;z-index:3;top:711px;left:calc(50% - 600px + 121px);width:349px;height:auto;}#why .el[data-el="1750428776758"] .atom {vertical-align:middle;color:#000000;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;opacity:0.4;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#why .el[data-el="1750428776758"] {display:table;top:818px;left:calc(50% - 180px + 35px);width:282px;height:auto;}#why .el[data-el="1750428776758"] .atom{font-size:14px;background-size:cover;}}#why .el[data-el="1750429190887"] {z-index:3;top:497px;left:calc(50% - 600px + 610px);width:510px;height:319px;}#why .el[data-el="1750429190887"] .atom {border-radius:41px 41px 41px 41px;background-color:#ffffff;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#why .el[data-el="1750429190887"] {display:table;top:934px;left:calc(50% - 180px + 20px);width:320px;height:248px;border-radius:27px 27px 27px 27px;}#why .el[data-el="1750429190887"] .atom {background-size:cover;border-radius:27px 27px 27px 27px;}}#why .el[data-el="1750429190908"]{color:#000000;z-index:3;top:644px;left:calc(50% - 600px + 650px);width:367px;height:52px;}#why .el[data-el="1750429190908"] .atom {vertical-align:middle;color:#000000;font-size:38px;font-family:'Onest',Arial,sans-serif;line-height:1;font-weight:500;letter-spacing:-0.9px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#why .el[data-el="1750429190908"] {display:table;top:1045px;left:calc(50% - 180px + 40px);width:auto;height:auto;}#why .el[data-el="1750429190908"] .atom {vertical-align:middle;white-space:nowrap;font-size:26px;background-size:cover;}}#why .el[data-el="1750429190927"]{color:#000000;z-index:3;top:711px;left:calc(50% - 600px + 651px);width:314px;height:auto;}#why .el[data-el="1750429190927"] .atom {vertical-align:middle;color:#000000;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;opacity:0.4;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#why .el[data-el="1750429190927"] {display:table;top:1086px;left:calc(50% - 180px + 41px);width:298px;height:auto;}#why .el[data-el="1750429190927"] .atom{font-size:14px;background-size:cover;}}#why .el[data-el="1750428334879"] {z-index:3;top:249px;left:calc(50% - 600px + 127px);width:100px;height:auto;}#why .el[data-el="1750428334879"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#why .el[data-el="1750428334879"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#why .el[data-el="1750428334879"] {display:table;top:151px;left:calc(50% - 180px + 41px);width:61px;height:auto;}}#why .el[data-el="1750428304297"] {z-index:3;top:226px;left:calc(50% - 600px + 126px);width:100px;height:auto;}#why .el[data-el="1750428304297"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#why .el[data-el="1750428304297"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#why .el[data-el="1750428304297"] {display:table;top:137px;left:calc(50% - 180px + 41px);width:61px;height:auto;}}#why .el[data-el="1750428284643"] {z-index:3;top:202px;left:calc(50% - 600px + 125px);width:100px;height:auto;}#why .el[data-el="1750428284643"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#why .el[data-el="1750428284643"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#why .el[data-el="1750428284643"] {display:table;top:122px;left:calc(50% - 180px + 40px);width:61px;height:auto;}}#why .el[data-el="1750428816805"] {z-index:3;top:532px;left:calc(50% - 600px + 120px);width:99px;height:auto;}#why .el[data-el="1750428816805"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#why .el[data-el="1750428816805"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#why .el[data-el="1750428816805"] {display:table;top:666px;left:calc(50% - 180px + 40px);width:80px;height:auto;}}#why .el[data-el="1750429003419"] {z-index:3;top:527px;left:calc(50% - 600px + 211px);width:13px;height:13px;}@media (min-width:1200px) {}#why .el[data-el="1750429003419"] .atom {border-radius:3000px 3000px 3000px 3000px;background-color:#ff3444;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#why .el[data-el="1750429003419"] {display:table;top:662px;left:calc(50% - 180px + 115px);width:11px;height:11px;}}#why .el[data-el="1750429101722"] {z-index:3;top:553px;left:calc(50% - 600px + 144px);width:7px;height:7px;}#why .el[data-el="1750429101722"] .atom {border-radius:3000px 3000px 3000px 3000px;background-color:#a1b4c4;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#why .el[data-el="1750429101722"] {display:table;top:682px;left:calc(50% - 180px + 60px);width:6px;height:6px;}}#why .el[data-el="1750428873819"] {z-index:3;top:518px;left:calc(50% - 600px + 120px);width:110px;height:76px;}#why .el[data-el="1750428873819"] .atom {border-radius:0px 0px 0px 0px;background-color:#ffffff;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#why .el[data-el="1750428873819"] {display:table;top:654px;left:calc(50% - 180px + 40px);width:89px;height:63px;}}#why .el[data-el="1750429276137"] {z-index:3;top:517px;left:calc(50% - 600px + 650px);width:74px;height:auto;}@media (min-width:1200px) {}#why .el[data-el="1750429276137"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#why .el[data-el="1750429276137"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#why .el[data-el="1750429276137"] {display:table;top:964px;left:calc(50% - 180px + 40px);width:57px;height:auto;}}#why .el[data-el="1750429257192"] {z-index:3;top:525px;left:calc(50% - 600px + 653px);width:66px;height:auto;}#why .el[data-el="1750429257192"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#why .el[data-el="1750429257192"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#why .el[data-el="1750429257192"] {display:table;top:970px;left:calc(50% - 180px + 42px);width:51px;height:auto;}}#closing .board {height:401px;background-color:#f6fafd;}#closing .board-tint {height:401px;}#closing .board-bg{height:401px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#closing .board,#closing .board-tint,#closing .board-bg {height:746px;}#closing .board-tint {}#closing .board-bg {background-attachment:scroll;}}#closing .el[data-el="175618561379753960"]{color:#ffffff;text-align:center;z-index:3;top:286px;left:calc(50% - 600px + 940px);width:180px;height:60px;}#closing .el[data-el="175618561379753960"] .atom{color:#ffffff;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;border-radius:1000px 1000px 1000px 1000px;background-color:#ff3444;background-position:center center;border-color:transparent ;border-style:solid ;--hv-speed:0.2s;}#closing .el[data-el="175618561379753960"] .atom {-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}#closing .el[data-el="175618561379753960"] .atom .atom-btn {column-gap:10px;}@media screen and (max-width:1199px) {#closing .el[data-el="175618561379753960"] {display:block;top:664px;left:calc(50% - 180px + 10px);width:130px;height:52px;}#closing .el[data-el="175618561379753960"] .atom{font-size:14px;background-size:cover;}}#closing .el[data-el="1750387156253"] {color:transparent;background-image:linear-gradient(0.481turn,rgba(42,42,42,1) 0%,rgba(42,42,42,0.6) 100%);-webkit-background-clip:text;will-change:transform;z-index:3;top:60px;left:calc(50% - 600px + 80px);width:1027px;height:211px;}#closing .el[data-el="1750387156253"] .atom {vertical-align:middle;color:transparent;background-image:linear-gradient(0.481turn,rgba(42,42,42,1) 0%,rgba(42,42,42,0.6) 100%);-webkit-background-clip:text;will-change:transform;font-size:38px;font-family:'Onest',Arial,sans-serif;line-height:1.1;font-weight:600;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#closing .el[data-el="1750387156253"] {display:table;top:336px;left:calc(50% - 180px + 11px);width:322px;height:217px;}#closing .el[data-el="1750387156253"] .atom {vertical-align:middle;white-space:normal;font-size:22px;background-size:cover;}}#closing .el[data-el="1750387687659"]{color:#4f4f4f;z-index:3;top:291px;left:calc(50% - 600px + 80px);width:536px;height:auto;}#closing .el[data-el="1750387687659"] .atom {vertical-align:middle;color:#4f4f4f;font-size:16px;font-family:'Onest',Arial,sans-serif;line-height:1.55;font-weight:400;letter-spacing:-0.4px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#closing .el[data-el="1750387687659"] {display:table;top:568px;left:calc(50% - 180px + 10px);width:311px;height:auto;}#closing .el[data-el="1750387687659"] .atom{font-size:14px;background-size:cover;}}#closing .el[data-el="1750940312557"] {z-index:3;top:183px;left:calc(50% - 600px + 460px);width:39px;height:39px;}#closing .el[data-el="1750940312557"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#closing .el[data-el="1750940312557"] {display:table;top:303px;}}#closing .el[data-el="175618641606168940"] {z-index:3;top:794px;left:calc(50% - 600px + 451px);width:222px;height:auto;}#closing .el[data-el="175618641606168940"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#closing .el[data-el="175618641606168940"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#closing .el[data-el="175618641606168940"] {display:table;top:-24px;left:calc(50% - 180px + -16px);width:392px;height:auto;}#closing .el[data-el="175618641606168940"] .atom {background-size:cover;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);}}#footer .board {height:90px;background-color:#ffffff;}#footer .board-tint {height:90px;}#footer .board-bg{height:90px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#footer .board,#footer .board-tint,#footer .board-bg {height:101px;}#footer .board-tint {}#footer .board-bg {background-attachment:scroll;}}#footer .el[data-el="1750435635370"]{color:#000000;z-index:3;top:32px;left:calc(50% - 600px + 80px);width:auto;height:auto;}#footer .el[data-el="1750435635370"] .atom {vertical-align:middle;white-space:nowrap;color:#000000;font-size:16px;font-family:'Arial',Arial,sans-serif;line-height:1.55;font-weight:300;letter-spacing:-0.4px;opacity:0.3;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#footer .el[data-el="1750435635370"] {display:table;top:69px;left:calc(50% - 180px + 20px);width:auto;height:auto;}#footer .el[data-el="1750435635370"] .atom {vertical-align:middle;white-space:nowrap;font-size:14px;background-size:cover;}}#footer .el[data-el="1750435488165"]{color:#000000;z-index:3;top:32px;left:calc(50% - 600px + 877px);width:auto;height:auto;}#footer .el[data-el="1750435488165"] .atom {vertical-align:middle;white-space:nowrap;color:#000000;font-size:16px;font-family:'Arial',Arial,sans-serif;line-height:1.55;font-weight:300;letter-spacing:-0.4px;background-position:center center;border-color:transparent ;border-style:solid ;}@media screen and (max-width:1199px) {#footer .el[data-el="1750435488165"] {display:table;top:22px;left:calc(50% - 180px + 79px);width:150px;height:auto;}#footer .el[data-el="1750435488165"] .atom{font-size:14px;background-size:cover;}}#footer .el[data-el="1750435459065"] {z-index:3;top:20px;left:calc(50% - 600px + 1070px);width:50px;height:auto;}#footer .el[data-el="1750435459065"] .atom {border-radius:0px 0px 0px 0px;background-position:center center;border-color:transparent ;border-style:solid ;}#footer .el[data-el="1750435459065"] .atom-img {border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px) {#footer .el[data-el="1750435459065"] {display:table;top:10px;left:calc(50% - 180px + 20px);width:49px;height:auto;}}#contact-form[data-record-type="396"]{display:none;}.modal .modal__win #contact-form[data-record-type="396"]{display:block;}#contact-modal .modal .modal__bg{background-color:rgba(29,29,29,0.60);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);}
