@charset "UTF-8";
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: "Averta CY";
  src: url(//cdn.cuberto.com/cb/fonts/averta/AvertaCY-Light.woff2) format("woff2"), url(//cdn.cuberto.com/cb/fonts/averta/AvertaCY-Light.woff) format("woff"), url(//cdn.cuberto.com/cb/fonts/averta/AvertaCY-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta CY";
  src: url(//cdn.cuberto.com/cb/fonts/averta/AvertaCY-Regular.woff2) format("woff2"), url(//cdn.cuberto.com/cb/fonts/averta/AvertaCY-Regular.woff) format("woff"), url(//cdn.cuberto.com/cb/fonts/averta/AvertaCY-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta CY";
  src: url(//cdn.cuberto.com/cb/fonts/averta/AvertaCY-Semibold.woff2) format("woff2"), url(//cdn.cuberto.com/cb/fonts/averta/AvertaCY-Semibold.woff) format("woff"), url(//cdn.cuberto.com/cb/fonts/averta/AvertaCY-Semibold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta CY";
  src: url(//cdn.cuberto.com/cb/fonts/averta/AvertaCY-Bold.woff2) format("woff2"), url(//cdn.cuberto.com/cb/fonts/averta/AvertaCY-Bold.woff) format("woff"), url(//cdn.cuberto.com/cb/fonts/averta/AvertaCY-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-family: "Averta CY", sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

:after, :before {
  box-sizing: border-box;
}

.ts-checkbox_rounded label > input:focus ~ .ts-checkbox_rounded-box, :focus {
  outline: 0 !important;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
}

.ts-checkbox_rounded label > input:focus ~ a.ts-checkbox_rounded-box, a:focus, a:hover {
  color: inherit;
  text-decoration: none;
}

a, button, input, label {
  -webkit-tap-highlight-color: transparent;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

figure {
  margin: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

blockquote, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
.ts-view {
  height: 100%;
  background: #fff;
}

.ts-scene {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

@media (min-width: 1200px) {
  .ts-scene {
    display: block;
  }
}
.ts-layout {
  position: relative;
  height: 100%;
  z-index: 1;
}

.ts-layout .scrollbar-track {
  right: 3px;
  background: 0 0;
  z-index: 200;
}

.ts-layout .scrollbar-thumb-y {
  background: #333;
}

.ts-layout .scrollbar-thumb-y:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -3px;
  left: -3px;
  bottom: 0;
}

.ts-layout .scrollbar-thumb-y:hover {
  background: #000;
}

.ts-layout .scroll-content {
  height: 100%;
  will-change: transform;
}

.ts-container {
  padding: 0 20px;
}

@media (min-width: 360px) {
  .ts-container {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .ts-container {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .ts-container {
    padding: 0 60px;
  }
}
.ts-container.-ml, .ts-rcfeed-container.-ml, .ts-screenshot-container {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .ts-container.-ml, .ts-rcfeed-container.-ml, .ts-screenshot-container {
    padding: 0 60px;
  }
}
@media (min-width: 1200px) {
  .ts-container.-ml, .ts-rcfeed-container.-ml, .ts-screenshot-container {
    padding: 0 90px;
  }
}
@media (min-width: 1600px) {
  .ts-container.-ml, .ts-rcfeed-container.-ml, .ts-screenshot-container {
    padding: 0 140px;
  }
}
.ts-container.-md, .ts-textpaper-container.-md {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .ts-container.-md, .ts-textpaper-container.-md {
    padding: 0 60px;
  }
}
@media (min-width: 1024px) {
  .ts-container.-md, .ts-textpaper-container.-md {
    padding: 0 120px;
  }
}
@media (min-width: 1200px) {
  .ts-container.-md, .ts-textpaper-container.-md {
    padding: 0 150px;
  }
}
@media (min-width: 1350px) {
  .ts-container.-md, .ts-textpaper-container.-md {
    padding: 0 180px;
  }
}
@media (min-width: 1600px) {
  .ts-container.-md, .ts-textpaper-container.-md {
    padding: 0 220px;
  }
}
@media (min-width: 1900px) {
  .ts-container.-md, .ts-textpaper-container.-md {
    padding: 0 270px;
  }
}
.ts-advantage-container, .ts-billboard-container, .ts-brief-container, .ts-container.-lg, .ts-definition-container, .ts-description-container, .ts-employment-container, .ts-featured-container, .ts-feedback-container, .ts-hero-container, .ts-listing-container, .ts-modal_box-container, .ts-newsfeed-container, .ts-nextcase-container, .ts-numstat-container, .ts-outro-container, .ts-rcfeed-container, .ts-relcase-container, .ts-request-container, .ts-smfeed-container, .ts-splitshow-container, .ts-textpaper-container, .ts-topcover-container, .ts-tophead-container, .ts-work-container {
  padding: 0 20px;
}

@media (min-width: 360px) {
  .ts-advantage-container, .ts-billboard-container, .ts-brief-container, .ts-container.-lg, .ts-definition-container, .ts-description-container, .ts-employment-container, .ts-featured-container, .ts-feedback-container, .ts-hero-container, .ts-listing-container, .ts-modal_box-container, .ts-newsfeed-container, .ts-nextcase-container, .ts-numstat-container, .ts-outro-container, .ts-rcfeed-container, .ts-relcase-container, .ts-request-container, .ts-smfeed-container, .ts-splitshow-container, .ts-textpaper-container, .ts-topcover-container, .ts-tophead-container, .ts-work-container {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .ts-advantage-container, .ts-billboard-container, .ts-brief-container, .ts-container.-lg, .ts-definition-container, .ts-description-container, .ts-employment-container, .ts-featured-container, .ts-feedback-container, .ts-hero-container, .ts-listing-container, .ts-modal_box-container, .ts-newsfeed-container, .ts-nextcase-container, .ts-numstat-container, .ts-outro-container, .ts-rcfeed-container, .ts-relcase-container, .ts-request-container, .ts-smfeed-container, .ts-splitshow-container, .ts-textpaper-container, .ts-topcover-container, .ts-tophead-container, .ts-work-container {
    padding: 0 100px;
  }
}
@media (min-width: 1024px) {
  .ts-advantage-container, .ts-billboard-container, .ts-brief-container, .ts-container.-lg, .ts-definition-container, .ts-description-container, .ts-employment-container, .ts-featured-container, .ts-feedback-container, .ts-hero-container, .ts-listing-container, .ts-modal_box-container, .ts-newsfeed-container, .ts-nextcase-container, .ts-numstat-container, .ts-outro-container, .ts-rcfeed-container, .ts-relcase-container, .ts-request-container, .ts-smfeed-container, .ts-splitshow-container, .ts-textpaper-container, .ts-topcover-container, .ts-tophead-container, .ts-work-container {
    padding: 0 120px;
  }
}
@media (min-width: 1200px) {
  .ts-advantage-container, .ts-billboard-container, .ts-brief-container, .ts-container.-lg, .ts-definition-container, .ts-description-container, .ts-employment-container, .ts-featured-container, .ts-feedback-container, .ts-hero-container, .ts-listing-container, .ts-modal_box-container, .ts-newsfeed-container, .ts-nextcase-container, .ts-numstat-container, .ts-outro-container, .ts-rcfeed-container, .ts-relcase-container, .ts-request-container, .ts-smfeed-container, .ts-splitshow-container, .ts-textpaper-container, .ts-topcover-container, .ts-tophead-container, .ts-work-container {
    padding: 0 150px;
  }
}
@media (min-width: 1350px) {
  .ts-advantage-container, .ts-billboard-container, .ts-brief-container, .ts-container.-lg, .ts-definition-container, .ts-description-container, .ts-employment-container, .ts-featured-container, .ts-feedback-container, .ts-hero-container, .ts-listing-container, .ts-modal_box-container, .ts-newsfeed-container, .ts-nextcase-container, .ts-numstat-container, .ts-outro-container, .ts-rcfeed-container, .ts-relcase-container, .ts-request-container, .ts-smfeed-container, .ts-splitshow-container, .ts-textpaper-container, .ts-topcover-container, .ts-tophead-container, .ts-work-container {
    padding: 0 180px;
  }
}
@media (min-width: 1600px) {
  .ts-advantage-container, .ts-billboard-container, .ts-brief-container, .ts-container.-lg, .ts-definition-container, .ts-description-container, .ts-employment-container, .ts-featured-container, .ts-feedback-container, .ts-hero-container, .ts-listing-container, .ts-modal_box-container, .ts-newsfeed-container, .ts-nextcase-container, .ts-numstat-container, .ts-outro-container, .ts-rcfeed-container, .ts-relcase-container, .ts-request-container, .ts-smfeed-container, .ts-splitshow-container, .ts-textpaper-container, .ts-topcover-container, .ts-tophead-container, .ts-work-container {
    padding: 0 220px;
  }
}
@media (min-width: 1900px) {
  .ts-advantage-container, .ts-billboard-container, .ts-brief-container, .ts-container.-lg, .ts-definition-container, .ts-description-container, .ts-employment-container, .ts-featured-container, .ts-feedback-container, .ts-hero-container, .ts-listing-container, .ts-modal_box-container, .ts-newsfeed-container, .ts-nextcase-container, .ts-numstat-container, .ts-outro-container, .ts-rcfeed-container, .ts-relcase-container, .ts-request-container, .ts-smfeed-container, .ts-splitshow-container, .ts-textpaper-container, .ts-topcover-container, .ts-tophead-container, .ts-work-container {
    padding: 0 270px;
    width: 100%;
    max-width: 1900px;
    margin: 0 auto;
  }
}
.ts-advantage-content, .ts-billboard-content, .ts-brief-content, .ts-content, .ts-definition-content, .ts-description-content, .ts-employment-content, .ts-employment-top, .ts-feedback-content, .ts-listing-content, .ts-nextcase-content, .ts-numstat-content, .ts-rcfeed-content, .ts-relcase-content, .ts-screenshot-content, .ts-smfeed-content, .ts-splitshow-content {
  padding: 120px 0;
}

@media (min-width: 360px) {
  .ts-advantage-content, .ts-billboard-content, .ts-brief-content, .ts-content, .ts-definition-content, .ts-description-content, .ts-employment-content, .ts-employment-top, .ts-feedback-content, .ts-listing-content, .ts-nextcase-content, .ts-numstat-content, .ts-rcfeed-content, .ts-relcase-content, .ts-screenshot-content, .ts-smfeed-content, .ts-splitshow-content {
    padding: 170px 0;
  }
}
@media (min-width: 768px) {
  .ts-advantage-content, .ts-billboard-content, .ts-brief-content, .ts-content, .ts-definition-content, .ts-description-content, .ts-employment-content, .ts-employment-top, .ts-feedback-content, .ts-listing-content, .ts-nextcase-content, .ts-numstat-content, .ts-rcfeed-content, .ts-relcase-content, .ts-screenshot-content, .ts-smfeed-content, .ts-splitshow-content {
    padding: 300px 0;
  }
}
@media (min-width: 1600px) {
  .ts-advantage-content, .ts-billboard-content, .ts-brief-content, .ts-content, .ts-definition-content, .ts-description-content, .ts-employment-content, .ts-employment-top, .ts-feedback-content, .ts-listing-content, .ts-nextcase-content, .ts-numstat-content, .ts-rcfeed-content, .ts-relcase-content, .ts-screenshot-content, .ts-smfeed-content, .ts-splitshow-content {
    padding: 350px 0;
  }
}
.-rp.ts-advantage-content, .-rp.ts-billboard-content, .-rp.ts-brief-content, .-rp.ts-definition-content, .-rp.ts-description-content, .-rp.ts-employment-content, .-rp.ts-employment-top, .-rp.ts-feedback-content, .-rp.ts-listing-content, .-rp.ts-nextcase-content, .-rp.ts-numstat-content, .-rp.ts-rcfeed-content, .-rp.ts-relcase-content, .-rp.ts-screenshot-content, .-rp.ts-smfeed-content, .-rp.ts-splitshow-content, .-rt.ts-advantage-content, .-rt.ts-billboard-content, .-rt.ts-brief-content, .-rt.ts-definition-content, .-rt.ts-description-content, .-rt.ts-employment-content, .-rt.ts-employment-top, .-rt.ts-feedback-content, .-rt.ts-listing-content, .-rt.ts-nextcase-content, .-rt.ts-numstat-content, .-rt.ts-rcfeed-content, .-rt.ts-relcase-content, .-rt.ts-screenshot-content, .-rt.ts-smfeed-content, .-rt.ts-splitshow-content, .ts-content.-rp, .ts-content.-rt {
  padding-top: 60px;
}

@media (min-width: 360px) {
  .-rp.ts-advantage-content, .-rp.ts-billboard-content, .-rp.ts-brief-content, .-rp.ts-definition-content, .-rp.ts-description-content, .-rp.ts-employment-content, .-rp.ts-employment-top, .-rp.ts-feedback-content, .-rp.ts-listing-content, .-rp.ts-nextcase-content, .-rp.ts-numstat-content, .-rp.ts-rcfeed-content, .-rp.ts-relcase-content, .-rp.ts-screenshot-content, .-rp.ts-smfeed-content, .-rp.ts-splitshow-content, .-rt.ts-advantage-content, .-rt.ts-billboard-content, .-rt.ts-brief-content, .-rt.ts-definition-content, .-rt.ts-description-content, .-rt.ts-employment-content, .-rt.ts-employment-top, .-rt.ts-feedback-content, .-rt.ts-listing-content, .-rt.ts-nextcase-content, .-rt.ts-numstat-content, .-rt.ts-rcfeed-content, .-rt.ts-relcase-content, .-rt.ts-screenshot-content, .-rt.ts-smfeed-content, .-rt.ts-splitshow-content, .ts-content.-rp, .ts-content.-rt {
    padding-top: 85px;
  }
}
@media (min-width: 768px) {
  .-rp.ts-advantage-content, .-rp.ts-billboard-content, .-rp.ts-brief-content, .-rp.ts-definition-content, .-rp.ts-description-content, .-rp.ts-employment-content, .-rp.ts-employment-top, .-rp.ts-feedback-content, .-rp.ts-listing-content, .-rp.ts-nextcase-content, .-rp.ts-numstat-content, .-rp.ts-rcfeed-content, .-rp.ts-relcase-content, .-rp.ts-screenshot-content, .-rp.ts-smfeed-content, .-rp.ts-splitshow-content, .-rt.ts-advantage-content, .-rt.ts-billboard-content, .-rt.ts-brief-content, .-rt.ts-definition-content, .-rt.ts-description-content, .-rt.ts-employment-content, .-rt.ts-employment-top, .-rt.ts-feedback-content, .-rt.ts-listing-content, .-rt.ts-nextcase-content, .-rt.ts-numstat-content, .-rt.ts-rcfeed-content, .-rt.ts-relcase-content, .-rt.ts-screenshot-content, .-rt.ts-smfeed-content, .-rt.ts-splitshow-content, .ts-content.-rp, .ts-content.-rt {
    padding-top: 150px;
  }
}
@media (min-width: 1600px) {
  .-rp.ts-advantage-content, .-rp.ts-billboard-content, .-rp.ts-brief-content, .-rp.ts-definition-content, .-rp.ts-description-content, .-rp.ts-employment-content, .-rp.ts-employment-top, .-rp.ts-feedback-content, .-rp.ts-listing-content, .-rp.ts-nextcase-content, .-rp.ts-numstat-content, .-rp.ts-rcfeed-content, .-rp.ts-relcase-content, .-rp.ts-screenshot-content, .-rp.ts-smfeed-content, .-rp.ts-splitshow-content, .-rt.ts-advantage-content, .-rt.ts-billboard-content, .-rt.ts-brief-content, .-rt.ts-definition-content, .-rt.ts-description-content, .-rt.ts-employment-content, .-rt.ts-employment-top, .-rt.ts-feedback-content, .-rt.ts-listing-content, .-rt.ts-nextcase-content, .-rt.ts-numstat-content, .-rt.ts-rcfeed-content, .-rt.ts-relcase-content, .-rt.ts-screenshot-content, .-rt.ts-smfeed-content, .-rt.ts-splitshow-content, .ts-content.-rp, .ts-content.-rt {
    padding-top: 175px;
  }
}
.-mt.ts-advantage-content, .-mt.ts-billboard-content, .-mt.ts-brief-content, .-mt.ts-definition-content, .-mt.ts-description-content, .-mt.ts-employment-content, .-mt.ts-employment-top, .-mt.ts-feedback-content, .-mt.ts-listing-content, .-mt.ts-nextcase-content, .-mt.ts-numstat-content, .-mt.ts-rcfeed-content, .-mt.ts-relcase-content, .-mt.ts-screenshot-content, .-mt.ts-smfeed-content, .-mt.ts-splitshow-content, .ts-content.-mt {
  padding-top: 30px;
}

@media (min-width: 360px) {
  .-mt.ts-advantage-content, .-mt.ts-billboard-content, .-mt.ts-brief-content, .-mt.ts-definition-content, .-mt.ts-description-content, .-mt.ts-employment-content, .-mt.ts-employment-top, .-mt.ts-feedback-content, .-mt.ts-listing-content, .-mt.ts-nextcase-content, .-mt.ts-numstat-content, .-mt.ts-rcfeed-content, .-mt.ts-relcase-content, .-mt.ts-screenshot-content, .-mt.ts-smfeed-content, .-mt.ts-splitshow-content, .ts-content.-mt {
    padding-top: 43px;
  }
}
@media (min-width: 768px) {
  .-mt.ts-advantage-content, .-mt.ts-billboard-content, .-mt.ts-brief-content, .-mt.ts-definition-content, .-mt.ts-description-content, .-mt.ts-employment-content, .-mt.ts-employment-top, .-mt.ts-feedback-content, .-mt.ts-listing-content, .-mt.ts-nextcase-content, .-mt.ts-numstat-content, .-mt.ts-rcfeed-content, .-mt.ts-relcase-content, .-mt.ts-screenshot-content, .-mt.ts-smfeed-content, .-mt.ts-splitshow-content, .ts-content.-mt {
    padding-top: 75px;
  }
}
@media (min-width: 1600px) {
  .-mt.ts-advantage-content, .-mt.ts-billboard-content, .-mt.ts-brief-content, .-mt.ts-definition-content, .-mt.ts-description-content, .-mt.ts-employment-content, .-mt.ts-employment-top, .-mt.ts-feedback-content, .-mt.ts-listing-content, .-mt.ts-nextcase-content, .-mt.ts-numstat-content, .-mt.ts-rcfeed-content, .-mt.ts-relcase-content, .-mt.ts-screenshot-content, .-mt.ts-smfeed-content, .-mt.ts-splitshow-content, .ts-content.-mt {
    padding-top: 88px;
  }
}
.-st.ts-advantage-content, .-st.ts-billboard-content, .-st.ts-brief-content, .-st.ts-definition-content, .-st.ts-description-content, .-st.ts-employment-content, .-st.ts-employment-top, .-st.ts-feedback-content, .-st.ts-listing-content, .-st.ts-nextcase-content, .-st.ts-numstat-content, .-st.ts-rcfeed-content, .-st.ts-relcase-content, .-st.ts-screenshot-content, .-st.ts-smfeed-content, .-st.ts-splitshow-content, .ts-content.-st {
  padding-top: 30px;
}

@media (min-width: 360px) {
  .-st.ts-advantage-content, .-st.ts-billboard-content, .-st.ts-brief-content, .-st.ts-definition-content, .-st.ts-description-content, .-st.ts-employment-content, .-st.ts-employment-top, .-st.ts-feedback-content, .-st.ts-listing-content, .-st.ts-nextcase-content, .-st.ts-numstat-content, .-st.ts-rcfeed-content, .-st.ts-relcase-content, .-st.ts-screenshot-content, .-st.ts-smfeed-content, .-st.ts-splitshow-content, .ts-content.-st {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .-st.ts-advantage-content, .-st.ts-billboard-content, .-st.ts-brief-content, .-st.ts-definition-content, .-st.ts-description-content, .-st.ts-employment-content, .-st.ts-employment-top, .-st.ts-feedback-content, .-st.ts-listing-content, .-st.ts-nextcase-content, .-st.ts-numstat-content, .-st.ts-rcfeed-content, .-st.ts-relcase-content, .-st.ts-screenshot-content, .-st.ts-smfeed-content, .-st.ts-splitshow-content, .ts-content.-st {
    padding-top: 45px;
  }
}
@media (min-width: 1600px) {
  .-st.ts-advantage-content, .-st.ts-billboard-content, .-st.ts-brief-content, .-st.ts-definition-content, .-st.ts-description-content, .-st.ts-employment-content, .-st.ts-employment-top, .-st.ts-feedback-content, .-st.ts-listing-content, .-st.ts-nextcase-content, .-st.ts-numstat-content, .-st.ts-rcfeed-content, .-st.ts-relcase-content, .-st.ts-screenshot-content, .-st.ts-smfeed-content, .-st.ts-splitshow-content, .ts-content.-st {
    padding-top: 55px;
  }
}
.-ct.ts-advantage-content, .-ct.ts-billboard-content, .-ct.ts-brief-content, .-ct.ts-definition-content, .-ct.ts-description-content, .-ct.ts-employment-content, .-ct.ts-employment-top, .-ct.ts-feedback-content, .-ct.ts-listing-content, .-ct.ts-nextcase-content, .-ct.ts-numstat-content, .-ct.ts-rcfeed-content, .-ct.ts-relcase-content, .-ct.ts-screenshot-content, .-ct.ts-smfeed-content, .-ct.ts-splitshow-content, .ts-content.-ct {
  padding-top: 0;
}

.-rb.ts-advantage-content, .-rb.ts-billboard-content, .-rb.ts-brief-content, .-rb.ts-definition-content, .-rb.ts-description-content, .-rb.ts-employment-content, .-rb.ts-employment-top, .-rb.ts-feedback-content, .-rb.ts-listing-content, .-rb.ts-nextcase-content, .-rb.ts-numstat-content, .-rb.ts-rcfeed-content, .-rb.ts-relcase-content, .-rb.ts-screenshot-content, .-rb.ts-smfeed-content, .-rb.ts-splitshow-content, .-rp.ts-advantage-content, .-rp.ts-billboard-content, .-rp.ts-brief-content, .-rp.ts-definition-content, .-rp.ts-description-content, .-rp.ts-employment-content, .-rp.ts-employment-top, .-rp.ts-feedback-content, .-rp.ts-listing-content, .-rp.ts-nextcase-content, .-rp.ts-numstat-content, .-rp.ts-rcfeed-content, .-rp.ts-relcase-content, .-rp.ts-screenshot-content, .-rp.ts-smfeed-content, .-rp.ts-splitshow-content, .ts-content.-rb, .ts-content.-rp {
  padding-bottom: 60px;
}

@media (min-width: 360px) {
  .-rb.ts-advantage-content, .-rb.ts-billboard-content, .-rb.ts-brief-content, .-rb.ts-definition-content, .-rb.ts-description-content, .-rb.ts-employment-content, .-rb.ts-employment-top, .-rb.ts-feedback-content, .-rb.ts-listing-content, .-rb.ts-nextcase-content, .-rb.ts-numstat-content, .-rb.ts-rcfeed-content, .-rb.ts-relcase-content, .-rb.ts-screenshot-content, .-rb.ts-smfeed-content, .-rb.ts-splitshow-content, .-rp.ts-advantage-content, .-rp.ts-billboard-content, .-rp.ts-brief-content, .-rp.ts-definition-content, .-rp.ts-description-content, .-rp.ts-employment-content, .-rp.ts-employment-top, .-rp.ts-feedback-content, .-rp.ts-listing-content, .-rp.ts-nextcase-content, .-rp.ts-numstat-content, .-rp.ts-rcfeed-content, .-rp.ts-relcase-content, .-rp.ts-screenshot-content, .-rp.ts-smfeed-content, .-rp.ts-splitshow-content, .ts-content.-rb, .ts-content.-rp {
    padding-bottom: 85px;
  }
}
@media (min-width: 768px) {
  .-rb.ts-advantage-content, .-rb.ts-billboard-content, .-rb.ts-brief-content, .-rb.ts-definition-content, .-rb.ts-description-content, .-rb.ts-employment-content, .-rb.ts-employment-top, .-rb.ts-feedback-content, .-rb.ts-listing-content, .-rb.ts-nextcase-content, .-rb.ts-numstat-content, .-rb.ts-rcfeed-content, .-rb.ts-relcase-content, .-rb.ts-screenshot-content, .-rb.ts-smfeed-content, .-rb.ts-splitshow-content, .-rp.ts-advantage-content, .-rp.ts-billboard-content, .-rp.ts-brief-content, .-rp.ts-definition-content, .-rp.ts-description-content, .-rp.ts-employment-content, .-rp.ts-employment-top, .-rp.ts-feedback-content, .-rp.ts-listing-content, .-rp.ts-nextcase-content, .-rp.ts-numstat-content, .-rp.ts-rcfeed-content, .-rp.ts-relcase-content, .-rp.ts-screenshot-content, .-rp.ts-smfeed-content, .-rp.ts-splitshow-content, .ts-content.-rb, .ts-content.-rp {
    padding-bottom: 150px;
  }
}
@media (min-width: 1600px) {
  .-rb.ts-advantage-content, .-rb.ts-billboard-content, .-rb.ts-brief-content, .-rb.ts-definition-content, .-rb.ts-description-content, .-rb.ts-employment-content, .-rb.ts-employment-top, .-rb.ts-feedback-content, .-rb.ts-listing-content, .-rb.ts-nextcase-content, .-rb.ts-numstat-content, .-rb.ts-rcfeed-content, .-rb.ts-relcase-content, .-rb.ts-screenshot-content, .-rb.ts-smfeed-content, .-rb.ts-splitshow-content, .-rp.ts-advantage-content, .-rp.ts-billboard-content, .-rp.ts-brief-content, .-rp.ts-definition-content, .-rp.ts-description-content, .-rp.ts-employment-content, .-rp.ts-employment-top, .-rp.ts-feedback-content, .-rp.ts-listing-content, .-rp.ts-nextcase-content, .-rp.ts-numstat-content, .-rp.ts-rcfeed-content, .-rp.ts-relcase-content, .-rp.ts-screenshot-content, .-rp.ts-smfeed-content, .-rp.ts-splitshow-content, .ts-content.-rb, .ts-content.-rp {
    padding-bottom: 175px;
  }
}
.-mb.ts-advantage-content, .-mb.ts-billboard-content, .-mb.ts-brief-content, .-mb.ts-definition-content, .-mb.ts-description-content, .-mb.ts-employment-content, .-mb.ts-employment-top, .-mb.ts-feedback-content, .-mb.ts-listing-content, .-mb.ts-nextcase-content, .-mb.ts-numstat-content, .-mb.ts-rcfeed-content, .-mb.ts-relcase-content, .-mb.ts-screenshot-content, .-mb.ts-smfeed-content, .-mb.ts-splitshow-content, .ts-content.-mb {
  padding-bottom: 30px;
}

@media (min-width: 360px) {
  .-mb.ts-advantage-content, .-mb.ts-billboard-content, .-mb.ts-brief-content, .-mb.ts-definition-content, .-mb.ts-description-content, .-mb.ts-employment-content, .-mb.ts-employment-top, .-mb.ts-feedback-content, .-mb.ts-listing-content, .-mb.ts-nextcase-content, .-mb.ts-numstat-content, .-mb.ts-rcfeed-content, .-mb.ts-relcase-content, .-mb.ts-screenshot-content, .-mb.ts-smfeed-content, .-mb.ts-splitshow-content, .ts-content.-mb {
    padding-bottom: 43px;
  }
}
@media (min-width: 768px) {
  .-mb.ts-advantage-content, .-mb.ts-billboard-content, .-mb.ts-brief-content, .-mb.ts-definition-content, .-mb.ts-description-content, .-mb.ts-employment-content, .-mb.ts-employment-top, .-mb.ts-feedback-content, .-mb.ts-listing-content, .-mb.ts-nextcase-content, .-mb.ts-numstat-content, .-mb.ts-rcfeed-content, .-mb.ts-relcase-content, .-mb.ts-screenshot-content, .-mb.ts-smfeed-content, .-mb.ts-splitshow-content, .ts-content.-mb {
    padding-bottom: 75px;
  }
}
@media (min-width: 1600px) {
  .-mb.ts-advantage-content, .-mb.ts-billboard-content, .-mb.ts-brief-content, .-mb.ts-definition-content, .-mb.ts-description-content, .-mb.ts-employment-content, .-mb.ts-employment-top, .-mb.ts-feedback-content, .-mb.ts-listing-content, .-mb.ts-nextcase-content, .-mb.ts-numstat-content, .-mb.ts-rcfeed-content, .-mb.ts-relcase-content, .-mb.ts-screenshot-content, .-mb.ts-smfeed-content, .-mb.ts-splitshow-content, .ts-content.-mb {
    padding-bottom: 88px;
  }
}
.-cb.ts-advantage-content, .-cb.ts-billboard-content, .-cb.ts-brief-content, .-cb.ts-definition-content, .-cb.ts-description-content, .-cb.ts-employment-content, .-cb.ts-employment-top, .-cb.ts-feedback-content, .-cb.ts-listing-content, .-cb.ts-nextcase-content, .-cb.ts-numstat-content, .-cb.ts-rcfeed-content, .-cb.ts-relcase-content, .-cb.ts-screenshot-content, .-cb.ts-smfeed-content, .-cb.ts-splitshow-content, .ts-content.-cb {
  padding-bottom: 0;
}

.-cp.ts-advantage-content, .-cp.ts-billboard-content, .-cp.ts-brief-content, .-cp.ts-definition-content, .-cp.ts-description-content, .-cp.ts-employment-content, .-cp.ts-employment-top, .-cp.ts-feedback-content, .-cp.ts-listing-content, .-cp.ts-nextcase-content, .-cp.ts-numstat-content, .-cp.ts-rcfeed-content, .-cp.ts-relcase-content, .-cp.ts-screenshot-content, .-cp.ts-smfeed-content, .-cp.ts-splitshow-content, .ts-content.-cp {
  padding-top: 0;
  padding-bottom: 0;
}

.-color-ulesson {
  color: #fb7554;
}

.-color-ulesson-bg {
  background-color: #fb7554;
}

.-color-riyadh {
  color: #93c252;
}

.-color-riyadh-bg {
  background-color: #93c252;
}

.-color-sigma {
  color: #fb6052;
}

.-color-sigma-bg {
  background-color: #fb6052;
}

.-color-sleepiest {
  color: #893596;
}

.-color-sleepiest-bg {
  background-color: #893596;
}

.-color-genesis {
  color: #57c0b3;
}

.-color-genesis-bg {
  background-color: #57c0b3;
}

.-color-genesis-branding {
  color: #57c0b3;
}

.-color-genesis-branding-bg {
  background-color: #57c0b3;
}

.-color-nana {
  color: #fbd6d5;
}

.-color-nana-bg {
  background-color: #fbd6d5;
}

.-color-wickret {
  color: #3a83f5;
}

.-color-wickret-bg {
  background-color: #3a83f5;
}

.-color-euroauto {
  color: #1ca8e3;
}

.-color-euroauto-bg {
  background-color: #1ca8e3;
}

.-color-ferrumpipe {
  color: #a6d3c1;
}

.-color-ferrumpipe-bg {
  background-color: #a6d3c1;
}

.-color-flipaclip {
  color: #fb5e84;
}

.-color-flipaclip-bg {
  background-color: #fb5e84;
}

.-color-wambi {
  color: #b673e9;
}

.-color-wambi-bg {
  background-color: #b673e9;
}

.-color-monmarche {
  color: #b9dec6;
}

.-color-monmarche-bg {
  background-color: #b9dec6;
}

.-color-ohmhealth {
  color: #d3f6f4;
}

.-color-ohmhealth-bg {
  background-color: #d3f6f4;
}

.-color-consumervoice {
  color: #decb82;
}

.-color-consumervoice-bg {
  background-color: #decb82;
}

.-color-puntopago {
  color: #293d94;
}

.-color-puntopago-bg {
  background-color: #293d94;
}

.-color-datalight {
  color: #ca1386;
}

.-color-datalight-bg {
  background-color: #ca1386;
}

.-color-rallyreader {
  color: #574696;
}

.-color-rallyreader-bg {
  background-color: #574696;
}

.-color-raiffeisen {
  color: #feda55;
}

.-color-raiffeisen-bg {
  background-color: #feda55;
}

.-color-cisco {
  color: #adcbe5;
}

.-color-cisco-bg {
  background-color: #adcbe5;
}

.-color-service-digital {
  color: #f6e2de;
}

.-color-service-digital-bg {
  background-color: #f6e2de;
}

.-color-service-mobile {
  color: #f6b61d;
}

.-color-service-mobile-bg {
  background-color: #f6b61d;
}

.-color-service-branding {
  color: #decb82;
}

.-color-service-branding-bg {
  background-color: #decb82;
}

.-color-service-concept {
  color: #fb6052;
}

.-color-service-concept-bg {
  background-color: #fb6052;
}

.-color-service-marketing {
  color: #b62c83;
}

.-color-service-marketing-bg {
  background-color: #b62c83;
}

.-color-facebook {
  color: #3b5998;
}

.-color-facebook-bg {
  background-color: #3b5998;
}

.-color-twitter {
  color: #00acee;
}

.-color-twitter-bg {
  background-color: #00acee;
}

.-color-behance {
  color: #1769ff;
}

.-color-behance-bg {
  background-color: #1769ff;
}

.-color-dribbble {
  color: #ea4c89;
}

.-color-dribbble-bg {
  background-color: #ea4c89;
}

.-color-instagram {
  color: #833ab4;
}

.-color-instagram-bg {
  background-color: #833ab4;
}

.-color-youtube {
  color: #c4302b;
}

.-color-youtube-bg {
  background-color: #c4302b;
}

.-color-patreon {
  color: #f76959;
}

.-color-patreon-bg {
  background-color: #f76959;
}

.ts-svgsprite {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
}

.ts-menu-logo {
  position: fixed;
  top: 25px;
  left: 20px;
  z-index: 251;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s;
}
.ts-menu-logo a {
  font-weight: 600;
  text-decoration: none;
  font-size: 23px;
  display: inline-block;
}
.ts-menu-logo a img{
  width: 100px;
}

@media (min-width: 360px) {
  .ts-menu-logo {
    left: 30px;
  }
}
@media (min-width: 768px) and (min-height: 550px) {
  .ts-menu-logo {
    top: 40px;
    left: 40px;
  }
}
@media (min-width: 1200px) and (min-height: 700px) {
  .ts-menu-logo {
    top: 25px;
    left: 60px;
  }
}
@media (min-width: 2200px) {
  .ts-menu-logo {
    left: 100px;
  }
}
.ts-menu-logo svg {
  width: 88px;
  height: 19px;
}

@media (min-width: 768px) {
  .ts-menu-logo svg {
    width: 94px;
    height: 20px;
  }
}
.ts-menu-logo svg.-runnytimes {
  width: 95px;
  height: 19px;
}

@media (min-width: 768px) {
  .ts-menu-logo svg.-runnytimes {
    width: 132px;
    height: 26.4px;
  }
}
.ts-menu-logo.-visible {
  opacity: 1;
}

.ts-menu-toggle {
  position: fixed;
  top: 63px;
  right: 20px;
  z-index: 251;
}

@media (min-width: 360px) {
  .ts-menu-toggle {
    right: 30px;
  }
}
@media (min-width: 768px) and (min-height: 550px) {
  .ts-menu-toggle {
    top: 40px;
    right: 40px;
  }
}
@media (min-width: 1200px) and (min-height: 700px) {
  .ts-menu-toggle {
    top: 60px;
    right: 60px;
  }
}
@media (min-width: 2200px) {
  .ts-menu-toggle {
    right: 100px;
  }
}
.ts-menu.-inverse .ts-menu-toggle {
  color: #fff;
}

.ts-menu-box {
  display: none;
}

.ts-menu-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 197;
  pointer-events: none;
  background: rgba(238, 238, 238, 0.7);
}

.ts-menu-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 100px 0 90px 0;
  background: #fff;
}

@media (min-height: 550px) {
  .ts-menu-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .ts-menu-content {
    width: 689px;
    left: auto;
  }
}
@media (min-width: 768px) and (min-height: 550px) {
  .ts-menu-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0 0 0;
  }
}
@media (min-width: 768px) and (min-height: 600px) {
  .ts-menu-content {
    padding: 40px 0 0 0;
  }
}
@media (min-width: 1600px) and (min-height: 700px) {
  .ts-menu-content {
    width: 880px;
    padding: 50px 0 0 0;
  }
}
@media (min-width: 768px) {
  .ts-menu-content.-sm {
    width: 570px;
  }
}
@media (min-width: 1600px) and (min-height: 700px) {
  .ts-menu-content.-sm {
    width: 620px;
  }
}
.ts-menu-container {
  width: 100%;
  padding: 0 30px 0 45px;
}

@media (min-width: 768px) {
  .ts-menu-container {
    padding: 0 98px;
  }
}
@media (min-width: 768px) and (min-height: 550px) {
  .ts-menu-body {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
  }
}
.ts-menu-footer {
  padding: 50px 0 0 0;
}

@media (min-width: 768px) and (min-height: 550px) {
  .ts-menu-footer {
    padding: 0 0 50px 0;
  }
}
@media (min-width: 1600px) and (min-height: 700px) {
  .ts-menu-footer {
    padding: 0 0 84px 0;
  }
}
@media (min-width: 768px) and (min-height: 550px) {
  .ts-menu-grid {
    display: flex;
    width: 100%;
  }
}
@media (min-width: 768px) and (min-height: 550px) {
  .ts-menu-grid-col {
    flex: 1.2;
  }
}
.ts-menu-grid-col.-left {
  display: none;
}

@media (min-width: 768px) and (min-height: 550px) {
  .ts-menu-grid-col.-left {
    display: block;
    flex: 0.8;
  }
}
.ts-menu-title {
  display: none;
  padding: 0 0 30px 0;
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  line-height: 100%;
}

@media (min-height: 550px) {
  .ts-menu-title {
    display: block;
  }
}
@media (min-width: 1600px) and (min-height: 700px) {
  .ts-menu-title {
    padding: 0 0 50px 0;
  }
}
.ts-menu-title.-sm {
  padding: 0 0 12px 0;
}

@media (min-width: 1600px) and (min-height: 700px) {
  .ts-menu-title.-sm {
    padding: 0 0 20px 0;
  }
}
.ts-menu-nav {
  margin: -4px 0;
}

@media (min-width: 1600px) and (min-height: 700px) {
  .ts-menu-nav {
    margin: -9px 0;
  }
}
.ts-menu-nav-item {
  position: relative;
  display: block;
  padding: 4px 0;
}

@media (min-width: 1600px) and (min-height: 700px) {
  .ts-menu-nav-item {
    padding: 9px 0;
  }
}
.ts-menu-nav-item a {
  display: inline-block;
  position: relative;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 100%;
  text-decoration: none;
}

@media (min-width: 360px) {
  .ts-menu-nav-item a {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (min-height: 550px) {
  .ts-menu-nav-item a {
    font-size: 55px;
  }
}
@media (min-width: 1600px) and (min-height: 700px) {
  .ts-menu-nav-item a {
    font-size: 60px;
  }
}
.ts-menu-nav-item a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right center;
  background: currentColor;
  transition: transform 0.5s, transform-origin 0s;
}

.ts-menu-nav-item a em {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 0.01em 0 0;
}

.ts-menu-nav-item a span {
  display: inline-block;
  color: transparent;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.ts-menu-nav-item a span:after, .ts-menu-nav-item a span:before {
  content: attr(data-text);
  display: block;
  position: absolute;
  color: #000;
}

.ts-menu-nav-item a span:before {
  top: -7px;
  transform: skewY(0);
  transform-origin: right bottom;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.ts-menu-nav-item a span:after {
  top: 105%;
  transform: skewY(7deg);
  transform-origin: left top;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.ts-checkbox_rounded .ts-menu-nav-item label > input:focus ~ a.ts-checkbox_rounded-box span, .ts-menu-nav-item .ts-checkbox_rounded label > input:focus ~ a.ts-checkbox_rounded-box span, .ts-menu-nav-item a:focus span, .ts-menu-nav-item a:hover span {
  transform: translateY(-105%);
}

@media (pointer: coarse) {
  .ts-checkbox_rounded .ts-menu-nav-item label > input:focus ~ a.ts-checkbox_rounded-box span, .ts-menu-nav-item .ts-checkbox_rounded label > input:focus ~ a.ts-checkbox_rounded-box span, .ts-menu-nav-item a:focus span, .ts-menu-nav-item a:hover span {
    transform: none;
  }
}
.ts-checkbox_rounded .ts-menu-nav-item label > input:focus ~ a.ts-checkbox_rounded-box span:before, .ts-menu-nav-item .ts-checkbox_rounded label > input:focus ~ a.ts-checkbox_rounded-box span:before, .ts-menu-nav-item a:focus span:before, .ts-menu-nav-item a:hover span:before {
  transform: skewY(7deg);
}

@media (pointer: coarse) {
  .ts-checkbox_rounded .ts-menu-nav-item label > input:focus ~ a.ts-checkbox_rounded-box span:before, .ts-menu-nav-item .ts-checkbox_rounded label > input:focus ~ a.ts-checkbox_rounded-box span:before, .ts-menu-nav-item a:focus span:before, .ts-menu-nav-item a:hover span:before {
    transform: none;
  }
}
.ts-checkbox_rounded .ts-menu-nav-item label > input:focus ~ a.ts-checkbox_rounded-box span:after, .ts-menu-nav-item .ts-checkbox_rounded label > input:focus ~ a.ts-checkbox_rounded-box span:after, .ts-menu-nav-item a:focus span:after, .ts-menu-nav-item a:hover span:after {
  transform: skewY(0);
}

@media (pointer: coarse) {
  .ts-checkbox_rounded .ts-menu-nav-item label > input:focus ~ a.ts-checkbox_rounded-box span:after, .ts-menu-nav-item .ts-checkbox_rounded label > input:focus ~ a.ts-checkbox_rounded-box span:after, .ts-menu-nav-item a:focus span:after, .ts-menu-nav-item a:hover span:after {
    transform: none;
  }
}
.ts-checkbox_rounded label > input:checked ~ .ts-menu-nav-item.ts-checkbox_rounded-box a:before, .ts-menu-nav-item.-active a:before, .ts-menu.-open .ts-menu-toggle button.ts-menu-nav-item a:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.ts-menu-social {
  display: inline-block;
  margin: -6px 0;
}

@media (min-width: 1600px) and (min-height: 700px) {
  .ts-menu-social {
    margin: -6.5px 0;
  }
}
.ts-menu-social-item {
  position: relative;
  display: block;
  padding: 12px 0;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.00464286em;
  text-transform: capitalize;
  text-decoration: none;
}

@media (min-width: 1600px) and (min-height: 700px) {
  .ts-menu-social-item {
    padding: 13px 0;
  }
}
.ts-menu-social-item em {
  display: block;
  position: relative;
  overflow: hidden;
}

.ts-menu-social-item em span {
  display: block;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: left center;
}

.ts-menu-social-item em span:after {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 130%;
  transform: skewY(10deg);
  transform-origin: left center;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.ts-checkbox_rounded label > input:focus ~ .ts-menu-social-item.ts-checkbox_rounded-box em span, .ts-menu-social-item:focus em span, .ts-menu-social-item:hover em span {
  transform: translateY(-130%) skewY(5deg);
}

@media (pointer: coarse) {
  .ts-checkbox_rounded label > input:focus ~ .ts-menu-social-item.ts-checkbox_rounded-box em span, .ts-menu-social-item:focus em span, .ts-menu-social-item:hover em span {
    transform: none;
  }
}
.ts-checkbox_rounded label > input:focus ~ .ts-menu-social-item.ts-checkbox_rounded-box em span:after, .ts-menu-social-item:focus em span:after, .ts-menu-social-item:hover em span:after {
  transform: skewY(-5deg);
}

@media (pointer: coarse) {
  .ts-checkbox_rounded label > input:focus ~ .ts-menu-social-item.ts-checkbox_rounded-box em span:after, .ts-menu-social-item:focus em span:after, .ts-menu-social-item:hover em span:after {
    transform: none;
  }
}
.ts-menu-mail {
  display: block;
}

.ts-menu-mail a {
  position: relative;
  display: inline-block;
  padding: 0 0 5px 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.00464286em;
  text-decoration: none;
}

@media (min-width: 1600px) and (min-height: 700px) {
  .ts-menu-mail a {
    padding: 0 0 6px 0;
    font-size: 20px;
    line-height: 25px;
  }
}
.ts-menu-mail a:after, .ts-menu-mail a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}

.ts-menu-mail a:after {
  background: #000;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.ts-checkbox_rounded .ts-menu-mail label > input:focus ~ a.ts-checkbox_rounded-box:after, .ts-menu-mail .ts-checkbox_rounded label > input:focus ~ a.ts-checkbox_rounded-box:after, .ts-menu-mail a:focus:after, .ts-menu-mail a:hover:after {
  transform: scaleX(1);
}

.ts-menu-contact {
  display: none;
}

@media (min-width: 1200px) {
  .ts-menu-contact {
    display: block;
    position: fixed;
    right: 45px;
    bottom: 40px;
    z-index: 95;
  }
}
.ts-menu-contact:hover {
  z-index: 100;
}

@media (min-height: 450px), (min-width: 768px) {
  .ts-menu.-open .ts-menu-logo {
    opacity: 1;
    pointer-events: auto;
  }
}
.ts-menu.-open .ts-menu-backdrop {
  pointer-events: auto;
}

.ts-navbar.-inverse {
  color: #fff;
}

.ts-navbar-strip {
  position: absolute;
  top: 25px;
  left: 20px;
  right: 20px;
  z-index: 99;
}

@media (min-width: 360px) {
  .ts-navbar-strip {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 768px) and (min-height: 550px) {
  .ts-navbar-strip {
    top: 40px;
    left: 40px;
    right: 40px;
  }
}
@media (min-width: 1200px) and (min-height: 700px) {
  .ts-navbar-strip {
    top: 25px;
    left: 60px;
    right: 60px;
  }
}
@media (min-width: 2200px) {
  .ts-navbar-strip {
    left: 100px;
    right: 100px;
  }
}
.ts-navbar-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ts-navbar-logo {
  position: relative;
  transition: opacity 0.8s;
  text-decoration: none !important;
  font-size: 23px;
}
.ts-navbar-logo a {
  text-decoration: none !important;
  font-weight: 600;
  display: inline-block;
}

.ts-navbar-logo a img{
  width: 75px;
}

.menu-open .ts-navbar-logo {
  opacity: 0;
}

.ts-navbar-logo a {
  color: currentColor;
}

.ts-navbar-logo svg {
  width: 88px;
  height: 19px;
}

@media (min-width: 768px) {
  .ts-navbar-logo svg {
    width: 94px;
    height: 20px;
  }
}
.ts-navbar-logo svg.-runnytimes {
  width: 114px;
  height: 22.8px;
}

@media (min-width: 768px) {
  .ts-navbar-logo svg.-runnytimes {
    width: 132px;
    height: 26.4px;
  }
}
.ts-navbar-link {
  display: inline-block;
  margin: 0 26px 0 0;
}

@media (min-width: 768px) {
  .ts-navbar-link {
    margin: 0 60px 0 0;
  }
}
.ts-navbar-toggle {
  display: inline-block;
}

.ts-loader {
  display: inline;
}

.ts-loader_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  max-height: 0%;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  background: #fff;
  transition: opacity 0.8s, max-height 0s 0.8s;
}

.ts-loader_overlay.-visible {
  pointer-events: auto;
  opacity: 1;
  max-height: 100%;
  transition-delay: 0s, 0s;
}

.ts-form-label {
  margin: 0 0 33px 0;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.04em;
}

@media (min-width: 768px) {
  .ts-form-label {
    margin: 0 0 47px 0;
    font-size: 35px;
  }
}
.ts-form-label.-smooth {
  color: #ccc;
}

.ts-form-group {
  margin: 0 0 45px 0;
}

@media (min-width: 768px) {
  .ts-form-group {
    margin: 0 0 70px 0;
  }
}
.ts-form-submit {
  margin: 10px 0 0 0;
}

.ts-form-terms {
  margin: 50px 0 0 0;
  max-width: 360px;
  color: rgba(179, 179, 179, 0.5);
  font-size: 14px;
  line-height: 140%;
}

.ts-form-terms a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: color 0.2s;
}

.ts-form-terms a:hover {
  color: #000;
}

.grecaptcha-badge {
  visibility: hidden;
}

.ts-input {
  display: inline;
}

.ts-input_light {
  position: relative;
  display: block;
  line-height: 0;
  /*contain: content;*/
}

.ts-input_light-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 59px;
  width: 300%;
  transform: translateX(-66.66%);
  opacity: 0.1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjAwIDYwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIGQ9Ik0wLDU2LjVjMCwwLDI5OC42NjYsMCwzOTkuMzMzLDBDNDQ4LjMzNiw1Ni41LDUxMy45OTQsNDYsNTk3LDQ2Yzc3LjMyNywwLDEzNSwxMC41LDIwMC45OTksMTAuNWM5NS45OTYsMCw0MDIuMDAxLDAsNDAyLjAwMSwwIj48L3BhdGg+PC9zdmc+);
  background-position: center bottom;
  pointer-events: none;
  transition: transform 0s cubic-bezier(0, 0.25, 0.5, 1), opacity 0.4s;
}

@media (min-width: 768px) {
  .ts-input_light-line {
    height: 85px;
  }
}
.ts-input_light-box {
  position: relative;
  /*overflow: hidden;*/
}

.ts-input_light-message {
  margin: 15px 0 0 0;
  color: #eb4242;
  font-size: 16px;
  line-height: 25px;
}

.ts-input_light-message:empty {
  display: none;
}

.ts-input_light input, .ts-input_light textarea {
  position: relative;
  margin: 0;
  padding: 15px 0;
  width: 100%;
  z-index: 1;
  color: #000;
  background: 0 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  resize: none;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 100%;
  transition: all 0.3s, height 0s;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 768px) {
  .ts-input_light input, .ts-input_light textarea {
    padding: 21px 0;
    font-size: 35px;
  }
}

.ts-input_light input::-moz-placeholder, .ts-input_light textarea::-moz-placeholder {
  color: #ccc;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

.ts-input_light input::placeholder, .ts-input_light textarea::placeholder {
  color: #ccc;
  transition: color 0.2s;
}

.ts-input_light input:hover + .ts-input_light-line, .ts-input_light textarea:hover + .ts-input_light-line {
  opacity: 0.6;
}

.ts-checkbox_rounded .ts-input_light label > input:focus ~ input.ts-checkbox_rounded-box::-moz-placeholder, .ts-checkbox_rounded .ts-input_light label > input:focus ~ textarea.ts-checkbox_rounded-box::-moz-placeholder, .ts-input_light .ts-checkbox_rounded label > input:focus ~ input.ts-checkbox_rounded-box::-moz-placeholder, .ts-input_light .ts-checkbox_rounded label > input:focus ~ textarea.ts-checkbox_rounded-box::-moz-placeholder, .ts-input_light input:focus::-moz-placeholder, .ts-input_light textarea:focus::-moz-placeholder {
  color: #b3b3b3;
}

.ts-checkbox_rounded .ts-input_light label > input:focus ~ input.ts-checkbox_rounded-box::placeholder, .ts-checkbox_rounded .ts-input_light label > input:focus ~ textarea.ts-checkbox_rounded-box::placeholder, .ts-input_light .ts-checkbox_rounded label > input:focus ~ input.ts-checkbox_rounded-box::placeholder, .ts-input_light .ts-checkbox_rounded label > input:focus ~ textarea.ts-checkbox_rounded-box::placeholder, .ts-input_light input:focus::placeholder, .ts-input_light textarea:focus::placeholder {
  color: #b3b3b3;
}

.ts-checkbox_rounded .ts-input_light label > input:focus ~ input.ts-checkbox_rounded-box + .ts-input_light-line, .ts-checkbox_rounded .ts-input_light label > input:focus ~ textarea.ts-checkbox_rounded-box + .ts-input_light-line, .ts-input_light .ts-checkbox_rounded label > input:focus ~ input.ts-checkbox_rounded-box + .ts-input_light-line, .ts-input_light .ts-checkbox_rounded label > input:focus ~ textarea.ts-checkbox_rounded-box + .ts-input_light-line, .ts-input_light input:focus + .ts-input_light-line, .ts-input_light textarea:focus + .ts-input_light-line {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.8s, 0.4s;
}

.ts-input_light input:invalid, .ts-input_light textarea:invalid {
  box-shadow: none;
  outline: 0;
}

.ts-input_light input:disabled, .ts-input_light textarea:disabled {
  opacity: 0.4;
  pointer-events: none;
}

.ts-input_light textarea {
  height: 60px;
  font-size: 17px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .ts-input_light textarea {
    height: 93px;
    font-size: 26px;
  }
}

.ts-input_light textarea::-moz-placeholder {
  font-size: 24px;
}

.ts-input_light textarea::placeholder {
  font-size: 24px;
}

@media (min-width: 768px) {
  .ts-input_light textarea::-moz-placeholder {
    font-size: 35px;
  }
  .ts-input_light textarea::placeholder {
    font-size: 35px;
  }
}
.ts-input_light.-error .ts-input_light-line {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjAwIDYwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGMDMyMzIiIGQ9Ik0wLDU2LjVjMCwwLDI5OC42NjYsMCwzOTkuMzMzLDBDNDQ4LjMzNiw1Ni41LDUxMy45OTQsNDYsNTk3LDQ2Yzc3LjMyNywwLDEzNSwxMC41LDIwMC45OTksMTAuNWM5NS45OTYsMCw0MDIuMDAxLDAsNDAyLjAwMSwwIj48L3BhdGg+PC9zdmc+);
}

.ts-input_file {
  position: relative;
  cursor: pointer;
}

.ts-input_file input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
}

.ts-input_file-btn {
  position: relative;
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 2;
  color: inherit;
  background: 0 0;
  border: 0;
  border-radius: 0;
  outline: 0 !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.01em;
  text-align: inherit;
  text-transform: inherit;
  text-indent: inherit;
  text-decoration: none;
  transition: opacity 0.4s;
}

@media (min-width: 768px) {
  .ts-input_file-btn {
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
  }
}
.ts-input_file-btn svg {
  margin: 0 15px 0 0;
  font-size: 18px;
  line-height: 0;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ts-input_file-btn span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.ts-input_file-btn span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right center;
  background: currentColor;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), transition-orign 0s;
}

.ts-checkbox_rounded label > input:focus ~ .ts-input_file-btn.ts-checkbox_rounded-box svg, .ts-input_file-btn:focus svg, .ts-input_file-btn:hover svg {
  transform: scale(1.1);
}

.ts-checkbox_rounded label > input:focus ~ .ts-input_file-btn.ts-checkbox_rounded-box span:before, .ts-input_file-btn:focus span:before, .ts-input_file-btn:hover span:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.ts-input_file-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}

.ts-input_file-message {
  margin: 30px 0 0 0;
  color: #eb4242;
  font-size: 16px;
  line-height: 25px;
}

.ts-input_file-items {
  display: inline-block;
  margin: -12px 0;
  padding: 40px 0 0 0;
  transition: opacity 0.4s;
}

.ts-input_file input:disabled ~ .ts-input_file-items {
  opacity: 0.4;
  pointer-events: none;
}

.ts-input_file-item {
  display: flex;
  padding: 12px 0;
  cursor: pointer;
  transition: transform 0.15s, opacity 0.15s;
}

.ts-input_file-item i {
  position: relative;
  max-width: 13px;
  max-height: 13px;
  min-width: 13px;
  min-height: 13px;
  margin: 4px 17px 0 2px;
}

.ts-input_file-item i:after, .ts-input_file-item i:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  height: 2px;
  transform: rotate(-45deg);
  background: currentColor;
}

.ts-input_file-item i:after {
  transform: rotate(45deg);
}

.ts-input_file-item b {
  font-size: 20px;
  font-weight: inherit;
  line-height: 100%;
  letter-spacing: -0.01em;
  word-break: break-word;
}

.ts-input_file-item:hover {
  opacity: 0.7;
  transform: translateX(5px);
}

.ts-btn {
  display: inline;
}

.ts-btn_contact, .ts-btn_dummy, .ts-btn_menu, .ts-btn_more, .ts-btn_nav, .ts-btn_plus, .ts-btn_seemore, .ts-btn_send {
  position: relative;
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 0;
  color: inherit;
  background: 0 0;
  border: 0;
  border-radius: 0;
  outline: 0 !important;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
  text-indent: inherit;
  text-decoration: none;
}
.ts-btn_contact img{
  width: 88%;
  position: relative;
}

.ts-btn_contact:focus, .ts-btn_contact:hover, .ts-btn_dummy:focus, .ts-btn_dummy:hover, .ts-btn_menu:focus, .ts-btn_menu:hover, .ts-btn_more:focus, .ts-btn_more:hover, .ts-btn_nav:focus, .ts-btn_nav:hover, .ts-btn_plus:focus, .ts-btn_plus:hover, .ts-btn_seemore:focus, .ts-btn_seemore:hover, .ts-btn_send:focus, .ts-btn_send:hover, .ts-checkbox_rounded label > input:focus ~ .ts-btn_contact.ts-checkbox_rounded-box, .ts-checkbox_rounded label > input:focus ~ .ts-btn_dummy.ts-checkbox_rounded-box, .ts-checkbox_rounded label > input:focus ~ .ts-btn_menu.ts-checkbox_rounded-box, .ts-checkbox_rounded label > input:focus ~ .ts-btn_more.ts-checkbox_rounded-box, .ts-checkbox_rounded label > input:focus ~ .ts-btn_nav.ts-checkbox_rounded-box, .ts-checkbox_rounded label > input:focus ~ .ts-btn_plus.ts-checkbox_rounded-box, .ts-checkbox_rounded label > input:focus ~ .ts-btn_seemore.ts-checkbox_rounded-box, .ts-checkbox_rounded label > input:focus ~ .ts-btn_send.ts-checkbox_rounded-box {
  text-decoration: none;
}

.ts-btn_nav {
  font-size: 17px;
  letter-spacing: -0.03em;
}

@media (min-width: 768px) {
  .ts-btn_nav {
    font-size: 20px;
    letter-spacing: -0.03em;
  }
}
.ts-btn_menu {
  height: 25px;
}

.ts-btn_menu-title {
  display: none;
}

@media (min-width: 768px) {
  .ts-btn_menu-title {
    display: inline-block;
    margin: 0 25px 0 0;
    font-size: 20px;
    letter-spacing: -0.03em;
  }
}
.ts-btn_menu-box {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 25px;
  line-height: 25px;
  vertical-align: middle;
  transition: color 0.2s;
}

.ts-btn_menu-box:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  left: -20px;
  bottom: -20px;
}

.ts-btn_menu-box span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  top: 0;
  z-index: 1;
  backface-visibility: hidden;
  background: currentColor;
  transition: top 0.3s 0.3s, transform 0.3s;
}

.ts-btn_menu.-inverse {
  color: #fff;
}

.desktop .ts-btn_menu:hover .ts-btn_menu-box {
  color: #fff;
  transition-delay: 0.15s;
}

@media (min-width: 1024px) {
  .ts-btn_menu:hover .ts-btn_menu-box:before {
    top: -80px;
    right: -80px;
    left: -80px;
    bottom: -80px;
  }
}
.ts-btn_menu.-active, .ts-checkbox_rounded label > input:checked ~ .ts-btn_menu.ts-checkbox_rounded-box, .ts-menu.-open .ts-menu-toggle button.ts-btn_menu {
  color: #000;
}

.ts-btn_menu.-active .ts-btn_menu-box span:first-child, .ts-checkbox_rounded label > input:checked ~ .ts-btn_menu.ts-checkbox_rounded-box .ts-btn_menu-box span:first-child, .ts-menu.-open .ts-menu-toggle button.ts-btn_menu .ts-btn_menu-box span:first-child {
  animation: ts-btn_menu-open-top 0.75s;
  top: 4px;
  transform: rotate(45deg) scaleX(1);
  transition-duration: 0s, 0s;
}

.ts-btn_menu.-active .ts-btn_menu-box span:last-child, .ts-checkbox_rounded label > input:checked ~ .ts-btn_menu.ts-checkbox_rounded-box .ts-btn_menu-box span:last-child, .ts-menu.-open .ts-menu-toggle button.ts-btn_menu .ts-btn_menu-box span:last-child {
  animation: ts-btn_menu-open-bottom 0.75s;
  top: -3px;
  transform: rotate(-45deg) scaleX(1);
  transition-duration: 0s, 0s;
}

.ts-btn_contact {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  transition: color 0.2s, opacity 0.5s;
}

@media (min-width: 1600px) {
  .ts-btn_contact {
    width: 60px;
    height: 60px;
  }
}
.ts-btn_contact:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e6201d;
  border-radius: inherit;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.2s;
}

.ts-btn_contact svg {
  position: relative;
  font-size: 24px;
  line-height: 0;
}

@media (min-width: 1600px) {
  .ts-btn_contact svg {
    font-size: 28px;
  }
}
.ts-btn_contact:focus, .ts-btn_contact:hover, .ts-checkbox_rounded label > input:focus ~ .ts-btn_contact.ts-checkbox_rounded-box {
  color: #fff;
}

.ts-btn_contact:focus:before, .ts-btn_contact:hover:before, .ts-checkbox_rounded label > input:focus ~ .ts-btn_contact.ts-checkbox_rounded-box:before {
  transform: scale(1.1);
}

.ts-btn_contact:active:before {
  transform: scale(1);
}

.ts-btn_contact.-hidden {
  opacity: 0;
}

.ts-btn_contact.-inverse {
  color: #000;
}

.ts-btn_contact.-inverse:before {
  background-color: #fff;
}

.ts-btn_send {
  padding: 7px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.01em;
  transition: opacity 0.4s;
}

@media (min-width: 768px) {
  .ts-btn_send {
    padding: 9px 0;
    font-size: 22px;
    line-height: 28px;
  }
}
.ts-btn_send:before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
}

