@charset "UTF-8";
/*!
Theme Name: IQT Theme
Author: Image Conscious Studios
Author URI: https://www.icscreative.com/
Description: A custom theme for IQT
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: iqt
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
Variables
Mixins
Setup
	Normalize
	Accessibility
Typography
Elements
	Forms
Layout
	Header
	Footer
Blocks
Posts
Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 Variables
--------------------------------------------------------------*/
/**
 * Layout 
 **/
/**
 * Colors 
 **/
/**
 * Typography 
 **/
/*--------------------------------------------------------------
 Mixins
--------------------------------------------------------------*/
/**
 * Typography Mixins
 **/
/**
 * Flexbox Cross-Browser Support 
 * Source: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Mixins
 **/
/* CSS Grid support */
/*--------------------------------------------------------------
 Setup
--------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-padding-top: 78px;
}
@media screen and (max-width: 1040px) {
  html {
    scroll-padding-top: 50px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  background-color: #ffffff;
  overflow-x: hidden;
}

div:focus {
  outline: none;
}

/* Normalize */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
.wp-block-iqt-custom-blocks-anchor-links .mobile-button,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select,
.wp-block-iqt-custom-blocks-anchor-links .mobile-button {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Accessibility */
.screen-reader-text,
.screen-reader-response {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus,
.screen-reader-response:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
 Elements
--------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none;
}

p a,
figcaption a,
.content li a,
.stat-description a,
.page-template-page-boilerplate article a {
  padding-bottom: 1px;
  border-bottom: 1.5px solid #027BFC;
}

button,
.button,
.jobs-link a,
input[type=button],
input[type=reset],
input[type=submit],
.wp-block-button__link {
  display: inline-block;
  cursor: pointer;
  border: 2px solid transparent;
  font-family: Overpass, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12.4px;
  letter-spacing: 0.101em;
  border-radius: 2em;
  line-height: 1.29em;
  padding: 1.21em 4.758em 1.29em;
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.19);
  transition: 0.2s;
  color: #ffffff;
  background-color: #027BFC;
}
button:active, button:hover, button:focus,
.button:active,
.jobs-link a:active,
.button:hover,
.jobs-link a:hover,
.button:focus,
.jobs-link a:focus,
input[type=button]:active,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:hover,
input[type=submit]:focus,
.wp-block-button__link:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
  border-color: #027BFC;
  background-color: transparent;
  color: #130047;
  outline: none;
  box-shadow: 0 3px 17px -2px rgba(23, 19, 30, 0.18);
}

.is-style-button-underline .wp-block-button__link,
.button-underline {
  display: inline-block;
  font-family: Overpass, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12.4px;
  letter-spacing: 0.101em;
  box-shadow: none;
  border: none;
  background-color: transparent;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5.5px;
  border-bottom: 2px solid #027BFC;
  color: #130047;
  transition: 0.2s;
}
.is-style-button-underline .wp-block-button__link:active, .is-style-button-underline .wp-block-button__link:hover, .is-style-button-underline .wp-block-button__link:focus,
.button-underline:active,
.button-underline:hover,
.button-underline:focus {
  color: #027BFC;
  box-shadow: none;
}

.button-rarr, .iqt_featured_blog .button-underline {
  position: relative;
}
.button-rarr:after, .iqt_featured_blog .button-underline:after {
  display: block;
  position: absolute;
  content: "\e903";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.484em;
  right: -8.25em;
  bottom: 1.7em;
  color: #027BFC;
}

ul {
  list-style-type: none;
  padding: 0;
}

.core-list ul,
.core-list ol {
  line-height: 1.765;
  margin: 1.294em 0 3.588em;
}

.core-list ul {
  list-style-type: none;
  margin-left: 0.697em;
}

.core-list li {
  margin-bottom: 0.588em;
}

.core-list li:before {
  content: "•";
  margin-right: 1.617em;
  font-size: 0.75em;
}

.core-list ul.icon-check-mark {
  margin: 2.353em 0 0.588em;
}

.core-list ul.icon-check-mark li {
  font-family: Overpass, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.027em;
  margin-bottom: 0.941em;
  line-height: 1.294;
  position: relative;
  padding-left: 3.941em;
  padding-right: 0.667em;
  min-height: 4em;
  max-width: 451px;
}
@media screen and (max-width: 640px) {
  .core-list ul.icon-check-mark li {
    font-size: 0.875rem;
  }
}

.core-list ul.icon-check-mark li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -1.9rem;
  top: -1.471rem;
  height: 6.294rem;
  width: 6.294rem;
  background: url("../img/check-light.svg") no-repeat center/cover;
}

@media screen and (max-width: 640px) {
  .core-list ul,
.core-list ol {
    font-size: 0.938em;
    /*15px*/
    line-height: 1.333;
    margin-bottom: 0.667em;
  }

  button,
.button,
.jobs-link a,
input[type=button],
input[type=reset],
input[type=submit],
.wp-block-button__link {
    padding: 11px 4.4em 12px;
  }

  .is-style-button-underline .wp-block-button__link,
.button-underline {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 7px;
  }
}
/* Typography */
html {
  font-size: 17px;
}

body {
  font-family: Lora, serif;
  color: #4A435D;
  line-height: 1.765;
}

.core-paragraph {
  margin-bottom: 1.765em;
}
.core-paragraph p, .core-paragraph .stat-description {
  max-width: 750px;
  margin: 0;
}
.core-paragraph p.has-text-align-center, .core-paragraph .has-text-align-center.stat-description {
  margin: 0 auto;
}

p:empty, .stat-description:empty {
  display: none;
}

p.font-large, .font-large.stat-description {
  font-size: 1.471em;
  /*25px*/
  line-height: 1.48;
}

p.font-small, .resource-wrap .content-col p, .font-small.stat-description, .resource-wrap .content-col .stat-description {
  font-size: 0.941em;
  /*16px*/
  line-height: 1.625;
  margin-bottom: 1em;
}

p.icon-double-square, .icon-double-square.stat-description, h2.stat-description.slide-header {
  position: relative;
  margin-top: 2.647em;
}
p.icon-double-square:before, .icon-double-square.stat-description:before, h2.stat-description.slide-header:before {
  content: "";
  position: absolute;
  left: -3.412em;
  top: -1.8em;
  width: 2.188em;
  height: 2.353em;
  background: url("../img/dubsq-blue.svg") no-repeat top right/contain;
}

h1, h2, h3, .jobs-title, .promo-title, h4, h5, .portfolio-modal .portfolio-title, .iqt_recent_blog .block-header h2, .feat-posts h3, .feat-posts .promo-title, .feat-posts .jobs-title, .tabs-column h3, .tabs-column .jobs-title, .tabs-column .promo-title, .modal-title, h6, #gform_6 .gfield_label, .resource-title, .plain-text .question, .success-description {
  text-transform: none;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.7em;
  color: #130047;
}
h1 a, h2 a, h3 a, .jobs-title a, .promo-title a, h4 a, h5 a, .portfolio-modal .portfolio-title a, .iqt_recent_blog .block-header h2 a, .feat-posts h3 a, .tabs-column h3 a, .modal-title a, h6 a, #gform_6 .gfield_label a, .resource-title a, .plain-text .question a, .success-description a {
  font-weight: inherit;
}
h1.icon-small-underline:after, h2.icon-small-underline:after, .iqt_featured_blog h2:after, h3.icon-small-underline:after, .jobs-title:after, .icon-small-underline.promo-title:after, h4.icon-small-underline:after, h5.icon-small-underline:after, .portfolio-modal .icon-small-underline.portfolio-title:after, .iqt_recent_blog .block-header h2.icon-small-underline:after, .icon-small-underline.modal-title:after, h6.icon-small-underline:after, #gform_6 .icon-small-underline.gfield_label:after, .icon-small-underline.resource-title:after, .plain-text .icon-small-underline.question:after, .plain-text .iqt_featured_blog h2.question:after, .iqt_featured_blog .plain-text h2.question:after, .plain-text .question.jobs-title:after, .icon-small-underline.success-description:after {
  display: block;
  content: "";
  height: 3px;
  width: 40px;
  margin-top: 0.306em;
  margin-bottom: 0.551em;
  background-color: #F75040;
}
h1.icon-double-square, h2.icon-double-square, h2.slide-header, h3.icon-double-square, .icon-double-square.jobs-title, .icon-double-square.promo-title, h4.icon-double-square, h5.icon-double-square, .portfolio-modal .icon-double-square.portfolio-title, .iqt_recent_blog .block-header h2.icon-double-square, .icon-double-square.modal-title, h6.icon-double-square, #gform_6 .icon-double-square.gfield_label, .icon-double-square.resource-title, .plain-text .icon-double-square.question, .plain-text h2.question.slide-header, .icon-double-square.success-description {
  position: relative;
  margin-top: 0.4em;
}
h1.icon-double-square:before, h2.icon-double-square:before, h2.slide-header:before, h3.icon-double-square:before, .icon-double-square.jobs-title:before, .icon-double-square.promo-title:before, h4.icon-double-square:before, h5.icon-double-square:before, .portfolio-modal .icon-double-square.portfolio-title:before, .iqt_recent_blog .block-header h2.icon-double-square:before, .icon-double-square.modal-title:before, h6.icon-double-square:before, #gform_6 .icon-double-square.gfield_label:before, .icon-double-square.resource-title:before, .plain-text .icon-double-square.question:before, .plain-text h2.question.slide-header:before, .icon-double-square.success-description:before {
  content: "";
  position: absolute;
  left: -0.63em;
  top: -0.274em;
  width: 0.419em;
  height: 0.484em;
  background: url("../img/dubsq-blue.svg") no-repeat top right/contain;
}
h1.icon-check-mark, h2.icon-check-mark, h3.icon-check-mark, .icon-check-mark.jobs-title, .icon-check-mark.promo-title, h4.icon-check-mark, h5.icon-check-mark, .portfolio-modal .icon-check-mark.portfolio-title, .iqt_recent_blog .block-header h2.icon-check-mark, .icon-check-mark.modal-title, h6.icon-check-mark, #gform_6 .icon-check-mark.gfield_label, .icon-check-mark.resource-title, .plain-text .icon-check-mark.question, .icon-check-mark.success-description {
  position: relative;
}
h1.icon-check-mark:before, h2.icon-check-mark:before, h3.icon-check-mark:before, .icon-check-mark.jobs-title:before, .icon-check-mark.promo-title:before, h4.icon-check-mark:before, h5.icon-check-mark:before, .portfolio-modal .icon-check-mark.portfolio-title:before, .iqt_recent_blog .block-header h2.icon-check-mark:before, .icon-check-mark.modal-title:before, h6.icon-check-mark:before, #gform_6 .icon-check-mark.gfield_label:before, .icon-check-mark.resource-title:before, .plain-text .icon-check-mark.question:before, .icon-check-mark.success-description:before {
  content: "";
  display: block;
  margin-left: -5.75%;
  height: 6.294rem;
  width: 6.294rem;
  margin-bottom: -4%;
  background: url("../img/check-dark.svg") no-repeat center/cover;
}
h1:empty, h2:empty, h3:empty, .jobs-title:empty, .promo-title:empty, h4:empty, h5:empty, .portfolio-modal .portfolio-title:empty, .iqt_recent_blog .block-header h2:empty, .modal-title:empty, h6:empty, #gform_6 .gfield_label:empty, .resource-title:empty, .plain-text .question:empty, .success-description:empty {
  display: none;
}

@media screen and (max-width: 1240px) {
  h1.icon-double-square, h2.icon-double-square, h2.slide-header, h3.icon-double-square, .icon-double-square.jobs-title, .icon-double-square.promo-title, h4.icon-double-square, h5.icon-double-square, .portfolio-modal .icon-double-square.portfolio-title, .iqt_recent_blog .block-header h2.icon-double-square, .icon-double-square.modal-title, h6.icon-double-square, #gform_6 .icon-double-square.gfield_label, .icon-double-square.resource-title, .plain-text .icon-double-square.question, .plain-text h2.question.slide-header, .icon-double-square.success-description {
    margin-left: 0.63em;
  }

  .wp-block-group.with-dropshadow .icon-double-square, .wp-block-group.with-dropshadow h2.slide-header {
    margin-left: 0;
  }
}
.has-text-align-center.icon-small-underline:after, .iqt_featured_blog h2.has-text-align-center:after, .has-text-align-center.jobs-title:after {
  margin-left: auto;
  margin-right: auto;
}

.has-text-align-right.icon-small-underline:after, .iqt_featured_blog h2.has-text-align-right:after, .has-text-align-right.jobs-title:after {
  margin-left: auto;
}

.has-white-color.icon-double-square:before, h2.has-white-color.slide-header:before {
  background-image: url("../img/dubsq-white.svg");
}

/* 1em = 17px */
h1 {
  font-size: 3.647rem;
  /*62px*/
  line-height: 1.032;
  letter-spacing: -0.027em;
  margin-bottom: 0.339em;
}

h2 {
  font-size: 3.412rem;
  /*58px*/
  line-height: 1.034;
  letter-spacing: -0.043em;
}

h3, .jobs-title, .promo-title {
  font-size: 2.529rem;
  /*43px*/
  line-height: 1.163;
  letter-spacing: -0.043em;
}

h4 {
  font-size: 1.471rem;
  /*25px*/
  line-height: 1.36;
}

h4.font-large {
  font-size: 2rem;
  /*34px*/
  line-height: 1.059;
  letter-spacing: -0.043em;
}

h4.font-small, .resource-wrap .content-col h4.stat-description {
  font-family: Overpass, sans-serif;
  text-transform: uppercase;
  font-size: 1.059rem;
  letter-spacing: 0.061em;
  line-height: 1.444;
}
@media screen and (max-width: 640px) {
  h4.font-small, .resource-wrap .content-col h4.stat-description {
    font-size: 0.875rem;
  }
}
h4.font-small.icon-small-underline:after, .resource-wrap .content-col h4.icon-small-underline.stat-description:after, h4.font-small.jobs-title:after, .resource-wrap .content-col h4.jobs-title.stat-description:after {
  margin-top: 1rem;
}

h5.font-small, .portfolio-modal .font-small.portfolio-title, .resource-wrap .content-col h5.stat-description, .resource-wrap .content-col .portfolio-modal .stat-description.portfolio-title, .portfolio-modal .resource-wrap .content-col .stat-description.portfolio-title, .iqt_recent_blog .block-header h2.font-small, .iqt_recent_blog .block-header .resource-wrap .content-col h2.stat-description, .resource-wrap .content-col .iqt_recent_blog .block-header h2.stat-description, .feat-posts h3.font-small, .feat-posts .resource-wrap .content-col h3.stat-description, .resource-wrap .content-col .feat-posts h3.stat-description, .feat-posts .font-small.promo-title, .feat-posts .resource-wrap .content-col p.promo-title, .resource-wrap .content-col .feat-posts p.promo-title, .feat-posts .resource-wrap .content-col .promo-title.stat-description, .resource-wrap .content-col .feat-posts .promo-title.stat-description, .feat-posts .font-small.jobs-title, .feat-posts .resource-wrap .content-col p.jobs-title, .resource-wrap .content-col .feat-posts p.jobs-title, .feat-posts .resource-wrap .content-col .jobs-title.stat-description, .resource-wrap .content-col .feat-posts .jobs-title.stat-description, .tabs-column h3.font-small, .tabs-column .resource-wrap .content-col h3.stat-description, .resource-wrap .content-col .tabs-column h3.stat-description, .tabs-column .font-small.jobs-title, .tabs-column .resource-wrap .content-col p.jobs-title, .resource-wrap .content-col .tabs-column p.jobs-title, .tabs-column .resource-wrap .content-col .jobs-title.stat-description, .resource-wrap .content-col .tabs-column .jobs-title.stat-description, .tabs-column .font-small.promo-title, .tabs-column .resource-wrap .content-col p.promo-title, .resource-wrap .content-col .tabs-column p.promo-title, .tabs-column .resource-wrap .content-col .promo-title.stat-description, .resource-wrap .content-col .tabs-column .promo-title.stat-description, .font-small.modal-title, .resource-wrap .content-col p.modal-title, .resource-wrap .content-col .modal-title.stat-description {
  font-family: Overpass, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.027em;
  margin-bottom: 0.941em;
}
@media screen and (max-width: 640px) {
  h5.font-small, .portfolio-modal .font-small.portfolio-title, .resource-wrap .content-col h5.stat-description, .resource-wrap .content-col .portfolio-modal .stat-description.portfolio-title, .portfolio-modal .resource-wrap .content-col .stat-description.portfolio-title, .iqt_recent_blog .block-header h2.font-small, .iqt_recent_blog .block-header .resource-wrap .content-col h2.stat-description, .resource-wrap .content-col .iqt_recent_blog .block-header h2.stat-description, .feat-posts h3.font-small, .feat-posts .resource-wrap .content-col h3.stat-description, .resource-wrap .content-col .feat-posts h3.stat-description, .feat-posts .font-small.promo-title, .feat-posts .resource-wrap .content-col p.promo-title, .resource-wrap .content-col .feat-posts p.promo-title, .feat-posts .resource-wrap .content-col .promo-title.stat-description, .resource-wrap .content-col .feat-posts .promo-title.stat-description, .feat-posts .font-small.jobs-title, .feat-posts .resource-wrap .content-col p.jobs-title, .resource-wrap .content-col .feat-posts p.jobs-title, .feat-posts .resource-wrap .content-col .jobs-title.stat-description, .resource-wrap .content-col .feat-posts .jobs-title.stat-description, .tabs-column h3.font-small, .tabs-column .resource-wrap .content-col h3.stat-description, .resource-wrap .content-col .tabs-column h3.stat-description, .tabs-column .font-small.jobs-title, .tabs-column .resource-wrap .content-col p.jobs-title, .resource-wrap .content-col .tabs-column p.jobs-title, .tabs-column .resource-wrap .content-col .jobs-title.stat-description, .resource-wrap .content-col .tabs-column .jobs-title.stat-description, .tabs-column .font-small.promo-title, .tabs-column .resource-wrap .content-col p.promo-title, .resource-wrap .content-col .tabs-column p.promo-title, .tabs-column .resource-wrap .content-col .promo-title.stat-description, .resource-wrap .content-col .tabs-column .promo-title.stat-description, .font-small.modal-title, .resource-wrap .content-col p.modal-title, .resource-wrap .content-col .modal-title.stat-description {
    font-size: 0.875rem;
  }
}

