/*********************************
 * SCSS FOR ByteStamp THEME WP *
 *********************************/
/* UTILITY */
/* FONTS & ICONS */
/* ICON SET */
@font-face {
  font-family: "bytestamp";
  src: url("../fonts/bytestamp.eot?a22d1m");
  src: url("../fonts/bytestamp.eot?a22d1m#iefix") format("embedded-opentype"), url("../fonts/bytestamp.ttf?a22d1m") format("truetype"), url("../fonts/bytestamp.woff?a22d1m") format("woff"), url("f../onts/bytestamp.svg?a22d1m#bytestamp") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "bytestamp" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-right:before {
  content: "\e907"; }

.icon-facebook:before {
  content: "\e900"; }

.icon-twitter:before {
  content: "\e901"; }

.icon-world:before {
  content: "\e902"; }

.icon-calendar:before {
  content: "\e903"; }

.icon-search:before {
  content: "\e904"; }

.icon-plus:before {
  content: "\e905"; }

.icon-arrow:before {
  content: "\e906"; }

/* COMMON PARTS */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  border: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  overflow: visible;
  padding: 15px 15px;
  text-transform: none;
  display: inline-block;
  transition-duration: 0.15s;
  background-color: transparent;
  transition-timing-function: linear;
  transition-property: opacity, filter; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000; }

.hamburger-box {
  top: 3px;
  height: 24px;
  position: relative;
  display: inline-block; }

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  background-color: #3CB4E5;
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * Slider
*/
.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition-property: transform, opacity; }

.hamburger--slider .hamburger-inner::after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner::after {
  top: 17px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner::before {
  opacity: 0;
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0); }

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -17px, 0) rotate(-90deg); }

.hamburger--slider .hamburger-inner,
.hamburger--slider .hamburger-inner::after,
.hamburger--slider .hamburger-inner::before {
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 4px;
  background-color: #3CB4E5;
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: ease; }

.hamburger--slider.is-active .hamburger-inner,
.hamburger--slider.is-active .hamburger-inner::after,
.hamburger--slider.is-active .hamburger-inner::before {
  width: 20px;
  height: 4px;
  position: absolute;
  border-radius: 4px;
  background-color: #3CB4E5;
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: ease; }

.hamburger--slider.is-active .hamburger-box {
  top: 3px;
  width: 10px;
  height: 24px;
  position: relative;
  display: inline-block; }

body {
  margin: 0;
  font-family: "Rubik", sans-serif; }
  body body *, body h1, body h2, body h3, body h4, body h5, body h6, body span, body a, body div, body section, body p, body strong, body b, body ul, body li {
    font-family: "Rubik", sans-serif; }

::placeholder {
  color: #686868; }

.grid-container {
  max-width: 100rem; }

.off-canvas {
  height: 455px;
  opacity: 0.95;
  text-align: right;
  padding-top: 10px;
  background-color: #0080BB; }

.position-top {
  height: 455px;
  -webkit-transform: translateY(-455px);
  -ms-transform: translateY(-455px);
  transform: translateY(-455px); }

.off-canvas ul.menu {
  margin-top: 70px; }
  .off-canvas ul.menu li a {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
    outline: 0; }
.off-canvas .social-network {
  margin: 20px 15px 0 15px; }
  .off-canvas .social-network span {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    top: -7px; }
  .off-canvas .social-network i {
    color: #FFFFFF;
    font-size: 32px;
    padding-left: 15px; }
.off-canvas .language {
  width: 100%;
  height: auto;
  opacity: 0.95;
  padding: 12px 0;
  margin: 30px 0 0 0;
  display: block;
  background-color: #016593;
  position: absolute;
  bottom: 0; }
  .off-canvas .language ul {
    display: flex;
    margin: 0 auto;
    list-style-type: none;
    justify-content: center; }
    .off-canvas .language ul li a {
      color: #FFFFFF;
      padding: 0 10px;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase; }
    .off-canvas .language ul li.is-active a {
      color: #003A5D; }

.js-off-canvas-overlay {
  background: rgba(36, 36, 36, 0.9); }

#alertify-cover {
  background-color: #ccc;
  -moz-opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  opacity: .7; }

#alertify {
  border: none;
  border-radius: 20px;
  width: 768px;
  margin-left: -384px; }
  #alertify .alertify-dialog .alertify-inner p.response {
    text-align: left; }
  #alertify .alertify-dialog .alertify-inner p .label {
    color: #fff;
    background: #1779ba; }
  #alertify .alertify-dialog .alertify-inner p .result {
    color: #1779ba; }
  #alertify .alertify-dialog .alertify-buttons .alertify-button-cancel {
    height: 45px;
    border: none;
    color: #FFFFFF;
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
    margin-top: 20px;
    padding: 10px 25px;
    border-radius: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #cc4b37;
    border: none;
    text-shadow: none;
    box-shadow: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    #alertify .alertify-dialog .alertify-buttons .alertify-button-cancel:hover {
      background-color: #a53b2a; }
  #alertify .alertify-dialog .alertify-buttons .alertify-button-ok {
    height: 45px;
    border: none;
    color: #FFFFFF;
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
    margin-top: 20px;
    padding: 10px 25px;
    border-radius: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #1ED390;
    border: none;
    text-shadow: none;
    box-shadow: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    #alertify .alertify-dialog .alertify-buttons .alertify-button-ok:hover {
      background-color: #1FB980; }

#alertify-logs .alertify-log {
  font-family: "Rubik", sans-serif;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 20px;
  text-shadow: none;
  letter-spacing: 1px; }
  #alertify-logs .alertify-log:hover, #alertify-logs .alertify-log:forcus {
    background-color: rgba(0, 0, 0, 0.5); }
#alertify-logs .alertify-log-error {
  font-family: "Rubik", sans-serif;
  background-color: #cc4b37;
  padding: 10px 20px;
  border-radius: 20px;
  text-shadow: none;
  letter-spacing: 1px; }
  #alertify-logs .alertify-log-error:hover, #alertify-logs .alertify-log-error:forcus {
    background-color: #a53b2a; }
#alertify-logs .alertify-log-success {
  font-family: "Rubik", sans-serif;
  background-color: #1ED390;
  padding: 10px 20px;
  border-radius: 20px;
  text-shadow: none;
  letter-spacing: 1px; }
  #alertify-logs .alertify-log-success:hover, #alertify-logs .alertify-log-success:forcus {
    background-color: #1FB980; }