.ts-btn_send:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: currentColor;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.ts-btn_send:focus:after, .ts-btn_send:hover:after, .ts-checkbox_rounded label > input:focus ~ .ts-btn_send.ts-checkbox_rounded-box:after {
  transform: scaleX(0);
}

.ts-btn_send:disabled {
  opacity: 0.3;
  pointer-events: none;
}

.ts-btn_more {
  display: inline-flex;
  align-items: center;
  height: 57px;
  padding: 0 32px;
  border-radius: 47px;
}

@media (min-width: 1200px) {
  .ts-btn_more {
    height: 72px;
    padding: 0 40px;
    min-width: 170px;
    border-radius: 60px;
  }
}
.ts-btn_more:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  border-radius: inherit;
  transition: border-color 0.2s;
}

.ts-btn_more[data-magnetic]:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: -40px;
  right: -40px;
  bottom: -40px;
}

.ts-btn_more svg {
  position: relative;
  z-index: 2;
  margin: 0 9px 0 0;
  font-size: 23px;
  transition: color 0.4s;
}

@media (min-width: 768px) {
  .ts-btn_more svg {
    margin: 0 12px 0 0;
    font-size: 28px;
  }
}
.ts-btn_more-title {
  position: relative;
  top: -1px;
  display: block;
  overflow: hidden;
  z-index: 2;
}

