@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,300;0,400;1,300;1,400&display=swap");
.container_inner {
  width: 100%; }

.hidden {
  display: none !important; }

@media only screen and (max-width: 767px) {
  body {
    font-size: 15px; }
  h1 {
    font-size: 2rem;
    line-height: 1.2; }
  h2 {
    font-size: 1.6rem;
    line-height: 1.2; }
  h3 {
    font-size: 1.3rem;
    line-height: 1.2; }
  p {
    font-size: 15px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .header_bottom {
    padding: 0 17.2vw; } }

.q_logo {
  top: 0; }

.q_logo img {
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px !important; }

@media only screen and (max-width: 1467px) {
  .q_logo img {
    height: 30px !important; } }

@media only screen and (max-width: 1000px) {
  header .header_inner_left {
    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;
    width: 100%; }
  header .header_inner_right {
    display: none; }
  .logo_wrapper {
    left: 0;
    right: 0;
    position: static;
    margin-left: 0; }
    .logo_wrapper a {
      height: 40px !important;
      left: 0; } }

@media only screen and (max-width: 1000px) and (max-width: 767px) {
  .logo_wrapper a {
    height: 30px !important; } }

@media only screen and (max-width: 1000px) {
  .mobile_menu_button {
    margin: auto;
    margin-right: 0; } }

.page_not_found {
  padding: 0 2.1vw; }

nav.main_menu > ul > li:not(:first-child):before {
  display: none; }

.mobile_menu_button {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 20px; }
  .mobile_menu_button .fa-bars {
    margin-top: 2px;
    font-size: 28px;
    color: #212121; }

nav.main_menu.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.1vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

nav.main_menu > ul > li > a {
  padding: 0 0.8vw; }

@media only screen and (max-width: 1600px) {
  nav.main_menu > ul > li > a {
    font-size: 18px;
    line-height: 1; } }

@media only screen and (max-width: 1366px) {
  nav.main_menu > ul > li > a {
    font-size: 16px;
    line-height: 1; } }

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  nav.main_menu > ul > li > a {
    font-size: 14px;
    line-height: 1; } }
  nav.main_menu > ul > li > a:hover {
    font-weight: 600; }

nav.main_menu > ul > li:first-child > a {
  padding-left: 0; }

nav.main_menu > ul > li:last-child > a {
  padding-left: 0; }

nav.main_menu > ul > li.lang-selector > a {
  color: #ffffff;
  padding: 0; }
  nav.main_menu > ul > li.lang-selector > a .menu-text {
    padding: 3px 9px;
    background-color: #212121;
    position: relative; }
  nav.main_menu > ul > li.lang-selector > a:hover {
    color: #ffffff !important; }

nav.main_menu > ul > li.lang-selector--left {
  margin-left: 0.8vw; }
  nav.main_menu > ul > li.lang-selector--left .menu-text::after {
    content: "";
    position: absolute;
    height: 60%;
    width: 2px;
    right: 0;
    top: 0;
    bottom: 0;
    border-right: 2px solid #ffffff;
    margin: auto; }
  nav.main_menu > ul > li.lang-selector--left > a .menu-text {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; }

nav.main_menu > ul > li.lang-selector--right > a .menu-text {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; }

@media only screen and (max-width: 1024px) {
  nav.main_menu > ul > li.lang-selector--left {
    margin: 0; } }

.text-white {
  color: white !important; }
  .text-white p {
    color: white !important; }
  .text-white h1 {
    color: white !important; }
  .text-white h2 {
    color: white !important; }
  .text-white h3 {
    color: white !important; }
  .text-white h4 {
    color: white !important; }
  .text-white h5 {
    color: white !important; }
  .text-white h6 {
    color: white !important; }

.vertical-align-middle > .full_section_inner {
  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; }

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

@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .display-flex-desktop > .vc_column-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .display-flex-desktop > .full_section_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (min-width: 768px) {
  .align-flex-end-desktop > .vc_column-inner {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .align-flex-end-desktop > .full_section_inner {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media only screen and (min-width: 768px) {
  .flex-align-center-desktop > .vc_column-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex-align-center-desktop > .full_section_inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

@media only screen and (min-width: 768px) {
  .justify-center-desktop > .vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .justify-center-desktop > .full_section_inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media only screen and (max-width: 767px) {
  .mobile-half > .full_section_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .mobile-half > .full_section_inner > .vc_column_container {
      width: 50%; }
      .mobile-half > .full_section_inner > .vc_column_container > .vc_column-inner {
        height: 100%;
        padding: 0; }
      .mobile-half > .full_section_inner > .vc_column_container .vc_empty_space {
        max-height: 40px !important; } }

@media only screen and (max-width: 767px) {
  .mobile-third-left > .full_section_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .mobile-third-left > .full_section_inner > .vc_column_container:first-of-type {
      width: 33.33%; }
      .mobile-third-left > .full_section_inner > .vc_column_container:first-of-type > .vc_column-inner {
        height: 100%;
        padding: 0; }
    .mobile-third-left > .full_section_inner > .vc_column_container:last-of-type {
      width: 66.66%; }
    .mobile-third-left > .full_section_inner > .vc_column_container .vc_empty_space {
      max-height: 40px !important; } }

@media only screen and (max-width: 767px) {
  .mobile-third-right > .full_section_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .mobile-third-right > .full_section_inner > .vc_column_container:first-of-type {
      width: 66.66%; }
    .mobile-third-right > .full_section_inner > .vc_column_container:last-of-type {
      width: 33.33%; }
      .mobile-third-right > .full_section_inner > .vc_column_container:last-of-type > .vc_column-inner {
        height: 100%;
        padding: 0; }
    .mobile-third-right > .full_section_inner > .vc_column_container .vc_empty_space {
      max-height: 40px !important; } }

.qbutton,
input.wpcf7-form-control.wpcf7-submit {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
  height: 34px;
  margin: auto;
  border-radius: 20px;
  background-color: #212121 !important;
  border-color: #212121 !important;
  text-transform: none !important;
  display: inline-block !important; }
  .qbutton:hover,
input.wpcf7-form-control.wpcf7-submit:hover {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important; }

.wpforms-form button[type=submit] {
  color: #ffffff !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 34px !important;
  height: 34px !important;
  margin: auto !important;
  border-radius: 20px !important;
  background-color: #212121 !important;
  border-color: #212121 !important;
  text-transform: none !important;
  display: inline-block !important;
  padding: 0 22px !important; }

@media only screen and (max-width: 1023px) {
  font-size: 1rem; }

form {
  max-width: 100%; }

@media only screen and (min-width: 768px) {
  form {
    min-width: 600px; } }
  form input.wpcf7-form-control.wpcf7-submit {
    margin-top: 0.8vw; }

@media only screen and (min-width: 768px) {
  form input.wpcf7-form-control.wpcf7-submit {
    margin-bottom: 6.3vw; } }

@media only screen and (max-width: 767px) {
  div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
    width: 100%;
    margin-left: 0; } }

input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
  font-size: 18px; }

@media only screen and (max-width: 767px) {
  input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 15px; } }

div.wpcf7-response-output {
  color: #000000; }

.content .content_inner > .container > .container_inner.default_template_holder {
  padding-top: 0 !important; }

@media only screen and (min-width: 768px) {
  .content .content_inner > .container > .container_inner.default_template_holder {
    margin-top: 2.2vw; } }

#intro {
  height: calc(100vh - 60px);
  padding: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #intro > .full_section_inner {
    padding: 40px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%; }
    #intro > .full_section_inner > .vc_column_container {
      height: 100%; }
      #intro > .full_section_inner > .vc_column_container > .vc_column-inner {
        height: 100%; }
        #intro > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper {
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
          #intro > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper > .section:first-of-type {
            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;
            height: 100%; }
          #intro > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper > .section:last-of-type {
            height: 25%; }

@media only screen and (max-width: 767px) {
  #intro > .full_section_inner {
    padding: 1.1vw; } }

.section__col > .vc_column-inner {
  padding: 2.2vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: auto; }

@media only screen and (max-width: 767px) {
  .section__col > .vc_column-inner {
    padding: 1.1vw; } }

.section__col.no-padding > .vc_column-inner {
  padding: 0; }

.section__col.z-higher {
  z-index: 1000; }

.section--border-right > .full_section_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .section--border-right > .full_section_inner > .vc_column_container:last-of-type {
    padding-right: 17.2vw; }

@media only screen and (max-width: 767px) {
  .section--border-right > .full_section_inner > .vc_column_container:last-of-type {
    padding-right: 16.1vw; } }
  .section--border-right > .full_section_inner::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    border-right: 2px dashed #828282;
    right: 17.2vw;
    display: block;
    z-index: 1; }

@media only screen and (max-width: 767px) {
  .section--border-right > .full_section_inner::after {
    right: 16.1vw; } }

@media only screen and (max-width: 767px) {
  .section--border-right-mobile > .full_section_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .section--border-right-mobile > .full_section_inner > .vc_column_container:last-of-type {
      padding-right: 16.1vw; }
    .section--border-right-mobile > .full_section_inner::after {
      content: "";
      position: absolute;
      width: 2px;
      height: 100%;
      border-right: 2px dashed #828282;
      right: 16.1vw;
      display: block;
      z-index: 1; } }

.section--border-left > .full_section_inner > .vc_column_container:first-of-type {
  padding-left: 17.2vw; }

@media only screen and (max-width: 767px) {
  .section--border-left > .full_section_inner > .vc_column_container:first-of-type {
    padding-left: 16.1vw; } }

.section--border-left > .full_section_inner::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  border-left: 2px dashed #828282;
  left: 17.2vw;
  display: block;
  z-index: 1; }

@media only screen and (max-width: 767px) {
  .section--border-left > .full_section_inner::before {
    left: 16.1vw; } }

@media only screen and (max-width: 767px) {
  .section--border-left-mobile > .full_section_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .section--border-left-mobile > .full_section_inner > .vc_column_container:last-of-type {
      padding-left: 16.1vw; }
    .section--border-left-mobile > .full_section_inner::before {
      content: "";
      position: absolute;
      width: 2px;
      height: 100%;
      border-left: 2px dashed #828282;
      left: 16.1vw;
      display: block;
      z-index: 1; } }

