.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  background-color: #192149;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #31ceff;
  font-size: 21px;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 96px;
  line-height: 100px;
  font-weight: 700;
  letter-spacing: -0.012em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 62px;
  font-weight: 700;
}

p {
  margin-bottom: 14px;
  font-size: 0.8em;
  line-height: 1.5em;
}

a {
  color: #192149;
  text-decoration: underline;
}

label {
  display: inline;
  margin-bottom: 5px;
  font-size: 0.6em;
  font-weight: 400;
}

.webgl {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  opacity: 0.5;
}

.webgl.inner {
  opacity: 0.2;
}

.section {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  max-height: 900px;
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.h1 {
  margin-bottom: 36px;
  color: #ebf2fa;
}

.header {
  position: fixed;
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 95px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #192149), to(rgba(25, 33, 73, 0)));
  background-image: linear-gradient(180deg, #192149 13%, rgba(25, 33, 73, 0));
  color: #ebf2fa;
}

.header.form {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf2fa), to(rgba(235, 242, 250, 0)));
  background-image: linear-gradient(180deg, #ebf2fa, rgba(235, 242, 250, 0));
}

.logo {
  width: 5.8em;
  height: 60px;
  margin-top: 9px;
  background-image: url('../images/tionit_logo_new.svg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo.dark {
  background-image: url('../images/tionit_logo_dark.svg');
}

.nav-link {
  display: inline-block;
  margin-right: 1.25em;
  margin-bottom: -23px;
  padding: 20px 0px;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #31ceff;
  font-size: 0.7em;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  color: #ebf2fa;
}

.nav-link.w--current {
  color: #ebf2fa;
}

.nav-menu {
  display: inline-block;
  margin-left: 34px;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.actions {
  display: inline-block;
  float: right;
}

.cta-btn {
  position: relative;
  z-index: 998;
  margin-top: 11px;
  padding: 0.5em 18px;
  border-radius: 1px;
  background-color: #31ceff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: color 200ms ease, background-color 600ms ease-in-out;
  transition: color 200ms ease, background-color 600ms ease-in-out;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cta-btn:hover {
  background-color: #ebf2fa;
  color: #192149;
}

.cta-btn.disabled {
  background-color: #ebf2fa;
  pointer-events: none;
  color: #c7c7c7;
}

.cta-btn.close-form {
  position: absolute;
  right: 2.2vw;
  background-color: #ebf2fa;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  color: #192149;
}

.cta-btn.big {
  padding: 1em 22px;
  font-size: 0.8em;
}

.cta-btn._404 {
  width: 12em;
  margin-top: 34px;
  padding: 1em 22px;
  font-size: 0.8em;
}

.action-link {
  display: inline-block;
  margin-top: 20px;
  margin-right: 24px;
  margin-bottom: 20px;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #31ceff;
  font-size: 0.7em;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
}

.action-link:hover {
  color: #ebf2fa;
}

.action-link.email:hover {
  color: #ebf2fa;
}

.action-link.footer {
  display: block;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0vh;
  padding-bottom: 0vh;
  font-size: 0.8em;
}

.p-big {
  margin-bottom: 24px;
  line-height: 1.4em;
}

.p-big.white {
  margin-bottom: 14px;
  color: #ebf2fa;
}

.counter {
  display: inline-block;
  font-size: 3.6em;
  line-height: 49px;
}

.container {
  position: relative;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.html-embed {
  display: none;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 36px;
  color: #ebf2fa;
  font-size: 2.4em;
  line-height: 1em;
}

.p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.8em;
  line-height: 1.4em;
}

.p.white {
  color: #ebf2fa;
}

.p.desc {
  margin-bottom: 14px;
}

.serviceic {
  width: 120px;
  height: 120px;
  margin-bottom: 32px;
  cursor: pointer;
}

.service-card {
  width: 97%;
}

.title {
  margin-bottom: 40px;
}

.section-auto {
  position: relative;
  z-index: 10;
  display: block;
  overflow: visible;
  width: 100vw;
  height: auto;
  padding-top: 4vh;
  padding-bottom: 8vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-auto.inner {
  padding-top: 129px;
  padding-bottom: 2vh;
}

.industy-col {
  width: 50%;
  float: left;
}

.link-block {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 8px;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  color: #31ceff;
  text-decoration: none;
}

.link-block:hover {
  color: #ebf2fa;
}

.proj-badge {
  position: relative;
  left: 3px;
  right: 3px;
  bottom: 10px;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
}

.columns {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 6vh;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 10px;
}

.hyperpatch {
  position: absolute;
  top: -51%;
  right: 4%;
  display: none;
  width: 418px;
  height: 383px;
  background-image: url('../images/hypercube.png');
  background-position: 0px 0px;
  background-size: auto;
}

.project-screenshot {
  margin-top: 32px;
  padding: 50px 50px 60px;
  background-image: url('../images/pattern-dot.svg');
  background-position: 0% 0%;
  background-size: auto;
}

.slider {
  overflow: hidden;
  height: 473px;
  border-radius: 4px;
  box-shadow: 0 6px 14px 0 #0d1331;
}

.projectcard {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 6vh;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  color: #31ceff;
  text-decoration: none;
}

.projectcard:hover {
  color: #ebf2fa;
}

.projectcard.inner {
  position: relative;
  overflow: hidden;
  height: 22em;
}

.project-info {
  position: relative;
  z-index: 150;
  display: inline-block;
  width: 70%;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}

.clientname {
  display: inline-block;
  width: 30%;
  margin-top: 5px;
  float: right;
  text-align: right;
}

.project-desc {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.hidden_nav {
  display: none;
}

.slider-arrow {
  color: #ffffff;
  font-size: 1em;
}

.more-btn {
  padding: 0.7vw 18px;
  border: 1px solid #31ceff;
  border-radius: 1px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  color: #31ceff;
  font-size: 0.8em;
  line-height: 24px;
  font-weight: 400;
}

.more-btn:hover {
  background-color: #31ceff;
  color: #ebf2fa;
}

.tech-icon {
  font-family: 'Tionit tech', sans-serif;
  color: #31ceff;
  font-size: 2.6em;
  line-height: 1.5em;
  text-align: center;
  cursor: pointer;
}

.tech-icon:hover {
  color: #fff;
}

.tech-card {
  display: inline-block;
  width: 20%;
  margin-bottom: 28px;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  text-align: center;
}

.tech-card:hover {
  color: #fff;
}

.proj-client {
  display: block;
  margin-top: 9px;
  margin-bottom: 13px;
  font-size: 1em;
  line-height: 1.2em;
}

.approach_slider {
  width: 50%;
  float: left;
  background-color: transparent;
  text-align: left;
}

.footer-link {
  display: block;
  margin-bottom: 18px;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #31ceff;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: #ebf2fa;
}

.footer-info {
  margin-top: 32px;
}

.approach-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.apr_arrow {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 0px;
  margin-left: 0px;
  color: #31ceff;
  font-size: 0.8em;
}

.apr_slide_nav {
  position: relative;
  top: -4px;
  display: inline-block;
  height: 50px;
}

.apr_desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.apr_title {
  margin-bottom: 12px;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.4em;
}

.circle_slider {
  position: relative;
  right: auto;
  bottom: auto;
  width: 50%;
  height: 474px;
  background-color: transparent;
}

.apr_pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.circle_dot_nav {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid #31ceff;
  border-radius: 100%;
  background-color: #192149;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.circle_dot_nav.apr-dot-1 {
  top: 50%;
  margin-left: -11px;
}

.circle_dot_nav.apr-dot-1.active {
  margin-left: 0px;
  border-width: 3px;
  border-color: #fff;
}

.circle_dot_nav.apr-dot-2 {
  left: 50%;
  bottom: 0px;
}

.circle_dot_nav.apr-dot-2.active {
  border-width: 3px;
  border-color: #fff;
}

.circle_dot_nav.apr-dot-3 {
  top: 50%;
  right: 0px;
}

.circle_dot_nav.apr-dot-3.active {
  border-width: 3px;
  border-color: #fff;
}

.circle_dot_nav.apr-dot-4 {
  left: 50%;
  top: 0%;
}

.circle_dot_nav.apr-dot-4.active {
  border-width: 3px;
  border-color: #fff;
}

.dots_nav {
  position: absolute;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 11px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: url('../images/circle.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.top-line {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.middle-line {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.bottom-line {
  position: absolute;
  left: 0px;
  top: 38px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.cta-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 82px;
  padding-bottom: 82px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dots-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/pattern-dot.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.form-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999;
  display: none;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  background-color: #ebf2fa;
}

.formblock {
  margin-top: 127px;
  color: #192149;
}

.form-title {
  margin-top: 0px;
  margin-bottom: 36px;
  color: #192149;
}

.input {
  width: 90%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0px;
  float: left;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #192149;
  background-color: transparent;
}

.input:focus {
  border-style: none none solid;
  border-color: #31ceff;
}

.input::-webkit-input-placeholder {
  color: #192149;
}

.input:-ms-input-placeholder {
  color: #192149;
}

.input::-ms-input-placeholder {
  color: #192149;
}

.input::placeholder {
  color: #192149;
}

.radio {
  display: inline-block;
  width: 50%;
  padding-top: 12px;
  margin-bottom: 0;
  font-size: 0.6em;
}

.radio-btn {
  width: 20px;
  height: 20px;
  min-width: 1px;
  border-color: #192149;
  -webkit-transition: border-width 200ms ease;
  transition: border-width 200ms ease;
}

.radio-btn.w--redirected-checked {
  border-width: 8px;
  border-color: #192149;
}

.radio-label {
  margin-left: 12px;
}

.textarea {
  width: 96%;
  height: 130px;
  padding-bottom: 24px;
  padding-left: 0px;
  margin-top: 8px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #192149;
  background-color: transparent;
}

.textarea:focus {
  border-style: none none solid;
  border-color: #31ceff;
}

.textarea::-webkit-input-placeholder {
  color: #192149;
}

.textarea:-ms-input-placeholder {
  color: #192149;
}

.textarea::-ms-input-placeholder {
  color: #192149;
}

.textarea::placeholder {
  color: #858585;
}

.radio-group {
  margin-top: 16px;
  margin-bottom: 16px;
}

.file-label {
  display: inline-block;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  border: none;
  display: inline-block;
  padding: 6px 0;
  cursor: pointer;
}

.custom-file-upload img {
  margin-left: -6px;
}

.error-message {
  background-color: #31ceff;
  font-size: 0.6em;
}

.success-message {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: transparent;
}

.icon_succes {
  width: 180px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.p-small {
  margin-top: 12px;
  margin-bottom: 0px;
  font-size: 0.6em;
  line-height: 1.4em;
}

.nav-btn {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 900;
  display: none;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0px;
  background-color: transparent;
}

.nav-btn.w--open {
  background-color: transparent;
}

.logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tm_line {
  position: absolute;
  left: 0%;
  top: 147px;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 100%;
  height: 3px;
  background-image: url('../images/pattern-dot.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat-x;
}

.section-timeline {
  position: relative;
  width: 100%;
  height: 4000px;
}

.circle_dot_timeline {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid #31ceff;
  border-radius: 100%;
  background-color: #192149;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.timeline_block {
  display: inline-block;
  width: 270px;
  height: auto;
  margin-right: 240px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.8em;
}

.tm_year {
  margin-bottom: 22px;
  color: #ebf2fa;
}

.tm_desc {
  position: relative;
  top: 43px;
  bottom: 43px;
  line-height: 1.6em;
}

.timeline {
  position: relative;
  z-index: 100;
  width: 300vw;
  margin-top: 33px;
  margin-bottom: 31px;
  padding-left: 209px;

}

.timeline-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;

}

.tm_gradient {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 990;
  width: 150px;
  height: 100%;
  padding-top: 20px;
  padding-right: 2vw;
  padding-left: 2vw;
  background-color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(13%, #192149), to(rgba(25, 33, 73, 0)));
  background-image: linear-gradient(270deg, #192149 13%, rgba(25, 33, 73, 0));
}

.tm_scroll_track {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  padding-top: 52px;
}

.tm_container {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.founder_card {
  position: relative;
  display: block;
}

.fnd_avatar {
  position: relative;
  width: 174px;
  height: 174px;
  margin-bottom: 64px;
}

.div-block {
  position: absolute;
  left: 25%;
  top: 26%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('../images/pattern-dot.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.fnd_photo {
  position: relative;
  z-index: 50;
  border-radius: 4px;
}

.tm_line_v {
  position: absolute;
  left: 0%;
  top: 147px;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: none;
  width: 100%;
  height: 3px;
  background-image: url('../images/pattern-dot.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat-x;
}

.tab_link {
  margin-right: 9px;
  padding: 6px 18px;
  border: 1px solid #31ceff;
  background-color: transparent;
  color: #31ceff;
  font-size: 0.8em;
}

.tab_link.w--current {
  border-color: #ebf2fa;
  background-color: transparent;
  color: #ebf2fa;
}

.project_link {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 32px;
  -webkit-transition: text-shadow 200ms ease, color 200ms ease-out;
  transition: text-shadow 200ms ease, color 200ms ease-out;
  color: #31ceff;
  text-decoration: none;
}

.project_link:hover {
  color: #ebf2fa;
  text-shadow: 2px 1px 4px #192149;
}

.project_link.desc {
  display: inline-block;
  width: auto;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 3px;
  background-color: #31ceff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #192149;
  font-size: 0.8em;
}

.project_link.desc:hover {
  background-color: #ebf2fa;
  text-shadow: none;
}

.project_link.desc.hidden_nav {
  display: none;
}

.screen_wrapper {
  position: fixed;
  left: auto;
  top: 28%;
  right: -16%;
  bottom: auto;
  z-index: 0;
  display: none;
  width: 52%;
}

.tabs-content {
  overflow: visible;
}

.footer {
  position: relative;
  z-index: 10;
  display: block;
  overflow: visible;
  width: 100vw;
  height: auto;
  padding-top: 4vh;
  padding-bottom: 8vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 33, 73, 0)), color-stop(45%, #192149));
  background-image: linear-gradient(180deg, rgba(25, 33, 73, 0), #192149 45%);
}

.proj_content {
  margin-top: 42px;
}

.proj-text {
  width: 70%;
  float: left;
}

.proj_details {
  width: 30%;
  padding-left: 24px;
  float: right;
}

.screen_fade {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  overflow: visible;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 33, 73, 0)), to(#192149));
  background-image: linear-gradient(180deg, rgba(25, 33, 73, 0), #192149);
}

.proj_screen {
  margin-top: 22px;
  margin-bottom: 22px;
}

.proj_title {
  margin-top: 0px;
  margin-bottom: 36px;
  color: #ebf2fa;
  font-size: 2.4em;
  line-height: 1.2em;
}

.news_link {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 24px;
  -webkit-transition: text-shadow 200ms ease, color 200ms ease-out;
  transition: text-shadow 200ms ease, color 200ms ease-out;
  color: #31ceff;
  text-decoration: none;
}

.news_link:hover {
  color: #ebf2fa;
}

.date_badge {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 3px;
  background-color: #31ceff;
  color: #192149;
  font-size: 0.8em;
}

.news_block {
  position: relative;
  height: 10.2em;
  padding: 20px 20px 37px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  background-color: #ebf2fa;
  font-size: 0.8em;
  line-height: 1em;
  text-decoration: none;
}

.news_block.w--current {
  opacity: 0.5;
}

.news_wrapper {
  margin-bottom: 42px;
}

.news_date {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  color: #2d9ced;
  font-size: 0.8em;
  font-weight: 700;
}

.stages_wrapper {
  position: relative;
  width: 100%;
}

.stages_line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 3px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/pattern-dot.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat-y;
}

.stage_block {
  display: inline-block;
  width: 80%;
  height: auto;
  margin-bottom: 94px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1em;
  text-align: left;
}

.stage_block.right {
  float: right;
}

.stage_desc {
  position: static;
  top: 43px;
  bottom: 43px;
  line-height: 1.6em;
}

.dot_stage {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid #31ceff;
  border-radius: 100%;
  background-color: #192149;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.dot_wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 114px;
  height: 114px;
  margin-top: -60px;
  margin-right: -57px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dot_wrapper.right {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: -44px;
  margin-right: 0px;
  margin-left: -56px;
}

.dot_stage_pic {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 800;
  display: none;
  overflow: hidden;
  width: 114px;
  height: 114px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid #31ceff;
  border-radius: 100%;
  background-color: #192149;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.dot_stage_pic img {
    width: 100%;
    transform: translate(-50%, -50%);
    margin-inline: auto;
    position: absolute;
    top: 50%;
    left: 50%;
}

.stage_title {
  margin-bottom: 22px;
  color: #ebf2fa;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1980px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.utility-page-wrap {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tabs-menu {
  display: none;
}

.news-slide {
  width: 33.333333333333336%;
  padding-right: 10px;
  background-color: transparent;
}

.news-slider {
  height: 12em;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: left;
}

.list_year {
  margin-bottom: 22px;
  color: #ebf2fa;
}

.vacancy-info {
  position: relative;
  z-index: 150;
  display: inline-block;
  width: 70%;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}

@media (max-width: 991px) {
  .section {
    height: auto;
    max-height: none;
    padding-top: 80px;
    padding-right: 26px;
    padding-left: 26px;
  }

  .h1 {
    font-size: 9vw;
    line-height: 9vw;
  }

  .header {
    padding-right: 3vw;
  }

  .logo {
    z-index: 100;
    width: 15vw;
  }

  .nav-link {
    width: 100%;
    margin-bottom: 20px;
    font-size: 0.8em;
  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: none;
    width: 100%;
    height: 100vh;
    margin-left: 0vw;
    padding-top: 95px;
    padding-left: 4vw;
    background-color: #192149;
    text-align: left;
  }

  .actions {
    z-index: 500;
    display: block;
    margin-right: 0px;
    float: none;
  }

  .cta-btn {
    padding: 10px 19px;
    float: none;
    font-size: 0.7em;
  }

  .cta-btn.close-form {
    right: 4vw;
  }

  .action-link {
    display: block;
    margin-right: 19px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0.8em;
  }

  .action-link.footer {
    overflow: visible;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .column {
    margin-bottom: 68px;
  }

  .service-card {
    height: 280px;
    padding-right: 12px;
  }

  .section-auto {
    overflow: hidden;
    padding-right: 26px;
    padding-left: 26px;
  }

  .industy-col {
    width: 100%;
    float: none;
  }

  .link-block {
    margin-bottom: 6px;
  }

  .hyperpatch {
    top: -48%;
    right: -30%;
  }

  .project-info {
    width: 70%;
    float: right;
  }

  .clientname {
    width: 30%;
  }

  .screen {
    width: 100%;
  }

  .more-btn {
    font-size: 0.7em;
  }

  .tech-card {
    padding-right: 12px;
  }

  .approach_slider {
    width: 60%;
  }

  .footer-link {
    margin-right: 19px;
    font-size: 0.8em;
  }

  .approach-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .circle_slider {
    width: 65%;
  }

  .form-wrapper {
    display: none;
  }

  .form-title {
    margin-bottom: 26px;
    font-size: 2em;
    line-height: 1.2em;
  }

  .radio {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .radio-label {
    margin-left: 6px;
  }

  .nav-btn {
    display: block;
    width: 42px;
    height: 42px;
    margin-top: 14px;
  }

  .tm_line {
    display: none;
  }

  .section-timeline {
    height: auto;
  }

  .circle_dot_timeline {
    display: inline-block;
    margin-left: 63px;
  }

  .timeline_block {
    position: relative;
    z-index: 500;
    display: block;
    width: 100%;
    margin-right: 120px;
    margin-bottom: 104px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tm_year {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: inline-block;
  }

  .tm_desc {
    position: static;
    display: inline-block;
    width: 50%;
    margin-left: 110px;
  }

  .timeline {
    display: block;
    overflow: auto;
    width: auto;
    height: auto;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 80px;
    padding-left: 22px;
  }

  .tm_gradient {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 150px;
    padding-right: 3vw;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(13%, #192149), to(rgba(25, 33, 73, 0)));
    background-image: linear-gradient(0deg, #192149 13%, rgba(25, 33, 73, 0));
  }

  .tm_scroll_track {
    position: relative;
  }

  .tm_container {
    position: relative;
    top: 0px;
    height: auto;
  }

  .tm_line_v {
    left: 95px;
    top: -4px;
    right: auto;
    bottom: auto;
    display: block;
    width: 3px;
    height: 100%;
    background-repeat: repeat-y;
  }

  .tab_link {
    margin-bottom: 11px;
    font-size: 0.6em;
  }

  .screen_wrapper {
    position: relative;
    left: 0px;
    top: 0%;
    right: auto;
    display: block;
    width: 30%;
    padding-right: 0.5em;
  }

  .footer {
    overflow: hidden;
    padding-right: 26px;
    padding-left: 26px;
  }

  .screen_fade {
    overflow: hidden;
    padding-right: 26px;
    padding-left: 26px;
  }

  .proj_screen {
    width: 100%;
  }

  .proj_title {
    font-size: 4vw;
    line-height: 1.2em;
  }

  .news_block {
    height: 11.4em;
  }

  .stages_wrapper {
    margin-top: 38px;
  }

  .stages_line {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 3px;
    height: 100%;
    background-repeat: repeat-y;
  }

  .stage_block {
    position: relative;
    z-index: 500;
    display: block;
    width: 90%;
    margin-right: 120px;
    margin-bottom: 104px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .stage_block.right {
    margin-right: 0px;
  }

  .stage_desc {
    display: inline-block;
  }

  .dot_stage {
    display: inline-block;
  }

  .dot_wrapper {
    margin-right: -102px;
  }

  .dot_wrapper.right {
    margin-top: -70px;
    margin-left: -102px;
  }

  .dot_stage_pic {
    display: block;
    width: 90px;
    height: 90px;
    margin-top: 8px;
    margin-left: 10px;
  }

  .stage_title {
    display: inline-block;
  }

  .vacancy-info {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .section {
    height: auto;
    padding-bottom: 6vh;
  }

  .h1 {
    font-size: 10vw;
    line-height: 10vw;
  }

  .header {
    height: auto;
    padding-top: 12px;
    padding-right: 5vw;
  }

  .logo {
    width: 23vw;
  }

  .logo.dark {
    height: 50px;
  }

  .nav-link {
    margin-bottom: 8px;
  }

  .cta-btn.close-form {
    margin-top: 8px;
  }

  .action-link {
    display: block;
  }

  .action-link.footer {
    display: block;
    margin-top: 8px;
    font-size: 1em;
  }

  .container {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 0.8em;
  }

  .column {
    margin-bottom: 16px;
  }

  .p {
    font-size: 1em;
  }

  .p.white {
    margin-bottom: 12px;
  }

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

  .service-card {
    height: auto;
    margin-bottom: 54px;
    text-align: center;
  }

  .section-auto {
    height: auto;
    padding-top: 2vh;
    padding-bottom: 6vh;
  }

  .hyperpatch {
    top: -23%;
    right: -48%;
    z-index: -5;
  }

  .project-screenshot {
    padding: 34px 14px;
  }

  .project-desc {
    font-size: 1.2em;
  }

  .slider-arrow {
    width: 40px;
  }

  .more-btn {
    margin-top: 45px;
    padding-top: 1.7vw;
    padding-bottom: 1.7vw;
    font-size: 1em;
  }

  .tech-icon {
    height: 52px;
  }

  .tech-card {
    width: 33%;
    margin-bottom: 54px;
    font-size: 0.75em;
  }

  .tech-row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .approach_slider {
    width: 100%;
  }

  .footer-link {
    display: block;
    font-size: 1em;
  }

  .footer-col {
    margin-bottom: 24px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .apr_title {
    font-size: 1em;
  }

  .circle_slider {
    display: none;
  }

  .top-line {
    background-color: #ebf2fa;
  }

  .middle-line {
    background-color: #ebf2fa;
  }

  .bottom-line {
    background-color: #ebf2fa;
  }

  .cta-wrap {
    padding-top: 34px;
    padding-bottom: 38px;
  }

  .p-small {
    font-size: 1em;
  }

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

  .tm_line {
    left: -2%;
  }

  .section-timeline {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tm_gradient {
    right: -5%;
    height: auto;
    padding-top: 12px;
    padding-right: 5vw;
  }

  .tm_container {
    overflow: visible;
  }

  .founder_card {
    margin-bottom: 56px;
  }

  .project_link {
    font-size: 0.9em;
  }

  .footer {
    height: auto;
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .proj-text {
    width: 100%;
    float: left;
  }

  .proj_details {
    width: 100%;
    padding-left: 0px;
    float: none;
  }

  .screen_fade {
    height: auto;
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .proj_title {
    font-size: 2em;
  }

  .stages_line {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .stage_block {
    margin-right: 0px;
    margin-bottom: 46px;
    margin-left: 42px;
    padding-left: 25px;
  }

  .dot_wrapper {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: -57px;
    margin-right: 0px;
    margin-left: -108px;
  }

  .dot_wrapper.right {
    margin-top: -57px;
    margin-left: -109px;
  }

  .dot_stage_pic {
    display: block;
  }

  .news-slide {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .h1 {
    font-size: 12vw;
    line-height: 14vw;
  }

  .logo {
    z-index: 100;
    width: 6em;
  }

  .logo.dark {
    background-image: url('../images/tionit_logo_dark_sm.svg');
    background-size: 40px 40px;
  }

  .nav-link {
    display: block;
    margin-bottom: 0px;
    font-size: 0.8em;
  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 0;
    display: none;
    padding-top: 80px;
    padding-left: 6vw;
    background-color: #192149;
  }

  .cta-btn.close-form {
    margin-right: 8px;
  }

  .cta-btn.big {
    line-height: 1.5em;
    text-align: center;
  }

  .cta-btn._404 {
    line-height: 1.5em;
    text-align: center;
  }

  .h2 {
    font-size: 2em;
  }

  .section-auto.inner {
    padding-top: 98px;
  }

  .hyperpatch {
    top: -15%;
    right: -32%;
    display: none;
  }

  .project-screenshot {
    margin-right: -42px;
    margin-left: -42px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .project-info {
    display: block;
    width: 100%;
  }

  .clientname {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    float: left;
    text-align: left;
  }

  .more-btn {
    display: inline-block;
  }

  .more-btn.hidden_nav {
    display: none;
  }

  .tech-card {
    width: 50%;
  }

  .approach_slider {
    height: auto;
  }

  .approach-wrapper {
    display: block;
  }

  .apr_desc {
    display: block;
    height: auto;
    font-size: 0.8em;
  }

  .apr_title {
    font-size: 1em;
  }

  .form-title {
    font-size: 12vw;
    line-height: 14vw;
  }

  .nav-btn {
    margin-top: 8px;
  }

  .circle_dot_timeline {
    width: 12px;
    height: 12px;
    margin-left: 52px;
  }

  .tm_year {
    top: -8px;
  }

  .tm_desc {
    width: auto;
    margin-left: 81px;
  }

  .timeline {
    padding-left: 0px;
  }

  .tm_gradient {
    right: -11%;
  }

  .tm_line_v {
    left: 57px;
  }

  .tab_link {
    display: inline-block;
  }

  .tab_link.w--current {
    width: auto;
  }

  .project_link {
    margin-bottom: 4em;
  }

  .screen_wrapper {
    width: 100%;
  }

  .proj_title {
    font-size: 1.6em;
    line-height: 1.13em;
  }

  .stages_line {
    left: 3%;
  }

  .stage_block.right {
    float: none;
  }

  .dot_stage {
    width: 12px;
    height: 12px;
  }

  .dot_wrapper {
    width: 80px;
    height: 80px;
    margin-left: -82px;
  }

  .dot_wrapper.right {
    margin-left: -82px;
  }

  .dot_stage_pic {
    display: block;
  }

  .dot_stage_pic_yerevan {
    width: 90%;
    height: 90%;
    display: block;
    margin: 5px auto;
  }

  .dot_stage_pic_lukoil {
    width: 45px;
  }

  .dot_stage_pic_climat {
    width: 60px !important;
    height: 60px !important;
  }

  .dot_stage_pic_gift {
    width: 80px !important;
    height: 80px !important;
    margin: 5px auto !important;
  }

  .stage_title {
    top: -8px;
    line-height: 1.4em;
  }

  .news-slide {
    width: 100%;
  }

  .list_year {
    top: -8px;
  }

  .vacancy-info {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #w-node-10fe64a471f2-cee584f1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-10fe64a471f4-cee584f1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-10fe64a471f6-cee584f1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-10fe64a471f8-cee584f1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e6a9587deb5e-2de58516 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d47cb3a1d86d-2de58516 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-9deb0115b90d-2de58516 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-00bab0abd2a4-2de58516 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Tionit tech';
  src: url('../fonts/tionit-tech.eot') format('embedded-opentype'), url('../fonts/tionit-tech.woff') format('woff'), url('../fonts/tionit-tech.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}