.ts-btn_more-title span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transform-origin: left top;
  transition: color 0.2s, transform 0.4s;
}

@media (min-width: 1200px) {
  .ts-btn_more-title span {
    font-size: 18px;
  }
}
.ts-btn_more-title span:after {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 150%;
  left: 0;
  transform: skewY(5deg);
  transform-origin: left top;
  transition: transform 0.4s;
}

.ts-btn_more-ripple {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  transform: translateZ(0);
  border-radius: inherit;
}

.ts-btn_more-ripple span {
  display: block;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: #e6201d;
  border-radius: 50%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);
}

.ts-btn_more.-inverse {
  color: #000;
}

.ts-btn_more.-inverse:after {
  border: 0;
  background: #fff;
}

.ts-btn_more.-inverse .ts-btn_more-ripple span {
  background: #000;
}

.ts-btn_more.-danger {
  color: #fff;
}

.ts-btn_more.-danger:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: #ff424d;
}

.ts-btn_more.-danger .ts-btn_more-ripple span {
  background: #ff2935;
}

@media (pointer: fine) {
  .ts-btn_more:hover .ts-btn_more-title span {
    color: #fff;
    transform: translateY(-150%) skewY(-7deg);
  }
}
@media (pointer: fine) {
  .ts-btn_more:hover .ts-btn_more-title span:after {
    transform: skewY(7deg);
  }
}
@media (pointer: fine) {
  .ts-btn_more:hover .ts-btn_more-ripple span {
    border-radius: 0;
    transform: translateY(0);
    transition-duration: 0s, 0s;
    animation: ts-checkbox_rounded-ripple-in 0.5s cubic-bezier(0.4, 0, 0, 1);
  }
}
@media (pointer: fine) {
  .ts-btn_more:hover.-inverse svg {
    color: #fff;
  }
}
.ts-btn_seemore {
  font-size: 17px;
  line-height: 210%;
  transition: opacity 0.3s;
}

