@font-face { font-family: Poppins; src: url("./../assets/fonts/Poppins/Poppins-Light.ttf"); font-weight: 300; font-style: normal; }

@font-face { font-family: Poppins; src: url("./../assets/fonts/Poppins/Poppins-Regular.ttf"); font-weight: normal; font-style: normal; }

@font-face { font-family: Poppins; src: url("./../assets/fonts/Poppins/Poppins-Regular.ttf"); font-weight: 400; font-style: normal; }

@font-face { font-family: Poppins; src: url("./../assets/fonts/Poppins/Poppins-Medium.ttf"); font-weight: 500; font-style: normal; }

@font-face { font-family: Poppins; src: url("./../assets/fonts/Poppins/Poppins-SemiBold.ttf"); font-weight: 600; font-style: normal; }

@font-face { font-family: Poppins; src: url("./../assets/fonts/Poppins/Poppins-Bold.ttf"); font-weight: 700; font-style: normal; }

@font-face { font-family: Poppins; src: url("./../assets/fonts/Poppins/Poppins-Bold.ttf"); font-weight: bold; font-style: normal; }

@font-face { font-family: Poppins; src: url("./../assets/fonts/Poppins/Poppins-Italic.ttf"); font-weight: normal; font-style: italic; }

/** Reset some basic elements */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; }

/** Basic styling */
body { font: 400 14px Poppins, sans-serif; color: #212121; background-color: #FBFCFD; display: flex; min-height: 100vh; flex-direction: column; }

/** Set `margin-bottom` to maintain vertical rhythm */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 15px; }

/** `main` element */
main { display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */ }

/** Images */
img { max-width: 100%; vertical-align: middle; }

/** Figures */
figure > img { display: block; }

figcaption { font-size: 12.25px; }

/** Lists */
ul, ol { margin-left: 30px; }

li > ul, li > ol { margin-bottom: 0; }

/** Headings */
h1, h2, h3, h4, h5, h6 { font-weight: 500; }