.section--border-middle {
  position: relative; }
  .section--border-middle::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    margin: auto;
    border-bottom: 2px dashed #828282;
    display: block; }

@media only screen and (max-width: 767px) {
  .section--border-middle-mobile::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    margin: auto;
    border-bottom: 2px dashed #828282;
    display: block; } }

.section--border-middle-extended {
  position: relative; }
  .section--border-middle-extended::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    width: calc(100% + 2.1vw);
    margin: auto;
    border-bottom: 2px dashed #828282;
    display: block; }

@media only screen and (max-width: 767px) {
  .section--border-middle-extended-mobile::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    width: calc(100% + 1.05vw);
    margin: auto;
    border-bottom: 2px dashed #828282;
    display: block; } }

@media only screen and (min-width: 768px) {
  .section--border-small-rect-left > .vc_column-inner::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 50%;
    border-left: 2px dashed #828282;
    border-top: 2px dashed #828282;
    left: -42px;
    bottom: 0;
    z-index: 1;
    display: block; } }

@media only screen and (min-width: 768px) {
  .section--border-small-rect-right > .vc_column-inner::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 50%;
    border-right: 2px dashed #828282;
    border-top: 2px dashed #828282;
    right: -42px;
    bottom: 0;
    z-index: 1;
    display: block; } }

@media only screen and (min-width: 768px) {
  .section--border-overflow-left > .vc_column-inner::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    border-left: 2px dashed #828282;
    left: -42px;
    bottom: 0;
    display: block;
    z-index: 1; } }

@media only screen and (min-width: 768px) {
  .section--border-overflow-right > .vc_column-inner::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    border-right: 2px dashed #828282;
    right: -42px;
    bottom: 0;
    display: block;
    z-index: 1; } }

@media only screen and (min-width: 768px) {
  .section--border-overflow-bottom > .vc_column-inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-bottom: 2px dashed #828282;
    bottom: -42px;
    left: 0;
    display: block; } }

@media only screen and (min-width: 768px) {
  .section--border-overflow-top > .vc_column-inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-top: 2px dashed #828282;
    top: -42px;
    left: 0;
    display: block; } }

@media only screen and (min-width: 768px) {
  .section--border-bottom-extended > .vc_column-inner::after {
    content: "";
    position: absolute;
    width: calc(100% + 40px);
    height: 2px;
    border-bottom: 2px dashed #828282;
    bottom: 0;
    left: 0;
    display: block; } }

.section--centered {
  max-width: 1200px;
  margin: auto; }

footer {
  padding-top: 2.2vw; }

@media only screen and (max-width: 767px) {
  footer::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    border-right: 2px dashed #828282;
    right: 30px;
    top: 0;
    display: block;
    z-index: 1; }
  footer::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    border-left: 2px dashed #828282;
    left: 30px;
    top: 0;
    display: block;
    z-index: 1; } }
  footer > .footer_inner {
    padding: 0 2.2vw; }

@media only screen and (max-width: 767px) {
  footer > .footer_inner {
    padding: 0 1.1vw; } }
    footer > .footer_inner p {
      margin-top: 0; }
    footer > .footer_inner .textwidget img.alignleft {
      max-width: 40px; }
    footer > .footer_inner .widget_media_image {
      text-align: right; }
      footer > .footer_inner .widget_media_image img {
        max-height: 40px !important;
        width: auto; }
    footer > .footer_inner .widget_nav_menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      footer > .footer_inner .widget_nav_menu li.menu-item {
        margin-bottom: 0.8vw; }
        footer > .footer_inner .widget_nav_menu li.menu-item a {
          line-height: 1; }
    footer > .footer_inner .social-media {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }

@media only screen and (max-width: 767px) {
  footer > .footer_inner .social-media {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }
      footer > .footer_inner .social-media a:last-of-type img {
        margin-right: 0; }
    footer > .footer_inner .container_inner .vc_column-inner {
      margin-bottom: 1.6vw; }

@media only screen and (max-width: 767px) {
  footer {
    text-align: center; } }

.fotter_top_border_holder.in_grid {
  width: 100%; }

@media only screen and (max-width: 767px) {
  .fotter_top_border_holder.in_grid {
    width: 80%; } }

.footer_top.footer_top_full {
  padding: 2.1vw 0; }

/* Back to top */
#back_to_top > span {
  border-radius: 50%;
  background-color: #222;
  border-color: #222;
  color: white;
  font-size: 26px; }

#back_to_top:hover > span {
  border-color: black;
  background-color: black;
  color: white; }

/** Timepress client **/
@media only screen and (max-width: 767px) {
  .tp-client {
    margin-bottom: 2.1vw;
    text-align: center; } }

.tp-client__logo {
  display: inline-block; }

@media only screen and (max-width: 767px) {
  .tp-client__logo {
    margin-bottom: 0; } }
  .tp-client__logo a {
    display: block;
    text-align: center; }
    .tp-client__logo a img {
      width: 70%;
      display: inline-block; }
      .tp-client__logo a img.active {
        display: none; }
    .tp-client__logo a:hover img, .tp-client__logo a.current img {
      display: none; }
      .tp-client__logo a:hover img.active, .tp-client__logo a.current img.active {
        display: inline-block; }

@media only screen and (max-width: 767px) {
  .tp-client__header a {
    margin-top: 0.8vw;
    margin-bottom: 0.8vw;
    font-size: 12px; } }

@media only screen and (max-width: 767px) {
  .tp-client__title {
    display: none; } }

@media only screen and (max-width: 767px) {
  .tp-client__content {
    display: none !important; }
  .tp-client.current .tp-client__content {
    display: block !important;
    height: auto !important;
    width: 100% !important;
    margin-left: 0 !important; } }

@media only screen and (min-width: 768px) {
  .tp-client__content {
    width: 1160px;
    margin-top: 2.2vw;
    margin-right: 2.1vw;
    z-index: 1;
    opacity: 0;
    display: none;
    position: relative; }
  .tp-client__header {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.1vw; }
    .tp-client__header a {
      display: block;
      margin-left: 0; }
      .tp-client__header a:first-of-type {
        margin-left: 2.1vw; }
        .tp-client__header a:first-of-type:not(:last-of-type) {
          margin-right: 0.8vw; }
  .tp-client__description {
    text-align: justify; } }

.section__clients > .full_section_inner {
  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; }

@media only screen and (max-width: 767px) {
  .section__clients > .full_section_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

/** **/
.content .content_inner > .container > .container_inner.default_template_holder {
  margin-top: 0; }

header {
  position: absolute !important;
  top: 2.1vw; }

.page-id-550 header {
  display: none; }

.page-id-550 footer .social-media.timepressing {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.page-id-550 .content .content_inner > .container > .container_inner.default_template_holder {
  margin-top: 0; }

.page-id-550 .section:not(.vc_inner) > .full_section_inner {
  padding: 17.2vw;
  padding-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

@media only screen and (max-width: 1023px) {
  .page-id-550 .section:not(.vc_inner) > .full_section_inner {
    padding: 0.8vw; } }
  .page-id-550 .section:not(.vc_inner) > .full_section_inner > .vc_column_container {
    min-height: 0; }

.page-id-550 #hero {
  height: 100vh; }
  .page-id-550 #hero .wpb_wrapper, .page-id-550 #hero .vc_column_container {
    height: 100%; }

@media only screen and (min-width: 1024px) {
  .page-id-550 #hero::before {
    content: "";
    position: absolute;
    width: calc(100% - $spacing-xxl);
    height: 2px;
    border-bottom: 2px dashed #000000;
    top: 58px;
    right: 0;
    display: block;
    z-index: 1; }
  .page-id-550 #hero::after {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% - 60px);
    border-left: 2px dashed #000000;
    top: 60px;
    left: 4.4vw;
    display: block;
    z-index: 1; } }
  .page-id-550 #hero h1 {
    color: #ffffff; }
  .page-id-550 #hero .to-bottom {
    text-align: left;
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0; }

.page-id-550 .timepressing__promo-row {
  color: #ffffff;
  margin: 0.8vw;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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; }