@media (min-width: 768px) {
  .ts-btn_seemore {
    font-size: 20px;
  }
}
.ts-btn_seemore:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  transform: scaleX(1);
  transform-origin: left center;
  background: currentColor;
}

.ts-btn_seemore span {
  display: inline-block;
  vertical-align: middle;
}

.ts-btn_seemore span + svg {
  margin-left: 0.3em;
}

.ts-btn_seemore span + svg.-medium {
  width: 3.86em;
}

.ts-btn_seemore:hover {
  opacity: 0.8;
}

.ts-btn_seemore:hover:before {
  animation: ts-btn_seemore-line 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.ts-btn_plus {
  cursor: pointer;
  text-align: center;
}

.ts-btn_plus-ico {
  position: relative;
  display: block;
  width: 69px;
  height: 69px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (min-width: 768px) {
  .ts-btn_plus-ico {
    width: 87px;
    height: 87px;
  }
}
.ts-btn_plus:hover .ts-btn_plus-ico {
  transform: scale(1.1);
}

.ts-btn_plus-ico:after, .ts-btn_plus-ico:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 13px;
  height: 2px;
  margin: -1px 0 0 -6.5px;
  background: #000;
}

@media (min-width: 768px) {
  .ts-btn_plus-ico:after, .ts-btn_plus-ico:before {
    width: 17px;
    margin: -1px 0 0 -8.5px;
  }
}
.ts-btn_plus-ico:after {
  transform: rotate(90deg);
}

.ts-btn_plus-title {
  display: block;
  margin: 25px 0 0 0;
  font-weight: 600;
  font-size: 17px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .ts-btn_plus-title {
    margin: 30px 0 0 0;
    font-size: 20px;
    line-height: 50px;
  }
}
@keyframes ts-btn_seemore-line {
  0% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  40% {
    transform: scaleX(0);
    transform-origin: right center;
  }
  40.0001% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
@keyframes ts-btn_menu-open-top {
  0% {
    opacity: 1;
    top: 0;
    left: 0;
    transform: rotate(0) scaleX(1);
    transform-origin: left center;
  }
  30% {
    opacity: 1;
    top: 0;
    left: 0;
    transform: rotate(0) scaleX(0);
  }
  30.1% {
    opacity: 0;
    top: 0;
    left: 0;
    transform: rotate(0) scaleX(0);
  }
  31% {
    opacity: 1;
    top: -5px;
    left: 3px;
    transform: rotate(45deg) scaleX(0);
  }
  100%, 80% {
    opacity: 1;
    top: -5px;
    left: 3px;
    transform: rotate(45deg) scaleX(1);
    transform-origin: left center;
  }
}
@keyframes ts-btn_menu-open-bottom {
  0% {
    opacity: 1;
    top: 0;
    left: 0;
    transform: rotate(0) scaleX(1);
    transform-origin: right center;
  }
  50% {
    opacity: 1;
    top: 0;
    left: 0;
    transform: rotate(0) scaleX(0);
  }
  50.1% {
    opacity: 0;
    top: 0;
    left: 0;
    transform: rotate(0) scaleX(0);
  }
  51%, 55% {
    opacity: 1;
    top: -12px;
    left: -4px;
    transform: rotate(-45deg) scaleX(0);
  }
  100% {
    opacity: 1;
    top: -12px;
    left: -4px;
    transform: rotate(-45deg) scaleX(1);
    transform-origin: right center;
  }
}
.ts-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  transition: opacity 0.3s, color 0.4s;
}

.ts-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  transform: scale(0);
  background: #e6201d;
  border-radius: 50%;
  transition: transform 0.25s ease-in-out, opacity 0.1s;
}

.ts-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  transition: opacity 0.4s, transform 0.3s;
}

.ts-cursor-text:lang(ru) {
  font-size: 14px;
  line-height: 18px;
}

.ts-cursor-media {
  display: none;
  position: absolute;
  width: 350px;
  height: 350px;
  margin: -175px 0 0 -175px;
}

@media (min-width: 1600px) {
  .ts-cursor-media {
    width: 430px;
    height: 430px;
    margin: -215px 0 0 -215px;
  }
}
.ts-cursor-media-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(0) translateZ(0);
  transform-origin: center center;
  padding: 1px;
  opacity: 0;
  border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
  transition: transform 0.35s, opacity 0.2s 0.2s;
}

.ts-cursor-media img, .ts-cursor-media video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .ts-cursor-media img, .ts-cursor-media video {
    position: static;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translateZ(0);
  }
}
@supports (mix-blend-mode: exclusion) {
  .ts-cursor.-exclusion, .ts-cursor.-media.-media-blend, .ts-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}
@supports (mix-blend-mode: exclusion) {
  .ts-cursor.-exclusion:before, .ts-cursor.-media.-media-blend:before, .ts-cursor.-opaque:before {
    background: #fff;
  }
}
.ts-cursor.-normal, .ts-cursor.-text {
  mix-blend-mode: normal;
}

.ts-cursor.-normal:before, .ts-cursor.-text:before {
  background: currentColor;
}

.ts-cursor.-inverse {
  color: #fff;
}

.ts-cursor.-visible:before {
  transform: scale(0.2);
}

.ts-checkbox_rounded label > input:checked ~ .ts-cursor.-visible.ts-checkbox_rounded-box:before, .ts-cursor.-visible.-active:before, .ts-menu.-open .ts-menu-toggle button.ts-cursor.-visible:before {
  transform: scale(0.23);
  transition-duration: 0.2s;
}

.ts-cursor.-pointer:before {
  transform: scale(0.15);
}

.ts-cursor.-text:before {
  opacity: 0.85;
  transform: scale(1.7);
}

.ts-cursor.-text .ts-cursor-text {
  opacity: 1;
  transform: scale(1);
}

.ts-checkbox_rounded label > input:checked ~ .ts-cursor.-text.ts-checkbox_rounded-box:before, .ts-cursor.-text.-active:before, .ts-menu.-open .ts-menu-toggle button.ts-cursor.-text:before {
  transform: scale(1.6);
  transition-duration: 0.2s;
}

.ts-cursor.-icon:before {
  transform: scale(1.5);
}

.ts-checkbox_rounded label > input:checked ~ .ts-cursor.-icon.ts-checkbox_rounded-box:before, .ts-cursor.-icon.-active:before, .ts-menu.-open .ts-menu-toggle button.ts-cursor.-icon:before {
  transform: scale(1.4);
}

.ts-cursor.-media {
  z-index: 0;
}

.ts-cursor.-media .ts-cursor-media-box {
  opacity: 1;
  transform: scale(0.696);
  transition-duration: 0.4s, 0.4s;
  transition-delay: 0s, 0s;
}

.ts-cursor.-media.-media-lg .ts-cursor-media-box {
  transform: scale(1) !important;
}

@supports (mix-blend-mode: exclusion) {
  .ts-cursor.-media.-media-blend {
    z-index: 150;
  }
}
@supports (mix-blend-mode: exclusion) {
  .ts-cursor.-media.-media-blend .ts-cursor-media-box {
    filter: invert(1);
  }
}
.ts-cursor.-menu:before {
  transform: scale(1.32);
}

.ts-checkbox_rounded label > input:checked ~ .ts-cursor.-menu.ts-checkbox_rounded-box:before, .ts-cursor.-menu.-active:before, .ts-menu.-open .ts-menu-toggle button.ts-cursor.-menu:before {
  transform: scale(1.2);
}

.ts-cursor.-opaque:before {
  transform: scale(1.32);
}

.ts-checkbox_rounded label > input:checked ~ .ts-cursor.-opaque.ts-checkbox_rounded-box:before, .ts-cursor.-opaque.-active:before, .ts-menu.-open .ts-menu-toggle button.ts-cursor.-opaque:before {
  transform: scale(1.2);
}

.ts-cursor.-loading:before {
  animation: ts-cursor-loading 0.6s 0.1s infinite alternate-reverse;
  transform: scale(0.3);
}

.ts-cursor.-hidden:before {
  transform: scale(0);
}
@keyframes ts-cursor-loading {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(0.3);
  }
}
.ts-checkbox {
  display: inline;
}

.ts-checkbox-group {
  margin: -7px -6px;
}

@media (min-width: 768px) {
  .ts-checkbox-group {
    margin: -12px -9px;
  }
}
@media (min-width: 1600px) {
  .ts-checkbox-group {
    margin: -15px -10px;
  }
}
.ts-checkbox-group .ts-checkbox {
  margin: 7px 6px;
}

@media (min-width: 768px) {
  .ts-checkbox-group .ts-checkbox {
    margin: 12px 9px;
  }
}
@media (min-width: 1600px) {
  .ts-checkbox-group .ts-checkbox {
    margin: 15px 10px;
  }
}
.ts-checkbox_rounded {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  contain: content;
}

.ts-checkbox_rounded:before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: -10px;
  right: -10px;
  bottom: -15px;
}

.ts-checkbox_rounded-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  height: 49px;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: -0.01em;
  background: #fff;
  border-radius: 68px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: opacity 0.4s;
}

@media (min-width: 768px) {
  .ts-checkbox_rounded-box {
    padding: 0 32px;
    height: 65px;
    font-size: 18px;
    border-radius: 90px;
  }
}
@media (min-width: 1600px) {
  .ts-checkbox_rounded-box {
    height: 72px;
    padding: 0 35px;
    font-size: 20px;
    border-radius: 100px;
  }
}
.ts-checkbox_rounded-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  border-radius: 68px;
  transition: border-color 0.2s;
}

@media (min-width: 768px) {
  .ts-checkbox_rounded-box:before {
    border-radius: 90px;
  }
}
@media (min-width: 1600px) {
  .ts-checkbox_rounded-box:before {
    border-radius: 100px;
  }
}
.ts-checkbox_rounded label > input:focus ~ .ts-checkbox_rounded-box:before, .ts-checkbox_rounded-box:focus:before {
  border-color: rgba(0, 0, 0, 0.25);
}

.ts-checkbox_rounded label > input:disabled ~ .ts-checkbox_rounded-box, .ts-checkbox_rounded-box.-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.ts-checkbox_rounded-title {
  position: relative;
  top: -1px;
  display: block;
  overflow: hidden;
}

.ts-checkbox_rounded-title span {
  display: block;
  position: relative;
  z-index: 2;
  transition: color 0.2s, transform 0.4s;
  transform-origin: left top;
}

.ts-checkbox_rounded-title span:after {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 150%;
  left: 0;
  transform: skewY(5deg);
  transform-origin: left top;
  transition: transform 0.4s;
}

.ts-checkbox_rounded-ripple {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transform: translateZ(0);
  border-radius: 68px;
}

@media (min-width: 768px) {
  .ts-checkbox_rounded-ripple {
    border-radius: 90px;
  }
}
@media (min-width: 1600px) {
  .ts-checkbox_rounded-ripple {
    border-radius: 100px;
  }
}
.ts-checkbox_rounded-ripple span {
  display: block;
  width: 100%;
  height: 100%;
  transform: translateY(100%) translateZ(0);
  background: currentColor;
  border-radius: 50%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);
}

.ts-checkbox_rounded:hover .ts-checkbox_rounded-ripple {
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.ts-checkbox_rounded:hover .ts-checkbox_rounded-title span {
  transform: translateY(-150%) skewY(-7deg);
}

@media (pointer: coarse) {
  .ts-checkbox_rounded:hover .ts-checkbox_rounded-title span {
    transform: none;
  }
}
.ts-checkbox_rounded:hover .ts-checkbox_rounded-title span:after {
  transform: skewY(7deg);
}

@media (pointer: coarse) {
  .ts-checkbox_rounded:hover .ts-checkbox_rounded-title span:after {
    transform: none;
  }
}
.ts-checkbox_rounded label {
  cursor: pointer;
}

.ts-checkbox_rounded label > input {
  position: absolute;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  visibility: hidden;
  opacity: 0;
}

.ts-checkbox_rounded label > input:checked ~ .ts-checkbox_rounded-box .ts-checkbox_rounded-title {
  color: #fff;
}

.chrome .ts-checkbox_rounded label > input:checked ~ .ts-checkbox_rounded-box .ts-checkbox_rounded-ripple {
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.ts-checkbox_rounded label > input:checked ~ .ts-checkbox_rounded-box .ts-checkbox_rounded-ripple span {
  border-radius: 0;
  transform: translateY(0) translateZ(0);
  transition-duration: 0s, 0s;
  animation: ts-checkbox_rounded-ripple-in 0.5s cubic-bezier(0.4, 0, 0, 1);
}
@keyframes ts-checkbox_rounded-ripple-in {
  0% {
    border-radius: 100%;
    transform: translateY(-100%) translateZ(0);
  }
  100% {
    border-radius: 0;
    transform: translateY(0) translateZ(0);
  }
}
.ts-modal {
  display: inline;
}

.ts-modal_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 88;
  width: 100%;
  height: 100%;
}

.ts-modal_box-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: bottom center;
  background: #fff;
  transition: transform 0.6s;
}

.ts-modal_box-backdrop.-gray {
  background: #fafafa;
}

.ts-modal_box-dialog {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  text-align: center;
  transition: opacity 0.5s;
}

@media (min-width: 1200px) {
  .ts-modal_box-dialog {
    top: 70px;
    left: 70px;
    right: 70px;
    bottom: 70px;
  }
}
.ts-modal_box-dialog a, .ts-modal_box-dialog button {
  pointer-events: auto;
}

