@charset "UTF-8";
/*
Theme Name: IMGR
Version: 1.2
*/
@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800,900&display=swap);
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
/* prettier-ignore */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  font-size: 1em;
}
@media only screen and (max-width: 1680px) {
  :root {
    font-size: 1em;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    font-size: 1em;
  }
}

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

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  /* font-family: "Avenir", "Nunito Sans", sans-serif; */
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  color: #6d6e71;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em;
}

h1 {
  font-size: 2.6rem;
  color: #247088;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.2rem;
  }
}

h2 {
  font-size: 2rem;
  color: #247088;
  font-weight: 400;
}

dl,
ol,
p,
table,
ul {
  margin: 0 0 1.25em;
}

a {
  padding: 0;
  margin: 0;
  color: #6d6e71;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  color: #333333;
  cursor: pointer;
}

:focus {
  outline: none;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

.img-float {
  position: absolute;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .img-float {
    position: relative;
  }
}
.img-float.left {
  left: 0;
}
.img-float.right {
  right: 0;
}

.reperio {
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .reperio {
    width: 100px;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .right {
    float: right;
  }
}

.red {
  color: #ff0000;
}

.bg-blue {
  background-color: #247088;
}

.quote {
  position: relative;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .quote {
    padding: 20px 10px 20px 10px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.btn-demo-movie::before {
  content: url(../images/icon_movie.svg);
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

ul.points, ul.news {
  list-style: none;
  padding: 30px;
  background-color: #247088;
  -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
ul.points li, ul.news li {
  margin-bottom: 1em;
  position: relative;
  color: #ffffff;
  margin-left: 30px;
}
ul.points li::before, ul.news li::before {
  content: "";
  background: #ff0000;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: -25px;
  top: 8px;
}
ul.news {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
ul.news li {
  color: #6d6e71;
}

.rd-separator {
  margin: 0 0 20px 0;
  border: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f3d571), color-stop(25%, #ffffff), color-stop(25.1%, #4ca476), color-stop(50%, #ffffff), color-stop(50.1%, #698bc0), color-stop(75%, #ffffff), color-stop(75.1%, #dd493b));
  background: linear-gradient(to right, #f3d571 25%, #ffffff 25% 25.1%, #4ca476 25.1% 50%, #ffffff 50% 50.1%, #698bc0 50.1% 75%, #ffffff 75% 75.1%, #dd493b 75.1%);
  height: 10px;
}

section {
  position: relative;
  margin-bottom: 30px;
  padding: 30px 0 30px 0;
}

.banner {
  -webkit-box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.5);
}

.img-center {
  margin-left: auto;
  margin-right: auto;
}

.img-boxshadow {
  -webkit-box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.5);
}

.show-more {
  background-color: #247088;
  padding: 10px;
  text-align: center;
  overflow: hidden;
}
.show-more a {
  color: #ffffff;
}
.show-more .product-name {
  font-weight: 600;
}

.page-container {
  position: relative;
  margin: 0 auto;
  min-height: 80vh;
  width: 100%;
}
.page-container .content {
  min-height: calc(100vh - 100px - 200px);
}
.page-container .container {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}
@media only screen and (max-width: 1024px) {
  .page-container .container {
    width: 90%;
  }
}
.page-container .container.inner-container {
  margin: 20px auto;
}
.page-container .header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99999;
  margin: 0;
  padding: 20px 0 20px 0;
  background-color: #ffffff;
  border-bottom: 7px solid #247088;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-container .header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-container .header .logo {
  width: 12%;
  background-color: #ffffff;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
}
@media only screen and (max-width: 1024px) {
  .page-container .header .logo {
    width: 20%;
  }
}
.page-container .header .logo img {
  width: 100%;
}
.page-container .header.smaller {
  padding: 10px 0 10px 0;
}
.page-container .header.smaller .logo {
  width: 10%;
}
@media only screen and (max-width: 1024px) {
  .page-container .header.smaller .logo {
    width: 20%;
  }
}
.page-container .header .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: center;
      align-self: center;
  /* -webkit-overflow-scrolling: touch; */
}
@media only screen and (max-width: 1024px) {
  .page-container .header .nav-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff;
  }
}

.mobile-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

q {
  quotes: "“" "”" "‘" "’";
  display: block;
  float: left;
  margin: 2em;
  position: relative;
}
q:before, q:after {
  font-family: "Times New Roman", Times, serif;
  font-size: 4em;
  position: absolute;
}
q:before {
  content: "“";
  left: -0.5em;
  top: -0.3em;
  color: #ff0000;
}
q:after {
  content: "”";
  color: #ff0000;
  bottom: -0.8em;
}

footer {
  margin: 0 0 30px 0;
  padding-top: 24px;
  width: 100%;
}
footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  footer .footer-menu .footer-logo {
    width: 10%;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-menu .footer-logo {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer-menu .footer-logo img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-menu .footer-logo img {
    width: 25%;
    margin: 0 auto;
  }
}
footer .footer-menu .nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  footer .footer-menu .nav {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
footer .footer-menu .nav li {
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  footer .footer-menu .nav li {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-menu .nav li {
    font-size: 1rem;
    padding: 5px;
  }
}
footer .footer-menu .nav li a {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  footer .footer-menu .nav li a {
    font-size: 1rem;
    padding: 5px;
  }
}
footer .footer-menu .nav li a.menu-link {
  color: #b3b3b3;
}
footer .footer-menu .nav li a.menu-link:hover {
  color: #b3b3b3;
  font-weight: var(--bold);
}
footer [aria-current] {
  color: #b3b3b3 !important;
  font-weight: 700;
}
footer .footer-top {
  background-color: #666666;
  padding: 30px 0 30px 0;
  color: #b3b3b3;
}
footer .footer-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  footer .footer-top .container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
}
@media only screen and (max-width: 1024px) {
  footer .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .copyright .text::before {
  content: url(../images/logo_footer.png);
  zoom: 50%;
}
footer .copyright .text .separator {
  margin: 0 5px;
}
footer .nav-wrapper {
  margin: 0;
}
footer .nav-wrapper ul.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  footer .nav-wrapper ul.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer .nav-wrapper ul.footer-nav li {
  margin: 0;
}
footer .nav-wrapper ul.footer-nav li::before {
  content: "|";
  color: #ff0000;
  margin: 0 5px 0 5px;
}
footer .nav-wrapper ul.footer-nav li a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.nav {
  --bold: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  ul.nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
ul.nav .menu-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  -webkit-transition: font-weight 0.4s ease;
  transition: font-weight 0.4s ease;
}
@media only screen and (max-width: 1024px) {
  ul.nav .menu-link {
    color: #247088;
  }
}
ul.nav .menu-link::after {
  content: attr(data-text);
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  font-weight: var(--bold);
}
ul.nav .menu-link:hover {
  color: #247088;
  font-weight: var(--bold);
}
ul.nav li {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  padding: 10px;
}
@media only screen and (max-width: 1024px) {
  ul.nav li {
    text-align: center;
    font-size: 1.8rem;
  }
}
ul.nav li a {
  display: block;
  padding: 5px 15px 5px 15px;
  width: 100%;
}
ul.nav li [aria-current] {
  color: #247088;
  font-weight: var(--bold);
}
ul.nav li:hover ul {
  display: block;
}
ul.nav li ul {
  margin: 0;
  padding: 5px;
  display: none;
  position: absolute;
  margin-left: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.11);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.11);
}
@media only screen and (max-width: 1024px) {
  ul.nav li ul {
    display: block;
    position: relative;
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
ul.nav li ul li {
  display: block;
  padding: 5px 0 5px 0;
  font-size: 0.9rem;
}
@media only screen and (max-width: 1024px) {
  ul.nav li ul li {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  ul.nav li ul li a {
    padding: 0;
    font-size: 1.2rem;
  }
}
ul.nav li ul li .menu-link {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  ul.nav li ul li .menu-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #6d6e71;
    font-weight: normal;
  }
}
ul.nav-social {
  margin-left: 20px;
  --bold: 700;
}
@media only screen and (max-width: 1024px) {
  ul.nav-social {
    position: absolute;
    visibility: visible;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 30px;
  }
}
ul.nav-social .has-sub-nav a {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
ul.nav-social .has-sub-nav:hover .sub-menu, ul.nav-social .has-sub-nav.active .sub-menu {
  display: block;
}
ul.nav-social .sub-menu {
  display: none;
  list-style: none;
  top: 50px;
}
@media screen and (min-width: 640px) {
  ul.nav-social .sub-menu {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.11);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.11);
  }
}
ul.nav-social .sub-menu a {
  width: 100%;
  border: none;
  text-indent: 0;
}
ul.nav-social .sub-menu a:hover {
  color: #247088;
  font-weight: var(--bold);
}
ul.nav-social .sub-menu li {
  width: 100%;
  min-width: 100px;
  height: auto;
  padding: 10px;
  font-size: 0.9rem;
}
ul.nav-social .icon-login {
  background-image: url("../images/icon_login_rndready.svg");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
ul.nav-social .icon-launchpad {
  background-image: url("../images/icon_launchpad.svg");
  background-repeat: no-repeat;
  width: 60px;
  height: 70px;
}

.nav-toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 40px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 110;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .nav-toggle {
    display: block;
  }
}
.nav-toggle.is-clicked span {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.nav-toggle.is-clicked span::before, .nav-toggle.is-clicked span::after {
  background-color: #000000;
}
.nav-toggle.is-clicked span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.nav-toggle.is-clicked span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.nav-toggle:hover, .nav-toggle:focus {
  color: #ffffff;
}
.nav-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #000000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.nav-toggle span::before, .nav-toggle span::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.nav-toggle span::before {
  top: -7px;
}
.nav-toggle span::after {
  bottom: -7px;
}

.is-menu-open .page-container .nav-wrapper {
  left: 0;
}

.banner-hero {
  background: url(../images/bg_hero.png) no-repeat center center;
  background-size: 100%;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
}
.banner-hero .text {
  font-size: 2rem;
  font-style: italic;
  color: #ffffff;
}

.home-signmeup {
  position: relative;
}
.home-signmeup .img-float {
  position: absolute;
  width: 250px;
  right: 0;
  bottom: -20%;
  z-index: 99;
}
.home-signmeup .points {
  width: 70%;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .home-signmeup .points {
    width: 100%;
  }
}
.home-signmeup .intro {
  font-size: 1.2rem;
  line-height: 2;
}

.home-products {
  position: relative;
  background-color: #247088;
}
.home-products .img-float {
  position: absolute;
  width: 350px;
  left: -280px;
  bottom: -100px;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .home-products .img-float {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
.home-products h1 {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.2rem;
}
.home-products .info-table {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .home-products .info-table {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .home-products .info-table {
    width: 90%;
  }
}
.home-products .info-table .info-col {
  position: relative;
  width: 30%;
  padding: 20px;
  line-height: 1.6;
  text-align: center;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1024px) {
  .home-products .info-table .info-col {
    width: 100%;
    margin-bottom: 40px;
  }
}
.home-products .info-table .info-col h2 {
  font-size: 1.2rem;
  color: #247088;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.home-products .info-table .info-col .number {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 50px;
  height: 50px;
  border: 3px solid red;
  border-radius: 50%;
  font-size: 1.8rem;
  color: #247088;
  font-weight: 900;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-products .info-table .info-col .intro {
  height: 270px;
}
@media only screen and (max-width: 1024px) {
  .home-products .info-table .info-col .intro {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .home-products .info-table .info-col .intro {
    height: auto;
  }
}
.home-products .info-table .info-col .bottom {
  bottom: 20px;
}

.home-hypothesisbuilder {
  position: relative;
}
.home-hypothesisbuilder .img-float {
  position: absolute;
  width: 300px;
  left: 50%;
  bottom: -70px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home-hypothesisbuilder h2 {
  display: block;
  color: #247088;
  margin-bottom: 20px;
}
.home-hypothesisbuilder h2 span {
  color: red;
}
.home-hypothesisbuilder h2 strong {
  font-weight: 900;
}

.home-logbook {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home-logbook {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-logbook .wp-block-media-text__content {
    padding: 0;
    margin: 20px 0 0;
  }
}
.home-logbook h2 {
  display: block;
  color: #247088;
  margin-bottom: 20px;
}
.home-logbook h2 span {
  color: red;
}
.home-logbook h2 strong {
  font-weight: 900;
}
.home-logbook ul li {
  margin-bottom: 1em;
  position: relative;
  color: #636363;
  margin-left: 30px;
  margin-bottom: 10px;
}
.home-logbook ul li::before {
  content: "";
  background: #247088;
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  left: -25px;
  top: 8px;
}
.home-logbook img {
  border-radius: 10px;
}

.show-more {
  color: #ffffff;
}

.home-newknowledgebuilder {
  position: relative;
}
.home-newknowledgebuilder .img-float {
  position: absolute;
  width: 300px;
  left: 50%;
  bottom: -70px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home-newknowledgebuilder h1 {
  display: block;
  color: #247088;
  margin-bottom: 20px;
}
.home-newknowledgebuilder h1 span {
  color: red;
}
.home-newknowledgebuilder h1 strong {
  font-weight: 900;
}

.home-info .logo {
  width: 50%;
  margin: 0 auto;
  padding: 0 0 10px 0;
}
.home-info h2 {
  font-size: 1.5rem;
  color: #247088;
  font-weight: 400;
  text-align: center;
}
.home-info .info-table {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.home-info .info-table .info-col {
  position: relative;
  width: 50%;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.5);
  margin: 1%;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}
@media only screen and (max-width: 1024px) {
  .home-info .info-table .info-col {
    width: 100%;
    margin-bottom: 20px;
  }
}
.home-info .info-table .info-col.signmeup .text {
  line-height: 2;
}
.home-info .info-table .info-col .text {
  margin: 10px 0 10px 0;
}
.home-info .info-table .info-col .small-text {
  margin-top: 10px;
  font-size: 0.8rem;
  font-style: italic;
}
.home-info .info-table .bottom {
  position: absolute;
  bottom: 20px;
}
.home-info .info-img {
  width: 50%;
  padding: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (max-width: 1024px) {
  .home-info .info-img {
    width: 100%;
  }
}
.home-info .info-img h2 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.3;
  font-style: italic;
}
.home-info ul.news {
  margin-top: 0;
  padding-top: 0;
}
.home-info ul.news li {
  color: #6d6e71;
  text-align: left;
}

.wp-block-media-text__content,
.wp-block-media-text__media {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.are-you-ready {
  background-image: url("../images/bg_are_you_rndready.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .are-you-ready {
    padding: 200px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .are-you-ready h2 {
    font-size: 1.8rem;
  }
}
.are-you-ready ul.points {
  list-style: none;
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .are-you-ready ul.points {
    padding: 10px;
  }
}
.are-you-ready ul.points li {
  margin-bottom: 1em;
  position: relative;
  color: #636363;
  margin-left: 30px;
}
.are-you-ready ul.points li::before {
  content: "";
  background: #247088;
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  left: -25px;
  top: 8px;
}

.page-pricing h2 {
  margin: 0 auto 0 !important;
}
.page-pricing .pricing-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.5);
  width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-pricing .pricing-container {
    width: auto;
  }
}
.page-pricing .pricing-container::after {
  content: "";
  background-image: url(../images/reperioA.png);
  background-size: cover; /* or contain, or specify a width and height */
  position: absolute;
  right: -250px;
  bottom: -100px;
  width: 200px; /* This is the width of the generated content box */
  height: 250px; /* This is the height of the generated content box */
}
@media only screen and (max-width: 767px) {
  .page-pricing .pricing-container::after {
    display: none;
  }
}
.page-pricing .pricing-container .name {
  font-size: 1.2rem;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  background-color: #247089;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.page-pricing .pricing-container .pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .page-pricing .pricing-container .pricing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-pricing .pricing-container .pricing .option {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  margin: 10px;
  text-align: center;
}
.page-pricing .pricing-container .title {
  padding: 5px;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #247089;
}
.page-pricing .pricing-container .desc {
  margin-top: 1rem;
}
.page-pricing .pricing-container .price {
  margin-top: 10px;
  border-radius: 50%;
  background-color: #247089;
  color: #ffffff;
  line-height: 1;
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.page-pricing .pricing-container .price span {
  font-size: 2.4rem;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.page-pricing .pricing-container .price p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.page-pricing .feature-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  margin: 0 auto;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .page-pricing .feature-container {
    width: 90%;
  }
}
.page-pricing .feature-container .feature-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.page-pricing .feature-container .feature-cell {
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.page-pricing .feature-container .feature-cell:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #247088;
  background-color: #f2f2f2;
}
.page-pricing .feature-container .feature-cell:nth-child(2) {
  width: 40px;
  background-color: #247088;
  border-radius: 6px;
}
.page-pricing .feature-container .tickgreen {
  content: url("../images/tick_green.svg");
  width: 80%;
  background-color: #247088;
}

.hypothesisbuilder {
  text-align: center;
}
.hypothesisbuilder .img-float {
  bottom: -10px;
}
@media only screen and (max-width: 767px) {
  .hypothesisbuilder .quote {
    width: 80%;
    text-align: left;
    margin: 0;
  }
}
.hypothesisbuilder .test1 {
  background-color: olive;
}

.page-logbook {
  text-align: center;
}
.page-logbook .container .img-float {
  width: 300px;
  bottom: -10px;
}
.page-logbook .wp-block-media-text__content {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .page-logbook .wp-block-media-text__content {
    padding: 0;
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-logbook h2 {
    font-size: 1.8rem;
  }
}
.page-logbook img {
  border-radius: 10px;
}

.newknowledgebuilder {
  text-align: center;
}
.newknowledgebuilder .container .img-float {
  width: 200px;
  bottom: -10px;
}

.howitworks .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.howitworks .container .quote {
  position: relative;
  width: 70%;
}
.howitworks .container .img_box__0 {
  width: 30%;
}
.howitworks .container .img_box__0 img {
  width: 100%;
}
.howitworks .container .img_box__1 {
  width: 30%;
}
.howitworks .container .img_box__2 {
  width: 60%;
}
.howitworks .container .img_box__3 {
  width: 40%;
}
.howitworks .container .txt_box__1 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}
.howitworks .container .txt_box__2 {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}
.howitworks .container .txt_box__3 {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}

.news-container {
  display: grid;
  width: 100%;
  padding: 0 30px;
  grid-gap: 30px;
  row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1024px) {
  .news-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .news-container {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    padding: 0;
  }
}
.news-container .news-loop {
  background-color: #f3f4f4;
}
.news-container .news-loop .news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .news-container .news-loop .news-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.news-container .news-loop .news-inner .news-thumb {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .news-container .news-loop .news-inner .news-thumb {
    width: 40%;
  }
}
.news-container .news-loop .news-inner .news-thumb img {
  display: block;
  width: 100%;
}
.news-container .news-loop .news-inner .news-details {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px;
  height: 200px;
  min-height: 200px;
}
@media only screen and (max-width: 1680px) {
  .news-container .news-loop .news-inner .news-details {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .news-container .news-loop .news-inner .news-details {
    width: 60%;
    height: auto;
  }
}
.news-container .news-loop .news-inner h2.news-title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  color: #247088;
}
.news-container .news-loop .news-inner h2.news-title a {
  line-height: 1;
  text-decoration: none;
}
.news-container .news-loop .news-inner .news-date {
  line-height: 1.2;
}
.news-container .news-loop .news-inner .news-time {
  margin-bottom: 20px;
}
.news-container .news-loop .news-inner .link-read-more {
  position: absolute;
  bottom: 10px;
}
.news-container .news-loop .news-inner .link-read-more a {
  color: #247088;
}

.page-terms .content ul,
.page-privacy .content ul {
  margin: 0 0 20px 20px;
  padding: 0;
}
.page-terms .content ul li,
.page-privacy .content ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.page-terms h2,
.page-privacy h2 {
  margin-top: 50px;
}
.page-terms ol.lr,
.page-privacy ol.lr {
  counter-reset: list;
  margin: 0 0 1em 0;
}
.page-terms ol.lr > li,
.page-privacy ol.lr > li {
  list-style: none;
  position: relative;
  margin: 0 0 0 1.3em;
}
.page-terms ol.lr > li:before,
.page-privacy ol.lr > li:before {
  counter-increment: list;
  content: "(" counter(list, lower-roman) ") ";
  position: absolute;
  left: -1.4em;
}

.banner_wrap {
  font-family: "Nunito Sans";
  position: relative;
  width: 100%;
  height: auto;
  background: url("../images/bg.png") no-repeat center center;
  background-size: cover;
  padding: 30px 0 30px 0;
}
.banner_wrap h2 {
  margin: 0 auto;
  padding: 0 0 20px 0;
  text-align: center;
  font-family: "Nunito Sans";
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1;
  letter-spacing: 0.5rem;
}
@media only screen and (max-width: 800px) {
  .banner_wrap h2 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
@media only screen and (max-width: 600px) {
  .banner_wrap h2 {
    font-size: 1.4rem;
  }
}
.banner_wrap .buttons {
  text-align: center;
}
.banner_wrap .buttons .sign-me-up {
  display: inline;
  background: #247088;
  border: 1px solid #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 10px 30px;
  margin: 20px auto;
  outline: none;
  width: 50%;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .banner_wrap .buttons .sign-me-up {
    display: block;
    width: 80%;
    padding: 10px 20px;
    font-size: 1rem;
  }
}
.banner_wrap .buttons .sign-me-up:hover {
  background: #29819c radial-gradient(circle, transparent 1%, #29819c 1%) center/15000%;
}
.banner_wrap .buttons .sign-me-up:visited {
  color: #ffffff;
}
.banner_wrap .line {
  stroke: #fff;
  stroke-width: 2;
}
.banner_wrap a rect {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  /* Add smooth transition effect */
}
@media only screen and (max-width: 600px) {
  .banner_wrap g rect {
    width: 300px;
  }
}
.banner_wrap a rect:hover {
  fill: #ff00d4;
  /* Change the fill color on hover */
}
.banner_wrap a text:hover {
  fill: orange;
}
@media only screen and (max-width: 600px) {
  .banner_wrap g text {
    font-size: 2rem;
  }
}
.banner_wrap .btn-products {
  width: 50%;
  height: 15%;
  border-radius: 7.5%;
}
.banner_wrap button {
  background: #247088;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: #fff;
  cursor: pointer;
  padding: 10px 30px;
  letter-spacing: 0.05em;
  outline: none;
}
.banner_wrap button:hover {
  animation-name: gradient;
  -webkit-animation-name: gradient;
  animation-duration: 2s;
  -webkit-animation-duration: s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100%;
  }
}
.banner_wrap #knowledge-builder-link {
  position: relative;
}
.banner_wrap .description {
  pointer-events: none;
  position: absolute;
  font-size: 18px;
  text-align: center;
  background: white;
  padding: 10px 15px;
  z-index: 5;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  color: #21669e;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 20px 0 #000;
          box-shadow: 0 2px 20px 0 #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.banner_wrap .description.active {
  display: block;
}
.banner_wrap .description:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

.is-style-btn-normal {
  background-color: #247088;
  border-radius: 8px !important;
  border: 1px solid #ffffff;
  padding: 0;
  -webkit-box-shadow: -2px 3px 8px 1px rgba(0, 0, 0, 0.3);
          box-shadow: -2px 3px 8px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 600px) {
  .is-style-btn-normal {
    width: 80%;
    font-size: 1rem;
  }
}
.is-style-btn-normal .wp-block-button__link {
  font-size: 1.2rem;
  color: #ffffff;
  background-color: transparent;
  padding: 10px 30px;
}
@media only screen and (max-width: 600px) {
  .is-style-btn-normal .wp-block-button__link {
    width: 100%;
    font-size: 1rem;
  }
}
.is-style-btn-normal .wp-block-button__link:hover {
  background: #29819c radial-gradient(circle, transparent 1%, #29819c 1%) center/15000%;
  border-radius: 8px !important;
}

.is-style-btn-movie {
  background-color: #247088;
  border-radius: 5px !important;
  border: 1px solid #ffffff;
  padding: 0;
  -webkit-box-shadow: -2px 3px 8px 1px rgba(0, 0, 0, 0.3);
          box-shadow: -2px 3px 8px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.is-style-btn-movie .wp-block-button__link {
  font-size: 1rem;
  color: #ffffff;
  background-color: transparent;
}
.is-style-btn-movie .wp-block-button__link::before {
  content: url(../images/icon_movie.svg);
  display: inline-block;
  width: 15px;
  margin-right: 10px;
}