@media only screen and (min-width: 768px) {
  .page-id-550 .timepressing__promo-row {
    max-width: 70%;
    margin-right: -60px;
    margin-top: 2.1vw;
    margin-bottom: 0;
    margin-left: 0;
    float: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-id-550 .timepressing__promo-row {
    max-width: 95%; } }
  .page-id-550 .timepressing__promo-row h3 {
    color: #ffffff; }

.page-id-550 .timepressing__promo-row-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.8vw;
  width: 80%;
  background-color: #212121; }

@media only screen and (max-width: 767px) {
  .page-id-550 .timepressing__promo-row-info {
    padding: 5.8vw; } }

.page-id-550 .timepressing__promo-row-nickname {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 0.8vw;
  border-style: solid;
  border-color: #212121;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: #212121;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: -2px; }

@media only screen and (max-width: 767px) {
  .page-id-550 .timepressing__promo-row-nickname {
    display: none; } }

.page-id-550 .timepressing__promo-row-nickname-inner {
  color: #ffffff;
  background-color: #FF6900;
  border-radius: 50%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%; }

.page-id-550 .timepressing__promo-row-links {
  padding-top: 0.8vw; }
  .page-id-550 .timepressing__promo-row-links .timepressing__event-link {
    background-color: #ffffff;
    color: #000000;
    border: none; }
    .page-id-550 .timepressing__promo-row-links .timepressing__event-link:hover {
      border: none; }

@media only screen and (max-width: 767px) {
  .page-id-550 .timepressing__promo-row-links .timepressing__event-link {
    font-size: 14px; }
    .page-id-550 .timepressing__promo-row-links .timepressing__event-link:first-of-type {
      margin: auto;
      margin-bottom: 15px; } }

.page-id-550 .timepressing__promo-row-date {
  margin-top: 5px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.page-id-550 .timepressing__header {
  margin-bottom: 2.1vw !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 15px; }

@media only screen and (min-width: 1024px) {
  .page-id-550 .timepressing__header {
    margin-top: -40px;
    margin-bottom: 4.4vw !important; } }
  .page-id-550 .timepressing__header .wpb_text_column {
    display: inline-block; }
    .page-id-550 .timepressing__header .wpb_text_column a {
      color: #ffffff;
      font-family: 'Roboto', sans-serif;
      font-size: 1rem;
      font-style: normal;
      font-weight: 400;
      text-transform: none;
      letter-spacing: -0.2px;
      padding: 8px 24px;
      background-color: #1E1E1E;
      border-radius: 20px; }
      .page-id-550 .timepressing__header .wpb_text_column a:hover {
        font-weight: 600; }
    .page-id-550 .timepressing__header .wpb_text_column.lang {
      position: relative;
      margin-left: 0.8vw;
      padding: 0; }
      .page-id-550 .timepressing__header .wpb_text_column.lang p {
        margin: 0; }
      .page-id-550 .timepressing__header .wpb_text_column.lang a {
        color: #ffffff;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        padding: 5px 10px;
        background-color: #212121;
        position: relative; }
        .page-id-550 .timepressing__header .wpb_text_column.lang a:first-of-type::after {
          content: "";
          position: absolute;
          height: 60%;
          width: 2px;
          right: 0;
          top: 0;
          bottom: 0;
          border-right: 2px solid #ffffff;
          margin: auto; }
        .page-id-550 .timepressing__header .wpb_text_column.lang a:last-of-type {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          border-top-right-radius: 20px;
          border-bottom-right-radius: 20px;
          margin-left: -5px; }

.page-id-550 .timepressing__heading {
  margin-left: 0;
  margin-right: 0.8vw;
  max-width: 300px; }

@media only screen and (min-width: 768px) {
  .page-id-550 .timepressing__heading {
    max-width: 30%; } }

@media only screen and (min-width: 1024px) {
  .page-id-550 .timepressing__heading {
    margin-left: 2.1vw; } }

.page-id-550 .timepressing__description {
  margin-left: 0.8vw;
  margin-right: 0.8vw; }

@media only screen and (min-width: 1024px) {
  .page-id-550 .timepressing__description {
    max-width: 75%;
    margin-left: 2.2vw; } }

.page-id-550 .timepressing__events-wrapper {
  padding: 5% 6%; }

@media only screen and (max-width: 1023px) {
  .page-id-550 .timepressing__events-wrapper {
    padding: 20px;
    margin: 15px; } }
  .page-id-550 .timepressing__events-wrapper .full_section_inner {
    padding: 0 !important; }

.page-id-550 .timepressing__events {
  margin-top: 2.2vw;
  max-width: 100%; }

@media only screen and (max-width: 1023px) {
  .page-id-550 .timepressing__events {
    max-width: 100%;
    margin-top: 0; } }

.page-id-550 .timepressing__events-title-wrapper {
  width: 100%;
  display: inline-block; }

@media only screen and (min-width: 1024px) {
  .page-id-550 .timepressing__events-title-wrapper {
    margin-bottom: 2.2vw; } }

.page-id-550 .timepressing__events-title {
  max-width: 100%;
  padding: 0.1vw;
  background-color: #212121;
  color: #ffffff;
  margin-left: -12%;
  position: relative;
  font-size: 40px;
  line-height: 1.4;
  float: left; }
  .page-id-550 .timepressing__events-title::after {
    content: "";
    width: 122px;
    height: 100%;
    display: block;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #212121;
    position: absolute;
    right: -61px;
    top: 0;
    z-index: -1; }

@media only screen and (max-width: 1023px) {
  .page-id-550 .timepressing__events-title::after {
    width: 96px; } }

.page-id-550 .timepressing__event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.2vw; }
  .page-id-550 .timepressing__event:last-child {
    margin-bottom: 0; }

@media only screen and (max-width: 1023px) {
  .page-id-550 .timepressing__event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }
  .page-id-550 .timepressing__event a:not(.qbutton) {
    color: #54BD6E; }
    .page-id-550 .timepressing__event a:not(.qbutton):hover {
      color: #00A376; }

.page-id-550 .timepressing__event-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 2.2vw;
  margin-top: 0.8vw; }

@media only screen and (max-width: 1023px) {
  .page-id-550 .timepressing__event-summary {
    width: 100%; } }

.page-id-550 .timepressing__event-image {
  display: block;
  width: 100%;
  margin-top: 2.1vw; }
  .page-id-550 .timepressing__event-image img {
    display: block; }

.page-id-550 .timepressing__event-info {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.page-id-550 .timepressing__event-title {
  margin-bottom: 0.8vw;
  font-family: 'Fira Sans', sans-serif; }

.page-id-550 .timepressing__events-upcoming {
  margin-bottom: 2.2vw !important; }
  .page-id-550 .timepressing__events-upcoming .timepressing__event-title {
    color: #FF6900; }
  .page-id-550 .timepressing__events-upcoming .timepressing__topic-title {
    color: #000000; }
  .page-id-550 .timepressing__events-upcoming .timepressing__events-title {
    margin-right: -12%;
    margin-left: 0;
    float: right; }
    .page-id-550 .timepressing__events-upcoming .timepressing__events-title::after {
      border-top-left-radius: 50%;
      border-bottom-left-radius: 50%;
      left: -61px; }

@media only screen and (max-width: 1023px) {
  .page-id-550 .timepressing__events-upcoming .timepressing__events-title {
    margin-right: -45px; }
    .page-id-550 .timepressing__events-upcoming .timepressing__events-title::after {
      left: -48px; } }

.page-id-550 .timepressing__event-venue {
  margin-bottom: 7px; }

.page-id-550 .timepressing__event-start, .page-id-550 .timepressing__event-place {
  display: inline-block;
  font-family: 'Fira Sans', sans-serif; }

@media only screen and (min-width: 1024px) {
  .page-id-550 .timepressing__event-place {
    margin-left: 0.8vw; } }

.page-id-550 .timepressing__event-description {
  position: relative;
  text-align: justify; }

.page-id-550 .timepressing__event-links {
  margin: 15px 0 0 0; }

.page-id-550 .timepressing__event-link {
  margin-left: 0;
  font-style: normal;
  font-size: 18px;
  border-radius: 20px; }
  .page-id-550 .timepressing__event-link:first-of-type {
    margin-right: 0.8vw; }

.page-id-550 .timepressing__event-details {
  margin-top: 2.1vw; }

@media only screen and (min-width: 1024px) {
  .page-id-550 .timepressing__event-details {
    width: 50%;
    margin-top: 0; } }

.page-id-550 .timepressing__event-detail-description {
  margin-bottom: 2.1vw; }
  .page-id-550 .timepressing__event-detail-description p {
    text-align: left; }

.page-id-550 .timepressing__topics {
  padding: 0.8vw 0;
  margin: auto;
  /* RESPONSIVENESS */ }
  .page-id-550 .timepressing__topics .prev, .page-id-550 .timepressing__topics .next {
    font-size: 40px;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    cursor: pointer; }
  .page-id-550 .timepressing__topics .prev {
    left: 0; }
  .page-id-550 .timepressing__topics .next {
    right: 0;
    text-align: right; }

@media only screen and (max-width: 1023px) {
  .page-id-550 .timepressing__topics {
    margin: 0; }
    .page-id-550 .timepressing__topics img {
      max-width: 100%; }
    .page-id-550 .timepressing__topics .prev {
      left: -20px; }
    .page-id-550 .timepressing__topics .next {
      right: -20px; } }

.page-id-550 .timepressing__topics-title {
  margin-bottom: 0.8vw; }

@media only screen and (min-width: 1024px) {
  .page-id-550 .timepressing__topics-title {
    padding-left: 60px; } }

@media only screen and (min-width: 1024px) {
  .page-id-550 .timepressing__topic {
    padding: 0 2.2vw; } }

@media only screen and (max-width: 1023px) {
  .page-id-550 .timepressing__topic-title {
    font-size: 16px;
    line-height: 1.4; } }

.page-id-550 .timepressing__topic-speaker-info {
  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;
  margin: 0.8vw 0; }

@media only screen and (max-width: 1023px) {
  .page-id-550 .timepressing__topic-speaker-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.page-id-550 .timepressing__topic-speaker-photo-name {
  min-width: 120px;
  margin-top: 0.8vw;
  max-width: 260px; }

@media only screen and (min-width: 1024px) {
  .page-id-550 .timepressing__topic-speaker-photo-name {
    margin-left: 0.8vw;
    margin-top: 0; } }

.page-id-550 .timepressing__topic-speaker {
  border-radius: 50%; }

.page-id-550 .timepressing__topic-speaker-summary p {
  margin-top: 0; }

.page-id-550 .timepressing__topic-description {
  margin-bottom: 0.8vw; }

@media only screen and (max-width: 1023px) {
  .page-id-550 .timepressing__events-past.timepressing__events-wrapper {
    margin: 0; } }

.page-id-550 .timepressing__events-past .timepressing__events-title-wrapper {
  max-width: 50%; }

@media only screen and (max-width: 1023px) {
  .page-id-550 .timepressing__events-past .timepressing__events-title-wrapper {
    max-width: 100%; } }

@media only screen and (max-width: 1023px) {
  .page-id-550 .timepressing__events-past .timepressing__events-title {
    margin-left: -20px; } }

.page-id-550 .timepressing__events-past a:not(.qbutton) {
  color: #ffffff; }
  .page-id-550 .timepressing__events-past a:not(.qbutton):hover {
    color: #ffffff; }

@media only screen and (min-width: 1024px) {
  .page-id-550 .timepressing__events-past .timepressing__event-image {
    width: 50%;
    margin-right: 2.2vw;
    margin-top: 0; } }

.page-id-550 .timepressing__events-past .timepressing__event-summary {
  margin-top: 2.1vw; }

@media only screen and (min-width: 1024px) {
  .page-id-550 .timepressing__events-past .timepressing__event-summary {
    margin-right: 0;
    margin-top: 0;
    padding-left: 2.2vw; } }

.page-id-550 .timepressing__events-past .timepressing__event-details {
  width: 100%;
  margin-top: 2.1vw; }

.page-id-550 .timepressing__events-past .timepressing__event-info {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.page-id-550 .timepressing__events-past .timepressing__event-title, .page-id-550 .timepressing__events-past .timepressing__event-start, .page-id-550 .timepressing__events-past .timepressing__event-place {
  color: #ffffff; }

.page-id-550 .timepressing__events-past .timepressing__topic-title {
  color: #ffffff; }

.page-id-550 .timepressing__registration {
  padding: 0.8vw;
  background-color: #ffffff;
  max-width: 1200px;
  min-height: 300px;
  margin: auto;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }

@media only screen and (min-width: 768px) {
  .page-id-550 .timepressing__registration {
    padding: 2.1vw;
    max-height: 600px; } }
  .page-id-550 .timepressing__registration input[type="text"] {
    margin: 0 0 15px;
    padding: 10px 17px;
    outline: 0;
    resize: none;
    line-height: 18px;
    color: #000000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #828282;
    font-size: 18px; }
    .page-id-550 .timepressing__registration input[type="text"]:hover, .page-id-550 .timepressing__registration input[type="text"]:active .page-id-550 .timepressing__registration input[type="text"]:focus {
      border-color: #000000; }
  .page-id-550 .timepressing__registration select {
    height: 43px;
    font-size: 18px;
    padding: 7px;
    display: grid;
    grid-template-areas: "select";
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .page-id-550 .timepressing__registration select::after {
      content: "";
      width: 0.8em;
      height: 0.5em;
      background-color: #000000;
      -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
              clip-path: polygon(100% 0%, 0 0%, 50% 100%);
      grid-area: select;
      justify-self: end; }
  .page-id-550 .timepressing__registration .wpem-theme-button {
    background-color: #00a376; }
  .page-id-550 .timepressing__registration label {
    font-size: 16px; }
  .page-id-550 .timepressing__registration fieldset {
    width: 50%;
    float: left; }
  .page-id-550 .timepressing__registration p {
    display: inline-block; }

.page-id-550 .timepressing__registration-title {
  font-family: 'Fira Sans', sans-serif;
  font-size: 34px;
  margin-bottom: 0.8vw;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.page-id-550 .timepressing__registration-messages {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }
  .page-id-550 .timepressing__registration-messages.danger {
    background: pink;
    color: #dc3545; }
  .page-id-550 .timepressing__registration-messages.success {
    font-size: 34px;
    color: #00a376; }

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #00a376), color-stop(42%, rgba(0, 163, 118, 0)));
  background: -webkit-linear-gradient(left, #00a376 10%, rgba(0, 163, 118, 0) 42%);
  background: linear-gradient(to right, #00a376 10%, rgba(0, 163, 118, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.loader:before {
  width: 50%;
  height: 50%;
  background: #00a376;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

.loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    /* scaling to 0 */ }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    /* increasing the size */ }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    /* seeting back to initial size */ } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    /* scaling to 0 */ }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    /* increasing the size */ }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    /* seeting back to initial size */ } }

footer {
  background-color: #00A376; }
  footer .fotter_top_border_holder.in_grid {
    display: none; }
  footer .footer_top_holder {
    border: 2px dashed #000000;
    background-color: #00A376;
    padding: 2.1vw;
    border-bottom: none;
    padding-bottom: 0; }

@media only screen and (max-width: 768px) {
  footer .footer_top_holder {
    padding: 0.8vw;
    padding-bottom: 0; } }
  footer .footer_top.footer_top_full {
    padding: 0; }
  footer .container_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

@media only screen and (max-width: 768px) {
  footer .container_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }
    footer .container_inner a, footer .container_inner p, footer .container_inner h3 {
      color: #ffffff; }
    footer .container_inner h3 {
      margin-bottom: 0.8vw; }
    footer .container_inner .first-col {
      background-color: #56C271;
      width: 25%;
      padding-top: 2.2vw; }

@media only screen and (max-width: 768px) {
  footer .container_inner .first-col {
    width: 100%; } }
      footer .container_inner .first-col img {
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1); }
    footer .container_inner .footer-columns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 75%; }

@media only screen and (max-width: 768px) {
  footer .container_inner .footer-columns {
    width: 100%; } }
      footer .container_inner .footer-columns__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }

@media only screen and (max-width: 768px) {
  footer .container_inner .footer-columns__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }
      footer .container_inner .footer-columns__col {
        padding-top: 2.2vw;
        background-color: #212121;
        padding-left: 2.1vw;
        padding-right: 2.1vw;
        width: 33.333333%; }

@media only screen and (max-width: 768px) {
  footer .container_inner .footer-columns__col {
    width: auto;
    text-align: left; } }
      footer .container_inner .footer-columns .social-media {
        clear: both;
        margin-bottom: 0.8vw; }

@media only screen and (max-width: 768px) {
  footer .container_inner .footer-columns .social-media {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
        footer .container_inner .footer-columns .social-media img {
          max-width: 35px; }
        footer .container_inner .footer-columns .social-media.timepressing {
          display: none; }
      footer .container_inner .footer-columns .footer-menu {
        width: 100%; }
        footer .container_inner .footer-columns .footer-menu .widget_nav_menu {
          width: 100%; }
          footer .container_inner .footer-columns .footer-menu .widget_nav_menu .menu-footer-menu-container {
            width: 100%; }
            footer .container_inner .footer-columns .footer-menu .widget_nav_menu .menu-footer-menu-container ul {
              background-color: #FF6900;
              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;
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              padding: 2.1vw; }

@media only screen and (max-width: 768px) {
  footer .container_inner .footer-columns .footer-menu .widget_nav_menu .menu-footer-menu-container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }
              footer .container_inner .footer-columns .footer-menu .widget_nav_menu .menu-footer-menu-container ul > li {
                display: inline-block;
                margin: 0; }

@media only screen and (max-width: 768px) {
  footer .container_inner .footer-columns .footer-menu .widget_nav_menu .menu-footer-menu-container ul > li {
    margin-bottom: 2.1vw; }
    footer .container_inner .footer-columns .footer-menu .widget_nav_menu .menu-footer-menu-container ul > li:first-child {
      margin-top: 2.1vw; } }
                footer .container_inner .footer-columns .footer-menu .widget_nav_menu .menu-footer-menu-container ul > li > a {
                  margin: 0; }

@media only screen and (max-width: 768px) {
  footer::before, footer::after {
    display: none; } }

.page-id-846 .vc_row {
  margin-right: 0;
  margin-left: 0; }

.page-id-846 header {
  display: none; }

.page-id-846 footer .social-media.timepressing {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.page-id-846 .content .content_inner > .container > .container_inner.default_template_holder {
  margin-top: 0; }

.page-id-802 .vc_row {
  margin-right: 0;
  margin-left: 0; }

.page-id-802 header {
  display: none; }

@media only screen and (max-width: 1024px) {
  .page-id-802 .vc_single_image-wrapper {
    margin-top: 2.2vw; } }

.page-id-802 .qbutton {
  margin-top: 2.1vw; }

.page-id-846 .accordion__toggle {
  padding-left: 4.4vw;
  background-repeat: no-repeat !important;
  background-size: 22px !important;
  background-position: 5px 50% !important; }

@media only screen and (min-width: 1024px) {
  .page-id-846 .accordion__toggle {
    padding-left: 4.2vw;
    background-position: 20px 50% !important; } }

.page-id-846 .landing p {
  margin-top: 0; }

@media only screen and (max-width: 1023px) {
  .page-id-846 .landing p {
    font-size: 0.8rem; } }

@media only screen and (min-width: 1024px) {
  .page-id-846 .landing p {
    font-size: 1.2rem; } }

@media only screen and (max-width: 1023px) {
  .page-id-846 .landing__description .vc_column_container:last-of-type > .vc_column-inner > .wpb_wrapper .vc_single_image-wrapper {
    max-width: 30%; } }

.full-screen {
  height: 100vh;
  padding-top: 0 !important; }
  .full-screen .wpb_wrapper, .full-screen .vc_column_container, .full-screen .vc_column_container > .vc_column-inner, .full-screen > .full_section_inner {
    height: 100%; }
  .full-screen > .full_section_inner {
    padding: 110px 150px 90px 150px; }

@media only screen and (max-width: 1023px) {
  .full-screen > .full_section_inner {
    padding: 2.1vw; } }

@media only screen and (min-width: 1024px) and (max-height: 920px) {
  .full-screen > .full_section_inner {
    padding: -2.9vw 150px 0px 150px; } }
  .full-screen .full_section_inner > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .full-screen h1 {
    color: #ffffff; }
  .full-screen .q_icon_shortcode {
    -webkit-animation: pulse 1.9s infinite ease-out;
            animation: pulse 1.9s infinite ease-out; }

@media only screen and (max-width: 1023px) {
  .full-screen .q_icon_shortcode {
    font-size: 3rem !important; }
    .full-screen .q_icon_shortcode a > span {
      font-size: 3rem !important; } }

.landing p {
  font-size: 1.2rem;
  line-height: 1.4; }

@media only screen and (min-width: 1024px) {
  .landing p {
    font-size: 1.4rem; } }

.landing__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@media only screen and (max-width: 1023px) {
  .landing__header {
    margin-bottom: 2.2vw !important;
    min-height: 30px; } }
  .landing__header .wpb_text_column {
    display: inline-block; }
    .landing__header .wpb_text_column p {
      margin-top: 0; }
    .landing__header .wpb_text_column a {
      color: #ffffff;
      font-family: 'Roboto', sans-serif;
      font-size: 1rem;
      font-style: normal;
      font-weight: 400;
      text-transform: none;
      letter-spacing: -0.2px;
      padding: 8px 24px;
      background-color: #1E1E1E;
      border-radius: 20px; }
      .landing__header .wpb_text_column a:hover {
        font-weight: 600; }

.landing__heading {
  margin-top: 2.1vw; }

@media only screen and (min-width: 1024px) {
  .landing__description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }

.landing__description .vc_column_container:last-of-type > .vc_column-inner > .wpb_wrapper {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 2.2vw; }
  .landing__description .vc_column_container:last-of-type > .vc_column-inner > .wpb_wrapper .vc_single_image-wrapper > img {
    max-height: 300px;
    width: auto; }

@media only screen and (max-width: 1023px) {
  .landing__description .vc_column_container:last-of-type > .vc_column-inner > .wpb_wrapper {
    margin-top: 0.8vw;
    margin-bottom: 0; }
    .landing__description .vc_column_container:last-of-type > .vc_column-inner > .wpb_wrapper .vc_single_image-wrapper {
      max-width: 50%; }
      .landing__description .vc_column_container:last-of-type > .vc_column-inner > .wpb_wrapper .vc_single_image-wrapper > img {
        max-height: 150px; } }

.landing__description .qbutton {
  margin: 2.1vw auto 0.8vw 0; }

.landing__job-offer {
  margin-top: 2.1vw; }

@media only screen and (min-width: 1024px) {
  .landing__job-offer {
    margin-top: 150px; } }

@media only screen and (min-width: 1024px) {
  .landing__job-offer > .full_section_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
  .landing__job-offer > .full_section_inner > .vc_column_container:first-of-type {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    padding-right: 0.8vw; }

@media only screen and (max-width: 1023px) {
  .landing__job-offer > .full_section_inner > .vc_column_container:first-of-type {
    max-width: 50%; } }
  .landing__job-offer a {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: -0.2px;
    padding: 3px 24px;
    background-color: #1E1E1E;
    border-radius: 20px; }
    .landing__job-offer a:hover {
      font-weight: 600; }

.landing__faq {
  margin-top: 2.1vw; }

@media only screen and (min-width: 1024px) {
  .landing__faq {
    margin-top: 150px; } }
  .landing__faq h2 {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: normal; }

@media only screen and (min-width: 1024px) {
  .landing__faq h2 {
    margin-bottom: 105px !important; } }

.landing__button {
  margin-top: 0.8vw;
  margin-bottom: 2.1vw !important; }

@media only screen and (min-width: 1024px) {
  .landing__button {
    margin-top: 90px;
    margin-bottom: 165px !important; } }

.landing__boxes {
  margin-top: 2.1vw; }

@media only screen and (min-width: 1024px) {
  .landing__boxes {
    margin-top: 260px; } }
  .landing__boxes h2 {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: normal; }
  .landing__boxes > .full_section_inner {
    height: 100%;
    padding: 0 0.8vw; }

@media only screen and (min-width: 1024px) {
  .landing__boxes > .full_section_inner {
    padding: 0 150px; } }
    .landing__boxes > .full_section_inner > .vc_column_container {
      height: 100%; }
      .landing__boxes > .full_section_inner > .vc_column_container > .vc_column-inner {
        height: 100%; }
        .landing__boxes > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper .full_section_inner {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-top: 4.2vw; }

@media only screen and (max-width: 1023px) {
  .landing__boxes > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper .full_section_inner {
    margin-top: 2.1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }
          .landing__boxes > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper .full_section_inner .vc_column_container:last-child:not(:first-child) {
            margin: 2.1vw auto; }

@media only screen and (min-width: 1024px) {
  .landing__boxes > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper .full_section_inner .vc_column_container:last-child:not(:first-child) {
    margin: 0 0 0 2.2vw; } }
            .landing__boxes > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper .full_section_inner .vc_column_container:last-child:not(:first-child) > .vc_column-inner {
              height: 100%; }
              .landing__boxes > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper .full_section_inner .vc_column_container:last-child:not(:first-child) > .vc_column-inner .wpb_wrapper, .landing__boxes > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper .full_section_inner .vc_column_container:last-child:not(:first-child) > .vc_column-inner .wpb_content_element, .landing__boxes > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper .full_section_inner .vc_column_container:last-child:not(:first-child) > .vc_column-inner .yop-poll-mc, .landing__boxes > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper .full_section_inner .vc_column_container:last-child:not(:first-child) > .vc_column-inner .basic-yop-poll-container {
                height: 100%; }
              .landing__boxes > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper .full_section_inner .vc_column_container:last-child:not(:first-child) > .vc_column-inner .basic-yop-poll-container {
                max-width: 400px;
                padding: 2.1vw !important;
                margin-left: auto; }
                .landing__boxes > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper .full_section_inner .vc_column_container:last-child:not(:first-child) > .vc_column-inner .basic-yop-poll-container .row, .landing__boxes > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper .full_section_inner .vc_column_container:last-child:not(:first-child) > .vc_column-inner .basic-yop-poll-container .col-md-12, .landing__boxes > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper .full_section_inner .vc_column_container:last-child:not(:first-child) > .vc_column-inner .basic-yop-poll-container .basic-inner, .landing__boxes > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper .full_section_inner .vc_column_container:last-child:not(:first-child) > .vc_column-inner .basic-yop-poll-container .basic-form {
                  height: 100%; }
                .landing__boxes > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper .full_section_inner .vc_column_container:last-child:not(:first-child) > .vc_column-inner .basic-yop-poll-container .basic-form {
                  display: -webkit-box;
                  display: -webkit-flex;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                  -webkit-flex-direction: column;
                      -ms-flex-direction: column;
                          flex-direction: column;
                  -webkit-box-pack: justify;
                  -webkit-justify-content: space-between;
                      -ms-flex-pack: justify;
                          justify-content: space-between; }
                  .landing__boxes > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper .full_section_inner .vc_column_container:last-child:not(:first-child) > .vc_column-inner .basic-yop-poll-container .basic-form .button {
                    margin-top: 0.8vw; }

.landing__registration {
  padding: 0.8vw;
  background-color: #ffffff;
  max-width: 1200px;
  min-height: 300px;
  margin: auto;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }

@media only screen and (min-width: 768px) {
  .landing__registration {
    padding: 2.1vw;
    max-height: 800px; } }
  .landing__registration input[type="text"] {
    margin: 0 0 15px !important;
    padding: 10px 17px !important;
    outline: 0 !important;
    resize: none !important;
    line-height: 18px !important;
    color: #000000 !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    background-color: #ffffff !important;
    border: 1px solid #828282 !important;
    font-size: 18px !important;
    height: auto !important; }
    .landing__registration input[type="text"]:hover, .landing__registration input[type="text"]:active .landing__registration input[type="text"]:focus {
      border-color: #000000 !important; }
  .landing__registration button[type="submit"] {
    background-color: #00a376 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 8px 15px !important;
    width: auto !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    border-radius: 3px !important;
    font-size: 16px !important;
    line-height: 1.42 !important;
    margin: 5px 0 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    display: inline-block !important;
    cursor: pointer !important;
    overflow-wrap: break-word !important;
    -webkit-transition: all .2s !important;
    transition: all .2s !important;
    vertical-align: middle !important; }
    .landing__registration button[type="submit"]:hover {
      background-color: #00a376 !important; }
  .landing__registration label {
    font-weight: normal !important; }
  .landing__registration select {
    height: 43px !important;
    font-size: 18px !important;
    padding: 7px !important;
    display: grid !important;
    grid-template-areas: "select" !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
    .landing__registration select::after {
      content: "";
      width: 0.8em;
      height: 0.5em;
      background-color: #000000;
      -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
              clip-path: polygon(100% 0%, 0 0%, 50% 100%);
      grid-area: select;
      justify-self: end; }
  .landing__registration .wpem-theme-button {
    background-color: #00a376; }
  .landing__registration label {
    font-size: 16px; }

.accordion {
  margin-top: 25px;
  padding: 0 2.1vw; }

@media only screen and (min-width: 1024px) {
  .accordion {
    padding: 0 4.4vw; } }
  .accordion__toggle {
    padding: 2.1vw;
    -webkit-box-shadow: 0px 3px 6px #0000001C;
            box-shadow: 0px 3px 6px #0000001C;
    border: 1px solid #BEBEBE;
    border-radius: 25px;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    color: #ffffff;
    background-repeat: no-repeat !important;
    background-size: 22px !important;
    background-position: 5px 50% !important;
    position: relative; }

@media only screen and (min-width: 1024px) {
  .accordion__toggle {
    padding: 0.8vw 2.1vw;
    background-position: 2.1vw 50% !important; } }
    .accordion__toggle p {
      color: #ffffff;
      font-weight: bold;
      margin: 0;
      font-size: 0.9rem; }

@media only screen and (min-width: 1024px) {
  .accordion__toggle p {
    font-size: 24px; } }
    .accordion__toggle::after {
      font-family: 'ElegantIcons';
      line-height: 1;
      content: "\32";
      position: absolute;
      right: 2.1vw; }

@media only screen and (min-width: 1024px) {
  .accordion__toggle::after {
    font-size: 40px;
    right: 0.8vw; } }
    .accordion__toggle.accordion__closed {
      color: #000000;
      background-color: #ffffff !important; }
      .accordion__toggle.accordion__closed p {
        color: #000000;
        font-weight: normal; }
      .accordion__toggle.accordion__closed::after {
        content: "\33";
        color: #000000; }
  .accordion__text {
    display: none;
    margin-top: 0.8vw;
    margin-bottom: 65px !important; }
    .accordion__text:last-child {
      margin-bottom: 0 !important; }

@media only screen and (min-width: 1024px) {
  .accordion__text {
    margin-top: 50px;
    margin-bottom: 50px; } }
    .accordion__text ul > li {
      line-height: 1.6; }

.page-id-802 footer, .page-id-846 footer, .page-template-front-page footer {
  width: calc(100% - 1.6vw);
  margin: auto;
  margin-top: 2.1vw;
  padding: 0;
  border-radius: 50px 50px 0 0; }

@media only screen and (min-width: 1024px) {
  .page-id-802 footer, .page-id-846 footer, .page-template-front-page footer {
    width: calc(100% - 300px);
    margin-top: 400px; } }
  .page-id-802 footer .footer_top_holder, .page-id-846 footer .footer_top_holder, .page-template-front-page footer .footer_top_holder {
    border: none;
    padding: 0;
    border-radius: 50px 50px 0 0; }
  .page-id-802 footer > .footer_inner, .page-id-846 footer > .footer_inner, .page-template-front-page footer > .footer_inner {
    padding: 0; }
  .page-id-802 footer .container_inner .first-col, .page-id-846 footer .container_inner .first-col, .page-template-front-page footer .container_inner .first-col {
    background-color: #00A376;
    border-top-left-radius: 50px; }

@media only screen and (max-width: 1023px) {
  .page-id-802 footer .container_inner .first-col, .page-id-846 footer .container_inner .first-col, .page-template-front-page footer .container_inner .first-col {
    border-top-right-radius: 50px; } }
  .page-id-802 footer .container_inner .footer-columns__row .footer-columns__col, .page-id-846 footer .container_inner .footer-columns__row .footer-columns__col, .page-template-front-page footer .container_inner .footer-columns__row .footer-columns__col {
    background-color: #56C271; }
    .page-id-802 footer .container_inner .footer-columns__row .footer-columns__col p, .page-id-802 footer .container_inner .footer-columns__row .footer-columns__col h3, .page-id-846 footer .container_inner .footer-columns__row .footer-columns__col p, .page-id-846 footer .container_inner .footer-columns__row .footer-columns__col h3, .page-template-front-page footer .container_inner .footer-columns__row .footer-columns__col p, .page-template-front-page footer .container_inner .footer-columns__row .footer-columns__col h3 {
      color: #000000; }

@media only screen and (min-width: 1024px) {
  .page-id-802 footer .container_inner .footer-columns__row .footer-columns__col:last-of-type, .page-id-846 footer .container_inner .footer-columns__row .footer-columns__col:last-of-type, .page-template-front-page footer .container_inner .footer-columns__row .footer-columns__col:last-of-type {
    border-top-right-radius: 50px; } }

.basic-yop-poll-container form {
  min-width: 0; }

.home #nav-menu-item-1124 {
  display: none; }

.page-template-front-page .container_inner > .vc_row.wpb_row.section.vc_row-fluid {
  padding: 5.5vw 4.4vw 0 4.4vw;
  margin: 0; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .container_inner > .vc_row.wpb_row.section.vc_row-fluid {
    padding: 11vw 8.8vw 0 8.8vw; } }

.page-template-front-page .vc_row {
  margin-right: 0;
  margin-left: 0; }

.page-template-front-page .vc_column_container > .vc_column-inner {
  padding: 0; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page h2 {
    font-size: 2.4rem !important; } }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .timepress-custom-carousel {
    max-width: 320px;
    margin: auto;
    padding: 20px 0;
    /* RESPONSIVENESS */ }
    .page-template-front-page .timepress-custom-carousel .prev, .page-template-front-page .timepress-custom-carousel .next {
      font-size: 40px;
      height: 40px;
      width: 40px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 100;
      cursor: pointer; }
    .page-template-front-page .timepress-custom-carousel .prev {
      left: 0; }
    .page-template-front-page .timepress-custom-carousel .next {
      right: 0;
      text-align: right; }
    .page-template-front-page .timepress-custom-carousel h3 {
      color: white; }
    .page-template-front-page .timepress-custom-carousel .slick-dots {
      position: absolute;
      bottom: -5px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .page-template-front-page .timepress-custom-carousel .slick-dots li {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
    .page-template-front-page .timepress-custom-carousel .slick-dots li button {
      font-size: 0;
      line-height: 0;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      appearance: none !important; }
    .page-template-front-page .timepress-custom-carousel .slick-dots li button:before {
      font-family: 'slick';
      font-size: 40px;
      line-height: 20px;
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      content: '•';
      text-align: center;
      opacity: .25;
      color: black;
      cursor: pointer; }
    .page-template-front-page .timepress-custom-carousel .slick-dots li.slick-active button:before {
      opacity: .75;
      color: black; } }

@media only screen and (max-width: 1024px) and (max-width: 1023px) {
  .page-template-front-page .timepress-custom-carousel .prev {
    left: -20px; }
  .page-template-front-page .timepress-custom-carousel .next {
    right: -20px; } }

.page-template-front-page .full_section_inner .full_section_inner .vc_column_container {
  padding-left: 2.1vw;
  padding-right: 2.1vw; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .full_section_inner .full_section_inner .vc_column_container {
    padding: 2.1vw 0; } }

.page-template-front-page header {
  position: static !important;
  margin: 2.75vw 2.2vw 1.05vw 2.2vw !important;
  width: auto; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page header {
    margin: 40px 15px !important; } }
  .page-template-front-page header .header_inner_left, .page-template-front-page header .q_logo img {
    position: static; }

@media only screen and (min-width: 1201px) {
  .page-template-front-page header .logo_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; } }
  .page-template-front-page header .header_inner_left {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .page-template-front-page header .header_bottom {
    padding: 0;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .page-template-front-page header .q_logo a {
    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;
    height: auto !important; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page header .q_logo a {
    float: left; } }
    .page-template-front-page header .q_logo a > img:not(.normal) {
      display: none; }

.page-template-front-page #intro {
  height: calc(100vh - 200px);
  display: block;
  padding: 0 2.2vw !important; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page #intro {
    height: auto; } }
  .page-template-front-page #intro > .full_section_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 !important; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page #intro > .full_section_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .page-template-front-page #intro > .full_section_inner p {
      font-size: 22px; }
    .page-template-front-page #intro > .full_section_inner .qbutton {
      display: block !important; }
      .page-template-front-page #intro > .full_section_inner .qbutton:first-of-type {
        margin-bottom: 0.8vw !important; } }

@media only screen and (max-width: 1024px) {
  .page-template-front-page #intro > .full_section_inner > .vc_column_container {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 !important;
    position: static;
    height: auto; }
    .page-template-front-page #intro > .full_section_inner > .vc_column_container .vc_column-inner {
      height: 100%; }
    .page-template-front-page #intro > .full_section_inner > .vc_column_container .wpb_single_image {
      max-width: 50%; } }
    .page-template-front-page #intro > .full_section_inner > .vc_column_container:first-of-type {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      padding-right: 2.2vw; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page #intro > .full_section_inner > .vc_column_container:first-of-type {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding-right: 0;
    height: 150px; }
    .page-template-front-page #intro > .full_section_inner > .vc_column_container:first-of-type .wpb_wrapper {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
    .page-template-front-page #intro > .full_section_inner > .vc_column_container:last-of-type {
      padding-left: 2.2vw; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page #intro > .full_section_inner > .vc_column_container:last-of-type {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
    height: 120px; } }
      .page-template-front-page #intro > .full_section_inner > .vc_column_container:last-of-type > .vc_column-inner > .wpb_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .page-template-front-page #intro > .full_section_inner > .vc_column_container:last-of-type > .vc_column-inner > .wpb_wrapper .wpb_single_image, .page-template-front-page #intro > .full_section_inner > .vc_column_container:last-of-type > .vc_column-inner > .wpb_wrapper .wpb_wrapper, .page-template-front-page #intro > .full_section_inner > .vc_column_container:last-of-type > .vc_column-inner > .wpb_wrapper .vc_single_image-wrapper {
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
        .page-template-front-page #intro > .full_section_inner > .vc_column_container:last-of-type > .vc_column-inner > .wpb_wrapper .wpb_single_image:last-of-type img {
          margin-bottom: 0 !important; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page #intro > .full_section_inner > .vc_column_container:last-of-type > .vc_column-inner > .wpb_wrapper .wpb_single_image:first-of-type {
    display: none; }
  .page-template-front-page #intro > .full_section_inner > .vc_column_container:last-of-type > .vc_column-inner > .wpb_wrapper .wpb_single_image:last-of-type {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }
        .page-template-front-page #intro > .full_section_inner > .vc_column_container:last-of-type > .vc_column-inner > .wpb_wrapper img {
          width: auto;
          height: auto;
          margin: auto;
          max-height: 100%; }
    .page-template-front-page #intro > .full_section_inner > .vc_column_container > .vc_column-inner {
      background-size: contain;
      background-repeat: no-repeat; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page #intro > .full_section_inner > .vc_column_container > .vc_column-inner {
    height: 100%; } }
      .page-template-front-page #intro > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .page-template-front-page #intro > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper > .section:last-of-type {
          margin: auto;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page #intro > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper > .section:last-of-type {
    position: absolute;
    bottom: 0;
    margin: 0;
    height: auto; } }

@media only screen and (max-width: 1024px) {
  .page-template-front-page #intro > .full_section_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper > .section:first-of-type {
    height: auto; } }
  .page-template-front-page #intro h1 {
    font-weight: bold;
    margin-bottom: 2.1vw; }
  .page-template-front-page #intro p {
    font-size: 32px;
    line-height: 1.4; }

@media only screen and (min-width: 1024px) {
  .page-template-front-page #intro .qbutton:first-of-type {
    margin-right: 0.8vw !important; } }
  .page-template-front-page #intro .q_icon_shortcode {
    -webkit-animation: pulse 1.9s infinite ease-out;
            animation: pulse 1.9s infinite ease-out; }

@media only screen and (max-width: 1023px) {
  .page-template-front-page #intro .q_icon_shortcode {
    font-size: 3rem !important; }
    .page-template-front-page #intro .q_icon_shortcode a > span {
      font-size: 3rem !important; } }

.page-template-front-page .success-stories .full_section_inner .full_section_inner {
  margin-top: 2.75vw; }
  .page-template-front-page .success-stories .full_section_inner .full_section_inner .vc_column_container {
    padding: 0 8.8vw; }
    .page-template-front-page .success-stories .full_section_inner .full_section_inner .vc_column_container:first-of-type {
      padding-right: 0; }
    .page-template-front-page .success-stories .full_section_inner .full_section_inner .vc_column_container:last-of-type {
      padding-left: 0; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .success-stories .full_section_inner .full_section_inner .vc_column_container {
    padding: 0;
    margin-bottom: 8.8vw !important; } }
    .page-template-front-page .success-stories .full_section_inner .full_section_inner .vc_column_container > .vc_column-inner > .wpb_wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -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;
      padding: 2.2vw;
      min-height: 360px;
      max-width: 300px;
      border-radius: 50px;
      -webkit-box-shadow: 1px 5px 15px #00000029;
              box-shadow: 1px 5px 15px #00000029;
      margin: auto; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .success-stories .full_section_inner .full_section_inner .vc_column_container > .vc_column-inner > .wpb_wrapper {
    min-height: 200px;
    padding: 8.8vw 4.4vw; } }
      .page-template-front-page .success-stories .full_section_inner .full_section_inner .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image {
        margin-bottom: 2.2vw;
        height: 100px;
        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; }
        .page-template-front-page .success-stories .full_section_inner .full_section_inner .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
          text-align: center; }
          .page-template-front-page .success-stories .full_section_inner .full_section_inner .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image .vc_single_image-wrapper > img {
            max-width: 60%;
            margin: auto;
            -webkit-filter: brightness(0);
                    filter: brightness(0); }
      .page-template-front-page .success-stories .full_section_inner .full_section_inner .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_text_column {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end; }
      .page-template-front-page .success-stories .full_section_inner .full_section_inner .vc_column_container > .vc_column-inner > .wpb_wrapper .qbutton {
        margin-top: 2.2vw !important;
        margin-bottom: 0 !important; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .success-stories .full_section_inner .full_section_inner .vc_column_container > .vc_column-inner > .wpb_wrapper .qbutton {
    margin-top: 8.8vw !important; } }
      .page-template-front-page .success-stories .full_section_inner .full_section_inner .vc_column_container > .vc_column-inner > .wpb_wrapper:hover img, .page-template-front-page .success-stories .full_section_inner .full_section_inner .vc_column_container > .vc_column-inner > .wpb_wrapper:focus img {
        -webkit-filter: brightness(1) !important;
                filter: brightness(1) !important; }

.page-template-front-page .success-stories:before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% - 8.8vw - 2px);
  height: 100%;
  border-right: 2px dashed #000000;
  right: 4.4vw;
  display: block;
  z-index: 1; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .success-stories:before, .page-template-front-page .success-stories:after {
    display: none; } }

