/*!
Theme Name: FutureEQ
Author: Chris King
Version: 1.0
Text Domain: designkind 
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers.
     */
body {
  margin: 0;
}

/**
     * Render the `main` element consistently in IE.
     */
main {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
       ========================================================================== */
/**
     * Remove the gray background on active links in IE 10.
     */
a {
  background-color: transparent;
}

/**
     * 1. Remove the bottom border in Chrome 57-
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Remove the border on images inside links in IE 10.
     */
img {
  border-style: none;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers.
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     * 1. Show the overflow in Edge.
     */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * Correct the inability to style clickable types in iOS and Safari.
     */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
     * Remove the inner border and padding in Firefox.
     */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
     * Restore the focus styles unset by the previous rule.
     */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
     * Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  vertical-align: baseline;
}

/**
     * Remove the default vertical scrollbar in IE 10+.
     */
textarea {
  overflow: auto;
}

/**
     * 1. Add the correct box sizing in IE 10.
     * 2. Remove the padding in IE 10.
     */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
     * Remove the inner padding in Chrome and Safari on macOS.
     */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE 10+, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/* Misc
       ========================================================================== */
/**
     * Add the correct display in IE 10+.
     */
template {
  display: none;
}

/**
     * Add the correct display in IE 10.
     */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #100736;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  line-height: 1.5rem;
}

h1 {
  font-family: 'ratio';
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
}

@media (min-width: 840px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-family: 'ratio';
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0;
}

@media (min-width: 840px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-family: 'ratio';
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  margin: 12px 0;
}

a {
  text-decoration: none;
}