.loading_container {
  display: none;
  z-index: 99; }
  .loading_container:after {
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3); }
  .loading_container > div {
    top: 40%;
    right: 0;
    left: 0;
    width: 65px;
    height: 65px;
    position: absolute;
    z-index: 0;
    margin: 0 auto;
    display: block;
    background: transparent;
    border: 5px solid #ccc;
    border-radius: 50%;
    animation: spin 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #0080BB transparent transparent transparent; }
    .loading_container > div:nth-child(1) {
      animation-delay: -0.45s; }
    .loading_container > div:nth-child(2) {
      animation-delay: -0.3s; }
    .loading_container > div:nth-child(3) {
      animation-delay: -0.15s; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
body.home header a.logo {
  margin: 30px 0; }

header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  position: absolute; }
  header.is-stuck a.logo {
    margin: 30px 0; }
  header a.logo {
    width: 100%;
    height: 70px;
    margin: 50px 0;
    display: block;
    background-size: contain;
    background: url("../img/logo.svg") left center no-repeat;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
  header nav {
    display: flex;
    justify-content: flex-end; }
    header nav .menu {
      overflow: hidden;
      padding: 1rem 0;
      border-radius: 25px; }
      header nav .menu.active {
        background-color: #0b7fb4; }
      header nav .menu li {
        padding: 0 20px; }
        header nav .menu li a {
          padding: 0;
          color: #FFFFFF;
          font-size: 18px;
          font-weight: 400;
          position: relative;
          height: 100%;
          -webkit-transition: all 250ms ease-in-out;
          -moz-transition: all 250ms ease-in-out;
          -ms-transition: all 250ms ease-in-out;
          -o-transition: all 250ms ease-in-out;
          transition: all 250ms ease-in-out; }
          header nav .menu li a::after {
            left: 0;
            bottom: 0;
            width: 0;
            content: '';
            display: block;
            padding-top: 5px;
            position: absolute;
            transition: 0.300s ease;
            -webkit-transition: 0.300s ease;
            border-bottom: 2px solid #3CB4E5;
            top: 15px; }
          header nav .menu li a:hover::after {
            width: 100%;
            top: 15px; }
        header nav .menu li.menu-item-hide {
          display: block;
          padding: 0;
          position: relative;
          text-indent: -200px;
          right: -200px;
          -webkit-transition: all 250ms ease-in-out;
          -moz-transition: all 250ms ease-in-out;
          -ms-transition: all 250ms ease-in-out;
          -o-transition: all 250ms ease-in-out;
          transition: all 250ms ease-in-out; }
        header nav .menu li.menu-item-show {
          display: block;
          padding: 0 20px;
          text-indent: 0;
          right: 0; }
          header nav .menu li.menu-item-show a::after {
            left: 0;
            bottom: 0;
            width: 0;
            content: '';
            display: block;
            padding-top: 5px;
            position: absolute;
            transition: 0.300s ease;
            -webkit-transition: 0.300s ease;
            border-bottom: 2px solid #3CB4E5; }
          header nav .menu li.menu-item-show a:hover::after {
            width: 100%; }
  header .hidden-menu {
    top: .8rem;
    width: 16px;
    float: right;
    display: block;
    margin-top: 1px;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 .5rem; }
    header .hidden-menu span {
      top: 0;
      left: 50%;
      width: 4px;
      height: 4px;
      display: block;
      margin-top: 3px;
      margin-left: -2px;
      border-radius: 4px;
      position: relative;
      background: #FFFFFF;
      transition: all 150ms linear; }
    header .hidden-menu.active span.s1 {
      width: 10px;
      margin-left: -3px; }
    header .hidden-menu.active span.s2 {
      width: 10px;
      margin-left: -7px; }
    header .hidden-menu.active span.s3 {
      width: 10px;
      margin-left: -5px; }

.hamburger {
  border: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  overflow: visible;
  padding: 15px 15px;
  text-transform: none;
  display: inline-block;
  transition-duration: 0.15s;
  background-color: transparent;
  transition-timing-function: linear;
  transition-property: opacity, filter; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner {
    background-color: #000; }
    .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
      background-color: #000; }

.hamburger-box {
  top: 3px;
  height: 24px;
  position: relative;
  display: inline-block; }

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px; }
  .hamburger-inner::before, .hamburger-inner::after {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    background-color: #3CB4E5;
    transition-duration: 0.15s;
    transition-property: transform;
    transition-timing-function: ease;
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    transition-property: transform, opacity; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider .hamburger-inner {
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 4px;
  background-color: #3CB4E5;
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: ease; }
  .hamburger--slider .hamburger-inner::after, .hamburger--slider .hamburger-inner::before {
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 4px;
    background-color: #3CB4E5;
    transition-duration: 0.15s;
    transition-property: transform;
    transition-timing-function: ease; }
.hamburger--slider.is-active .hamburger-inner {
  width: 20px;
  height: 4px;
  position: absolute;
  border-radius: 4px;
  background-color: #3CB4E5;
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: ease;
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::after {
    width: 20px;
    height: 4px;
    position: absolute;
    border-radius: 4px;
    background-color: #3CB4E5;
    transition-duration: 0.15s;
    transition-property: transform;
    transition-timing-function: ease;
    top: 17px;
    transform: translate3d(0, -17px, 0) rotate(-90deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    width: 20px;
    height: 4px;
    position: absolute;
    border-radius: 4px;
    background-color: #3CB4E5;
    transition-duration: 0.15s;
    transition-property: transform;
    transition-timing-function: ease;
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0); }
.hamburger--slider.is-active .hamburger-box {
  top: 3px;
  width: 10px;
  height: 24px;
  position: relative;
  display: inline-block; }

.sticky-container {
  width: 100%;
  position: absolute;
  z-index: 100; }
  .sticky-container.page {
    position: relative;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .sticky-container.page header {
      background: #ffffff; }
      .sticky-container.page header .menu {
        background-color: #fff;
        border-radius: 0;
        padding: 0;
        border: 0; }
      .sticky-container.page header ul li a {
        color: #7296A7; }
      .sticky-container.page header .hidden-menu {
        top: -4px;
        padding: 0; }
        .sticky-container.page header .hidden-menu span {
          background: #7296A7; }

footer {
  background-color: #003A5D;
  padding-top: 100px; }
  footer .footer-logo {
    width: 100%;
    height: 50px;
    margin-bottom: 40px;
    display: block;
    background-size: contain;
    background: url("../img/logo-white.svg") left center no-repeat; }
  footer p.address {
    color: #EDEDED;
    font-size: 16px;
    margin-bottom: 30px; }
    footer p.address strong {
      font-size: 18px;
      letter-spacing: 1px; }
  footer ul.menu-footer {
    margin: 0;
    list-style: none;
    justify-content: space-between; }
    footer ul.menu-footer li a {
      color: #EDEDED;
      font-size: 20px;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -ms-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
      footer ul.menu-footer li a:hover {
        color: #569EC9; }
  footer ul.menu.social {
    margin-top: 80px;
    color: #ffffff;
    text-transform: uppercase; }
    footer ul.menu.social li a {
      font-size: 30px;
      color: #ffffff; }
  footer .service-bar {
    border-top: 1px solid #115177;
    padding: 30px 0; }
    footer .service-bar a {
      color: #ffffff;
      font-size: 16px;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -ms-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
      footer .service-bar a:hover {
        color: #3CB4E5; }
      footer .service-bar a.language {
        text-transform: uppercase;
        margin-right: 30px; }
        footer .service-bar a.language:hover {
          color: #3CB4E5; }
        footer .service-bar a.language i {
          color: #3CB4E5;
          padding-right: 10px; }
  footer .neikos {
    font-size: 14px !important;
    display: block;
    text-align: right;
    color: #DCE7F0; }
    footer .neikos a {
      background: url("../img/neikos.svg") right -3px no-repeat;
      color: #DCE7F0;
      margin: 0 5px 0 0;
      padding: 0 20px 0 0;
      text-decoration: none;
      text-transform: none;
      font-size: 14px; }

/* PAGES */
#home {
  width: 100%;
  height: 100vh;
  background-image: repeating-linear-gradient(90deg, #EFEFEF, #EFEFEF 1px, transparent 0px, transparent 130px); }
  #home .grid-container {
    height: 100%; }
    #home .grid-container .grid-x {
      height: 100%; }
  #home .info {
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    #home .info span {
      color: #003A5D;
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 30px;
      letter-spacing: 1px;
      text-transform: uppercase; }
    #home .info h1 {
      color: #003A5D;
      font-size: 40px;
      font-weight: 500;
      line-height: 52px;
      position: relative;
      margin-bottom: 25px; }
      #home .info h1::after {
        content: '';
        top: 24px;
        height: 4px;
        left: -160px;
        width: 135px;
        position: absolute;
        background-color: #3CB4E5; }
    #home .info h2 {
      color: #0080BB;
      font-size: 28px;
      font-weight: 400;
      line-height: 36px;
      margin: 0;
      padding: 0; }
    #home .info button {
      color: #FFFFFF;
      font-size: 20px;
      cursor: pointer;
      font-weight: 500;
      margin-top: 35px;
      padding: 14px 25px;
      border-radius: 50px;
      letter-spacing: 1px;
      text-transform: uppercase;
      background-color: #003A5D;
      border: 1px solid #3CB4E5;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -ms-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
      #home .info button a {
        color: inherit;
        font-size: inherit;
        cursor: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        text-transform: inherit; }
      #home .info button:hover {
        background: #3CB4E5; }
    #home .info .language {
      bottom: 40px;
      position: absolute; }
      #home .info .language a {
        color: #676767;
        font-size: 16px;
        cursor: pointer;
        font-weight: 400;
        position: relative;
        text-transform: uppercase; }
        #home .info .language a i {
          color: #3CB4E5;
          font-size: 12px;
          position: relative;
          right: -10px;
          -webkit-transition: all 250ms ease-in-out;
          -moz-transition: all 250ms ease-in-out;
          -ms-transition: all 250ms ease-in-out;
          -o-transition: all 250ms ease-in-out;
          transition: all 250ms ease-in-out; }
        #home .info .language a:hover i {
          right: -20px; }
  #home .form-section {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #0080BB;
    background: linear-gradient(135deg, #0080bb 0%, #469FC7 100%);
    background: -moz-linear-gradient(-45deg, #0080bb 0%, #469FC7 100%);
    background: -webkit-linear-gradient(-45deg, #0080bb 0%, #469FC7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0080bb', endColorstr='#469FC7',GradientType=1 ); }
    #home .form-section::after {
      top: 0;
      left: 0;
      z-index: 0;
      width: 100%;
      content: '';
      height: 100%;
      opacity: .08;
      position: absolute;
      background-repeat: repeat;
      background-position: top left;
      background-image: url("../img/pattern.svg"); }
    #home .form-section form,
    #home .form-section .result {
      width: 70%;
      z-index: 10;
      background: #ffffff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3); }
      #home .form-section form h3,
      #home .form-section .result h3 {
        color: #0080BB;
        font-size: 30px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 30px; }
        #home .form-section form h3 span,
        #home .form-section .result h3 span {
          color: #7B7B7B;
          display: block;
          font-size: 22px;
          font-weight: 300; }
      #home .form-section form .area-title,
      #home .form-section .result .area-title {
        color: #0080BB;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 15px;
        display: block; }
      #home .form-section form #input-field,
      #home .form-section .result #input-field {
        width: 95%;
        height: auto;
        float: right;
        margin-bottom: 30px;
        display: block; }
        #home .form-section form #input-field input#filebs,
        #home .form-section .result #input-field input#filebs {
          display: none; }
        #home .form-section form #input-field label,
        #home .form-section .result #input-field label {
          display: block;
          color: #333333;
          cursor: pointer;
          font-size: 16px;
          padding: 30px 40px;
          position: relative;
          border: 1px solid #CAD4ED;
          background-color: #F1F5FF; }
          #home .form-section form #input-field label i,
          #home .form-section .result #input-field label i {
            top: 0;
            bottom: 0;
            width: 45px;
            height: 45px;
            left: -23px;
            margin: auto;
            color: #ffffff;
            font-size: 20px;
            border-radius: 50%;
            position: absolute;
            background-color: #1ed390;
            -webkit-transition: all 250ms ease-in-out;
            -moz-transition: all 250ms ease-in-out;
            -ms-transition: all 250ms ease-in-out;
            -o-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out; }
            #home .form-section form #input-field label i:hover,
            #home .form-section .result #input-field label i:hover {
              background-color: #1FB980; }
            #home .form-section form #input-field label i::before,
            #home .form-section .result #input-field label i::before {
              top: 13px;
              position: relative;
              text-align: center;
              display: block; }
          #home .form-section form #input-field label strong,
          #home .form-section .result #input-field label strong {
            font-weight: 500; }
          #home .form-section form #input-field label span,
          #home .form-section .result #input-field label span {
            display: block;
            color: #969696;
            font-size: 14px;
            font-style: italic; }
      #home .form-section form .yourtext textarea,
      #home .form-section .result .yourtext textarea {
        width: 100%;
        resize: none;
        height: 85px;
        color: #404040;
        font-size: 16px;
        box-shadow: none;
        text-indent: 0px;
        border-radius: 5px;
        margin-bottom: 30px;
        border: 1px solid #CAD4ED;
        background-color: #F1F5FF; }
      #home .form-section form .check span,
      #home .form-section .result .check span {
        color: #003A5D;
        font-size: 15px;
        font-family: 400;
        padding-left: 5px; }
      #home .form-section form .check.input-group input,
      #home .form-section .result .check.input-group input {
        margin: 0; }
      #home .form-section form a.show_form,
      #home .form-section .result a.show_form {
        color: #0080BB;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        margin: 0 0 10px 0;
        display: inline-block;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; }
        #home .form-section form a.show_form i,
        #home .form-section .result a.show_form i {
          display: inline-block;
          font-size: 14px;
          -moz-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg);
          margin-right: 10px;
          top: 3px;
          position: relative; }
        #home .form-section form a.show_form:hover,
        #home .form-section .result a.show_form:hover {
          color: #003A5D; }
      #home .form-section form input[type=submit],
      #home .form-section .result input[type=submit] {
        height: 45px;
        border: none;
        color: #FFFFFF;
        font-size: 18px;
        cursor: pointer;
        font-weight: 500;
        margin-top: 20px;
        padding: 10px 25px;
        border-radius: 20px;
        letter-spacing: 1px;
        text-transform: uppercase;
        background-color: #1ED390;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; }
        #home .form-section form input[type=submit]:hover,
        #home .form-section .result input[type=submit]:hover {
          background-color: #1FB980; }
      #home .form-section form input[type=reset],
      #home .form-section .result input[type=reset] {
        height: 45px;
        font-size: 18px;
        margin-top: 20px;
        padding: 10px 25px;
        border-radius: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; }
      #home .form-section form .response.details input,
      #home .form-section .result .response.details input {
        height: 45px;
        border: 1px solid #d0d4e0;
        font-size: 18px;
        color: #111;
        padding: 10px 25px;
        border-radius: 20px;
        background-color: #f1f5ff;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; }
      #home .form-section form .response.details input[type=submit],
      #home .form-section .result .response.details input[type=submit] {
        border: none;
        color: #FFFFFF;
        cursor: pointer;
        font-weight: 500;
        border-radius: 20px;
        letter-spacing: 1px;
        text-transform: uppercase;
        background-color: #1ED390;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; }
        #home .form-section form .response.details input[type=submit]:hover,
        #home .form-section .result .response.details input[type=submit]:hover {
          background-color: #1FB980; }
      #home .form-section form .response.details p,
      #home .form-section .result .response.details p {
        padding: 5px;
        margin: 0; }
        #home .form-section form .response.details p:nth-child(odd),
        #home .form-section .result .response.details p:nth-child(odd) {
          background-color: #F1F5FF; }
        #home .form-section form .response.details p:nth-child(even),
        #home .form-section .result .response.details p:nth-child(even) {
          background-color: #ffffff; }
      #home .form-section form .response.details span,
      #home .form-section .result .response.details span {
        word-wrap: break-word; }
        #home .form-section form .response.details span.label,
        #home .form-section .result .response.details span.label {
          padding: 0;
          font-size: 15px;
          background: transparent;
          color: #1a77a3;
          text-transform: uppercase;
          font-weight: 500; }
        #home .form-section form .response.details span.result,
        #home .form-section .result .response.details span.result {
          font-size: 15px;
          background: transparent;
          width: auto;
          padding: 0;
          border-radius: 0;
          box-shadow: none; }
          #home .form-section form .response.details span.result a,
          #home .form-section .result .response.details span.result a {
            background: transparent; }
      #home .form-section form legend,
      #home .form-section .result legend {
        padding-top: 1rem;
        margin-bottom: 0; }