h5.font-small.icon-small-underline:after, .portfolio-modal .font-small.icon-small-underline.portfolio-title:after, .resource-wrap .content-col h5.icon-small-underline.stat-description:after, .resource-wrap .content-col .portfolio-modal .icon-small-underline.stat-description.portfolio-title:after, .portfolio-modal .resource-wrap .content-col .icon-small-underline.stat-description.portfolio-title:after, .iqt_recent_blog .block-header h2.font-small.icon-small-underline:after, .iqt_recent_blog .block-header .resource-wrap .content-col h2.icon-small-underline.stat-description:after, .resource-wrap .content-col .iqt_recent_blog .block-header h2.icon-small-underline.stat-description:after, .feat-posts h3.font-small.icon-small-underline:after, .feat-posts .resource-wrap .content-col h3.icon-small-underline.stat-description:after, .resource-wrap .content-col .feat-posts h3.icon-small-underline.stat-description:after, .feat-posts .font-small.icon-small-underline.promo-title:after, .feat-posts .resource-wrap .content-col p.icon-small-underline.promo-title:after, .resource-wrap .content-col .feat-posts p.icon-small-underline.promo-title:after, .feat-posts .resource-wrap .content-col .icon-small-underline.promo-title.stat-description:after, .resource-wrap .content-col .feat-posts .icon-small-underline.promo-title.stat-description:after, .feat-posts .iqt_featured_blog h2.font-small.promo-title:after, .feat-posts .iqt_featured_blog .resource-wrap .content-col h2.promo-title.stat-description:after, .resource-wrap .content-col .feat-posts .iqt_featured_blog h2.promo-title.stat-description:after, .iqt_featured_blog .feat-posts h2.font-small.promo-title:after, .iqt_featured_blog .feat-posts .resource-wrap .content-col h2.promo-title.stat-description:after, .resource-wrap .content-col .iqt_featured_blog .feat-posts h2.promo-title.stat-description:after, h5.font-small.jobs-title:after, .portfolio-modal .font-small.jobs-title.portfolio-title:after, .resource-wrap .content-col h5.jobs-title.stat-description:after, .resource-wrap .content-col .portfolio-modal .jobs-title.stat-description.portfolio-title:after, .portfolio-modal .resource-wrap .content-col .jobs-title.stat-description.portfolio-title:after, .iqt_recent_blog .block-header h2.font-small.jobs-title:after, .iqt_recent_blog .block-header .resource-wrap .content-col h2.jobs-title.stat-description:after, .resource-wrap .content-col .iqt_recent_blog .block-header h2.jobs-title.stat-description:after, .feat-posts .font-small.jobs-title:after, .feat-posts .resource-wrap .content-col p.jobs-title:after, .resource-wrap .content-col .feat-posts p.jobs-title:after, .feat-posts .resource-wrap .content-col .jobs-title.stat-description:after, .resource-wrap .content-col .feat-posts .jobs-title.stat-description:after, .tabs-column h3.font-small.icon-small-underline:after, .tabs-column .resource-wrap .content-col h3.icon-small-underline.stat-description:after, .resource-wrap .content-col .tabs-column h3.icon-small-underline.stat-description:after, .tabs-column .font-small.jobs-title:after, .tabs-column .resource-wrap .content-col p.jobs-title:after, .resource-wrap .content-col .tabs-column p.jobs-title:after, .tabs-column .resource-wrap .content-col .jobs-title.stat-description:after, .resource-wrap .content-col .tabs-column .jobs-title.stat-description:after, .tabs-column .font-small.icon-small-underline.promo-title:after, .tabs-column .resource-wrap .content-col p.icon-small-underline.promo-title:after, .resource-wrap .content-col .tabs-column p.icon-small-underline.promo-title:after, .tabs-column .resource-wrap .content-col .icon-small-underline.promo-title.stat-description:after, .resource-wrap .content-col .tabs-column .icon-small-underline.promo-title.stat-description:after, .tabs-column .iqt_featured_blog h2.font-small.promo-title:after, .tabs-column .iqt_featured_blog .resource-wrap .content-col h2.promo-title.stat-description:after, .resource-wrap .content-col .tabs-column .iqt_featured_blog h2.promo-title.stat-description:after, .iqt_featured_blog .tabs-column h2.font-small.promo-title:after, .iqt_featured_blog .tabs-column .resource-wrap .content-col h2.promo-title.stat-description:after, .resource-wrap .content-col .iqt_featured_blog .tabs-column h2.promo-title.stat-description:after, .font-small.icon-small-underline.modal-title:after, .resource-wrap .content-col p.icon-small-underline.modal-title:after, .resource-wrap .content-col .icon-small-underline.modal-title.stat-description:after, .iqt_featured_blog h2.font-small.modal-title:after, .iqt_featured_blog .resource-wrap .content-col h2.modal-title.stat-description:after, .resource-wrap .content-col .iqt_featured_blog h2.modal-title.stat-description:after, .font-small.modal-title.jobs-title:after, .resource-wrap .content-col p.modal-title.jobs-title:after, .resource-wrap .content-col .modal-title.jobs-title.stat-description:after {
  margin-top: 1.1em;
}

h4.font-small.icon-double-square:before, .resource-wrap .content-col h4.icon-double-square.stat-description:before,
h5.font-small.icon-double-square:before,
.portfolio-modal .font-small.icon-double-square.portfolio-title:before,
.resource-wrap .content-col h5.icon-double-square.stat-description:before,
.resource-wrap .content-col .portfolio-modal .icon-double-square.stat-description.portfolio-title:before,
.portfolio-modal .resource-wrap .content-col .icon-double-square.stat-description.portfolio-title:before,
.iqt_recent_blog .block-header h2.font-small.icon-double-square:before,
.iqt_recent_blog .block-header .resource-wrap .content-col h2.icon-double-square.stat-description:before,
.resource-wrap .content-col .iqt_recent_blog .block-header h2.icon-double-square.stat-description:before,
.feat-posts h3.font-small.icon-double-square:before,
.feat-posts .resource-wrap .content-col h3.icon-double-square.stat-description:before,
.resource-wrap .content-col .feat-posts h3.icon-double-square.stat-description:before,
.feat-posts .font-small.icon-double-square.promo-title:before,
.feat-posts .resource-wrap .content-col p.icon-double-square.promo-title:before,
.resource-wrap .content-col .feat-posts p.icon-double-square.promo-title:before,
.feat-posts .resource-wrap .content-col .icon-double-square.promo-title.stat-description:before,
.resource-wrap .content-col .feat-posts .icon-double-square.promo-title.stat-description:before,
.feat-posts .font-small.icon-double-square.jobs-title:before,
.feat-posts .resource-wrap .content-col p.icon-double-square.jobs-title:before,
.resource-wrap .content-col .feat-posts p.icon-double-square.jobs-title:before,
.feat-posts .resource-wrap .content-col .icon-double-square.jobs-title.stat-description:before,
.resource-wrap .content-col .feat-posts .icon-double-square.jobs-title.stat-description:before,
.tabs-column h3.font-small.icon-double-square:before,
.tabs-column .resource-wrap .content-col h3.icon-double-square.stat-description:before,
.resource-wrap .content-col .tabs-column h3.icon-double-square.stat-description:before,
.tabs-column .font-small.icon-double-square.jobs-title:before,
.tabs-column .resource-wrap .content-col p.icon-double-square.jobs-title:before,
.resource-wrap .content-col .tabs-column p.icon-double-square.jobs-title:before,
.tabs-column .resource-wrap .content-col .icon-double-square.jobs-title.stat-description:before,
.resource-wrap .content-col .tabs-column .icon-double-square.jobs-title.stat-description:before,
.tabs-column .font-small.icon-double-square.promo-title:before,
.tabs-column .resource-wrap .content-col p.icon-double-square.promo-title:before,
.resource-wrap .content-col .tabs-column p.icon-double-square.promo-title:before,
.tabs-column .resource-wrap .content-col .icon-double-square.promo-title.stat-description:before,
.resource-wrap .content-col .tabs-column .icon-double-square.promo-title.stat-description:before,
.font-small.icon-double-square.modal-title:before,
.resource-wrap .content-col p.icon-double-square.modal-title:before,
.resource-wrap .content-col .icon-double-square.modal-title.stat-description:before,
h2.font-small.modal-title.slide-header:before,
.resource-wrap .content-col h2.modal-title.slide-header.stat-description:before {
  width: 1.214em;
  height: 1.357em;
  left: -1.7em;
  top: -0.7em;
}

h5, .portfolio-modal .portfolio-title, .iqt_recent_blog .block-header h2, .feat-posts h3, .feat-posts .promo-title, .feat-posts .jobs-title, .tabs-column h3, .tabs-column .jobs-title, .tabs-column .promo-title, .modal-title {
  font-size: 1.294rem;
  /*22px*/
  line-height: 1.182;
}

h6, #gform_6 .gfield_label, .resource-title, .plain-text .question, .success-description {
  font-size: 1.118rem;
  /*19px*/
  line-height: 1.211;
}

h6.font-small, #gform_6 .font-small.gfield_label, .resource-wrap .content-col h6.stat-description, .resource-wrap .content-col #gform_6 .stat-description.gfield_label, #gform_6 .resource-wrap .content-col .stat-description.gfield_label, .font-small.resource-title, .resource-wrap .content-col p.resource-title, .resource-wrap .content-col .resource-title.stat-description, .plain-text .font-small.question, .plain-text .resource-wrap .content-col p.question, .resource-wrap .content-col .plain-text p.question, .plain-text .resource-wrap .content-col .question.stat-description, .resource-wrap .content-col .plain-text .question.stat-description, .font-small.success-description, .resource-wrap .content-col p.success-description, .resource-wrap .content-col .success-description.stat-description {
  font-family: Overpass, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12.4px;
  letter-spacing: 0.101em;
  margin-bottom: 1.129rem;
  margin-top: 2.57em;
  line-height: 1.21;
}

blockquote {
  margin: 1rem;
}

blockquote p, blockquote .stat-description {
  font-size: 2.118em;
  color: #140345;
  line-height: 1.194;
}

blockquote.icon-double-square p, blockquote.icon-double-square .stat-description {
  position: relative;
  margin-top: 1.4em;
  margin-left: 18%;
}
blockquote.icon-double-square p:before, blockquote.icon-double-square .stat-description:before {
  content: "";
  position: absolute;
  left: -2.194em;
  top: -1.333em;
  height: 1.833em;
  width: 1.639em;
  background: url("../img/dubsq-blue.svg") no-repeat top right/contain;
  opacity: 0.23;
}

@media screen and (max-width: 1040px) {
  blockquote p, blockquote .stat-description {
    font-size: 1.5em;
    line-height: 1.333;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 16px;
  }

  body {
    line-height: 1.625;
  }

  p, .stat-description, p.font-small, .resource-wrap .content-col p, p.font-large {
    font-size: inherit;
    margin-bottom: 1em;
    line-height: inherit;
  }

  p.icon-double-square:before, .icon-double-square.stat-description:before, h2.stat-description.slide-header:before {
    display: block;
    left: 0;
    width: 1.063em;
    height: 1.188em;
    top: -2.25em;
  }

  h1.icon-small-underline:after, h2.icon-small-underline:after, .iqt_featured_blog h2:after, h3.icon-small-underline:after, .jobs-title:after, .icon-small-underline.promo-title:after, h4.icon-small-underline:after, h5.icon-small-underline:after, .portfolio-modal .icon-small-underline.portfolio-title:after, .iqt_recent_blog .block-header h2.icon-small-underline:after, .icon-small-underline.modal-title:after, h6.icon-small-underline:after, #gform_6 .icon-small-underline.gfield_label:after, .icon-small-underline.resource-title:after, .plain-text .icon-small-underline.question:after, .plain-text .iqt_featured_blog h2.question:after, .iqt_featured_blog .plain-text h2.question:after, .plain-text .question.jobs-title:after, .icon-small-underline.success-description:after {
    width: 18px;
  }

  /* 1em = 16px */
  h1,
h2,
h3.font-large,
.font-large.jobs-title,
.font-large.promo-title {
    font-size: 1.875rem;
    /*30px*/
    line-height: 1.1;
    letter-spacing: -0.038px;
  }

  h3, .jobs-title, .promo-title {
    font-size: 1.438rem;
    /*23px*/
    line-height: 1.304;
    letter-spacing: -0.038em;
  }

  h5.font-large, .portfolio-modal .font-large.portfolio-title, .iqt_recent_blog .block-header h2.font-large, .feat-posts h3.font-large, .feat-posts .font-large.promo-title, .feat-posts .font-large.jobs-title, .tabs-column h3.font-large, .tabs-column .font-large.jobs-title, .tabs-column .font-large.promo-title, .font-large.modal-title,
h6.font-large,
#gform_6 .font-large.gfield_label,
.font-large.resource-title,
.plain-text .font-large.question,
.font-large.success-description {
    font-size: 1.188rem;
    /*19px*/
    line-height: 1.211;
    letter-spacing: 0;
  }

  h3.font-small, .resource-wrap .content-col h3.stat-description, .font-small.jobs-title, .resource-wrap .content-col p.jobs-title, .resource-wrap .content-col .jobs-title.stat-description, .font-small.promo-title, .resource-wrap .content-col p.promo-title, .resource-wrap .content-col .promo-title.stat-description,
h4, h4.font-large,
h5,
.portfolio-modal .portfolio-title,
.iqt_recent_blog .block-header h2,
.feat-posts h3,
.feat-posts .promo-title,
.feat-posts .jobs-title,
.tabs-column h3,
.tabs-column .jobs-title,
.tabs-column .promo-title,
.modal-title,
h6,
#gform_6 .gfield_label,
.resource-title,
.plain-text .question,
.success-description {
    font-size: 1.063rem;
    /*17px*/
    line-height: 1.471em;
  }

  h4.font-small.icon-small-underline:after, .resource-wrap .content-col h4.icon-small-underline.stat-description:after, h4.font-small.jobs-title:after, .resource-wrap .content-col h4.jobs-title.stat-description:after,