.page-template-front-page .what-we-offer {
  padding-bottom: 5.5vw !important;
  padding-left: 5.5vw !important;
  padding-right: 5.5vw !important;
  padding-top: 5.5vw !important; }

@media only screen and (min-width: 1024px) {
  .page-template-front-page .what-we-offer .custom_font_holder {
    max-width: 800px;
    margin: 2.1vw auto 4.85vw auto; } }

@media only screen and (max-width: 1367px) {
  .page-template-front-page .what-we-offer .custom_font_holder {
    font-size: 20px !important;
    line-height: 1.4 !important; }
    .page-template-front-page .what-we-offer .custom_font_holder p, .page-template-front-page .what-we-offer .custom_font_holder span, .page-template-front-page .what-we-offer .custom_font_holder strong {
      font-size: 20px !important;
      line-height: 1.4 !important; } }
  .page-template-front-page .what-we-offer .full_section_inner .full_section_inner .timepress-custom-carousel {
    max-width: 300px;
    margin: 0 20px; }
    .page-template-front-page .what-we-offer .full_section_inner .full_section_inner .timepress-custom-carousel .slide__img {
      background-color: #212121;
      border-top-left-radius: 200px;
      border-top-right-radius: 200px;
      padding: 20px; }
    .page-template-front-page .what-we-offer .full_section_inner .full_section_inner .timepress-custom-carousel .slide__title {
      background-color: #212121;
      margin-bottom: 0;
      padding: 20px; }
    .page-template-front-page .what-we-offer .full_section_inner .full_section_inner .timepress-custom-carousel .slide__description {
      background-color: #212121;
      color: white;
      padding: 20px;
      padding-bottom: 40px;
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 50px; }
    .page-template-front-page .what-we-offer .full_section_inner .full_section_inner .timepress-custom-carousel .next {
      right: -30px; }
    .page-template-front-page .what-we-offer .full_section_inner .full_section_inner .timepress-custom-carousel .prev {
      left: -30px; }
  .page-template-front-page .what-we-offer .full_section_inner .full_section_inner .vc_column_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
    height: 100%;
    padding-left: 1.3vw;
    padding-right: 1.3vw; }