#intro-page {
  height: auto;
  width: 100%;
  padding: 80px 0 140px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #0080BB;
  background: linear-gradient(135deg, #0080bb 0%, #469FC7 100%);
  background: -moz-linear-gradient(-45deg, #0080bb 0%, #469FC7 100%);
  background: -webkit-linear-gradient(-45deg, #0080bb 0%, #469FC7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0080bb', endColorstr='#469FC7',GradientType=1 ); }
  #intro-page.short {
    padding: 90px 0; }
  #intro-page::after {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    content: '';
    height: 100%;
    opacity: .08;
    position: absolute;
    background-repeat: repeat;
    background-position: top left;
    background-image: url("../img/pattern.svg"); }
  #intro-page h1 {
    color: #ffffff;
    margin: 0;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 10;
    position: relative; }
  #intro-page h4 {
    margin-bottom: 0;
    word-break: break-all; }
  #intro-page h5 {
    margin: 0;
    z-index: 10;
    font-size: 28px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 300;
    position: relative; }
  #intro-page .white {
    color: #fff; }

#page-content {
  padding: 60px 0; }
  #page-content table thead {
    background-color: #0080BB; }
    #page-content table thead tr th {
      color: #ffffff;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 1px; }
  #page-content table tbody {
    border: none; }
    #page-content table tbody tr {
      color: #404040; }
      #page-content table tbody tr:nth-child(odd) {
        background-color: #F1F5FF; }
      #page-content table tbody tr:nth-child(even) {
        background-color: #ffffff; }
      #page-content table tbody tr a.button {
        margin: 0;
        padding: 10px; }
      #page-content table tbody tr td a {
        background-color: transparent; }
        #page-content table tbody tr td a:hover {
          background-color: transparent; }
        #page-content table tbody tr td a.icon-container {
          background-color: #7296A7; }
          #page-content table tbody tr td a.icon-container:hover {
            background-color: #537788; }
        #page-content table tbody tr td a i {
          font-size: 20px;
          width: 40px;
          height: auto; }
  #page-content h6.table-title {
    color: #3CB4E5;
    font-size: 26px;
    margin: 50px 0;
    display: block;
    font-weight: 500;
    text-transform: uppercase; }