h5.font-small.icon-small-underline:after,
.portfolio-modal .font-small.icon-small-underline.portfolio-title:after,
.resource-wrap .content-col h5.icon-small-underline.stat-description:after,
.resource-wrap .content-col .portfolio-modal .icon-small-underline.stat-description.portfolio-title:after,
.portfolio-modal .resource-wrap .content-col .icon-small-underline.stat-description.portfolio-title:after,
.iqt_recent_blog .block-header h2.font-small.icon-small-underline:after,
.iqt_recent_blog .block-header .resource-wrap .content-col h2.icon-small-underline.stat-description:after,
.resource-wrap .content-col .iqt_recent_blog .block-header h2.icon-small-underline.stat-description:after,
.feat-posts h3.font-small.icon-small-underline:after,
.feat-posts .resource-wrap .content-col h3.icon-small-underline.stat-description:after,
.resource-wrap .content-col .feat-posts h3.icon-small-underline.stat-description:after,
.feat-posts .font-small.icon-small-underline.promo-title:after,
.feat-posts .resource-wrap .content-col p.icon-small-underline.promo-title:after,
.resource-wrap .content-col .feat-posts p.icon-small-underline.promo-title:after,
.feat-posts .resource-wrap .content-col .icon-small-underline.promo-title.stat-description:after,
.resource-wrap .content-col .feat-posts .icon-small-underline.promo-title.stat-description:after,
.feat-posts .iqt_featured_blog h2.font-small.promo-title:after,
.feat-posts .iqt_featured_blog .resource-wrap .content-col h2.promo-title.stat-description:after,
.resource-wrap .content-col .feat-posts .iqt_featured_blog h2.promo-title.stat-description:after,
.iqt_featured_blog .feat-posts h2.font-small.promo-title:after,
.iqt_featured_blog .feat-posts .resource-wrap .content-col h2.promo-title.stat-description:after,
.resource-wrap .content-col .iqt_featured_blog .feat-posts h2.promo-title.stat-description:after,
h5.font-small.jobs-title:after,
.portfolio-modal .font-small.jobs-title.portfolio-title:after,
.resource-wrap .content-col h5.jobs-title.stat-description:after,
.resource-wrap .content-col .portfolio-modal .jobs-title.stat-description.portfolio-title:after,
.portfolio-modal .resource-wrap .content-col .jobs-title.stat-description.portfolio-title:after,
.iqt_recent_blog .block-header h2.font-small.jobs-title:after,
.iqt_recent_blog .block-header .resource-wrap .content-col h2.jobs-title.stat-description:after,
.resource-wrap .content-col .iqt_recent_blog .block-header h2.jobs-title.stat-description:after,
.feat-posts .font-small.jobs-title:after,
.feat-posts .resource-wrap .content-col p.jobs-title:after,
.resource-wrap .content-col .feat-posts p.jobs-title:after,
.feat-posts .resource-wrap .content-col .jobs-title.stat-description:after,
.resource-wrap .content-col .feat-posts .jobs-title.stat-description:after,
.tabs-column h3.font-small.icon-small-underline:after,
.tabs-column .resource-wrap .content-col h3.icon-small-underline.stat-description:after,
.resource-wrap .content-col .tabs-column h3.icon-small-underline.stat-description:after,
.tabs-column .font-small.jobs-title:after,
.tabs-column .resource-wrap .content-col p.jobs-title:after,
.resource-wrap .content-col .tabs-column p.jobs-title:after,
.tabs-column .resource-wrap .content-col .jobs-title.stat-description:after,
.resource-wrap .content-col .tabs-column .jobs-title.stat-description:after,
.tabs-column .font-small.icon-small-underline.promo-title:after,
.tabs-column .resource-wrap .content-col p.icon-small-underline.promo-title:after,
.resource-wrap .content-col .tabs-column p.icon-small-underline.promo-title:after,
.tabs-column .resource-wrap .content-col .icon-small-underline.promo-title.stat-description:after,
.resource-wrap .content-col .tabs-column .icon-small-underline.promo-title.stat-description:after,
.tabs-column .iqt_featured_blog h2.font-small.promo-title:after,
.tabs-column .iqt_featured_blog .resource-wrap .content-col h2.promo-title.stat-description:after,
.resource-wrap .content-col .tabs-column .iqt_featured_blog h2.promo-title.stat-description:after,
.iqt_featured_blog .tabs-column h2.font-small.promo-title:after,
.iqt_featured_blog .tabs-column .resource-wrap .content-col h2.promo-title.stat-description:after,
.resource-wrap .content-col .iqt_featured_blog .tabs-column h2.promo-title.stat-description:after,
.font-small.icon-small-underline.modal-title:after,
.resource-wrap .content-col p.icon-small-underline.modal-title:after,
.resource-wrap .content-col .icon-small-underline.modal-title.stat-description:after,
.iqt_featured_blog h2.font-small.modal-title:after,
.iqt_featured_blog .resource-wrap .content-col h2.modal-title.stat-description:after,
.resource-wrap .content-col .iqt_featured_blog h2.modal-title.stat-description:after,
.font-small.modal-title.jobs-title:after,
.resource-wrap .content-col p.modal-title.jobs-title:after,
.resource-wrap .content-col .modal-title.jobs-title.stat-description:after {
    margin-top: 0.875rem;
  }

  blockquote {
    margin-left: auto;
    margin-right: auto;
  }

  blockquote p, blockquote .stat-description {
    text-align: center;
  }

  blockquote.icon-double-square p, blockquote.icon-double-square .stat-description {
    margin-left: 0;
  }
  blockquote.icon-double-square p:before, blockquote.icon-double-square .stat-description:before {
    display: block;
    position: static;
    width: 1.167em;
    height: 1.292em;
    margin: 0 auto 0.708em;
  }
}
/* Forms */
input[type=text],
input[type=email],
input[type=url],
input[type=search],
select,
.wp-block-iqt-custom-blocks-anchor-links .mobile-button,
textarea {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.25s;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
select:focus,
.wp-block-iqt-custom-blocks-anchor-links .mobile-button:focus,
textarea:focus {
  outline: none;
}

input[type=text],
input[type=email],
input[type=url],
select,
.wp-block-iqt-custom-blocks-anchor-links .mobile-button,
textarea {
  display: block;
  border: 1px solid #DEE5F0;
  border-radius: 3px;
  max-width: 460px;
  padding: 0.978rem 1.412rem 1.008rem 0.765rem;
  font-family: Overpass, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12.4px;
  letter-spacing: 0.101em;
  color: #130047;
  margin-bottom: 1.412em;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: #027BFC;
  box-shadow: inset 0px 0px 0px 0.03rem #027BFC, 0px 27px 36px rgba(164, 179, 210, 0.36);
}

select, .wp-block-iqt-custom-blocks-anchor-links .mobile-button {
  background-image: url("img/darr.svg");
  background-position: center right 19px;
  background-repeat: no-repeat;
  background-size: 10px auto;
}

label {
  font-family: Poppins, sans-serif;
  font-size: 12.5px;
  line-height: 1rem;
  font-weight: 800;
  display: inline-block;
  margin-bottom: 6px;
  color: #130047;
}

input[type=search] {
  box-shadow: none;
  border: none;
  padding: 0 0 10px 33px;
  border-bottom: 2px solid #130047;
  background-color: transparent;
  background-image: url("img/search.svg");
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: top left;
  line-height: 1.5;
  color: #4A435D;
}
input[type=search]:focus {
  border-color: #027BFC;
}

.search-form label {
  font-family: Lora, serif;
  color: #4A435D;
  font-size: 100%;
}

body .gform_wrapper .gform_validation_container {
  display: none;
}

.gfield_radio,
.gfield_checkbox,
.checkbox-group {
  margin-bottom: 64px;
}

.gfield_checkbox {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

.gfield_radio li,
.gfield_checkbox li,
.checkbox-group {
  position: relative;
  display: flex;
  align-items: center;
}

.gfield_radio li {
  margin-bottom: 11px;
}

.gfield_checkbox li {
  margin-bottom: 26px;
}

.gfield_radio input,
.gfield_checkbox input,
.checkbox-group input {
  opacity: 0;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  background-color: #027BFC;
  z-index: 1;
  -webkit-appearance: none;
  border-radius: 2px;
}
.gfield_radio input:checked,
.gfield_checkbox input:checked,
.checkbox-group input:checked {
  opacity: 1;
}
.gfield_radio input:focus,
.gfield_checkbox input:focus,
.checkbox-group input:focus {
  outline: none;
}

.gfield_radio label,
.gfield_checkbox label,
.checkbox-group label {
  line-height: 22px;
  font-family: Overpass, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12.4px;
  letter-spacing: 0.101em;
  margin: 0 0 0 18px;
}
.gfield_radio label:before,
.gfield_checkbox label:before,
.checkbox-group label:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #027BFC;
  box-shadow: inset 0px 0px 0px 0.04rem #027BFC, 0px 0px 0px 0.04rem #027BFC;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
}

.gfield {
  margin-bottom: 1.412em;
}

.gfield .buttons a {
  margin: 0 15px;
}

.required-text {
  font-family: Overpass, sans-serif;
  text-transform: uppercase;
  font-size: 1.059rem;
  letter-spacing: 0.061em;
  line-height: 1.444;
  font-size: 80%;
  color: #F75040;
}
@media screen and (max-width: 640px) {
  .required-text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 640px) {
  .gfield_checkbox {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }

  .gfield_radio,
.gfield_checkbox,
.checkbox-group {
    margin-bottom: 32px;
  }

  .gfield_radio li,
.gfield_checkbox li {
    margin-bottom: 18px;
  }

  input[type=search] {
    padding: 0 0 5px 20px;
    background-size: 17px auto;
    background-position: bottom 7px left;
    line-height: 0;
  }
}
/* Icons */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?f2hkx3");
  src: url("fonts/icomoon.eot?f2hkx3#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?f2hkx3") format("truetype"), url("fonts/icomoon.woff?f2hkx3") format("woff"), url("fonts/icomoon.svg?f2hkx3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=i-], [class*=" i-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.i-apple:before {
  content: "\e90c";
}

.i-google:before {
  content: "\e90d";
}

.i-rss:before {
  content: "\e90e";
}

.i-burger:before {
  content: "\e900";
}

.i-dcaret:before {
  content: "\e905";
}

.i-larr:before {
  content: "\e901";
}

.i-lcaret:before {
  content: "\e902";
}

.i-out:before {
  content: "\e906";
}

.i-plus:before {
  content: "\e907";
}

.i-rarr:before {
  content: "\e903";
}

.i-rcaret:before {
  content: "\e908";
}

.i-search:before {
  content: "\e909";
}

.i-sound:before {
  content: "\e904";
}

.i-ucaret:before {
  content: "\e90a";
}

.i-x:before {
  content: "\e90b";
}

/* Modals */
.modal-container {
  background-color: #027BFC;
  color: #ffffff;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  width: 93.75%;
  max-width: 651px;
  padding: 5.765em 5.5% 3.588em 7.5%;
  border-bottom-right-radius: 100px;
  display: none;
  box-shadow: 0 52px 84px 0 rgba(0, 0, 0, 0.24);
}
.modal-container h1, .modal-container h2, .modal-container h3, .modal-container .jobs-title, .modal-container .promo-title, .modal-container h4, .modal-container h5, .modal-container .portfolio-modal .portfolio-title, .portfolio-modal .modal-container .portfolio-title, .modal-container .iqt_recent_blog .block-header h2, .iqt_recent_blog .block-header .modal-container h2, .modal-container .modal-title, .modal-container h6, .modal-container #gform_6 .gfield_label, #gform_6 .modal-container .gfield_label, .modal-container .resource-title, .modal-container .plain-text .question, .plain-text .modal-container .question, .modal-container .success-description {
  color: inherit;
}

.modal-title {
  color: inherit;
}

.fancybox-bg {
  background-color: #ffffff;
}

.fancybox-slide--html .fancybox-close-small {
  height: 2.845rem;
  width: 2.485rem;
  top: 20px;
  right: 3.5%;
  padding: 0;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small:hover {
  box-shadow: none;
}

.modal-container[id^=video-modal-] {
  padding: 0;
  max-width: none;
  width: 85%;
  padding-top: 48%;
  background: transparent;
  box-shadow: 0 30px 45px 0 rgba(0, 0, 0, 0.31);
  border-radius: 0;
  overflow: visible;
  top: 31px;
}

.modal-container[id^=video-modal-] .modal-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.modal-container[id^=video-modal-] .fancybox-close-small {
  background-color: #027BFC;
  border-radius: 50%;
  right: 0;
  height: 31px;
  width: 31px;
  top: -62px;
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.19);
  padding: 5px;
}

.modal-container[id^=video-modal-] .modal-wrap,
.modal-container .wp-block-embed__wrapper,
.modal-container .wp-block-embed iframe {
  height: 100%;
}

.modal-container .wp-block-embed {
  margin: 0;
  height: 100%;
}

.modal-container .wp-block-embed iframe {
  width: 100%;
}

.modal-content .bio-header {
  font-size: 1.294em;
  /*22px*/
  line-height: 1.182;
  margin-bottom: 10px;
}

.modal-content .bio-title {
  margin-bottom: 3.118rem;
}

@media screen and (max-width: 640px) {
  .modal-container {
    padding-bottom: 46px;
    padding-top: 103px;
  }

  .modal-content .bio-title {
    margin-bottom: 1.813rem;
  }
}
/*--------------------------------------------------------------
 Layout
--------------------------------------------------------------*/
.wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  width: 93.75%;
}

.col-4 {
  flex-basis: 23.9473684%;
  margin-left: 1.3157895%;
  margin-right: 1.3157895%;
}

@media screen and (min-width: 1041px) {
  .site-content {
    margin-top: 78px;
  }
}
@media screen and (max-width: 1040px) {
  .site-content {
    margin-top: 50px;
  }
}
/* Boilerplate template */
.page-template-page-boilerplate main,
.page-template-page-form main {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  width: 93.75%;
  padding-top: 58px;
  padding-bottom: 100px;
}

.page-template-page-boilerplate .entry-title {
  margin-left: 7.2807017333%;
}

.page-template-page-boilerplate .entry-content {
  margin-left: 15.6140350667%;
  max-width: 750px;
}
.page-template-page-boilerplate .entry-content h3, .page-template-page-boilerplate .entry-content .jobs-title, .page-template-page-boilerplate .entry-content .promo-title, .page-template-page-boilerplate .entry-content h4, .page-template-page-boilerplate .entry-content h5, .page-template-page-boilerplate .entry-content .portfolio-modal .portfolio-title, .portfolio-modal .page-template-page-boilerplate .entry-content .portfolio-title, .page-template-page-boilerplate .entry-content .iqt_recent_blog .block-header h2, .iqt_recent_blog .block-header .page-template-page-boilerplate .entry-content h2, .page-template-page-boilerplate .entry-content .modal-title, .page-template-page-boilerplate .entry-content h6, .page-template-page-boilerplate .entry-content #gform_6 .gfield_label, #gform_6 .page-template-page-boilerplate .entry-content .gfield_label, .page-template-page-boilerplate .entry-content .resource-title, .page-template-page-boilerplate .entry-content .plain-text .question, .plain-text .page-template-page-boilerplate .entry-content .question, .page-template-page-boilerplate .entry-content .success-description {
  margin-top: 2.545em;
  margin-bottom: 8px;
}

.page-template-page-boilerplate p, .page-template-page-boilerplate .stat-description {
  margin-bottom: 1.247em;
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .page-template-page-boilerplate main,
.page-template-page-form main {
    padding-top: 22px;
  }

  .page-template-page-boilerplate .entry-title,
.page-template-page-boilerplate .entry-content {
    margin-left: 0;
  }
}
/* Header */
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #0C031F;
  box-shadow: 0 11px 38px 0 rgba(0, 0, 0, 0.08);
  z-index: 9999;
}

.site-header .wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.site-branding img {
  height: 100%;
  width: auto;
  max-width: 100%;
  transition: 0.4ms;
}

.toggled-logo {
  display: none;
}

.site-header a {
  color: #ffffff;
  white-space: nowrap;
  font-weight: 900;
}

.primary-menu .menu-item-has-children {
  position: relative;
}

.menu-item-has-children.focus .sub-menu {
  display: block;
}

.return-link {
  padding: 0;
  margin-bottom: 2.984em;
}

.return-link .i-lcaret {
  font-size: 9px;
  margin-right: 16px;
}

.secondary-menu a {
  font-family: Overpass, sans-serif;
  text-transform: uppercase;
}

.site-header button {
  border: none;
  color: #ffffff;
  box-shadow: none;
}

.menu-toggle {
  padding: 0;
  background-color: transparent;
  font-size: 1.1rem;
}