@media only screen and (max-width: 767px) {
  .page-template-front-page .what-we-offer .full_section_inner .full_section_inner .vc_column_container {
    display: none; } }
    .page-template-front-page .what-we-offer .full_section_inner .full_section_inner .vc_column_container > .vc_column-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border-top-left-radius: 5.5vw;
      border-top-right-radius: 5.5vw;
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 50px;
      text-align: center; }

@media only screen and (max-width: 767px) {
  .page-template-front-page .what-we-offer .full_section_inner .full_section_inner .vc_column_container > .vc_column-inner {
    padding: 0.8vw; }
    .page-template-front-page .what-we-offer .full_section_inner .full_section_inner .vc_column_container > .vc_column-inner:not(.what-we-offer__description) {
      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;
      text-align: right; } }
      .page-template-front-page .what-we-offer .full_section_inner .full_section_inner .vc_column_container > .vc_column-inner h3, .page-template-front-page .what-we-offer .full_section_inner .full_section_inner .vc_column_container > .vc_column-inner p {
        color: #ffffff; }
      .page-template-front-page .what-we-offer .full_section_inner .full_section_inner .vc_column_container > .vc_column-inner > .wpb_wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .page-template-front-page .what-we-offer .full_section_inner .full_section_inner .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image {
          background-color: #1e1e1e;
          border-top-left-radius: 200px;
          border-top-right-radius: 200px;
          cursor: pointer;
          display: none;
          padding: 2.52vw; }
          .page-template-front-page .what-we-offer .full_section_inner .full_section_inner .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image:first-of-type {
            display: none;
            opacity: 0; }
          .page-template-front-page .what-we-offer .full_section_inner .full_section_inner .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) {
            display: block;
            opacity: 1; }
    .page-template-front-page .what-we-offer .full_section_inner .full_section_inner .vc_column_container.active .what-we-offer__title {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      padding-bottom: 2.1vw; }
    .page-template-front-page .what-we-offer .full_section_inner .full_section_inner .vc_column_container.active .what-we-offer__description {
      opacity: 1; }
    .page-template-front-page .what-we-offer .full_section_inner .full_section_inner .vc_column_container.active > .vc_column-inner > .wpb_wrapper .wpb_single_image:first-of-type {
      display: block;
      opacity: 1; }
    .page-template-front-page .what-we-offer .full_section_inner .full_section_inner .vc_column_container.active > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) {
      opacity: 0;
      display: none; }