#page-content.about {
  padding-top: 0; }
  #page-content.about .content-intro .head h5 {
    color: #3CB4E5;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500; }
  #page-content.about .content-intro .head p {
    font-size: 30px;
    line-height: 36px;
    margin: 20px 0 35px;
    font-weight: 300;
    color: #535353; }
  #page-content.about .content-intro .head a.button {
    height: 45px;
    display: table-cell;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    margin: 0;
    padding: 10px 25px;
    border-radius: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #1ED390;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    #page-content.about .content-intro .head a.button:hover {
      background-color: #1FB980; }
  #page-content.about .content-intro figure {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    min-height: 530px; }
  #page-content.about #icon-block {
    background-color: #003A5D;
    padding: 50px 0; }
    #page-content.about #icon-block .cell {
      color: #ffffff; }
      #page-content.about #icon-block .cell p {
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        margin: 0; }
      #page-content.about #icon-block .cell i {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100px;
        height: 130px;
        margin-bottom: 25px; }
        #page-content.about #icon-block .cell i.icon-doc {
          background-image: url("../img/document.svg"); }
        #page-content.about #icon-block .cell i.icon-shield {
          background-image: url("../img/shield.svg"); }
        #page-content.about #icon-block .cell i.icon-shield-doc {
          background-image: url("../img/shield-doc.svg"); }
  #page-content.about .content {
    padding-top: 60px;
    position: relative; }
    #page-content.about .content::before {
      content: '';
      position: absolute;
      top: 80px;
      left: 0;
      width: 200px;
      height: 4px;
      background-color: #D8D8D8; }
    #page-content.about .content h3 {
      color: #0080BB;
      font-weight: 500;
      margin-bottom: 30px; }
    #page-content.about .content p {
      font-weight: 300;
      font-size: 20px;
      line-height: 30px;
      color: #535353;
      margin-bottom: 20px; }
    #page-content.about .content a {
      text-decoration: underline;
      color: inherit; }
    #page-content.about .content ul {
      list-style: none;
      margin: 0; }
      #page-content.about .content ul li {
        color: #4caed5;
        margin-bottom: 15px; }
        #page-content.about .content ul li a {
          font-weight: 500;
          font-size: 1.3rem;
          text-decoration: none;
          -webkit-transition: all 250ms ease-in-out;
          -moz-transition: all 250ms ease-in-out;
          -ms-transition: all 250ms ease-in-out;
          -o-transition: all 250ms ease-in-out;
          transition: all 250ms ease-in-out; }
          #page-content.about .content ul li a:hover {
            color: #003a5d; }

#page-content.howitworks {
  padding-top: 0; }
  #page-content.howitworks .content-intro {
    border-bottom: 20px solid #a5daf9; }
    #page-content.howitworks .content-intro figure {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      min-height: 450px; }
  #page-content.howitworks .grid-container.boxes .box_container {
    display: block;
    margin: 0 auto; }
    #page-content.howitworks .grid-container.boxes .box_container .box {
      display: flex; }
      #page-content.howitworks .grid-container.boxes .box_container .box img {
        max-width: 50px;
        width: auto; }
      #page-content.howitworks .grid-container.boxes .box_container .box .description {
        width: 450px; }
        #page-content.howitworks .grid-container.boxes .box_container .box .description h3 {
          color: #44b3de;
          font-weight: 500;
          margin-bottom: 15px; }
        #page-content.howitworks .grid-container.boxes .box_container .box .description p {
          font-weight: 400;
          font-size: 20px;
          line-height: 30px;
          color: #525252;
          margin-bottom: 20px; }
      #page-content.howitworks .grid-container.boxes .box_container .box * {
        margin-top: auto;
        margin-bottom: auto; }
  #page-content.howitworks .grid-container.boxes figure {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    min-height: 380px; }
  #page-content.howitworks .grid-container.boxes:first-child .sx,
  #page-content.howitworks .grid-container.boxes:first-child .dx, #page-content.howitworks .grid-container.boxes:nth-child(2) .sx,
  #page-content.howitworks .grid-container.boxes:nth-child(2) .dx {
    padding-top: 3rem; }
  #page-content.howitworks .grid-container.boxes:first-child figure, #page-content.howitworks .grid-container.boxes:nth-child(2) figure {
    min-height: 380px; }
  #page-content.howitworks .grid-container.boxes:nth-child(3) .sx,
  #page-content.howitworks .grid-container.boxes:nth-child(3) .dx, #page-content.howitworks .grid-container.boxes:nth-child(4) .sx,
  #page-content.howitworks .grid-container.boxes:nth-child(4) .dx, #page-content.howitworks .grid-container.boxes:nth-child(5) .sx,
  #page-content.howitworks .grid-container.boxes:nth-child(5) .dx, #page-content.howitworks .grid-container.boxes:nth-child(6) .sx,
  #page-content.howitworks .grid-container.boxes:nth-child(6) .dx {
    padding-top: 3rem; }
  #page-content.howitworks .grid-container.boxes:nth-child(3) figure, #page-content.howitworks .grid-container.boxes:nth-child(4) figure, #page-content.howitworks .grid-container.boxes:nth-child(5) figure, #page-content.howitworks .grid-container.boxes:nth-child(6) figure {
    min-height: 560px; }
  #page-content.howitworks .grid-container.boxes .dx .description {
    padding: 0 0 0 3rem; }
  #page-content.howitworks .grid-container.boxes .sx .description {
    text-align: right;
    padding: 0 3rem 0 0; }
  #page-content.howitworks .content {
    padding-top: 60px;
    position: relative; }
    #page-content.howitworks .content h3,
    #page-content.howitworks .content h4,
    #page-content.howitworks .content h5,
    #page-content.howitworks .content h6 {
      color: #063859;
      font-weight: 500;
      margin-bottom: 30px; }
    #page-content.howitworks .content p {
      font-weight: 400;
      font-size: 1.4rem;
      color: #535353;
      margin-bottom: 20px; }
    #page-content.howitworks .content a {
      text-decoration: underline; }
    #page-content.howitworks .content .button_bottom {
      color: #FFFFFF;
      font-size: 1rem;
      cursor: pointer;
      font-weight: 500;
      margin: 2rem auto;
      display: block;
      padding: 18px 25px;
      border-radius: 50px;
      letter-spacing: 2px;
      text-transform: uppercase;
      background-color: #1ad18e;
      border: 0;
      text-decoration: none;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -ms-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
      #page-content.howitworks .content .button_bottom a {
        color: inherit;
        font-size: inherit;
        cursor: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        text-transform: uppercase;
        text-decoration: none; }
      #page-content.howitworks .content .button_bottom:hover {
        background: #3CB4E5; }
    #page-content.howitworks .content ul {
      list-style: none;
      margin: 0; }
      #page-content.howitworks .content ul li {
        color: #4caed5; }
        #page-content.howitworks .content ul li a {
          font-weight: 500;
          font-size: 1.5625rem;
          text-decoration: none;
          color: inherit;
          margin-bottom: 20px; }

#page-content {
  padding: 60px 0; }
  #page-content .details form.download_with_psw {
    padding: 1rem 0 3rem 0; }
  #page-content .details input {
    height: 45px;
    border: 1px solid #d0d4e0;
    font-size: 18px;
    color: #111;
    padding: 10px 25px;
    border-radius: 20px;
    background-color: #f1f5ff;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
  #page-content .details input[type=submit] {
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 500;
    border-radius: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #1ED390;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    #page-content .details input[type=submit]:hover {
      background-color: #1FB980; }
  #page-content .details .backgr_result {
    padding: 1rem;
    background-color: #f1f5ff;
    word-wrap: anywhere; }
  #page-content .details table tr td {
    padding: 1.2rem 0; }
    #page-content .details table tr td.head-label {
      background-color: #C3CCE2; }
      #page-content .details table tr td.head-label span.label {
        text-transform: none; }
    #page-content .details table tr td span {
      word-wrap: break-word; }
      #page-content .details table tr td span.label {
        font-size: 18px;
        background: transparent;
        color: #1a77a3;
        text-transform: uppercase;
        font-weight: 500; }
      #page-content .details table tr td span.result {
        font-size: 18px;
        background: transparent; }
        #page-content .details table tr td span.result a {
          background: transparent; }
        #page-content .details table tr td span.result.truncate {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 640px;
          display: block; }
        #page-content .details table tr td span.result ul {
          margin-bottom: 0; }
          #page-content .details table tr td span.result ul li {
            margin-bottom: 15px; }
            #page-content .details table tr td span.result ul li:last-child {
              margin-bottom: 0; }
      #page-content .details table tr td span table tr td {
        padding: 1rem 0; }
  #page-content .details ul {
    list-style: none;
    margin-left: 0; }
    #page-content .details ul.accordion .accordion-item {
      margin-bottom: 20px; }
      #page-content .details ul.accordion .accordion-item:last-child {
        margin-bottom: 0; }
      #page-content .details ul.accordion .accordion-item .accordion-title {
        background-color: #0080ba;
        padding: .7rem 1rem .7rem 0; }
        #page-content .details ul.accordion .accordion-item .accordion-title > .label {
          font-size: 18px;
          background: transparent;
          color: #fff;
          text-transform: uppercase;
          font-weight: 500; }
        #page-content .details ul.accordion .accordion-item .accordion-title:before {
          color: #fff;
          font-size: 2rem;
          top: 35%; }
      #page-content .details ul.accordion .accordion-item .accordion-content {
        border: none;
        padding: 0; }
  #page-content .details .sticky-container {
    position: relative; }