.site-header .search-form {
  width: 100%;
  border-radius: 2em;
  transition: 0.4s ease-in-out;
  background-color: transparent;
  font-size: 0.625rem;
  letter-spacing: 0.166em;
  color: #ffffff;
  max-width: 232px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.site-header .search-form label {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  transition: inherit;
  -webkit-box: 1;
  -moz-box: 1;
  flex: 1 0 auto;
  text-align: left;
}

.site-header .search-form.toggled label {
  max-width: 400px;
}

.site-header .search-form.toggled {
  background-color: rgba(216, 216, 216, 0.1);
}

.site-header .search-form input[type=search] {
  color: #ffffff;
  border: none;
  font-family: Overpass, sans-serif;
  text-transform: uppercase;
  font-size: 0.588rem;
  padding: 0 0 0 1.45em;
  letter-spacing: 0.166em;
  transition: inherit;
  background-image: none;
}
.site-header .search-form input[type=search]::-webkit-input-placeholder {
  color: inherit;
}
.site-header .search-form input[type=search]::-moz-placeholder {
  color: inherit;
}
.site-header .search-form input[type=search]:-ms-input-placeholder {
  color: inherit;
}
.site-header .search-form input[type=search]::placeholder {
  color: inherit;
}
.site-header .search-form input[type=search]:focus {
  outline: none;
}
.site-header .search-form input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.site-header .search-submit {
  border-radius: 50%;
  font-size: 0;
}
.site-header .search-submit:before {
  display: inline-block;
  padding: 0.471em 0.433em 0.462em 0.467em;
  content: "\e909";
  font-family: "icomoon" !important;
  speak: never;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
}
.site-header .search-submit * {
  pointer-events: none;
}

@media screen and (min-width: 1041px) {
  .menu-toggle {
    display: none;
  }

  .site-header {
    height: 78px;
  }

  .site-branding {
    max-width: 245px;
    -webkit-box: 1;
    -moz-box: 1;
    flex: 1 1 auto;
    padding: 19px 1.65% 13px;
  }

  .site-header .menu {
    display: flex;
    margin: 0;
  }

  .main-navigation {
    -webkit-box: 1;
    -moz-box: 1;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
  }

  .primary-menu {
    order: 1;
    -webkit-box: 1;
    -moz-box: 1;
    flex: 1 0 auto;
    display: flex;
  }

  .primary-menu .menu {
    -webkit-box: 1;
    -moz-box: 1;
    flex: 1 0 auto;
    justify-content: space-between;
    margin-left: auto;
    max-width: 789px;
  }

  .primary-menu li {
    line-height: 1.308;
    font-family: Overpass, sans-serif;
    text-transform: uppercase;
  }

  .primary-menu a {
    letter-spacing: 0.092em;
    font-size: 0.765em;
  }

  .primary-menu .current-menu-item {
    border-bottom: 5px solid #027BFC;
  }

  .primary-menu .current-menu-item .sub-menu {
    margin-top: 5px;
  }

  .parent-link, .return-link {
    display: none;
  }

  .primary-menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #F75040;
    font-size: 0.882rem;
    padding: 1.4em 4.133em 1.667em 1.773em;
    background: #F75040;
    box-shadow: 0 14px 60px -6px rgba(19, 21, 30, 0.33);
    border-bottom-right-radius: 4em;
  }

  .primary-menu .menu-item-has-children:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 18%;
    border-left: 3.25px solid transparent;
    border-right: 3.25px solid transparent;
    border-top: 5px solid #ffffff;
    margin-left: 4px;
  }

  .primary-menu .menu-item-has-children:hover .sub-menu {
    display: block;
  }

  .primary-menu .sub-menu li {
    line-height: 2.533;
    margin: 0;
  }

  .primary-menu .sub-menu a {
    font-size: inherit;
    text-transform: none;
    letter-spacing: 0;
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .secondary-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0.199rem;
    margin-bottom: 0.272rem;
  }

  .secondary-menu .menu {
    justify-content: flex-end;
  }

  .secondary-menu li {
    padding-left: 0.5em;
    margin-left: 0.5em;
    line-height: 0.7;
  }

  .secondary-menu li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.11);
  }

  .secondary-menu a {
    line-height: 1.9;
    font-size: 0.533rem;
    letter-spacing: 0.166em;
  }

  .site-header .search-form {
    order: -1;
  }

  .site-header .search-submit {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .site-header .search-submit:before {
    font-size: 0.9rem;
  }
  .site-header .search-submit:hover, .site-header .search-submit:focus {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .sub-menu-bttn {
    display: none;
  }
}
@media screen and (max-width: 1040px) {
  .site-header {
    height: 50px;
  }
  .site-header.toggled {
    background-color: #027BFC;
  }

  .toggled .menu-toggle .i-burger:before {
    content: "\e90b";
  }

  .toggled .toggled-logo {
    display: inline;
  }

  .toggled .shown-logo {
    display: none;
  }

  .main-navigation,
.primary-menu .sub-menu {
    position: fixed;
    height: calc(100vh - 50px);
    width: 100vw;
    padding: 3rem 14.375% 3.313rem;
    top: 50px;
    background-color: #027BFC;
    text-align: right;
    transition: 0.4s;
  }

  .main-navigation {
    display: none;
  }

  .site-header.toggled .main-navigation {
    display: block;
  }

  .primary-menu .sub-menu {
    z-index: 1;
    opacity: 0;
    left: 100%;
  }

  .main-navigation {
    left: 0;
  }

  .menu-item-has-children.focus .sub-menu {
    left: 0;
    opacity: 1;
  }

  .site-branding {
    padding: 8.5px 0 7.5px;
  }

  .site-header .menu {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .primary-menu li {
    text-transform: none;
    letter-spacing: 0;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 1.313rem;
    letter-spacing: -0.039em;
    line-height: 1.571;
    margin-bottom: 0.524em;
  }

  .sub-menu-bttn {
    font-size: 0;
    width: 30px;
    height: 18px;
    position: relative;
    padding: 0;
    top: -10px;
  }
  .sub-menu-bttn:before {
    font-family: icomoon !important;
    position: absolute;
    speak: never;
    content: "\e908";
    display: inline-block;
    color: #ffffff;
    font-size: 10px;
    right: 6px;
    top: 0;
    width: 100%;
    line-height: 2.18;
  }

  .primary-menu .current-menu-item {
    border-bottom: 2px solid #ffffff;
  }

  .primary-menu:after {
    content: "";
    display: inline-block;
    width: 8.75rem;
    margin: 1.813rem 0 1.875rem auto;
    height: 1px;
    background-color: #ffffff;
  }

  .secondary-menu li {
    font-family: Overpass, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12.4px;
    letter-spacing: 0.101em;
    line-height: 1;
    margin-bottom: 1.855em;
  }

  .site-header .search-form {
    margin-top: 3.313rem;
  }

  .site-header .search-submit {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .site-header .search-submit:before {
    font-size: 1.2rem;
  }
  .site-header .search-submit:hover, .site-header .search-submit:focus {
    background-color: rgba(255, 255, 255, 0.15);
  }
}
/* Promos */
.footer-promo {
  background: linear-gradient(201deg, #EDF4FB 0%, #EDF4FB 0%, #F7FAFD 100%);
  padding-top: 120px;
}

.promo-wrap {
  background-color: #E8ECF2;
  border-top-right-radius: 200px;
  position: relative;
  z-index: 1;
}

.promo-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  width: 93.75%;
  background-color: #027BFC;
  color: #ffffff;
  text-align: center;
  max-width: 1140px;
  padding: 6.353em 15px 5.412em;
  box-shadow: 0 52px 84px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  top: -120px;
  margin-bottom: -30px;
}
.promo-container h1, .promo-container h2, .promo-container h3, .promo-container .jobs-title, .promo-container .promo-title, .promo-container h4, .promo-container h5, .promo-container .portfolio-modal .portfolio-title, .portfolio-modal .promo-container .portfolio-title, .promo-container .iqt_recent_blog .block-header h2, .iqt_recent_blog .block-header .promo-container h2, .promo-container .modal-title, .promo-container h6, .promo-container #gform_6 .gfield_label, #gform_6 .promo-container .gfield_label, .promo-container .resource-title, .promo-container .plain-text .question, .plain-text .promo-container .question, .promo-container .success-description {
  color: inherit;
}

.promo-title {
  margin-bottom: 0.512em;
}

.footer-promo p, .footer-promo .stat-description {
  font-size: 1.294em;
  margin: 0 auto 2.455em;
  line-height: 1.364;
  max-width: 609px;
}

.footer-promo .links {
  margin: 0;
}

.footer-promo .links li {
  display: inline-block;
  margin: 0 15px 15px;
}

.footer-promo .links a {
  background-color: #ffffff;
  color: #130047;
}
.footer-promo .links a:active, .footer-promo .links a:hover, .footer-promo .links a:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

@media screen and (max-width: 640px) {
  .footer-promo {
    padding-top: 66px;
  }

  .promo-container {
    padding-top: 3.25em;
    padding-bottom: 2.25em;
    top: -66px;
  }

  .footer-promo p, .footer-promo .stat-description {
    font-size: 1em;
    line-height: 1.625;
    margin-bottom: 1.875em;
  }

  .promo-title {
    font-size: 1.25em;
    margin-bottom: 0.5em;
  }
}
/* Footer */
.site-footer {
  background-color: #E7EBF1;
  padding-top: 88px;
  position: relative;
  z-index: 10;
}

.site-footer .wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.footer-branding {
  float: left;
}

.footer-branding img {
  display: block;
  max-width: 180px;
  margin-left: 6px;
}

.footer-menu {
  max-width: 786px;
  width: 76%;
  float: right;
  margin-bottom: 46px;
}

.footer-menu .menu {
  display: flex;
  margin-top: 2px;
}

.footer-menu .menu > li {
  -webkit-box: 1;
  -moz-box: 1;
  flex: 1 0 auto;
  font-family: Overpass, sans-serif;
  text-transform: uppercase;
  font-size: 12.5px;
  color: #454954;
  letter-spacing: 1.16px;
  padding-right: 20px;
}
.footer-menu .menu > li:last-of-type {
  padding-right: 0;
}

.footer-menu .menu a {
  display: block;
  margin-bottom: 24px;
}

.colophon,
.footer-menu .sub-menu {
  text-transform: none;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-weight: 500;
  color: #7C818D;
  font-size: 12px;
}

.footer-menu .sub-menu a {
  line-height: 1.75;
  margin-bottom: 1em;
}

.colophon {
  clear: both;
  padding: 14px 0;
  border-top: 1px solid #ffffff;
}

.colophon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.colophon .menu {
  margin: 0;
}

.colophon li {
  display: inline;
}

.colophon li + li {
  margin-left: 20px;
}

@media screen and (max-width: 1040px) {
  .footer-menu,
.footer-branding {
    float: none;
    width: 100%;
  }

  .footer-menu .menu {
    flex-wrap: wrap;
  }

  .footer-menu .menu > li {
    max-width: 33.33%;
    flex-basis: 33.33%;
    margin-bottom: 28px;
  }
  .footer-menu .menu > li:nth-of-type(even) {
    padding-right: 0;
  }

  .footer-branding img {
    margin: 0 0 33px;
  }
}
@media screen and (max-width: 640px) {
  .site-footer {
    padding-top: 21px;
  }

  .footer-branding img {
    max-width: 155px;
  }

  .footer-menu {
    margin-bottom: 30px;
  }

  .footer-menu .menu > li {
    max-width: 50%;
    flex-basis: 50%;
  }

  .colophon {
    border: none;
    padding: 11px 0;
    justify-content: center;
    text-align: center;
  }

  .colophon li {
    margin: 0 10px;
  }

  .colophon .menu {
    width: 100%;
    order: -1;
    margin-bottom: 24px;
  }
}
/* Footer */
#cookie-law-info-bar {
  bottom: 0 !important;
  right: 0 !important;
  background: rgba(19, 0, 71, 0.92) !important;
  padding-top: 1.75rem !important;
  padding-bottom: 1.4375rem !important;
  padding-left: 2.3125rem !important;
  padding-right: 2.125rem !important;
  width: 100%;
}
@media screen and (min-width: 640px) {
  #cookie-law-info-bar {
    width: 478px !important;
    border-top-left-radius: 6px;
  }
}

#cookie-law-info-bar h5.cli_messagebar_head, #cookie-law-info-bar .portfolio-modal .cli_messagebar_head.portfolio-title, .portfolio-modal #cookie-law-info-bar .cli_messagebar_head.portfolio-title, #cookie-law-info-bar .iqt_recent_blog .block-header h2.cli_messagebar_head, .iqt_recent_blog .block-header #cookie-law-info-bar h2.cli_messagebar_head, #cookie-law-info-bar .feat-posts h3.cli_messagebar_head, .feat-posts #cookie-law-info-bar h3.cli_messagebar_head, #cookie-law-info-bar .feat-posts .cli_messagebar_head.promo-title, .feat-posts #cookie-law-info-bar .cli_messagebar_head.promo-title, #cookie-law-info-bar .feat-posts .cli_messagebar_head.jobs-title, .feat-posts #cookie-law-info-bar .cli_messagebar_head.jobs-title, #cookie-law-info-bar .tabs-column h3.cli_messagebar_head, #cookie-law-info-bar .tabs-column .cli_messagebar_head.jobs-title, .tabs-column #cookie-law-info-bar h3.cli_messagebar_head, .tabs-column #cookie-law-info-bar .cli_messagebar_head.jobs-title, #cookie-law-info-bar .tabs-column .cli_messagebar_head.promo-title, .tabs-column #cookie-law-info-bar .cli_messagebar_head.promo-title, #cookie-law-info-bar .cli_messagebar_head.modal-title {
  color: white;
  margin-bottom: 14px !important;
}

#cookie-law-info-bar .cli-bar-message {
  font-family: Lora, serif !important;
  color: white !important;
  font-size: 16px;
  line-height: 26px;
}

#cookie-law-info-bar .cli-bar-message .cli-plugin-button:nth-of-type(1) {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 16px;
  right: 12px;
  background: url(img/blue-close.svg) no-repeat center center/21px !important;
  text-indent: -10000px;
  border-bottom: none;
}

#cookie-law-info-bar .cli-plugin-button {
  background: transparent !important;
  font-family: Overpass, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: white;
  font-size: 12.4px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  letter-spacing: 1.25px !important;
  border-bottom: 2px solid #027BFC;
}

#cookie-law-info-again {
  box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3) !important;
}

#cookie-law-info-bar .cli-bar-message a {
  color: white !important;
}

/*--------------------------------------------------------------
 Blocks
--------------------------------------------------------------*/
/* 
 * Core Blocks 
 */
.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color .jobs-title,
.has-text-color .promo-title,
.has-text-color h4,
.has-text-color h5,
.has-text-color .portfolio-modal .portfolio-title,
.portfolio-modal .has-text-color .portfolio-title,
.has-text-color .iqt_recent_blog .block-header h2,
.iqt_recent_blog .block-header .has-text-color h2,
.has-text-color .modal-title,
.has-text-color h6,
.has-text-color #gform_6 .gfield_label,
#gform_6 .has-text-color .gfield_label,
.has-text-color .resource-title,
.has-text-color .plain-text .question,
.plain-text .has-text-color .question,
.has-text-color .success-description,
.has-text-color p,
.has-text-color .stat-description {
  color: inherit;
}

.has-text-color.has-white-color {
  color: #ffffff;
}

.has-white-background-color,
.has-background-color-white {
  background-color: #ffffff;
}

.bg-color-white {
  background-color: #ffffff;
}