small {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.br {
  display: none;
}

@media (min-width: 600px) {
  .br {
    display: block;
  }
}

.container {
  padding: 0 24px;
  width: 100%;
  max-width: 962px;
  margin: 0 auto;
  text-align: center;
}

.flex-spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.content a {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
}

.content a:hover {
  text-decoration: underline;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

a.btn {
  text-transform: uppercase;
  background-color: #e43f39;
  padding: 12px 32px;
  border-radius: 32px;
  border: 0;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

a.btn:hover {
  text-decoration: none;
}

.btn-align-left {
  text-align: left;
}

.btn-align-right {
  text-align: right;
}

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

.btn-white-outline, a.btn-white-outline {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  background-color: transparent;
  padding: 12px 24px;
  border: 2px solid #fff;
  border-radius: 24px;
  font-size: 15px;
  font-weight: bold;
  margin-top: 18px;
}

.btn-white-outline:hover {
  text-decoration: none;
}

.lc a:hover {
  text-decoration: none;
}

.read-more {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.4px;
}

input[type='submit'] {
  text-transform: uppercase;
  border: 1px solid #f3f3f3;
  padding: 14px 28px;
  border-radius: 32px;
  font-weight: bold;
  background-color: #e43f39;
  color: #fff;
  display: inline-block;
}

.contact-us {
  display: block;
  max-width: 2220px;
  margin: 0 auto;
  background-color: #100736;
  font-family: 'Lato', sans-serif;
}

@media (min-width: 1200px) {
  .contact-us {
    padding-bottom: 64px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#100736), color-stop(60%, #100736), color-stop(60%, #fff), to(#fff));
    background-image: linear-gradient(90deg, #100736 0%, #100736 60%, #fff 60%, #fff 100%);
  }
}

.contact-us .wpcf7-response-output {
  margin: 12px 0 0 0;
  padding: 0;
  border: 0;
}

.contact-us .contact-us-container {
  position: relative;
  margin: 0 auto;
}

@media (min-width: 840px) {
  .contact-us .contact-us-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .contact-us .contact-us-container {
    max-width: 962px;
  }
}

.contact-us .contact-decoration {
  display: none;
}

@media (min-width: 1200px) {
  .contact-us .contact-decoration {
    display: block;
    position: absolute;
    top: 0;
    left: -440px;
  }
  .contact-us .contact-decoration img {
    height: 608px;
    width: auto;
  }
}

.contact-us .contact-us-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  color: #fff;
}

@media (max-width: 840px) {
  .contact-us .contact-us-left {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .contact-us .contact-us-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 65%;
            flex: 1 0 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.contact-us .contact-us-left h2 {
  font-weight: 400;
  color: #e43f39;
  font-size: 38px;
  margin-bottom: 24px;
  margin-top: 0px;
}

@media (min-width: 840px) {
  .contact-us .contact-us-left h2 {
    margin-bottom: 64px;
  }
}

.contact-us .contact-us-left a {
  color: #fff;
  text-decoration: none;
}

.contact-us .contact-us-left > div {
  padding: 24px;
}

@media (min-width: 1200px) {
  .contact-us .contact-us-left > div {
    padding: 50px 0 60px 0;
    width: 600px;
  }
}

.contact-us .contact-us-left small {
  font-size: 14px;
}

.contact-us .contact-us-left .call-us a {
  font-size: 24px;
  font-weight: 300;
  display: block;
}

.contact-us .contact-us-left .call-us p {
  margin: 0 0 40px 0;
}

.contact-us .contact-us-left .offices {
  background-image: url("./images/icon-map-pin.png");
  background-repeat: no-repeat;
  background-size: 38px;
  padding-left: 48px;
  margin: 12px 0 0 0;
  height: 80px;
}

@media (max-width: 840px) {
  .contact-us .contact-us-left .offices {
    width: 180px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact-us .contact-us-left .offices h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
}

.contact-us .contact-us-left .offices p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}

.contact-us .contact-us-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

@media (min-width: 1200px) {
  .contact-us .contact-us-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

@media (min-width: 1200px) {
  .contact-us .contact-us-right > div {
    margin-top: 120px;
    padding-left: 24px;
  }
}

.contact-us .contact-us-right > div h2 {
  color: #e43f39;
  font-weight: 400;
}

.contact-us .contact-us-right > div .contact-us-form {
  background-color: #f3f3f3;
  padding: 45px 20px 24px 20px;
  min-height: 424px;
}

@media (min-width: 1200px) {
  .contact-us .contact-us-right > div .contact-us-form {
    margin-left: -333px;
    width: 630px;
  }
}

.contact-us .contact-us-right .wpcf7-list-item {
  display: block;
}

@media (min-width: 1200px) {
  .contact-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .contact-columns > div:first-of-type {
    margin-right: 24px;
    width: 286px;
  }
}

.contact-columns > div:first-of-type input,
.contact-columns > div:first-of-type textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d8dee1;
  border-radius: 0;
  background-color: transparent;
  font-size: 16px;
  outline: 0;
}

@media (min-width: 1200px) {
  .contact-columns > div:first-of-type input,
  .contact-columns > div:first-of-type textarea {
    width: 280px;
  }
}

.contact-columns > div:first-of-type input:active,
.contact-columns > div:first-of-type input:focus,
.contact-columns > div:first-of-type textarea:active,
.contact-columns > div:first-of-type textarea:focus {
  border-bottom: 2px solid #e43f39;
}

.contact-columns > div:first-of-type textarea {
  height: 110px;
}

.contact-columns > div:last-of-type {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1200px) {
  .contact-columns > div:last-of-type {
    width: 240px;
  }
}

.contact-columns .wpcf7-list-item {
  margin: 4px 0;
}

.contact-columns .wpcf7-list-item input {
  margin-right: 6px;
}

.contact-columns .wpcf7-list-item:first-child {
  margin-top: 12px;
}

.contact-columns .wpcf7-list-item:last-child {
  margin-bottom: 16px;
}

.contact-columns em {
  line-height: 1.2;
  display: block;
  margin-top: 6px;
}

.contact-columns .submit-container {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .contact-columns .submit-container {
    margin-top: 0;
  }
}

footer {
  font-family: 'Lato', sans-serif;
  padding: 28px 24px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}

footer a {
  color: #100736;
  text-decoration: none;
  font-weight: 600;
}

footer .footer-credits a {
  color: #e43f39;
  text-decoration: none;
  font-weight: 400;
}

.home-header {
  width: 100%;
  height: 1100px;
  background-image: url(./images/header-bg.jpg);
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position: center top;
  max-width: 1920px;
  margin: 0 auto;
}

.home-header > .container {
  padding-top: 258px;
  text-align: left;
}

.home-header .logo {
  width: 300px;
  height: auto;
  display: block;
  margin-bottom: 100px;
}

@media (min-width: 500px) {
  .home-header .logo {
    width: 366px;
  }
}

.home-header h1 {
  margin: 0 0 32px 0;
  line-height: 1.1;
  font-size: 38px;
}

.home-header p {
  margin: 0;
}

.home-header a.btn-connect {
  display: inline-block;
  margin-top: 32px;
}

.orange {
  color: #e43f39;
}

.staff img {
  border-radius: 50%;
  width: 230px;
  height: 230px;
  margin: 0 auto;
}

.staff a {
  color: #e43f39;
  font-family: 'Lato', sans-serif;
  font-style: italic;
}

.download-link {
  display: none;
}

.download-container {
  border-radius: 0px;
  color: #fff;
  text-align: left;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  margin-bottom: 64px;
}

@media (min-width: 840px) {
  .download-container {
    min-height: 1000px;
  }
}

@media (min-width: 840px) {
  .download-container {
    background-image: url(./images/download-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media (max-width: 840px) {
  .download-container .ugb-container__wrapper {
    position: relative;
    background-image: url(./images/mobile-download-bg.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    background-color: #e43f39;
    padding: 64px 24px;
  }
  .download-container .ugb-container__wrapper .ugb-container__content-wrapper {
    margin: 0 auto;
  }
  .download-container .ugb-container__wrapper:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #fff;
    -webkit-clip-path: polygon(0% 20%, 100% 0, 0 0);
            clip-path: polygon(0% 20%, 100% 0, 0 0);
  }
  .download-container .ugb-container__wrapper:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #fff;
    -webkit-clip-path: polygon(100% 80%, 0 100%, 100% 100%);
            clip-path: polygon(100% 80%, 0 100%, 100% 100%);
  }
}

@media (min-width: 840px) {
  .download-container .ugb-container__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.download-container .ugb-container__wrapper .ugb-container__content-wrapper {
  max-width: 580px;
}

.download-container .wpcf7-list-item {
  padding: 0;
  margin: 0 0 12px 0;
}

.download-container .wpcf7-text {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  padding-top: 12px;
}

.download-container .wpcf7-text:focus {
  outline: 0;
  border-bottom: 1px solid #e43f39;
}

.download-container .wpcf7-response-output {
  margin: 12px 0 0 0;
  padding: 0;
  border: 0;
}

.download-container .download-submit-container {
  margin-top: 24px;
}

.download-container .download-submit-container input[type='submit'] {
  background-color: transparent;
}

.slide-show-container {
  border-radius: 0px;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 735px;
  padding: 0;
  background-image: url(./images/slide-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 64px;
}

.slide-show-container .ugb-container__wrapper {
  height: 735px;
  width: 100vw;
  overflow: hidden;
}

.slide-show-container .ugb-container__content-wrapper {
  position: relative;
  height: 735px;
  margin: 0 auto;
}

@media (min-width: 1100px) {
  .slide-show-container .ugb-container__content-wrapper {
    width: 1110px;
  }
}

.slide-show-container .slide-current {
  -webkit-transition: -webkit-transform 600ms ease-in-out;
  transition: -webkit-transform 600ms ease-in-out;
  transition: transform 600ms ease-in-out;
  transition: transform 600ms ease-in-out, -webkit-transform 600ms ease-in-out;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.slide-show-container .slide-waiting {
  -webkit-transform: translate(200%, 0);
          transform: translate(200%, 0);
  opacity: 0;
}

.slide-show-container .slide-hiding {
  -webkit-transition: -webkit-transform 600ms ease-in-out;
  transition: -webkit-transform 600ms ease-in-out;
  transition: transform 600ms ease-in-out;
  transition: transform 600ms ease-in-out, -webkit-transform 600ms ease-in-out;
  -webkit-transform: translate(-200%, 0);
          transform: translate(-200%, 0);
}

.slide-show-container .slide {
  position: absolute;
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 740px;
}

@media (min-width: 1100px) {
  .slide-show-container .slide .slide-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    height: inherit;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 24px;
  }
}

.slide-show-container .slide .slide-right {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1100px) {
  .slide-show-container .slide .slide-right {
    padding: 24px;
    max-width: 100%;
  }
}

@media (min-width: 1100px) {
  .slide-show-container .slide .slide-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    height: inherit;
    padding-left: 24px;
  }
}

.slide-show-container .slide .slide-right .slide-right-top {
  height: 500px;
}

.slide-show-container .slide .slide-right .slide-right-bottom .btn {
  margin: 0;
}

.slide-show-container .slide .slide-right .slide-subtitle {
  font-size: 28px;
  margin: 24px 0 20px 0;
  line-height: 1.2;
}

.slide-show-container .slide .brandeq-logo img {
  width: 160px;
  height: auto;
}

.slide-show-container .slide .experienceeq-logo img {
  width: 286px;
  height: auto;
}

.slide-show-container .slide .influencereq-logo img {
  width: 277px;
  height: auto;
}

.slide-show-container .slide .premiumeq-logo img {
  width: 240px;
  height: auto;
}

.slide-show-container .slide .producteq-logo img {
  width: 212px;
  height: auto;
}

@media (min-width: 1100px) {
  .slide-show-container .slide .brandeq-slash {
    background-image: url(./images/brandeq-slash.png);
  }
  .slide-show-container .slide .experienceeq-slash {
    background-image: url(./images/experienceeq-slash.png);
  }
  .slide-show-container .slide .influencereq-slash {
    background-image: url(./images/influencereq-slash.png);
  }
  .slide-show-container .slide .premiumeq-slash {
    background-image: url(./images/premiumeq-slash.png);
  }
  .slide-show-container .slide .producteq-slash {
    background-image: url(./images/producteq-slash.png);
  }
}

.slide-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 64px;
}

.slide-controls > div {
  display: inline-block;
  margin: 0 10px;
}

.slide-controls .active-dot {
  background-color: #e43f39;
}

.slide-controls .slide-controls-back {
  display: none;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #100736;
}

.slide-controls .slide-controls-next {
  display: none;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #100736;
}

.slide-controls-jump {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  cursor: pointer;
  background-color: #100736;
}

.telescope img {
  width: 120px;
  height: auto;
  margin: 0 auto;
}

.human img {
  width: 90px;
  height: auto;
  margin: 0 auto;
}

.target img {
  width: 120px;
  height: auto;
  margin: 0 auto;
}

.icons {
  margin: 64px 0;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
}

.icons .wp-block-column {
  margin: 0;
}

.icons .wp-block-image {
  height: 125px;
}

.icons strong {
  color: #e43f39;
}

.mobile-circles {
  margin-top: -120px;
  display: block;
}

@media (min-width: 600px) {
  .mobile-circles {
    display: none;
  }
}

.full-circles {
  margin-top: -120px;
  display: none;
}

@media (min-width: 600px) {
  .full-circles {
    display: block;
  }
}

.circles {
  margin-top: -120px;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
}

.circles .wp-block-column {
  margin: 0;
}

.circles .circles-left {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 64px;
  padding-right: 24px;
}

.circles .circles-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 104px;
  padding-left: 18px;
}

.wp-block-quote {
  margin: 64px 0;
  font-family: 'Lato', sans-serif;
}

.wp-block-quote p {
  font-size: 28px;
  color: #7e779a;
  line-height: 1.3;
  font-style: italic;
}

.wp-block-quote cite {
  font-style: normal;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 3px;
}

.orange-bold strong {
  color: #e43f39;
}
/*# sourceMappingURL=style.css.map */