#page-content ul.pagination {
  margin-top: 50px; }
  #page-content ul.pagination li a {
    color: #0080BB;
    font-size: 18px;
    padding: .1875rem .8rem; }
    #page-content ul.pagination li a:hover {
      color: #003A5D;
      background-color: #F1F5FF;
      border-radius: 50px; }
  #page-content ul.pagination li:hover {
    color: #003A5D;
    background-color: #F1F5FF;
    border-radius: 50px; }
  #page-content ul.pagination li.current {
    font-size: 18px;
    color: #003A5D;
    background-color: #F1F5FF;
    border-radius: 50px;
    padding: .1875rem .8rem; }
  #page-content ul.pagination li.ellipsis:hover {
    background-color: transparent; }
  #page-content ul.pagination li.ellipsis::after {
    padding: .1875rem .8rem; }
  #page-content ul.pagination li.pagination-previous, #page-content ul.pagination li.pagination-next {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px; }
    #page-content ul.pagination li.pagination-previous:hover, #page-content ul.pagination li.pagination-next:hover {
      background-color: transparent;
      border-radius: none;
      color: inherit; }
    #page-content ul.pagination li.pagination-previous a, #page-content ul.pagination li.pagination-next a {
      background-color: transparent;
      border-radius: none;
      color: inherit;
      font-size: 16px;
      letter-spacing: 3px; }
      #page-content ul.pagination li.pagination-previous a:hover, #page-content ul.pagination li.pagination-next a:hover {
        background-color: transparent;
        border-radius: none;
        color: inherit; }
  #page-content ul.pagination li.pagination-next a {
    color: #003A5D; }
    #page-content ul.pagination li.pagination-next a::after {
      content: "\e906";
      color: #3CB4E5;
      font-size: 12px;
      font-family: 'bytestamp' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      position: relative;
      right: 0;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -ms-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
    #page-content ul.pagination li.pagination-next a:hover::after {
      right: -15px; }
  #page-content ul.pagination li.pagination-previous a:hover::before {
    left: -15px; }
  #page-content ul.pagination li.pagination-previous a::before {
    content: "\e906";
    color: #3CB4E5;
    font-size: 12px;
    font-family: 'bytestamp' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    left: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
  #page-content ul.pagination li.pagination-previous.disabled:hover {
    color: #cacaca; }
  #page-content ul.pagination li.pagination-previous.disabled::before {
    content: "\e906";
    color: #cacaca;
    font-size: 12px;
    font-family: 'bytestamp' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    left: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
#page-content form.search-timestamp {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  top: -150px;
  margin-bottom: -150px; }
  #page-content form.search-timestamp .margintop {
    margin-top: 20px; }
  #page-content form.search-timestamp i.icon-search {
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #3CB4E5;
    font-size: 42px; }
  #page-content form.search-timestamp h5 {
    margin: 25px 0;
    letter-spacing: 1px;
    color: #0080BB; }
  #page-content form.search-timestamp hr {
    border-bottom: 1px solid #D9D9D9; }
  #page-content form.search-timestamp input[type=text] {
    width: 100%;
    resize: none;
    color: #404040;
    font-size: 16px;
    box-shadow: none;
    text-indent: 0px;
    border-radius: 5px;
    margin: 10px 0 20px 0;
    border: 1px solid #CAD4ED;
    background-color: #F1F5FF; }
  #page-content form.search-timestamp input[type=submit] {
    height: 45px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    margin: 0 10px;
    padding: 10px 25px;
    border-radius: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #1ED390;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    #page-content form.search-timestamp input[type=submit]:hover {
      background-color: #1FB980; }
  #page-content form.search-timestamp input[type=reset] {
    height: 45px;
    font-size: 18px;
    margin: 0 10px;
    padding: 10px 25px;
    border-radius: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
  #page-content form.search-timestamp .search-data-field {
    position: relative; }
    #page-content form.search-timestamp .search-data-field #fromdate {
      border-radius: 5px 0 0 5px; }
    #page-content form.search-timestamp .search-data-field #todate {
      border-radius: 0; }
    #page-content form.search-timestamp .search-data-field .date-search {
      display: inline-block;
      width: 45%;
      cursor: pointer;
      /*
      &:nth-child(2) {
      	margin-left: -7px;
      }
      */ }
    #page-content form.search-timestamp .search-data-field label.label-date-picker {
      position: relative;
      display: inline; }
      #page-content form.search-timestamp .search-data-field label.label-date-picker i {
        position: absolute;
        top: -11px;
        left: -5px;
        font-size: 23px;
        color: #ffffff;
        background: #1ED390;
        height: 39px;
        width: 40px;
        text-align: center;
        padding-top: 6px;
        border-radius: 0px 6px 6px 0; }
  #page-content form.search-timestamp .search-field {
    position: relative; }
  #page-content form.search-timestamp span.area-title {
    color: #0080BB;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
    display: block; }
  #page-content form.search-timestamp .check {
    padding: 1rem 0; }
    #page-content form.search-timestamp .check input {
      width: auto;
      margin: 0; }
    #page-content form.search-timestamp .check span {
      color: #003A5D;
      font-size: 15px;
      font-family: 400;
      padding-left: 5px; }
  #page-content form.search-timestamp .switch.large .switch-paddle {
    width: 10rem; }
  #page-content form.search-timestamp .switch.large .switch-paddle {
    border-radius: 5px; }
  #page-content form.search-timestamp .switch.large input:checked ~ .switch-paddle {
    background: #0080BB; }
    #page-content form.search-timestamp .switch.large input:checked ~ .switch-paddle:after {
      left: 7.75rem; }
  #page-content form.search-timestamp #input-field {
    height: auto;
    float: right;
    margin-bottom: 30px;
    display: block;
    margin: 0;
    width: 100%; }
    #page-content form.search-timestamp #input-field input {
      display: none; }
    #page-content form.search-timestamp #input-field label {
      display: block;
      color: #333333;
      cursor: pointer;
      font-size: 16px;
      padding: 30px 40px;
      position: relative;
      border: 1px solid #CAD4ED;
      background-color: #F1F5FF; }
      #page-content form.search-timestamp #input-field label i {
        top: 0;
        bottom: 0;
        width: 45px;
        height: 45px;
        left: -23px;
        margin: auto;
        color: #ffffff;
        font-size: 20px;
        border-radius: 50%;
        position: absolute;
        background-color: #1ed390;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; }
        #page-content form.search-timestamp #input-field label i:hover {
          background-color: #1FB980; }
        #page-content form.search-timestamp #input-field label i::before {
          top: 13px;
          position: relative;
          text-align: center;
          display: block; }
      #page-content form.search-timestamp #input-field label strong {
        font-weight: 500; }
      #page-content form.search-timestamp #input-field label span {
        display: block;
        color: #969696;
        font-size: 14px;
        font-style: italic; }