@media only screen and (min-width: 768px) and (max-width: 1367px) {
  .page-template-front-page .what-we-offer .full_section_inner .full_section_inner .vc_column_container h3 {
    font-size: 26px;
    line-height: 1.4; } }
  .page-template-front-page .what-we-offer__title {
    padding-bottom: 2.2vw !important;
    background-color: #1e1e1e;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-left: 2.52vw;
    padding-right: 2.52vw; }
    .page-template-front-page .what-we-offer__title h3 {
      font-size: 28px;
      line-height: 1.4; }

@media only screen and (max-width: 768px) {
  .page-template-front-page .what-we-offer__title {
    text-align: center; } }
  .page-template-front-page .what-we-offer__description {
    opacity: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-top: -35px;
    background-color: #1e1e1e;
    padding-left: 2.1vw;
    padding-right: 2.1vw;
    padding-bottom: 2.1vw; }
  .page-template-front-page .what-we-offer:before {
    content: "";
    position: absolute;
    top: 0;
    width: calc(100% - 8.8vw - 2px);
    height: 60%;
    border-right: 2px dashed #000000;
    border-bottom: 2px dashed #000000;
    right: 4.4vw;
    display: block;
    z-index: 1; }

@media only screen and (max-width: 1367px) {
  .page-template-front-page .what-we-offer:before {
    height: 40%; } }
  .page-template-front-page .what-we-offer:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 40%;
    border-left: 2px dashed #000000;
    left: 4.4vw;
    display: block;
    z-index: 1; }