.ts-modal_box-dialog.-full {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ts-modal_box-embedded {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.ts-modal_box-embedded iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.ts-modal_box-embedded video {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .ts-modal_box-embedded video {
    height: 100vh;
  }
}
.ts-modal_box-container {
  width: 100%;
}

.ts-modal_box-nav {
  margin: -4px 0;
  text-align: left;
}

@media (min-width: 360px) {
  .ts-modal_box-nav {
    margin: -7px 0;
  }
}
@media (min-width: 1600px) and (min-height: 700px) {
  .ts-modal_box-nav {
    margin: -11px 0;
  }
}
.ts-modal_box-nav-item {
  display: block;
  padding: 4px 0;
  font-size: 38px;
  font-weight: 400;
  text-decoration: none;
}

@media (min-width: 360px) {
  .ts-modal_box-nav-item {
    padding: 7px 0;
    font-size: 42px;
  }
}
@media (min-width: 768px) and (min-height: 550px) {
  .ts-modal_box-nav-item {
    font-size: 60px;
  }
}
.ts-modal_box-nav-item-title {
  display: inline-block;
  overflow: hidden;
}

.ts-modal_box-nav-item-title span {
  position: relative;
  display: inline-block;
  color: transparent;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.ts-modal_box-nav-item-title span:after, .ts-modal_box-nav-item-title span:before {
  content: attr(data-text);
  display: block;
  position: absolute;
  color: #000;
}

.ts-modal_box-nav-item-title span:before {
  top: 0;
  transform: skewY(0);
  transform-origin: right bottom;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.ts-modal_box-nav-item-title span:after {
  top: 105%;
  transform: skewY(7deg);
  transform-origin: left top;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.ts-checkbox_rounded .ts-modal_box-nav-item label > input:focus ~ a.ts-checkbox_rounded-box .ts-modal_box-nav-item-title span, .ts-modal_box-nav-item .ts-checkbox_rounded label > input:focus ~ a.ts-checkbox_rounded-box .ts-modal_box-nav-item-title span, .ts-modal_box-nav-item a:focus .ts-modal_box-nav-item-title span, .ts-modal_box-nav-item a:hover .ts-modal_box-nav-item-title span {
  transform: translateY(-105%);
}

@media (pointer: coarse) {
  .ts-checkbox_rounded .ts-modal_box-nav-item label > input:focus ~ a.ts-checkbox_rounded-box .ts-modal_box-nav-item-title span, .ts-modal_box-nav-item .ts-checkbox_rounded label > input:focus ~ a.ts-checkbox_rounded-box .ts-modal_box-nav-item-title span, .ts-modal_box-nav-item a:focus .ts-modal_box-nav-item-title span, .ts-modal_box-nav-item a:hover .ts-modal_box-nav-item-title span {
    transform: none;
  }
}
.ts-checkbox_rounded .ts-modal_box-nav-item label > input:focus ~ a.ts-checkbox_rounded-box .ts-modal_box-nav-item-title span:before, .ts-modal_box-nav-item .ts-checkbox_rounded label > input:focus ~ a.ts-checkbox_rounded-box .ts-modal_box-nav-item-title span:before, .ts-modal_box-nav-item a:focus .ts-modal_box-nav-item-title span:before, .ts-modal_box-nav-item a:hover .ts-modal_box-nav-item-title span:before {
  transform: skewY(7deg);
}

@media (pointer: coarse) {
  .ts-checkbox_rounded .ts-modal_box-nav-item label > input:focus ~ a.ts-checkbox_rounded-box .ts-modal_box-nav-item-title span:before, .ts-modal_box-nav-item .ts-checkbox_rounded label > input:focus ~ a.ts-checkbox_rounded-box .ts-modal_box-nav-item-title span:before, .ts-modal_box-nav-item a:focus .ts-modal_box-nav-item-title span:before, .ts-modal_box-nav-item a:hover .ts-modal_box-nav-item-title span:before {
    transform: none;
  }
}
.ts-checkbox_rounded .ts-modal_box-nav-item label > input:focus ~ a.ts-checkbox_rounded-box .ts-modal_box-nav-item-title span:after, .ts-modal_box-nav-item .ts-checkbox_rounded label > input:focus ~ a.ts-checkbox_rounded-box .ts-modal_box-nav-item-title span:after, .ts-modal_box-nav-item a:focus .ts-modal_box-nav-item-title span:after, .ts-modal_box-nav-item a:hover .ts-modal_box-nav-item-title span:after {
  transform: skewY(0);
}

@media (pointer: coarse) {
  .ts-checkbox_rounded .ts-modal_box-nav-item label > input:focus ~ a.ts-checkbox_rounded-box .ts-modal_box-nav-item-title span:after, .ts-modal_box-nav-item .ts-checkbox_rounded label > input:focus ~ a.ts-checkbox_rounded-box .ts-modal_box-nav-item-title span:after, .ts-modal_box-nav-item a:focus .ts-modal_box-nav-item-title span:after, .ts-modal_box-nav-item a:hover .ts-modal_box-nav-item-title span:after {
    transform: none;
  }
}
.ts-modal_box-message {
  text-align: left;
}

.ts-modal_box-message-header {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 100%;
}

@media (min-width: 768px) {
  .ts-modal_box-message-header {
    font-size: 60px;
    letter-spacing: -0.05em;
  }
}
@media (min-width: 1200px) {
  .ts-modal_box-message-header {
    font-size: 80px;
  }
}
@media (min-width: 1600px) {
  .ts-modal_box-message-header {
    font-size: 110px;
  }
}
.ts-modal_box-message-header img {
  position: relative;
  top: -2px;
  width: 38px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .ts-modal_box-message-header img {
    top: -4px;
    width: 64px;
  }
}
@media (min-width: 1600px) {
  .ts-modal_box-message-header img {
    top: -8px;
    width: 88px;
  }
}
.ts-modal_box-message-text {
  margin: 45px 0 0 0;
  font-size: 20px;
  line-height: 155%;
  letter-spacing: 0.00464286em;
}

@media (min-width: 1200px) {
  .ts-modal_box-message-text {
    margin: 60px 0 0 0;
    max-width: 790px;
    font-size: 30px;
  }
}
@media (min-width: 1600px) {
  .ts-modal_box-message-text {
    margin: 80px 0 0 0;
  }
}
.ts-modal_box-message-text img {
  position: relative;
  top: -2px;
  height: 1em;
  vertical-align: middle;
}

.ts-modal_box-message-message {
  margin: 15px 0 0 0;
  color: #b7b7b7;
  font-weight: 300;
  font-size: 20px;
  line-height: 155%;
  letter-spacing: 0.00464286em;
}

@media (min-width: 1200px) {
  .ts-modal_box-message-message {
    margin: 20px 0 0 0;
    max-width: 790px;
    font-size: 30px;
  }
}
@media (min-width: 1600px) {
  .ts-modal_box-message-message {
    margin: 30px 0 0 0;
  }
}
.ts-modal_box-message-message:empty {
  display: none;
}

.ts-modal_box.-visible .ts-modal_box-backdrop {
  transform: scaleY(1);
  transform-origin: top center;
}

.ts-modal_box.-visible .ts-modal_box-dialog {
  opacity: 1;
  transition-delay: 0.3s;
}

.ts-embedded {
  position: relative;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.ts-embedded iframe, .ts-embedded img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ts-embedded img {
  -o-object-fit: cover;
  object-fit: cover;
}

.ts-embedded.-youtube {
  padding-bottom: 56.25%;
}

.ts-embedded-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
  margin: -24px 0 0 -34px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  line-height: 44px;
  text-align: center;
  transition: background 0.2s;
}

.ts-embedded-play:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 3px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}

.ts-embedded:hover .ts-embedded-play {
  background: #fc0019;
}

.ts-hero {
  position: relative;
}

.ts-hero-content {
  padding: 100px 0 0 0;
}

@media(max-width: 600px){
  .ts-hero-content{
    padding: 150px 0 0 0;
  }
}

@media (min-width: 768px) {
  .ts-hero-content {
    padding: 127px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .ts-hero-content {
    padding: 150px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .ts-hero-content {
    padding: 0;
    height: 100%;
    overflow: hidden;
  }
}
.ts-hero-container {
  width: 100%;
}

@media (min-width: 1200px) {
  .ts-hero-body {
    display: flex;
    align-items: center;
    height: 100vh;
    overflow: hidden;
  }
}
.ts-hero-footer {
  margin: 45px 0 0 0;
}

@media (min-width: 1200px) {
  .ts-hero-footer {
    margin: -90px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .ts-hero-grid {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .ts-hero-grid {
    display: block;
  }
}
@media (min-width: 1024px) {
  .ts-hero-grid-col {
    flex: 1;
  }
}
.ts-hero-video {
  width: 240px;
  height: 240px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-clip-path: inset(0 0 0 0 round 50%);
  clip-path: inset(0 0 0 0 round 50%);
}

@media (min-width: 768px) {
  .ts-hero-video {
    width: 347px;
    height: 347px;
  }
}
@media (min-width: 1024px) {
  .ts-hero-video {
    width: 320px;
    height: 320px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .ts-hero-video {
    display: none;
  }
}
.ts-hero-video video {
  height: 100%;
  width: 100%;
  object-fit:cover;
  object-position:center;
  
}

.ts-hero-header {
  position: relative;
  margin: 45px 0 0 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}
.ts-hero-header h1 {
  color: #e6201d;
}

@media (min-width: 768px) and (min-height: 550px) {
  .ts-hero-header {
    margin: 95px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .ts-hero-header {
    margin: 0;
  }
}
.ts-hero-header h1, .ts-hero-header h2 {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

@media (min-width: 768px) and (min-height: 550px) {
  .ts-hero-header h1, .ts-hero-header h2 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .ts-hero-header h1, .ts-hero-header h2 {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .ts-hero-header h1, .ts-hero-header h2 {
    font-size: 1.25vw;
  }
}
@media (min-width: 1900px) {
  .ts-hero-header h1, .ts-hero-header h2 {
    font-size: 24px;
  }
}
.ts-hero-nav {
  padding: 10px 0 0 0;
  margin: -6px -11px;
}

@media (min-width: 360px) {
  .ts-hero-nav {
    margin: -8px -18px;
  }
}
@media (min-width: 768px) and (min-height: 550px) {
  .ts-hero-nav {
    margin: -12px -22px;
  }
}
@media (min-width: 1200px) {
  .ts-hero-nav {
    white-space: nowrap;
  }
}
.ts-hero-nav-item {
  display: block;
}

@media (min-width: 1200px) {
  .ts-hero-nav-item {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .ts-hero-nav-item-spacer {
    position: relative;
  }
  .ts-hero-nav-item-spacer:before {
    content: "";
    display: block;
    position: absolute;
    top: -30vh;
    bottom: -30vh;
    left: 0;
    right: 0;
  }
}
.ts-hero-nav-item a {
  display: inline-block;
  position: relative;
  z-index: 9;
  padding: 6px 11px;
  overflow: hidden;
  font-size: 38px;
  font-weight: 600;
  line-height: 47px;
  letter-spacing: -0.05em;
  text-decoration: none;
}

@media (min-width: 360px) {
  .ts-hero-nav-item a {
    padding: 8px 18px;
    font-size: 42px;
    line-height: 52px;
  }
}
@media (min-width: 768px) and (min-height: 550px) {
  .ts-hero-nav-item a {
    padding: 12px 22px;
    font-size: 60px;
    line-height: 65px;
  }
}
@media (min-width: 1200px) {
  .ts-hero-nav-item a {
    color: #fff;
    text-shadow: -1px -1px 0 #575757, 1px -1px 0 #575757, -1px 1px 0 #575757, 1px 1px 0 #575757;
    font-size: 5.667vw;
    line-height: 1.1;
    transition: color 0.3s, -webkit-text-stroke 0.3s;
  }
  .ts-hero-nav-item a:lang(ru) {
    font-size: 5.83333vw;
  }
  @supports (-webkit-text-stroke: 1px #000) {
    .ts-hero-nav-item a {
      color: transparent;
      text-shadow: none;
      -webkit-text-stroke: 1px #575757;
    }
  }
}
@media (min-width: 1900px) {
  .ts-hero-nav-item a {
    font-size: 128px;
  }
}
.ts-hero-nav-item a > span {
  position: relative;
  display: inline-block;
}

.ts-hero-nav-item a > span:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 0;
  height: 1px;
  background: currentColor;
}

@media (min-width: 1200px) {
  .ts-hero-nav-item a > span:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .ts-hero-nav-item a > span.-sm {
    display: none;
  }
}
.ts-hero-nav-item a > span.-lg {
  display: none;
}

@media (min-width: 1200px) {
  .ts-hero-nav-item a > span.-lg {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .ts-checkbox_rounded .ts-hero-nav-item label > input:focus ~ a.ts-checkbox_rounded-box, .ts-hero-nav-item .ts-checkbox_rounded label > input:focus ~ a.ts-checkbox_rounded-box, .ts-hero-nav-item a:focus, .ts-hero-nav-item a:hover {
    color: #000;
    -webkit-text-stroke: 1px transparent;
  }
}
.ts-hero-text {
  position: relative;
  z-index: 2;
  max-width: 645px;
  font-size: 20px;
  line-height: 155%;
  letter-spacing: 0.00464286em;
}

@media (min-width: 1200px) {
  .ts-hero-text {
    max-width: 825px;
    font-size: 30px;
    line-height: 135%;
  }
}
@media (min-width: 1600px) {
  .ts-hero-text {
    max-width: 51.5625vw;
    font-size: 1.875vw;
  }
}
@media (min-width: 1900px) {
  .ts-hero-text {
    font-size: 36px;
  }
}
.ts-featured-content {
  position: relative;
  padding: 130px 0 60px 0;
}

@media (min-width: 360px) {
  .ts-featured-content {
    padding: 170px 0 90px 0;
  }
}
@media (min-width: 768px) {
  .ts-featured-content {
    padding: 180px 0 175px 0;
  }
}
@media (min-width: 1024px) {
  .ts-featured-content {
    padding: 180px 0 100px 0;
  }
}
@media (min-width: 1200px) {
  .ts-featured-content {
    padding: 270px 0 150px 0;
  }
}
@media (min-width: 1600px) {
  .ts-featured-content {
    padding: 275px 0 200px 0;
  }
}
@media (min-width: 1200px) {
  .ts-featured-container {
    height: 100%;
  }
}
.ts-featured-header {
  text-align: center;
}

@media (min-width: 768px) {
  .ts-featured-header {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .ts-featured-header {
    padding: 0;
  }
}
.ts-featured-header h2 {
  margin: 0;
  padding: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 100%;
  text-transform: lowercase;
  color: #e6201d;
}

@media (min-width: 360px) {
  .ts-featured-header h2 {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .ts-featured-header h2 {
    font-size: 60px;
  }
}
@media (min-width: 1600px) {
  .ts-featured-header h2 {
    font-size: 3.75vw;
  }
}
@media (min-width: 1900px) {
  .ts-featured-header h2 {
    font-size: 72px;
  }
}
.ts-featured-header h2 span {
  display: block;
  color: #fff;
  text-shadow: -1px -1px 0 #575757, 1px -1px 0 #575757, -1px 1px 0 #575757, 1px 1px 0 #575757;
}

@supports (-webkit-text-stroke: 1px #01d7fd) {
  .ts-featured-header h2 span {
    color: transparent;
    text-shadow: none;
    -webkit-text-stroke: 0.8px #575757;
  }
}
.ts-featured-items {
  padding: 130px 0 0 0;
  margin: -40px -20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 360px) {
  .ts-featured-items {
    padding: 180px 0 0 0;
    margin: -40px -30px;
  }
}
@media (min-width: 768px) {
  .ts-featured-items {
    padding: 150px 0 0 0;
    margin: -40px -80px;
  }
}
@media (min-width: 1024px) {
  .ts-featured-items {
    margin: -40px -100px;
  }
}
@media (min-width: 1200px) {
  .ts-featured-items {
    margin: 0;
  }
}
.ts-featured-item {
  padding: 40px 0;
  cursor: pointer;
}

@media (min-width: 768px) {
  .ts-featured-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 40px 20px;
  }
}
@media (min-width: 1200px) {
  .ts-featured-item {
    display: block;
    width: auto;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .ts-featured-item-grid {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }
}
.ts-featured-item-grid-col.-left {
  margin: 38px auto 0 auto;
  max-width: 270px;
  text-align: center;
}

@media (min-width: 1200px) {
  .ts-featured-item-grid-col.-left {
    margin: 0;
    max-width: none;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .ts-featured-item-grid-col.-right {
    max-width: 50%;
  }
}
.ts-featured-item-img {
  position: relative;
  display: block;
  padding-bottom: 100%;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 450px) {
  .ts-featured-item-img {
    width: 450px;
    height: 450px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .ts-featured-item-img {
    width: auto;
    height: auto;
    padding-bottom: 100%;
  }
}
@media (min-width: 1050px) {
  .ts-featured-item-img {
    width: 450px;
    height: 450px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .ts-featured-item-img {
    height: 90vh;
    width: 54.925vh;
    max-width: 43vw;
    max-height: 71.81vw;
    text-align: left;
  }
}
@media (min-width: 1900px) {
  .ts-featured-item-img {
    max-width: 580px;
    max-height: 951px;
    width: 580px;
    text-align: right;
  }
}
.ts-featured-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  border-radius: 40px;
}

@media (min-width: 1200px) {
  .ts-featured-item-img img {
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .desktop .ts-featured-item-img img {
    display: none;
  }
}
.ts-featured-item-header {
  display: inline;
}

@media (min-width: 1200px) {
  .ts-featured-item-header {
    display: block;
  }
}
.ts-featured-item-header h3 {
  display: inline;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

@media (min-width: 1200px) {
  .ts-featured-item-header h3 {
    display: block;
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 1;
  }
}
@media (min-width: 1900px) {
  .ts-featured-item-header h3 {
    font-size: 29px;
  }
}
.ts-featured-item-text {
  display: inline;
  font-size: 20px;
  line-height: 150%;
}

@media (min-width: 1200px) {
  .ts-featured-item-text {
    display: block;
    margin: 30px 0 0 0;
    font-size: 2.58333vw;
    line-height: 133%;
    letter-spacing: -0.03em;
  }
}
@media (min-width: 1900px) {
  .ts-featured-item-text {
    font-size: 50px;
  }
}
.ts-featured-item-text:before {
  content: " – ";
}

@media (min-width: 1200px) {
  .ts-featured-item-text:before {
    display: none;
  }
}
.ts-featured-item-text p {
  display: inline;
}

.ts-featured-item-text p:after {
  content: " ";
}

@media (min-width: 1200px) {
  .ts-featured-item-text p:after {
    content: none;
  }
}
@media (min-width: 1200px) {
  .ts-featured-item-text p {
    display: block;
  }
}
.ts-featured-item-tags {
  display: none;
}

@media (min-width: 1200px) {
  .ts-featured-item-tags {
    display: block;
    margin: 30px 0 0 0;
    color: #6f6f6f;
    font-size: 1.16667vw;
    letter-spacing: 0.04375em;
    line-height: 156%;
  }
}
@media (min-width: 1900px) {
  .ts-featured-item-tags {
    font-size: 22px;
  }
}
.ts-featured-more {
  padding: 60px 0 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  .ts-featured-more {
    padding: 80px 0 0 0;
  }
}
.ts-newsfeed {
  position: relative;
}

.ts-newsfeed-content {
  padding: 60px 0 120px 0;
}

@media (min-width: 360px) {
  .ts-newsfeed-content {
    padding: 90px 0 190px 0;
  }
}
@media (min-width: 768px) {
  .ts-newsfeed-content {
    padding: 120px 0 260px 0;
  }
}
@media (min-width: 1024px) {
  .ts-newsfeed-content {
    padding: 100px 0 210px 0;
  }
}
@media (min-width: 1200px) {
  .ts-newsfeed-content {
    padding: 130px 0 177px 0;
  }
}
@media (min-width: 1600px) {
  .ts-newsfeed-content {
    padding: 200px 0 310px 0;
  }
}
.ts-newsfeed-content.-ct {
  padding-top: 0;
}

@media (min-width: 768px) {
  .ts-newsfeed-grid {
    display: flex;
  }
}
@media (min-width: 768px) {
  .ts-newsfeed-grid-col {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .ts-newsfeed-grid-col.-right {
    padding: 10px 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .ts-newsfeed-grid-col.-right {
    padding: 10px 0 0 40px;
  }
}
@media (min-width: 1600px) {
  .ts-newsfeed-grid-col.-right {
    padding: 10px 0 0 105px;
  }
}
@media (min-width: 768px) {
  .ts-newsfeed-header {
    max-width: 260px;
  }
}
.ts-newsfeed-header h2 {
  color: #1a1a1a;
  font-size: 38px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.05em;
}

@media (min-width: 360px) {
  .ts-newsfeed-header h2 {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .ts-newsfeed-header h2 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .ts-newsfeed-header h2 {
    font-size: 80px;
  }
}
.ts-newsfeed-list {
  margin: -60px 0;
  padding: 85px 0 0 0;
}

@media (min-width: 768px) {
  .ts-newsfeed-list {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .ts-newsfeed-list {
    margin: -80px 0;
  }
}
.ts-newsfeed-list-item {
  display: block;
  margin: 60px 0;
  max-width: 255px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .ts-newsfeed-list-item {
    max-width: 285px;
  }
}
@media (min-width: 1200px) {
  .ts-newsfeed-list-item {
    margin: 80px 0;
    max-width: 442px;
  }
}
.ts-newsfeed-list-item-title {
  position: relative;
  display: inline;
  width: -moz-calc(100%);
  width: 100%;
  padding: 0 0 2px 0;
  background-image: linear-gradient(transparent calc(100% - 1px), #000 1px);
  background-repeat: no-repeat;
  background-size: 0 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: 0.00464286em;
  transition: background-size 1.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s;
}

@media (min-width: 1200px) {
  .ts-newsfeed-list-item-title {
    font-size: 30px;
  }
}
.ts-newsfeed-list-item-time {
  display: block;
  margin: 12px 0 0 0;
  color: #6f6f6f;
  font-size: 16px;
  line-height: 156%;
  letter-spacing: 0.04375em;
}

@media (min-width: 1200px) {
  .ts-newsfeed-list-item-time {
    margin: 20px 0 0 0;
  }
}
.ts-checkbox_rounded label > input:focus ~ .ts-newsfeed-list-item.ts-checkbox_rounded-box .ts-newsfeed-list-item-title, .ts-newsfeed-list-item:focus .ts-newsfeed-list-item-title, .ts-newsfeed-list-item:hover .ts-newsfeed-list-item-title {
  opacity: 0.9;
  background-size: 100% 100%;
}

.ts-outro {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #000;
}

@media (min-width: 1024px) {
  .ts-outro {
    height: 100%;
    min-height: 700px;
    max-height: 1100px;
  }
}
.ts-outro-content {
  position: relative;
  z-index: 1;
  padding: 95px 0 55px 0;
}

@media (min-width: 1024px) {
  .ts-outro-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 60px 0;
  }
}
.ts-outro-body {
  text-align: center;
}

@media (min-width: 1024px) {
  .ts-outro-body {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .ts-outro-body {
    text-align: left;
  }
}
.ts-outro-footer {
  text-align: center;
}

@media (min-width: 1024px) {
  .ts-outro-footer {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .ts-outro-grid {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .ts-outro-grid-col {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .ts-outro-grid-col.-right {
    padding: 0 0 0 40px;
    text-align: right;
  }
}
.ts-outro-header {
  font-size: 38px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.03em;
}

@media (min-width: 360px) {
  .ts-outro-header {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .ts-outro-header {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .ts-outro-header {
    font-size: 5.41667vw;
  }
}
@media (min-width: 1900px) {
  .ts-outro-header {
    font-size: 104px;
  }
}
.ts-outro-header h2 {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.ts-outro-header a {
  position: relative;
  display: inline-block;
  padding: 0 0 8px 0;
  font-weight: 300;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .ts-outro-header a {
    padding: 0 0 15px 0;
  }
}
.ts-outro-header a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transition: transform 0.45s cubic-bezier(0.4, 0.22, 0.21, 1.04);
}

.ts-checkbox_rounded .ts-outro-header label > input:focus ~ a.ts-checkbox_rounded-box:before, .ts-outro-header .ts-checkbox_rounded label > input:focus ~ a.ts-checkbox_rounded-box:before, .ts-outro-header a:focus:before, .ts-outro-header a:hover:before {
  transform: scaleX(0);
}

.ts-outro-mail {
  margin: 80px 0 0 0;
}

@media (min-width: 1024px) {
  .ts-outro-mail {
    margin: 0;
  }
}
.ts-outro-mail a {
  position: relative;
  display: inline-block;
  padding: 0 0 5px 0;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.00464286em;
  text-decoration: none;
}

.ts-outro-mail a:after, .ts-outro-mail a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.ts-outro-mail a:after {
  background: rgba(255, 255, 255, 0.7);
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.ts-checkbox_rounded .ts-outro-mail label > input:focus ~ a.ts-checkbox_rounded-box:after, .ts-outro-mail .ts-checkbox_rounded label > input:focus ~ a.ts-checkbox_rounded-box:after, .ts-outro-mail a:focus:after, .ts-outro-mail a:hover:after {
  transform: scaleX(1);
}

.ts-outro-address {
  margin: 28px auto 0 auto;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 157%;
}

@media (min-width: 1024px) {
  .ts-outro-address {
    margin: 28px -30px 0 -30px;
  }
}
@media (min-width: 1200px) {
  .ts-outro-address {
    margin: 28px -35px 0 -35px;
  }
}
.ts-outro-address address {
  display: block;
  font-style: normal;
  margin: 15px 0;
}

@media (min-width: 1024px) {
  .ts-outro-address address {
    display: inline-block;
    margin: 0 30px;
  }
}
@media (min-width: 1200px) {
  .ts-outro-address address {
    margin: 0 35px;
  }
}
.ts-outro-address a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.ts-outro-address a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right center;
  background: currentColor;
  transition: transform 0.4s, transform-origin 0s;
}

.ts-outro-address a:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.ts-outro-link {
  margin: 30px 0 0 0;
}

@media (min-width: 1024px) {
  .ts-outro-link {
    margin: 18px 0 0 0;
  }
}
.ts-outro-link:lang(ru) {
  color: rgba(255, 255, 255, 0.6);
}

.ts-outro-link-item {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.ts-outro-link-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right center;
  background: currentColor;
  transition: transform 0.4s, transform-origin 0s;
}

.ts-outro-link-item:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.ts-outro-social {
  position: relative;
  padding: 40px 0 0 0;
}

@media (min-width: 1024px) {
  .ts-outro-social {
    padding: 33px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .ts-outro-social {
    margin: -15px;
  }
}
@media (min-width: 1600px) {
  .ts-outro-social {
    padding: 33px 0 0 0;
  }
}
.ts-outro-social-item {
  position: relative;
  display: inline-block;
  width: 76px;
  height: 63px;
  overflow: hidden;
  opacity: 0.3;
  cursor: pointer;
  font-size: 20px;
  font-weight: 300;
  line-height: 64px;
  letter-spacing: 0.00464286em;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s;
}

@media(max-width: 600px){
  .ts-outro-social-item{
    width: auto !important;
    display: flex;
    align-items: center;
    gap: 10px;
    height: auto !important;
    max-width: max-content;
  }
  .ts-outro-social-item span{
      line-height: 100% !important;
      display: none !important;
  }
  .ts-outro-social-row {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      justify-content: center;
      /*margin-bottom: 13px;*/
    }
    .ts-outro-social-row:first-child{
        margin-bottom: 30px;
    }
  .ts-outro-social-item:hover .ts-outro-social-item-title span{
    transform: translateY(0px) !important;
  }
  .ts-outro-social-item-title span{
    display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .ts-outro-social-item {
    width: 98px;
    height: 68px;
    line-height: 67px;
  }
}
@media (min-width: 1200px) {
  .ts-outro-social-item {
    width: calc(33.33% - 40px);
    height: auto;
    padding: 18px 0;
    line-height: normal;
    margin: 15px;
    opacity: 1;
    text-align: left;
  }
}
.ts-outro-social-item-title {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.ts-outro-social-item-title span {
  display: none;
}

@media (min-width: 1200px) {
  .ts-outro-social-item-title span {
    display: inline-block;
    position: relative;
    z-index: 1;
    color: transparent;
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .ts-outro-social-item-title span:after, .ts-outro-social-item-title span:before {
    content: attr(data-text);
    display: block;
    position: absolute;
    color: #fff;
  }
  .ts-outro-social-item-title span:before {
    top: 0;
    transform: skewY(0);
    transform-origin: right bottom;
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .ts-outro-social-item-title span:after {
    top: 105%;
    transform: skewY(7deg);
    transform-origin: left top;
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media (min-width: 1200px) {
  .ts-outro-social-item svg {
    display: none;
  }
}
.ts-outro-social-item:hover {
  opacity: 1;
}

.ts-outro-social-item:hover .ts-outro-social-item-title span {
  transform: translateY(-105%);
}

@media (pointer: coarse) {
  .ts-outro-social-item:hover .ts-outro-social-item-title span {
    transform: none;
  }
}
.ts-outro-social-item:hover .ts-outro-social-item-title span:before {
  transform: skewY(7deg);
}

@media (pointer: coarse) {
  .ts-outro-social-item:hover .ts-outro-social-item-title span:before {
    transform: none;
  }
}
.ts-outro-social-item:hover .ts-outro-social-item-title span:after {
  transform: skewY(0);
}

@media (pointer: coarse) {
  .ts-outro-social-item:hover .ts-outro-social-item-title span:after {
    transform: none;
  }
}
.ts-request-content {
  padding: 140px 0 175px 0;
}

@media (min-width: 768px) {
  .ts-request-content {
    padding: 175px 0 200px 0;
  }
}
@media (min-width: 1200px) {
  .ts-request-content {
    padding: 200px 0 200px 0;
  }
}
.ts-request-header h1 {
  perspective: 600px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 100%;
}

@media (min-width: 768px) {
  .ts-request-header h1 {
    font-size: 60px;
    letter-spacing: -0.05em;
  }
}
@media (min-width: 1200px) {
  .ts-request-header h1 {
    font-size: 80px;
  }
}
@media (min-width: 1600px) {
  .ts-request-header h1 {
    font-size: 110px;
  }
}
.ts-request-header h1 > div {
  transform-origin: top center;
  transform-style: preserve-3d;
}

.ts-request-header img {
  position: relative;
  top: -2px;
  width: 38px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .ts-request-header img {
    top: -4px;
    width: 64px;
  }
}
@media (min-width: 1600px) {
  .ts-request-header img {
    top: -8px;
    width: 88px;
  }
}
.ts-request-text {
  margin: 40px 0 0 0;
  max-width: 266px;
  font-size: 20px;
  line-height: 155%;
}

@media (min-width: 768px) {
  .ts-request-text {
    margin: 50px 0 0 0;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .ts-request-text {
    margin: 65px 0 0 0;
  }
}
.ts-request-text a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.ts-request-text a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: currentColor;
}

.ts-request-form {
  margin: 70px 0 0 0;
}

@media (min-width: 768px) {
  .ts-request-form {
    margin: 100px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .ts-request-form {
    max-width: 950px;
  }
}
@media (min-width: 1600px) {
  .ts-request-form {
    margin: 170px 0 0 0;
  }
}
@media (min-width: 768px) {
  .ts-brief-grid {
    display: flex;
  }
}
.ts-brief-grid-col.-left {
  padding: 0 0 30px 0;
}

@media (min-width: 768px) {
  .ts-brief-grid-col.-left {
    min-width: 190px;
    max-width: 190px;
    padding: 0 20px 0 0;
  }
}
@media (min-width: 1024px) {
  .ts-brief-grid-col.-left {
    min-width: 300px;
    max-width: 300px;
    padding: 0 80px 0 0;
  }
}
@media (min-width: 1600px) {
  .ts-brief-grid-col.-left {
    min-width: 400px;
    max-width: 300px;
  }
}
.ts-brief-header {
  padding: 7px 0 0 0;
}

.ts-brief-header h2 {
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  font-weight: 600;
}

.ts-brief-text {
  font-size: 20px;
  line-height: 155%;
  letter-spacing: 0.00464286em;
}

@media (min-width: 768px) {
  .ts-brief-text {
    font-size: 22px;
    line-height: 150%;
    letter-spacing: normal;
  }
}
@media (min-width: 1200px) {
  .ts-brief-text {
    max-width: 100%;
    font-size: 28px;
    line-height: 150%;
  }
}
.ts-brief-text img {
  position: relative;
  top: -2px;
  height: 1em;
  vertical-align: middle;
}

.ts-brief-text p {
  margin-bottom: 1em;
}

.ts-brief-text p:last-child {
  margin-bottom: 0;
}

.ts-brief-link {
  margin: -10px -15px;
  padding: 32px 0 0 0;
}

@media (min-width: 768px) {
  .ts-brief-link {
    margin: -10px -20px;
    padding: 60px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .ts-brief-link {
    margin: -12px -32px;
  }
}
.ts-brief-link-item {
  position: relative;
  display: inline-block;
  margin: 10px 15px;
  padding: 5px 0;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
  vertical-align: middle;
  text-decoration: none;
}

@media (min-width: 768px) {
  .ts-brief-link-item {
    margin: 10px 20px;
    padding: 7px 0;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .ts-brief-link-item {
    margin: 12px 32px;
  }
}
.ts-brief-link-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.ts-brief-link-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: -5px;
  right: -5px;
  bottom: -25px;
}

.ts-brief-link-item:focus:before, .ts-brief-link-item:hover:before, .ts-checkbox_rounded label > input:focus ~ .ts-brief-link-item.ts-checkbox_rounded-box:before {
  transform: scaleX(0);
}

.ts-billboard-header {
  margin: 0 0 80px 0;
  max-width: 250px;
}

@media (min-width: 768px) {
  .ts-billboard-header {
    margin: 0 0 140px 0;
    max-width: 580px;
  }
}
@media (min-width: 1200px) {
  .ts-billboard-header {
    margin: 0 0 150px 0;
    max-width: 770px;
  }
}
@media (min-width: 1600px) {
  .ts-billboard-header {
    margin: 0 0 210px 0;
    max-width: 892px;
  }
}
.ts-billboard-header h2 {
  color: rgba(0, 0, 0, 0.9);
  font-size: 38px;
  font-weight: 400;
  line-height: 100%;
}

@media (min-width: 360px) {
  .ts-billboard-header h2 {
    font-size: 42px;
    letter-spacing: -0.03em;
  }
}
@media (min-width: 768px) {
  .ts-billboard-header h2 {
    font-size: 60px;
    letter-spacing: -0.05em;
  }
}
@media (min-width: 1200px) {
  .ts-billboard-header h2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .ts-billboard-header h2 br {
    display: none;
  }
}
.ts-billboard-items {
  margin: -25px -13px;
}

@media (min-width: 768px) {
  .ts-billboard-items {
    margin: -43px -130px;
  }
}
@media (min-width: 1600px) {
  .ts-billboard-items {
    margin: -80px -110px;
  }
}
.ts-billboard-items:after {
  content: "";
  display: block;
  clear: both;
}

.ts-billboard-item {
  display: inline-block;
  padding: 25px 13px;
  width: 50%;
  text-align: center;
}

@media (min-width: 1024px) {
  .ts-billboard-item {
    width: 32.33%;
    padding: 43px 20px;
  }
}
@media (min-width: 1600px) {
  .ts-billboard-item {
    padding: 80px 40px;
  }
}
@media (max-width: 1023px) {
  .ts-billboard-item:nth-child(8) {
    display: none;
  }
}
.ts-billboard-img {
  position: relative;
  margin: 0 auto;
  width: 120px;
  height: 51px;
}

@media (min-width: 768px) {
  .ts-billboard-img {
    width: 207px;
    height: 88px;
  }
}
@media (min-width: 1600px) {
  .ts-billboard-img {
    width: 225px;
    height: 96px;
  }
}
.ts-billboard-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.ts-description-title {
  margin: 0 0 30px 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
}

@media (min-width: 768px) {
  .ts-description-title {
    margin: 0 0 35px 0;
    font-size: 20px;
  }
}
.ts-description-header h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 100%;
  word-break: break-word;
}

@media (max-width: 767px) {
  .ts-description-header h2:lang(ru) {
    font-size: 34px;
  }
}
@media (min-width: 360px) {
  .ts-description-header h2 {
    font-size: 42px;
    letter-spacing: -0.03em;
  }
}
@media (min-width: 768px) {
  .ts-description-header h2 {
    font-size: 60px;
    letter-spacing: -0.05em;
    word-break: normal;
    -webkit-hyphens: manual;
    hyphens: manual;
  }
}
@media (min-width: 1200px) {
  .ts-description-header h2 {
    font-size: 70px;
  }
}
@media (min-width: 1350px) {
  .ts-description-header h2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .ts-description-header h2 br {
    display: none;
  }
}
.ts-description-text {
  margin: 30px 0 0 0;
  font-size: 20px;
  line-height: 155%;
  letter-spacing: 0.00464286em;
}

@media (min-width: 768px) {
  .ts-description-text {
    max-width: 805px;
    margin: 55px 0 0 0;
    font-size: 22px;
    line-height: 150%;
  }
}
@media (min-width: 1200px) {
  .ts-description-text {
    font-size: 28px;
  }
}
.ts-description-text p {
  margin: 0 0 1em 0;
}

.ts-description-text img {
  position: relative;
  top: -2px;
  height: 1em;
  vertical-align: middle;
}

.ts-description-action {
  margin: 45px 0 0 0;
}

.ts-description-more {
  margin: 45px 0 0 0;
}

@media (min-width: 1200px) {
  .ts-description-more {
    margin: 100px 0 0 0;
  }
}
.ts-numstat-container {
  margin: 0 auto;
  max-width: 1920px;
}

.ts-numstat-grid {
  margin: -100px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .ts-numstat-grid {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
}
.ts-numstat-grid-col {
  margin: 100px 0;
}

@media (min-width: 768px) {
  .ts-numstat-grid-col {
    margin: 0;
  }
}
.ts-numstat-num {
  overflow: hidden;
  height: 1em;
  font-size: 38px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.07em;
}

@media (min-width: 768px) {
  .ts-numstat-num {
    font-size: 50px;
  }
}
@media (min-width: 1024px) {
  .ts-numstat-num {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .ts-numstat-num {
    font-size: 80px;
  }
}
.ts-numstat-num-char, .ts-numstat-num-digit {
  display: inline-block;
  vertical-align: top;
}

.ts-numstat-num-digit {
  transition: transform 2.5s;
  will-change: transform;
}

.ts-numstat-num-digit span {
  display: block;
}

.ts-numstat-num-digit:nth-last-child(1) {
  transition-delay: 70ms;
}

.ts-numstat-num-digit:nth-last-child(2) {
  transition-delay: 0.14s;
}

.ts-numstat-num-digit:nth-last-child(3) {
  transition-delay: 0.21s;
}

.ts-numstat-num-digit:nth-last-child(4) {
  transition-delay: 0.28s;
}

.ts-numstat-num-digit:nth-last-child(5) {
  transition-delay: 0.35s;
}

.ts-numstat-num-digit:nth-last-child(6) {
  transition-delay: 0.42s;
}

.ts-numstat-num-digit:nth-last-child(7) {
  transition-delay: 0.49s;
}

.ts-numstat-num-digit:nth-last-child(8) {
  transition-delay: 0.56s;
}

.ts-numstat-num-digit:nth-last-child(9) {
  transition-delay: 0.63s;
}

.ts-numstat-title {
  margin: 17px 0 0 0;
  font-size: 20px;
  line-height: 130%;
}

@media (min-width: 768px) {
  .ts-numstat-title {
    margin: 25px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .ts-numstat-title {
    margin: 20px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .ts-numstat-title {
    margin: 25px 0 0 0;
  }
}
.ts-smfeed {
  position: relative;
  overflow: hidden;
}

.ts-smfeed-header {
  margin: 0 0 40px 0;
}

@media (min-width: 768px) {
  .ts-smfeed-header {
    margin: 0 0 100px 0;
  }
}
@media (min-width: 1600px) {
  .ts-smfeed-header {
    margin: 0 0 120px 0;
  }
}
.ts-smfeed-header h2 {
  color: rgba(0, 0, 0, 0.9);
  font-size: 38px;
  font-weight: 400;
  line-height: 100%;
}

@media (min-width: 360px) {
  .ts-smfeed-header h2 {
    font-size: 42px;
    letter-spacing: -0.03em;
  }
}
@media (min-width: 768px) {
  .ts-smfeed-header h2 {
    font-size: 60px;
    letter-spacing: -0.05em;
  }
}
@media (min-width: 1200px) {
  .ts-smfeed-header h2 {
    font-size: 80px;
  }
}
.ts-smfeed-items {
  margin: 0 -8px;
  display: flex;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 360px) {
  .ts-smfeed-items {
    margin: 0 -12px;
  }
}
@media (min-width: 768px) {
  .ts-smfeed-items {
    margin: 0 -35px;
  }
}
.ts-smfeed-item {
  display: inline-block;
  width: 257px;
  margin: 0 8px;
  flex-shrink: 0;
  white-space: normal;
  vertical-align: top;
  text-decoration: none;
}

@media (min-width: 360px) {
  .ts-smfeed-item {
    width: 280px;
    margin: 0 12px;
  }
}
@media (min-width: 768px) {
  .ts-smfeed-item {
    width: 315px;
    margin: 0 35px;
  }
}
@media (min-width: 1200px) {
  .ts-smfeed-item {
    width: 337px;
  }
}
.ts-smfeed-item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 257px;
  width: 257px;
  margin: 0 0 15px 0;
  overflow: hidden;
}

@media (min-width: 360px) {
  .ts-smfeed-item-img {
    width: 280px;
    height: 280px;
  }
}
@media (min-width: 768px) {
  .ts-smfeed-item-img {
    width: 315px;
    height: 315px;
    margin: 0 0 25px 0;
  }
}
@media (min-width: 1200px) {
  .ts-smfeed-item-img {
    width: 337px;
    height: 337px;
  }
}
.ts-smfeed-item-img img {
  position: relative;
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.ts-smfeed-item:hover .ts-smfeed-item-img img {
  transform: scale(0.98);
}

@media (pointer: coarse) {
  .ts-smfeed-item:hover .ts-smfeed-item-img img {
    transform: none;
  }
}
.ts-smfeed-item-likes {
  font-size: 14px;
  font-weight: 700;
}

.ts-smfeed-item-likes svg {
  margin: -2px 13px 0 0;
}

.ts-smfeed-item-url {
  display: block;
  padding: 23px 0 0 0;
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .ts-smfeed-item-url {
    padding: 29px 0 0 0;
  }
}
.ts-smfeed-item-url svg {
  margin: 0 11px 0 0;
  font-size: 16px;
  line-height: 0;
}

.ts-smfeed-item-text {
  display: block;
  margin: 18px 0 0 0;
  max-width: 80%;
  font-size: 16px;
  line-height: 150%;
}

.ts-splitshow-items {
  margin: -12px -6px;
}

@media (min-width: 360px) {
  .ts-splitshow-items {
    margin: -14px -7px;
  }
}
@media (min-width: 768px) {
  .ts-splitshow-items {
    display: flex;
    justify-content: space-between;
    margin: -24px -12px;
  }
}
@media (min-width: 1024px) {
  .ts-splitshow-items {
    margin: -34px -17px;
  }
}
@media (min-width: 1200px) {
  .ts-splitshow-items {
    margin: -40px -20px;
  }
}
@media (min-width: 1600px) {
  .ts-splitshow-items {
    margin: -32px -16px;
  }
}
.ts-splitshow-col {
  flex: 1;
}

@media (min-width: 768px) {
  .ts-splitshow-col.-right {
    margin: 122px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .ts-splitshow-col.-right {
    margin: 170px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .ts-splitshow-col.-right {
    margin: 193px 0 0 0;
  }
}
@media (min-width: 1900px) {
  .ts-splitshow-col.-right {
    margin: 250px 0 0 0;
  }
}
.ts-splitshow-item {
  display: block;
  margin: 12px -14px;
}

@media (min-width: 360px) {
  .ts-splitshow-item {
    margin: 14px -23px;
  }
}
@media (min-width: 768px) {
  .ts-splitshow-item {
    margin: 24px 12px;
  }
}
@media (min-width: 1024px) {
  .ts-splitshow-item {
    margin: 34px 17px;
  }
}
@media (min-width: 1200px) {
  .ts-splitshow-item {
    margin: 40px 20px;
  }
}
@media (min-width: 1600px) {
  .ts-splitshow-item {
    margin: 32px 16px;
  }
}
.ts-splitshow-preview {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 140%;
  transition: transform 0.4s;
}

@media (max-width: 767px) {
  .ts-splitshow-preview.-asm {
    padding-bottom: 100%;
  }
}
@media (max-width: 767px) {
  .ts-splitshow-preview.-asm img {
    border-radius: 40px;
    transform: none !important;
  }
}
.ts-splitshow-preview.-sm {
  padding-bottom: 100%;
}

.ts-splitshow-preview img, .ts-splitshow-preview video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.video-reel video{
    height:100%;
    object-fit:cover;
    object-position:center;
}

.ts-splitshow-preview picture {
  display: block;
  transition: transform 0.4s;
}

a.ts-splitshow-preview {
  text-decoration: none;
}

@media (min-width: 1200px) {
  a.ts-splitshow-preview:hover {
    transform: scale(0.97);
  }
  a.ts-splitshow-preview:hover picture {
    transform: scale(1.02);
  }
}
.ts-splitshow-caption {
  display: block;
  margin: 0 auto;
  padding: 19px 0;
  max-width: 270px;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}

@media (min-width: 360px) {
  .ts-splitshow-caption {
    padding: 23px 0 36px 0;
  }
}
@media (min-width: 768px) {
  .ts-splitshow-caption {
    padding: 25px 0 44px 0;
    max-width: 220px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .ts-splitshow-caption {
    padding: 34px 0 53px 0;
    max-width: 284px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .ts-splitshow-caption {
    padding: 40px 0 60px 0;
    max-width: 318px;
    font-size: 22px;
  }
}
.ts-splitshow-caption b {
  font-weight: 600;
}

.ts-tophead {
  position: relative;
  height: 55vh;
  min-height: 300px;
  z-index: 1;
}

@media (min-width: 360px) {
  .ts-tophead {
    min-height: 356px;
  }
}
@media (min-width: 768px) {
  .ts-tophead {
    min-height: 470px;
    height: 85vh;
  }
}
.ts-tophead-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.ts-tophead-header {
  perspective: 600px;
  margin: 0 0 15px 0;
}

@media (min-width: 768px) {
  .ts-tophead-header {
    margin: 0 0 18px 0;
  }
}
.ts-tophead-header h1 {
  font-size: 17px;
  font-weight: 400;
  line-height: 294%;
  transform-style: preserve-3d;
  transform-origin: center top;
}

@media (min-width: 768px) {
  .ts-tophead-header h1 {
    font-size: 20px;
    line-height: 250%;
  }
}
.ts-tophead-title {
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.05em;
}

@media (min-width: 360px) {
  .ts-tophead-title {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .ts-tophead-title {
    font-size: 5.41667vw;
  }
}
@media (min-width: 1900px) {
  .ts-tophead-title {
    font-size: 104px;
  }
}
.ts-tophead-title h1, .ts-tophead-title h2 {
  perspective: 600px;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.ts-tophead-title h1 > div, .ts-tophead-title h2 > div {
  transform-style: preserve-3d;
  transform-origin: center top;
}

.ts-tophead-title h1 br, .ts-tophead-title h2 br {
  display: none;
}

@media (min-width: 768px) {
  .ts-tophead-title h1 br, .ts-tophead-title h2 br {
    display: block;
  }
}
@media (min-width: 768px) {
  .ts-tophead-title.-lg {
    font-size: 6.25vw;
  }
}
@media (min-width: 1900px) {
  .ts-tophead-title.-lg {
    font-size: 120px;
  }
}
.ts-feedback {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .ts-feedback-grid {
    display: flex;
  }
}
.ts-feedback-grid-col.-left {
  padding: 0 0 60px 0;
}

@media (min-width: 1200px) {
  .ts-feedback-grid-col.-left {
    width: 270px;
    padding: 0 40px 0 0;
  }
}
@media (min-width: 1600px) {
  .ts-feedback-grid-col.-left {
    width: 400px;
  }
}
.ts-feedback-grid-col.-right {
  position: relative;
}

@media (min-width: 1200px) {
  .ts-feedback-grid-col.-right {
    max-width: calc(100% - 190px);
  }
}
@media (min-width: 1200px) {
  .ts-feedback-grid-col.-right {
    max-width: calc(100% - 270px);
  }
}
@media (min-width: 1600px) {
  .ts-feedback-grid-col.-right {
    max-width: calc(100% - 400px);
  }
}
.ts-feedback-header {
  max-width: 172px;
}

.ts-feedback-header h2 {
  display: inline-block;
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.ts-feedback-header img {
  position: relative;
  top: -1px;
  height: 1em;
  vertical-align: middle;
}

.ts-feedback-author {
  display: flex;
  margin: 0 0 30px 0;
}

.ts-feedback-author-line {
  margin: 13px 18px 0 0;
  width: 20px;
  height: 1px;
  background: currentColor;
}

.ts-feedback-author-name {
  color: #6f6f6f;
  font-size: 16px;
  line-height: 25px;
}

.ts-feedback-author-name b {
  color: #000;
  font-weight: inherit;
}

.ts-feedback-author-name span:before {
  content: ", ";
}

.ts-feedback-text {
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .ts-feedback-text {
    max-width: 810px;
    font-size: 28px;
    letter-spacing: 0;
  }
}
.desktop .ts-feedback-text {
  cursor: pointer;
}

.ts-feedback-text p {
  margin-bottom: 0.8em;
}

.ts-feedback-text p:first-child:before {
  content: "”";
}

.ts-feedback-text p:last-child {
  margin-bottom: 0;
}

.ts-feedback-text p:last-child:after {
  content: "”";
}

.ts-feedback-more {
  position: relative;
  margin: 40px 0 0 0;
  z-index: 5;
}

@media (min-width: 768px) {
  .ts-feedback-more {
    margin: 45px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .ts-feedback-more {
    margin: 65px 0 0 0;
  }
}
.ts-feedback-items {
  white-space: nowrap;
  width: 100%;
}

@media (min-width: 1200px) {
  .ts-feedback-items {
    overflow: hidden;
  }
}
.ts-feedback-items .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.2;
  transition: opacity 0.4s 0.2s;
}

.ts-feedback-items .owl-item.active {
  opacity: 1;
  transition-delay: 0s;
}

.ts-feedback-items .owl-stage-outer {
  overflow: visible;
}

@media (min-width: 1200px) {
  .ts-feedback-items .owl-stage-outer {
    overflow: hidden;
  }
}
.ts-feedback-item {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  max-width: 90%;
}

.ts-relcase-container {
  text-align: center;
}

.ts-relcase-anchor {
  position: relative;
  font-size: 38px;
  letter-spacing: -0.03em;
  line-height: 110%;
}

@media (min-width: 360px) {
  .ts-relcase-anchor {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .ts-relcase-anchor {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .ts-relcase-anchor {
    font-size: 80px;
  }
}
.ts-relcase-anchor h2 {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.ts-relcase-anchor a {
  position: relative;
  display: inline-block;
  padding: 0 0 5px 0;
  font-weight: 300;
  text-decoration: none;
}

@media (min-width: 768px) {
  .ts-relcase-anchor a {
    padding: 0 0 8px 0;
  }
}
@media (min-width: 1200px) {
  .ts-relcase-anchor a {
    padding: 0 0 10px 0;
  }
}
.ts-relcase-anchor a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transition: transform 0.55s cubic-bezier(0.4, 0.22, 0.21, 1.04);
}

.ts-checkbox_rounded .ts-relcase-anchor label > input:focus ~ a.ts-checkbox_rounded-box:before, .ts-relcase-anchor .ts-checkbox_rounded label > input:focus ~ a.ts-checkbox_rounded-box:before, .ts-relcase-anchor a:focus:before, .ts-relcase-anchor a:hover:before {
  transform: scaleX(0);
}

@media (min-width: 1024px) {
  .ts-definition-grid {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .ts-definition-grid-col {
    flex: 1;
  }
}
.ts-definition-grid-col.-left {
  padding: 0 0 45px 0;
}

@media (min-width: 768px) {
  .ts-definition-grid-col.-left {
    padding: 0 0 65px 0;
  }
}
@media (min-width: 1024px) {
  .ts-definition-grid-col.-left {
    padding: 0;
  }
}
.ts-definition-header {
  max-width: 261px;
}

@media (min-width: 1024px) {
  .ts-definition-header {
    max-width: 400px;
  }
}
.ts-definition-header h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 99%;
  letter-spacing: -0.04em;
}

@media (min-width: 1024px) {
  .ts-definition-header h2 {
    font-size: 40px;
  }
}
.ts-definition-text {
  font-size: 20px;
  line-height: 155%;
  letter-spacing: 0.00464286em;
}

@media (min-width: 768px) {
  .ts-definition-text {
    font-size: 22px;
    line-height: 150%;
  }
}
.ts-screenshot {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .ts-screenshot-container {
    padding: 0;
  }
}
.ts-screenshot-section {
  padding: 10px 0;
}

@media (min-width: 360px) {
  .ts-screenshot-section {
    padding: 12px 0;
  }
}
@media (min-width: 768px) {
  .ts-screenshot-section {
    padding: 22px 0;
  }
}
@media (min-width: 1024px) {
  .ts-screenshot-section {
    padding: 31px 0;
  }
}
@media (min-width: 1200px) {
  .ts-screenshot-section {
    padding: 35px 0;
  }
}
.ts-screenshot-section:first-child {
  padding-top: 0;
}

.ts-screenshot-section:last-child {
  padding-bottom: 0;
}

.ts-screenshot-preview {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 56.25%;
  perspective: 100px;
}

.ts-screenshot-preview.-lg {
  padding-bottom: 100%;
}

@media (min-width: 768px) {
  .ts-screenshot-preview.-lg {
    padding-bottom: 56.25%;
  }
}
.ts-screenshot-preview img, .ts-screenshot-preview video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ts-nextcase {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.ts-nextcase-body {
  text-align: center;
}

.ts-nextcase-title {
  position: relative;
  display: inline-block;
  padding: 0 0 5px 0;
  z-index: 2;
  font-size: 38px;
  letter-spacing: -0.03em;
  text-decoration: none;
}

@media (min-width: 360px) {
  .ts-nextcase-title {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .ts-nextcase-title {
    padding: 0 0 8px 0;
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .ts-nextcase-title {
    padding: 0 0 10px 0;
    font-size: 5.41667vw;
  }
}
@media (min-width: 768px) {
  .ts-nextcase-title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: currentColor;
    transition: transform 0.5s cubic-bezier(0.4, 0.22, 0.21, 1.04);
  }
}
.ts-nextcase-anchor {
  display: block;
  text-align: center;
}

.ts-nextcase-anchor:hover .ts-nextcase-title:before {
  transform: scaleX(0);
}

.ts-employment {
  overflow: hidden;
}

.ts-employment-top {
  display: none;
  padding-top: 0;
}

@media (min-width: 1024px) {
  .ts-employment-top {
    display: block;
  }
}
.ts-employment-header {
  margin: 0 auto;
  text-align: center;
}

.ts-employment-header h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.03em;
}

@media (min-width: 768px) {
  .ts-employment-header h2 {
    opacity: 0.9;
    font-size: 60px;
    letter-spacing: -0.05em;
  }
}
@media (min-width: 1200px) {
  .ts-employment-header h2 {
    font-size: 6.25vw;
  }
}
@media (min-width: 1600px) {
  .ts-employment-header h2 {
    font-size: 120px;
  }
}
@media (min-width: 1024px) {
  .ts-employment-grid {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .ts-employment-grid-col {
    flex: 1;
    flex-basis: 50%;
  }
}
@media (min-width: 1024px) {
  .ts-employment-grid-col.-right {
    padding: 0 0 0 80px;
  }
}
.ts-employment-grid-col.-left {
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .ts-employment-grid-col.-left {
    padding-bottom: 120px;
  }
}
@media (min-width: 1024px) {
  .ts-employment-grid-col.-left {
    padding-bottom: 0;
  }
}
.ts-employment-preview {
  display: inline-block;
  width: 100vw;
  height: 100vw;
  margin: 0 -20px;
  overflow: hidden;
  border-radius: 40px;
}

@media (min-width: 360px) {
  .ts-employment-preview {
    margin: 0 -30px;
  }
}
@media (min-width: 768px) {
  .ts-employment-preview {
    width: 284px;
    height: 476px;
    margin: 0;
    border-radius: 0;
  }
}
@media (min-width: 1024px) {
  .ts-employment-preview {
    height: 90vh;
    width: 54.925vh;
    max-width: 43vw;
    max-height: 71.81vw;
  }
}
@media (min-width: 2200px) {
  .ts-employment-preview {
    max-width: 890px;
    max-height: 1490px;
  }
}
.ts-employment-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ts-employment-title {
  max-width: 273px;
  font-size: 38px;
  font-weight: 600;
  line-height: 100%;
}

@media (min-width: 768px) {
  .ts-employment-title {
    max-width: 450px;
    font-size: 60px;
  }
}
@media (min-width: 1024px) {
  .ts-employment-title {
    font-size: 20px;
    font-weight: 400;
  }
}
.ts-employment-text {
  margin: 30px 0 0 0;
  font-size: 17px;
  line-height: 155%;
  letter-spacing: 0.00464286em;
}

@media (min-width: 768px) {
  .ts-employment-text {
    margin: 60px 0 0 0;
    max-width: 364px;
    font-size: 22px;
    line-height: 150%;
  }
}
@media (min-width: 1024px) {
  .ts-employment-text {
    margin: 35px 0 0 0;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .ts-employment-text {
    max-width: 430px;
  }
}
@media (min-width: 1600px) {
  .ts-employment-text {
    max-width: 554px;
    font-size: 28px;
  }
}
@media (min-width: 2200px) {
  .ts-employment-text {
    max-width: 70%;
  }
}
.ts-employment-action {
  margin: 45px 0 0 0;
}

@media (min-width: 1024px) {
  .ts-employment.-reverse .ts-employment-grid {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .ts-employment.-reverse .ts-employment-grid-col.-left {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .ts-employment.-reverse .ts-employment-grid-col.-right {
    padding: 0 80px 0 0;
  }
}
.ts-employment.-simple .ts-employment-top {
  display: block;
}

@media (min-width: 768px) {
  .ts-advantage-header {
    max-width: 547px;
  }
}
@media (min-width: 1200px) {
  .ts-advantage-header {
    max-width: 708px;
  }
}
.ts-advantage-header h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.03em;
}

@media (min-width: 768px) {
  .ts-advantage-header h2 {
    font-size: 60px;
    letter-spacing: -0.05em;
  }
}
@media (min-width: 1200px) {
  .ts-advantage-header h2 {
    font-size: 70px;
  }
}
@media (min-width: 1350px) {
  .ts-advantage-header h2 {
    font-size: 80px;
  }
}
.ts-advantage-items {
  padding: 80px 0 0 0;
  margin: -40px 0;
}

@media (min-width: 768px) {
  .ts-advantage-items {
    padding: 150px 0 0 0;
    margin: -75px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .ts-advantage-items {
    padding: 175px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .ts-advantage-items {
    padding: 150px 0 0 0;
  }
}
@media (min-width: 1600px) {
  .ts-advantage-items {
    padding: 200px 0 0 0;
  }
}
.ts-advantage-item {
  display: inline-block;
  vertical-align: top;
  padding: 40px 0;
}

@media (min-width: 768px) {
  .ts-advantage-item {
    padding: 75px 0;
  }
}
@media (min-width: 1024px) {
  .ts-advantage-item {
    width: 50%;
  }
}
.ts-advantage-item-num {
  margin: 0 0 20px 0;
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 80px;
  font-weight: 600;
  line-height: 90%;
  letter-spacing: -0.05em;
  transition: color 0.3s;
}

@supports (-webkit-text-stroke: 1px #01d7fd) {
  .ts-advantage-item-num {
    color: transparent;
    text-shadow: none;
    -webkit-text-stroke: 1px #000;
  }
}
@media (min-width: 768px) {
  .ts-advantage-item-num {
    margin: 0 0 62px 0;
    font-size: 115px;
  }
}
.ts-advantage-item-img {
  margin: 0 0 50px 0;
  width: 147px;
  height: 147px;
}

@media (min-width: 768px) {
  .ts-advantage-item-img {
    margin: 0 0 70px 0;
  }
}
@media (min-width: 1200px) {
  .ts-advantage-item-img {
    width: 183px;
    height: 183px;
  }
}
.ts-advantage-item-img img {
  width: 100%;
}

.ts-advantage-item-title {
  max-width: 190px;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .ts-advantage-item-title {
    max-width: 300px;
    font-size: 28px;
  }
}
.ts-advantage-item-title h3 {
  font-weight: inherit;
}

.ts-advantage-item-text {
  padding: 22px 0 0 0;
  max-width: 264px;
  font-size: 17px;
  line-height: 155%;
  letter-spacing: 0.00464286em;
}

@media (min-width: 768px) {
  .ts-advantage-item-text {
    padding: 40px 0 0 0;
    max-width: 398px;
    font-size: 18px;
    letter-spacing: normal;
  }
}
.ts-advantage-item:hover .ts-advantage-item-num {
  color: #000;
}

.ts-work-content {
  padding: 130px 0;
}

@media (min-width: 768px) {
  .ts-work-content {
    padding: 200px 0;
  }
}
@media (min-width: 1600px) {
  .ts-work-content {
    padding: 260px 0 200px 0;
  }
}
.ts-work-filter-title {
  display: block;
  font-size: 17px;
}

@media (min-width: 1200px) {
  .ts-work-filter-title {
    font-size: 20px;
  }
}
.ts-work-filter-active {
  display: inline-block;
  margin: 8px 0 0 0;
  cursor: pointer;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

@media (min-width: 1200px) {
  .ts-work-filter-active {
    font-size: 60px;
  }
}
.ts-work-filter-active span {
  position: relative;
  display: inline-block;
}

.ts-work-filter-active span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transition: transform 0.5s, transform-origin 0s;
  transform-origin: left center;
}

.ts-work-filter-active svg {
  margin: 0 0 0 12px;
  font-size: 19px;
  line-height: 0;
  stroke-width: 2px;
  transition: transform 0.5s;
}

@media (min-width: 1200px) {
  .ts-work-filter-active svg {
    margin: 0 0 0 23px;
  }
}
.ts-work-filter-active:hover span:before {
  transform: scaleX(0);
  transform-origin: right center;
}

.ts-work-filter-active:hover svg {
  transform: translateY(4px);
}

.ts-work-items {
  display: block;
  vertical-align: top;
  margin: -40px 0;
  padding: 90px 0 0 0;
}

@media (min-width: 768px) {
  .ts-work-items {
    margin: -40px -20px;
  }
}
@media (min-width: 1200px) {
  .ts-work-items {
    padding: 130px 0 0 0;
    margin: -40px auto;
  }
}
@media (min-width: 1600px) {
  .ts-work-items {
    padding: 190px 0 0 0;
  }
}
.ts-work-item {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .ts-work-item {
    display: inline-block;
    width: 50%;
    padding: 40px 20px;
  }
}
@media (min-width: 1200px) {
  .ts-work-item {
    display: block;
    width: auto;
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .ts-work-item-grid {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
.ts-work-item-grid-col.-left {
  padding: 38px 0 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  .ts-work-item-grid-col.-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .ts-work-item-grid-col.-left {
    padding: 0;
  }
}
.ts-work-item-grid-col.-right {
  text-align: center;
}

.ts-work-item-preview {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 -30px;
  border-radius: 40px;
}

@media (min-width: 768px) {
  .ts-work-item-preview {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .ts-work-item-preview {
    border-radius: 0;
  }
}
.ts-work-item-preview img {
  max-width: 100%;
  border-radius: inherit;
}

.ts-work-item-header h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

@media (min-width: 1600px) {
  .ts-work-item-header h3 {
    font-size: 1.25vw;
  }
}
.ts-work-item-text {
  display: none;
}

@media (min-width: 1200px) {
  .ts-work-item-text {
    display: block;
    margin: 22px 0 0 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 133%;
    letter-spacing: -0.0154em;
  }
}
@media (min-width: 1200px) {
  .ts-work-item-text {
    font-size: 2.5vw;
  }
}
.ts-work-item-tags {
  display: none;
}

@media (min-width: 768px) {
  .ts-work-item-tags {
    display: block;
    margin: 17px 0 0 0;
    max-width: 202px;
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 400;
    line-height: 156%;
    letter-spacing: 0.04375em;
  }
}
@media (min-width: 1200px) {
  .ts-work-item-tags {
    margin: 30px 0 0 0;
    max-width: none;
  }
}
@media (min-width: 1600px) {
  .ts-work-item-tags {
    font-size: 1vw;
  }
}
.ts-listing-header {
  margin: 0 0 80px 0;
}

@media (min-width: 768px) {
  .ts-listing-header {
    margin: 0 0 100px 0;
  }
}
.ts-listing-header h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 99%;
  letter-spacing: -0.04em;
}

@media (min-width: 360px) {
  .ts-listing-header h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .ts-listing-header h2 {
    font-size: 40px;
  }
}
.ts-listing-items {
  margin: -0.5em 0;
  padding: 0;
  counter-reset: ts-listing-ol;
  list-style: none;
}

@media (min-width: 768px) {
  .ts-listing-items {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .ts-listing-items {
    -moz-column-count: 3;
    column-count: 3;
  }
}
.ts-listing-item {
  padding: 0.5em 0;
  font-size: 18px;
  line-height: 150%;
}

@media (min-width: 1600px) {
  .ts-listing-item {
    font-size: 22px;
  }
}
.ts-listing-item:before {
  counter-increment: ts-listing-ol;
  content: counter(ts-listing-ol) ".";
  display: inline-block;
  width: 2em;
  font-weight: 600;
}

.ts-textpaper-content {
  padding: 140px 0;
}

@media (min-width: 768px) {
  .ts-textpaper-content {
    padding: 175px 0;
  }
}
@media (min-width: 1200px) {
  .ts-textpaper-content {
    padding: 200px 0;
  }
}
@media (min-width: 768px) {
  .ts-textpaper-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .ts-textpaper-container {
    max-width: 800px;
  }
}
.ts-textpaper-container.-md {
  max-width: none;
}

.ts-textpaper-date {
  margin: 0 0 35px 0;
  perspective: 600px;
  font-size: 20px;
  line-height: 100%;
}

.ts-textpaper-date span {
  display: inline-block;
  transform-style: preserve-3d;
  transform-origin: top center;
}

.ts-textpaper-header {
  margin: 0 0 80px 0;
}

@media (min-width: 768px) {
  .ts-textpaper-header {
    margin: 0 0 140px 0;
  }
}
.ts-textpaper-header h1 {
  perspective: 600px;
  font-size: 38px;
  font-weight: 400;
  line-height: 100%;
}

@media (min-width: 360px) {
  .ts-textpaper-header h1 {
    font-size: 42px;
    letter-spacing: -0.03em;
  }
}
@media (min-width: 768px) {
  .ts-textpaper-header h1 {
    font-size: 60px;
    letter-spacing: -0.05em;
  }
}
@media (min-width: 1200px) {
  .ts-textpaper-header h1 {
    font-size: 70px;
  }
}
@media (min-width: 1350px) {
  .ts-textpaper-header h1 {
    font-size: 80px;
  }
}
.ts-textpaper-header h1 > div {
  transform-style: preserve-3d;
  transform-origin: center top;
}

@media (max-width: 767px) {
  .ts-textpaper-header h1:lang(ru) {
    font-size: 30px;
  }
}
.ts-textpaper-brief {
  margin: 0 0 30px 0;
  font-size: 22px;
  line-height: 135%;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .ts-textpaper-brief {
    margin: 0 0 70px 0;
    font-size: 40px;
  }
}
.ts-textpaper-brief p {
  margin: 0 0 0.8em 0;
}

.ts-textpaper-text {
  font-size: 20px;
  line-height: 155%;
  letter-spacing: 0.00464286em;
}

@media (min-width: 768px) {
  .ts-textpaper-text {
    font-size: 22px;
    line-height: 150%;
  }
}
@media (min-width: 768px) {
  .ts-textpaper-text.-lg {
    font-size: 28px;
    line-height: 150%;
  }
}
.ts-textpaper-text p {
  margin: 0 0 0.8em 0;
}

.ts-textpaper-text h3 {
  margin: 2.5em 0 0.8em 0;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.05em;
}

@media (min-width: 768px) {
  .ts-textpaper-text h3 {
    font-size: 2em;
  }
}
.ts-textpaper-text h4 {
  margin: 2em 0 0.8em 0;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 110%;
}

@media (min-width: 768px) {
  .ts-textpaper-text h4 {
    font-size: 1.4em;
    letter-spacing: -0.04em;
    line-height: 100%;
  }
}
.ts-textpaper-text a {
  position: relative;
  width: -moz-calc(100%);
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), #000 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-weight: 600;
  text-decoration: none;
  transition: background-size 0.4s, background-position 0.4s;
}

.ts-textpaper-text a:hover {
  background-size: 0 100%;
}

.ts-textpaper-jumbo {
  position: relative;
  margin: 100px 0 0 0;
  padding: 45px 0;
  background: #ffedee;
  border-radius: 30px;
}

@media (min-width: 768px) {
  .ts-textpaper-jumbo {
    margin: 110px 0 0 0;
    padding: 82px 0;
  }
}
@media (min-width: 1024px) {
  .ts-textpaper-jumbo {
    margin: 220px 0 0 0;
    padding: 91px 0;
  }
}
.ts-textpaper-jumbo.-info {
  background: rgba(238, 238, 238, 0.5);
}

.ts-textpaper-jumbo-body {
  padding: 0 35px;
}

@media (min-width: 768px) {
  .ts-textpaper-jumbo-body {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .ts-textpaper-jumbo-body {
    max-width: 800px;
  }
}
.ts-textpaper-jumbo-title {
  display: inline-block;
  margin: 0 0 24px 0;
  cursor: help;
  font-size: 17px;
  line-height: 150%;
}

@media (min-width: 768px) {
  .ts-textpaper-jumbo-title {
    font-size: 20px;
  }
}
.ts-textpaper-jumbo-title svg {
  margin: -5px 0 0 14px;
  font-size: 24px;
  line-height: 0;
}

@media (min-width: 768px) {
  .ts-textpaper-jumbo-title svg {
    margin-left: 17px;
    font-size: 28px;
  }
}
.ts-textpaper-jumbo-header {
  max-width: 280px;
}

@media (min-width: 768px) {
  .ts-textpaper-jumbo-header {
    max-width: 545px;
  }
}
@media (min-width: 1200px) {
  .ts-textpaper-jumbo-header {
    max-width: 760px;
  }
}
.ts-textpaper-jumbo-header h2, .ts-textpaper-jumbo-header h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.05em;
}

@media (min-width: 768px) {
  .ts-textpaper-jumbo-header h2, .ts-textpaper-jumbo-header h3 {
    font-size: 60px;
    letter-spacing: -0.04em;
  }
}
@media (min-width: 1200px) {
  .ts-textpaper-jumbo-header h2, .ts-textpaper-jumbo-header h3 {
    font-size: 80px;
  }
}
.ts-textpaper-jumbo-tooltip {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  min-width: 260px;
  max-width: 427px;
  transform: translate(-50%, -50%) scale(0.95);
  z-index: 10;
  opacity: 0;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  font-size: 14px;
  line-height: 170%;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.3s, visibility 0s 0.2s;
}

@media (min-width: 360px) {
  .ts-textpaper-jumbo-tooltip {
    min-width: 280px;
  }
}
@media (min-width: 768px) {
  .ts-textpaper-jumbo-tooltip {
    padding: 40px;
    border-radius: 30px;
    font-size: 18px;
  }
}
.ts-textpaper-jumbo-title:hover + .ts-textpaper-jumbo-tooltip, .ts-textpaper-jumbo-tooltip.-visible {
  opacity: 1;
  transform: translate(-50%, -50%);
  visibility: visible;
  transition-delay: 0s, 0s, 0s;
}

.ts-textpaper-jumbo-action {
  margin: 38px 0 0 0;
}

@media (min-width: 768px) {
  .ts-textpaper-jumbo-action {
    margin: 50px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .ts-textpaper-jumbo-action {
    margin: 60px 0 0 0;
  }
}
.ts-textpaper-embedded {
  margin: 100px 0 0 0;
}

@media (min-width: 768px) {
  .ts-textpaper-embedded {
    margin: 110px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .ts-textpaper-embedded {
    margin: 220px 0 0 0;
  }
}
.ts-rcfeed-content.-lg {
  padding: 130px 0;
}

@media (min-width: 768px) {
  .ts-rcfeed-content.-lg {
    padding: 200px 0;
  }
}
@media (min-width: 1600px) {
  .ts-rcfeed-content.-lg {
    padding: 260px 0 200px 0;
  }
}
.ts-rcfeed-header {
  perspective: 600px;
  margin: 0 0 15px 0;
}

@media (min-width: 768px) {
  .ts-rcfeed-header {
    margin: 0 0 18px 0;
  }
}
.ts-rcfeed-header h1 {
  font-size: 17px;
  font-weight: 400;
  line-height: 294%;
  transform-style: preserve-3d;
  transform-origin: center top;
}

@media (min-width: 768px) {
  .ts-rcfeed-header h1 {
    font-size: 20px;
    line-height: 250%;
  }
}
.ts-rcfeed-title {
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.05em;
}

@media (min-width: 360px) {
  .ts-rcfeed-title {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .ts-rcfeed-title {
    font-size: 5.41667vw;
  }
}
.ts-rcfeed-title h1, .ts-rcfeed-title h2 {
  perspective: 600px;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.ts-rcfeed-title h1 > div, .ts-rcfeed-title h2 > div {
  transform-style: preserve-3d;
  transform-origin: center top;
}

.ts-rcfeed-title h1 br, .ts-rcfeed-title h2 br {
  display: none;
}

@media (min-width: 768px) {
  .ts-rcfeed-title h1 br, .ts-rcfeed-title h2 br {
    display: block;
  }
}
@media (min-width: 768px) {
  .ts-rcfeed-title.-lg {
    font-size: 6.25vw;
  }
}
.ts-rcfeed-filter {
  padding: 50px 0 80px 0;
  margin: 0 -15px;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 360px) {
  .ts-rcfeed-filter {
    margin: 0 -30px;
    padding: 50px 15px 80px 15px;
  }
}
@media (min-width: 768px) {
  .ts-rcfeed-filter {
    padding: 90px 0 140px 0;
    margin: 0 -25px;
    overflow: visible;
  }
}
@media (min-width: 1600px) {
  .ts-rcfeed-filter {
    padding: 140px 0 150px 0;
    margin: 0 -30px;
  }
}
.ts-rcfeed-filter-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  cursor: pointer;
  opacity: 0.4;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  transition: opacity 0.2s;
}

@media (min-width: 768px) {
  .ts-rcfeed-filter-item {
    padding: 0 25px;
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .ts-rcfeed-filter-item {
    padding: 0 30px;
  }
}
.ts-rcfeed-filter-item span {
  position: relative;
}

.ts-rcfeed-filter-item span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 5px;
  transform: scaleX(0);
  border-bottom: 1px solid;
  transition: transform 0.2s;
}

.ts-rcfeed-filter-item:hover {
  opacity: 1;
}

.ts-checkbox_rounded label > input:checked ~ .ts-rcfeed-filter-item.ts-checkbox_rounded-box, .ts-menu.-open .ts-menu-toggle button.ts-rcfeed-filter-item, .ts-rcfeed-filter-item.-active {
  opacity: 1;
}

.ts-checkbox_rounded label > input:checked ~ .ts-rcfeed-filter-item.ts-checkbox_rounded-box span:before, .ts-menu.-open .ts-menu-toggle button.ts-rcfeed-filter-item span:before, .ts-rcfeed-filter-item.-active span:before {
  transform: scaleX(1);
}

/*.ts-rcfeed-items {*/
/*  margin: -70px 0;*/
/*}*/

/*@media (min-width: 768px) {*/
/*  .ts-rcfeed-items {*/
/*    margin: -70px -16px;*/
/*  }*/
/*}*/
.ts-rcfeed-item {
  display: block;
  cursor: pointer;
  margin: 70px 0;
  text-decoration: none;
}

@media (min-width: 768px) {
  .ts-rcfeed-item {
    display: inline-block;
    width: 50%;
    padding: 0 16px;
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  .ts-rcfeed-item {
    width: 32.33%;
  }
}
.ts-rcfeed-item:hover {
  text-decoration: none;
}

.ts-rcfeed-item-img {
  display: block;
  position: relative;
  padding-bottom: 56.41%;
  overflow: hidden;
  transition: transform 0.4s;
}

.ts-rcfeed-item:hover .ts-rcfeed-item-img {
  transform: scale(0.97);
}

.ts-rcfeed-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  transition: transform 0.4s;
}

.safari .ts-rcfeed-item-img img {
  image-rendering: auto;
}

.ts-rcfeed-item:hover .ts-rcfeed-item-img img {
  transform: scale(1.02);
}

.ts-rcfeed-item-tag {
  display: block;
  padding: 35px 0 0 0;
  margin: 0 -6px;
}

.ts-rcfeed-item-tag-item {
  display: inline-block;
  margin: 0 4px;
  padding: 0 16px;
  height: 34px;
  background: #f8f8f7;
  border-radius: 52px;
  font-size: 12px;
  line-height: 34px;
  vertical-align: middle;
}

@media (min-width: 360px) {
  .ts-rcfeed-item-tag-item {
    padding: 0 18px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
  }
}
@media (min-width: 768px) {
  .ts-rcfeed-item-tag-item {
    margin: 0 6px;
    padding: 0 23px;
    height: 48px;
    border-radius: 73px;
    font-size: 17px;
    line-height: 48px;
  }
}
@media (min-width: 1600px) {
  .ts-rcfeed-item-tag-item {
    padding: 0 24px;
    height: 51px;
    font-size: 18px;
    line-height: 51px;
  }
}
.ts-rcfeed-item-tag-item.-new {
  color: #fff;
  background: #000;
}

.ts-rcfeed-item-tag-item.-locked {
  color: #ff424d;
  background: rgba(255, 66, 77, 0.1);
}

.ts-rcfeed-item-tag-item.-soon {
  color: #ff424d;
  background: rgba(255, 66, 77, 0.07);
}

.ts-rcfeed-item-title {
  display: block;
  padding: 24px 0 0 0;
  font-size: 20px;
  line-height: 118%;
  letter-spacing: -0.02em;
  text-decoration: none;
}

@media (min-width: 1600px) {
  .ts-rcfeed-item-title {
    padding: 30px 0 0 0;
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .ts-rcfeed-item-title {
    font-size: 28px;
  }
}
.ts-rcfeed-empty {
  margin: 70px 0;
  font-size: 17px;
  line-height: 210%;
  text-align: center;
}

.ts-rcfeed-more {
  padding: 60px 0 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  .ts-rcfeed-more {
    padding: 80px 0 0 0;
  }
}
.ts-topcover {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.ts-topcover.-inverse {
  color: #fff;
}

.ts-topcover-content {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.ts-topcover-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.ts-topcover-bg-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ts-topcover-bg-img.-contain {
  background-size: contain;
}

.ts-topcover-bg-video {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.ts-topcover-bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .ts-topcover-bg-video video {
    position: static;
    top: auto;
    left: auto;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: none;
  }
}
.ts-topcover-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  background: #000;
}

.ts-topcover-content {
  position: relative;
}

.ts-topcover-title {
  margin: 0 0 12px 0;
  font-size: 17px;
  line-height: 100%;
}

@media (min-width: 768px) {
  .ts-topcover-title {
    margin: 0 0 18px 0;
    font-size: 20px;
  }
}
.ts-topcover-header h1, .ts-topcover-header h2 {
  max-width: 300px;
  perspective: 600px;
  font-size: 34px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.05em;
}

@media (min-width: 768px) {
  .ts-topcover-header h1, .ts-topcover-header h2 {
    max-width: 500px;
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .ts-topcover-header h1, .ts-topcover-header h2 {
    max-width: 700px;
    font-size: 80px;
  }
}
.ts-topcover-header h1 > div, .ts-topcover-header h2 > div {
  transform-style: preserve-3d;
  transform-origin: center top;
}

.ts-topcover-action {
  margin: 25px 0 0 0;
}

@media (min-width: 768px) {
  .ts-topcover-action {
    margin: 40px 0 0 0;
  }
}
@media (min-width: 1600px) {
  .ts-topcover-action {
    margin: 60px 0 0 0;
  }
}
.ts-test-video-wrapper{
  width: 100%;
  padding-top: 125%;
  position: relative;
}
.ts-test-video-wrapper .thumbnail{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.vid-play-btn{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 55px;
    height: 55px;
    border-radius: 100px;
    background: transparent;
    outline: none;
    border: none;
    z-index: 5;
}
.vid-play-btn img{
    width: 100%;
    height: 100%;
    
}
.ts-test-video-wrapper iframe, .ts-test-video-wrapper video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ts-lg-rotate{
  position: relative;
  width: 100%;
  height: 100%;
}
.ts-lg-rotate >img:nth-child(2){
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 10s linear infinite;
}
.ts-lg-rotate >img:nth-child(1){
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
}
@keyframes rotate {
  0%{
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100%{
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.ts-smfeed-item-url{
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.cap-h h2{
    text-transform: capitalize;
}
.inner-page .ts-btn_nav{
    display:none;
}
.box-panel {
	 /*display: flex;*/
	 /*justify-content: center;*/
	 /*align-items: center;*/
	 padding: 35px 0;
}
 .widget-container {
	 transition: all 0.3s ease;
}
 .widget-container .common-flip-style {
	 width: 100%;
	 height: 940px;
	 cursor: pointer;
}
 .widget-container .common-flip-style .common-box-style {
	 transform-style: preserve-3d;
	 backface-visibility: hidden;
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 -webkit-transition: all 0.6s ease-in-out;
	 -o-transition: all 0.6s ease-in-out;
	 transition: all 0.6s ease-in-out;
	 background:#fff;
	 overflow:hidden;
}
 .flip-box {
	 position: relative;
	 perspective: 1000px;
	 transform-style: preserve-3d;
}
 .flip-box .box-front.box-1 {
	 transform: none;
	 z-index: 1;
	 /*background-image: url('https://addydesignbegins.b-cdn.net/assets/img/Graphic%20Design.jpg');*/
	 background-position: center center;
	 background-size: cover;
	 background-repeat: no-repeat;
}
 .flip-box .box-front.box-2 {
	 transform: none;
	 z-index: 1;
	 /*background-image: url('https://addydesignbegins.b-cdn.net/assets/img/Web%20Design.jpg');*/
	 background-position: center center;
	 background-size: cover;
	 background-repeat: no-repeat;
}
 .flip-box .box-front.box-3 {
	 transform: none;
	 z-index: 1;
	 /*background-image: url('https://addydesignbegins.b-cdn.net/assets/img/Branding.jpg');*/
	 background-position: center center;
	 background-size: cover;
	 background-repeat: no-repeat;
}
 .flip-box .box-front.box-4 {
	 transform: none;
	 z-index: 1;
	 /*background-image: url('https://addydesignbegins.b-cdn.net/assets/img/Illustration.jpg');*/
	 background-position: center center;
	 background-size: cover;
	 background-repeat: no-repeat;
}
 .flip-box .box-front.box-5 {
	 transform: none;
	 z-index: 1;
	 /*background-image: url('https://addydesignbegins.b-cdn.net/assets/img/Print%20%26%20Packaging.jpg');*/
	 background-position: center center;
	 background-size: cover;
	 background-repeat: no-repeat;
}
 .flip-box .box-front.box-6 {
	 transform: none;
	 z-index: 1;
	 /*background-image: url('https://addydesignbegins.b-cdn.net/assets/img/Digital%20Marketing.jpg');*/
	 background-position: center center;
	 background-size: cover;
	 background-repeat: no-repeat;
}
 .flip-box .box-front.box-7 {
	 transform: none;
	 z-index: 1;
	 /*background-image: url('https://addydesignbegins.b-cdn.net/assets/img/Business%20Growth.jpg');*/
	 background-position: center center;
	 background-size: cover;
	 background-repeat: no-repeat;
}
 .flip-box .box-front.box-8 {
	 transform: none;
	 z-index: 1;
	 /*background-image: url('https://addydesignbegins.b-cdn.net/assets/img/Development.jpg');*/
	 background-position: center center;
	 background-size: cover;
	 background-repeat: no-repeat;
}
 .flip-box .box-back {
	 width: calc(100% - 10px);
	 height: calc(100% - 10px);
	 transform: rotateX(0) rotateY(-180deg);
}
 .flip-box:hover .box-front {
	 transform: rotateX(0) rotateY(180deg);
}
 .flip-box:hover .box-back {
	 transform: none;
}
.box-content-wrapper {
    width: 100%;
    height: 100%;
    transform: translateZ(2px);
    padding: 40px;
}
 .widget-container {
    /* display: flex; */
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    gap: 30px;
}
.front-padd{
    padding:0;
}
.front-padd .cb-postcard-item-title{
    padding:30px 40px 0px 40px;
}


.front-padd .cb-postcard-item-tags{
    padding:0px 40px 0px 40px;
}
.cb-postcard-item-img{
    border-bottom:1px solid #EEEDED;
}
.cb-postcard-item-img img{
    width:100%;
}
.cb-postcard-item-title {
    font-size: 46px;
    color:black;
}
.cb-postcard-item-tags {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    flex-wrap:wrap;
}
.cb-postcard-item-tag {
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #000;
    border-radius: 30px;
    padding: 7px 25px;
    color:black;
}
.cb-postcard-item-text p {
    font-size: 22px;
    margin-top: 40px;
}
.heading h1 {
    font-size: 120px;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 120px;
}
.heading h1 span {
    display: inline-flex;
    align-items: center;
}
.heading h1 span a{
    margin: 0px 5px;
}
.heading h1 span a{
    width: 100px;
    height: 100px;
}
.phillo-sec{
        background: #fff;
        padding: 200px 0px 200px 0px;
}
.content-only p{
    font-size: 24px;
}
.two-col {
    display: grid;
    grid-template-columns: 40% 60%;
}
.divider {
    margin: 50px 0px;
}
.divider hr{
    border: 1px solid #000;
}
.box-panel{
    background: #000;
    padding: 200px 0px;
}
.flip-box .box-back{
        background: #232325;
        border: none;
}
.white-txt{
    color: #fff;
    border-color: white;
}
.white-txt .cb-postcard-item-tag{
    border-color: #fff;
}
.black-txt{
    color: #000;
    border-color: black;
}
.heading-h3 h3{
    
}
.heading-h3 h3{
    font-size: 18px;
    margin-bottom: 50px;
}
.side-p p{
    font-size: 24px;
}
.art-sec{
    padding: 200px 0px;
}
.tag-div{
    display: inline-block;
    padding: 0.4rem 1rem;
    margin: 0.4rem;
    border: 1px solid;
    border-radius: 49px;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    text-transform: uppercase;
}
.art-sec .two-col{
    gap: 30px;
}
.rotate-star img {
    width: 85px;
    animation: rotate-ob 5s linear infinite;
    
}
@keyframes rotate-ob {
    0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.mt-30{
    margin-top: 30px;
}
 div.highway-slider {
	 display: flex;
	 justify-content: center;
	 width: 100%;
	 height: 150px;
	 margin-bottom: 100px;
}
 div.highway-slider div.highway-barrier {
	 overflow: hidden;
	 position: relative;
}
 div.highway-slider ul.highway-lane {
	 display: flex;
	 height: 100%;
}
 div.highway-slider ul.highway-lane li.highway-car {
	 flex: 1;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 background: transparent;
	 color: #fff;
}
 @keyframes translatestf {
	 0% {
		 transform: translateX(100%);
	}
	 100% {
		 transform: translateX(-500%);
	}
}
 #stffull div.highway-barrier ul.highway-lane {
	 width: 500%;
}
 #stffull div.highway-barrier ul.highway-lane li.highway-car {
	 animation: translatestf 30s linear infinite;
}
 #stffull div.highway-barrier ul.highway-lane li.highway-car h4 {
	 font-size: 28px;
}
 @keyframes translateinfinite {
	 100% {
		 transform: translateX(calc(-2160px));
	}
}
 #infinite div.highway-barrier {
	 background: transparent;
}

 #infinite div.highway-barrier ul.highway-lane {
	 width: calc(4320px);
}
 #infinite div.highway-barrier ul.highway-lane li.highway-car {
	 width: 180px;
	 animation: translateinfinite 25s linear infinite;
}
 #infinite div.highway-barrier ul.highway-lane li.highway-car span.fab {
	 font-size: 65px;
}
.follow-sec{
    background: #000;
    padding: 200px 0px;
}
.heading.white{
    color: #fff;
}
.social-main-info {
    display: flex;
    align-items: center;
    /* width: 100%; */
    justify-content: space-between;
    padding: 35px 0px;
}
.soacial-h3 {
    color: #fff;
    font-size: 32px;
}
.social-arrow img {
    width: 30px;
}
.divider-socials {
    border-bottom: 1px solid #dfdfdf;
    opacity: 0.2;
}
.social-slider .highway-slider{
    margin: 0px;
    height: auto;
}
.social-slider .highway-lane{
    margin: 0px;
}
.social-slider:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleY(0);
    background: #e6201d;
    transition: transform .5s;
}
.socials-a:hover .social-slider:before {
    transform: scaleY(1);
    transition-duration: .4s;
}
.social-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    pointer-events: none;
    touch-action: none;
}
.socials-a {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
}
.social-slider .highway-slider{
       display: flex;
    align-items: center;
    height: 100%;
    opacity: 0;
    transition: opacity .3s;
}
.socials-a:hover .social-slider .highway-slider{
    opacity: 1;
}
.social-slider .highway-slider ul li{
    font-size: 28px;
}
.all-socials {
    margin-top: 100px;
}
.sizeing h1{
    font-size:100px;
    line-height: 110px;
}
.highway-car img{
    width:30px;
}
.ts-nextcase img{
    width:100%;
}
.padd-next{
    padding:100px;
}
@media screen and (max-width: 767px){
    .heading h1{
        font-size: 34px;
        line-height: 38px;
    }
    .heading h1 span a{
        width: 38px;
        height: 38px;
    }
    .two-col{
        grid-template-columns: 100%;
        gap: 15px;
    }
    .content-only p{
        font-size: 18px;
    }
    .phillo-sec{
        padding-bottom: 100px;
    }
    .box-panel{
        padding: 100px 0px;
    }
    .widget-container{
        grid-template-columns: 1fr;
    }
    .cb-postcard-item-title{
        font-size: 26px;
    }
    .cb-postcard-item-tag{
        font-size: 12px;
    }
    .cb-postcard-item-text p{
        font-size: 16px;
    }
    .widget-container .common-flip-style{
        height: 500px;
    }
    .box-content-wrapper{
        padding: 25px;
    }
    .art-sec{
        padding: 100px 0px;
    }
    .tag-div{
        font-size: 14px;
    }
    .follow-sec{
        padding: 100px 0px;
    }
    .sizeing br{
        display: none;
    }
    .ts-billboard-items{
        display: flex;
        flex-wrap: wrap;
    }
}
.ts-btn.ts-btn_contact.trans::before{
    display: none;
}
.ban-heading-link{
    padding:0 !important;
}
.meet-btn a{
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 35px;
    background: #e6201d;
    box-shadow: 0px 2.71211px 13.56055px 0px #e6201d42;
    padding: 12px 15px 12px 15px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.meet-btn {
    display: inline-block;
    margin: 0 60px 0 0;
}
.flex-nav-cus{
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px){
    .meet-btn{
        display: none;
    }
    .blog-inner-heading{
    font-size: 34px !important;
}
    
}
.ts-modal_box-message-text{
    margin-bottom: 70px;
}
.iti{
    width: 100%;
}
.blog-inner-heading{
    font-size: 64px;
}
.full-wd-desc{
    width: 100%;
    max-width: 100%;
}
.pub-on-text{
    padding-top: 100px;
}
.side-p em {
    font-style: italic;
}
.bey-brief{
    padding-bottom: 80px;
}
.view-all-blog{
    text-align: center;
}
.spacing{
    padding:80px 0;
}
.ts-splitshow-caption span{
    font-size: 14px;
    color: #e6201d;
}
.ts-tophead-header span{
    font-size:14px;
    color: #e6201d;
}
/*# sourceMappingURL=main.css.map */