#page-content .cell.relative {
  position: relative; }
  #page-content .cell.relative .loading_container:after {
    border-radius: 10px; }
  #page-content .cell.relative table#table-results thead {
    background-color: #0080BB; }
    #page-content .cell.relative table#table-results thead tr th {
      color: #ffffff;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 1px; }
  #page-content .cell.relative table#table-results tbody {
    border: none; }
    #page-content .cell.relative table#table-results tbody tr {
      color: #404040; }
      #page-content .cell.relative table#table-results tbody tr:nth-child(odd) {
        background-color: #F1F5FF; }
      #page-content .cell.relative table#table-results tbody tr:nth-child(even) {
        background-color: #ffffff; }
      #page-content .cell.relative table#table-results tbody tr a.button {
        margin: 0;
        padding: 10px; }
      #page-content .cell.relative table#table-results tbody tr td ul {
        list-style: none;
        margin: 0; }
        #page-content .cell.relative table#table-results tbody tr td ul li span a.wrap-transaction {
          word-break: break-word; }
      #page-content .cell.relative table#table-results tbody tr td a i {
        font-size: 20px;
        width: 40px;
        height: auto; }
      #page-content .cell.relative table#table-results tbody tr td.wrap-hash {
        word-break: break-word; }

#page-content ul.pagination {
  margin-top: 50px; }
  #page-content ul.pagination li a {
    color: #0080BB;
    font-size: 18px;
    padding: .1875rem .8rem; }
    #page-content ul.pagination li a:hover {
      color: #003A5D;
      background-color: #F1F5FF;
      border-radius: 50px; }
  #page-content ul.pagination li:hover {
    color: #003A5D;
    background-color: #F1F5FF;
    border-radius: 50px; }
  #page-content ul.pagination li.current {
    font-size: 18px;
    color: #003A5D;
    background-color: #F1F5FF;
    border-radius: 50px;
    padding: .1875rem .8rem; }
  #page-content ul.pagination li.ellipsis:hover {
    background-color: transparent; }
  #page-content ul.pagination li.ellipsis::after {
    padding: .1875rem .8rem; }
  #page-content ul.pagination li.pagination-previous, #page-content ul.pagination li.pagination-next {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px; }
    #page-content ul.pagination li.pagination-previous:hover, #page-content ul.pagination li.pagination-next:hover {
      background-color: transparent;
      border-radius: none;
      color: inherit; }
    #page-content ul.pagination li.pagination-previous a, #page-content ul.pagination li.pagination-next a {
      background-color: transparent;
      border-radius: none;
      color: inherit;
      font-size: 16px;
      letter-spacing: 3px; }
      #page-content ul.pagination li.pagination-previous a:hover, #page-content ul.pagination li.pagination-next a:hover {
        background-color: transparent;
        border-radius: none;
        color: inherit; }
  #page-content ul.pagination li.pagination-next a {
    color: #003A5D; }
    #page-content ul.pagination li.pagination-next a::after {
      content: "\e906";
      color: #3CB4E5;
      font-size: 12px;
      font-family: 'bytestamp' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      position: relative;
      right: 0;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -ms-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
    #page-content ul.pagination li.pagination-next a:hover::after {
      right: -15px; }
  #page-content ul.pagination li.pagination-previous a:hover::before {
    left: -15px; }
  #page-content ul.pagination li.pagination-previous a::before {
    content: "\e906";
    color: #3CB4E5;
    font-size: 12px;
    font-family: 'bytestamp' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    left: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
  #page-content ul.pagination li.pagination-previous.disabled:hover {
    color: #cacaca; }
  #page-content ul.pagination li.pagination-previous.disabled::before {
    content: "\e906";
    color: #cacaca;
    font-size: 12px;
    font-family: 'bytestamp' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    left: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
#page-content form.form-ownertransfert h5 {
  margin: 25px 0;
  letter-spacing: 1px;
  color: #0080BB;
  word-wrap: anywhere; }
#page-content form.form-ownertransfert input[type=submit] {
  height: 45px;
  border: none;
  color: #FFFFFF;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  margin: 0 10px;
  padding: 10px 25px;
  border-radius: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1ED390;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  #page-content form.form-ownertransfert input[type=submit]:hover {
    background-color: #1FB980; }
#page-content form.form-sign, #page-content form.form-owner {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  top: -150px;
  margin-bottom: -150px; }
  #page-content form.form-sign .margintop, #page-content form.form-owner .margintop {
    margin-top: 20px; }
  #page-content form.form-sign h5, #page-content form.form-owner h5 {
    margin: 25px 0;
    letter-spacing: 1px;
    color: #0080BB;
    word-wrap: anywhere; }
  #page-content form.form-sign hr, #page-content form.form-owner hr {
    border-bottom: 1px solid #D9D9D9; }
  #page-content form.form-sign select, #page-content form.form-owner select {
    margin: 10px 0 20px 0; }
  #page-content form.form-sign input[type=text], #page-content form.form-owner input[type=text] {
    width: 100%;
    resize: none;
    color: #404040;
    font-size: 16px;
    box-shadow: none;
    text-indent: 0px;
    border-radius: 5px;
    margin: 10px 0 20px 0;
    border: 1px solid #CAD4ED;
    background-color: #F1F5FF; }
  #page-content form.form-sign input[type=submit], #page-content form.form-owner input[type=submit] {
    height: 45px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    margin: 0 10px;
    padding: 10px 25px;
    border-radius: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #1ED390;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    #page-content form.form-sign input[type=submit]:hover, #page-content form.form-owner input[type=submit]:hover {
      background-color: #1FB980; }
  #page-content form.form-sign input[type=reset], #page-content form.form-owner input[type=reset] {
    height: 45px;
    font-size: 18px;
    margin: 0 10px;
    padding: 10px 25px;
    border-radius: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
  #page-content form.form-sign .search-data-field, #page-content form.form-owner .search-data-field {
    position: relative; }
    #page-content form.form-sign .search-data-field #fromdate, #page-content form.form-owner .search-data-field #fromdate {
      border-radius: 5px 0 0 5px; }
    #page-content form.form-sign .search-data-field #todate, #page-content form.form-owner .search-data-field #todate {
      border-radius: 0; }
    #page-content form.form-sign .search-data-field .date-search, #page-content form.form-owner .search-data-field .date-search {
      display: inline-block;
      width: 45%;
      cursor: pointer;
      /*
      &:nth-child(2) {
      	margin-left: -7px;
      }
      */ }
    #page-content form.form-sign .search-data-field label.label-date-picker, #page-content form.form-owner .search-data-field label.label-date-picker {
      position: relative;
      display: inline; }
      #page-content form.form-sign .search-data-field label.label-date-picker i, #page-content form.form-owner .search-data-field label.label-date-picker i {
        position: absolute;
        top: -11px;
        left: -5px;
        font-size: 23px;
        color: #ffffff;
        background: #1ED390;
        height: 39px;
        width: 40px;
        text-align: center;
        padding-top: 6px;
        border-radius: 0px 6px 6px 0; }
  #page-content form.form-sign .search-field, #page-content form.form-owner .search-field {
    position: relative; }
  #page-content form.form-sign span.area-title, #page-content form.form-owner span.area-title {
    color: #0080BB;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
    display: block; }
  #page-content form.form-sign .check, #page-content form.form-owner .check {
    padding: 1rem 0; }
    #page-content form.form-sign .check input, #page-content form.form-owner .check input {
      width: auto;
      margin: 0; }
    #page-content form.form-sign .check span, #page-content form.form-owner .check span {
      color: #003A5D;
      font-size: 15px;
      font-family: 400;
      padding-left: 5px; }
  #page-content form.form-sign .switch.large .switch-paddle, #page-content form.form-owner .switch.large .switch-paddle {
    width: 10rem; }
  #page-content form.form-sign .switch.large .switch-paddle, #page-content form.form-owner .switch.large .switch-paddle {
    border-radius: 5px; }
  #page-content form.form-sign .switch.large input:checked ~ .switch-paddle, #page-content form.form-owner .switch.large input:checked ~ .switch-paddle {
    background: #0080BB; }
    #page-content form.form-sign .switch.large input:checked ~ .switch-paddle:after, #page-content form.form-owner .switch.large input:checked ~ .switch-paddle:after {
      left: 7.75rem; }
  #page-content form.form-sign #input-field, #page-content form.form-owner #input-field {
    height: auto;
    float: right;
    margin-bottom: 30px;
    display: block;
    margin: 0;
    width: 100%; }
    #page-content form.form-sign #input-field input, #page-content form.form-owner #input-field input {
      display: none; }
    #page-content form.form-sign #input-field label, #page-content form.form-owner #input-field label {
      display: block;
      color: #333333;
      cursor: pointer;
      font-size: 16px;
      padding: 30px 40px;
      position: relative;
      border: 1px solid #CAD4ED;
      background-color: #F1F5FF; }
      #page-content form.form-sign #input-field label i, #page-content form.form-owner #input-field label i {
        top: 0;
        bottom: 0;
        width: 45px;
        height: 45px;
        left: -23px;
        margin: auto;
        color: #ffffff;
        font-size: 20px;
        border-radius: 50%;
        position: absolute;
        background-color: #1ed390;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; }
        #page-content form.form-sign #input-field label i:hover, #page-content form.form-owner #input-field label i:hover {
          background-color: #1FB980; }
        #page-content form.form-sign #input-field label i::before, #page-content form.form-owner #input-field label i::before {
          top: 13px;
          position: relative;
          text-align: center;
          display: block; }
      #page-content form.form-sign #input-field label strong, #page-content form.form-owner #input-field label strong {
        font-weight: 500; }
      #page-content form.form-sign #input-field label span, #page-content form.form-owner #input-field label span {
        display: block;
        color: #969696;
        font-size: 14px;
        font-style: italic; }