@media only screen and (max-width: 1367px) {
  .page-template-front-page .what-we-offer:after {
    height: 60%; } }

@media only screen and (max-width: 768px) {
  .page-template-front-page .what-we-offer::after, .page-template-front-page .what-we-offer::before {
    display: none; }
  .page-template-front-page .what-we-offer h2 {
    font-size: 2.4rem !important; }
  .page-template-front-page .what-we-offer > .full_section_inner {
    padding: 2.1vw; } }

.page-template-front-page .why-automation {
  margin: 0 2.2vw !important;
  padding: 10vh 0 !important;
  border-radius: 50px;
  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; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .why-automation {
    margin: 0 !important;
    border-radius: 0 !important;
    padding: 4.4vw !important;
    height: auto; } }
  .page-template-front-page .why-automation .custom_font_holder {
    max-width: 900px;
    margin: auto;
    font-size: 20px !important;
    line-height: 1.4 !important; }
    .page-template-front-page .why-automation .custom_font_holder p, .page-template-front-page .why-automation .custom_font_holder span, .page-template-front-page .why-automation .custom_font_holder strong {
      font-size: 20px !important;
      line-height: 1.4 !important; }
  .page-template-front-page .why-automation .vc_inner.section {
    margin-top: 2.1vw; }
    .page-template-front-page .why-automation .vc_inner.section > .full_section_inner > .vc_column_container {
      padding-left: 8.8vw;
      padding-right: 8.8vw; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .why-automation .vc_inner.section > .full_section_inner > .vc_column_container {
    padding: 0; } }
  .page-template-front-page .why-automation:before {
    content: "";
    position: absolute;
    top: 0;
    width: calc(100% - 4.4vw - 2px);
    height: 52%;
    border-left: 2px dashed #000000;
    border-bottom: 2px dashed #000000;
    left: 2.2vw;
    display: block;
    z-index: 1; }

@media only screen and (max-width: 1367px) {
  .page-template-front-page .why-automation:before {
    height: 52%; } }
  .page-template-front-page .why-automation:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 48%;
    border-right: 2px dashed #000000;
    right: 2.2vw;
    display: block;
    z-index: 1; }

@media only screen and (max-width: 1367px) {
  .page-template-front-page .why-automation:after {
    height: 48%; } }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .why-automation:before, .page-template-front-page .why-automation:after {
    display: none; } }

.page-template-front-page .how-we-do-it {
  padding-left: 5.5vw !important;
  padding-right: 5.5vw !important;
  padding-bottom: 5.5vw !important; }
  .page-template-front-page .how-we-do-it .vc_inner.section {
    margin-top: 2.75vw; }
    .page-template-front-page .how-we-do-it .vc_inner.section .full_section_inner .vc_column_container .wpb_content_element {
      -webkit-transition: opacity 0.8s;
      transition: opacity 0.8s; }
    .page-template-front-page .how-we-do-it .vc_inner.section .full_section_inner .vc_column_container .wpb_single_image {
      cursor: pointer;
      display: none;
      max-width: 150px; }
      .page-template-front-page .how-we-do-it .vc_inner.section .full_section_inner .vc_column_container .wpb_single_image:first-of-type {
        display: none;
        opacity: 0; }
      .page-template-front-page .how-we-do-it .vc_inner.section .full_section_inner .vc_column_container .wpb_single_image:nth-of-type(2) {
        display: block;
        opacity: 1; }
    .page-template-front-page .how-we-do-it .vc_inner.section .full_section_inner .vc_column_container .wpb_text_column {
      opacity: 0;
      width: 150%;
      left: -25%;
      position: relative; }
    .page-template-front-page .how-we-do-it .vc_inner.section .full_section_inner .vc_column_container.active .wpb_single_image:first-of-type {
      display: block;
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2);
      opacity: 1; }
    .page-template-front-page .how-we-do-it .vc_inner.section .full_section_inner .vc_column_container.active .wpb_single_image:nth-of-type(2) {
      opacity: 0;
      display: none; }
    .page-template-front-page .how-we-do-it .vc_inner.section .full_section_inner .vc_column_container.active .wpb_text_column {
      opacity: 1; }
  .page-template-front-page .how-we-do-it:before {
    content: "";
    position: absolute;
    top: 0;
    width: calc(100% - 6.6vw - 2px);
    height: 43%;
    border-right: 2px dashed #000000;
    border-bottom: 2px dashed #000000;
    right: 4.4vw;
    display: block;
    z-index: 1; }

