.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important; 
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

.frontHeader{background:#131419;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100vh;position:relative}.headerBackground{bottom:0;left:-25%;overflow:hidden;position:absolute;right:0;top:54px}@media screen and (min-width:640px){.headerBackground{left:20%}}@media screen and (min-width:768px){.headerBackground{left:40%}}.headerBackground video{height:100%}.headerInner{-webkit-box-flex:1;-ms-flex:1;flex:1}.headerCenter{background:rgba(0,0,0,.6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto;max-width:1120px;padding:50px 15px 0;position:relative;top:0;width:auto}@media screen and (min-width:768px){.headerCenter{background:none;padding:124px 15px 0}}.headerTitle{color:#fafafa;margin:0 auto 16px;max-width:520px;text-align:center}.headerTitle:lang(de){max-width:580px}@media screen and (min-width:640px){.headerTitle{margin:0 0 16px;text-align:left}}.headerSubtitle{color:#fff;line-height:1.625;margin:0 auto 24px;max-width:552px;opacity:.7;text-align:center}@media screen and (min-width:640px){.headerSubtitle{margin:0 0 32px;text-align:left}}@media screen and (min-width:768px){.headerSubtitle{margin-bottom:40px}}.frontHeaderActions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:1}@media screen and (min-width:640px){.frontHeaderActions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.frontHeaderBtn{background:#de5934;border-radius:8px;color:#fff;font-weight:700;letter-spacing:.06em;line-height:1;margin-bottom:21px;padding:18px 22px;text-transform:uppercase;-webkit-transition:all .2s linear;transition:all .2s linear}@media screen and (min-width:640px){.frontHeaderBtn{margin-bottom:0;margin-right:24px}}@media screen and (min-width:768px){.frontHeaderBtn{font-weight:700;margin-right:32px;padding:18px 32px}}.frontHeaderBtn:hover{background:rgba(244,81,30,.5)}.frontHeaderLink{font-weight:600;line-height:.875;padding-right:20px;position:relative;-webkit-transition:all .2s linear;transition:all .2s linear}.frontHeaderLink:hover{opacity:.8}.frontHeaderLink:active{font-weight:600}.frontHeaderLink:after{background:url("data:image/svg+xml,version https://git-lfs.github.com/spec/v1 oid sha256:33f8b63b15583c4754c92bb42be20dcf979106fac79f7c2bb55ce0893b401d4a size 186") no-repeat;content:"";display:block;height:7px;position:absolute;right:0;top:calc(50% - 3.5px);width:13px}.header{position:fixed;top:0;width:100%;z-index:15}.home h2{margin:0 0 32px;text-align:center}.home h3{margin:0 0 16px;text-align:left}.home h4{margin:0 0 32px;text-align:left}.home h5{margin:0 0 6px;text-align:left;white-space:pre-line}.live_data{background:#000;color:#fafafa;height:32px;overflow:hidden;position:relative;width:100%}.live_data .js-marquee-wrapper{left:0;position:absolute;top:0}.live_data .live_data_wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;width:5900px}.live_data .data_disclaimer{color:#aaa;font-size:12px;width:400px}.live_data .data_disclaimer a{color:#aaa;text-decoration:none}.live_data_block{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:48px;padding-top:7px}.live_data_block_title{color:#aaa;font-size:12px;font-weight:700;letter-spacing:1px;margin-right:24px}.live_data_block .dataTableTicker{border-collapse:collapse;color:#fafafa;height:13px;margin-right:16px;overflow:hidden;padding-right:16px;position:relative}.live_data_block .dataTableTicker td{font-size:12px;font-weight:500;letter-spacing:1px}.live_data_block .dataTableTicker .dx-bound{-webkit-box-sizing:border-box;box-sizing:border-box;min-width:60px;text-align:center}.live_data_block .dataTableTicker .highlight{background-color:rgba(230,65,29,.5)}.live_data_block .dataTableTicker .up-arrow-before:before{border-bottom:8px solid #1de6a0;border-left:6px solid transparent;border-right:6px solid transparent;content:"";height:0;margin-right:8px;position:relative;top:-12px;width:0}.live_data_block .dataTableTicker .down-arrow-before:before{border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #f4511e;content:"";height:0;margin-right:3px;position:relative;top:12px;width:0}.live_data_block .dataTableTicker a{color:#fafafa;text-decoration:none}.live_data_block.live_data_fx .live_data_block_title{width:150px}.live_data_block.live_data_fx .dataTableTicker{width:179px}.live_data_block.live_data_fx .dataTableTicker .dx-bound{overflow:hidden;width:96px}.live_data_block.live_data_indices .live_data_block_title{width:345px}.live_data_block.live_data_indices .dataTableTicker{width:176px}.live_data_block.live_data_indices .dataTableTicker .dx-bound{overflow:hidden;width:128px}.live_data_block.live_data_indices .dataTableTicker.__isSmall{width:119px}.live_data_block.live_data_indices .dataTableTicker.__isSmall .dx-bound{overflow:hidden;width:70px}.live_data_block.live_data_stocks .live_data_block_title{width:220px}.live_data_block.live_data_stocks .dataTableTicker{width:178px}.live_data_block.live_data_stocks .dataTableTicker .dx-bound{overflow:hidden;width:120px}.mainLogos{background:#fbfafb;padding:77px 0 41px}.mainLogosRow{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto;max-width:1120px;width:auto}@media screen and (min-width:1222px){.mainLogosRow{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.mainLogosItem{margin:0 0 30px;padding-right:20px;text-align:center;width:100%}@media screen and (min-width:768px){.mainLogosItem{text-align:left;width:auto}}.section_features{padding:64px 0 16px}@media screen and (min-width:960px){.section_features{padding:128px 0 16px}}.section_features .subtitle{margin:0 auto 64px}@media screen and (min-width:960px){.section_features .subtitle{margin:0 auto 96px}}.section_features .features_cats{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.section_features .features_cats .dx-block,.section_features .features_cats_item{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:64px;width:100%}@media screen and (min-width:768px){.section_features .features_cats .dx-block,.section_features .features_cats_item{margin-right:15px;width:47%}}@media screen and (min-width:960px){.section_features .features_cats .dx-block,.section_features .features_cats_item{margin-bottom:96px;margin-right:32px;width:31%}.section_features .features_cats .dx-block:nth-of-type(3n),.section_features .features_cats .dx-block__index,.section_features .features_cats .dx-block__vr,.section_features .features_cats_item:nth-of-type(3n),.section_features .features_cats_item__index,.section_features .features_cats_item__vr{margin-right:0}}.section_features .features_cats .dx-block .item_title:before,.section_features .features_cats .dx-block_title:before,.section_features .features_cats_item .item_title:before,.section_features .features_cats_item_title:before{content:"";display:block;height:64px;margin-bottom:24px;width:64px}.section_features .features_cats .dx-block .item_title>a,.section_features .features_cats .dx-block_title>a,.section_features .features_cats_item .item_title>a,.section_features .features_cats_item_title>a{color:inherit}@media screen and (min-width:960px){.section_features .features_cats .dx-block .item_title__historical,.section_features .features_cats .dx-block_title__historical,.section_features .features_cats_item .item_title__historical,.section_features .features_cats_item_title__historical{max-width:87%}}.section_features .features_cats .dx-block .item_title__historical:before,.section_features .features_cats .dx-block_title__historical:before,.section_features .features_cats_item .item_title__historical:before,.section_features .features_cats_item_title__historical:before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5960 1473 64 64'%3e%3cg data-name='Ellipse 18' transform='translate(-5960 1473)' stroke='%23222' fill='none'%3e%3ccircle cx='32' cy='32' r='32' stroke='none'/%3e%3ccircle cx='32' cy='32' r='31.5'/%3e%3c/g%3e%3cpath d='M-5922.927 1490.949l-.892 2.661-.7-.148a13.421 13.421 0 00-2.985-.333 16.129 16.129 0 00-3.951.515 13.147 13.147 0 00-7.946 6.21 12.139 12.139 0 00-1.008 9.762 12.825 12.825 0 006.512 7.577 13.76 13.76 0 0010.195.961 13.2 13.2 0 008.644-7.61.876.876 0 000-.628.7.7 0 00-.426-.37l-.078-.037a.9.9 0 00-.62 0 .693.693 0 00-.388.407 11.453 11.453 0 01-7.559 6.69 12.113 12.113 0 01-8.954-.813 11.107 11.107 0 01-5.737-6.616 11.167 11.167 0 017.944-13.94 11.67 11.67 0 015.737-.222l.814.185-.775 2.292a.278.278 0 00.039.3.477.477 0 00.426.111l6.822-1.479a.55.55 0 00.194-.222.413.413 0 00-.039-.333l-.039-.037-4.571-4.994c-.078-.074-.233-.148-.308-.111h-.2a.34.34 0 00-.151.222z' data-name='Path 128' fill='%23222'/%3e%3c/svg%3e")}.section_features .features_cats .dx-block .item_title__reference:before,.section_features .features_cats .dx-block_title__reference:before,.section_features .features_cats_item .item_title__reference:before,.section_features .features_cats_item_title__reference:before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5576 1473 64 64'%3e%3cg data-name='Ellipse 20' transform='translate(-5576 1473)' stroke='%23222' fill='none'%3e%3ccircle cx='32' cy='32' r='32' stroke='none'/%3e%3ccircle cx='32' cy='32' r='31.5'/%3e%3c/g%3e%3cpath d='M-5529 1496.706a.482.482 0 00-.252-.462l-14.14-8.181a.622.622 0 00-.545 0l-14.769 8.517c-.042 0-.042.042-.084.042a.516.516 0 00-.21.42l.042 16.993a.526.526 0 00.252.462l14.14 8.224a.6.6 0 00.252.084h.126c.042 0 .084-.042.126-.042l14.769-8.517a.482.482 0 00.252-.462zm-14.643-7.594l13.091 7.594-5.413 3.144-8.35 4.783-12.335-7.171-.755-.42zm-14.224 24.629l-.042-15.776 13.091 7.594.042 15.776zm14.14 7.594l-.042-15.776 13.72-7.93.042 15.776z' data-name='Path 129' fill='%23222'/%3e%3c/svg%3e")}.section_features .features_cats .dx-block .item_title__index:before,.section_features .features_cats .dx-block_title__index:before,.section_features .features_cats_item .item_title__index:before,.section_features .features_cats_item_title__index:before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5192 1473 64 64'%3e%3cg data-name='Ellipse 19' transform='translate(-5192 1473)' stroke='%23000' fill='none'%3e%3ccircle cx='32' cy='32' r='32' stroke='none'/%3e%3ccircle cx='32' cy='32' r='31.5'/%3e%3c/g%3e%3cpath d='M-5148.472 1521a4.47 4.47 0 004.472-4.439 4.411 4.411 0 00-3.624-4.285l-.347-.116v-7.141a.659.659 0 00-.655-.656h-10.834v-6.563l.308-.077a4.436 4.436 0 003.552-4.284 4.47 4.47 0 00-4.477-4.439 4.478 4.478 0 00-4.472 4.478 4.441 4.441 0 003.508 4.285l.308.077v6.56h-10.833a.643.643 0 00-.617.656v7.18l-.308.077a4.325 4.325 0 00-3.509 4.209 4.454 4.454 0 105.4-4.285l-.308-.077v-6.484h10.175v6.524l-.308.077a4.4 4.4 0 00-3.508 4.285 4.473 4.473 0 105.4-4.285l-.311-.077v-6.524h10.217v6.524l-.308.077a4.434 4.434 0 00-3.431 4.246 4.536 4.536 0 004.51 4.477zm-19.894-4.478a3.129 3.129 0 01-3.161 3.165 3.138 3.138 0 01-3.2-3.165 3.194 3.194 0 013.2-3.2 3.162 3.162 0 013.161 3.2zm11.489 0a3.181 3.181 0 01-6.361 0 3.181 3.181 0 116.361 0zm-3.2-19.841a3.194 3.194 0 01-3.2-3.2 3.181 3.181 0 016.361 0 3.138 3.138 0 01-3.161 3.201zm11.6 16.637a3.194 3.194 0 013.2 3.2 3.181 3.181 0 11-3.2-3.2z' data-name='Path 130' fill='%23222'/%3e%3c/svg%3e")}.section_features .features_cats .dx-block .item_title__vr:before,.section_features .features_cats .dx-block_title__vr:before,.section_features .features_cats_item .item_title__vr:before,.section_features .features_cats_item_title__vr:before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5960 1922 64 64'%3e%3cg data-name='Ellipse 23' transform='translate(-5960 1922)' stroke='%23222' fill='none'%3e%3ccircle cx='32' cy='32' r='32' stroke='none'/%3e%3ccircle cx='32' cy='32' r='31.5'/%3e%3c/g%3e%3cpath d='M-5912.041 1954.4v-.519a35.4 35.4 0 00-.486-5.082h.041l-.2-.993-.041-.238a31.612 31.612 0 00-2.309-6.829l-.081-.2-.2-.079a33.494 33.494 0 00-6.567-1.86l-.284-.04-1.052-.203v.043a34.871 34.871 0 00-4.051-.36v-.04h-1.944v.04c-1.3.04-2.552.159-3.848.318v-.04l-1.053.158-.243.04a34.218 34.218 0 00-6.36 1.784l-.122.159-.081.159a31.733 31.733 0 00-2.349 6.831l-.041.238-.2.993h.039a30.463 30.463 0 00-.527 5.082v1.55a34.159 34.159 0 00.405 4.526h-.04l.2.993.041.238a32.335 32.335 0 001.863 6.114l.081.2.243.079a35.05 35.05 0 006.319 1.906l.243.04 1.013.2v-.04a36.893 36.893 0 004.7.437h1.539a40.192 40.192 0 004.861-.437v.04l1.013-.2.243-.04a34.266 34.266 0 006.522-1.985l.2-.079.081-.2a35.587 35.587 0 001.863-6.114l.041-.238.2-.993h-.041a32.987 32.987 0 00.41-4.489v-.516a1.2 1.2 0 01-.041-.354zm-1.053-1.032a34.191 34.191 0 00-4.861-1.906 37.181 37.181 0 00-.891-5.162c.324.079.648.2.972.278-.2-.079.324.119 0 0a37.937 37.937 0 014.174 1.665 30.53 30.53 0 01.606 5.122zm-11.665 10.041a33.95 33.95 0 00.932-4.486 33.362 33.362 0 004.82-.953 34.773 34.773 0 01-.81 4.566c-.405.119-.77.2-1.175.278.081 0-.446.079 0 0-1.256.278-2.508.437-3.767.595zm-1.539.119a29.841 29.841 0 01-4.213-.04 28.607 28.607 0 01-.972-4.486 30.59 30.59 0 006.6 0 28.607 28.607 0 01-.972 4.486c-.122 0-.284.04-.446.04zm-.081-5.4a38.281 38.281 0 01-5.225-.119 32.442 32.442 0 010-6.868 32.876 32.876 0 016.846 0 32.443 32.443 0 010 6.868c-.527.04-1.053.079-1.62.119zm-6.158 5.162a31.255 31.255 0 01-3.848-.715 35.466 35.466 0 01-.851-4.605 37.736 37.736 0 004.7.913 33.95 33.95 0 00.932 4.486 7.374 7.374 0 01-.932-.079c.161 0-.325-.039-.001 0zm1.094-18.144a34.934 34.934 0 00-1.094 5.042 35.739 35.739 0 00-4.658.912 37.394 37.394 0 01.972-5.16c.365-.079.77-.2 1.134-.278.446-.079-.041 0 0 0a38.753 38.753 0 013.646-.516zm1.58-.119a24.906 24.906 0 013.848.04 29.878 29.878 0 011.134 5 36.675 36.675 0 00-6.6 0 29.878 29.878 0 011.134-5 2.011 2.011 0 01.486-.04zm5.914.238a26.9 26.9 0 013.97.754 28.283 28.283 0 01.972 5.161 33.362 33.362 0 00-4.82-.953 36.126 36.126 0 00-1.094-5.042 6.854 6.854 0 01.972.079zm-8.709 5.955a30.237 30.237 0 000 6.63l-.972-.119c.162.04-.324-.04 0 0a29.09 29.09 0 01-3.686-.831 30.66 30.66 0 010-4.725 31.249 31.249 0 014.658-.954zm12.638 5.956h-.08c-.162.04-.081 0 0 0h.081a28.659 28.659 0 01-3.686.675 30.237 30.237 0 000-6.63 31.858 31.858 0 014.78.993 29.64 29.64 0 010 4.645c-.365.119-.729.2-1.094.318zm4.091-15.841a31.518 31.518 0 011.985 5.677 33.5 33.5 0 00-5.185-1.866 34.994 34.994 0 00-2.147-5.4 37.361 37.361 0 015.347 1.589zm-11.018-2.263a32.062 32.062 0 014.334.437 31.4 31.4 0 012.268 5.36 33.973 33.973 0 00-4.9-.754 29.662 29.662 0 00-2.188-5.083 2.818 2.818 0 00.486.04zm-1.215.754a30.11 30.11 0 011.823 4.208 27.925 27.925 0 00-3.646 0c.122-.318.2-.6.324-.913-.041.119.162-.437 0 0a34.406 34.406 0 011.499-3.295zm-5.428-.357a36.893 36.893 0 014.7-.437 32.8 32.8 0 00-2.187 5.042 31.74 31.74 0 00-4.739.715l.365-1.072c0 .04-.041.079 0 0 .081-.238.041-.079 0 0a26.073 26.073 0 011.861-4.248zm-6.481 1.747a34.992 34.992 0 015.185-1.509 29.474 29.474 0 00-2.147 5.4 38.242 38.242 0 00-5.067 1.786 31.663 31.663 0 012.029-5.677zm-2.309 6.908a31.658 31.658 0 015.023-1.866 36.248 36.248 0 00-.932 5.161 31.889 31.889 0 00-4.7 1.826c0-.357.041-.6.041-.675a32.565 32.565 0 01.568-4.446zm-.648 6.276a27.743 27.743 0 014.658-1.869 34.434 34.434 0 000 4.089 8.6 8.6 0 01-.93-.32c-.2-.079-.081-.04 0 0a30.787 30.787 0 01-3.727-1.588zm.041 1.429a31.889 31.889 0 004.7 1.826 34.676 34.676 0 00.77 4.566c-.324-.079-.608-.2-.932-.278-.2-.079-.081-.04 0 0a34.972 34.972 0 01-4.01-1.588 32.938 32.938 0 01-.528-4.529zm2.349 10.757a35.928 35.928 0 01-1.58-5 35.776 35.776 0 005.023 1.784 32.881 32.881 0 001.742 4.844 32.7 32.7 0 01-5.185-1.628zm6.724 1.906c-.081 0-.162-.04-.284-.04a29.828 29.828 0 01-1.863-4.764 32.349 32.349 0 004.78.754 31.156 31.156 0 001.823 4.526 41.293 41.293 0 01-4.456-.477zm5.873.516h-.243a29.171 29.171 0 01-1.863-4.486 33.784 33.784 0 004.01 0c-.081.278-.2.6-.284.873-.081.2-.041.079 0 0a40.773 40.773 0 01-1.62 3.612zm6.035-.6a33.071 33.071 0 01-4.861.516c.041-.119.122-.238.162-.357-.041.04 0 .04 0 0a30.9 30.9 0 001.662-4.167 34.055 34.055 0 004.9-.794 32.869 32.869 0 01-1.862 4.806zm6.6-1.945a36.341 36.341 0 01-5.347 1.707 34.3 34.3 0 001.782-4.8 34.608 34.608 0 005.148-1.87 37.156 37.156 0 01-1.577 4.967zm1.823-6.233a34.718 34.718 0 01-5.1 1.985 34.676 34.676 0 00.77-4.566 36.2 36.2 0 004.861-1.906 1.757 1.757 0 01-.041.516 33.19 33.19 0 01-.487 3.974zm.527-5.677a29.5 29.5 0 01-4.78 1.985 33.111 33.111 0 000-4.01 31.3 31.3 0 014.78 2.025z' data-name='Path 132' fill='%23222'/%3e%3c/svg%3e")}.section_features .features_cats .dx-block .item_title__machine:before,.section_features .features_cats .dx-block_title__machine:before,.section_features .features_cats_item .item_title__machine:before,.section_features .features_cats_item_title__machine:before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5576 1923 64 64'%3e%3cg data-name='Ellipse 21' transform='translate(-5576 1923)' stroke='%23222' fill='none'%3e%3ccircle cx='32' cy='32' r='32' stroke='none'/%3e%3ccircle cx='32' cy='32' r='31.5'/%3e%3c/g%3e%3cg data-name='Group 83'%3e%3cpath d='M-5544.669 1966.888v-3.927a3.42 3.42 0 01-2.807-3.336 3.486 3.486 0 01.561-1.858l-3.368-2.448-3.369 2.449a3.355 3.355 0 010 3.716l7.687 5.911a5.138 5.138 0 011.296-.507zm1.3 0a3.727 3.727 0 011.339.549l7.687-5.911a3.189 3.189 0 01-.6-1.858 3.486 3.486 0 01.561-1.858l-3.378-2.449-3.368 2.449a3.486 3.486 0 01.561 1.858 3.42 3.42 0 01-2.807 3.333zm2.246 1.478a3.486 3.486 0 01.561 1.858 3.456 3.456 0 01-6.91 0 3.486 3.486 0 01.561-1.858l-7.689-5.912a3.3 3.3 0 01-1.943.591 3.382 3.382 0 01-.648-6.713v-3.5a3.342 3.342 0 01-2.809-3.298 3.427 3.427 0 013.455-3.378 3.539 3.539 0 011.987.591l7.687-5.911a3.189 3.189 0 01-.6-1.858 3.456 3.456 0 016.91 0 3.486 3.486 0 01-.561 1.858l7.687 5.911a3.539 3.539 0 011.987-.591 3.382 3.382 0 01.648 6.713v3.5a3.382 3.382 0 01-.648 6.713 3.539 3.539 0 01-1.987-.591zm-13.436-11.485l3.196-2.28-3.2-2.28a3.727 3.727 0 01-1.339.549v3.5a3.658 3.658 0 011.343.511zm.907-5.489l3.369 2.449 3.368-2.449a3.486 3.486 0 01-.561-1.858 3.42 3.42 0 012.807-3.333v-3.929a3.727 3.727 0 01-1.339-.549l-7.692 5.911a3.486 3.486 0 01.561 1.858 3.16 3.16 0 01-.513 1.9zm20.168 5.489a3.727 3.727 0 011.339-.549v-3.5a3.727 3.727 0 01-1.339-.549l-3.196 2.318zm-.907-9.2l-7.687-5.916a3.433 3.433 0 01-1.339.549v3.927a3.42 3.42 0 012.807 3.336 3.486 3.486 0 01-.561 1.858l3.371 2.448 3.368-2.449a4.178 4.178 0 01-.518-1.9 3.486 3.486 0 01.559-1.857zm-11.617 9.2a3.634 3.634 0 013.973 0l3.2-2.28-3.2-2.28a3.634 3.634 0 01-3.973 0l-3.192 2.28zm1.987-5.236a2.112 2.112 0 10-2.159-2.111 2.115 2.115 0 002.158 2.111zm0 10.133a2.112 2.112 0 10-2.159-2.111 2.115 2.115 0 002.158 2.112zm12.521-10.133a2.112 2.112 0 10-2.159-2.111 2.115 2.115 0 002.159 2.111zm0 10.133a2.112 2.112 0 10-2.159-2.111 2.115 2.115 0 002.159 2.112zm-25.045-10.133a2.112 2.112 0 100-4.222 2.112 2.112 0 100 4.222zm0 10.133a2.112 2.112 0 100-4.222 2.112 2.112 0 100 4.222zm12.523 10.556a2.112 2.112 0 10-2.159-2.111 2.115 2.115 0 002.159 2.111zm0-31.244a2.112 2.112 0 10-2.159-2.111 2.115 2.115 0 002.159 2.111z' data-name='Path 126' opacity='.853'/%3e%3c/g%3e%3c/svg%3e")}.section_features .features_cats .dx-block .item_title__analytics:before,.section_features .features_cats .dx-block_title__analytics:before,.section_features .features_cats_item .item_title__analytics:before,.section_features .features_cats_item_title__analytics:before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5192 1922 64 64'%3e%3cg data-name='Ellipse 22' transform='translate(-5192 1922)' stroke='%23222' fill='none'%3e%3ccircle cx='32' cy='32' r='32' stroke='none'/%3e%3ccircle cx='32' cy='32' r='31.5'/%3e%3c/g%3e%3cpath d='M-5143.855 1946.594a3.784 3.784 0 002.355-1.804 3.961 3.961 0 00.378-2.937 3.782 3.782 0 00-1.809-2.353 3.969 3.969 0 00-2.94-.374 3.784 3.784 0 00-2.351 1.8 3.961 3.961 0 00-.378 2.941 3.934 3.934 0 001.68 2.266l.084.042-4.787 12.881-.084-.042a3.646 3.646 0 00-1.092-.168 3.977 3.977 0 00-1.554.336l-.084.042-8.523-12.124.042-.042a3.877 3.877 0 00.336-2.811 3.782 3.782 0 00-1.806-2.347 3.969 3.969 0 00-2.939-.378 3.784 3.784 0 00-2.351 1.8 3.961 3.961 0 00-.378 2.937 4.647 4.647 0 00.588 1.217l.042.042-5 13.8h-.081a3.18 3.18 0 00-.63-.042 4.144 4.144 0 00-1.008.126 3.784 3.784 0 00-2.355 1.808 3.961 3.961 0 00-.378 2.937 3.9 3.9 0 003.741 2.853 4.144 4.144 0 001.008-.126 3.784 3.784 0 002.351-1.8 3.961 3.961 0 00.378-2.941 3.934 3.934 0 00-1.68-2.266l-.084-.042.042-.084 4.745-13.175.126.042a3.888 3.888 0 002.9.378 3.641 3.641 0 001.386-.713l.126-.042 8.269 11.832-.042.042a3.792 3.792 0 00-1.05 2.6 3.863 3.863 0 106.3-2.979h-.042l4.827-13.048h.084a4.179 4.179 0 001.638-.084zm-28.805 17.875a2.49 2.49 0 01-.252 1.888 2.484 2.484 0 01-1.512 1.175 3.244 3.244 0 01-.63.084 2.459 2.459 0 01-2.393-1.846 2.49 2.49 0 01.252-1.888 2.264 2.264 0 011.47-1.133 3.266 3.266 0 01.672-.084 2.519 2.519 0 012.393 1.804zm8.482-18a2.483 2.483 0 01-1.512 1.174 3.243 3.243 0 01-.63.084 2.459 2.459 0 01-2.393-1.846 2.519 2.519 0 011.764-3.063 2.782 2.782 0 01.63-.042 2.47 2.47 0 012.393 1.846 2.362 2.362 0 01-.252 1.847zm13.9 16.238a2.478 2.478 0 01-4.955 0 2.478 2.478 0 014.955 0zm3.022-19.176a2.519 2.519 0 011.764-3.063 3.266 3.266 0 01.672-.084 2.486 2.486 0 012.14 3.735 2.483 2.483 0 01-1.512 1.175 3.243 3.243 0 01-.63.084 2.569 2.569 0 01-2.434-1.847z' data-name='Path 131' fill='%23222'/%3e%3c/svg%3e")}.section_features .features_cats .dx-block .item_text,.section_features .features_cats .dx-block_text,.section_features .features_cats_item .item_text,.section_features .features_cats_item_text{color:#7c7c7c;display:none;font-size:18px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.56;margin-bottom:24px;text-align:left}@media screen and (min-width:768px){.section_features .features_cats .dx-block .item_text,.section_features .features_cats .dx-block_text,.section_features .features_cats_item .item_text,.section_features .features_cats_item_text{display:block}}.section_features .features_vr_logo{height:32px;margin-top:24px;width:115px}.frontAwards{padding:40px 0}.frontAwards.isGrey{background:#f4f4f4}@media screen and (min-width:960px){.frontAwards{padding:100px 0}}.frontAwardsItems{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:40px}@media screen and (min-width:960px){.frontAwardsItems{margin-top:80px}}@media screen and (min-width:1222px){.frontAwardsItems{padding:0 96px}}.frontAwardsItem{line-height:0;margin-bottom:30px;text-align:center;width:100%}@media screen and (min-width:768px){.frontAwardsItem{text-align:left;width:auto}}.frontAwardsItem img.loading,.frontAwardsItem img[src=""]{visibility:hidden}.section_colocation{background:#151515;color:#fafafa;padding:80px 0}@media screen and (min-width:960px){.section_colocation{padding:128px 0}}.section_colocation h2{color:#fafafa;margin-bottom:64px}@media screen and (min-width:960px){.section_colocation h2{margin-bottom:94px}}.section_colocation .colocation_view{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width:960px){.section_colocation .colocation_view{height:480px;margin-bottom:48px}}.section_colocation .colocation_view_info{width:100%}@media screen and (min-width:960px){.section_colocation .colocation_view_info{margin-right:32px;margin-top:50px;width:352px}}.section_colocation .colocation_view_info h3{color:#fafafa;line-height:1.5;margin:0 0 16px}@media screen and (min-width:960px){.section_colocation .colocation_view_info h3{max-width:80%}}.section_colocation .colocation_view_info h3>a{color:#fafafa}.section_colocation .colocation_view_info .item_text,.section_colocation .colocation_view_info_text{color:#aaa;font-size:18px;line-height:1.56;margin-bottom:24px}.section_colocation .colocation_view_map{display:none;-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (min-width:960px){.section_colocation .colocation_view_map{display:block;max-width:80%}}.section_colocation .colocation_view_map_holder{height:480px;max-width:938px}.section_colocation .colocation_view_map_holder img{-o-object-fit:contain;object-fit:contain;width:100%}.section_colocation .colocation_times{display:none;margin-left:32px}@media screen and (min-width:960px){.section_colocation .colocation_times{display:-webkit-box;display:-ms-flexbox;display:flex}}.section_colocation .colocation_times_item{margin-right:32px;width:160px}.section_colocation .colocation_times_item_watch{height:96px;margin:0 auto 24px;width:96px}.section_colocation .colocation_times_item_city{font-size:18px;margin-bottom:4px;text-align:center}.section_colocation .colocation_times_item_country{color:#aaa;font-size:18px;text-align:center;text-transform:uppercase}.section_colocation .clock{height:96px;width:96px}.section_colocation .clock .inner{background:linear-gradient(45deg,#171717,#2a2a2a);border-radius:100%;height:100%;position:relative;width:100%}.section_colocation .clock .inner .hand{background-color:#181818;left:50%;position:absolute;top:50%;width:1.92px}.section_colocation .clock .inner .hand.hour{background-color:#fafafa;height:30%;margin-top:-16px;-webkit-transform:rotate(0deg) translate(-50%,-50%);transform:rotate(0deg) translate(-50%,-50%);-webkit-transform-origin:0 16px;transform-origin:0 16px;width:3px}.section_colocation .clock .inner .hand.minute{background-color:#fafafa;height:45%;margin-top:-19.2px;-webkit-transform:rotate(0deg) translate(-50%,-50%);transform:rotate(0deg) translate(-50%,-50%);-webkit-transform-origin:0 19.2px;transform-origin:0 19.2px;width:3px}.section_colocation .clock .inner .hand.second{background-color:#f4511e;height:58%;margin-top:-16px;-webkit-transform:rotate(0deg) translate(-50%,-50%);transform:rotate(0deg) translate(-50%,-50%);-webkit-transform-origin:0 16px;transform-origin:0 16px;width:2px}.section_data_tools{padding:96px 0}@media screen and (min-width:960px){.section_data_tools{padding:128px 0}}.section_data_tools .subtitle{margin:0 auto 64px}@media screen and (min-width:960px){.section_data_tools .subtitle{margin:0 auto 96px;max-width:928px}}.section_data_tools .data_tools_products{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.section_data_tools .data_tools_products .dx-block,.section_data_tools .data_tools_products_item{-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:64px;width:100%}@media screen and (min-width:768px){.section_data_tools .data_tools_products .dx-block,.section_data_tools .data_tools_products_item{margin-bottom:0;margin-right:15px;width:48%}}@media screen and (min-width:960px){.section_data_tools .data_tools_products .dx-block,.section_data_tools .data_tools_products_item{margin-right:32px;width:48%}}.section_data_tools .data_tools_products .dx-block:last-of-type,.section_data_tools .data_tools_products_item:last-of-type{margin-bottom:0;margin-right:0}.section_data_tools .data_tools_products .dx-block .item_title:before,.section_data_tools .data_tools_products .dx-block_title:before,.section_data_tools .data_tools_products_item .item_title:before,.section_data_tools .data_tools_products_item_title:before{background:#aaa;border-radius:35px;content:"";display:block;height:64px;margin-bottom:24px;width:64px}.section_data_tools .data_tools_products .dx-block .item_title>a,.section_data_tools .data_tools_products .dx-block_title>a,.section_data_tools .data_tools_products_item .item_title>a,.section_data_tools .data_tools_products_item_title>a{color:inherit}.section_data_tools .data_tools_products .dx-block .item_title>a:before,.section_data_tools .data_tools_products .dx-block_title>a:before,.section_data_tools .data_tools_products_item .item_title>a:before,.section_data_tools .data_tools_products_item_title>a:before{content:none}.section_data_tools .data_tools_products .dx-block .item_title__scanner:before,.section_data_tools .data_tools_products .dx-block_title__scanner:before,.section_data_tools .data_tools_products_item .item_title__scanner:before,.section_data_tools .data_tools_products_item_title__scanner:before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='-5960 3966 64 64'%3e%3cdefs%3e%3clinearGradient id='a' x1='-3.77' x2='4.91' y1='4.669' y2='-3.828' gradientUnits='objectBoundingBox'%3e%3cstop offset='0' stop-color='%23fbb03b'/%3e%3cstop offset='.209' stop-color='%23f99640'/%3e%3cstop offset='.653' stop-color='%23f2544e'/%3e%3cstop offset='1' stop-color='%23ed1c5a'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='.142' x2='.876' y1='.858' y2='.124' xlink:href='%23a'/%3e%3c/defs%3e%3cpath d='M53.955 50.5a2.638 2.638 0 00-1.92.815 2.811 2.811 0 000 3.9 2.738 2.738 0 001.92.815 2.638 2.638 0 001.92-.815 2.811 2.811 0 000-3.9 2.738 2.738 0 00-1.92-.815z' data-name='Path 106' transform='translate(-5981.432 3944.882)' fill='url(%23a)'/%3e%3cpath d='M32 0a32 32 0 1032 32A31.982 31.982 0 0032 0zm-5.411 33.687a6.044 6.044 0 004.305 4.305.552.552 0 01.407.756.567.567 0 01-.582.465h-.175a7.154 7.154 0 01-3.258-1.92 7.467 7.467 0 01-1.92-3.258 6.959 6.959 0 010-3.782.607.607 0 011.164.349 7.882 7.882 0 00.059 3.085zm18.385-4.422a13.023 13.023 0 00-7.156-8.785.612.612 0 11.524-1.105 13.212 13.212 0 014.073 2.851 14 14 0 013.374 14.254 14.058 14.058 0 01-3.433 5.527.6.6 0 01-.815-.873 12.592 12.592 0 003.433-11.869zm-6.691 4.829a6.154 6.154 0 00.116-3.549.607.607 0 111.164-.349 7.543 7.543 0 01-.116 4.247 7.28 7.28 0 01-1.747 2.852.629.629 0 01-.407.175.528.528 0 01-.407-.175.633.633 0 010-.873 7.3 7.3 0 001.398-2.327zM37 23.1a.64.64 0 01-.582.349.35.35 0 01-.233-.058 8.7 8.7 0 00-5-.64.617.617 0 01-.175-1.222 10.383 10.383 0 015.644.756.64.64 0 01.346.815zm-1.684 11.809a3.956 3.956 0 110-5.585 4 4 0 010 5.585zm-4.305-9.949a7.127 7.127 0 014.131.349.589.589 0 01-.407 1.105 6.486 6.486 0 00-3.491-.291 5.934 5.934 0 00-3.025 1.629.628.628 0 01-.407.175.528.528 0 01-.407-.175.633.633 0 010-.873 7.247 7.247 0 013.606-1.919zm-5.178.465a9.523 9.523 0 00-2.385 3.956 8.525 8.525 0 00-.291 4.015 9.581 9.581 0 002.676 5.411.611.611 0 01-.407 1.047.528.528 0 01-.407-.175 10.377 10.377 0 01-3.025-6.109 10.492 10.492 0 013.025-8.96.633.633 0 01.873 0 .626.626 0 01-.059.815zm-3.258 15.71a.633.633 0 01.873 0 12.891 12.891 0 0012.392 3.316.607.607 0 11.349 1.164 13.074 13.074 0 01-3.607.465 14.067 14.067 0 01-4.422-.7 13.718 13.718 0 01-5.469-3.375.555.555 0 01-.116-.87zm11.811 1.455a10.082 10.082 0 01-1.862.175 11.7 11.7 0 01-4.015-.756.627.627 0 01.465-1.164 8.911 8.911 0 005.236.524 9.1 9.1 0 005-2.618 9.4 9.4 0 002.676-8.087.617.617 0 111.222-.175 10.738 10.738 0 01-.931 6.167 10.685 10.685 0 01-7.8 5.935zm4.6 4.305a15.9 15.9 0 004.945-3.375 16.135 16.135 0 003.607-17.338.627.627 0 011.164-.465 17.256 17.256 0 01-3.9 18.618 15.588 15.588 0 01-5.295 3.607.35.35 0 01-.233.058.64.64 0 01-.582-.349c-.176-.233-.001-.582.29-.756zm7.273-28.567a18.646 18.646 0 00-4.771-3.491A19.228 19.228 0 0029.964 12.8a.617.617 0 01-.175-1.222 20.563 20.563 0 0117.28 5.876 20.536 20.536 0 015.644 10.531.6.6 0 01-.465.7h-.116a.567.567 0 01-.582-.465 18.97 18.97 0 00-5.295-9.893zm-11.292-3.433a.617.617 0 11-.175 1.222 16.06 16.06 0 00-10.124 1.862 16.034 16.034 0 00-8.087 11.753.619.619 0 01-.582.524h-.116a.6.6 0 01-.524-.7 17.079 17.079 0 014.887-9.775 18.551 18.551 0 013.84-2.909 17.959 17.959 0 0110.881-1.977zm-18.618 34.21a.629.629 0 01-.407.175.528.528 0 01-.407-.175 23.427 23.427 0 01-6.866-14.254 23.944 23.944 0 011.8-12.276.612.612 0 011.105.524 22.789 22.789 0 00-1.683 11.636 22.507 22.507 0 006.575 13.556.717.717 0 01-.117.814zm2.385-2.327a.628.628 0 01-.407.175.528.528 0 01-.407-.175 20.78 20.78 0 01-5.469-19.549 20.532 20.532 0 015.469-9.716.617.617 0 01.873.873 19.548 19.548 0 00-4.829 19.724 19.215 19.215 0 004.771 7.855.561.561 0 010 .813zm1.105-9.716a.7.7 0 01-.582-.407 13.856 13.856 0 01.465-10.24 14.923 14.923 0 012.909-4.247 13.717 13.717 0 017.969-3.957.617.617 0 01.175 1.222 13.09 13.09 0 00-7.331 3.607 13.424 13.424 0 00-2.676 3.84 12.718 12.718 0 00-.407 9.367.605.605 0 01-.349.756.214.214 0 01-.172.059zm.407 6.458a.633.633 0 01.873 0 16.184 16.184 0 008.262 4.422.589.589 0 01.465.7.567.567 0 01-.582.465h-.116a17.134 17.134 0 01-8.9-4.771.489.489 0 01-.001-.816zm5.12 8.029a.589.589 0 01.407-1.105 19.355 19.355 0 0020.48-4.538 20.5 20.5 0 003.84-5.353.612.612 0 111.105.524 20.483 20.483 0 01-4.073 5.7 20.874 20.874 0 01-8.785 5.236 20.883 20.883 0 01-12.975-.465zm29.207-9.891a24.137 24.137 0 01-5.062 7.447 23.78 23.78 0 01-13.731 6.807h-.058a.574.574 0 01-.582-.524.6.6 0 01.524-.7 22.831 22.831 0 0017.863-13.553.579.579 0 01.815-.291.72.72 0 01.233.814zm.582-15.709h-.175a.633.633 0 01-.582-.407A23.144 23.144 0 0048.7 16a23.5 23.5 0 00-9.716-5.818 22.987 22.987 0 00-16 1.105.612.612 0 11-.524-1.105 24.166 24.166 0 0127.055 4.887 24.481 24.481 0 016.051 10.065.741.741 0 01-.41.815z' data-name='Path 107' fill='url(%23b)' transform='translate(-5960 3966)'/%3e%3c/svg%3e")}.section_data_tools .data_tools_products .dx-block .item_title__analysis:before,.section_data_tools .data_tools_products .dx-block_title__analysis:before,.section_data_tools .data_tools_products_item .item_title__analysis:before,.section_data_tools .data_tools_products_item_title__analysis:before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5384 3966 64 64'%3e%3cdefs%3e%3clinearGradient id='a' x1='.146' x2='.854' y1='.854' y2='.146' gradientUnits='objectBoundingBox'%3e%3cstop offset='0' stop-color='%23fbb03b'/%3e%3cstop offset='.209' stop-color='%23f99640'/%3e%3cstop offset='.653' stop-color='%23f2544e'/%3e%3cstop offset='1' stop-color='%23ed1c5a'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath d='M32 0a32 32 0 1032 32A31.982 31.982 0 0032 0zM14.371 41.833a.7.7 0 01-1.4 0V25.542a.7.7 0 111.4 0zm4.073 4.713a.707.707 0 01-.7.7.672.672 0 01-.7-.7v-29.79a.707.707 0 01.7-.7.672.672 0 01.7.7zm4.073-12.16a.7.7 0 11-1.4 0V19.491a.7.7 0 011.4 0zm4.073 7.447a.7.7 0 01-1.4 0V31.651a.7.7 0 011.4 0zm4.073 4.713a.707.707 0 01-.7.7.672.672 0 01-.7-.7V15.418a.707.707 0 01.7-.7.672.672 0 01.7.7zm4.072-6.746a.7.7 0 01-1.4 0V20.131a.7.7 0 011.4 0zm4.015 2.036a.7.7 0 11-1.4 0V25.542a.7.7 0 111.4 0zm4.073 6.749a.707.707 0 01-.7.7.672.672 0 01-.7-.7V24.9a.707.707 0 01.7-.7.672.672 0 01.7.7zm4.073-10.124a.7.7 0 01-1.4 0V26.24a.7.7 0 011.4 0zm4.073-8.844a.707.707 0 01-.7.7.672.672 0 01-.7-.7v-7.45a.707.707 0 01.7-.7.672.672 0 01.7.7z' data-name='Path 108' transform='translate(-5384 3966)' fill='url(%23a)'/%3e%3c/svg%3e")}.section_data_tools .data_tools_products .dx-block .item_text,.section_data_tools .data_tools_products .dx-block_text,.section_data_tools .data_tools_products_item .item_text,.section_data_tools .data_tools_products_item_text{color:#7c7c7c;font-size:18px;line-height:1.56;margin-bottom:24px}.section_terminals{background:#151515;color:#fafafa;padding:80px 0 20px}@media screen and (min-width:960px){.section_terminals{padding:128px 0 40px}}.section_terminals h2{color:#fafafa}.section_terminals .subtitle{color:#aaa;margin:0 auto 48px;max-width:948px}.section_terminals .terminals_switcher{display:-webkit-box;display:-ms-flexbox;display:flex;height:60px;margin:0 auto 48px;max-width:535px;width:100%}@media screen and (min-width:768px){.section_terminals .terminals_switcher{height:40px}}.section_terminals .terminals_switcher_btn{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #999;-webkit-box-sizing:border-box;box-sizing:border-box;color:#999;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-weight:700;height:inherit;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;letter-spacing:1.5px;padding:10px;text-align:center;text-transform:uppercase;-webkit-transition:all .2s ease;transition:all .2s ease;width:50%}@media screen and (min-width:960px){.section_terminals .terminals_switcher_btn{font-size:16px}}.section_terminals .terminals_switcher_btn:hover{background:#eaeaea;color:#151515;-webkit-transition:all .2s ease;transition:all .2s ease}.section_terminals .terminals_switcher_btn.isActive{background:#fafafa;color:#151515;-webkit-transition:all .2s ease;transition:all .2s ease}.section_terminals .terminals_switcher_first{border-radius:20px 0 0 20px;border-right:0}.section_terminals .terminals_switcher_last{border-left:0;border-radius:0 20px 20px 0}.section_terminals .terminals_content{position:relative}.section_terminals .terminals_content_block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section_terminals .terminals_content_image{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;overflow:hidden;width:100%}@media screen and (min-width:960px){.section_terminals .terminals_content_image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.section_terminals .terminals_content_image img{-o-object-fit:contain;object-fit:contain;width:100%}.section_terminals .terminals_content_info{margin-bottom:48px}@media screen and (min-width:960px){.section_terminals .terminals_content_info{background-color:#eee;bottom:-84px;-webkit-box-shadow:0 0 32px 0 rgba(0,0,0,.25);box-shadow:0 0 32px 0 rgba(0,0,0,.25);-webkit-box-sizing:border-box;box-sizing:border-box;color:#000;height:auto;margin-bottom:0;min-height:330px;padding:38px 32px;position:absolute;right:0;width:416px;z-index:1}}.section_terminals .terminals_content_info .item_title,.section_terminals .terminals_content_info_title{font-size:22px;font-weight:700;margin-bottom:16px}.section_terminals .terminals_content_info .item_title>a,.section_terminals .terminals_content_info_title>a{color:#fafafa}@media screen and (min-width:960px){.section_terminals .terminals_content_info .item_title,.section_terminals .terminals_content_info_title{font-size:24px}.section_terminals .terminals_content_info .item_title>a,.section_terminals .terminals_content_info_title>a{color:#222}}.section_terminals .terminals_content_info .item_text,.section_terminals .terminals_content_info_text{color:#ccc;font-size:16px;line-height:1.75;margin-bottom:24px}@media screen and (min-width:960px){.section_terminals .terminals_content_info .item_text,.section_terminals .terminals_content_info_text{color:#7c7c7c;font-size:18px;line-height:1.56}}.section_data_sources{background:#e3e3e3;padding:40px 0}@media screen and (min-width:960px){.section_data_sources{padding:90px 0 50px}}.frontDataCoverageRow{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:960px){.frontDataCoverageRow{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}h3.frontDataCoverageTitle{margin-right:70px}@media screen and (min-width:1222px){h3.frontDataCoverageTitle{margin-right:120px}}.frontDataCoverageInner{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:668px;padding-top:6px}.frontDataCoverageColumn{-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:40px;width:100%}@media screen and (min-width:768px){.frontDataCoverageColumn{margin-bottom:80px;width:auto}}.frontDataCoverageDivider{background:#a4a4a4;display:none;height:1px;margin-bottom:40px;width:100%}@media screen and (min-width:768px){.frontDataCoverageDivider{display:block}}h4.frontDataCoverageColumnTitle{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:16px;font-weight:700;margin-bottom:10px;text-transform:uppercase}h4.frontDataCoverageColumnTitle img{margin-right:10px}.frontDataCoverageAssets li{list-style-type:none}.frontDataCoverageAssets a{color:#262626;display:inline-block;font-weight:600;margin-bottom:6px}.section_help{padding:80px 0 64px}@media screen and (min-width:960px){.section_help{padding:128px 0}}.section_help .subtitle{color:#7c7c7c;font-size:22px;line-height:1.82;margin:0 auto 48px;max-width:914px}@media screen and (min-width:960px){.section_help .subtitle{font-size:28px;line-height:1.43}}.section_help .help_button{text-align:center}#front_background img{display:block;height:100%;-o-object-fit:cover;object-fit:cover}.section_market_data{background-color:#131419;padding:40px 0 80px}@media screen and (min-width:960px){.section_market_data{padding-bottom:80px}}.section_market_data .marker_data_title{color:#fafafa;font-size:36px;font-style:normal;font-weight:600;line-height:44px;margin-bottom:24px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.section_market_data .marker_data_title a{color:#fafafa;position:relative}.section_market_data .marker_data_title a:hover{color:#f4511e}.section_market_data .marker_data_title a:hover svg path{stroke:#f4511e}.section_market_data .marker_data_title a svg{position:absolute;right:-50px;top:10px}@media screen and (min-width:960px){.section_market_data .marker_data_title{color:#fafafa;font-size:40px;font-style:normal;font-weight:600;line-height:44px;margin-bottom:45px}.section_market_data .market_data_container{grid-row-gap:0;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;display:grid;grid-template-columns:1fr 1fr 1fr}}.section_market_data .md_block{border:1px solid #555;border-radius:16px;cursor:pointer;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:40px 24px;text-align:center;width:100%}.section_market_data .md_block:hover .md_title a{color:#f4511e}.section_market_data .md_block:hover .md_title a svg path{stroke:#f4511e}@media screen and (min-width:960px){.section_market_data .md_block{margin:0 auto;padding:24px;width:100%}}@media screen and (min-width:1140px){.section_market_data .md_block{margin:unset;padding:40px 35px;width:100%}}@media screen and (min-width:960px){.section_market_data .md_block:nth-child(2){border-left:1px solid #555;border-right:1px solid #555}}.section_market_data .md_title{font-size:22px;font-style:normal;font-weight:600;line-height:33px;margin-bottom:40px;margin-left:-14px;text-align:center;width:100%}@media screen and (min-width:960px){.section_market_data .md_title{margin-left:0;text-align:left}}.section_market_data .md_title a{color:#fafafa;display:inline-block;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.section_market_data .md_title a svg{position:absolute;right:-30px;top:5px}@media screen and (min-width:960px){.section_market_data .md_title{font-size:22px;margin-left:-15px;text-align:center}}.section_market_data .md_img img{height:240px;width:240px}@media screen and (min-width:960px){.section_market_data .md_img img{height:100%;width:100%}}.section_additional-data-services{background-color:#1d1f26;padding-bottom:56px;padding-top:40px}@media screen and (min-width:1140px){.section_additional-data-services{padding-bottom:56px;padding-top:56px}}.section_additional-data-services .additional-data-services_title{color:#fafafa;font-size:32px;font-style:normal;font-weight:600;line-height:44px;padding-bottom:24px}@media screen and (min-width:1140px){.section_additional-data-services .additional-data-services_title{font-size:40px;padding-bottom:40px}}.section_additional-data-services .additional-data-services_container{grid-row-gap:48px;grid-column-gap:48px;display:grid;grid-template-columns:1fr}@media screen and (min-width:1140px){.section_additional-data-services .additional-data-services_container{grid-template-columns:1fr 1fr}}.section_additional-data-services .additional_data_serv_block{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section_additional-data-services .additional_data_serv_block .additional_data_serv_title{padding-bottom:16px}.section_additional-data-services .additional_data_serv_block .additional_data_serv_title a{color:#fafafa;display:inline-block;font-size:24px;font-weight:600;line-height:33px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.section_additional-data-services .additional_data_serv_block .additional_data_serv_title a svg{position:absolute;right:-30px;top:5px}.section_additional-data-services .additional_data_serv_block:hover .additional_data_serv_title a{color:#f4511e}.section_additional-data-services .additional_data_serv_block:hover .additional_data_serv_title a svg path{stroke:#f4511e}@media screen and (min-width:768px){.section_additional-data-services .additional_data_serv_block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.section_additional-data-services .additional_data_serv_img{margin-bottom:32px}.section_additional-data-services .additional_data_serv_img img{max-height:88px;max-width:88px}@media screen and (min-width:768px){.section_additional-data-services .additional_data_serv_img img{max-height:144px;max-width:144px}}.section_additional-data-services .additional_data_serv_text{padding-left:0}@media screen and (min-width:768px){.section_additional-data-services .additional_data_serv_text{padding-left:32px}}.section_additional-data-services .additional_data_serv_descr{color:#fff;font-size:16px;line-height:24px;opacity:.7}.section_main_page_solution{background-color:#131419;padding-bottom:60px;padding-top:60px}@media screen and (min-width:1140px){.section_main_page_solution{padding-bottom:80px;padding-top:80px}}.section_main_page_solution .main_page_solution_t{display:-webkit-box;display:-ms-flexbox;display:flex}.section_main_page_solution .main_page_solution_title{color:#fafafa;font-size:32px;font-style:normal;font-weight:600;line-height:44px;padding-bottom:24px}@media screen and (min-width:1140px){.section_main_page_solution .main_page_solution_title{font-size:40px;padding-bottom:40px}}.section_main_page_solution .main_page_solution_container{grid-row-gap:16px;display:grid;grid-template-columns:1fr}@media screen and (min-width:960px){.section_main_page_solution .main_page_solution_container{grid-row-gap:0;grid-column-gap:16px;grid-template-columns:1fr 1fr 1fr}}.section_main_page_solution .solution_block{background-color:#1d1f26;border-radius:16px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding:32px 24px}.section_main_page_solution .solution_block:hover .solution_title a{color:#f4511e}.section_main_page_solution .solution_block:hover .solution_title a svg path{stroke:#f4511e}.section_main_page_solution .solution_text{height:100%;position:relative}.section_main_page_solution .solution_img{padding-bottom:32px}.section_main_page_solution .solution_img img{max-height:64px;max-width:64px}.section_main_page_solution .solution_title{color:#fafafa;font-size:24px;font-weight:600;line-height:normal;padding-bottom:16px}.section_main_page_solution .solution_title a{color:#fafafa;display:inline-block;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.section_main_page_solution .solution_title a svg{position:absolute;right:-30px;top:8px}@media screen and (min-width:1140px){.section_main_page_solution .solution_title{font-size:24px}}.section_main_page_solution .solution_descr{color:#fff;font-size:16px;font-weight:400;line-height:24px;opacity:.7}.section_main_page_solution .solution_link{bottom:0;position:absolute}.section_main_page_solution .solution_link a{color:#de5934;display:inline-block;font-size:16px;font-weight:500;line-height:26px;position:relative;text-decoration:underline;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.section_main_page_solution .solution_link a:after{content:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.43 5.93L20.5 12l-6.07 6.07M11.01 12h9.32M3.5 12h3.47' stroke='%23F4511E' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");position:absolute;right:-30px;top:2px}.section_main_page_solution .solution_link a:hover{color:#f06038}.section_main_page_retail_services{background-color:#131419;padding-bottom:40px}@media screen and (min-width:1140px){.section_main_page_retail_services{padding-bottom:80px}}.section_main_page_retail_services .main_page_retail_services_title{color:#fafafa;font-size:32px;font-style:normal;font-weight:600;line-height:44px;padding-bottom:24px;position:relative}@media screen and (min-width:1140px){.section_main_page_retail_services .main_page_retail_services_title{padding-bottom:40px}}.section_main_page_retail_services .main_page_retail_services_title a{color:#fafafa;font-size:32px;font-style:normal;font-weight:600;line-height:44px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.section_main_page_retail_services .main_page_retail_services_title a svg{position:absolute;right:-50px;top:3px}.section_main_page_retail_services .main_page_retail_services_title a:hover{color:#f4511e}.section_main_page_retail_services .main_page_retail_services_title a:hover svg path{stroke:#f4511e}@media screen and (min-width:1140px){.section_main_page_retail_services .main_page_retail_services_title{font-size:40px}}.section_main_page_retail_services .main_page_retail_services_text{color:#fff;font-size:16px;font-weight:400;line-height:26px;opacity:.7;padding-bottom:32px;text-align:center}@media screen and (min-width:1140px){.section_main_page_retail_services .main_page_retail_services_text{text-align:center}}.section_main_page_retail_services .main_page_retail_services_img{text-align:center}.section_main_page_retail_services .main_page_retail_services_img img{width:100%}@media screen and (min-width:1140px){.section_main_page_retail_services .main_page_retail_services_img img{max-width:640px;width:100%}}.section_main_page_display{background-color:#1d1f26;padding-bottom:40px;padding-top:40px}@media screen and (min-width:960px){.section_main_page_display{padding-bottom:56px;padding-top:56px}}.section_main_page_display .main_page_display_title{color:#fafafa;font-size:32px;font-style:normal;font-weight:600;line-height:44px;padding-bottom:16px}@media screen and (min-width:1140px){.section_main_page_display .main_page_display_title{font-size:40px;padding-bottom:32px}}.section_main_page_display .main_page_display_slider{display:block}@media screen and (min-width:960px){.section_main_page_display .main_page_display_slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.section_main_page_display .tabContainer{margin-bottom:24px}.section_main_page_display .main_page_display_tabs{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width:960px){.section_main_page_display .main_page_display_tabs{margin-bottom:0}}.section_main_page_display .main_page_display_tabs .display_tab{border-bottom:1px solid rgba(250,250,250,.12);color:#fafafa;cursor:pointer;font-size:18px;font-weight:600;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;line-height:26px;padding-bottom:16px}.section_main_page_display .main_page_display_tabs .display_tab:hover{color:#f4511e}.section_main_page_display .main_page_display_tabs .display_tab:nth-child(2){padding:0 24px 16px}.section_main_page_display .main_page_display_tabs .display_tab:nth-child(3){padding-right:24px}.section_main_page_display .orangeLine{background-color:#de5934;border-radius:4px;-ms-flex-negative:0;flex-shrink:0;height:4px;margin-top:-2px;position:absolute;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;width:120px;z-index:1}.section_main_page_display .display_block{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:1140px){.section_main_page_display .display_block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.section_main_page_display .display_img{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:48px;min-width:unset}@media screen and (min-width:960px){.section_main_page_display .display_img{height:411px;margin-bottom:0;min-width:640px}}.section_main_page_display .display_img img{border-radius:16px;margin:auto 0;max-height:406px;max-width:640px;width:100%}.section_main_page_display .display_text{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:0}@media screen and (min-width:960px){.section_main_page_display .display_text{margin-left:48px}}.section_main_page_display .display_title{color:#fafafa;font-size:24px;font-weight:600;line-height:24px;padding-bottom:16px}.section_main_page_display .display_descr{color:#fff;font-size:16px;line-height:24px;opacity:.7;padding-bottom:24px}.section_main_page_display .display_link a{color:#de5934;display:block;font-size:16px;font-weight:500;line-height:26px;position:relative;text-decoration:underline;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.section_main_page_display .display_link a:after{content:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.43 5.93L20.5 12l-6.07 6.07M11.01 12h9.32M3.5 12h3.47' stroke='%23F4511E' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");position:absolute;right:-30px;top:2px}.section_main_page_display .display_link a:hover{color:#f06038}.section_awards_and_recognitions{background-color:#131419;padding-bottom:60px;padding-top:60px}@media screen and (min-width:1140px){.section_awards_and_recognitions{padding-bottom:80px;padding-top:80px}}.section_awards_and_recognitions .awards_and_recognitions_title_bl{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px;padding-right:40px}@media screen and (min-width:1140px){.section_awards_and_recognitions .awards_and_recognitions_title_bl{margin-bottom:40px;padding-right:0}}.section_awards_and_recognitions .awards_and_recognitions_arrow{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:auto 0}@media screen and (min-width:960px){.section_awards_and_recognitions .awards_and_recognitions_arrow{height:auto;margin-bottom:unset;margin-left:16px;margin-top:3px}}.section_awards_and_recognitions .awards_and_recognitions_arrow a{display:block}.section_awards_and_recognitions .awards_and_recognitions_title,.section_awards_and_recognitions .awards_and_recognitions_title a{color:#fafafa;font-size:32px;font-style:normal;font-weight:600;line-height:44px;position:relative}.section_awards_and_recognitions .awards_and_recognitions_title a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.section_awards_and_recognitions .awards_and_recognitions_title a svg{position:absolute;right:-50px;top:10px}.section_awards_and_recognitions .awards_and_recognitions_title a:hover{color:#f4511e}.section_awards_and_recognitions .awards_and_recognitions_title a:hover svg path{stroke:#f4511e}@media screen and (min-width:1140px){.section_awards_and_recognitions .awards_and_recognitions_title,.section_awards_and_recognitions .awards_and_recognitions_title a{font-size:40px}}.section_awards_and_recognitions .awards_and_recognitions_container{-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;display:block;width:100%}@media screen and (min-width:960px){.section_awards_and_recognitions .awards_and_recognitions_container{display:-webkit-box;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.section_awards_and_recognitions .aar_block{margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (min-width:960px){.section_awards_and_recognitions .aar_block{width:auto}}.section_awards_and_recognitions .aar_block:last-child .aar_img{margin-bottom:0}.section_awards_and_recognitions .aar_img{height:80px;margin-bottom:32px;max-width:245px}.section_awards_and_recognitions .aar_img:hover{opacity:1}.section_awards_and_recognitions .aar_img img{display:block;max-height:80px;width:100%}@media screen and (min-width:1140px){.section_awards_and_recognitions .aar_img img{height:100%;max-width:210px}}.section_main_page_clients{background-color:#131419;padding-bottom:60px}@media screen and (min-width:1140px){.section_main_page_clients{padding-bottom:80px}}.section_main_page_clients .main_page_clients_title{color:#fafafa;font-size:32px;font-style:normal;font-weight:600;line-height:44px;padding-bottom:24px}@media screen and (min-width:1140px){.section_main_page_clients .main_page_clients_title{font-size:40px;padding-bottom:40px}}.section_main_page_clients .main_page_clients_container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}@media screen and (min-width:1140px){.section_main_page_clients .main_page_clients_container{grid-gap:16px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:105px 105px}}.section_main_page_clients .clients_block{background-color:#1d1f26;border:1px solid rgba(250,250,250,.12);border-radius:16px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.section_main_page_clients .clients_block:hover{background-color:#303440}@media screen and (min-width:1140px){.section_main_page_clients .clients_block{width:auto}}.section_main_page_clients .clients_img{display:-webkit-box;display:-ms-flexbox;display:flex;height:105px;margin:auto}.section_main_page_clients .clients_img img{margin:auto;width:100%}.section_main_page_news{background-color:#131419;padding-bottom:80px}.section_main_page_news .news_title{margin:0 0 40px}.section_main_page_news .news_title a{color:#fafafa;font-size:40px;font-style:normal;font-weight:600;line-height:44px;position:relative}.section_main_page_news .news_title a svg{position:absolute;right:-50px;top:10px}.section_main_page_news .news_title a:hover{color:#f4511e}.section_main_page_news .news_title a:hover svg path{stroke:#f4511e}.section_main_page_news .main_page_clients_container{display:grid;gap:24px;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:1140px){.section_main_page_news .main_page_clients_container{grid-template-columns:repeat(3,1fr)}}.section_main_page_news .main_page_clients_container .newsCategoryArticleImage{display:-webkit-box;display:-ms-flexbox;display:flex}.section_main_page_news .main_page_clients_container .newsCategoryArticleImage img{border-radius:16px;height:176px;-o-object-fit:cover;object-fit:cover;width:100%}.section_main_page_news .main_page_clients_container .titleContainer{border:1px solid rgba(250,250,250,.12);border-radius:16px;padding:12px 16px}.section_main_page_news .main_page_clients_container .titleContainer .newsCategoryArticleTitle{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fafafa;display:-webkit-box;overflow:hidden}.section_main_page_news .main_page_clients_container .titleContainer .newsCategoryArticleTitle a{color:#fafafa;font-size:20px;font-weight:600}.section_main_page_our_library{background-color:#131419;padding-bottom:0}.section_main_page_our_library .main_page_our_library_title{color:#fafafa;font-size:32px;font-style:normal;font-weight:600;line-height:44px;padding-bottom:24px}@media screen and (min-width:1140px){.section_main_page_our_library .main_page_our_library_title{font-size:40px;padding-bottom:40px}}.section_main_page_our_library .main_page_our_library_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:16px}@media screen and (min-width:1140px){.section_main_page_our_library .main_page_our_library_container{-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;row-gap:0}}.section_main_page_our_library .ol_img img{max-width:170px}.section_main_page_our_library .ol_block{background-color:#1d1f26;border-radius:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:32px 24px;width:100%}.section_main_page_our_library .ol_block:hover{background-color:#303440}.section_main_page_our_library .ol_block:hover .ol_title{color:#fff}.section_main_page_our_library .ol_block:hover .ol_descr{color:#9aa6c3}@media screen and (min-width:1140px){.section_main_page_our_library .ol_block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.section_main_page_our_library .ol_text{margin-left:0;margin-top:0}@media screen and (min-width:1140px){.section_main_page_our_library .ol_text{margin-left:32px;margin-top:0}}.section_main_page_our_library .ol_text_in{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;position:relative}.section_main_page_our_library .ol_img{display:none}@media screen and (min-width:960px){.section_main_page_our_library .ol_img{display:block}}.section_main_page_our_library .ol_title{color:#fafafa;font-size:24px;font-weight:600;padding-bottom:16px}.section_main_page_our_library .ol_descr{color:#fff;font-size:16px;line-height:24px;opacity:.7;padding-bottom:16px}.section_main_page_our_library .ol_link{position:relative}@media screen and (min-width:1140px){.section_main_page_our_library .ol_link{bottom:0;position:absolute}}.section_main_page_our_library .ol_link a{color:#de5934;display:block;font-size:16px;line-height:26px;position:relative;text-decoration:underline;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.section_main_page_our_library .ol_link a:after{content:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.74 21.5c-4.47 0-6.26-1.79-6.26-6.26v-.13c0-4.02 1.45-5.87 4.99-6.2m8.97-.01c3.6.31 5.07 2.16 5.07 6.21v.13c0 4.47-1.79 6.26-6.26 6.26h-2.24M12 2v12.88m3.35-2.23L12 16l-3.35-3.35' stroke='%23F4511E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");position:absolute;right:-30px;top:0}.section_main_page_our_library .ol_link a:hover{color:#f06038}.section_need_assistance{background-color:#131419;overflow:hidden;padding-bottom:125px;padding-top:116px;position:relative}@media screen and (min-width:1140px){.section_need_assistance{padding-bottom:116px;padding-top:136px}}.section_need_assistance .section_need_assistance_background{background:url("data:image/svg+xml,%3csvg width='320' height='193' viewBox='0 0 320 193' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M221.513 202.197s-58.785-2.93-136.248-72.967C7.802 59.193-1.017 1-1.017 1' stroke='url(%23paint0_angular_1610_28734)'/%3e%3cpath d='M90 201.53s57.666.436 135.167-64.148C302.667 72.799 312.638 16 312.638 16' stroke='url(%23paint1_angular_1610_28734)'/%3e%3cdefs%3e%3cradialGradient id='paint0_angular_1610_28734' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(12.4914 -13.81587 111.26513 100.59856 97.757 115.414)'%3e%3cstop stop-color='%2327BDEB' stop-opacity='0'/%3e%3cstop offset='.325' stop-color='%239EDCFF' stop-opacity='.21'/%3e%3cstop offset='.578' stop-color='%23F3987B' stop-opacity='.82'/%3e%3cstop offset='1' stop-color='%23F4511E' stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient id='paint1_angular_1610_28734' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(-129.805 135.444 11.598) scale(18.6256 144.904)'%3e%3cstop stop-color='%2327BDEB' stop-opacity='0'/%3e%3cstop offset='.325' stop-color='%239EDCFF' stop-opacity='.21'/%3e%3cstop offset='.578' stop-color='%23F3987B' stop-opacity='.82'/%3e%3cstop offset='1' stop-color='%23F4511E' stop-opacity='0'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat 50%;background-size:125%;height:137%;left:0;position:absolute;top:0;width:100%}@media screen and (min-width:1140px){.section_need_assistance .section_need_assistance_background{background:url("data:image/svg+xml,%3csvg width='859' height='186' viewBox='0 0 859 186' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M279.136 151.355s-58.103 9.397-148.471-42.942C40.297 56.073 19.534 1 19.534 1' stroke='url(%23paint0_angular_1610_28733)'/%3e%3cpath d='M590.731 153.541s56.877 9.517 143.586-42.047C821.027 59.931 839.823 5.412 839.823 5.412' stroke='url(%23paint1_angular_1610_28733)'/%3e%3cdefs%3e%3cradialGradient id='paint0_angular_1610_28733' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(-59.922 150.056 -75.288) scale(18.6256 150)'%3e%3cstop stop-color='%2327BDEB' stop-opacity='0'/%3e%3cstop offset='.325' stop-color='%239EDCFF' stop-opacity='.21'/%3e%3cstop offset='.578' stop-color='%23F3987B' stop-opacity='.82'/%3e%3cstop offset='1' stop-color='%23F4511E' stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient id='paint1_angular_1610_28733' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(-9.52007 -16.00879 124.54565 -74.0645 724.797 95.486)'%3e%3cstop stop-color='%2327BDEB' stop-opacity='0'/%3e%3cstop offset='.325' stop-color='%239EDCFF' stop-opacity='.21'/%3e%3cstop offset='.578' stop-color='%23F3987B' stop-opacity='.82'/%3e%3cstop offset='1' stop-color='%23F4511E' stop-opacity='0'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat bottom;background-size:55%;height:83%}}.section_need_assistance .container{padding:0}.section_need_assistance .container .container{padding:0 20px;position:relative;z-index:2}.section_need_assistance .need_assistance_title{color:#fafafa;font-size:40px;font-weight:600;line-height:normal;margin-bottom:24px;text-align:left}@media screen and (min-width:1140px){.section_need_assistance .need_assistance_title{font-size:40px;margin-bottom:32px;text-align:center}}.section_need_assistance .need_assistance_description{color:#fff;font-size:24px;font-weight:400;line-height:normal;margin-bottom:24px;opacity:.7;text-align:left}@media screen and (min-width:1140px){.section_need_assistance .need_assistance_description{font-size:24px;margin-bottom:32px;text-align:center}}.section_need_assistance .need_assistance_contact_us_btn{background-color:#de5934;border-radius:8px;color:#fafafa;cursor:pointer;display:block;font-size:16px;font-weight:700;letter-spacing:.96px;line-height:16px;margin:0 auto;padding:14px 32px;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.section_need_assistance .need_assistance_contact_us_btn:hover{background-color:rgba(244,81,30,.8)}.section_main_page_display div{-webkit-animation:fadein 1s;animation:fadein 1s}.section_main_page_display .display_block.activeTab{-webkit-animation:fadein 1.5s;animation:fadein 1.5s;display:-webkit-box;display:-ms-flexbox;display:flex}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadein{0%{opacity:0}to{opacity:1}}