#page-content .cell.relative {
  position: relative; }
  #page-content .cell.relative .loading_container:after {
    border-radius: 10px; }
  #page-content .cell.relative table#table-results thead {
    background-color: #0080BB; }
    #page-content .cell.relative table#table-results thead tr th {
      color: #ffffff;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 1px; }
  #page-content .cell.relative table#table-results tbody {
    border: none; }
    #page-content .cell.relative table#table-results tbody tr {
      color: #404040; }
      #page-content .cell.relative table#table-results tbody tr:nth-child(odd) {
        background-color: #F1F5FF; }
      #page-content .cell.relative table#table-results tbody tr:nth-child(even) {
        background-color: #ffffff; }
      #page-content .cell.relative table#table-results tbody tr a.button {
        margin: 0;
        padding: 10px; }
      #page-content .cell.relative table#table-results tbody tr td ul {
        list-style: none;
        margin: 0; }
        #page-content .cell.relative table#table-results tbody tr td ul li span a.wrap-transaction {
          word-break: break-word; }
      #page-content .cell.relative table#table-results tbody tr td a i {
        font-size: 20px;
        width: 40px;
        height: auto; }
      #page-content .cell.relative table#table-results tbody tr td.wrap-hash {
        word-break: break-word; }

/* COMMON MEDIAQUERIES */
/* - - - - - - - - - - - - - -*/
/* - - ONLY MEDIA QUEIRES - - */
/* - - - - - - - - - - - - - -*/
@media only screen and (min-width: 1000px) and (max-width: 1366px) {
  header a.logo {
    margin: 20px 20px; }
  header nav ul.menu li a {
    font-size: 16px; }
  header nav ul.menu.active li {
    						/*
    						&:first-child {
    							a {
    								color:#003A5D;
    							}
    						}
    
    						&:nth-child(2) {
    							a {
    								color:#003A5D;
    							}
    						}
    						*/ }

  #home .form-section {
    justify-content: flex-end; }
    #home .form-section form,
    #home .form-section .result {
      width: 85%; }
      #home .form-section form h3,
      #home .form-section .result h3 {
        font-size: 23px; }
        #home .form-section form h3 span,
        #home .form-section .result h3 span {
          font-size: 16px; }
      #home .form-section form .area-title,
      #home .form-section .result .area-title {
        font-size: 13px; }
      #home .form-section form #input-field label,
      #home .form-section .result #input-field label {
        font-size: 15px;
        padding: 30px 40px; }
      #home .form-section form .yourtext textarea,
      #home .form-section .result .yourtext textarea {
        height: 75px; }
      #home .form-section form .check span,
      #home .form-section .result .check span {
        font-size: 14px; }
      #home .form-section form input[type=submit],
      #home .form-section form input[type=reset],
      #home .form-section .result input[type=submit],
      #home .form-section .result input[type=reset] {
        height: 40px;
        font-size: 16px; }
  #home .info span {
    font-size: 18px; }
  #home .info h1 {
    font-size: 40px; }
  #home .info h2 {
    font-size: 25px; }
  #home .info button {
    font-size: 18px; }
  #home .info .language a {
    font-size: 14px; } }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .off-canvas {
    height: 483px; }

  .position-top {
    height: 483px; }

  .off-canvas ul.menu {
    margin-top: 100px; }

  header {
    background-color: #F1F5FF; }
    header a.logo {
      margin: 20px;
      height: 60px;
      margin-left: 10px; }

  #home {
    height: 100%; }
    #home .info {
      padding: 140px 40px 40px 40px; }
      #home .info h1 {
        font-size: 38px; }
        #home .info h1::after {
          left: -150px; }
    #home .form-section {
      padding: 90px 0; }
      #home .form-section form,
      #home .form-section .result {
        width: 80%; }
        #home .form-section form .yourfile .input .alert,
        #home .form-section .result .yourfile .input .alert {
          display: block; }

  #page-content form.form-owner input.submit, #page-content form.search-timestamp input.submit {
    margin: 25px auto 0 auto;
    width: auto;
    text-align: center;
    display: block; }
  #page-content form.form-owner .search-data-field .date-search, #page-content form.search-timestamp .search-data-field .date-search {
    width: 47%; }
  #page-content.about .content::before {
    top: 80px;
    width: 80px; }
  #page-content.about .content-intro .head {
    text-align: center;
    padding: 30px 10px; }
    #page-content.about .content-intro .head a.button {
      margin: 0 auto;
      display: inline; }
  #page-content.about #icon-block .cell i {
    width: 110px;
    height: 130px;
    margin-bottom: 20px;
    background-size: contain; }
  #page-content .details form.download_with_psw {
    padding: 1rem 0 2rem 0; }
  #page-content .details #foo {
    margin-bottom: 2rem; }
  #page-content .details table tr td {
    padding: .5rem .625rem .625rem;
    word-break: break-all; }
    #page-content .details table tr td span.label {
      padding: 0;
      font-size: 16px;
      display: contents; }
    #page-content .details table tr td span.result {
      font-size: 16px; }

  footer ul.menu-footer {
    justify-content: flex-end; }
  footer ul.menu.social {
    margin-top: 40px; } }
@media screen and (max-width: 63.9375em) {
  #page-content .details table tr td span.result.truncate {
    width: 400px; } }