@media only screen and (max-width: 1567px) {
  .page-template-front-page .how-we-do-it:before {
    height: 35%; } }
  .page-template-front-page .how-we-do-it:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% - 4.4vw - 4px);
    height: 57%;
    border-left: 2px dashed #000000;
    border-bottom: 2px dashed #000000;
    left: 2.2vw;
    display: block;
    z-index: 1; }

@media only screen and (max-width: 1567px) {
  .page-template-front-page .how-we-do-it:after {
    height: 65%; } }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .how-we-do-it:before, .page-template-front-page .how-we-do-it:after {
    display: none; } }

.page-template-front-page .timepressing {
  padding-right: 0 !important;
  padding-bottom: 5.5vw !important; }
  .page-template-front-page .timepressing > .full_section_inner .vc_column_container:first-of-type {
    padding-right: 2.2vw; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .timepressing > .full_section_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .page-template-front-page .timepressing > .full_section_inner .vc_column_container:first-of-type {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      padding-right: 4.4vw; }
      .page-template-front-page .timepressing > .full_section_inner .vc_column_container:first-of-type .qbutton {
        font-size: 14px; }
    .page-template-front-page .timepressing > .full_section_inner .vc_column_container:last-of-type {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 2.2vw; } }
  .page-template-front-page .timepressing:after {
    content: "";
    position: absolute;
    top: 0;
    width: calc(100% - 4.4vw - 4px);
    height: 100%;
    border-left: 2px dashed #000000;
    border-bottom: 2px dashed #000000;
    left: 2.2vw;
    display: block;
    z-index: 1; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .timepressing:before, .page-template-front-page .timepressing:after {
    display: none; } }

.page-template-front-page .references {
  padding-bottom: 5.5vw !important;
  padding-left: 5.5vw !important;
  padding-right: 5.5vw !important; }
  .page-template-front-page .references > .full_section_inner .wpb_wrapper .section {
    margin-top: 2.75vw;
    margin-bottom: 0 !important; }
    .page-template-front-page .references > .full_section_inner .wpb_wrapper .section:nth-child(2) .qbutton {
      display: none !important; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .references > .full_section_inner .wpb_wrapper .section:nth-child(2) .wpb_text_column {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    display: none;
    opacity: 0;
    margin-bottom: 2.1vw !important;
    width: 100%;
    left: 0; }
  .page-template-front-page .references > .full_section_inner .wpb_wrapper .section:nth-child(2) .qbutton:first-of-type {
    margin-top: 25px; } }
    .page-template-front-page .references > .full_section_inner .wpb_wrapper .section:last-of-type {
      margin-top: 0;
      margin-bottom: 0 !important; }
      .page-template-front-page .references > .full_section_inner .wpb_wrapper .section:last-of-type .full_section_inner .vc_column-inner > .wpb_wrapper {
        position: relative; }
  .page-template-front-page .references > .full_section_inner .full_section_inner {
    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; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .references > .full_section_inner .full_section_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }
    .page-template-front-page .references > .full_section_inner .full_section_inner .vc_column_container .wpb_content_element {
      -webkit-transition: opacity 0.8s;
      transition: opacity 0.8s; }
    .page-template-front-page .references > .full_section_inner .full_section_inner .vc_column_container .wpb_single_image {
      cursor: pointer;
      display: none; }
      .page-template-front-page .references > .full_section_inner .full_section_inner .vc_column_container .wpb_single_image:first-of-type {
        display: none;
        opacity: 0; }
      .page-template-front-page .references > .full_section_inner .full_section_inner .vc_column_container .wpb_single_image:nth-of-type(2) {
        display: block;
        opacity: 1; }
    .page-template-front-page .references > .full_section_inner .full_section_inner .vc_column_container .wpb_text_column {
      opacity: 0;
      position: relative;
      margin-bottom: 2.1vw !important; }
    .page-template-front-page .references > .full_section_inner .full_section_inner .vc_column_container .qbutton {
      opacity: 0; }
      .page-template-front-page .references > .full_section_inner .full_section_inner .vc_column_container .qbutton:first-of-type:not(.page-template-front-page .references > .full_section_inner .full_section_inner .vc_column_container .qbutton:last-of-type) {
        margin-bottom: 25px; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .references > .full_section_inner .full_section_inner .vc_column_container {
    margin-bottom: 5.5vw; }
    .page-template-front-page .references > .full_section_inner .full_section_inner .vc_column_container:last-of-type {
      margin-bottom: 0; }
    .page-template-front-page .references > .full_section_inner .full_section_inner .vc_column_container .wpb_single_image {
      text-align: center; } }
    .page-template-front-page .references > .full_section_inner .full_section_inner .vc_column_container.active .wpb_single_image:first-of-type {
      display: block;
      opacity: 1; }
    .page-template-front-page .references > .full_section_inner .full_section_inner .vc_column_container.active .wpb_single_image:nth-of-type(2) {
      opacity: 0;
      display: none; }
    .page-template-front-page .references > .full_section_inner .full_section_inner .vc_column_container.active .wpb_text_column, .page-template-front-page .references > .full_section_inner .full_section_inner .vc_column_container.active .qbutton {
      opacity: 1; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .references > .full_section_inner .full_section_inner .vc_column_container.active .wpb_text_column {
    display: block; } }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .references > .full_section_inner .full_section_inner .vc_column_container.active .section:nth-child(2) .qbutton {
    display: inline-block !important; } }
  .page-template-front-page .references:after {
    content: "";
    position: absolute;
    top: 0;
    width: calc(100% - 4.4vw - 4px);
    height: 100%;
    border-right: 2px dashed #000000;
    border-bottom: 2px dashed #000000;
    left: 2.2vw;
    display: block;
    z-index: 1; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .references:before, .page-template-front-page .references:after {
    display: none; } }

.page-template-front-page .about-us {
  padding-right: 0 !important;
  padding-bottom: 5.5vw !important; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .about-us {
    background-color: #212121; }
    .page-template-front-page .about-us .wpb_single_image {
      position: absolute;
      left: auto;
      right: 20px;
      top: -80px;
      width: 120px; } }
  .page-template-front-page .about-us > .full_section_inner > .vc_column_container:last-of-type .vc_column-inner {
    padding-top: 2.75vw;
    padding-bottom: 2.75vw;
    padding-right: 1.1vw;
    background-size: contain;
    background-position: 100% 0;
    background-repeat: no-repeat; }

@media only screen and (max-width: 768px) {
  .page-template-front-page .about-us > .full_section_inner > .vc_column_container:last-of-type .vc_column-inner {
    background-image: none !important; } }
    .page-template-front-page .about-us > .full_section_inner > .vc_column_container:last-of-type .vc_column-inner > .wpb_wrapper {
      max-width: 700px;
      float: right; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .about-us > .full_section_inner > .vc_column_container:last-of-type .vc_column-inner > .wpb_wrapper {
    max-width: 100%; } }
    .page-template-front-page .about-us > .full_section_inner > .vc_column_container:last-of-type .vc_column-inner p {
      color: #ffffff; }
  .page-template-front-page .about-us h2 {
    color: #ffffff; }
  .page-template-front-page .about-us:after {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    border-left: 2px dashed #000000;
    left: 2.2vw;
    display: block;
    z-index: 1; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .about-us:before, .page-template-front-page .about-us:after {
    display: none; } }

.page-template-front-page .write-us > .full_section_inner {
  margin-top: 2.75vw; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .write-us > .full_section_inner h2 {
    margin-top: 80px; } }

.page-template-front-page .write-us .wpb_single_image {
  position: absolute;
  bottom: 100%;
  right: -20%;
  width: 35%;
  height: 35%; }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .write-us .wpb_single_image {
    left: 0;
    right: auto;
    bottom: 100%;
    top: -160px;
    max-width: 120px; } }

.page-template-front-page .write-us:after {
  content: "";
  position: absolute;
  top: 0;
  width: 15vw;
  height: 60%;
  border-left: 2px dashed #000000;
  border-bottom: 2px dashed #000000;
  left: 2.2vw;
  display: block;
  z-index: 1; }

@media only screen and (max-width: 1367px) {
  .page-template-front-page .write-us:after {
    width: 10vw; } }

@media only screen and (max-width: 1024px) {
  .page-template-front-page .write-us:before, .page-template-front-page .write-us:after {
    display: none; } }

footer {
  background-color: white;
  border-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

@media only screen and (max-width: 1024px) {
  footer .first-col {
    text-align: left;
    padding-top: 2.2vw;
    padding-left: 2.1vw;
    padding-right: 2.1vw; } }
  footer .footer_top_holder {
    background-color: white; }
  footer .first-col, footer .footer-columns__col {
    background-color: white !important;
    border-radius: 0;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important; }
    footer .first-col :last-of-type, footer .footer-columns__col :last-of-type {
      border-top-right-radius: 0 !important;
      border-top-left-radius: 0 !important; }
    footer .first-col .social-media, footer .footer-columns__col .social-media {
      height: 44px;
      margin-bottom: 15px !important; }
  footer .container_inner a, footer .container_inner p, footer .container_inner h3 {
    color: black !important; }
  footer h3 {
    font-size: 20px !important;
    text-transform: uppercase; }
  footer .fotter_top_border_holder {
    display: inline-block !important;
    background-color: transparent !important;
    -webkit-box-shadow: 3px -2px 5px 0px rgba(0, 0, 0, 0.19);
            box-shadow: 3px -2px 5px 0px rgba(0, 0, 0, 0.19); }