.wp-block-button__link.has-white-background-color:active, .wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus {
  border-color: #ffffff;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color .jobs-title,
.has-text-color .promo-title,
.has-text-color h4,
.has-text-color h5,
.has-text-color .portfolio-modal .portfolio-title,
.portfolio-modal .has-text-color .portfolio-title,
.has-text-color .iqt_recent_blog .block-header h2,
.iqt_recent_blog .block-header .has-text-color h2,
.has-text-color .modal-title,
.has-text-color h6,
.has-text-color #gform_6 .gfield_label,
#gform_6 .has-text-color .gfield_label,
.has-text-color .resource-title,
.has-text-color .plain-text .question,
.plain-text .has-text-color .question,
.has-text-color .success-description,
.has-text-color p,
.has-text-color .stat-description {
  color: inherit;
}

.has-text-color.has-dark-color {
  color: #4A435D;
}

.has-dark-background-color,
.has-background-color-dark {
  background-color: #4A435D;
}

.bg-color-dark {
  background-color: #4A435D;
}

.wp-block-button__link.has-dark-background-color:active, .wp-block-button__link.has-dark-background-color:hover, .wp-block-button__link.has-dark-background-color:focus {
  border-color: #4A435D;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color .jobs-title,
.has-text-color .promo-title,
.has-text-color h4,
.has-text-color h5,
.has-text-color .portfolio-modal .portfolio-title,
.portfolio-modal .has-text-color .portfolio-title,
.has-text-color .iqt_recent_blog .block-header h2,
.iqt_recent_blog .block-header .has-text-color h2,
.has-text-color .modal-title,
.has-text-color h6,
.has-text-color #gform_6 .gfield_label,
#gform_6 .has-text-color .gfield_label,
.has-text-color .resource-title,
.has-text-color .plain-text .question,
.plain-text .has-text-color .question,
.has-text-color .success-description,
.has-text-color p,
.has-text-color .stat-description {
  color: inherit;
}

.has-text-color.has-cherry-color {
  color: #F75040;
}

.has-cherry-background-color,
.has-background-color-cherry {
  background-color: #F75040;
}

.bg-color-cherry {
  background-color: #F75040;
}

.wp-block-button__link.has-cherry-background-color:active, .wp-block-button__link.has-cherry-background-color:hover, .wp-block-button__link.has-cherry-background-color:focus {
  border-color: #F75040;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color .jobs-title,
.has-text-color .promo-title,
.has-text-color h4,
.has-text-color h5,
.has-text-color .portfolio-modal .portfolio-title,
.portfolio-modal .has-text-color .portfolio-title,
.has-text-color .iqt_recent_blog .block-header h2,
.iqt_recent_blog .block-header .has-text-color h2,
.has-text-color .modal-title,
.has-text-color h6,
.has-text-color #gform_6 .gfield_label,
#gform_6 .has-text-color .gfield_label,
.has-text-color .resource-title,
.has-text-color .plain-text .question,
.plain-text .has-text-color .question,
.has-text-color .success-description,
.has-text-color p,
.has-text-color .stat-description {
  color: inherit;
}

.has-text-color.has-deep-purple-color {
  color: #130047;
}

.has-deep-purple-background-color,
.has-background-color-deep-purple {
  background-color: #130047;
}

.bg-color-deep-purple {
  background-color: #130047;
}

.wp-block-button__link.has-deep-purple-background-color:active, .wp-block-button__link.has-deep-purple-background-color:hover, .wp-block-button__link.has-deep-purple-background-color:focus {
  border-color: #130047;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color .jobs-title,
.has-text-color .promo-title,
.has-text-color h4,
.has-text-color h5,
.has-text-color .portfolio-modal .portfolio-title,
.portfolio-modal .has-text-color .portfolio-title,
.has-text-color .iqt_recent_blog .block-header h2,
.iqt_recent_blog .block-header .has-text-color h2,
.has-text-color .modal-title,
.has-text-color h6,
.has-text-color #gform_6 .gfield_label,
#gform_6 .has-text-color .gfield_label,
.has-text-color .resource-title,
.has-text-color .plain-text .question,
.plain-text .has-text-color .question,
.has-text-color .success-description,
.has-text-color p,
.has-text-color .stat-description {
  color: inherit;
}

.has-text-color.has-deeper-purple-color {
  color: #10003E;
}

.has-deeper-purple-background-color,
.has-background-color-deeper-purple {
  background-color: #10003E;
}

.bg-color-deeper-purple {
  background-color: #10003E;
}

.wp-block-button__link.has-deeper-purple-background-color:active, .wp-block-button__link.has-deeper-purple-background-color:hover, .wp-block-button__link.has-deeper-purple-background-color:focus {
  border-color: #10003E;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color .jobs-title,
.has-text-color .promo-title,
.has-text-color h4,
.has-text-color h5,
.has-text-color .portfolio-modal .portfolio-title,
.portfolio-modal .has-text-color .portfolio-title,
.has-text-color .iqt_recent_blog .block-header h2,
.iqt_recent_blog .block-header .has-text-color h2,
.has-text-color .modal-title,
.has-text-color h6,
.has-text-color #gform_6 .gfield_label,
#gform_6 .has-text-color .gfield_label,
.has-text-color .resource-title,
.has-text-color .plain-text .question,
.plain-text .has-text-color .question,
.has-text-color .success-description,
.has-text-color p,
.has-text-color .stat-description {
  color: inherit;
}

.has-text-color.has-deepest-purple-color {
  color: #010020;
}

.has-deepest-purple-background-color,
.has-background-color-deepest-purple {
  background-color: #010020;
}

.bg-color-deepest-purple {
  background-color: #010020;
}

.wp-block-button__link.has-deepest-purple-background-color:active, .wp-block-button__link.has-deepest-purple-background-color:hover, .wp-block-button__link.has-deepest-purple-background-color:focus {
  border-color: #010020;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color .jobs-title,
.has-text-color .promo-title,
.has-text-color h4,
.has-text-color h5,
.has-text-color .portfolio-modal .portfolio-title,
.portfolio-modal .has-text-color .portfolio-title,
.has-text-color .iqt_recent_blog .block-header h2,
.iqt_recent_blog .block-header .has-text-color h2,
.has-text-color .modal-title,
.has-text-color h6,
.has-text-color #gform_6 .gfield_label,
#gform_6 .has-text-color .gfield_label,
.has-text-color .resource-title,
.has-text-color .plain-text .question,
.plain-text .has-text-color .question,
.has-text-color .success-description,
.has-text-color p,
.has-text-color .stat-description {
  color: inherit;
}

.has-text-color.has-alt-blue-color {
  color: #027BFC;
}

.has-alt-blue-background-color,
.has-background-color-alt-blue {
  background-color: #027BFC;
}

.bg-color-alt-blue {
  background-color: #027BFC;
}

.wp-block-button__link.has-alt-blue-background-color:active, .wp-block-button__link.has-alt-blue-background-color:hover, .wp-block-button__link.has-alt-blue-background-color:focus {
  border-color: #027BFC;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color .jobs-title,
.has-text-color .promo-title,
.has-text-color h4,
.has-text-color h5,
.has-text-color .portfolio-modal .portfolio-title,
.portfolio-modal .has-text-color .portfolio-title,
.has-text-color .iqt_recent_blog .block-header h2,
.iqt_recent_blog .block-header .has-text-color h2,
.has-text-color .modal-title,
.has-text-color h6,
.has-text-color #gform_6 .gfield_label,
#gform_6 .has-text-color .gfield_label,
.has-text-color .resource-title,
.has-text-color .plain-text .question,
.plain-text .has-text-color .question,
.has-text-color .success-description,
.has-text-color p,
.has-text-color .stat-description {
  color: inherit;
}

.has-text-color.has-blue-color {
  color: #0075F1;
}

.has-blue-background-color,
.has-background-color-blue {
  background-color: #0075F1;
}

.bg-color-blue {
  background-color: #0075F1;
}

.wp-block-button__link.has-blue-background-color:active, .wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus {
  border-color: #0075F1;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color .jobs-title,
.has-text-color .promo-title,
.has-text-color h4,
.has-text-color h5,
.has-text-color .portfolio-modal .portfolio-title,
.portfolio-modal .has-text-color .portfolio-title,
.has-text-color .iqt_recent_blog .block-header h2,
.iqt_recent_blog .block-header .has-text-color h2,
.has-text-color .modal-title,
.has-text-color h6,
.has-text-color #gform_6 .gfield_label,
#gform_6 .has-text-color .gfield_label,
.has-text-color .resource-title,
.has-text-color .plain-text .question,
.plain-text .has-text-color .question,
.has-text-color .success-description,
.has-text-color p,
.has-text-color .stat-description {
  color: inherit;
}

.has-text-color.has-aqua-color {
  color: #5ACBE7;
}

.has-aqua-background-color,
.has-background-color-aqua {
  background-color: #5ACBE7;
}

.bg-color-aqua {
  background-color: #5ACBE7;
}

.wp-block-button__link.has-aqua-background-color:active, .wp-block-button__link.has-aqua-background-color:hover, .wp-block-button__link.has-aqua-background-color:focus {
  border-color: #5ACBE7;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color .jobs-title,
.has-text-color .promo-title,
.has-text-color h4,
.has-text-color h5,
.has-text-color .portfolio-modal .portfolio-title,
.portfolio-modal .has-text-color .portfolio-title,
.has-text-color .iqt_recent_blog .block-header h2,
.iqt_recent_blog .block-header .has-text-color h2,
.has-text-color .modal-title,
.has-text-color h6,
.has-text-color #gform_6 .gfield_label,
#gform_6 .has-text-color .gfield_label,
.has-text-color .resource-title,
.has-text-color .plain-text .question,
.plain-text .has-text-color .question,
.has-text-color .success-description,
.has-text-color p,
.has-text-color .stat-description {
  color: inherit;
}

.has-text-color.has-alt-aqua-color {
  color: #60CFEB;
}

.has-alt-aqua-background-color,
.has-background-color-alt-aqua {
  background-color: #60CFEB;
}

.bg-color-alt-aqua {
  background-color: #60CFEB;
}

.wp-block-button__link.has-alt-aqua-background-color:active, .wp-block-button__link.has-alt-aqua-background-color:hover, .wp-block-button__link.has-alt-aqua-background-color:focus {
  border-color: #60CFEB;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color .jobs-title,
.has-text-color .promo-title,
.has-text-color h4,
.has-text-color h5,
.has-text-color .portfolio-modal .portfolio-title,
.portfolio-modal .has-text-color .portfolio-title,
.has-text-color .iqt_recent_blog .block-header h2,
.iqt_recent_blog .block-header .has-text-color h2,
.has-text-color .modal-title,
.has-text-color h6,
.has-text-color #gform_6 .gfield_label,
#gform_6 .has-text-color .gfield_label,
.has-text-color .resource-title,
.has-text-color .plain-text .question,
.plain-text .has-text-color .question,
.has-text-color .success-description,
.has-text-color p,
.has-text-color .stat-description {
  color: inherit;
}

.has-text-color.has-grey-color {
  color: #F8F8F8;
}

.has-grey-background-color,
.has-background-color-grey {
  background-color: #F8F8F8;
}

.bg-color-grey {
  background-color: #F8F8F8;
}

.wp-block-button__link.has-grey-background-color:active, .wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:focus {
  border-color: #F8F8F8;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color .jobs-title,
.has-text-color .promo-title,
.has-text-color h4,
.has-text-color h5,
.has-text-color .portfolio-modal .portfolio-title,
.portfolio-modal .has-text-color .portfolio-title,
.has-text-color .iqt_recent_blog .block-header h2,
.iqt_recent_blog .block-header .has-text-color h2,
.has-text-color .modal-title,
.has-text-color h6,
.has-text-color #gform_6 .gfield_label,
#gform_6 .has-text-color .gfield_label,
.has-text-color .resource-title,
.has-text-color .plain-text .question,
.plain-text .has-text-color .question,
.has-text-color .success-description,
.has-text-color p,
.has-text-color .stat-description {
  color: inherit;
}

.has-text-color.has-alt-grey-color {
  color: #F6F8FA;
}

.has-alt-grey-background-color,
.has-background-color-alt-grey {
  background-color: #F6F8FA;
}

.bg-color-alt-grey {
  background-color: #F6F8FA;
}

.wp-block-button__link.has-alt-grey-background-color:active, .wp-block-button__link.has-alt-grey-background-color:hover, .wp-block-button__link.has-alt-grey-background-color:focus {
  border-color: #F6F8FA;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color .jobs-title,
.has-text-color .promo-title,
.has-text-color h4,
.has-text-color h5,
.has-text-color .portfolio-modal .portfolio-title,
.portfolio-modal .has-text-color .portfolio-title,
.has-text-color .iqt_recent_blog .block-header h2,
.iqt_recent_blog .block-header .has-text-color h2,
.has-text-color .modal-title,
.has-text-color h6,
.has-text-color #gform_6 .gfield_label,
#gform_6 .has-text-color .gfield_label,
.has-text-color .resource-title,
.has-text-color .plain-text .question,
.plain-text .has-text-color .question,
.has-text-color .success-description,
.has-text-color p,
.has-text-color .stat-description {
  color: inherit;
}

.has-text-color.has-grey-2-color {
  color: #EDF4FB;
}

.has-grey-2-background-color,
.has-background-color-grey-2 {
  background-color: #EDF4FB;
}

.bg-color-grey-2 {
  background-color: #EDF4FB;
}

.wp-block-button__link.has-grey-2-background-color:active, .wp-block-button__link.has-grey-2-background-color:hover, .wp-block-button__link.has-grey-2-background-color:focus {
  border-color: #EDF4FB;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color .jobs-title,
.has-text-color .promo-title,
.has-text-color h4,
.has-text-color h5,
.has-text-color .portfolio-modal .portfolio-title,
.portfolio-modal .has-text-color .portfolio-title,
.has-text-color .iqt_recent_blog .block-header h2,
.iqt_recent_blog .block-header .has-text-color h2,
.has-text-color .modal-title,
.has-text-color h6,
.has-text-color #gform_6 .gfield_label,
#gform_6 .has-text-color .gfield_label,
.has-text-color .resource-title,
.has-text-color .plain-text .question,
.plain-text .has-text-color .question,
.has-text-color .success-description,
.has-text-color p,
.has-text-color .stat-description {
  color: inherit;
}

.has-text-color.has-grey-3-color {
  color: #E8ECF2;
}

.has-grey-3-background-color,
.has-background-color-grey-3 {
  background-color: #E8ECF2;
}

.bg-color-grey-3 {
  background-color: #E8ECF2;
}

.wp-block-button__link.has-grey-3-background-color:active, .wp-block-button__link.has-grey-3-background-color:hover, .wp-block-button__link.has-grey-3-background-color:focus {
  border-color: #E8ECF2;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color .jobs-title,
.has-text-color .promo-title,
.has-text-color h4,
.has-text-color h5,
.has-text-color .portfolio-modal .portfolio-title,
.portfolio-modal .has-text-color .portfolio-title,
.has-text-color .iqt_recent_blog .block-header h2,
.iqt_recent_blog .block-header .has-text-color h2,
.has-text-color .modal-title,
.has-text-color h6,
.has-text-color #gform_6 .gfield_label,
#gform_6 .has-text-color .gfield_label,
.has-text-color .resource-title,
.has-text-color .plain-text .question,
.plain-text .has-text-color .question,
.has-text-color .success-description,
.has-text-color p,
.has-text-color .stat-description {
  color: inherit;
}

.has-text-color.has-grey-4-color {
  color: #E7EBF1;
}

.has-grey-4-background-color,
.has-background-color-grey-4 {
  background-color: #E7EBF1;
}

.bg-color-grey-4 {
  background-color: #E7EBF1;
}

.wp-block-button__link.has-grey-4-background-color:active, .wp-block-button__link.has-grey-4-background-color:hover, .wp-block-button__link.has-grey-4-background-color:focus {
  border-color: #E7EBF1;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color .jobs-title,
.has-text-color .promo-title,
.has-text-color h4,
.has-text-color h5,
.has-text-color .portfolio-modal .portfolio-title,
.portfolio-modal .has-text-color .portfolio-title,
.has-text-color .iqt_recent_blog .block-header h2,
.iqt_recent_blog .block-header .has-text-color h2,
.has-text-color .modal-title,
.has-text-color h6,
.has-text-color #gform_6 .gfield_label,
#gform_6 .has-text-color .gfield_label,
.has-text-color .resource-title,
.has-text-color .plain-text .question,
.plain-text .has-text-color .question,
.has-text-color .success-description,
.has-text-color p,
.has-text-color .stat-description {
  color: inherit;
}

.has-text-color.has-grey-5-color {
  color: #E8ECF2;
}

.has-grey-5-background-color,
.has-background-color-grey-5 {
  background-color: #E8ECF2;
}

.bg-color-grey-5 {
  background-color: #E8ECF2;
}

.wp-block-button__link.has-grey-5-background-color:active, .wp-block-button__link.has-grey-5-background-color:hover, .wp-block-button__link.has-grey-5-background-color:focus {
  border-color: #E8ECF2;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color .jobs-title,
.has-text-color .promo-title,
.has-text-color h4,
.has-text-color h5,
.has-text-color .portfolio-modal .portfolio-title,
.portfolio-modal .has-text-color .portfolio-title,
.has-text-color .iqt_recent_blog .block-header h2,
.iqt_recent_blog .block-header .has-text-color h2,
.has-text-color .modal-title,
.has-text-color h6,
.has-text-color #gform_6 .gfield_label,
#gform_6 .has-text-color .gfield_label,
.has-text-color .resource-title,
.has-text-color .plain-text .question,
.plain-text .has-text-color .question,
.has-text-color .success-description,
.has-text-color p,
.has-text-color .stat-description {
  color: inherit;
}

.has-text-color.has-grey-6-color {
  color: #E0E6EE;
}

.has-grey-6-background-color,
.has-background-color-grey-6 {
  background-color: #E0E6EE;
}

.bg-color-grey-6 {
  background-color: #E0E6EE;
}

.wp-block-button__link.has-grey-6-background-color:active, .wp-block-button__link.has-grey-6-background-color:hover, .wp-block-button__link.has-grey-6-background-color:focus {
  border-color: #E0E6EE;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color .jobs-title,
.has-text-color .promo-title,
.has-text-color h4,
.has-text-color h5,
.has-text-color .portfolio-modal .portfolio-title,
.portfolio-modal .has-text-color .portfolio-title,
.has-text-color .iqt_recent_blog .block-header h2,
.iqt_recent_blog .block-header .has-text-color h2,
.has-text-color .modal-title,
.has-text-color h6,
.has-text-color #gform_6 .gfield_label,
#gform_6 .has-text-color .gfield_label,
.has-text-color .resource-title,
.has-text-color .plain-text .question,
.plain-text .has-text-color .question,
.has-text-color .success-description,
.has-text-color p,
.has-text-color .stat-description {
  color: inherit;
}

.has-text-color.has-char-color {
  color: #7C818D;
}

.has-char-background-color,
.has-background-color-char {
  background-color: #7C818D;
}

.bg-color-char {
  background-color: #7C818D;
}

.wp-block-button__link.has-char-background-color:active, .wp-block-button__link.has-char-background-color:hover, .wp-block-button__link.has-char-background-color:focus {
  border-color: #7C818D;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color .jobs-title,
.has-text-color .promo-title,
.has-text-color h4,
.has-text-color h5,
.has-text-color .portfolio-modal .portfolio-title,
.portfolio-modal .has-text-color .portfolio-title,
.has-text-color .iqt_recent_blog .block-header h2,
.iqt_recent_blog .block-header .has-text-color h2,
.has-text-color .modal-title,
.has-text-color h6,
.has-text-color #gform_6 .gfield_label,
#gform_6 .has-text-color .gfield_label,
.has-text-color .resource-title,
.has-text-color .plain-text .question,
.plain-text .has-text-color .question,
.has-text-color .success-description,
.has-text-color p,
.has-text-color .stat-description {
  color: inherit;
}

.has-text-color.has-char-1-color {
  color: #454954;
}

.has-char-1-background-color,
.has-background-color-char-1 {
  background-color: #454954;
}

.bg-color-char-1 {
  background-color: #454954;
}

.wp-block-button__link.has-char-1-background-color:active, .wp-block-button__link.has-char-1-background-color:hover, .wp-block-button__link.has-char-1-background-color:focus {
  border-color: #454954;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color .jobs-title,
.has-text-color .promo-title,
.has-text-color h4,
.has-text-color h5,
.has-text-color .portfolio-modal .portfolio-title,
.portfolio-modal .has-text-color .portfolio-title,
.has-text-color .iqt_recent_blog .block-header h2,
.iqt_recent_blog .block-header .has-text-color h2,
.has-text-color .modal-title,
.has-text-color h6,
.has-text-color #gform_6 .gfield_label,
#gform_6 .has-text-color .gfield_label,
.has-text-color .resource-title,
.has-text-color .plain-text .question,
.plain-text .has-text-color .question,
.has-text-color .success-description,
.has-text-color p,
.has-text-color .stat-description {
  color: inherit;
}

.has-text-color.has-char-2-color {
  color: #1D1D1D;
}

.has-char-2-background-color,
.has-background-color-char-2 {
  background-color: #1D1D1D;
}

.bg-color-char-2 {
  background-color: #1D1D1D;
}

.wp-block-button__link.has-char-2-background-color:active, .wp-block-button__link.has-char-2-background-color:hover, .wp-block-button__link.has-char-2-background-color:focus {
  border-color: #1D1D1D;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color .jobs-title,
.has-text-color .promo-title,
.has-text-color h4,
.has-text-color h5,
.has-text-color .portfolio-modal .portfolio-title,
.portfolio-modal .has-text-color .portfolio-title,
.has-text-color .iqt_recent_blog .block-header h2,
.iqt_recent_blog .block-header .has-text-color h2,
.has-text-color .modal-title,
.has-text-color h6,
.has-text-color #gform_6 .gfield_label,
#gform_6 .has-text-color .gfield_label,
.has-text-color .resource-title,
.has-text-color .plain-text .question,
.plain-text .has-text-color .question,
.has-text-color .success-description,
.has-text-color p,
.has-text-color .stat-description {
  color: inherit;
}

.has-text-color.has-lilac-color {
  color: #887EA2;
}

.has-lilac-background-color,
.has-background-color-lilac {
  background-color: #887EA2;
}

.bg-color-lilac {
  background-color: #887EA2;
}

.wp-block-button__link.has-lilac-background-color:active, .wp-block-button__link.has-lilac-background-color:hover, .wp-block-button__link.has-lilac-background-color:focus {
  border-color: #887EA2;
}

.type-page .entry-content > .wp-core-block:not(.wp-block-group) {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  width: 93.75%;
}

.wp-block-group__inner-contents,
.wp-block-group__inner-contents .wp-core-block {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 815px) {
  .wp-block-spacer {
    display: none;
  }
}
/* Button group */
.core-buttons {
  margin-top: 2.059rem;
}

.wp-block-buttons {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

@media screen and (max-width: 640px) {
  .wp-block-buttons {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
/* Images */
.core-image.reveal-on-mobile {
  display: none;
  max-width: 450px;
}

.wp-block-group .core-image {
  z-index: 0;
}

.core-image .wp-block-image {
  margin: 0 0 60px;
  overflow: auto;
}

.core-image img {
  display: block;
  height: auto;
}

.core-image .offset-top {
  margin-top: -40%;
  overflow: visible;
}

.core-image.reveal-on-mobile .offset-top {
  margin-top: -145px;
}

.core-image .offset-right {
  margin-right: -40%;
  overflow: visible;
}

.core-image.reveal-on-mobile .offset-right {
  margin-right: -145px;
}

.core-image .offset-left {
  margin-left: -40%;
  overflow: visible;
}

.core-image.reveal-on-mobile .offset-left {
  margin-left: -145px;
}

.core-image .offset-bottom {
  margin-bottom: -40%;
  overflow: visible;
}

.core-image.reveal-on-mobile .offset-bottom {
  margin-bottom: -145px;
}

.core-image[class*=offset] {
  position: relative;
}

.core-image .wp-block-image[class*=offset] {
  max-width: 710px;
  max-height: 710px;
}

.core-image .wp-block-image[class*=offset] figure {
  margin: 0;
}

.core-image .wp-block-image[class*=offset] img {
  width: 100%;
}

.wp-block-image.offset-top.offset-bottom img {
  width: auto;
  max-width: 115%;
  margin-left: -7.5%;
}

@media screen and (max-width: 640px) {
  .core-image .wp-block-image {
    margin-bottom: 30px;
  }

  .core-image.reveal-on-mobile {
    display: initial;
  }

  .core-image.hide-mobile {
    display: none;
  }

  .core-image .wp-block-image[class*=offset-] {
    margin: 0 auto 20px;
  }

  .core-image .offset-top.offset-bottom img {
    max-width: 100%;
    margin-left: 0;
  }

  .core-image .alignright,
.core-image .alignleft {
    margin: 0;
  }
}
/* Video embeds */
.core-embed-modal {
  background-color: #027BFC;
  border-top-right-radius: 200px;
  padding-top: 8.353em;
  margin-top: 8.353em;
}
@media screen and (max-width: 1040px) {
  .core-embed-modal {
    border-top-right-radius: 150px;
  }
}
@media screen and (max-width: 640px) {
  .core-embed-modal {
    border-top-right-radius: 50px;
  }
}

.core-embed-modal .block-wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  width: 93.75%;
  padding-bottom: 7.824em;
}

.core-embed-modal img {
  width: 100%;
  display: block;
  height: auto;
}

.core-embed-modal .offset-top .video-img {
  position: relative;
  margin-top: -14.824em;
}

.video-img .open-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-img .open-modal:after {
  content: "";
  display: block;
  width: 13.1578%;
  padding-top: 13.1578%;
  background: url("img/play.svg") no-repeat center/contain;
}

@media screen and (max-width: 815px) {
  .core-embed-modal .block-wrapper {
    padding-bottom: 92px;
  }
}
pre.wp-block-code {
  white-space: break-spaces;
}

/* Groups & Columns */
.wp-block-group {
  background: linear-gradient(201deg, #EDF4FB 0%, #EDF4FB 0%, #F7FAFD 100%);
}

.wp-block-group__inner-container {
  position: relative;
  background: linear-gradient(134deg, #F7FAFD 0%, #EDF4FB 100%, #EDF4FB 100%);
  padding-top: 6.471rem;
  padding-bottom: 5.882rem;
}

.wp-block-group__inner-contents {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  width: 93.75%;
}

.has-border-background-color-white,
.with-dropshadow.has-white-background-color .wp-block-group__inner-contents,
.wp-block-group.has-white-background-color .wp-block-group__inner-container {
  background: #ffffff;
}

.wp-block-group.with-dropshadow.has-border-background-color-white {
  background: linear-gradient(180deg, transparent 8.471rem, #ffffff 8.471rem);
}

.has-border-background-color-dark,
.with-dropshadow.has-dark-background-color .wp-block-group__inner-contents,
.wp-block-group.has-dark-background-color .wp-block-group__inner-container {
  background: #4A435D;
}

.wp-block-group.with-dropshadow.has-border-background-color-dark {
  background: linear-gradient(180deg, transparent 8.471rem, #4A435D 8.471rem);
}

.has-border-background-color-cherry,
.with-dropshadow.has-cherry-background-color .wp-block-group__inner-contents,
.wp-block-group.has-cherry-background-color .wp-block-group__inner-container {
  background: #F75040;
}

.wp-block-group.with-dropshadow.has-border-background-color-cherry {
  background: linear-gradient(180deg, transparent 8.471rem, #F75040 8.471rem);
}

.has-border-background-color-deep-purple,
.with-dropshadow.has-deep-purple-background-color .wp-block-group__inner-contents,
.wp-block-group.has-deep-purple-background-color .wp-block-group__inner-container {
  background: #130047;
}

.wp-block-group.with-dropshadow.has-border-background-color-deep-purple {
  background: linear-gradient(180deg, transparent 8.471rem, #130047 8.471rem);
}

.has-border-background-color-deeper-purple,
.with-dropshadow.has-deeper-purple-background-color .wp-block-group__inner-contents,
.wp-block-group.has-deeper-purple-background-color .wp-block-group__inner-container {
  background: #10003E;
}

.wp-block-group.with-dropshadow.has-border-background-color-deeper-purple {
  background: linear-gradient(180deg, transparent 8.471rem, #10003E 8.471rem);
}

.has-border-background-color-deepest-purple,
.with-dropshadow.has-deepest-purple-background-color .wp-block-group__inner-contents,
.wp-block-group.has-deepest-purple-background-color .wp-block-group__inner-container {
  background: #010020;
}

.wp-block-group.with-dropshadow.has-border-background-color-deepest-purple {
  background: linear-gradient(180deg, transparent 8.471rem, #010020 8.471rem);
}

.has-border-background-color-alt-blue,
.with-dropshadow.has-alt-blue-background-color .wp-block-group__inner-contents,
.wp-block-group.has-alt-blue-background-color .wp-block-group__inner-container {
  background: #027BFC;
}

.wp-block-group.with-dropshadow.has-border-background-color-alt-blue {
  background: linear-gradient(180deg, transparent 8.471rem, #027BFC 8.471rem);
}

.has-border-background-color-blue,
.with-dropshadow.has-blue-background-color .wp-block-group__inner-contents,
.wp-block-group.has-blue-background-color .wp-block-group__inner-container {
  background: #0075F1;
}

.wp-block-group.with-dropshadow.has-border-background-color-blue {
  background: linear-gradient(180deg, transparent 8.471rem, #0075F1 8.471rem);
}

.has-border-background-color-aqua,
.with-dropshadow.has-aqua-background-color .wp-block-group__inner-contents,
.wp-block-group.has-aqua-background-color .wp-block-group__inner-container {
  background: #5ACBE7;
}

.wp-block-group.with-dropshadow.has-border-background-color-aqua {
  background: linear-gradient(180deg, transparent 8.471rem, #5ACBE7 8.471rem);
}

.has-border-background-color-alt-aqua,
.with-dropshadow.has-alt-aqua-background-color .wp-block-group__inner-contents,
.wp-block-group.has-alt-aqua-background-color .wp-block-group__inner-container {
  background: #60CFEB;
}

.wp-block-group.with-dropshadow.has-border-background-color-alt-aqua {
  background: linear-gradient(180deg, transparent 8.471rem, #60CFEB 8.471rem);
}

.has-border-background-color-grey,
.with-dropshadow.has-grey-background-color .wp-block-group__inner-contents,
.wp-block-group.has-grey-background-color .wp-block-group__inner-container {
  background: #F8F8F8;
}

.wp-block-group.with-dropshadow.has-border-background-color-grey {
  background: linear-gradient(180deg, transparent 8.471rem, #F8F8F8 8.471rem);
}

.has-border-background-color-alt-grey,
.with-dropshadow.has-alt-grey-background-color .wp-block-group__inner-contents,
.wp-block-group.has-alt-grey-background-color .wp-block-group__inner-container {
  background: #F6F8FA;
}

.wp-block-group.with-dropshadow.has-border-background-color-alt-grey {
  background: linear-gradient(180deg, transparent 8.471rem, #F6F8FA 8.471rem);
}

.has-border-background-color-grey-2,
.with-dropshadow.has-grey-2-background-color .wp-block-group__inner-contents,
.wp-block-group.has-grey-2-background-color .wp-block-group__inner-container {
  background: #EDF4FB;
}

.wp-block-group.with-dropshadow.has-border-background-color-grey-2 {
  background: linear-gradient(180deg, transparent 8.471rem, #EDF4FB 8.471rem);
}

.has-border-background-color-grey-3,
.with-dropshadow.has-grey-3-background-color .wp-block-group__inner-contents,
.wp-block-group.has-grey-3-background-color .wp-block-group__inner-container {
  background: #E8ECF2;
}

.wp-block-group.with-dropshadow.has-border-background-color-grey-3 {
  background: linear-gradient(180deg, transparent 8.471rem, #E8ECF2 8.471rem);
}

.has-border-background-color-grey-4,
.with-dropshadow.has-grey-4-background-color .wp-block-group__inner-contents,
.wp-block-group.has-grey-4-background-color .wp-block-group__inner-container {
  background: #E7EBF1;
}

.wp-block-group.with-dropshadow.has-border-background-color-grey-4 {
  background: linear-gradient(180deg, transparent 8.471rem, #E7EBF1 8.471rem);
}

.has-border-background-color-grey-5,
.with-dropshadow.has-grey-5-background-color .wp-block-group__inner-contents,
.wp-block-group.has-grey-5-background-color .wp-block-group__inner-container {
  background: #E8ECF2;
}

.wp-block-group.with-dropshadow.has-border-background-color-grey-5 {
  background: linear-gradient(180deg, transparent 8.471rem, #E8ECF2 8.471rem);
}

.has-border-background-color-grey-6,
.with-dropshadow.has-grey-6-background-color .wp-block-group__inner-contents,
.wp-block-group.has-grey-6-background-color .wp-block-group__inner-container {
  background: #E0E6EE;
}

.wp-block-group.with-dropshadow.has-border-background-color-grey-6 {
  background: linear-gradient(180deg, transparent 8.471rem, #E0E6EE 8.471rem);
}

.has-border-background-color-char,
.with-dropshadow.has-char-background-color .wp-block-group__inner-contents,
.wp-block-group.has-char-background-color .wp-block-group__inner-container {
  background: #7C818D;
}

.wp-block-group.with-dropshadow.has-border-background-color-char {
  background: linear-gradient(180deg, transparent 8.471rem, #7C818D 8.471rem);
}

.has-border-background-color-char-1,
.with-dropshadow.has-char-1-background-color .wp-block-group__inner-contents,
.wp-block-group.has-char-1-background-color .wp-block-group__inner-container {
  background: #454954;
}

.wp-block-group.with-dropshadow.has-border-background-color-char-1 {
  background: linear-gradient(180deg, transparent 8.471rem, #454954 8.471rem);
}

.has-border-background-color-char-2,
.with-dropshadow.has-char-2-background-color .wp-block-group__inner-contents,
.wp-block-group.has-char-2-background-color .wp-block-group__inner-container {
  background: #1D1D1D;
}

.wp-block-group.with-dropshadow.has-border-background-color-char-2 {
  background: linear-gradient(180deg, transparent 8.471rem, #1D1D1D 8.471rem);
}

.has-border-background-color-lilac,
.with-dropshadow.has-lilac-background-color .wp-block-group__inner-contents,
.wp-block-group.has-lilac-background-color .wp-block-group__inner-container {
  background: #887EA2;
}

.wp-block-group.with-dropshadow.has-border-background-color-lilac {
  background: linear-gradient(180deg, transparent 8.471rem, #887EA2 8.471rem);
}

@media screen and (min-width: 641px) {
  .wp-block-group.padding-1 .wp-block-group__inner-contents {
    max-width: 1091.5px;
    width: 90.6359649333%;
  }

  .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child {
    margin-left: -3.7938596833%;
  }
  .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .core-heading {
    margin-left: -3.7938596833%;
  }

  .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading {
    margin-left: -3.7938596833%;
  }
  .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading + .core-heading {
    margin-left: -3.7938596833%;
  }

  .wp-block-group.heading-1 .wp-block-group__inner-contents > .icon-small-underline:first-child h1:after, .wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h1:after, .iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > h2:first-child h1:after, .wp-block-group.heading-1 .wp-block-group__inner-contents > .jobs-title:first-child h1:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .icon-small-underline:first-child h3:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h3:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > h2:first-child h3:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .jobs-title:first-child h3:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .icon-small-underline:first-child .jobs-title:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .jobs-title:first-child .jobs-title:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .icon-small-underline:first-child .promo-title:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .jobs-title:first-child .promo-title:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .icon-small-underline:first-child h4:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h4:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > h2:first-child h4:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .jobs-title:first-child h4:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .icon-small-underline:first-child h5:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-1 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-title:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .icon-small-underline:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-1 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h5:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > h2:first-child h5:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .jobs-title:first-child h5:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-1 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-title:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .jobs-title:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-1 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .icon-small-underline:first-child .modal-title:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .jobs-title:first-child .modal-title:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .icon-small-underline:first-child h6:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .icon-small-underline:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-1 .wp-block-group__inner-contents > .icon-small-underline:first-child .gfield_label:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .icon-small-underline:first-child .resource-title:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h6:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > h2:first-child h6:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .jobs-title:first-child h6:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .jobs-title:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-1 .wp-block-group__inner-contents > .jobs-title:first-child .gfield_label:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .jobs-title:first-child .resource-title:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .icon-small-underline:first-child .plain-text .question:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .jobs-title:first-child .plain-text .question:after,
.plain-text .wp-block-group.heading-1 .wp-block-group__inner-contents > .icon-small-underline:first-child .question:after,
.plain-text .wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-1 .wp-block-group__inner-contents > h2:first-child .question:after,
.plain-text .wp-block-group.heading-1 .wp-block-group__inner-contents > .jobs-title:first-child .question:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .icon-small-underline:first-child .success-description:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .success-description:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > h2:first-child .success-description:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .jobs-title:first-child .success-description:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h1:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h1:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h3:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h3:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .jobs-title:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .jobs-title:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .promo-title:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .promo-title:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h4:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h4:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h5:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-title:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h5:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-title:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .modal-title:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .modal-title:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h6:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .gfield_label:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .resource-title:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h6:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .gfield_label:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .resource-title:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .plain-text .question:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .plain-text .question:after,
.plain-text .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .question:after,
.plain-text .wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.plain-text .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .question:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .success-description:after,
.wp-block-group.heading-1 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.iqt_featured_blog .wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.wp-block-group.heading-1 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .success-description:after {
    margin-left: 2.7850877333%;
  }
}
@media screen and (min-width: 641px) {
  .wp-block-group.padding-2 .wp-block-group__inner-contents {
    max-width: 1043px;
    width: 86.4692982667%;
  }

  .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child {
    margin-left: -5.8771930167%;
  }
  .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .core-heading {
    margin-left: -5.8771930167%;
  }

  .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading {
    margin-left: -5.8771930167%;
  }
  .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading + .core-heading {
    margin-left: -5.8771930167%;
  }

  .wp-block-group.heading-2 .wp-block-group__inner-contents > .icon-small-underline:first-child h1:after, .wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h1:after, .iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > h2:first-child h1:after, .wp-block-group.heading-2 .wp-block-group__inner-contents > .jobs-title:first-child h1:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .icon-small-underline:first-child h3:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h3:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > h2:first-child h3:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .jobs-title:first-child h3:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .icon-small-underline:first-child .jobs-title:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .jobs-title:first-child .jobs-title:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .icon-small-underline:first-child .promo-title:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .jobs-title:first-child .promo-title:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .icon-small-underline:first-child h4:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h4:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > h2:first-child h4:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .jobs-title:first-child h4:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .icon-small-underline:first-child h5:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-2 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-title:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .icon-small-underline:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-2 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h5:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > h2:first-child h5:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .jobs-title:first-child h5:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-2 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-title:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .jobs-title:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-2 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .icon-small-underline:first-child .modal-title:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .jobs-title:first-child .modal-title:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .icon-small-underline:first-child h6:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .icon-small-underline:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-2 .wp-block-group__inner-contents > .icon-small-underline:first-child .gfield_label:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .icon-small-underline:first-child .resource-title:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h6:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > h2:first-child h6:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .jobs-title:first-child h6:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .jobs-title:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-2 .wp-block-group__inner-contents > .jobs-title:first-child .gfield_label:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .jobs-title:first-child .resource-title:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .icon-small-underline:first-child .plain-text .question:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .jobs-title:first-child .plain-text .question:after,
.plain-text .wp-block-group.heading-2 .wp-block-group__inner-contents > .icon-small-underline:first-child .question:after,
.plain-text .wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-2 .wp-block-group__inner-contents > h2:first-child .question:after,
.plain-text .wp-block-group.heading-2 .wp-block-group__inner-contents > .jobs-title:first-child .question:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .icon-small-underline:first-child .success-description:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .success-description:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > h2:first-child .success-description:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .jobs-title:first-child .success-description:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h1:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h1:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h3:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h3:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .jobs-title:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .jobs-title:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .promo-title:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .promo-title:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h4:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h4:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h5:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-title:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h5:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-title:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .modal-title:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .modal-title:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h6:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .gfield_label:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .resource-title:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h6:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .gfield_label:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .resource-title:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .plain-text .question:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .plain-text .question:after,
.plain-text .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .question:after,
.plain-text .wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.plain-text .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .question:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .success-description:after,
.wp-block-group.heading-2 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.iqt_featured_blog .wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.wp-block-group.heading-2 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .success-description:after {
    margin-left: 4.8684210667%;
  }
}
@media screen and (min-width: 641px) {
  .wp-block-group.padding-3 .wp-block-group__inner-contents {
    max-width: 994.5px;
    width: 82.3026316%;
  }

  .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child {
    margin-left: -7.96052635%;
  }
  .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .core-heading {
    margin-left: -7.96052635%;
  }

  .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading {
    margin-left: -7.96052635%;
  }
  .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading + .core-heading {
    margin-left: -7.96052635%;
  }

  .wp-block-group.heading-3 .wp-block-group__inner-contents > .icon-small-underline:first-child h1:after, .wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h1:after, .iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > h2:first-child h1:after, .wp-block-group.heading-3 .wp-block-group__inner-contents > .jobs-title:first-child h1:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .icon-small-underline:first-child h3:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h3:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > h2:first-child h3:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .jobs-title:first-child h3:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .icon-small-underline:first-child .jobs-title:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .jobs-title:first-child .jobs-title:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .icon-small-underline:first-child .promo-title:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .jobs-title:first-child .promo-title:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .icon-small-underline:first-child h4:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h4:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > h2:first-child h4:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .jobs-title:first-child h4:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .icon-small-underline:first-child h5:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-3 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-title:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .icon-small-underline:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-3 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h5:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > h2:first-child h5:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .jobs-title:first-child h5:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-3 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-title:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .jobs-title:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-3 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .icon-small-underline:first-child .modal-title:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .jobs-title:first-child .modal-title:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .icon-small-underline:first-child h6:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .icon-small-underline:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-3 .wp-block-group__inner-contents > .icon-small-underline:first-child .gfield_label:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .icon-small-underline:first-child .resource-title:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h6:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > h2:first-child h6:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .jobs-title:first-child h6:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .jobs-title:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-3 .wp-block-group__inner-contents > .jobs-title:first-child .gfield_label:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .jobs-title:first-child .resource-title:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .icon-small-underline:first-child .plain-text .question:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .jobs-title:first-child .plain-text .question:after,
.plain-text .wp-block-group.heading-3 .wp-block-group__inner-contents > .icon-small-underline:first-child .question:after,
.plain-text .wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-3 .wp-block-group__inner-contents > h2:first-child .question:after,
.plain-text .wp-block-group.heading-3 .wp-block-group__inner-contents > .jobs-title:first-child .question:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .icon-small-underline:first-child .success-description:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .success-description:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > h2:first-child .success-description:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .jobs-title:first-child .success-description:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h1:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h1:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h3:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h3:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .jobs-title:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .jobs-title:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .promo-title:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .promo-title:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h4:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h4:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h5:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-title:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h5:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-title:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .modal-title:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .modal-title:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h6:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .gfield_label:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .resource-title:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h6:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .gfield_label:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .resource-title:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .plain-text .question:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .plain-text .question:after,
.plain-text .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .question:after,
.plain-text .wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.plain-text .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .question:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .success-description:after,
.wp-block-group.heading-3 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.iqt_featured_blog .wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.wp-block-group.heading-3 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .success-description:after {
    margin-left: 6.9517544%;
  }
}
@media screen and (min-width: 641px) {
  .wp-block-group.padding-4 .wp-block-group__inner-contents {
    max-width: 946px;
    width: 78.1359649333%;
  }

  .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child {
    margin-left: -10.0438596833%;
  }
  .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .core-heading {
    margin-left: -10.0438596833%;
  }

  .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading {
    margin-left: -10.0438596833%;
  }
  .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading + .core-heading {
    margin-left: -10.0438596833%;
  }

  .wp-block-group.heading-4 .wp-block-group__inner-contents > .icon-small-underline:first-child h1:after, .wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h1:after, .iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > h2:first-child h1:after, .wp-block-group.heading-4 .wp-block-group__inner-contents > .jobs-title:first-child h1:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .icon-small-underline:first-child h3:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h3:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > h2:first-child h3:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .jobs-title:first-child h3:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .icon-small-underline:first-child .jobs-title:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .jobs-title:first-child .jobs-title:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .icon-small-underline:first-child .promo-title:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .jobs-title:first-child .promo-title:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .icon-small-underline:first-child h4:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h4:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > h2:first-child h4:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .jobs-title:first-child h4:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .icon-small-underline:first-child h5:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-4 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-title:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .icon-small-underline:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-4 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h5:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > h2:first-child h5:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .jobs-title:first-child h5:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-4 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-title:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .jobs-title:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-4 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .icon-small-underline:first-child .modal-title:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .jobs-title:first-child .modal-title:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .icon-small-underline:first-child h6:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .icon-small-underline:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-4 .wp-block-group__inner-contents > .icon-small-underline:first-child .gfield_label:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .icon-small-underline:first-child .resource-title:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h6:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > h2:first-child h6:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .jobs-title:first-child h6:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .jobs-title:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-4 .wp-block-group__inner-contents > .jobs-title:first-child .gfield_label:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .jobs-title:first-child .resource-title:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .icon-small-underline:first-child .plain-text .question:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .jobs-title:first-child .plain-text .question:after,
.plain-text .wp-block-group.heading-4 .wp-block-group__inner-contents > .icon-small-underline:first-child .question:after,
.plain-text .wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-4 .wp-block-group__inner-contents > h2:first-child .question:after,
.plain-text .wp-block-group.heading-4 .wp-block-group__inner-contents > .jobs-title:first-child .question:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .icon-small-underline:first-child .success-description:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .success-description:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > h2:first-child .success-description:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .jobs-title:first-child .success-description:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h1:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h1:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h3:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h3:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .jobs-title:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .jobs-title:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .promo-title:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .promo-title:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h4:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h4:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h5:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-title:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h5:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-title:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .modal-title:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .modal-title:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h6:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .gfield_label:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .resource-title:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h6:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .gfield_label:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .resource-title:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .plain-text .question:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .plain-text .question:after,
.plain-text .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .question:after,
.plain-text .wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.plain-text .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .question:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .success-description:after,
.wp-block-group.heading-4 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.iqt_featured_blog .wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.wp-block-group.heading-4 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .success-description:after {
    margin-left: 9.0350877333%;
  }
}
@media screen and (min-width: 641px) {
  .wp-block-group.padding-5 .wp-block-group__inner-contents {
    max-width: 897.5px;
    width: 73.9692982667%;
  }

  .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child {
    margin-left: -12.1271930167%;
  }
  .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .core-heading {
    margin-left: -12.1271930167%;
  }

  .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading {
    margin-left: -12.1271930167%;
  }
  .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading + .core-heading {
    margin-left: -12.1271930167%;
  }

  .wp-block-group.heading-5 .wp-block-group__inner-contents > .icon-small-underline:first-child h1:after, .wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h1:after, .iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > h2:first-child h1:after, .wp-block-group.heading-5 .wp-block-group__inner-contents > .jobs-title:first-child h1:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .icon-small-underline:first-child h3:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h3:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > h2:first-child h3:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .jobs-title:first-child h3:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .icon-small-underline:first-child .jobs-title:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .jobs-title:first-child .jobs-title:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .icon-small-underline:first-child .promo-title:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .jobs-title:first-child .promo-title:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .icon-small-underline:first-child h4:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h4:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > h2:first-child h4:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .jobs-title:first-child h4:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .icon-small-underline:first-child h5:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-5 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-title:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .icon-small-underline:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-5 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h5:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > h2:first-child h5:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .jobs-title:first-child h5:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-5 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-title:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .jobs-title:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-5 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .icon-small-underline:first-child .modal-title:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .jobs-title:first-child .modal-title:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .icon-small-underline:first-child h6:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .icon-small-underline:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-5 .wp-block-group__inner-contents > .icon-small-underline:first-child .gfield_label:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .icon-small-underline:first-child .resource-title:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h6:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > h2:first-child h6:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .jobs-title:first-child h6:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .jobs-title:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-5 .wp-block-group__inner-contents > .jobs-title:first-child .gfield_label:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .jobs-title:first-child .resource-title:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .icon-small-underline:first-child .plain-text .question:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .jobs-title:first-child .plain-text .question:after,
.plain-text .wp-block-group.heading-5 .wp-block-group__inner-contents > .icon-small-underline:first-child .question:after,
.plain-text .wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-5 .wp-block-group__inner-contents > h2:first-child .question:after,
.plain-text .wp-block-group.heading-5 .wp-block-group__inner-contents > .jobs-title:first-child .question:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .icon-small-underline:first-child .success-description:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .success-description:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > h2:first-child .success-description:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .jobs-title:first-child .success-description:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h1:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h1:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h3:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h3:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .jobs-title:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .jobs-title:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .promo-title:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .promo-title:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h4:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h4:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h5:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-title:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h5:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-title:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .modal-title:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .modal-title:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h6:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .gfield_label:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .resource-title:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h6:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .gfield_label:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .resource-title:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .plain-text .question:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .plain-text .question:after,
.plain-text .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .question:after,
.plain-text .wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.plain-text .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .question:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .success-description:after,
.wp-block-group.heading-5 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.iqt_featured_blog .wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.wp-block-group.heading-5 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .success-description:after {
    margin-left: 11.1184210667%;
  }
}
@media screen and (min-width: 641px) {
  .wp-block-group.padding-6 .wp-block-group__inner-contents {
    max-width: 849px;
    width: 69.8026316%;
  }

  .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child {
    margin-left: -14.21052635%;
  }
  .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .core-heading {
    margin-left: -14.21052635%;
  }

  .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading {
    margin-left: -14.21052635%;
  }
  .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading + .core-heading {
    margin-left: -14.21052635%;
  }

  .wp-block-group.heading-6 .wp-block-group__inner-contents > .icon-small-underline:first-child h1:after, .wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h1:after, .iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > h2:first-child h1:after, .wp-block-group.heading-6 .wp-block-group__inner-contents > .jobs-title:first-child h1:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .icon-small-underline:first-child h3:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h3:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > h2:first-child h3:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .jobs-title:first-child h3:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .icon-small-underline:first-child .jobs-title:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .jobs-title:first-child .jobs-title:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .icon-small-underline:first-child .promo-title:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .jobs-title:first-child .promo-title:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .icon-small-underline:first-child h4:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h4:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > h2:first-child h4:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .jobs-title:first-child h4:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .icon-small-underline:first-child h5:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-6 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-title:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .icon-small-underline:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-6 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h5:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > h2:first-child h5:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .jobs-title:first-child h5:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-6 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-title:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .jobs-title:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-6 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .icon-small-underline:first-child .modal-title:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .jobs-title:first-child .modal-title:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .icon-small-underline:first-child h6:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .icon-small-underline:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-6 .wp-block-group__inner-contents > .icon-small-underline:first-child .gfield_label:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .icon-small-underline:first-child .resource-title:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h6:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > h2:first-child h6:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .jobs-title:first-child h6:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .jobs-title:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-6 .wp-block-group__inner-contents > .jobs-title:first-child .gfield_label:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .jobs-title:first-child .resource-title:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .icon-small-underline:first-child .plain-text .question:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .jobs-title:first-child .plain-text .question:after,
.plain-text .wp-block-group.heading-6 .wp-block-group__inner-contents > .icon-small-underline:first-child .question:after,
.plain-text .wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-6 .wp-block-group__inner-contents > h2:first-child .question:after,
.plain-text .wp-block-group.heading-6 .wp-block-group__inner-contents > .jobs-title:first-child .question:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .icon-small-underline:first-child .success-description:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .success-description:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > h2:first-child .success-description:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .jobs-title:first-child .success-description:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h1:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h1:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h3:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h3:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .jobs-title:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .jobs-title:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .promo-title:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .promo-title:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h4:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h4:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h5:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-title:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h5:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-title:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .modal-title:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .modal-title:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h6:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .gfield_label:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .resource-title:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h6:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .gfield_label:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .resource-title:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .plain-text .question:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .plain-text .question:after,
.plain-text .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .question:after,
.plain-text .wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.plain-text .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .question:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .success-description:after,
.wp-block-group.heading-6 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.iqt_featured_blog .wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.wp-block-group.heading-6 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .success-description:after {
    margin-left: 13.2017544%;
  }
}
@media screen and (min-width: 641px) {
  .wp-block-group.padding-7 .wp-block-group__inner-contents {
    max-width: 800.5px;
    width: 65.6359649333%;
  }

  .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child {
    margin-left: -16.2938596833%;
  }
  .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .core-heading {
    margin-left: -16.2938596833%;
  }

  .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading {
    margin-left: -16.2938596833%;
  }
  .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading + .core-heading {
    margin-left: -16.2938596833%;
  }

  .wp-block-group.heading-7 .wp-block-group__inner-contents > .icon-small-underline:first-child h1:after, .wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h1:after, .iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > h2:first-child h1:after, .wp-block-group.heading-7 .wp-block-group__inner-contents > .jobs-title:first-child h1:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .icon-small-underline:first-child h3:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h3:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > h2:first-child h3:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .jobs-title:first-child h3:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .icon-small-underline:first-child .jobs-title:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .jobs-title:first-child .jobs-title:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .icon-small-underline:first-child .promo-title:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .jobs-title:first-child .promo-title:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .icon-small-underline:first-child h4:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h4:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > h2:first-child h4:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .jobs-title:first-child h4:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .icon-small-underline:first-child h5:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-7 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-title:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .icon-small-underline:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-7 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h5:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > h2:first-child h5:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .jobs-title:first-child h5:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-7 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-title:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .jobs-title:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-7 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .icon-small-underline:first-child .modal-title:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .jobs-title:first-child .modal-title:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .icon-small-underline:first-child h6:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .icon-small-underline:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-7 .wp-block-group__inner-contents > .icon-small-underline:first-child .gfield_label:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .icon-small-underline:first-child .resource-title:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h6:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > h2:first-child h6:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .jobs-title:first-child h6:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .jobs-title:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-7 .wp-block-group__inner-contents > .jobs-title:first-child .gfield_label:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .jobs-title:first-child .resource-title:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .icon-small-underline:first-child .plain-text .question:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .jobs-title:first-child .plain-text .question:after,
.plain-text .wp-block-group.heading-7 .wp-block-group__inner-contents > .icon-small-underline:first-child .question:after,
.plain-text .wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-7 .wp-block-group__inner-contents > h2:first-child .question:after,
.plain-text .wp-block-group.heading-7 .wp-block-group__inner-contents > .jobs-title:first-child .question:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .icon-small-underline:first-child .success-description:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .success-description:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > h2:first-child .success-description:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .jobs-title:first-child .success-description:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h1:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h1:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h3:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h3:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .jobs-title:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .jobs-title:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .promo-title:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .promo-title:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h4:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h4:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h5:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-title:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h5:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-title:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .modal-title:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .modal-title:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h6:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .gfield_label:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .resource-title:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h6:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .gfield_label:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .resource-title:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .plain-text .question:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .plain-text .question:after,
.plain-text .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .question:after,
.plain-text .wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.plain-text .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .question:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .success-description:after,
.wp-block-group.heading-7 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.iqt_featured_blog .wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.wp-block-group.heading-7 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .success-description:after {
    margin-left: 15.2850877333%;
  }
}
@media screen and (min-width: 641px) {
  .wp-block-group.padding-8 .wp-block-group__inner-contents {
    max-width: 752px;
    width: 61.4692982667%;
  }

  .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child {
    margin-left: -18.3771930167%;
  }
  .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .core-heading {
    margin-left: -18.3771930167%;
  }

  .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading {
    margin-left: -18.3771930167%;
  }
  .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading + .core-heading {
    margin-left: -18.3771930167%;
  }

  .wp-block-group.heading-8 .wp-block-group__inner-contents > .icon-small-underline:first-child h1:after, .wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h1:after, .iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > h2:first-child h1:after, .wp-block-group.heading-8 .wp-block-group__inner-contents > .jobs-title:first-child h1:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .icon-small-underline:first-child h3:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h3:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > h2:first-child h3:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .jobs-title:first-child h3:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .icon-small-underline:first-child .jobs-title:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .jobs-title:first-child .jobs-title:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .icon-small-underline:first-child .promo-title:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .jobs-title:first-child .promo-title:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .icon-small-underline:first-child h4:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h4:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > h2:first-child h4:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .jobs-title:first-child h4:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .icon-small-underline:first-child h5:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-8 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-title:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .icon-small-underline:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-8 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h5:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > h2:first-child h5:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .jobs-title:first-child h5:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-8 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-title:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .jobs-title:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-8 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .icon-small-underline:first-child .modal-title:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .jobs-title:first-child .modal-title:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .icon-small-underline:first-child h6:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .icon-small-underline:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-8 .wp-block-group__inner-contents > .icon-small-underline:first-child .gfield_label:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .icon-small-underline:first-child .resource-title:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h6:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > h2:first-child h6:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .jobs-title:first-child h6:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .jobs-title:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-8 .wp-block-group__inner-contents > .jobs-title:first-child .gfield_label:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .jobs-title:first-child .resource-title:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .icon-small-underline:first-child .plain-text .question:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .jobs-title:first-child .plain-text .question:after,
.plain-text .wp-block-group.heading-8 .wp-block-group__inner-contents > .icon-small-underline:first-child .question:after,
.plain-text .wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-8 .wp-block-group__inner-contents > h2:first-child .question:after,
.plain-text .wp-block-group.heading-8 .wp-block-group__inner-contents > .jobs-title:first-child .question:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .icon-small-underline:first-child .success-description:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .success-description:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > h2:first-child .success-description:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .jobs-title:first-child .success-description:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h1:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h1:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h3:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h3:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .jobs-title:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .jobs-title:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .promo-title:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .promo-title:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h4:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h4:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h5:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-title:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h5:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-title:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .modal-title:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .modal-title:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h6:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .gfield_label:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .resource-title:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h6:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .gfield_label:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .resource-title:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .plain-text .question:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .plain-text .question:after,
.plain-text .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .question:after,
.plain-text .wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.plain-text .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .question:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .success-description:after,
.wp-block-group.heading-8 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.iqt_featured_blog .wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.wp-block-group.heading-8 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .success-description:after {
    margin-left: 17.3684210667%;
  }
}
@media screen and (min-width: 641px) {
  .wp-block-group.padding-9 .wp-block-group__inner-contents {
    max-width: 703.5px;
    width: 57.3026316%;
  }

  .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child {
    margin-left: -20.46052635%;
  }
  .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .core-heading {
    margin-left: -20.46052635%;
  }

  .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading {
    margin-left: -20.46052635%;
  }
  .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading + .core-heading {
    margin-left: -20.46052635%;
  }

  .wp-block-group.heading-9 .wp-block-group__inner-contents > .icon-small-underline:first-child h1:after, .wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h1:after, .iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > h2:first-child h1:after, .wp-block-group.heading-9 .wp-block-group__inner-contents > .jobs-title:first-child h1:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .icon-small-underline:first-child h3:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h3:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > h2:first-child h3:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .jobs-title:first-child h3:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .icon-small-underline:first-child .jobs-title:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .jobs-title:first-child .jobs-title:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .icon-small-underline:first-child .promo-title:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .jobs-title:first-child .promo-title:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .icon-small-underline:first-child h4:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h4:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > h2:first-child h4:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .jobs-title:first-child h4:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .icon-small-underline:first-child h5:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-9 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-title:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .icon-small-underline:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-9 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h5:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > h2:first-child h5:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .jobs-title:first-child h5:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-9 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-title:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .jobs-title:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-9 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .icon-small-underline:first-child .modal-title:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .jobs-title:first-child .modal-title:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .icon-small-underline:first-child h6:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .icon-small-underline:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-9 .wp-block-group__inner-contents > .icon-small-underline:first-child .gfield_label:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .icon-small-underline:first-child .resource-title:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h6:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > h2:first-child h6:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .jobs-title:first-child h6:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .jobs-title:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-9 .wp-block-group__inner-contents > .jobs-title:first-child .gfield_label:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .jobs-title:first-child .resource-title:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .icon-small-underline:first-child .plain-text .question:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .jobs-title:first-child .plain-text .question:after,
.plain-text .wp-block-group.heading-9 .wp-block-group__inner-contents > .icon-small-underline:first-child .question:after,
.plain-text .wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-9 .wp-block-group__inner-contents > h2:first-child .question:after,
.plain-text .wp-block-group.heading-9 .wp-block-group__inner-contents > .jobs-title:first-child .question:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .icon-small-underline:first-child .success-description:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .success-description:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > h2:first-child .success-description:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .jobs-title:first-child .success-description:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h1:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h1:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h3:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h3:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .jobs-title:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .jobs-title:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .promo-title:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .promo-title:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h4:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h4:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h5:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-title:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h5:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-title:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .modal-title:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .modal-title:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h6:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .gfield_label:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .resource-title:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h6:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .gfield_label:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .resource-title:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .plain-text .question:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .plain-text .question:after,
.plain-text .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .question:after,
.plain-text .wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.plain-text .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .question:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .success-description:after,
.wp-block-group.heading-9 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.iqt_featured_blog .wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.wp-block-group.heading-9 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .success-description:after {
    margin-left: 19.4517544%;
  }
}
@media screen and (min-width: 641px) {
  .wp-block-group.padding-10 .wp-block-group__inner-contents {
    max-width: 655px;
    width: 53.1359649333%;
  }

  .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child {
    margin-left: -22.5438596833%;
  }
  .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .core-heading {
    margin-left: -22.5438596833%;
  }

  .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading {
    margin-left: -22.5438596833%;
  }
  .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading + .core-heading {
    margin-left: -22.5438596833%;
  }

  .wp-block-group.heading-10 .wp-block-group__inner-contents > .icon-small-underline:first-child h1:after, .wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h1:after, .iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > h2:first-child h1:after, .wp-block-group.heading-10 .wp-block-group__inner-contents > .jobs-title:first-child h1:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .icon-small-underline:first-child h3:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h3:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > h2:first-child h3:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .jobs-title:first-child h3:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .icon-small-underline:first-child .jobs-title:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .jobs-title:first-child .jobs-title:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .icon-small-underline:first-child .promo-title:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .jobs-title:first-child .promo-title:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .icon-small-underline:first-child h4:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h4:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > h2:first-child h4:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .jobs-title:first-child h4:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .icon-small-underline:first-child h5:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-10 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-title:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .icon-small-underline:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-10 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h5:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > h2:first-child h5:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .jobs-title:first-child h5:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-10 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-title:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .jobs-title:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-10 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .icon-small-underline:first-child .modal-title:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .jobs-title:first-child .modal-title:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .icon-small-underline:first-child h6:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .icon-small-underline:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-10 .wp-block-group__inner-contents > .icon-small-underline:first-child .gfield_label:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .icon-small-underline:first-child .resource-title:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h6:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > h2:first-child h6:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .jobs-title:first-child h6:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .jobs-title:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-10 .wp-block-group__inner-contents > .jobs-title:first-child .gfield_label:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .jobs-title:first-child .resource-title:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .icon-small-underline:first-child .plain-text .question:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .jobs-title:first-child .plain-text .question:after,
.plain-text .wp-block-group.heading-10 .wp-block-group__inner-contents > .icon-small-underline:first-child .question:after,
.plain-text .wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-10 .wp-block-group__inner-contents > h2:first-child .question:after,
.plain-text .wp-block-group.heading-10 .wp-block-group__inner-contents > .jobs-title:first-child .question:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .icon-small-underline:first-child .success-description:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .success-description:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > h2:first-child .success-description:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .jobs-title:first-child .success-description:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h1:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h1:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h3:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h3:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .jobs-title:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .jobs-title:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .promo-title:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .promo-title:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h4:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h4:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h5:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-title:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h5:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-title:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .modal-title:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .modal-title:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h6:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .gfield_label:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .resource-title:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h6:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .gfield_label:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .resource-title:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .plain-text .question:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .plain-text .question:after,
.plain-text .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .question:after,
.plain-text .wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.plain-text .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .question:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .success-description:after,
.wp-block-group.heading-10 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.iqt_featured_blog .wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.wp-block-group.heading-10 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .success-description:after {
    margin-left: 21.5350877333%;
  }
}
@media screen and (min-width: 641px) {
  .wp-block-group.padding-11 .wp-block-group__inner-contents {
    max-width: 606.5px;
    width: 48.9692982667%;
  }

  .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child {
    margin-left: -24.6271930167%;
  }
  .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .core-heading {
    margin-left: -24.6271930167%;
  }

  .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading {
    margin-left: -24.6271930167%;
  }
  .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading + .core-heading {
    margin-left: -24.6271930167%;
  }

  .wp-block-group.heading-11 .wp-block-group__inner-contents > .icon-small-underline:first-child h1:after, .wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h1:after, .iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > h2:first-child h1:after, .wp-block-group.heading-11 .wp-block-group__inner-contents > .jobs-title:first-child h1:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .icon-small-underline:first-child h3:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h3:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > h2:first-child h3:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .jobs-title:first-child h3:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .icon-small-underline:first-child .jobs-title:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .jobs-title:first-child .jobs-title:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .icon-small-underline:first-child .promo-title:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .jobs-title:first-child .promo-title:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .icon-small-underline:first-child h4:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h4:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > h2:first-child h4:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .jobs-title:first-child h4:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .icon-small-underline:first-child h5:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-11 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-title:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .icon-small-underline:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-11 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h5:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > h2:first-child h5:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .jobs-title:first-child h5:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-11 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-title:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .jobs-title:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-11 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .icon-small-underline:first-child .modal-title:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .jobs-title:first-child .modal-title:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .icon-small-underline:first-child h6:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .icon-small-underline:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-11 .wp-block-group__inner-contents > .icon-small-underline:first-child .gfield_label:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .icon-small-underline:first-child .resource-title:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h6:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > h2:first-child h6:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .jobs-title:first-child h6:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .jobs-title:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-11 .wp-block-group__inner-contents > .jobs-title:first-child .gfield_label:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .jobs-title:first-child .resource-title:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .icon-small-underline:first-child .plain-text .question:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .jobs-title:first-child .plain-text .question:after,
.plain-text .wp-block-group.heading-11 .wp-block-group__inner-contents > .icon-small-underline:first-child .question:after,
.plain-text .wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-11 .wp-block-group__inner-contents > h2:first-child .question:after,
.plain-text .wp-block-group.heading-11 .wp-block-group__inner-contents > .jobs-title:first-child .question:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .icon-small-underline:first-child .success-description:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .success-description:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > h2:first-child .success-description:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .jobs-title:first-child .success-description:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h1:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h1:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h3:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h3:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .jobs-title:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .jobs-title:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .promo-title:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .promo-title:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h4:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h4:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h5:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-title:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h5:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-title:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .modal-title:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .modal-title:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h6:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .gfield_label:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .resource-title:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h6:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .gfield_label:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .resource-title:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .plain-text .question:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .plain-text .question:after,
.plain-text .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .question:after,
.plain-text .wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.plain-text .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .question:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .success-description:after,
.wp-block-group.heading-11 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.iqt_featured_blog .wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.wp-block-group.heading-11 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .success-description:after {
    margin-left: 23.6184210667%;
  }
}
@media screen and (min-width: 641px) {
  .wp-block-group.padding-12 .wp-block-group__inner-contents {
    max-width: 558px;
    width: 44.8026316%;
  }

  .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child {
    margin-left: -26.71052635%;
  }
  .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .core-heading {
    margin-left: -26.71052635%;
  }

  .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading {
    margin-left: -26.71052635%;
  }
  .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading + .core-heading {
    margin-left: -26.71052635%;
  }

  .wp-block-group.heading-12 .wp-block-group__inner-contents > .icon-small-underline:first-child h1:after, .wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h1:after, .iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > h2:first-child h1:after, .wp-block-group.heading-12 .wp-block-group__inner-contents > .jobs-title:first-child h1:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .icon-small-underline:first-child h3:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h3:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > h2:first-child h3:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .jobs-title:first-child h3:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .icon-small-underline:first-child .jobs-title:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .jobs-title:first-child .jobs-title:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .icon-small-underline:first-child .promo-title:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .jobs-title:first-child .promo-title:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .icon-small-underline:first-child h4:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h4:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > h2:first-child h4:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .jobs-title:first-child h4:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .icon-small-underline:first-child h5:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-12 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-title:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .icon-small-underline:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-12 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h5:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > h2:first-child h5:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .jobs-title:first-child h5:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-12 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-title:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .jobs-title:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-12 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .icon-small-underline:first-child .modal-title:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .jobs-title:first-child .modal-title:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .icon-small-underline:first-child h6:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .icon-small-underline:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-12 .wp-block-group__inner-contents > .icon-small-underline:first-child .gfield_label:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .icon-small-underline:first-child .resource-title:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h6:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > h2:first-child h6:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .jobs-title:first-child h6:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .jobs-title:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-12 .wp-block-group__inner-contents > .jobs-title:first-child .gfield_label:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .jobs-title:first-child .resource-title:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .icon-small-underline:first-child .plain-text .question:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .jobs-title:first-child .plain-text .question:after,
.plain-text .wp-block-group.heading-12 .wp-block-group__inner-contents > .icon-small-underline:first-child .question:after,
.plain-text .wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-12 .wp-block-group__inner-contents > h2:first-child .question:after,
.plain-text .wp-block-group.heading-12 .wp-block-group__inner-contents > .jobs-title:first-child .question:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .icon-small-underline:first-child .success-description:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .success-description:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > h2:first-child .success-description:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .jobs-title:first-child .success-description:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h1:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h1:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h3:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h3:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .jobs-title:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .jobs-title:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .promo-title:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .promo-title:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h4:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h4:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h5:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-title:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h5:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-title:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .modal-title:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .modal-title:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h6:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .gfield_label:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .resource-title:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h6:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .gfield_label:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .resource-title:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .plain-text .question:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .plain-text .question:after,
.plain-text .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .question:after,
.plain-text .wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.plain-text .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .question:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .success-description:after,
.wp-block-group.heading-12 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.iqt_featured_blog .wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.wp-block-group.heading-12 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .success-description:after {
    margin-left: 25.7017544%;
  }
}
@media screen and (min-width: 641px) {
  .wp-block-group.padding-13 .wp-block-group__inner-contents {
    max-width: 509.5px;
    width: 40.6359649333%;
  }

  .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child {
    margin-left: -28.7938596833%;
  }
  .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .core-heading {
    margin-left: -28.7938596833%;
  }

  .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading {
    margin-left: -28.7938596833%;
  }
  .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading + .core-heading {
    margin-left: -28.7938596833%;
  }

  .wp-block-group.heading-13 .wp-block-group__inner-contents > .icon-small-underline:first-child h1:after, .wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h1:after, .iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > h2:first-child h1:after, .wp-block-group.heading-13 .wp-block-group__inner-contents > .jobs-title:first-child h1:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .icon-small-underline:first-child h3:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h3:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > h2:first-child h3:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .jobs-title:first-child h3:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .icon-small-underline:first-child .jobs-title:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .jobs-title:first-child .jobs-title:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .icon-small-underline:first-child .promo-title:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .jobs-title:first-child .promo-title:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .icon-small-underline:first-child h4:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h4:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > h2:first-child h4:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .jobs-title:first-child h4:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .icon-small-underline:first-child h5:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-13 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-title:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .icon-small-underline:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-13 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h5:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > h2:first-child h5:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .jobs-title:first-child h5:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-13 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-title:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .jobs-title:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-13 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .icon-small-underline:first-child .modal-title:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .jobs-title:first-child .modal-title:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .icon-small-underline:first-child h6:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .icon-small-underline:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-13 .wp-block-group__inner-contents > .icon-small-underline:first-child .gfield_label:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .icon-small-underline:first-child .resource-title:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h6:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > h2:first-child h6:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .jobs-title:first-child h6:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .jobs-title:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-13 .wp-block-group__inner-contents > .jobs-title:first-child .gfield_label:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .jobs-title:first-child .resource-title:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .icon-small-underline:first-child .plain-text .question:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .jobs-title:first-child .plain-text .question:after,
.plain-text .wp-block-group.heading-13 .wp-block-group__inner-contents > .icon-small-underline:first-child .question:after,
.plain-text .wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-13 .wp-block-group__inner-contents > h2:first-child .question:after,
.plain-text .wp-block-group.heading-13 .wp-block-group__inner-contents > .jobs-title:first-child .question:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .icon-small-underline:first-child .success-description:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .success-description:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > h2:first-child .success-description:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .jobs-title:first-child .success-description:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h1:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h1:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h3:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h3:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .jobs-title:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .jobs-title:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .promo-title:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .promo-title:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h4:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h4:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h5:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-title:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h5:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-title:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .modal-title:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .modal-title:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h6:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .gfield_label:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .resource-title:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h6:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .gfield_label:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .resource-title:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .plain-text .question:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .plain-text .question:after,
.plain-text .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .question:after,
.plain-text .wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.plain-text .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .question:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .success-description:after,
.wp-block-group.heading-13 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.iqt_featured_blog .wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.wp-block-group.heading-13 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .success-description:after {
    margin-left: 27.7850877333%;
  }
}
@media screen and (min-width: 641px) {
  .wp-block-group.padding-14 .wp-block-group__inner-contents {
    max-width: 461px;
    width: 36.4692982667%;
  }

  .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child {
    margin-left: -30.8771930167%;
  }
  .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .core-heading {
    margin-left: -30.8771930167%;
  }

  .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading {
    margin-left: -30.8771930167%;
  }
  .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-image.reveal-on-mobile + .core-heading + .core-heading {
    margin-left: -30.8771930167%;
  }

  .wp-block-group.heading-14 .wp-block-group__inner-contents > .icon-small-underline:first-child h1:after, .wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h1:after, .iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > h2:first-child h1:after, .wp-block-group.heading-14 .wp-block-group__inner-contents > .jobs-title:first-child h1:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .icon-small-underline:first-child h3:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h3:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > h2:first-child h3:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .jobs-title:first-child h3:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .icon-small-underline:first-child .jobs-title:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > h2:first-child .jobs-title:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .jobs-title:first-child .jobs-title:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .icon-small-underline:first-child .promo-title:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > h2:first-child .promo-title:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .jobs-title:first-child .promo-title:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .icon-small-underline:first-child h4:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h4:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > h2:first-child h4:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .jobs-title:first-child h4:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .icon-small-underline:first-child h5:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-14 .wp-block-group__inner-contents > .icon-small-underline:first-child .portfolio-title:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .icon-small-underline:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-14 .wp-block-group__inner-contents > .icon-small-underline:first-child h2:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h5:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h2:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > h2:first-child h5:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > h2:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > h2:first-child .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > h2:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > h2:first-child h2:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .jobs-title:first-child h5:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-14 .wp-block-group__inner-contents > .jobs-title:first-child .portfolio-title:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .jobs-title:first-child .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-14 .wp-block-group__inner-contents > .jobs-title:first-child h2:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .icon-small-underline:first-child .modal-title:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > h2:first-child .modal-title:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .jobs-title:first-child .modal-title:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .icon-small-underline:first-child h6:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .icon-small-underline:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-14 .wp-block-group__inner-contents > .icon-small-underline:first-child .gfield_label:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .icon-small-underline:first-child .resource-title:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child h6:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > h2:first-child h6:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > h2:first-child #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > h2:first-child .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > h2:first-child .resource-title:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .jobs-title:first-child h6:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .jobs-title:first-child #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-14 .wp-block-group__inner-contents > .jobs-title:first-child .gfield_label:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .jobs-title:first-child .resource-title:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .icon-small-underline:first-child .plain-text .question:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > h2:first-child .plain-text .question:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .jobs-title:first-child .plain-text .question:after,
.plain-text .wp-block-group.heading-14 .wp-block-group__inner-contents > .icon-small-underline:first-child .question:after,
.plain-text .wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-14 .wp-block-group__inner-contents > h2:first-child .question:after,
.plain-text .wp-block-group.heading-14 .wp-block-group__inner-contents > .jobs-title:first-child .question:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .icon-small-underline:first-child .success-description:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > h2:first-child .success-description:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > h2:first-child .success-description:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .jobs-title:first-child .success-description:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h1:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + h2 h1:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h1:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h3:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + h2 h3:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h3:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .jobs-title:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + h2 .jobs-title:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .jobs-title:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .promo-title:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + h2 .promo-title:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .promo-title:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h4:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + h2 h4:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h4:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h5:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .portfolio-title:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h2:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + h2 h5:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-modal .portfolio-title:after,
.portfolio-modal .iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + h2 .portfolio-title:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + h2 .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + h2 h2:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h5:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-modal .portfolio-title:after,
.portfolio-modal .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .portfolio-title:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .iqt_recent_blog .block-header h2:after,
.iqt_recent_blog .block-header .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h2:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .modal-title:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + h2 .modal-title:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .modal-title:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline h6:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .gfield_label:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .resource-title:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + h2 h6:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + h2 #gform_6 .gfield_label:after,
#gform_6 .iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + h2 .gfield_label:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + h2 .resource-title:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title h6:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title #gform_6 .gfield_label:after,
#gform_6 .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .gfield_label:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .resource-title:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .plain-text .question:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + h2 .plain-text .question:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .plain-text .question:after,
.plain-text .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .question:after,
.plain-text .wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.iqt_featured_blog .plain-text .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + h2 .question:after,
.plain-text .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .question:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .icon-small-underline .success-description:after,
.wp-block-group.heading-14 .iqt_featured_blog .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.iqt_featured_blog .wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + h2 .success-description:after,
.wp-block-group.heading-14 .wp-block-group__inner-contents > .core-heading:first-child + .jobs-title .success-description:after {
    margin-left: 29.8684210667%;
  }
}