@media screen and (max-width: 39.9375em) {
  body .sticky-container header {
    background-color: #ffffff;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    body .sticky-container header a.logo {
      margin: 0 0 0 10px; }
    body .sticky-container header .mobile-menu {
      margin-right: 10px; }
      body .sticky-container header .mobile-menu > span {
        background-color: #3CB4E5; }
    body .sticky-container header.is-stuck {
      background-color: #F1F5FF; }
      body .sticky-container header.is-stuck a.logo {
        margin: 0 0 0 10px; }

  #home {
    height: 100%; }
    #home .info {
      padding: 90px 20px 40px 20px; }
      #home .info span {
        font-size: 16px;
        line-height: 25px;
        padding: 10px 0 0 0; }
      #home .info h1 {
        font-size: 24px;
        line-height: 32px; }
        #home .info h1::after {
          top: 14px;
          left: -141px; }
      #home .info h2 {
        font-size: 20px;
        line-height: 28px; }
      #home .info button {
        font-size: 17px;
        border: 2px solid #329CC7; }
      #home .info .language {
        display: none; }
    #home .form-section {
      padding: 50px 20px 50px 20px; }
      #home .form-section form,
      #home .form-section .result {
        width: 100%;
        position: relative;
        padding: 20px; }
        #home .form-section form .area-title,
        #home .form-section .result .area-title {
          font-size: 13px; }
        #home .form-section form h3,
        #home .form-section .result h3 {
          font-size: 22px;
          text-align: center; }
          #home .form-section form h3 span,
          #home .form-section .result h3 span {
            font-size: 18px;
            line-height: 26px;
            padding-bottom: 15px; }
        #home .form-section form #input-field,
        #home .form-section .result #input-field {
          width: 100%; }
          #home .form-section form #input-field text,
          #home .form-section .result #input-field text {
            display: none; }
          #home .form-section form #input-field strong,
          #home .form-section .result #input-field strong {
            display: block;
            text-align: center; }
          #home .form-section form #input-field label i,
          #home .form-section .result #input-field label i {
            left: 0;
            right: 0;
            top: -23px;
            margin: 0 auto; }
        #home .form-section form .yourfile .area-title,
        #home .form-section .result .yourfile .area-title {
          display: flex;
          padding-bottom: 20px;
          justify-content: center;
          font-size: 12px;
          padding-top: 0px; }
        #home .form-section form .yourfile .input,
        #home .form-section .result .yourfile .input {
          margin: 20px; }
        #home .form-section form .yourfile #input-field .selectfile,
        #home .form-section .result .yourfile #input-field .selectfile {
          left: 45%;
          top: -23px;
          position: absolute;
          display: inline-block; }
        #home .form-section form .yourfile #input-field .alert,
        #home .form-section .result .yourfile #input-field .alert {
          display: block;
          color: #969696;
          font-size: 12px;
          text-align: center;
          font-style: italic; }
        #home .form-section form .yourfile #input-field label strong,
        #home .form-section .result .yourfile #input-field label strong {
          display: flex;
          justify-content: center; }
        #home .form-section form .yourfile #input-field label span,
        #home .form-section .result .yourfile #input-field label span {
          /*display: none;*/
          word-wrap: break-word; }
        #home .form-section form input[type=submit],
        #home .form-section .result input[type=submit] {
          padding: 0;
          width: 100%;
          border-radius: 0px;
          margin: 0; }
        #home .form-section form input[type=reset],
        #home .form-section .result input[type=reset] {
          width: 100%;
          border-radius: 0; }
        #home .form-section form .firstcheck,
        #home .form-section .result .firstcheck {
          margin-left: 20px; }

  .secondcheck {
    margin-left: 20px; }

  #intro-page.short {
    padding: 40px 0; }
  #intro-page .white {
    word-wrap: anywhere;
    display: block; }

  #page-content {
    padding: 30px 0; }
    #page-content.about {
      padding-bottom: 30px; }
      #page-content.about .content {
        padding-top: 30px;
        text-align: center; }
        #page-content.about .content::before {
          display: none; }
        #page-content.about .content h3 {
          margin-bottom: 15px; }
        #page-content.about .content p {
          font-size: initial;
          line-height: inherit; }
      #page-content.about .content-intro .head {
        text-align: center;
        padding: 30px 10px; }
        #page-content.about .content-intro .head p {
          font-size: 20px;
          line-height: 26px; }
        #page-content.about .content-intro .head a.button {
          margin: 0 auto;
          display: flex;
          width: 100%;
          flex-direction: column;
          justify-content: center; }
      #page-content.about .content-intro figure {
        min-height: 240px; }
      #page-content.about #icon-block {
        padding: 30px 0; }
        #page-content.about #icon-block .cell {
          margin-bottom: 25px; }
          #page-content.about #icon-block .cell:last-child {
            margin-bottom: 0; }
          #page-content.about #icon-block .cell i {
            width: 70px;
            height: 80px;
            background-size: contain;
            margin-bottom: 15px; }
    #page-content form.form-owner, #page-content form.search-timestamp {
      padding: 30px 10px 20px 10px;
      width: 100%; }
      #page-content form.form-owner i.icon-search, #page-content form.search-timestamp i.icon-search {
        font-size: 30px; }
      #page-content form.form-owner #input-field, #page-content form.search-timestamp #input-field {
        margin: 20px 0 0 0; }
        #page-content form.form-owner #input-field text, #page-content form.search-timestamp #input-field text {
          display: none; }
        #page-content form.form-owner #input-field strong, #page-content form.search-timestamp #input-field strong {
          display: block;
          text-align: center; }
        #page-content form.form-owner #input-field label i, #page-content form.search-timestamp #input-field label i {
          left: 0;
          right: 0;
          top: -23px;
          margin: 0 auto; }
      #page-content form.form-owner input[type=submit], #page-content form.search-timestamp input[type=submit] {
        border-radius: 0;
        width: 100%;
        margin: 0;
        font-weight: 500; }
      #page-content form.form-owner input[type=reset], #page-content form.search-timestamp input[type=reset] {
        border-radius: 0;
        width: 100%;
        margin: 20px 0 0 0;
        font-weight: 500; }
      #page-content form.form-owner input.submit, #page-content form.search-timestamp input.submit {
        margin: 25px auto 0 auto; }
      #page-content form.form-owner .search-data-field, #page-content form.search-timestamp .search-data-field {
        display: flex;
        justify-content: flex-start; }
        #page-content form.form-owner .search-data-field .date-search, #page-content form.search-timestamp .search-data-field .date-search {
          width: 44%; }
        #page-content form.form-owner .search-data-field label.label-date-picker i, #page-content form.search-timestamp .search-data-field label.label-date-picker i {
          top: 10px; }
      #page-content form.form-owner .check > label, #page-content form.search-timestamp .check > label {
        margin-left: 0; }
    #page-content table tbody tr a.button {
      margin: 0;
      padding: 10px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      #page-content table tbody tr a.button span {
        text-transform: uppercase;
        font-size: 16px;
        padding: 6px 0; }
    #page-content table tbody tr td {
      word-break: break-all; }
      #page-content table tbody tr td.head {
        text-transform: uppercase;
        color: #0080BB;
        font-weight: 500;
        padding: .5rem .625rem 0 .625rem; }
    #page-content.howitworks {
      padding-top: 0;
      padding-bottom: 0; }
      #page-content.howitworks .content-intro {
        border-bottom: 10px solid #a5daf9; }
        #page-content.howitworks .content-intro figure {
          min-height: 150px; }
      #page-content.howitworks .grid-container.boxes .box_container .box {
        display: flex;
        padding: 1rem;
        flex-direction: column;
        text-align: center; }
        #page-content.howitworks .grid-container.boxes .box_container .box .description {
          width: auto;
          padding: 0;
          text-align: center; }
          #page-content.howitworks .grid-container.boxes .box_container .box .description p {
            font-size: 1rem;
            line-height: 25px; }
        #page-content.howitworks .grid-container.boxes .box_container .box img {
          margin: 0 auto 20px auto; }
      #page-content.howitworks .grid-container.boxes:nth-child(2) .dx {
        padding-top: 2rem; }
      #page-content.howitworks .grid-container.boxes:nth-child(2) figure {
        min-height: 250px;
        background-size: cover; }
      #page-content.howitworks .grid-container.boxes:nth-child(3) .sx, #page-content.howitworks .grid-container.boxes:nth-child(4) .sx, #page-content.howitworks .grid-container.boxes:nth-child(5) .sx, #page-content.howitworks .grid-container.boxes:nth-child(6) .sx {
        padding-top: 2rem; }
      #page-content.howitworks .grid-container.boxes:nth-child(3) .dx, #page-content.howitworks .grid-container.boxes:nth-child(4) .dx, #page-content.howitworks .grid-container.boxes:nth-child(5) .dx, #page-content.howitworks .grid-container.boxes:nth-child(6) .dx {
        padding-top: 2rem; }
      #page-content.howitworks .grid-container.boxes:nth-child(3) figure, #page-content.howitworks .grid-container.boxes:nth-child(4) figure, #page-content.howitworks .grid-container.boxes:nth-child(5) figure, #page-content.howitworks .grid-container.boxes:nth-child(6) figure {
        min-height: 250px;
        background-size: cover; }
      #page-content.howitworks .content {
        padding-top: 40px; }
        #page-content.howitworks .content p {
          font-size: 1rem; }
        #page-content.howitworks .content ul li a {
          font-size: 1rem; }
    #page-content .details input[type="submit"] {
      width: 100%;
      border-radius: 0; }
    #page-content .details form.download_with_psw {
      padding: 1rem 0 2rem 0; }
    #page-content .details #foo {
      margin-bottom: 2rem; }
    #page-content .details table tr td {
      padding: .5rem .625rem .625rem; }
      #page-content .details table tr td span.label {
        padding: 0;
        font-size: 16px;
        display: contents; }
      #page-content .details table tr td span.result {
        font-size: 16px; }
      #page-content .details table tr td span.result.truncate {
        width: 160px; }

  #intro-page {
    padding: 60px 0 120px 0; }
    #intro-page h1,
    #intro-page h5 {
      font-size: inherit; }

  footer {
    padding-top: 50px;
    text-align: center; }
    footer .footer-logo {
      background-position: center; }
    footer ul.menu.menu-footer {
      justify-content: center;
      margin: 0 auto;
      display: block; }
      footer ul.menu.menu-footer li a {
        text-align: center;
        display: block;
        margin: 0 auto;
        font-size: 18px; }
    footer ul.menu.social {
      justify-content: center;
      margin: 30px 0; }
    footer .neikos {
      text-align: center;
      margin: 20px 0 0 0; } }
@media screen and (max-width: 330px) {
  #page-content .details table tr td span.result.truncate {
    width: 135px; } }
#foo {
  z-index: 0; }

/*# sourceMappingURL=app.css.map */