/** Links */
a { color: #0059A3; text-decoration: none; }

a.post-link:visited { color: #0a6ebd; }

a:hover { color: #212121; }

.social-media-list a:hover { text-decoration: none; }

.social-media-list a:hover .username { text-decoration: underline; }

/** Blockquotes */
blockquote { font-size: 14px; line-height: 1.5; color: #707070; border-left: 1px solid #CCCCCC; padding-left: 15px; }

blockquote > :last-child { margin-bottom: 0; }

/** Code formatting */
pre, code { font-size: 13.125px; border: 1px solid #CCCCCC; border-radius: 3px; background-color: #EEEEFF; }

code { padding: 1px 5px; }

pre { padding: 8px 12px; overflow-x: auto; }

pre > code { border: 0; padding-right: 0; padding-left: 0; }

/** Wrapper */
.wrapper { max-width: -webkit-calc(800px - (30px * 2)); max-width: calc(800px - (30px * 2)); margin-right: auto; margin-left: auto; padding: 30px; }

@media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(800px - (30px)); max-width: calc(800px - (30px)); padding-right: 15px; padding-left: 15px; } }

/** Clearfix */
.wrapper:after, .footer-col-wrapper:after { content: ""; display: table; clear: both; }

/** Icons */
.svg-icon { width: 16px; height: 16px; display: inline-block; fill: #ADADAD; padding-right: 5px; padding-top: 2px; vertical-align: text-top; box-sizing: content-box; }

.social-media-list li + li { padding-top: 5px; }

/** Tables */
table { margin-bottom: 30px; width: 100%; text-align: left; color: #4f4f4f; border-collapse: collapse; border: 1px solid #CCCCCC; }

table tr:nth-child(even) { background-color: #dbdbdb; }

table th, table td { padding: 10px 15px; }

table th { background-color: #d4d4d4; border: 1px solid #c2c2c2; border-bottom-color: #adadad; }

table td { border: 1px solid #CCCCCC; }

/** Site header */
.site-header { margin-top: 25px; min-height: 55.95px; position: relative; }

.site-title { font-size: 22.75px; font-weight: 300; line-height: 47.25px; letter-spacing: -1px; margin-bottom: 0; float: left; }

.site-title, .site-title:visited { color: #6d6d6d; }

.page-link:hover { color: #0069C0; }

.button-2.page-link:hover { color: #FFFFFF; text-decoration: none; }

/** Site footer */
.site-footer { border-top: 1px solid #CCCCCC; padding: 30px 0; }

.footer-heading { font-size: 15.75px; margin-bottom: 15px; }

.contact-list, .social-media-list { list-style: none; margin-left: 0; }

.footer-col-wrapper { color: #ADADAD; margin-left: -15px; }

.footer-col { float: left; margin-bottom: 15px; padding-left: 15px; }

.footer-col-1 { width: -webkit-calc(35% - (30px / 2)); width: calc(35% - (30px / 2)); }

.footer-col-2 { width: -webkit-calc(20% - (30px / 2)); width: calc(20% - (30px / 2)); }

.footer-col-3 { width: -webkit-calc(45% - (30px / 2)); width: calc(45% - (30px / 2)); }

@media screen and (max-width: 800px) { .footer-col-1, .footer-col-2 { width: -webkit-calc(50% - (30px / 2)); width: calc(50% - (30px / 2)); }
  .footer-col-3 { width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } }

@media screen and (max-width: 600px) { .footer-col { float: none; width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } }

/** Page content */
.page-content { flex: 1; margin-top: 100px; }

.page-heading { font-size: 35px; font-weight: bold; }

.post-list-heading { font-size: 24.5px; }

.post-list { margin-left: 0; list-style: none; }

.post-list > li { margin-bottom: 50px; }

.post-meta { color: #767676; }

.post-link { display: block; font-size: 21px; }

/** Posts */
.post-header { margin-bottom: 30px; }

.post-title { font-size: 36.75px; letter-spacing: -1px; line-height: 1; }

@media screen and (max-width: 800px) { .post-title { font-size: 31.5px; } }

.post-content { margin-bottom: 30px; }

.post-content h2 { font-size: 28px; }

@media screen and (max-width: 800px) { .post-content h2 { font-size: 24.5px; } }

.post-content h3 { font-size: 22.75px; }

@media screen and (max-width: 800px) { .post-content h3 { font-size: 19.25px; } }

.post-content h4 { font-size: 17.5px; }

@media screen and (max-width: 800px) { .post-content h4 { font-size: 15.75px; } }

/** Syntax highlighting styles */
.highlight { background: #fff; }

.highlighter-rouge .highlight { background: #eef; }

.highlight .c { color: #998; font-style: italic; }

.highlight .err { color: #a61717; background-color: #e3d2d2; }

.highlight .k { font-weight: bold; }

.highlight .o { font-weight: bold; }

.highlight .cm { color: #998; font-style: italic; }

.highlight .cp { color: #999; font-weight: bold; }

.highlight .c1 { color: #998; font-style: italic; }

.highlight .cs { color: #999; font-weight: bold; font-style: italic; }

.highlight .gd { color: #000; background-color: #fdd; }

.highlight .gd .x { color: #000; background-color: #faa; }

.highlight .ge { font-style: italic; }

.highlight .gr { color: #a00; }

.highlight .gh { color: #999; }

.highlight .gi { color: #000; background-color: #dfd; }

.highlight .gi .x { color: #000; background-color: #afa; }

.highlight .go { color: #888; }

.highlight .gp { color: #555; }

.highlight .gs { font-weight: bold; }

.highlight .gu { color: #aaa; }

.highlight .gt { color: #a00; }

.highlight .kc { font-weight: bold; }

.highlight .kd { font-weight: bold; }

.highlight .kp { font-weight: bold; }

.highlight .kr { font-weight: bold; }

.highlight .kt { color: #458; font-weight: bold; }

.highlight .m { color: #099; }

.highlight .s { color: #d14; }

.highlight .na { color: #008080; }

.highlight .nb { color: #0086B3; }

.highlight .nc { color: #458; font-weight: bold; }

.highlight .no { color: #008080; }

.highlight .ni { color: #800080; }

.highlight .ne { color: #900; font-weight: bold; }

.highlight .nf { color: #900; font-weight: bold; }

.highlight .nn { color: #555; }

.highlight .nt { color: #000080; }

.highlight .nv { color: #008080; }

.highlight .ow { font-weight: bold; }

.highlight .w { color: #bbb; }

.highlight .mf { color: #099; }

.highlight .mh { color: #099; }

.highlight .mi { color: #099; }

.highlight .mo { color: #099; }

.highlight .sb { color: #d14; }

.highlight .sc { color: #d14; }

.highlight .sd { color: #d14; }

.highlight .s2 { color: #d14; }

.highlight .se { color: #d14; }

.highlight .sh { color: #d14; }

.highlight .si { color: #d14; }

.highlight .sx { color: #d14; }

.highlight .sr { color: #009926; }

.highlight .s1 { color: #d14; }

.highlight .ss { color: #990073; }

.highlight .bp { color: #999; }

.highlight .vc { color: #008080; }

.highlight .vg { color: #008080; }

.highlight .vi { color: #008080; }

.highlight .il { color: #099; }

/* ========================================================================== normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css ========================================================================== */
html { font-family: Poppins, sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body { margin: 0; }

article, footer, header, main { display: block; }

[hidden] { display: none; }

a { background-color: transparent; }

a:active, a:hover { outline: 0; }

b, strong { font-weight: bold; }

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

img { border: 0; }

input { color: inherit; font: inherit; margin: 0; }

html input[disabled] { cursor: default; }

.separator { background-color: #CCCCCC; height: 20px; margin: 0 14px; width: 1px; }

.contact-email { margin-top: 4px; margin-bottom: 50px; }

.product-wrapper.second-product-wrapper { background-color: #2196F3; }

.link { text-decoration: underline; }

.rotating-word-animation { display: block; font-size: 28px; }

.rotating-word-animation span { animation: topToBottom 9s linear infinite 0s; -ms-animation: topToBottom 9s linear infinite 0s; -webkit-animation: topToBottom 9s linear infinite 0s; opacity: 0; position: absolute; }

.rotating-word-animation span:nth-child(2) { animation-delay: 3s; -ms-animation-delay: 3s; -webkit-animation-delay: 3s; }

.rotating-word-animation span:nth-child(3) { animation-delay: 6s; -ms-animation-delay: 6s; -webkit-animation-delay: 6s; }

@-moz-keyframes topToBottom { 0% { opacity: 0; }
  5% { opacity: 0;
    -moz-transform: translateY(-40px); }
  10% { opacity: 1;
    -moz-transform: translateY(0px); }
  35% { opacity: 1;
    -moz-transform: translateY(0px); }
  40% { opacity: 0;
    -moz-transform: translateY(30px); }
  90% { opacity: 0; }
  100% { opacity: 0; } }

@-webkit-keyframes topToBottom { 0% { opacity: 0; }
  5% { opacity: 0;
    -webkit-transform: translateY(-40px); }
  10% { opacity: 1;
    -webkit-transform: translateY(0px); }
  35% { opacity: 1;
    -webkit-transform: translateY(0px); }
  40% { opacity: 0;
    -webkit-transform: translateY(30px); }
  90% { opacity: 0; }
  100% { opacity: 0; } }

@-ms-keyframes topToBottom { 0% { opacity: 0; }
  5% { opacity: 0; -ms-transform: translateY(-40px); }
  10% { opacity: 1; -ms-transform: translateY(0px); }
  35% { opacity: 1; -ms-transform: translateY(0px); }
  40% { opacity: 0; -ms-transform: translateY(30px); }
  90% { opacity: 0; }
  100% { opacity: 0; } }

.rss-subscribe { padding-left: 40px; }

.dropdown-chevron { height: 20px; margin-left: 8px; width: 20px; }

#dropdown-button { width: 100%; display: block; cursor: pointer; height: 20px; z-index: 2; position: relative; -webkit-transition: border-radius .1s linear, background .1s linear, z-index 0s linear; -webkit-transition-delay: .8s; text-align: center; }

#dropdown-button:hover, .dropdown-menu:hover ~ #dropdown-button { background: #FFFFFF; -webkit-transition-delay: 0s, 0s, 0s; }

.dropdown-menu:hover ~ #dropdown-button { border-bottom-left-radius: 0; border-bottom-right-radius: 0; z-index: 0; }

#dropdown { display: inline-block; margin-left: 30px; }

#dropdown .menu-link { display: inline-flex; margin-left: 0; }

#dropdown:active .dropdown-menu, #dropdown:focus .dropdown-menu, #dropdown:focus-within .dropdown-menu, .dropdown-menu:focus, .dropdown-menu:focus-within, .dropdown-menu:hover, .dropdown-menu:active { height: 122px; visibility: visible; z-index: 3; -webkit-transition-delay: 0s; }

.dropdown-menu { position: absolute; top: 40px; display: block; z-index: 1; height: 0; visibility: hidden; width: 127px; padding-top: 20px; -webkit-transition: visibility 0s linear; -webkit-transition-delay: 0s; }

.dropdown-menu ul { background: #FFFFFF; overflow: hidden; padding: 0.25rem 0; border: 1px solid #E9E9E9; border-radius: 5px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); margin: 10px 0 0; }

.dropdown-menu li { list-style: none; }

.dropdown-menu li a.menu-link { margin: 0; padding: 4px 8px; width: 100%; display: inline-block; }

ul.partnership-list { padding-left: 0; }

ul.partnership-list li { padding-top: 20px; }

a.dark:hover { color: #000000; }

.dark { color: #242424; }

.scroll-button { text-shadow: 0 0 50px rgba(0, 0, 0, 0.4); }

/* ========================================================================== Start of base Webflow CSS - If you're looking for some ultra-clean CSS, skip the boilerplate and see the unminified code below. ========================================================================== */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { height: 100%; }

body { margin: 0; min-height: 100%; background-color: #FFFFFF; font-family: Poppins, sans-serif; font-size: 16px; line-height: 20px; color: #333333; }

img { max-width: 100%; vertical-align: middle; display: inline-block; }

html.w-mod-touch * { background-attachment: scroll !important; }

.w-inline-block { max-width: 100%; display: inline-block; }

.w-button { display: inline-block; padding: 9px 15px; background-color: #3898EC; color: white; border: 0; line-height: inherit; text-decoration: none; cursor: pointer; border-radius: 0; }

input.w-button { -webkit-appearance: button; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; margin-bottom: 10px; }

h1 { font-size: 38px; line-height: 44px; margin-top: 20px; }

h2 { font-size: 32px; line-height: 36px; margin-top: 20px; }

h3 { font-size: 24px; line-height: 30px; margin-top: 20px; }

h4 { font-size: 18px; line-height: 24px; margin-top: 10px; }

h5 { font-size: 14px; line-height: 20px; margin-top: 10px; }

h6 { font-size: 12px; line-height: 18px; margin-top: 10px; }

p { margin-top: 0; margin-bottom: 10px; }

blockquote { margin: 0 0 10px 0; padding: 10px 20px; border-left: 5px solid #E2E2E2; line-height: 22px; }

ul, ol { margin-top: 0; margin-bottom: 10px; padding-left: 40px; }

button, html input[type="button"], input[type="reset"] { border: 0; cursor: pointer; -webkit-appearance: button; }

.w-form { margin: 0 0 15px; }

.w-form-done { display: none; padding: 20px; text-align: center; background-color: #DDDDDD; }

.w-form-fail { display: none; margin-top: 10px; padding: 10px; background-color: #FFDEDE; }

label { display: block; margin-bottom: 5px; font-weight: bold; }

.w-input, .w-select { display: block; width: 100%; height: 38px; padding: 8px 12px; margin-bottom: 10px; font-size: 14px; line-height: 1.42857143; color: #333333; vertical-align: middle; background-color: #FFFFFF; border: 1px solid #CCCCCC; }

.w-input:-moz-placeholder, .w-select:-moz-placeholder { color: #999999; }

.w-input::-moz-placeholder, .w-select::-moz-placeholder { color: #999999; opacity: 1; }

.w-input:-ms-input-placeholder, .w-select:-ms-input-placeholder { color: #999999; }

.w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder { color: #999999; }

.w-input:focus, .w-select:focus { border-color: #3898EC; outline: 0; }

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select { cursor: not-allowed; background-color: #EEEEEE; }

textarea.w-input, textarea.w-select { height: auto; }

.w-select { background-image: -webkit-linear-gradient(white 0, #F3F3F3 100%); background-image: linear-gradient(white 0, #F3F3F3 100%); }

.w-select[multiple] { height: auto; }

.industry-advocate-text { display: inline-block; margin-left: 20px; max-width: 570px; vertical-align: middle; width: 65%; }

.product-logo { margin-right: 20px; }

.logo-badge { background-color: #FFFFFF; border-radius: 10px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); height: 80px; margin-top: 20px; object-fit: contain; padding: 10px; width: 80px; }

.product-link { margin-top: 8px; }

/* ========================================================================== Start of custom Webflow CSS ========================================================================== */
.body { background-color: #2196F3; display: block; }

.mobile { height: 50px; }

.image-left { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 50%; height: auto; margin-top: 0; padding-top: 140px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; border-style: none; background-color: transparent; background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../assets/resources/capabilities.png"); background-position: 1px -1px; background-size: cover; background-attachment: scroll; }

.header-wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: auto; margin-bottom: 0; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.header-right { display: block; height: auto; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)), url("../assets/resources/nqry-header-opt.jpg"); background-position: 0 50%; background-size: cover; }

.nqry-logo { margin-top: 0; margin-left: 0; }

.intro-wrapper { position: absolute; width: 380px; height: auto; margin-top: 200px; margin-left: 140px; }

.paragraph-4 { margin-bottom: 90px; font-family: Poppins, sans-serif; color: #FFFFFF; font-size: 50px; line-height: 64px; font-weight: 600; display: block; text-shadow: 0 0 50px rgba(0, 0, 0, 0.4); }

.button { height: 50px; padding: 13px 20px 15px; border: 2px solid #FFFFFF; border-radius: 100px; background-color: rgba(255, 255, 255, 0); font-family: Poppins, sans-serif; color: #FFFFFF; font-size: 16px; font-weight: 500; letter-spacing: 2px; text-decoration: none; cursor: pointer; }

.button:hover { background-color: #FFFFFF; border-color: #FFFFFF; color: #0B79D0; }

.button.dark { background-color: rgba(255, 255, 255, 0); border-color: #242424; color: #242424; }

.button.dark:hover { background-color: #FFFFFF; border-color: #FFFFFF; color: #0B79D0; }

.right-content-wrapper { position: static; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; height: 80vh; min-height: 550px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; background-color: transparent; }

.menu-bar { position: fixed; top: 0; right: 0; z-index: 3; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; height: 100px; padding-right: 0; padding-left: 0; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background-color: #FFFFFF; }

.menu-link { color: #0B79D0; cursor: pointer; display: inline-flex; fill: #0B79D0; font-family: Poppins, sans-serif; font-size: 16px; font-weight: 500; letter-spacing: 2px; margin-left: 30px; text-decoration: none; text-transform: uppercase; }

.menu-link:hover { color: #005194; fill: #005194; }

.tagline-wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: auto; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; -webkit-box-flex: 0; -webkit-flex: 0 auto; -ms-flex: 0 auto; flex: 0 auto; background-color: transparent; }

.colour-bars { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 80%; height: 40px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; border-style: none; }

.colour-bars.capabilities { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; height: 100px; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-flex: 0; -webkit-flex: 0 auto; -ms-flex: 0 auto; flex: 0 auto; }

.colour-bars.partnerships { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; height: 40px; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-flex: 0; -webkit-flex: 0 auto; -ms-flex: 0 auto; flex: 0 auto; }

.link-4 { margin-right: 60px; margin-bottom: 60px; margin-left: 60px; padding-right: 0; font-family: Poppins, sans-serif; color: #FFFFFF; font-weight: 500; text-align: right; letter-spacing: 2px; text-decoration: none; text-transform: uppercase; }

.button-2 { height: 50px; margin-right: 30px; margin-left: 30px; padding: 15px 20px; border-radius: 100px; background-color: #0B79D0; box-shadow: 17px 0 6px 0 #FFFFFF; font-family: Poppins, sans-serif; color: #FFFFFF; font-weight: 600; letter-spacing: 2px; text-decoration: none; text-transform: uppercase; cursor: pointer; }

.button-2:hover { background-color: #0069C0; color: #FFFFFF; }

.about-wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: auto; padding-top: 0; padding-bottom: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.wrapper > .home > .section-heading { margin-left: -15px; }

.section-heading { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: auto; height: auto; margin-top: 0; padding-top: 0; padding-right: 60px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; border-style: none; }

.section-heading.about { margin-top: 140px; -webkit-box-flex: unset; -webkit-flex: unset; -ms-flex: unset; flex: unset; }

.section-heading.contact { -webkit-box-flex: unset; -webkit-flex: unset; -ms-flex: unset; flex: unset; }

.graphic-blocks { width: 140px; height: 120px; padding-left: 60px; }

.heading { margin-top: 0; margin-bottom: 0; font-family: Poppins, sans-serif; color: #212121; font-size: 50px; line-height: 44px; font-weight: 700; }

.heading.reverse { color: #FFFFFF; font-weight: 600; }

.section-text { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: auto; padding-right: 0; padding-bottom: 60px; padding-left: 140px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; }

.text-column { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: auto; max-width: 800px; margin-top: 0; margin-right: 0; margin-bottom: 80px; padding-right: 0; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-flex: 0; -webkit-flex: 0 auto; -ms-flex: 0 auto; flex: 0 auto; }

.text-column.cw { max-width: none; margin-top: 0; margin-right: 0; margin-bottom: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 0; -webkit-flex: 0 auto; -ms-flex: 0 auto; flex: 0 auto; }

.para { display: block; overflow: visible; max-width: 500px; margin-right: 0; margin-bottom: 0; padding-right: 60px; padding-bottom: 0; font-family: Poppins, sans-serif; color: #242424; font-size: 18px; line-height: 26px; font-weight: 300; }

.para.about { max-width: 500px; margin-right: 0; padding-right: 60px; padding-bottom: 0; padding-left: 0; color: #242424; line-height: 26px; }

.product-wrapper, .partnership-wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding-top: 0; padding-bottom: 0; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; border-radius: 0; background-color: #57B7FB; font-family: Poppins, sans-serif; font-size: 18px; }

.product-graphic-wrapper, .partnership-graphic-wrapper { position: absolute; display: block; width: 100%; margin-top: -100px; padding-right: 449px; padding-bottom: 0; padding-left: 140px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.features-wrapper, .partnership-wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-top: 0; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-flex: 0; -webkit-flex: 0 auto; -ms-flex: 0 auto; flex: 0 auto; }

.partnership-wrapper { background-color: #6ec6ff; }

.heading-2 { margin-top: 0; margin-bottom: 0; padding-top: 60px; padding-bottom: 60px; padding-left: 140px; font-family: Poppins, sans-serif; color: #212121; font-size: 24px; }

.features-heading-mobile, .partnership-heading-mobile { display: none; }

.feature-text { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 50%; padding-right: 60px; padding-bottom: 60px; padding-left: 140px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-flex: 0; -webkit-flex: 0 auto; -ms-flex: 0 auto; flex: 0 auto; }

.partnership-text { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 50%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-flex: 0; -webkit-flex: 0 auto; -ms-flex: 0 auto; flex: 0 auto; }

.partnership-inner-text { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; padding-right: 60px; padding-bottom: 60px; padding-left: 140px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-flex: 0; -webkit-flex: 0 auto; -ms-flex: 0 auto; flex: 0 auto; }

.feature { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; max-width: none; margin-right: 60px; margin-bottom: 60px; padding-top: 0; padding-bottom: 0; }

.image-4 { padding-top: 0; padding-bottom: 0; }

.heading-3 { margin-top: 0; margin-bottom: 0; padding-bottom: 24px; font-family: Poppins, sans-serif; color: #242424; font-size: 18px; line-height: 26px; font-weight: 600; }

.paragraph-5 { margin-bottom: 0; font-family: Poppins, sans-serif; color: #242424; font-size: 16px; line-height: 24px; font-weight: 300; }

.capabilities-wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; background-color: #212121; }

.text-right { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 50%; max-width: none; min-width: 480px; padding: 140px 140px 100px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-flex: 0; -webkit-flex: 0 auto; -ms-flex: 0 auto; flex: 0 auto; }

.paragraph-6 { margin-bottom: 60px; font-family: Poppins, sans-serif; color: #ADADAD; font-size: 18px; line-height: 26px; font-weight: 300; }

.paragraph-6.bold { margin-bottom: 30px; font-weight: 600; }

.paragraph-6.sections { margin-bottom: 30px; color: #ADADAD; }

.heading-4 { margin-top: 0; margin-bottom: 20px; font-family: Poppins, sans-serif; color: #FFFFFF; font-size: 24px; line-height: 26px; font-weight: 600; }

.text-span-7 { color: #FFFFFF; }

.bold-text { font-weight: 600; }

.bold-text-2 { color: #FFFFFF; font-weight: 600; }

.contact-wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; background-color: #FBFCFD; }

.contact-details-wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 50%; min-width: 400px; padding-top: 140px; padding-right: 0; padding-bottom: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.subscribe-wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; min-width: 600px; padding: 200px 100px 120px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; background-color: #F5F5F5; }

.contact-details { padding-top: 30px; padding-right: 100px; padding-left: 140px; }

.paragraph-7 { max-width: 400px; margin-bottom: 25px; font-family: Poppins, sans-serif; color: #212121; font-size: 18px; line-height: 26px; font-weight: 300; }

.footer-logo { max-width: 160px; margin: 240px 0 0; }

.text-span-8 { position: absolute; top: 80px; right: 20px; display: inline; margin: 0; padding-top: 0; padding-bottom: 0; font-size: 20px; line-height: 0; font-weight: 300; text-transform: none; }

.subscribe-block { min-width: 0; }

.heading-5 { margin-top: 0; margin-bottom: 30px; font-family: Poppins, sans-serif; color: #212121; font-size: 24px; line-height: 26px; font-weight: 700; }

.form-block { max-width: 400px; }

.form { margin-top: 45px; }

.text-field { height: 65px; margin-bottom: 25px; padding-right: 25px; padding-left: 20px; border-style: none; font-family: Poppins, sans-serif; font-size: 18px; font-weight: 300; }

.text-field-2 { height: 65px; margin-bottom: 40px; padding-right: 25px; padding-left: 20px; border-style: none; font-family: Poppins, sans-serif; font-size: 18px; font-weight: 300; }

.field-label { margin-bottom: 10px; font-family: Poppins, sans-serif; color: #212121; font-size: 18px; font-weight: 300; }

.field-label-2 { margin-bottom: 10px; font-family: Poppins, sans-serif; color: #212121; font-size: 18px; font-weight: 300; }

.submit-button { padding: 15px 25px; border-radius: 100px; background-color: #2196F3; font-family: Poppins, sans-serif; color: #FFFFFF; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; }

.submit-button:hover { background-color: #0069C0; }

.footer-details { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-bottom: 160px; margin-left: 100px; margin-top: 42px; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-flex: 0; -webkit-flex: 0 auto; -ms-flex: 0 auto; flex: 0 auto; }

.company-details { max-width: 400px; padding-right: 30px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.paragraph-8 { max-width: 400px; margin-bottom: 0; font-family: Poppins, sans-serif; color: #747474; font-size: 14px; line-height: 22px; }

.tagline { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 330px; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; -webkit-box-flex: 0; -webkit-flex: 0 auto; -ms-flex: 0 auto; flex: 0 auto; font-size: 14px; text-shadow: 0 0 50px #000000, 0 0 15px #000000; }

.div-block-12 { width: 7%; -webkit-box-flex: 0; -webkit-flex: 0 auto; -ms-flex: 0 auto; flex: 0 auto; background-color: #212121; }

.div-block-13 { width: 7%; background-color: #484848; }

.div-block-14 { width: 30%; background-color: #2196F3; }

.div-block-15 { width: 40%; background-color: #212121; }

.div-block-16 { width: 20%; background-color: #0069C0; }

.div-block-17 { width: 60%; -webkit-box-flex: 0; -webkit-flex: 0 auto; -ms-flex: 0 auto; flex: 0 auto; background-color: #2196F3; }

.div-block-18 { width: 20%; background-color: #6EC6FF; }

.text-span-9 { color: #242424; font-weight: 600; }

.product-left-column, .partnership-left-column { display: block; width: auto; min-width: 700px; padding-top: 140px; padding-bottom: 0; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.partnership-left-column { background-color: #2196F3; }

.partnership-left-column .section-text { padding-bottom: 140px; }

.div-block-20 { width: auto; max-width: none; min-width: 140px; margin-right: 0; }

.menu-logo { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding-top: 12px; padding-left: 60px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.about-anchor { position: absolute; width: 50%; height: 100px; margin-top: -99px; padding-top: 2px; }

.product-anchor, .partnership-anchor { position: absolute; width: 100%; height: 100px; margin-top: -99px; }

.capabilities-anchor { position: absolute; width: 100%; height: 100px; margin-top: -99px; }

.header-anchor { width: 100%; height: 100px; }

.content-anchor { position: absolute; width: 100%; height: 100px; margin-top: -99px; }

.desktop-blocks { width: 19px; }

.image-9 { width: 19px; }

.image-10 { width: 19px; }

.image-11 { width: 19px; }

.contact-mobile { display: none; }

.contact-condensed { display: none; }

.product-image, .partnership-image { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 50%; height: auto; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; background-image: url("../assets/resources/features-flipped.jpg"); background-position: 0 0; background-size: cover; }

.partnership-image { background-image: url("../assets/resources/nqry-elastic.png"); background-position: center; }

.enterprise-search-image { background-image: url("../assets/resources/enterprise-search-image.png"); }

.success-message { margin-top: 40px; border-radius: 5px; background-color: #FFFFFF; text-align: left; }

.text-block { font-family: Poppins, sans-serif; color: #242424; font-style: italic; }

.error-message { margin-top: 40px; padding: 20px; border-radius: 5px; color: #F10000; }

.link-block { height: auto; }

@media (max-width: 1200px) { .partnership-heading { padding-top: 30px; padding-bottom: 30px; padding-left: 30px; }
  .partnership-inner-text { padding-left: 30px; } }

@media (max-width: 991px) { .dark-md { color: #242424; border-color: #242424; }
  .paragraph-4 { text-shadow: none; }
  .scroll-button { text-shadow: none; }
  .image-left { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: auto; height: 500px; padding-top: 100px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; background-position: 50% 26%; }
  .header-wrapper { display: block; height: auto; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  .header-right { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 600px; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
  .intro-wrapper { position: static; margin-top: 80px; margin-bottom: 80px; margin-left: 80px; }
  .right-content-wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: auto; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; min-height: 200px; }
  .menu-link { margin-left: 20px; }
  .tagline-wrapper { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
  .colour-bars.capabilities { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 30px; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-flex: 0; -webkit-flex: 0 auto; -ms-flex: 0 auto; flex: 0 auto; }
  .button-2 { margin-right: 20px; margin-left: 20px; }
  .section-heading { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-top: 0; padding-top: 0; }
  .section-heading.about { margin-top: 100px; }
  .graphic-blocks { width: 100px; padding-left: 40px; }
  .section-text { display: block; padding-right: 100px; padding-bottom: 0; padding-left: 100px; }
  .text-column { margin-bottom: 60px; }
  .text-column.cw { margin-bottom: 0; padding-bottom: 30px; }
  .text-column.about { max-width: none; margin-bottom: 20px; }
  .para { max-width: none; padding-right: 0; }
  .para.about { max-width: none; padding-right: 0; }
  .product-wrapper, .partnership-wrapper { display: block; padding-bottom: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .product-graphic-wrapper { display: block; }
  .features-wrapper, .partnership-wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  .heading-2 { padding-top: 100px; padding-left: 100px; }
  .features-heading-mobile, .partnership-heading-mobile { display: block; padding-top: 100px; }
  .features-heading, .partnership-heading { display: none; }
  .feature-text { width: auto; padding-right: 100px; padding-bottom: 30px; padding-left: 100px; }
  .partnership-text { width: auto; padding-bottom: 30px; }
  .partnership-inner-text { width: auto; padding-bottom: 30px; }
  .capabilities-wrapper { display: block; }
  .text-right { width: auto; padding-top: 100px; padding-right: 100px; padding-left: 100px; }
  .contact-wrapper { display: block; }
  .contact-details-wrapper { display: block; width: 100%; min-width: 0; padding-top: 100px; }
  .subscribe-wrapper { padding-top: 100px; padding-bottom: 100px; padding-left: 102px; }
  .contact-details { width: 100%; padding: 0 0 100px 102px; }
  .footer-logo { margin-top: 0; margin-left: 0; }
  .text-span-8 { top: 277.5px; left: 465px; }
  .form-block { max-width: none; }
  .footer-details { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: auto; height: auto; margin: 0; padding: 0 100px 167px; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .company-details { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; max-width: none; padding-right: 0; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
  .paragraph-8 { max-width: none; }
  .product-left-column, .partnership-left-column { width: auto; padding-top: 100px; padding-bottom: 0; }
  .product-left-column.standalone, .partnership-left-column.standalone { padding-top: 200px; }
  .menu-logo { padding-top: 8px; padding-left: 40px; }
  .contact-condensed { display: none; }
  .product-image, .partnership-image { display: block; width: 100%; height: 500px; -webkit-box-flex: 0; -webkit-flex: 0 auto; -ms-flex: 0 auto; flex: 0 auto; }
  .partnership-image { margin-bottom: 0; }
  .text-block { text-align: left; }
  .error-message { height: auto; margin-top: 30px; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; border-radius: 5px; }
  .text-block-2 { font-family: Poppins, sans-serif; color: #F10000; } }

@media (max-width: 768px) { .separator { margin: 0 12px; }
  .header-right { height: 300px; }
  .menu-link { display: none; }
  .tagline-wrapper { -webkit-box-pack: start; -webkit-justify-content: center; -ms-flex-pack: start; justify-content: center; }
  .colour-bars { display: none; }
  .link-4 { margin-right: 40px; margin-bottom: 20px; margin-left: 40px; }
  .text-column { margin-bottom: 100px; }
  .heading-2 { padding-right: 100px; }
  .features-heading-mobile, .partnership-heading-mobile { padding-top: 100px; }
  .feature-text, .partnership-text { display: block; }
  .feature { display: block; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }
  .heading-3 { padding-top: 30px; }
  .text-right { min-width: 0; }
  .paragraph-6 { margin-bottom: 30px; }
  .subscribe-wrapper { min-width: 0; }
  .text-span-8 { position: static; right: 75px; }
  .paragraph-8 { padding-right: 30px; }
  .tagline { width: auto; -webkit-box-pack: start; -webkit-justify-content: center; -ms-flex-pack: start; justify-content: center; }
  .product-left-column, .partnership-left-column { min-width: 0; }
  .menu-logo { padding-left: 40px; }
  .about-anchor { display: none; }
  .product-anchor, .partnership-anchor { display: none; }
  .capabilities-anchor { display: none; }
  .menu { display: none; }
  .content-anchor { display: none; }
  .contact-mobile { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 60px; height: 60px; margin-left: 20px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-radius: 100px; background-color: #2196F3; }
  .contact-condensed { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-right: 30px; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
  .icon-mobile.up { width: 20px; height: 20px; color: #FFFFFF; } }

@media (max-width: 479px) { .body { height: 100%; }
  .mobile { height: 40px; }
  .image-left { padding-top: 60px; }
  .header-right { height: 200px; }
  .nqry-logo { display: block; }
  .nqry-logo.mobile { width: 120px; height: auto; }
  .intro-wrapper { width: auto; margin: 24px 24px 60px; }
  .paragraph-4 { margin-bottom: 60px; font-size: 32px; line-height: 40px; }
  .rotating-word-animation { font-size: 18px; }
  .button { height: 40px; padding-top: 9px; padding-right: 16px; padding-left: 16px; font-size: 12px; }
  .menu-bar { height: 80px; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
  .menu-link { display: block; }
  .tagline-wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
  .colour-bars { width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
  .link-4 { margin-bottom: 24px; margin-left: 24px; margin-right: 24px; }
  .button-2 { display: block; height: 40px; margin-right: 24px; padding-top: 11px; padding-right: 20px; padding-bottom: 0; font-size: 12px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading.about { margin-top: 60px; margin-bottom: 30px; }
  .graphic-blocks { display: none; width: auto; height: auto; padding-top: 7px; padding-left: 24px; }
  .heading { margin-left: 24px; font-size: 32px; }
  .section-text { padding-right: 24px; padding-left: 24px; font-size: 12px; }
  .text-column { margin-bottom: 70px; }
  .para { font-size: 16px; line-height: 24px; }
  .para.about { font-size: 16px; line-height: 24px; }
  .heading-2 { padding: 60px 24px 30px; }
  .features-heading-mobile, .partnership-heading-mobile { display: block; padding-top: 100px; }
  .feature-text, .partnership-text { padding-right: 24px; padding-left: 24px; }
  .feature { margin-bottom: 45px; }
  .text-right { padding: 60px 24px 45px; }
  .paragraph-6 { margin-bottom: 32px; font-size: 16px; line-height: 24px; }
  .heading-4 { line-height: 28px; }
  .contact-details-wrapper { padding-top: 60px; }
  .subscribe-wrapper { padding: 60px 24px; }
  .contact-details { padding-right: 24px; padding-bottom: 70px; padding-left: 24px; }
  .paragraph-7 { margin-bottom: 20px; padding-right: 12px; font-size: 16px; line-height: 24px; }
  .text-span-8 { position: static; left: 75px; top: 180px; right: auto; display: inline-block; margin-top: 0; margin-bottom: 0; margin-left: 6px; padding-bottom: 0; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; font-size: 16px; }
  .text-field { padding-left: 14px; font-size: 16px; }
  .text-field-2 { margin-bottom: 30px; padding-left: 14px; font-size: 16px; }
  .field-label { font-size: 16px; }
  .field-label-2 { font-size: 16px; }
  .submit-button { height: 40px; padding-top: 9px; padding-right: 20px; padding-left: 20px; font-size: 12px; }
  .footer-details { display: block; padding-right: 24px; padding-bottom: 55px; padding-left: 24px; }
  .paragraph-8 { padding-right: 24px; padding-bottom: 30px; }
  .tagline { align-content: start; align-items: start; width: auto; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
  .tagline .separator { display: none; }
  .tagline div { margin-top: 8px; }
  .product-left-column, .partnership-left-column { padding-top: 60px; }
  .menu-logo { padding-left: 24px; -webkit-box-flex: 0; -webkit-flex: 0 auto; -ms-flex: 0 auto; flex: 0 auto; }
  .about-anchor { display: block; width: 20%; height: 80px; margin-top: -78px; }
  .menu { display: none; }
  .content-anchor { display: block; height: 80px; margin-top: -80px; }
  .contact-mobile { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 45px; height: 45px; margin-right: 0; margin-left: 12px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 0; -webkit-flex: 0 auto; -ms-flex: 0 auto; flex: 0 auto; border-radius: 120px; background-color: #2196F3; }
  .contact-condensed { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-right: 24px; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
  .product-image, .partnership-image { height: 300px; } }

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