﻿/* E.g.
@include breakpoint($medium-2) {
	width: 30%;
}
*/
@font-face {
  font-family: georgia;
  src: url("../fonts/Georgia.woff2") format("woff2"), url("../fonts/Georgia.woff") format("woff"); }

h1, h2, h3 {
  font-family: "georgia", Helvetica, sans-serif; }

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

h2 {
  font-size: 8rem;
  line-height: 8rem;
  color: #ffffff;
  font-weight: normal; }
  @media (max-width: 1300px) {
    h2 {
      margin: 4rem 0; } }
  @media (max-width: 990px) {
    h2 {
      margin: 4rem 0; } }
  @media (max-width: 640px) {
    h2 {
      font-size: 6rem;
      line-height: 6.5rem; } }

h3.section-header {
  font-size: 5.5rem;
  line-height: 1.5;
  font-weight: normal;
  position: relative;
  color: #312d2a;
  padding-bottom: 3rem;
  margin-bottom: 3.5rem; }
  h3.section-header:after {
    content: "";
    width: 45px;
    height: 8px;
    background-color: #e6ac58;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0; }
  h3.section-header.animate:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

h3.fixed {
  position: fixed;
  left: auto;
  background-color: #f29111;
  z-index: 5; }

b,
strong {
  font-weight: bold; }

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

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; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: Arial, Helvetica, sans-serif;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

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

body {
  line-height: 1;
  margin: 0;
  font-size: 2.7rem;
  height: auto !important;
  background-color: #dee0e0; }

.main-wrapper {
  background: #ffffff !important; }

ol, ul {
  list-style: none; }

ul li {
  margin-bottom: 3rem;
  padding-left: 4rem;
  position: relative; }
  @media (max-width: 640px) {
    ul li {
      margin-bottom: 2rem;
      padding-left: 2rem; } }
  ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 7px;
    height: 7px;
    border-radius: 7px; }
    @media (max-width: 640px) {
      ul li:before {
        width: 5px;
        height: 5px; } }
  ul li p {
    line-height: normal; }
    @media (max-width: 640px) {
      ul li p {
        line-height: 1.5; } }

blockquote, q {
  quotes: none; }

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

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

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

main {
  display: block; }

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

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

[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; }

p {
  font-size: 2.2rem;
  line-height: 1.6;
  color: #312d2a;
  margin: 0 0 1.2em; }
  p:last-child {
    margin-bottom: 0; }
  @media (max-width: 500px) {
    p {
      font-size: 1.8rem; } }
  @media (max-width: 376px) {
    p {
      font-size: 1.6rem; } }
  @media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
    p {
      font-size: 1.6rem; } }

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

.widow {
  white-space: nowrap; }

#videoPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  #videoPopup .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.85098);
    transition: opacity 0.8s;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer; }
  #videoPopup .video-container {
    width: 90%;
    max-width: 960px;
    position: fixed;
    z-index: 10;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }
    @media (min-width: 1180px) {
      #videoPopup .video-container {
        max-width: 670px; } }
    @media (min-width: 1600px) {
      #videoPopup .video-container {
        max-width: 1080px; } }
    @media (max-width: 768px) {
      #videoPopup .video-container {
        width: 73%; } }
    #videoPopup .video-container iframe {
      width: 100%;
      height: 50vh; }
      @media (max-width: 768px) {
        #videoPopup .video-container iframe {
          height: 30vh; } }
    #videoPopup .video-container .popup_close {
      position: absolute;
      height: 40px;
      width: 40px;
      right: -60px;
      top: 0;
      cursor: pointer;
      opacity: 0.8; }
      #videoPopup .video-container .popup_close:hover {
        opacity: 1; }
      #videoPopup .video-container .popup_close:before {
        content: '';
        position: absolute;
        transform: rotate(45deg);
        top: 15px;
        background-color: #ffffff;
        height: 5px;
        width: 40px;
        transition: 0.3s;
        cursor: pointer; }
        @media (max-width: 500px) {
          #videoPopup .video-container .popup_close:before {
            height: 35px;
            width: 35px;
            height: 5px; } }
      #videoPopup .video-container .popup_close:after {
        content: '';
        position: absolute;
        transform: rotate(-45deg);
        top: 15px;
        background-color: #ffffff;
        height: 5px;
        width: 40px;
        transition: 0.3s;
        cursor: pointer; }
        @media (max-width: 500px) {
          #videoPopup .video-container .popup_close:after {
            height: 35px;
            width: 35px;
            height: 5px; } }
      @media (max-width: 640px) {
        #videoPopup .video-container .popup_close {
          right: 0;
          top: -68px; } }
      @media (max-width: 500px) {
        #videoPopup .video-container .popup_close {
          height: 35px;
          width: 35px;
          top: -50px; } }
  @media (max-width: 640px) {
    #videoPopup {
      width: 75%; } }

.nano {
  position: relative;
  width: 100%;
  height: 80%;
  overflow: hidden; }

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nano > .nano-content:focus {
  outline: thin dotted; }

.nano > .nano-content::-webkit-scrollbar {
  display: none; }

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block; }

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99; }

.menu-area {
  z-index: 10; }
  @media (max-width: 1500px) {
    .menu-area {
      width: 100%;
      padding: 0 2rem;
      height: 120px;
      box-sizing: border-box;
      position: absolute;
      overflow: hidden;
      top: 0;
      border-bottom: 1px solid #eeeeee;
      -webkit-box-shadow: 0 0 20px 0 #eeeeee;
      -moz-box-shadow: 0 0 20px 0 #eeeeee;
      box-shadow: 0 0 20px 0 #eeeeee;
      cursor: pointer;
      background-color: rgba(255, 255, 255, 0.95); } }
  @media (max-width: 1300px) {
    .menu-area {
      padding: 0 2rem;
      height: 120px; } }
  @media (max-width: 1200px) {
    .menu-area {
      height: 90px;
      padding: 2rem; } }
  @media (max-width: 768px) {
    .menu-area {
      height: 130px;
      padding: 4rem 2rem; } }
  @media (max-width: 640px) {
    .menu-area {
      height: 60px;
      padding: 1rem 2rem; } }

.menu-hamburg,
.menu {
  position: absolute;
  height: 50px;
  width: 65px;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s;
  cursor: pointer; }
  @media (min-width: 1180px) {
    .menu-hamburg,
    .menu {
      transform: translate(40px, 40px); } }
  @media (min-width: 1600px) {
    .menu-hamburg,
    .menu {
      transform: translate(60px, 45px); } }
  @media (max-width: 1200px) {
    .menu-hamburg,
    .menu {
      position: absolute;
      height: 50px;
      width: 65px;
      cursor: pointer;
      z-index: 10;
      transition: 0.3s;
      transform: translate(0);
      cursor: pointer; } }
  @media (max-width: 640px) {
    .menu-hamburg,
    .menu {
      transform: translate(0, 20px);
      width: 40px;
      height: auto; } }
  .menu-hamburg span,
  .menu span {
    position: absolute;
    height: 7px;
    width: 55px;
    background-color: #8c857b;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    cursor: pointer;
    box-sizing: border-box; }
    @media (max-width: 640px) {
      .menu-hamburg span,
      .menu span {
        width: 40px;
        height: 4px; } }
    .menu-hamburg span:before,
    .menu span:before {
      content: '';
      position: absolute;
      top: -15px;
      background-color: #8c857b;
      height: 7px;
      width: 55px;
      transition: 0.3s;
      box-sizing: border-box; }
      @media (max-width: 640px) {
        .menu-hamburg span:before,
        .menu span:before {
          width: 40px;
          height: 4px;
          top: -10px; } }
    .menu-hamburg span:after,
    .menu span:after {
      content: '';
      position: absolute;
      top: 15px;
      background-color: #8c857b;
      height: 7px;
      width: 55px;
      transition: 0.3s;
      box-sizing: border-box; }
      @media (max-width: 640px) {
        .menu-hamburg span:after,
        .menu span:after {
          width: 40px;
          height: 4px;
          top: 10px; } }
    .menu-hamburg span.intercolor,
    .menu span.intercolor {
      background-color: #ffffff; }
      .menu-hamburg span.intercolor:before,
      .menu span.intercolor:before {
        background-color: #ffffff; }
      .menu-hamburg span.intercolor:after,
      .menu span.intercolor:after {
        background-color: #ffffff; }

.menu.active {
  transform: none;
  height: 65px;
  position: relative; }
  @media (min-width: 1180px) {
    .menu.active {
      float: right; } }
  @media (min-width: 1600px) {
    .menu.active {
      float: none; } }
  @media (max-width: 640px) {
    .menu.active {
      float: right;
      width: 45px;
      height: 45px; } }
  .menu.active span {
    top: 0;
    left: 0;
    transform: none;
    background-color: transparent;
    position: relative; }
    .menu.active span:before {
      height: 3px;
      transform: rotate(45deg);
      top: 23px; }
      @media (max-width: 640px) {
        .menu.active span:before {
          height: 3px; } }
    .menu.active span:after {
      height: 3px;
      transform: rotate(-45deg);
      top: 23px; }
      @media (max-width: 640px) {
        .menu.active span:after {
          height: 3px; } }

.fixed {
  position: fixed;
  top: 0; }

.navbar-menu {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 65%;
  height: 100%;
  max-width: 800px;
  transform: translateX(-150%);
  transition: 0.5s;
  z-index: 999;
  padding: 5rem 4rem 4rem 6rem; }
  @media (min-width: 1180px) {
    .navbar-menu {
      padding: 3rem 2rem 2rem 6rem;
      width: 35%; } }
  @media (min-width: 1600px) {
    .navbar-menu {
      padding: 5rem 4rem 4rem 6rem;
      width: 65%; } }
  .navbar-menu.active {
    transform: translate(0);
    transition: 0.5s;
    color: #00758f; }
    .navbar-menu.active .menu-listing li a.active {
      color: #2c5967;
      transition: 0.5s; }
  @media (max-width: 640px) {
    .navbar-menu {
      width: 90%;
      padding: 3rem;
      box-sizing: border-box; } }
  @media (max-width: 500px) {
    .navbar-menu {
      padding: 2rem 1rem 2rem 2rem; } }
  .navbar-menu .menu-listing {
    margin: 0;
    text-align: left;
    background-color: #fff; }
  .navbar-menu p {
    font-size: 5.5rem;
    margin: 0 0 0.8em 0;
    padding-bottom: 3rem;
    font-family: "georgia", Helvetica, sans-serif;
    position: relative; }
    @media (max-width: 1680px) {
      .navbar-menu p {
        font-size: 3.2rem;
        padding-bottom: 2rem; } }
    .navbar-menu p:after {
      content: "";
      background-color: #e6ac58;
      height: 8px;
      width: 45px;
      position: absolute;
      left: 0;
      bottom: 0; }
    @media (max-width: 1300px) {
      .navbar-menu p {
        font-size: 3.2rem; } }

.menu-listing li {
  font-size: 3.2rem;
  line-height: 1.5;
  margin: 0 0 0.5em 0;
  padding: 0; }
  @media (min-width: 1180px) {
    .menu-listing li {
      font-size: 1.8rem; } }
  @media (min-width: 1600px) {
    .menu-listing li {
      font-size: 3.2rem; } }
  @media (max-width: 1200px) {
    .menu-listing li {
      font-size: 2.2rem; } }
  @media (max-width: 640px) {
    .menu-listing li {
      font-size: 1.8rem; } }
  @media (max-width: 500px) {
    .menu-listing li {
      font-size: 1.6rem; } }
  .menu-listing li span {
    color: #939699;
    font-size: 2.2rem; }
    @media (max-width: 640px) {
      .menu-listing li span {
        font-size: 1.8rem; } }
  .menu-listing li a {
    color: #312d2a;
    display: block;
    text-decoration: none;
    transition: 0.5s; }
    .menu-listing li a:hover, .menu-listing li a:active, .menu-listing li a.active {
      color: #2c5967;
      transition: 0.5s; }
    .menu-listing li a.active {
      color: #2c5967;
      transition: 0.5s;
      font-weight: bold; }
      .menu-listing li a.active span {
        font-weight: normal; }

#nav-menu {
  position: fixed;
  left: 0;
  z-index: 12; }

.menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  z-index: 1;
  cursor: pointer;
  display: none; }
  .menu-overlay.active {
    display: block; }

/* iphone landscape*/
@media only screen and (min-device-width: 730px) and (max-device-width: 1024px) and (orientation: landscape) {
  .navbar-menu {
    padding: 2rem 2rem 2rem 4rem; }
    .navbar-menu .menu-listing {
      height: 100%; }
  .menu {
    float: right;
    width: 45px;
    height: 45px; }
    .menu span {
      position: absolute;
      right: 0;
      width: 45px; }
      .menu span:before, .menu span:after {
        width: 45px;
        height: 5px; } }

/* iphone portrait*/
@media only screen and (min-device-width: 412px) and (max-device-width: 736px) and (orientation: portrait) {
  /*.nano {
        height: 95vh;
    }*/ }

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  z-index: 9;
  position: relative; }

.cta-button {
  background: rgba(255, 255, 255, 0);
  border-color: #ffffff;
  border: 2px solid #ffffff;
  transition: background .2s, border .2s;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: inherit;
  line-height: inherit;
  display: inline-block;
  padding: 1.5rem 6rem 1.5rem 2rem;
  cursor: pointer;
  position: relative; }
  .cta-button:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.1rem;
    right: 2rem;
    display: block;
    height: 19px;
    width: 23px;
    background: url(../images/cta-arrow.png) no-repeat;
    background-size: auto 100%;
    background-position: top left;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .cta-button:hover {
    background: #ffffff;
    color: #003b4d; }
    .cta-button:hover:after {
      background-position: top right;
      -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
      transform: translateX(3px); }

.banner {
  min-height: 60vh;
  padding: 6rem 0 8rem 0;
  background: url("../images/hero.png") no-repeat;
  background-position: center;
  position: relative;
  /*header CTA button*/ }
  .banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background: url("../images/banner-strip.png") bottom left/100% no-repeat;
    background-size: cover; }
  @media (max-width: 1024px) {
    .banner {
      min-height: inherit;
      padding: 5rem 0 10rem 0; } }
  @media (max-width: 768px) {
    .banner {
      padding: 3rem 0 8rem 0;
      background-size: cover; } }
  @media (max-width: 640px) {
    .banner {
      padding: 2rem 0 8rem 0; } }
  @media (max-width: 500px) {
    .banner {
      padding: 2rem 0 6rem 0;
      background-position: 60% 0; } }
  .banner .oracle-sub-logo {
    width: 200px;
    height: 30px;
    background: url("../images/oracle-logo.png") top left/contain no-repeat; }
    @media (max-width: 1200px) {
      .banner .oracle-sub-logo {
        width: 18%; } }
    @media (max-width: 768px) {
      .banner .oracle-sub-logo {
        width: 40%; } }
    @media (max-width: 990px) {
      .banner .oracle-sub-logo {
        width: 20%; } }
    @media (max-width: 500px) {
      .banner .oracle-sub-logo {
        width: 30%; } }
  .banner .view-exp {
    background-color: #759c6c;
    transition: background .2s, border .2s;
    color: #ffffff;
    text-decoration: none;
    font-size: 2.2rem;
    font-family: inherit;
    line-height: 1;
    display: inline-block;
    padding: 1.5rem 5.5rem 1.7rem 2rem;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    margin-top: 2rem; }
    @media (max-width: 500px) {
      .banner .view-exp {
        font-size: 1.8rem; } }
    .banner .view-exp:after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 1.5rem;
      height: 23px;
      width: 23px;
      background: url(../images/video-arrow.svg) no-repeat;
      background-size: auto 100%;
      background-position: top left;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      -o-transition: transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .banner h2 {
    font-size: 8.41rem;
    line-height: 6rem;
    color: #ffffff;
    font-weight: normal; }
    @media (max-width: 990px) {
      .banner h2 {
        font-size: 7rem;
        line-height: 7rem; } }
    @media (max-width: 768px) {
      .banner h2 {
        font-size: 6rem;
        line-height: 7rem; } }
    @media (max-width: 640px) {
      .banner h2 {
        font-size: 6rem;
        line-height: 6.5rem; } }
    @media (max-width: 500px) {
      .banner h2 {
        font-size: 4.5rem;
        line-height: 4.8rem; } }
  .banner h3 {
    font-size: 5.41rem;
    line-height: 5rem;
    color: #ffffff;
    font-weight: normal;
    margin: 10rem 0 2rem 0; }
    @media (max-width: 1536px) {
      .banner h3 {
        margin: 8rem 0 2rem 0; } }
    @media (max-width: 990px) {
      .banner h3 {
        font-size: 3.5rem;
        line-height: 4rem; } }
    @media (max-width: 768px) {
      .banner h3 {
        font-size: 2.5rem;
        line-height: 3rem;
        margin: 8rem 0 1rem 0; } }
    @media (max-width: 640px) {
      .banner h3 {
        font-size: 2.5rem;
        line-height: 3.5rem;
        margin: 4rem 0 1rem 0; } }
    @media (max-width: 640px) {
      .banner h3 {
        font-size: 2.2rem;
        line-height: 3.5rem; } }
    @media (max-width: 500px) {
      .banner h3 {
        font-size: 2rem;
        line-height: 3rem; } }
  .banner p {
    font-size: 3.9rem;
    line-height: 3.5rem;
    color: #ffffff;
    font-weight: normal;
    margin: 6rem 0; }
    @media (max-width: 990px) {
      .banner p {
        font-size: 3.2rem;
        line-height: 3.5rem; } }
    @media (max-width: 768px) {
      .banner p {
        font-size: 2.4rem;
        line-height: 2.6rem;
        margin: 3rem 0; } }
    @media (max-width: 640px) {
      .banner p {
        font-size: 2.4rem;
        line-height: 2.6rem; } }
    @media (max-width: 500px) {
      .banner p {
        font-size: 2rem;
        line-height: 3rem;
        margin: 1rem 0 3rem 0;
        width: 70%; } }
  .banner a.find-more {
    text-decoration: none;
    background-image: url(../images/cta-arrow.png);
    background-position: right 50%;
    background-repeat: no-repeat;
    background-size: contain; }
  .banner .cta-button {
    border: 1px solid red;
    width: 285px;
    height: 65px;
    display: inline-flex;
    align-items: center;
    padding: 0 2rem; }
    .banner .cta-button p {
      font-size: 2.1rem;
      line-height: 1.3;
      color: #ffffff;
      font-weight: normal;
      margin: 0;
      text-align: left; }
  .banner .view-more {
    background: linear-gradient(-90deg, #703b70 0%, #353d7b 100%);
    padding: 15px 20px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    margin-top: 5rem;
    display: inline-block;
    line-height: normal;
    position: absolute; }
  .banner .btn-stripe {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 2.5rem 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10rem;
    transition: 0.5s ease background-color; }
    .banner .btn-stripe.sticky {
      position: fixed;
      top: 0;
      max-width: 1600px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 100;
      background-color: rgba(0, 0, 0, 0.7);
      transition: 0.5s ease background-color; }
      .banner .btn-stripe.sticky .wrapper {
        justify-content: center;
        transition: 0.5s ease all; }
    .banner .btn-stripe .white-btn {
      border: 2px solid #ffffff;
      color: #ffffff;
      font-size: 1.8rem;
      line-height: 1.8rem;
      text-align: center;
      padding: 1.5rem 5rem 1.5rem 2rem;
      font-weight: bold;
      position: relative;
      cursor: pointer; }
      @media (max-width: 640px) {
        .banner .btn-stripe .white-btn {
          font-size: 1.6rem; } }
      .banner .btn-stripe .white-btn:after {
        content: '';
        position: absolute;
        height: 23px;
        width: 19px;
        background: url("../images/white-arrow.png") no-repeat;
        right: 2rem;
        top: 1.2rem;
        transition: all 0.3s ease; }
      .banner .btn-stripe .white-btn:hover {
        text-decoration: none; }
        .banner .btn-stripe .white-btn:hover:after {
          top: 1.5rem;
          transition: all 0.3s ease; }
    .banner .btn-stripe .wrapper {
      display: flex;
      justify-content: flex-end;
      transition: 0.5s ease all; }
      @media (max-width: 768px) {
        .banner .btn-stripe .wrapper {
          justify-content: center; } }

section img {
  width: 100%; }

#section-intro {
  padding: 8rem 0 12rem; }
  @media (max-width: 1536px) {
    #section-intro {
      padding: 6rem 0; } }
  @media (max-width: 990px) {
    #section-intro {
      padding: 6rem 0; } }
  @media (max-width: 768px) {
    #section-intro {
      padding: 5rem 0; } }
  @media (max-width: 640px) {
    #section-intro {
      padding: 4rem 0; } }
  #section-intro .wrapper {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 990px) {
      #section-intro .wrapper {
        flex-direction: column; } }
  #section-intro .column-text {
    width: 46%; }
    @media (max-width: 1200px) {
      #section-intro .column-text {
        width: 44%; } }
    @media (max-width: 990px) {
      #section-intro .column-text {
        width: 100%; } }
    #section-intro .column-text p.sub-title {
      font-family: "georgia", Helvetica, sans-serif;
      font-size: 3.5rem;
      line-height: 2.5;
      margin: 0 0 3.5rem 0;
      position: relative;
      padding-bottom: 2rem; }
      #section-intro .column-text p.sub-title:after {
        content: "";
        background-color: #e6ac58;
        height: 8px;
        width: 45px;
        position: absolute;
        left: 0;
        bottom: 0; }
      @media (max-width: 640px) {
        #section-intro .column-text p.sub-title {
          font-size: 2.5rem;
          padding-bottom: 2.5rem; } }
      @media (max-width: 500px) {
        #section-intro .column-text p.sub-title {
          font-size: 2.2rem;
          margin: 0 0 2rem 0;
          padding-bottom: 1rem; } }
    #section-intro .column-text:first-child p:last-child {
      margin-bottom: 0; }
      @media (max-width: 990px) {
        #section-intro .column-text:first-child p:last-child {
          margin: 0 0 1.6em; } }
  #section-intro .guide-list {
    width: 54%; }
    @media (max-width: 1200px) {
      #section-intro .guide-list {
        width: 52%; } }
    @media (max-width: 990px) {
      #section-intro .guide-list {
        width: 100%; } }
    #section-intro .guide-list h2 {
      font-size: 4.1rem;
      line-height: 4rem;
      margin-bottom: 2rem;
      color: #00758f; }
      @media (max-width: 768px) {
        #section-intro .guide-list h2 {
          font-size: 3rem;
          line-height: 3.5rem;
          font-weight: bold; } }
      @media (max-width: 640px) {
        #section-intro .guide-list h2 {
          font-size: 3rem;
          line-height: 3.5rem; } }
    #section-intro .guide-list .sub-text {
      font-size: 3rem;
      line-height: 3.5rem;
      margin-bottom: 4rem; }
      @media (max-width: 768px) {
        #section-intro .guide-list .sub-text {
          font-size: 2.4rem;
          line-height: 2.6rem; } }
      @media (max-width: 640px) {
        #section-intro .guide-list .sub-text {
          font-size: 2.2rem;
          line-height: 2.6rem;
          margin-bottom: 3rem; } }
    #section-intro .guide-list ul li {
      margin-bottom: 3rem;
      padding-left: 3rem;
      position: relative; }
      #section-intro .guide-list ul li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 13px;
        width: 7px;
        height: 7px;
        border-radius: 7px;
        background-color: #f29111; }
    #section-intro .guide-list .red-span {
      color: #f80000;
      font-weight: bold; }

#section-two {
  background-color: #312d2a;
  padding: 14rem 0;
  position: relative; }
  @media (max-width: 1536px) {
    #section-two {
      padding: 8rem 0; } }
  @media (max-width: 990px) {
    #section-two {
      padding: 8rem 0; } }
  @media (max-width: 768px) {
    #section-two {
      padding: 5rem 0 45rem 0; } }
  @media (max-width: 500px) {
    #section-two {
      padding: 4rem 0 30rem 0; } }
  #section-two .phone-top {
    position: absolute;
    width: 75%;
    top: -3rem;
    right: 0;
    height: 49%;
    background: url("../images/phone1.png") no-repeat;
    background-position: top right;
    background-size: contain; }
    @media (max-width: 1500px) {
      #section-two .phone-top {
        width: 75%;
        top: 5%; } }
    @media (max-width: 1300px) {
      #section-two .phone-top {
        width: 36%;
        top: 10%; } }
    @media (max-width: 768px) {
      #section-two .phone-top {
        background-position: right bottom;
        z-index: 2;
        height: 32%;
        top: 69%;
        width: 100%; } }
    @media (max-width: 500px) {
      #section-two .phone-top {
        top: 68.5%;
        z-index: 9; } }
  #section-two #videoPlay {
    background-color: #759c6c;
    transition: background .2s, border .2s;
    color: #ffffff;
    text-decoration: none;
    font-size: 2.2rem;
    font-family: inherit;
    line-height: 1;
    display: inline-block;
    padding: 1.5rem 5.5rem 1.7rem 2rem;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    margin-top: 2rem; }
    @media (max-width: 500px) {
      #section-two #videoPlay {
        font-size: 1.8rem; } }
    #section-two #videoPlay:after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 1.5rem;
      height: 23px;
      width: 23px;
      background: url(../images/video-arrow.svg) no-repeat;
      background-size: auto 100%;
      background-position: top left;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      -o-transition: transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease; }

.phone-bottom {
  position: absolute;
  width: 62%;
  bottom: 35px;
  left: 0;
  height: 52%;
  background: url(../images/phone2.png) center left/contain no-repeat;
  z-index: 2; }
  @media (max-width: 1300px) {
    .phone-bottom {
      background-position: 100% 50%;
      width: 45%; } }
  @media (max-width: 768px) {
    .phone-bottom {
      background-position: left bottom;
      z-index: 1;
      height: 29%;
      width: 75%;
      bottom: -5%; } }
  @media (max-width: 500px) {
    .phone-bottom {
      bottom: -3%; } }

.flex-row {
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 1200px) {
    .flex-row {
      margin-bottom: 0; } }

.flex-row-left {
  display: flex;
  justify-content: flex-start; }

.right-align {
  width: 53%; }

.left-align {
  width: 45%;
  margin-top: 24rem; }
  @media (max-width: 1300px) {
    .left-align {
      margin-top: 5rem; } }
  @media (max-width: 768px) {
    .left-align {
      margin-top: 5rem; } }
  @media (max-width: 640px) {
    .left-align {
      margin-top: 3rem; } }
  @media (max-width: 500px) {
    .left-align {
      margin-top: 1rem; } }
  .left-align h3 {
    width: 80%; }
    @media (max-width: 1200px) {
      .left-align h3 {
        width: 100%; } }
  @media (max-width: 768px) {
    .left-align ul {
      width: 85%; } }
  @media (max-width: 500px) {
    .left-align ul {
      width: 100%; } }

@media (max-width: 1200px) {
  .right-align,
  .left-align {
    width: 65%; } }

@media (max-width: 768px) {
  .right-align,
  .left-align {
    width: 100%; } }

.right-align h3,
.left-align h3 {
  font-size: 3.8rem;
  line-height: 5.5rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 6rem; }
  @media (max-width: 990px) {
    .right-align h3,
    .left-align h3 {
      font-size: 3rem;
      line-height: 3.5rem;
      margin-bottom: 3rem; } }

.right-align h2,
.left-align h2 {
  color: #ffffff;
  font-size: 5.5rem;
  line-height: 6rem;
  font-weight: normal;
  margin-bottom: 3.5rem;
  padding-bottom: 3rem;
  position: relative; }
  .right-align h2:after,
  .left-align h2:after {
    content: "";
    background-color: #e6ac58;
    height: 8px;
    width: 45px;
    position: absolute;
    left: 0;
    bottom: 0; }
  @media (max-width: 640px) {
    .right-align h2,
    .left-align h2 {
      font-size: 4rem;
      margin-bottom: 2.5rem;
      padding-bottom: 2.5rem; } }

.right-align p,
.left-align p {
  color: #ffffff;
  margin: 0 0 1em; }
  @media (max-width: 768px) {
    .right-align p:last-child,
    .left-align p:last-child {
      margin: 0; } }

.right-align ul li,
.left-align ul li {
  margin-bottom: 2rem;
  padding-left: 4rem;
  position: relative;
  color: #ffffff; }
  @media (max-width: 640px) {
    .right-align ul li,
    .left-align ul li {
      padding-left: 2rem; } }
  .right-align ul li:before,
  .left-align ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    border-radius: 7px;
    background-color: #f29111; }
    @media (max-width: 640px) {
      .right-align ul li:before,
      .left-align ul li:before {
        width: 5px;
        height: 5px; } }
  .right-align ul li p,
  .left-align ul li p {
    line-height: 1.5; }

.video-cta {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  background: linear-gradient(-90deg, #723d72 0%, #353c7b 100%);
  position: relative;
  cursor: pointer;
  width: 442px;
  height: 100px;
  padding-left: 20rem; }
  .video-cta:before {
    content: '';
    background: url("../images/view-video-cta-oracle.png") 0 0/contain no-repeat;
    display: inline-block;
    width: 177px;
    height: 100%;
    position: absolute;
    left: 0; }
  .video-cta:after {
    content: "";
    width: 100px;
    height: 3px;
    background-color: #605b8c;
    bottom: 4rem;
    width: 80px;
    height: 4px;
    position: absolute; }
  .video-cta .img-cta {
    color: #ffffff;
    font-size: 2rem;
    align-items: center;
    text-decoration: none;
    margin-bottom: 3.5rem; }
    .video-cta .img-cta:after {
      content: "";
      position: absolute;
      top: 50%;
      margin-top: 1rem;
      right: 2rem;
      display: block;
      height: 2.2rem;
      width: 2.7rem;
      background: url(../images/cta-arrow.png) 0 0/contain no-repeat;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      -o-transition: transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .video-cta:hover {
    background: linear-gradient(-90deg, rgba(114, 61, 114, 0.9) 0%, rgba(69, 78, 158, 0.9) 100%); }
    .video-cta:hover .img-cta:after {
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); }
  .video-cta.desktop-only {
    display: inline-flex;
    margin: 4rem 0 0 0; }
    @media (max-width: 768px) {
      .video-cta.desktop-only {
        display: none; } }

.mobile-only {
  display: none; }
  @media (max-width: 768px) {
    .mobile-only {
      display: inline-flex; } }
  @media (max-width: 640px) {
    .mobile-only {
      margin: 2rem 0; } }
  @media (max-width: 768px) {
    .mobile-only:hover {
      opacity: 0.7; } }

#assistant {
  position: relative;
  background: url("../images/enhanced-businees-img.jpg") no-repeat;
  background-color: #000000;
  background-size: cover;
  overflow: hidden; }
  @media (max-width: 640px) {
    #assistant {
      background: url("../images/enhanced-businees-img-mobile.png") no-repeat;
      background-position: 50% -25%;
      background-size: 175%; } }
  #assistant .wrapper {
    display: flex;
    justify-content: flex-start; }
  #assistant .information {
    width: 44%;
    padding: 13rem 0;
    position: relative;
    z-index: 0; }
    @media (max-width: 1200px) {
      #assistant .information {
        width: 60%; } }
    @media (max-width: 990px) {
      #assistant .information {
        width: 80%;
        padding: 8rem 0; } }
    @media (max-width: 768px) {
      #assistant .information {
        width: 100%;
        padding: 5rem 0; } }
    @media (max-width: 640px) {
      #assistant .information {
        padding: 8rem 0 5rem 0; } }
    @media (max-width: 500px) {
      #assistant .information {
        padding: 4rem 0; } }
    #assistant .information ul li:before {
      background-color: #f29111;
      width: 5px;
      height: 5px; }
    #assistant .information ul li p {
      line-height: 1.5;
      margin-bottom: 0;
      margin-top: 0; }
    @media (max-width: 990px) {
      #assistant .information ul li:last-child {
        margin-bottom: 0; } }
    #assistant .information:before {
      content: '';
      position: absolute;
      left: -21rem;
      width: calc(100% + 730px);
      top: 0;
      height: 100%;
      background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, black 50%);
      z-index: -1;
      opacity: 0.9; }
      @media (max-width: 640px) {
        #assistant .information:before {
          opacity: 0.8; } }
    #assistant .information h3 {
      color: #ffffff;
      line-height: 1.1; }
      @media (max-width: 500px) {
        #assistant .information h3 {
          font-size: 4rem; } }
    #assistant .information p {
      color: #ffffff;
      margin-bottom: 5rem;
      margin-top: 2rem; }
      @media (max-width: 640px) {
        #assistant .information p {
          margin-bottom: 2rem;
          margin-top: 4rem; } }
    #assistant .information .flex-row {
      display: flex;
      justify-content: space-between;
      margin-bottom: 5rem; }
      #assistant .information .flex-row .left-info,
      #assistant .information .flex-row .right-info {
        width: 45%; }
        @media (max-width: 640px) {
          #assistant .information .flex-row .left-info,
          #assistant .information .flex-row .right-info {
            width: 48%; } }
        #assistant .information .flex-row .left-info p,
        #assistant .information .flex-row .right-info p {
          margin-bottom: 0; }
          @media (max-width: 640px) {
            #assistant .information .flex-row .left-info p,
            #assistant .information .flex-row .right-info p {
              font-size: 2rem; } }
          @media (max-width: 500px) {
            #assistant .information .flex-row .left-info p,
            #assistant .information .flex-row .right-info p {
              font-size: 1.8rem; } }
        @media (max-width: 640px) {
          #assistant .information .flex-row .left-info .widow,
          #assistant .information .flex-row .right-info .widow {
            white-space: inherit; } }

#transactions {
  padding: 12rem 0 8rem 0; }
  @media (max-width: 990px) {
    #transactions {
      padding: 8rem 0; } }
  @media (max-width: 640px) {
    #transactions {
      padding: 5rem 0; } }
  #transactions h3 {
    color: #00758f;
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 0.5rem; }
    @media (max-width: 768px) {
      #transactions h3 {
        font-size: 3.5rem;
        line-height: 4rem; } }
    @media (max-width: 640px) {
      #transactions h3 {
        font-size: 3rem;
        line-height: 3.5rem;
        margin-bottom: 2rem; } }
  #transactions .tabs {
    text-align: center;
    margin: 10rem 0;
    display: flex;
    justify-content: center; }
    @media (max-width: 768px) {
      #transactions .tabs {
        margin: 5rem 0; } }
    @media (max-width: 640px) {
      #transactions .tabs {
        margin: 3rem 0; } }
    #transactions .tabs .tab-links {
      border-bottom: 1px solid #D0DEE1;
      border-top: 1px solid #D0DEE1;
      padding: 1.5rem 8rem;
      color: #00758f;
      cursor: pointer;
      font-size: 2.1rem; }
      @media (max-width: 768px) {
        #transactions .tabs .tab-links {
          width: 50%;
          padding: 1.5rem 1rem;
          font-size: 1.8rem; } }
      @media (max-width: 640px) {
        #transactions .tabs .tab-links {
          font-size: 1.8rem;
          line-height: 2rem; } }
      #transactions .tabs .tab-links:hover {
        background-color: #00758f;
        color: #ffffff;
        transition: 0.8s ease all; }
      #transactions .tabs .tab-links:first-child {
        margin-right: 2rem; }
      #transactions .tabs .tab-links.active {
        background-color: #00758f;
        color: #ffffff; }
      @media (max-width: 500px) {
        #transactions .tabs .tab-links strong {
          display: block; } }
  #transactions #tab-employee,
  #transactions #tab-manager {
    text-align: left;
    display: none; }
    #transactions #tab-employee.active,
    #transactions #tab-manager.active {
      display: block; }
    #transactions #tab-employee .flex-row,
    #transactions #tab-manager .flex-row {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 768px) {
        #transactions #tab-employee .flex-row,
        #transactions #tab-manager .flex-row {
          flex-direction: column-reverse; } }
    #transactions #tab-employee .left-list,
    #transactions #tab-manager .left-list {
      width: 55%;
      display: inline-block;
      padding-bottom: 6rem;
      border-bottom: 3px solid #ebebeb; }
      @media (max-width: 768px) {
        #transactions #tab-employee .left-list,
        #transactions #tab-manager .left-list {
          width: 100%; } }
      @media (max-width: 768px) {
        #transactions #tab-employee .left-list,
        #transactions #tab-manager .left-list {
          padding-bottom: 0;
          border-bottom: none; } }
      #transactions #tab-employee .left-list ol li,
      #transactions #tab-manager .left-list ol li {
        margin-bottom: 2rem;
        padding-left: 3rem;
        list-style-type: none;
        color: #c7d9df;
        position: relative;
        cursor: pointer; }
        @media (max-width: 768px) {
          #transactions #tab-employee .left-list ol li,
          #transactions #tab-manager .left-list ol li {
            display: none;
            text-align: center;
            list-style-position: inside;
            padding-left: 0; } }
        #transactions #tab-employee .left-list ol li p,
        #transactions #tab-manager .left-list ol li p {
          color: #c7d9df;
          font-weight: normal;
          padding-left: 2rem;
          font-size: 3rem;
          line-height: 4rem; }
          @media (max-width: 768px) {
            #transactions #tab-employee .left-list ol li p,
            #transactions #tab-manager .left-list ol li p {
              padding-left: 0;
              display: inline;
              font-size: 2.4rem;
              line-height: 2.6rem; } }
          @media (max-width: 640px) {
            #transactions #tab-employee .left-list ol li p,
            #transactions #tab-manager .left-list ol li p {
              font-size: 2.2rem;
              line-height: 2.6rem; } }
          #transactions #tab-employee .left-list ol li p span,
          #transactions #tab-manager .left-list ol li p span {
            font-weight: bold;
            position: absolute;
            left: 0;
            right: 0; }
            @media (max-width: 768px) {
              #transactions #tab-employee .left-list ol li p span,
              #transactions #tab-manager .left-list ol li p span {
                position: relative;
                margin-right: 1rem; } }
        #transactions #tab-employee .left-list ol li.activeSlide,
        #transactions #tab-manager .left-list ol li.activeSlide {
          color: #f29111;
          font-weight: bold; }
          @media (max-width: 768px) {
            #transactions #tab-employee .left-list ol li.activeSlide,
            #transactions #tab-manager .left-list ol li.activeSlide {
              display: list-item; } }
          #transactions #tab-employee .left-list ol li.activeSlide p,
          #transactions #tab-manager .left-list ol li.activeSlide p {
            color: #f29111;
            font-weight: bold; }
    #transactions #tab-employee .right-image,
    #transactions #tab-manager .right-image {
      width: 40%;
      float: right;
      position: relative;
      overflow: hidden; }
      @media (max-width: 1024px) {
        #transactions #tab-employee .right-image,
        #transactions #tab-manager .right-image {
          width: 46%; } }
      @media (max-width: 768px) {
        #transactions #tab-employee .right-image,
        #transactions #tab-manager .right-image {
          width: 60%; } }
      @media (max-width: 640px) {
        #transactions #tab-employee .right-image,
        #transactions #tab-manager .right-image {
          width: 100%; } }
      #transactions #tab-employee .right-image .overflow,
      #transactions #tab-manager .right-image .overflow {
        width: 51%;
        height: 78%;
        overflow: hidden;
        position: absolute;
        top: 9%;
        left: 25%; }
        #transactions #tab-employee .right-image .overflow ul,
        #transactions #tab-manager .right-image .overflow ul {
          height: 100%; }
          #transactions #tab-employee .right-image .overflow ul li,
          #transactions #tab-manager .right-image .overflow ul li {
            display: none;
            height: 100%;
            position: absolute; }
            #transactions #tab-employee .right-image .overflow ul li:first-child,
            #transactions #tab-manager .right-image .overflow ul li:first-child {
              display: block; }
            #transactions #tab-employee .right-image .overflow ul li img,
            #transactions #tab-manager .right-image .overflow ul li img {
              width: 100%;
              width: 100%; }
      #transactions #tab-employee .right-image .visi-hidden,
      #transactions #tab-manager .right-image .visi-hidden {
        width: 100%; }

/* MAIN SECTIONS */
.desktop-nav {
  display: block; }

.sub-sections {
  padding: 15rem 0 0 0; }

#ai-driven {
  position: relative;
  overflow: hidden;
  padding: 13rem 0 0 0 !important; }
  @media (max-width: 768px) {
    #ai-driven {
      padding: 9rem 0 0 0 !important; } }
  @media (max-width: 768px) {
    #ai-driven .section-num, #ai-driven:before {
      transform: translateY(75px); } }
  #ai-driven .wrapper.with-separator {
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 6rem; }
    @media (max-width: 768px) {
      #ai-driven .wrapper.with-separator {
        padding: 3rem 0 6rem 0;
        border-width: 1px; } }
    @media (max-width: 640px) {
      #ai-driven .wrapper.with-separator {
        padding: 3rem 0 4rem 0; } }
  #ai-driven .wrapper p {
    width: 84%; }
    @media (max-width: 768px) {
      #ai-driven .wrapper p {
        width: 100%;
        margin: 0; } }
    @media (max-width: 640px) {
      #ai-driven .wrapper p {
        margin: 0; } }
  #ai-driven .wrapper img {
    width: 100%;
    margin: 7rem auto; }
    @media (max-width: 990px) {
      #ai-driven .wrapper img {
        margin: 2rem auto; } }
    @media (max-width: 768px) {
      #ai-driven .wrapper img {
        margin: 2rem auto; } }
    @media (max-width: 640px) {
      #ai-driven .wrapper img {
        margin: 1rem auto; } }
  #ai-driven br {
    display: none; }
    @media (max-width: 1500px) {
      #ai-driven br {
        display: block; } }
  #ai-driven .ontop-image {
    position: relative; }
    @media (max-width: 990px) {
      #ai-driven .ontop-image {
        display: none; } }
    #ai-driven .ontop-image img {
      position: relative; }
      #ai-driven .ontop-image img.item {
        position: absolute;
        top: 0; }

#footer {
  background-color: #759c6c;
  padding: 5rem 0; }
  @media (max-width: 376px) {
    #footer {
      padding: 3rem 0; } }
  #footer .footer-wrapper {
    margin: 0 auto;
    width: 90%; }
    #footer .footer-wrapper h3 {
      font-size: 2.8rem;
      text-align: center; }
      #footer .footer-wrapper h3 a {
        color: #ffffff; }
    #footer .footer-wrapper .ttext p {
      color: #ffffff;
      text-align: center; }
    #footer .footer-wrapper .llink {
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin: 3rem 0 0 0; }
      @media (max-width: 990px) {
        #footer .footer-wrapper .llink {
          margin: 2rem 0 0 0; } }
      #footer .footer-wrapper .llink a.cta-button {
        color: #ffffff;
        text-decoration: none;
        display: inline-block; }
        #footer .footer-wrapper .llink a.cta-button:hover {
          background: #ffffff;
          color: #003b4d; }
          #footer .footer-wrapper .llink a.cta-button:hover:after {
            background-position: top right;
            -webkit-transform: translateX(3px);
            -ms-transform: translateX(3px);
            transform: translateX(3px); }

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 8%;
  left: 25%;
  width: 50%;
  height: 78%;
  overflow: hidden; }

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table; }

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  /*max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 8%;
    left: 25%;
    width: 50%;
    //border: 1px solid red;
    height: 75%;
    overflow: hidden;*/ }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }
  .lSSlideWrapper .lSSlide img {
    width: 100%; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  top: 0; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  /*cursor: pointer;
    position: absolute;
    top: 50%;
    width: 31px;
    height: 55px;
    transform: translateY(-50%);*/ }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  /*left: 4%;
    background-image: url("../images/arrows-left.png");
    background-repeat: no-repeat;
    background-position: left top;*/ }

.lSAction > .lSNext {
  /*right: 4%;
    background-image: url("../images/arrows-right.png");
    background-repeat: no-repeat;
    background-position: right top;*/ }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.demo .item {
  margin-bottom: 60px; }

.content-slider li {
  background-color: #ed3020;
  text-align: center;
  color: #FFF; }

.content-slider h3 {
  margin: 0;
  padding: 70px 0; }

.demo {
  width: 800px; }

.f11v6 .f11w1 {
  overflow: hidden; }

.u10w3 ul li {
  margin-bottom: 0; }

@media only screen and (max-width: 770px) and (min-width: 0px) {
  .f11 .u10w1, .ocom-base .u10w1 {
    margin: 0 0 0 0 !important; } }

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .f11 section {
    opacity: 1; }
  #quick-actions .two-column .ontop-image {
    top: -80px; }
  #emerging-tech .ontop-image img.item {
    right: -30px; }
  .video-cta::before {
    top: 0; }
  .video-cta::after {
    left: 45%; } }

#analytics .two-column .ontop-image::-ms-check {
  width: 65%;
  margin-right: -10%; }

@supports (-ms-ime-align: auto) {
  #analytics .two-column .ontop-image {
    width: 65%;
    margin-right: -10%; } }

#ai-driven,
#emerging-tech,
#guided-process,
#custom-themes,
#guided-workflow,
#simplified-trans,
#analytics,
#news,
#thingsFinish,
#personalization,
#modern-newsfeed,
#notifications,
#universal,
#quick-actions,
#access-apps,
#connections {
  padding: 13rem 0; }
  @media (max-width: 768px) {
    #ai-driven,
    #emerging-tech,
    #guided-process,
    #custom-themes,
    #guided-workflow,
    #simplified-trans,
    #analytics,
    #news,
    #thingsFinish,
    #personalization,
    #modern-newsfeed,
    #notifications,
    #universal,
    #quick-actions,
    #access-apps,
    #connections {
      padding: 5rem 0; } }
  @media (max-width: 640px) {
    #ai-driven,
    #emerging-tech,
    #guided-process,
    #custom-themes,
    #guided-workflow,
    #simplified-trans,
    #analytics,
    #news,
    #thingsFinish,
    #personalization,
    #modern-newsfeed,
    #notifications,
    #universal,
    #quick-actions,
    #access-apps,
    #connections {
      padding: 4rem 0; } }
  #ai-driven .section-num,
  #ai-driven .section-num-running, #ai-driven:before,
  #emerging-tech .section-num,
  #emerging-tech .section-num-running,
  #emerging-tech:before,
  #guided-process .section-num,
  #guided-process .section-num-running,
  #guided-process:before,
  #custom-themes .section-num,
  #custom-themes .section-num-running,
  #custom-themes:before,
  #guided-workflow .section-num,
  #guided-workflow .section-num-running,
  #guided-workflow:before,
  #simplified-trans .section-num,
  #simplified-trans .section-num-running,
  #simplified-trans:before,
  #analytics .section-num,
  #analytics .section-num-running,
  #analytics:before,
  #news .section-num,
  #news .section-num-running,
  #news:before,
  #thingsFinish .section-num,
  #thingsFinish .section-num-running,
  #thingsFinish:before,
  #personalization .section-num,
  #personalization .section-num-running,
  #personalization:before,
  #modern-newsfeed .section-num,
  #modern-newsfeed .section-num-running,
  #modern-newsfeed:before,
  #notifications .section-num,
  #notifications .section-num-running,
  #notifications:before,
  #universal .section-num,
  #universal .section-num-running,
  #universal:before,
  #quick-actions .section-num,
  #quick-actions .section-num-running,
  #quick-actions:before,
  #access-apps .section-num,
  #access-apps .section-num-running,
  #access-apps:before,
  #connections .section-num,
  #connections .section-num-running,
  #connections:before {
    position: absolute;
    left: 0;
    color: #ececeb;
    font-size: 15.4rem; }
    @media (min-width: 1180px) {
      #ai-driven .section-num,
      #ai-driven .section-num-running, #ai-driven:before,
      #emerging-tech .section-num,
      #emerging-tech .section-num-running,
      #emerging-tech:before,
      #guided-process .section-num,
      #guided-process .section-num-running,
      #guided-process:before,
      #custom-themes .section-num,
      #custom-themes .section-num-running,
      #custom-themes:before,
      #guided-workflow .section-num,
      #guided-workflow .section-num-running,
      #guided-workflow:before,
      #simplified-trans .section-num,
      #simplified-trans .section-num-running,
      #simplified-trans:before,
      #analytics .section-num,
      #analytics .section-num-running,
      #analytics:before,
      #news .section-num,
      #news .section-num-running,
      #news:before,
      #thingsFinish .section-num,
      #thingsFinish .section-num-running,
      #thingsFinish:before,
      #personalization .section-num,
      #personalization .section-num-running,
      #personalization:before,
      #modern-newsfeed .section-num,
      #modern-newsfeed .section-num-running,
      #modern-newsfeed:before,
      #notifications .section-num,
      #notifications .section-num-running,
      #notifications:before,
      #universal .section-num,
      #universal .section-num-running,
      #universal:before,
      #quick-actions .section-num,
      #quick-actions .section-num-running,
      #quick-actions:before,
      #access-apps .section-num,
      #access-apps .section-num-running,
      #access-apps:before,
      #connections .section-num,
      #connections .section-num-running,
      #connections:before {
        font-size: 13rem;
        line-height: 1; } }
    @media (min-width: 1600px) {
      #ai-driven .section-num,
      #ai-driven .section-num-running, #ai-driven:before,
      #emerging-tech .section-num,
      #emerging-tech .section-num-running,
      #emerging-tech:before,
      #guided-process .section-num,
      #guided-process .section-num-running,
      #guided-process:before,
      #custom-themes .section-num,
      #custom-themes .section-num-running,
      #custom-themes:before,
      #guided-workflow .section-num,
      #guided-workflow .section-num-running,
      #guided-workflow:before,
      #simplified-trans .section-num,
      #simplified-trans .section-num-running,
      #simplified-trans:before,
      #analytics .section-num,
      #analytics .section-num-running,
      #analytics:before,
      #news .section-num,
      #news .section-num-running,
      #news:before,
      #thingsFinish .section-num,
      #thingsFinish .section-num-running,
      #thingsFinish:before,
      #personalization .section-num,
      #personalization .section-num-running,
      #personalization:before,
      #modern-newsfeed .section-num,
      #modern-newsfeed .section-num-running,
      #modern-newsfeed:before,
      #notifications .section-num,
      #notifications .section-num-running,
      #notifications:before,
      #universal .section-num,
      #universal .section-num-running,
      #universal:before,
      #quick-actions .section-num,
      #quick-actions .section-num-running,
      #quick-actions:before,
      #access-apps .section-num,
      #access-apps .section-num-running,
      #access-apps:before,
      #connections .section-num,
      #connections .section-num-running,
      #connections:before {
        font-size: 15.5rem; } }
    @media (max-width: 1200px) {
      #ai-driven .section-num,
      #ai-driven .section-num-running, #ai-driven:before,
      #emerging-tech .section-num,
      #emerging-tech .section-num-running,
      #emerging-tech:before,
      #guided-process .section-num,
      #guided-process .section-num-running,
      #guided-process:before,
      #custom-themes .section-num,
      #custom-themes .section-num-running,
      #custom-themes:before,
      #guided-workflow .section-num,
      #guided-workflow .section-num-running,
      #guided-workflow:before,
      #simplified-trans .section-num,
      #simplified-trans .section-num-running,
      #simplified-trans:before,
      #analytics .section-num,
      #analytics .section-num-running,
      #analytics:before,
      #news .section-num,
      #news .section-num-running,
      #news:before,
      #thingsFinish .section-num,
      #thingsFinish .section-num-running,
      #thingsFinish:before,
      #personalization .section-num,
      #personalization .section-num-running,
      #personalization:before,
      #modern-newsfeed .section-num,
      #modern-newsfeed .section-num-running,
      #modern-newsfeed:before,
      #notifications .section-num,
      #notifications .section-num-running,
      #notifications:before,
      #universal .section-num,
      #universal .section-num-running,
      #universal:before,
      #quick-actions .section-num,
      #quick-actions .section-num-running,
      #quick-actions:before,
      #access-apps .section-num,
      #access-apps .section-num-running,
      #access-apps:before,
      #connections .section-num,
      #connections .section-num-running,
      #connections:before {
        font-size: 14.5rem;
        line-height: 0.8; } }
    @media (max-width: 1024px) {
      #ai-driven .section-num,
      #ai-driven .section-num-running, #ai-driven:before,
      #emerging-tech .section-num,
      #emerging-tech .section-num-running,
      #emerging-tech:before,
      #guided-process .section-num,
      #guided-process .section-num-running,
      #guided-process:before,
      #custom-themes .section-num,
      #custom-themes .section-num-running,
      #custom-themes:before,
      #guided-workflow .section-num,
      #guided-workflow .section-num-running,
      #guided-workflow:before,
      #simplified-trans .section-num,
      #simplified-trans .section-num-running,
      #simplified-trans:before,
      #analytics .section-num,
      #analytics .section-num-running,
      #analytics:before,
      #news .section-num,
      #news .section-num-running,
      #news:before,
      #thingsFinish .section-num,
      #thingsFinish .section-num-running,
      #thingsFinish:before,
      #personalization .section-num,
      #personalization .section-num-running,
      #personalization:before,
      #modern-newsfeed .section-num,
      #modern-newsfeed .section-num-running,
      #modern-newsfeed:before,
      #notifications .section-num,
      #notifications .section-num-running,
      #notifications:before,
      #universal .section-num,
      #universal .section-num-running,
      #universal:before,
      #quick-actions .section-num,
      #quick-actions .section-num-running,
      #quick-actions:before,
      #access-apps .section-num,
      #access-apps .section-num-running,
      #access-apps:before,
      #connections .section-num,
      #connections .section-num-running,
      #connections:before {
        font-size: 14.5rem;
        line-height: 0.8; } }
    @media (max-width: 768px) {
      #ai-driven .section-num,
      #ai-driven .section-num-running, #ai-driven:before,
      #emerging-tech .section-num,
      #emerging-tech .section-num-running,
      #emerging-tech:before,
      #guided-process .section-num,
      #guided-process .section-num-running,
      #guided-process:before,
      #custom-themes .section-num,
      #custom-themes .section-num-running,
      #custom-themes:before,
      #guided-workflow .section-num,
      #guided-workflow .section-num-running,
      #guided-workflow:before,
      #simplified-trans .section-num,
      #simplified-trans .section-num-running,
      #simplified-trans:before,
      #analytics .section-num,
      #analytics .section-num-running,
      #analytics:before,
      #news .section-num,
      #news .section-num-running,
      #news:before,
      #thingsFinish .section-num,
      #thingsFinish .section-num-running,
      #thingsFinish:before,
      #personalization .section-num,
      #personalization .section-num-running,
      #personalization:before,
      #modern-newsfeed .section-num,
      #modern-newsfeed .section-num-running,
      #modern-newsfeed:before,
      #notifications .section-num,
      #notifications .section-num-running,
      #notifications:before,
      #universal .section-num,
      #universal .section-num-running,
      #universal:before,
      #quick-actions .section-num,
      #quick-actions .section-num-running,
      #quick-actions:before,
      #access-apps .section-num,
      #access-apps .section-num-running,
      #access-apps:before,
      #connections .section-num,
      #connections .section-num-running,
      #connections:before {
        left: 33px;
        font-size: 14.5rem;
        line-height: 0.9; } }
    @media (max-width: 640px) {
      #ai-driven .section-num,
      #ai-driven .section-num-running, #ai-driven:before,
      #emerging-tech .section-num,
      #emerging-tech .section-num-running,
      #emerging-tech:before,
      #guided-process .section-num,
      #guided-process .section-num-running,
      #guided-process:before,
      #custom-themes .section-num,
      #custom-themes .section-num-running,
      #custom-themes:before,
      #guided-workflow .section-num,
      #guided-workflow .section-num-running,
      #guided-workflow:before,
      #simplified-trans .section-num,
      #simplified-trans .section-num-running,
      #simplified-trans:before,
      #analytics .section-num,
      #analytics .section-num-running,
      #analytics:before,
      #news .section-num,
      #news .section-num-running,
      #news:before,
      #thingsFinish .section-num,
      #thingsFinish .section-num-running,
      #thingsFinish:before,
      #personalization .section-num,
      #personalization .section-num-running,
      #personalization:before,
      #modern-newsfeed .section-num,
      #modern-newsfeed .section-num-running,
      #modern-newsfeed:before,
      #notifications .section-num,
      #notifications .section-num-running,
      #notifications:before,
      #universal .section-num,
      #universal .section-num-running,
      #universal:before,
      #quick-actions .section-num,
      #quick-actions .section-num-running,
      #quick-actions:before,
      #access-apps .section-num,
      #access-apps .section-num-running,
      #access-apps:before,
      #connections .section-num,
      #connections .section-num-running,
      #connections:before {
        left: 20px;
        font-size: 9rem; } }
  #ai-driven .section-num.stable,
  #emerging-tech .section-num.stable,
  #guided-process .section-num.stable,
  #custom-themes .section-num.stable,
  #guided-workflow .section-num.stable,
  #simplified-trans .section-num.stable,
  #analytics .section-num.stable,
  #news .section-num.stable,
  #thingsFinish .section-num.stable,
  #personalization .section-num.stable,
  #modern-newsfeed .section-num.stable,
  #notifications .section-num.stable,
  #universal .section-num.stable,
  #quick-actions .section-num.stable,
  #access-apps .section-num.stable,
  #connections .section-num.stable {
    position: absolute;
    left: 0;
    color: #ececeb;
    z-index: 9; }
    @media (max-width: 640px) {
      #ai-driven .section-num.stable,
      #emerging-tech .section-num.stable,
      #guided-process .section-num.stable,
      #custom-themes .section-num.stable,
      #guided-workflow .section-num.stable,
      #simplified-trans .section-num.stable,
      #analytics .section-num.stable,
      #news .section-num.stable,
      #thingsFinish .section-num.stable,
      #personalization .section-num.stable,
      #modern-newsfeed .section-num.stable,
      #notifications .section-num.stable,
      #universal .section-num.stable,
      #quick-actions .section-num.stable,
      #access-apps .section-num.stable,
      #connections .section-num.stable {
        left: 10px;
        font-size: 8rem; } }
  #ai-driven .section-num.disappear,
  #emerging-tech .section-num.disappear,
  #guided-process .section-num.disappear,
  #custom-themes .section-num.disappear,
  #guided-workflow .section-num.disappear,
  #simplified-trans .section-num.disappear,
  #analytics .section-num.disappear,
  #news .section-num.disappear,
  #thingsFinish .section-num.disappear,
  #personalization .section-num.disappear,
  #modern-newsfeed .section-num.disappear,
  #notifications .section-num.disappear,
  #universal .section-num.disappear,
  #quick-actions .section-num.disappear,
  #access-apps .section-num.disappear,
  #connections .section-num.disappear {
    display: none; }
  @media (max-width: 768px) {
    #ai-driven .section-num,
    #emerging-tech .section-num,
    #guided-process .section-num,
    #custom-themes .section-num,
    #guided-workflow .section-num,
    #simplified-trans .section-num,
    #analytics .section-num,
    #news .section-num,
    #thingsFinish .section-num,
    #personalization .section-num,
    #modern-newsfeed .section-num,
    #notifications .section-num,
    #universal .section-num,
    #quick-actions .section-num,
    #access-apps .section-num,
    #connections .section-num {
      display: none; } }
  #ai-driven .section-num-running,
  #emerging-tech .section-num-running,
  #guided-process .section-num-running,
  #custom-themes .section-num-running,
  #guided-workflow .section-num-running,
  #simplified-trans .section-num-running,
  #analytics .section-num-running,
  #news .section-num-running,
  #thingsFinish .section-num-running,
  #personalization .section-num-running,
  #modern-newsfeed .section-num-running,
  #notifications .section-num-running,
  #universal .section-num-running,
  #quick-actions .section-num-running,
  #access-apps .section-num-running,
  #connections .section-num-running {
    position: absolute;
    left: 0;
    color: #ececeb;
    display: block; }
    #ai-driven .section-num-running.fixed,
    #emerging-tech .section-num-running.fixed,
    #guided-process .section-num-running.fixed,
    #custom-themes .section-num-running.fixed,
    #guided-workflow .section-num-running.fixed,
    #simplified-trans .section-num-running.fixed,
    #analytics .section-num-running.fixed,
    #news .section-num-running.fixed,
    #thingsFinish .section-num-running.fixed,
    #personalization .section-num-running.fixed,
    #modern-newsfeed .section-num-running.fixed,
    #notifications .section-num-running.fixed,
    #universal .section-num-running.fixed,
    #quick-actions .section-num-running.fixed,
    #access-apps .section-num-running.fixed,
    #connections .section-num-running.fixed {
      position: fixed;
      left: auto;
      z-index: 5; }
  #ai-driven h3,
  #emerging-tech h3,
  #guided-process h3,
  #custom-themes h3,
  #guided-workflow h3,
  #simplified-trans h3,
  #analytics h3,
  #news h3,
  #thingsFinish h3,
  #personalization h3,
  #modern-newsfeed h3,
  #notifications h3,
  #universal h3,
  #quick-actions h3,
  #access-apps h3,
  #connections h3 {
    margin-bottom: 3.5rem;
    padding-bottom: 3rem; }
    @media (max-width: 1500px) {
      #ai-driven h3,
      #emerging-tech h3,
      #guided-process h3,
      #custom-themes h3,
      #guided-workflow h3,
      #simplified-trans h3,
      #analytics h3,
      #news h3,
      #thingsFinish h3,
      #personalization h3,
      #modern-newsfeed h3,
      #notifications h3,
      #universal h3,
      #quick-actions h3,
      #access-apps h3,
      #connections h3 {
        line-height: normal;
        margin-bottom: 1em;
        padding-left: 9rem; } }
    @media (max-width: 1300px) {
      #ai-driven h3,
      #emerging-tech h3,
      #guided-process h3,
      #custom-themes h3,
      #guided-workflow h3,
      #simplified-trans h3,
      #analytics h3,
      #news h3,
      #thingsFinish h3,
      #personalization h3,
      #modern-newsfeed h3,
      #notifications h3,
      #universal h3,
      #quick-actions h3,
      #access-apps h3,
      #connections h3 {
        padding-left: 15rem; } }
    @media (max-width: 640px) {
      #ai-driven h3,
      #emerging-tech h3,
      #guided-process h3,
      #custom-themes h3,
      #guided-workflow h3,
      #simplified-trans h3,
      #analytics h3,
      #news h3,
      #thingsFinish h3,
      #personalization h3,
      #modern-newsfeed h3,
      #notifications h3,
      #universal h3,
      #quick-actions h3,
      #access-apps h3,
      #connections h3 {
        font-size: 4rem;
        padding-left: 10rem; } }
    #ai-driven h3:after,
    #emerging-tech h3:after,
    #guided-process h3:after,
    #custom-themes h3:after,
    #guided-workflow h3:after,
    #simplified-trans h3:after,
    #analytics h3:after,
    #news h3:after,
    #thingsFinish h3:after,
    #personalization h3:after,
    #modern-newsfeed h3:after,
    #notifications h3:after,
    #universal h3:after,
    #quick-actions h3:after,
    #access-apps h3:after,
    #connections h3:after {
      content: "";
      width: 45px;
      height: 8px;
      background-color: #e6ac58;
      bottom: 0; }
      @media (max-width: 1500px) {
        #ai-driven h3:after,
        #emerging-tech h3:after,
        #guided-process h3:after,
        #custom-themes h3:after,
        #guided-workflow h3:after,
        #simplified-trans h3:after,
        #analytics h3:after,
        #news h3:after,
        #thingsFinish h3:after,
        #personalization h3:after,
        #modern-newsfeed h3:after,
        #notifications h3:after,
        #universal h3:after,
        #quick-actions h3:after,
        #access-apps h3:after,
        #connections h3:after {
          left: 9rem; } }
      @media (max-width: 1300px) {
        #ai-driven h3:after,
        #emerging-tech h3:after,
        #guided-process h3:after,
        #custom-themes h3:after,
        #guided-workflow h3:after,
        #simplified-trans h3:after,
        #analytics h3:after,
        #news h3:after,
        #thingsFinish h3:after,
        #personalization h3:after,
        #modern-newsfeed h3:after,
        #notifications h3:after,
        #universal h3:after,
        #quick-actions h3:after,
        #access-apps h3:after,
        #connections h3:after {
          left: 15rem; } }
      @media (max-width: 640px) {
        #ai-driven h3:after,
        #emerging-tech h3:after,
        #guided-process h3:after,
        #custom-themes h3:after,
        #guided-workflow h3:after,
        #simplified-trans h3:after,
        #analytics h3:after,
        #news h3:after,
        #thingsFinish h3:after,
        #personalization h3:after,
        #modern-newsfeed h3:after,
        #notifications h3:after,
        #universal h3:after,
        #quick-actions h3:after,
        #access-apps h3:after,
        #connections h3:after {
          left: 10rem; } }
  #ai-driven ul li, #ai-driven ul p,
  #emerging-tech ul li,
  #emerging-tech ul p,
  #guided-process ul li,
  #guided-process ul p,
  #custom-themes ul li,
  #custom-themes ul p,
  #guided-workflow ul li,
  #guided-workflow ul p,
  #simplified-trans ul li,
  #simplified-trans ul p,
  #analytics ul li,
  #analytics ul p,
  #news ul li,
  #news ul p,
  #thingsFinish ul li,
  #thingsFinish ul p,
  #personalization ul li,
  #personalization ul p,
  #modern-newsfeed ul li,
  #modern-newsfeed ul p,
  #notifications ul li,
  #notifications ul p,
  #universal ul li,
  #universal ul p,
  #quick-actions ul li,
  #quick-actions ul p,
  #access-apps ul li,
  #access-apps ul p,
  #connections ul li,
  #connections ul p {
    color: #312d2a; }
  @media (max-width: 1024px) {
    #ai-driven .two-column .content,
    #emerging-tech .two-column .content,
    #guided-process .two-column .content,
    #custom-themes .two-column .content,
    #guided-workflow .two-column .content,
    #simplified-trans .two-column .content,
    #analytics .two-column .content,
    #news .two-column .content,
    #thingsFinish .two-column .content,
    #personalization .two-column .content,
    #modern-newsfeed .two-column .content,
    #notifications .two-column .content,
    #universal .two-column .content,
    #quick-actions .two-column .content,
    #access-apps .two-column .content,
    #connections .two-column .content {
      width: 50% !important;
      padding-bottom: 5rem !important; } }
  @media (max-width: 990px) {
    #ai-driven .two-column .content,
    #emerging-tech .two-column .content,
    #guided-process .two-column .content,
    #custom-themes .two-column .content,
    #guided-workflow .two-column .content,
    #simplified-trans .two-column .content,
    #analytics .two-column .content,
    #news .two-column .content,
    #thingsFinish .two-column .content,
    #personalization .two-column .content,
    #modern-newsfeed .two-column .content,
    #notifications .two-column .content,
    #universal .two-column .content,
    #quick-actions .two-column .content,
    #access-apps .two-column .content,
    #connections .two-column .content {
      width: 100% !important; } }
  @media (max-width: 768px) {
    #ai-driven .two-column .content,
    #emerging-tech .two-column .content,
    #guided-process .two-column .content,
    #custom-themes .two-column .content,
    #guided-workflow .two-column .content,
    #simplified-trans .two-column .content,
    #analytics .two-column .content,
    #news .two-column .content,
    #thingsFinish .two-column .content,
    #personalization .two-column .content,
    #modern-newsfeed .two-column .content,
    #notifications .two-column .content,
    #universal .two-column .content,
    #quick-actions .two-column .content,
    #access-apps .two-column .content,
    #connections .two-column .content {
      width: 100% !important;
      padding-bottom: 0 !important; } }
  @media (max-width: 1024px) {
    #ai-driven .two-column img,
    #emerging-tech .two-column img,
    #guided-process .two-column img,
    #custom-themes .two-column img,
    #guided-workflow .two-column img,
    #simplified-trans .two-column img,
    #analytics .two-column img,
    #news .two-column img,
    #thingsFinish .two-column img,
    #personalization .two-column img,
    #modern-newsfeed .two-column img,
    #notifications .two-column img,
    #universal .two-column img,
    #quick-actions .two-column img,
    #access-apps .two-column img,
    #connections .two-column img {
      width: 50% !important;
      right: 0 !important; } }
  @media (max-width: 768px) {
    #ai-driven .two-column img,
    #emerging-tech .two-column img,
    #guided-process .two-column img,
    #custom-themes .two-column img,
    #guided-workflow .two-column img,
    #simplified-trans .two-column img,
    #analytics .two-column img,
    #news .two-column img,
    #thingsFinish .two-column img,
    #personalization .two-column img,
    #modern-newsfeed .two-column img,
    #notifications .two-column img,
    #universal .two-column img,
    #quick-actions .two-column img,
    #access-apps .two-column img,
    #connections .two-column img {
      width: 100% !important; } }
  #ai-driven .mobile-only-img,
  #emerging-tech .mobile-only-img,
  #guided-process .mobile-only-img,
  #custom-themes .mobile-only-img,
  #guided-workflow .mobile-only-img,
  #simplified-trans .mobile-only-img,
  #analytics .mobile-only-img,
  #news .mobile-only-img,
  #thingsFinish .mobile-only-img,
  #personalization .mobile-only-img,
  #modern-newsfeed .mobile-only-img,
  #notifications .mobile-only-img,
  #universal .mobile-only-img,
  #quick-actions .mobile-only-img,
  #access-apps .mobile-only-img,
  #connections .mobile-only-img {
    display: none; }
    @media (max-width: 990px) {
      #ai-driven .mobile-only-img,
      #emerging-tech .mobile-only-img,
      #guided-process .mobile-only-img,
      #custom-themes .mobile-only-img,
      #guided-workflow .mobile-only-img,
      #simplified-trans .mobile-only-img,
      #analytics .mobile-only-img,
      #news .mobile-only-img,
      #thingsFinish .mobile-only-img,
      #personalization .mobile-only-img,
      #modern-newsfeed .mobile-only-img,
      #notifications .mobile-only-img,
      #universal .mobile-only-img,
      #quick-actions .mobile-only-img,
      #access-apps .mobile-only-img,
      #connections .mobile-only-img {
        display: block; } }
  #ai-driven .desktop-only-img,
  #emerging-tech .desktop-only-img,
  #guided-process .desktop-only-img,
  #custom-themes .desktop-only-img,
  #guided-workflow .desktop-only-img,
  #simplified-trans .desktop-only-img,
  #analytics .desktop-only-img,
  #news .desktop-only-img,
  #thingsFinish .desktop-only-img,
  #personalization .desktop-only-img,
  #modern-newsfeed .desktop-only-img,
  #notifications .desktop-only-img,
  #universal .desktop-only-img,
  #quick-actions .desktop-only-img,
  #access-apps .desktop-only-img,
  #connections .desktop-only-img {
    display: block; }
    @media (max-width: 990px) {
      #ai-driven .desktop-only-img,
      #emerging-tech .desktop-only-img,
      #guided-process .desktop-only-img,
      #custom-themes .desktop-only-img,
      #guided-workflow .desktop-only-img,
      #simplified-trans .desktop-only-img,
      #analytics .desktop-only-img,
      #news .desktop-only-img,
      #thingsFinish .desktop-only-img,
      #personalization .desktop-only-img,
      #modern-newsfeed .desktop-only-img,
      #notifications .desktop-only-img,
      #universal .desktop-only-img,
      #quick-actions .desktop-only-img,
      #access-apps .desktop-only-img,
      #connections .desktop-only-img {
        display: none; } }
  #ai-driven .ontop-image,
  #emerging-tech .ontop-image,
  #guided-process .ontop-image,
  #custom-themes .ontop-image,
  #guided-workflow .ontop-image,
  #simplified-trans .ontop-image,
  #analytics .ontop-image,
  #news .ontop-image,
  #thingsFinish .ontop-image,
  #personalization .ontop-image,
  #modern-newsfeed .ontop-image,
  #notifications .ontop-image,
  #universal .ontop-image,
  #quick-actions .ontop-image,
  #access-apps .ontop-image,
  #connections .ontop-image {
    position: relative;
    margin-top: 5rem; }
    #ai-driven .ontop-image img,
    #emerging-tech .ontop-image img,
    #guided-process .ontop-image img,
    #custom-themes .ontop-image img,
    #guided-workflow .ontop-image img,
    #simplified-trans .ontop-image img,
    #analytics .ontop-image img,
    #news .ontop-image img,
    #thingsFinish .ontop-image img,
    #personalization .ontop-image img,
    #modern-newsfeed .ontop-image img,
    #notifications .ontop-image img,
    #universal .ontop-image img,
    #quick-actions .ontop-image img,
    #access-apps .ontop-image img,
    #connections .ontop-image img {
      position: relative;
      margin: 0; }
      #ai-driven .ontop-image img.item,
      #emerging-tech .ontop-image img.item,
      #guided-process .ontop-image img.item,
      #custom-themes .ontop-image img.item,
      #guided-workflow .ontop-image img.item,
      #simplified-trans .ontop-image img.item,
      #analytics .ontop-image img.item,
      #news .ontop-image img.item,
      #thingsFinish .ontop-image img.item,
      #personalization .ontop-image img.item,
      #modern-newsfeed .ontop-image img.item,
      #notifications .ontop-image img.item,
      #universal .ontop-image img.item,
      #quick-actions .ontop-image img.item,
      #access-apps .ontop-image img.item,
      #connections .ontop-image img.item {
        position: absolute;
        top: 0;
        /*&.top {
              top: -70px;
            }*/ }

#connections {
  padding: 10rem 0 39rem; }
  @media (max-width: 1300px) {
    #connections {
      padding: 8rem 0 20rem; } }
  @media (max-width: 1024px) {
    #connections {
      padding: 8rem 0 20rem; } }
  @media (max-width: 768px) {
    #connections {
      padding: 5rem 0; } }
  @media (max-width: 640px) {
    #connections {
      padding: 4rem 0; } }

/*Aligning the numbers with the sections headers*/
@media (min-width: 1600px) {
  #access-apps .section-num,
  #access-apps .section-num-running, #access-apps:before,
  #guided-process .section-num,
  #guided-process .section-num-running,
  #guided-process:before,
  #emerging-tech .section-num,
  #emerging-tech .section-num-running,
  #emerging-tech:before {
    line-height: 0.9; } }

#quick-actions {
  padding: 12rem 0 18rem; }
  @media (max-width: 640px) {
    #quick-actions {
      padding: 4rem 0 7rem; } }
  @media (min-width: 1180px) {
    #quick-actions .section-num,
    #quick-actions .section-num-running, #quick-actions:before {
      line-height: 0.9; } }

@media (min-width: 1180px) {
  #access-apps .section-num,
  #access-apps .section-num-running, #access-apps:before,
  #guided-workflow .section-num,
  #guided-workflow .section-num-running,
  #guided-workflow:before {
    line-height: 1.3; } }

@media (min-width: 1180px) {
  #custom-themes .section-num,
  #custom-themes .section-num-running, #custom-themes:before,
  #simplified-trans .section-num,
  #simplified-trans .section-num-running,
  #simplified-trans:before {
    line-height: 1.1; } }

@media (min-width: 1600px) {
  #custom-themes .section-num,
  #custom-themes .section-num-running, #custom-themes:before,
  #simplified-trans .section-num,
  #simplified-trans .section-num-running,
  #simplified-trans:before {
    line-height: 1; } }

@media (min-width: 1180px) {
  #guided-process .section-num,
  #guided-process .section-num-running, #guided-process:before,
  #emerging-tech .section-num,
  #emerging-tech .section-num-running,
  #emerging-tech:before {
    line-height: 0.9; } }

@media (min-width: 1600px) {
  #guided-workflow .section-num,
  #guided-workflow .section-num-running, #guided-workflow:before,
  #access-apps .section-num,
  #access-apps .section-num-running,
  #access-apps:before {
    line-height: 1.3; } }

@media (max-width: 768px) {
  #ai-driven .section-num,
  #ai-driven .section-num-running, #ai-driven:before {
    transform: translateY(75px);
    line-height: 0.8;
    font-size: 15.4rem; } }

@media (max-width: 640px) {
  #ai-driven .section-num,
  #ai-driven .section-num-running, #ai-driven:before {
    left: 20px;
    font-size: 10rem;
    transform: translateY(43px); } }

@media (max-width: 768px) {
  #ai-driven h3 {
    margin-top: 2.5rem; } }

@media (max-width: 640px) {
  #ai-driven h3 {
    margin-top: 0;
    padding-left: 10.5rem;
    font-size: 3.5rem; } }

@media (max-width: 640px) {
  #ai-driven h3:after {
    left: 10.5rem; } }

#modern-newsfeed {
  padding-bottom: 0; }
  #modern-newsfeed .wrapper {
    padding: 0 0 7rem 0; }
    @media (max-width: 768px) {
      #modern-newsfeed .wrapper {
        border-bottom: 1px solid #e6e6e6;
        padding: 0 0 6rem 0; } }
    @media (max-width: 640px) {
      #modern-newsfeed .wrapper {
        padding: 0 0 5rem 0; } }
    @media (max-width: 500px) {
      #modern-newsfeed .wrapper {
        padding: 0 0 4rem 0; } }
  @media (max-width: 1500px) {
    #modern-newsfeed h3 {
      line-height: 1.5; } }
  @media (max-width: 1300px) {
    #modern-newsfeed h3 {
      line-height: normal;
      margin-bottom: 1em; } }
  @media (max-width: 990px) {
    #modern-newsfeed h3 {
      line-height: 1.5; } }
  @media (max-width: 768px) {
    #modern-newsfeed h3 {
      line-height: normal; } }
  @media (max-width: 640px) {
    #modern-newsfeed h3 {
      margin-bottom: 1.5em; } }
  @media (max-width: 500px) {
    #modern-newsfeed h3 {
      font-size: 3.5rem;
      line-height: 1.3; } }
  #modern-newsfeed .two-column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative; }
    @media (max-width: 768px) {
      #modern-newsfeed .two-column {
        display: block; } }
    #modern-newsfeed .two-column .content {
      width: 45%;
      padding-bottom: 15vh; }
      @media (max-width: 768px) {
        #modern-newsfeed .two-column .content {
          padding-bottom: 0; } }
    #modern-newsfeed .two-column img {
      width: 65%;
      position: absolute;
      right: -90px;
      top: -60px;
      z-index: 99; }
      @media (min-width: 1180px) {
        #modern-newsfeed .two-column img {
          width: 55%;
          right: -40px; } }
      @media (min-width: 1600px) {
        #modern-newsfeed .two-column img {
          width: 65%;
          right: -90px; } }
      @media (max-width: 990px) {
        #modern-newsfeed .two-column img {
          position: relative;
          width: 45%;
          top: 0;
          right: 0;
          margin: 0 auto; } }
      @media (max-width: 640px) {
        #modern-newsfeed .two-column img {
          position: relative;
          width: 125% !important;
          left: -65px; } }
  #modern-newsfeed br {
    display: none; }
    @media (max-width: 768px) {
      #modern-newsfeed br {
        display: block; } }

#notifications {
  padding-bottom: 0;
  background-image: url(../images/sec3-bg-repeater.png);
  background-repeat: repeat; }
  @media (max-width: 640px) {
    #notifications .section-num, #notifications:before {
      font-size: 9.5rem; } }
  @media (max-width: 1500px) {
    #notifications h3 {
      line-height: 11.5rem; } }
  @media (max-width: 640px) {
    #notifications h3 {
      font-size: 4rem;
      line-height: 7rem !important; } }
  @media (max-width: 500px) {
    #notifications h3 {
      font-size: 2.8rem; } }
  @media (max-width: 1500px) {
    #notifications h3:after {
      bottom: 1rem; } }
  #notifications .wrapper {
    padding: 0 0 7rem 0; }
    @media (max-width: 768px) {
      #notifications .wrapper {
        padding: 0 0 5rem 0;
        border-bottom: 1px solid #e6e6e6; } }
    @media (max-width: 640px) {
      #notifications .wrapper {
        padding: 0 0 4rem 0; } }
    #notifications .wrapper p {
      width: 88%; }
      @media (max-width: 768px) {
        #notifications .wrapper p {
          width: 100%;
          margin: 0; } }
    @media (max-width: 990px) {
      #notifications .wrapper img.mobile-only-img {
        width: 112% !important;
        margin-left: -6% !important;
        margin: 4rem 0; } }
    @media (max-width: 768px) {
      #notifications .wrapper img.mobile-only-img {
        width: 112% !important;
        margin-left: -6% !important;
        margin: 5rem 0; } }
    @media (max-width: 640px) {
      #notifications .wrapper img.mobile-only-img {
        margin: 4rem 0; } }

#universal {
  overflow: hidden;
  padding-bottom: 0; }
  #universal h3 br {
    display: none; }
    @media (max-width: 1024px) {
      #universal h3 br {
        display: block; } }
  @media (max-width: 1200px) {
    #universal h3 {
      line-height: normal;
      margin-bottom: 1em; } }
  @media (max-width: 500px) {
    #universal h3 {
      font-size: 3.5rem; } }
  #universal .wrapper {
    border-bottom: 2px solid #e6e6e6;
    padding: 0 0 13rem 0; }
    @media (max-width: 768px) {
      #universal .wrapper {
        padding: 0 0 5rem 0;
        border-width: 1px; } }
    @media (max-width: 640px) {
      #universal .wrapper {
        padding: 0 0 4rem 0; } }
  #universal .two-column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative; }
    @media (max-width: 768px) {
      #universal .two-column {
        display: block; } }
    #universal .two-column .content {
      width: 38%;
      padding-bottom: 0 !important; }
    #universal .two-column img {
      width: 95%;
      position: absolute;
      right: -35%;
      top: 2%; }
      @media (max-width: 1024px) {
        #universal .two-column img {
          top: 25%; } }
      @media (max-width: 990px) {
        #universal .two-column img.mobile-only-img {
          margin: 0 auto; } }
      @media (max-width: 768px) {
        #universal .two-column img.mobile-only-img {
          position: relative;
          margin: 5rem auto; } }
      @media (max-width: 640px) {
        #universal .two-column img.mobile-only-img {
          margin: 4rem auto;
          width: 190% !important;
          left: -40%; } }
    #universal .two-column img.mobile-only-img {
      display: none; }
      @media (max-width: 990px) {
        #universal .two-column img.mobile-only-img {
          display: block;
          position: relative; } }
    #universal .two-column img.desktop-only-img {
      display: block;
      width: 75%;
      right: -20%; }
      @media (max-width: 990px) {
        #universal .two-column img.desktop-only-img {
          display: none; } }
    #universal .two-column ul li:last-child {
      margin-bottom: 0; }

#quick-actions {
  overflow: hidden; }
  #quick-actions br {
    display: none; }
    @media (max-width: 768px) {
      #quick-actions br {
        display: block; } }
  #quick-actions .two-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    @media (max-width: 768px) {
      #quick-actions .two-column {
        display: block; } }
    #quick-actions .two-column .content {
      width: 42%; }
    @media (max-width: 1500px) {
      #quick-actions .two-column h3 {
        line-height: normal; } }
    @media (max-width: 1200px) {
      #quick-actions .two-column h3 {
        line-height: normal;
        margin-bottom: 2em; } }
    @media (max-width: 500px) {
      #quick-actions .two-column h3 {
        font-size: 3.5rem; } }
    @media (max-width: 1200px) {
      #quick-actions .two-column h3:after {
        line-height: normal; } }
    #quick-actions .two-column img.mobile-only-img {
      display: none; }
      @media (max-width: 990px) {
        #quick-actions .two-column img.mobile-only-img {
          display: block;
          margin: 0 auto; } }
      @media (max-width: 768px) {
        #quick-actions .two-column img.mobile-only-img {
          width: 106% !important;
          margin-top: -60px; } }
      @media (max-width: 500px) {
        #quick-actions .two-column img.mobile-only-img {
          margin-top: -30px; } }
    #quick-actions .two-column img.desktop-only-img {
      display: block !important; }
      @media (max-width: 990px) {
        #quick-actions .two-column img.desktop-only-img {
          display: none !important; } }
    #quick-actions .two-column .ontop-image {
      position: absolute;
      right: -18%; }
      @media (min-width: 1180px) {
        #quick-actions .two-column .ontop-image {
          width: 70%; } }
      @media (max-width: 1200px) {
        #quick-actions .two-column .ontop-image {
          width: 70%; } }
      @media (max-width: 1024px) {
        #quick-actions .two-column .ontop-image {
          width: 67%; } }
      @media (max-width: 990px) {
        #quick-actions .two-column .ontop-image {
          width: 45%;
          margin-right: 0 !important;
          transform: none !important; } }
      @media (max-width: 768px) {
        #quick-actions .two-column .ontop-image {
          display: none; } }
      @media (max-width: 1024px) {
        #quick-actions .two-column .ontop-image img {
          width: 100% !important;
          display: flex;
          justify-content: center;
          align-items: center; } }

#connections {
  overflow: hidden; }
  #connections br {
    display: none; }
    @media (max-width: 768px) {
      #connections br {
        display: block; } }
  #connections p {
    width: 69%; }
    @media (max-width: 768px) {
      #connections p {
        width: auto; } }
  #connections .two-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    @media (max-width: 768px) {
      #connections .two-column {
        display: block; } }
    #connections .two-column .content {
      width: 42%; }
    @media (max-width: 1500px) {
      #connections .two-column h3 {
        line-height: normal; } }
    @media (max-width: 1200px) {
      #connections .two-column h3 {
        line-height: normal;
        margin-bottom: 1em; } }
    @media (max-width: 500px) {
      #connections .two-column h3 {
        font-size: 3.5rem; } }
    @media (max-width: 1200px) {
      #connections .two-column h3:after {
        line-height: normal; } }
    #connections .two-column img.mobile-only-img {
      display: none; }
      @media (max-width: 990px) {
        #connections .two-column img.mobile-only-img {
          display: block;
          margin: 0 auto; } }
      @media (max-width: 768px) {
        #connections .two-column img.mobile-only-img {
          width: 106% !important;
          margin-top: -60px; } }
      @media (max-width: 500px) {
        #connections .two-column img.mobile-only-img {
          margin-top: -30px; } }
    #connections .two-column img.desktop-only-img {
      display: block !important; }
      @media (max-width: 990px) {
        #connections .two-column img.desktop-only-img {
          display: none !important; } }
    #connections .two-column .ontop-image {
      position: absolute;
      right: -18%; }
      @media (min-width: 1180px) {
        #connections .two-column .ontop-image {
          width: 70%;
          top: 0; } }
      @media (max-width: 1200px) {
        #connections .two-column .ontop-image {
          width: 70%; } }
      @media (max-width: 1024px) {
        #connections .two-column .ontop-image {
          width: 67%; } }
      @media (max-width: 990px) {
        #connections .two-column .ontop-image {
          width: 45%;
          margin-right: 0 !important;
          transform: none !important; } }
      @media (max-width: 768px) {
        #connections .two-column .ontop-image {
          display: none; } }
      @media (max-width: 1024px) {
        #connections .two-column .ontop-image img {
          width: 100% !important;
          display: flex;
          justify-content: center;
          align-items: center; } }

#access-apps {
  background-color: #41727e; }
  #access-apps h3,
  #access-apps p {
    color: #ffffff; }
  #access-apps br {
    display: none; }
    @media (max-width: 768px) {
      #access-apps br {
        display: block; } }
  #access-apps .section-num,
  #access-apps .section-num-running, #access-apps:before {
    opacity: 0.3; }
  @media (max-width: 1500px) {
    #access-apps h3 {
      line-height: 1.5;
      margin-bottom: 1em; } }
  @media (max-width: 768px) {
    #access-apps h3 {
      line-height: normal; } }
  @media (max-width: 500px) {
    #access-apps h3 {
      font-size: 3.5rem; } }
  #access-apps .two-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    @media (max-width: 768px) {
      #access-apps .two-column {
        display: block; } }
    #access-apps .two-column .content {
      width: 49%; }
    #access-apps .two-column img {
      width: 42%; }
      @media (max-width: 1024px) {
        #access-apps .two-column img {
          width: 42% !important;
          margin: 0 auto; } }
      @media (max-width: 768px) {
        #access-apps .two-column img {
          width: 100% !important;
          margin-top: -5%; } }
  #access-apps .access-thumbnails {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    @media (max-width: 768px) {
      #access-apps .access-thumbnails {
        display: block;
        margin: 5rem 0 1rem 0; } }
    @media (max-width: 640px) {
      #access-apps .access-thumbnails {
        margin: 3rem 0 1rem 0; } }
    #access-apps .access-thumbnails img {
      width: calc(100%/4 - 10px);
      margin: 7rem 0 0 0; }
      @media (max-width: 768px) {
        #access-apps .access-thumbnails img {
          margin: 0; } }
      @media (max-width: 640px) {
        #access-apps .access-thumbnails img {
          width: calc(100%/2 - 10px); } }

#personalization {
  background-image: url(../images/sec3-bg-repeater.png);
  background-repeat: repeat;
  padding: 13rem 0 8rem 0; }
  @media (max-width: 768px) {
    #personalization {
      background-color: #ffffff;
      padding: 5rem 0 0 0; } }
  @media (max-width: 640px) {
    #personalization {
      background-color: #ffffff;
      padding: 4rem 0 0 0; } }
  @media (max-width: 768px) {
    #personalization .wrapper {
      border-bottom: 1px solid #e6e6e6;
      padding: 0 0 5rem 0; } }
  @media (max-width: 640px) {
    #personalization .wrapper {
      border-bottom: 1px solid #e6e6e6;
      padding: 0 0 4rem 0; } }
  @media (max-width: 1024px) {
    #personalization h3 {
      line-height: 11.5rem; } }
  @media (max-width: 640px) {
    #personalization h3 {
      font-size: 2.8rem;
      line-height: 7rem !important; } }
  @media (max-width: 1024px) {
    #personalization h3:after {
      line-height: 11.5rem;
      bottom: 1.5rem; } }
  @media (max-width: 640px) {
    #personalization h3:after {
      bottom: 0.5rem; } }
  #personalization p {
    width: 90%; }
    @media (max-width: 768px) {
      #personalization p {
        width: 100%;
        margin-bottom: 0; } }
  #personalization img {
    width: 95%;
    margin-left: 5%;
    display: block; }
    @media (max-width: 1024px) {
      #personalization img.mobile-only-img {
        width: 115% !important;
        margin-left: -10% !important;
        margin-top: -5%; } }

#guided-process ul li,
#universal ul li {
  color: #312d2a;
  font-weight: bold; }
  #guided-process ul li:before,
  #universal ul li:before {
    background-color: #f29111;
    width: 5px;
    height: 5px; }

#emerging-tech {
  position: relative;
  overflow: hidden; }
  #emerging-tech h3 {
    line-height: normal; }
    @media (max-width: 1200px) {
      #emerging-tech h3 {
        line-height: normal;
        margin-bottom: 1em; } }
    @media (max-width: 500px) {
      #emerging-tech h3 {
        font-size: 3rem; } }
  #emerging-tech .two-column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 1024px) {
      #emerging-tech .two-column {
        justify-content: center;
        align-items: center; } }
    @media (max-width: 768px) {
      #emerging-tech .two-column {
        display: block; } }
    #emerging-tech .two-column p {
      width: 42%; }
      @media (max-width: 1024px) {
        #emerging-tech .two-column p {
          width: 50%; } }
      @media (max-width: 768px) {
        #emerging-tech .two-column p {
          width: 100%; } }
    #emerging-tech .two-column img.img-left {
      width: 55%;
      margin-left: -3%; }
    #emerging-tech .two-column .ontop-image {
      transform: translateY(-50px); }
      @media (max-width: 1024px) {
        #emerging-tech .two-column .ontop-image {
          transform: none; } }
      #emerging-tech .two-column .ontop-image.img-right {
        width: 70%;
        margin-right: -12%;
        transform: translateY(-80px);
        position: relative; }
        @media (max-width: 1024px) {
          #emerging-tech .two-column .ontop-image.img-right {
            margin: 0; } }
        @media (max-width: 768px) {
          #emerging-tech .two-column .ontop-image.img-right {
            width: 100%;
            transform: none; } }
        #emerging-tech .two-column .ontop-image.img-right .item {
          right: 0; }
      #emerging-tech .two-column .ontop-image.img-left {
        width: 55%;
        margin-left: -3%;
        position: relative; }
        @media (max-width: 768px) {
          #emerging-tech .two-column .ontop-image.img-left {
            width: 100%;
            transform: none;
            margin-left: 0; } }
        #emerging-tech .two-column .ontop-image.img-left .item {
          left: 0; }
      @media (max-width: 1024px) {
        #emerging-tech .two-column .ontop-image img {
          width: 100% !important; } }
    #emerging-tech .two-column:last-child {
      align-items: center; }

#custom-themes {
  background: url(../images/orange-bg.png) no-repeat;
  background-size: cover;
  padding: 13rem 0 0 0; }
  @media (max-width: 768px) {
    #custom-themes {
      padding: 5rem 0; } }
  @media (max-width: 640px) {
    #custom-themes {
      background-size: 500%;
      background-position: 40%;
      padding: 4rem 0; } }
  #custom-themes h3,
  #custom-themes p {
    color: #ffffff; }
  @media (max-width: 1200px) {
    #custom-themes h3 {
      line-height: normal;
      margin-bottom: 1em; } }
  @media (max-width: 500px) {
    #custom-themes h3 {
      font-size: 3.5rem; } }
  #custom-themes .section-num,
  #custom-themes .section-num-running {
    color: #ffffff !important;
    opacity: 0.4; }
  #custom-themes br {
    display: none; }
    @media (max-width: 768px) {
      #custom-themes br {
        display: block; } }
  #custom-themes .two-column {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      #custom-themes .two-column {
        display: block; } }
    #custom-themes .two-column .content {
      width: 45%; }
    #custom-themes .two-column .ontop-image {
      transform: translateY(-50px); }
      @media (max-width: 990px) {
        #custom-themes .two-column .ontop-image {
          display: none; } }
      @media (max-width: 1024px) {
        #custom-themes .two-column .ontop-image img {
          width: 100% !important; } }
    @media (max-width: 990px) {
      #custom-themes .two-column .mobile-only-img {
        width: 80% !important;
        margin: 0 auto; } }
    @media (max-width: 768px) {
      #custom-themes .two-column .mobile-only-img {
        margin: -2% auto; } }

@media (max-width: 768px) {
  #guided-process {
    padding: 5rem 0; } }

@media (max-width: 640px) {
  #guided-process {
    padding: 4rem 0; } }

#guided-process h3 {
  line-height: normal;
  width: 90%; }
  @media (max-width: 1200px) {
    #guided-process h3 {
      line-height: normal;
      margin-bottom: 1em; } }
  @media (max-width: 500px) {
    #guided-process h3 {
      font-size: 3.5rem; } }
  #guided-process h3 br {
    display: none; }
    @media (max-width: 1024px) {
      #guided-process h3 br {
        display: block; } }

#guided-process .three-column {
  display: flex;
  justify-content: space-between; }
  #guided-process .three-column .colstripes.sec-1 {
    width: 40%; }
    @media (max-width: 990px) {
      #guided-process .three-column .colstripes.sec-1 {
        width: 100%;
        margin: 0; } }
  #guided-process .three-column .colstripes.sec-2 {
    width: 35%; }
    @media (max-width: 990px) {
      #guided-process .three-column .colstripes.sec-2 {
        width: 100%;
        margin: 0; } }
  #guided-process .three-column .colstripes.sec-3 {
    width: 25%; }
    @media (max-width: 990px) {
      #guided-process .three-column .colstripes.sec-3 {
        width: 100%;
        margin: 0; } }
  @media (max-width: 990px) {
    #guided-process .three-column {
      display: block; } }
  #guided-process .three-column .sec-1 {
    position: relative; }
    #guided-process .three-column .sec-1 ul {
      width: 95%; }
    #guided-process .three-column .sec-1 h3 {
      width: 100%; }
    @media (max-width: 1200px) {
      #guided-process .three-column .sec-1 {
        width: 46%;
        margin-right: 1%; } }
    @media (max-width: 990px) {
      #guided-process .three-column .sec-1 {
        width: 100%;
        margin: 0; } }
  #guided-process .three-column .sec-2 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 990px) {
      #guided-process .three-column .sec-2 {
        width: 100%;
        margin: 0; } }
    #guided-process .three-column .sec-2 ul {
      width: 95%;
      float: right; }
      @media (max-width: 990px) {
        #guided-process .three-column .sec-2 ul {
          float: none; } }
    #guided-process .three-column .sec-2 .list-section {
      position: relative; }
    #guided-process .three-column .sec-2 .img-sections {
      position: relative;
      display: flex;
      justify-content: flex-end; }
      #guided-process .three-column .sec-2 .img-sections img {
        position: relative;
        width: 80%; }
  #guided-process .three-column .sec-3 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 990px) {
      #guided-process .three-column .sec-3 {
        width: 100%;
        margin: 0; } }
    #guided-process .three-column .sec-3 .list-section {
      position: relative; }
    #guided-process .three-column .sec-3 .img-sections {
      position: relative; }
      #guided-process .three-column .sec-3 .img-sections img {
        position: relative;
        margin: 0 auto;
        width: 112%; }
  #guided-process .three-column ul {
    padding: 3rem 0 0 0; }
    @media (max-width: 990px) {
      #guided-process .three-column ul {
        padding: 0; } }
    @media (max-width: 768px) {
      #guided-process .three-column ul {
        width: 100%; } }

@media (max-width: 990px) {
  #guided-process img.mobile-only-img {
    width: 115% !important;
    margin: 0 auto;
    transform: translateX(-7%);
    margin-left: 0; } }

@media (max-width: 768px) {
  #guided-process img.mobile-only-img {
    width: 110% !important;
    transform: translateX(-7%);
    margin-bottom: 2rem; } }

@media (max-width: 768px) {
  #guided-process ul li:last-child {
    margin-bottom: 1rem; } }

#guided-workflow {
  padding: 13rem 0 0 0;
  background-image: url(../images/sec3-bg-repeater.png);
  background-repeat: repeat; }
  @media (max-width: 768px) {
    #guided-workflow {
      padding: 5rem 0 0 0; } }
  @media (max-width: 640px) {
    #guided-workflow {
      padding: 4rem 0 0 0; } }
  @media (max-width: 1200px) {
    #guided-workflow h3 {
      line-height: normal;
      margin-bottom: 1em; } }
  @media (max-width: 500px) {
    #guided-workflow h3 {
      font-size: 3.5rem; } }
  #guided-workflow br {
    display: none; }
    @media (max-width: 768px) {
      #guided-workflow br {
        display: block; } }
  #guided-workflow .wrapper {
    padding: 0 0 12rem 0; }
    @media (max-width: 768px) {
      #guided-workflow .wrapper {
        border-bottom: 2px solid #e6e6e6; } }
    @media (max-width: 768px) {
      #guided-workflow .wrapper {
        padding: 0 0 5rem 0; } }
    @media (max-width: 640px) {
      #guided-workflow .wrapper {
        padding: 0 0 4rem 0; } }
  #guided-workflow .two-column {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 768px) {
      #guided-workflow .two-column {
        display: block; } }
    #guided-workflow .two-column .content {
      width: 40%; }
    #guided-workflow .two-column .ontop-image {
      margin-right: -5%;
      transform: translateY(5%); }
      @media (max-width: 1024px) {
        #guided-workflow .two-column .ontop-image {
          width: 50%;
          margin-right: 0 !important;
          transform: none !important; } }
      @media (max-width: 1024px) {
        #guided-workflow .two-column .ontop-image img {
          width: 100% !important;
          display: flex;
          justify-content: center;
          align-items: center; } }
  @media (max-width: 990px) {
    #guided-workflow img.mobile-only-img {
      width: 110% !important;
      margin-left: -6%;
      margin-bottom: 2rem; } }

#simplified-trans {
  padding: 13rem 0 0 0; }
  @media (max-width: 768px) {
    #simplified-trans {
      padding: 5rem 0 0 0; } }
  @media (max-width: 640px) {
    #simplified-trans {
      padding: 4rem 0 0 0; } }
  @media (max-width: 1500px) {
    #simplified-trans h3 {
      line-height: 1.5; } }
  @media (max-width: 1300px) {
    #simplified-trans h3 {
      line-height: normal;
      margin-bottom: 1em; } }
  @media (max-width: 500px) {
    #simplified-trans h3 {
      font-size: 3.5rem; } }
  #simplified-trans .two-column {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem; }
    @media (max-width: 768px) {
      #simplified-trans .two-column {
        display: block;
        padding-bottom: 5rem; } }
    @media (max-width: 640px) {
      #simplified-trans .two-column {
        padding: 0 0 4rem 0; } }
    #simplified-trans .two-column .content {
      width: 59%; }
    #simplified-trans .two-column .animate-image {
      transform: translateY(-70px);
      display: flex;
      justify-content: center; }
      @media (max-width: 1024px) {
        #simplified-trans .two-column .animate-image img {
          width: 80% !important; } }
  @media (max-width: 990px) {
    #simplified-trans img.mobile-only-img {
      width: 110% !important;
      margin-left: -6%;
      margin-bottom: 2rem; } }

#analytics {
  background: url(../images/sec11-bg-repeater.jpg) repeat; }
  #analytics h3,
  #analytics p {
    color: #ffffff; }
  #analytics ul li {
    color: #ffffff; }
    #analytics ul li:before {
      background-color: #f29111;
      width: 5px;
      height: 5px; }
    #analytics ul li p {
      color: #ffffff; }
    @media (max-width: 768px) {
      #analytics ul li:last-child {
        margin-bottom: 1rem; } }
  @media (max-width: 1500px) {
    #analytics h3 {
      line-height: 1.5; } }
  @media (max-width: 500px) {
    #analytics h3 {
      font-size: 3.5rem;
      line-height: 7rem; } }
  @media (max-width: 500px) {
    #analytics h3:after {
      bottom: 0.5rem; } }
  #analytics .section-num,
  #analytics .section-num-running, #analytics:before {
    opacity: 0.2; }
  #analytics .two-column {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      #analytics .two-column {
        align-items: flex-start; } }
    @media (max-width: 768px) {
      #analytics .two-column {
        display: block; } }
    #analytics .two-column .content {
      width: 40%; }
      @media (max-width: 1024px) {
        #analytics .two-column .content {
          padding-bottom: 0 !important; } }
    @media (max-width: 1024px) {
      #analytics .two-column img {
        width: 100% !important; } }
    #analytics .two-column .ontop-image {
      width: 68%;
      margin-right: -12%;
      transform: translateY(-11%); }
      @media (max-width: 1500px) {
        #analytics .two-column .ontop-image {
          width: 50%;
          margin-right: 0;
          margin-top: 0;
          transform: translateY(-11%); } }
      @media (max-width: 1024px) {
        #analytics .two-column .ontop-image {
          width: 40%;
          margin-right: 0;
          transform: translateY(-11%); } }
  @media (max-width: 990px) {
    #analytics img.mobile-only-img {
      width: 50% !important;
      margin: 6rem auto; } }
  @media (max-width: 768px) {
    #analytics img.mobile-only-img {
      width: 60% !important;
      margin: 7rem auto 5rem auto; } }
  @media (max-width: 640px) {
    #analytics img.mobile-only-img {
      width: 80% !important;
      margin: 8rem auto; } }
  @media (max-width: 500px) {
    #analytics img.mobile-only-img {
      margin: 4rem auto; } }

#news {
  padding: 13rem 0 7rem 0; }
  @media (max-width: 1024px) {
    #news {
      padding: 6rem 0 7rem 0; } }
  @media (max-width: 768px) {
    #news {
      padding: 5rem 0; } }
  @media (max-width: 640px) {
    #news {
      padding: 4rem 0; } }
  @media (max-width: 500px) {
    #news .section-num,
    #news .section-num-running {
      font-size: 8.5rem;
      line-height: 0.8; } }
  @media (max-width: 1500px) {
    #news h3 {
      line-height: 1.5; } }
  @media (max-width: 768px) {
    #news h3 {
      line-height: normal; } }
  @media (max-width: 500px) {
    #news h3 {
      font-size: 2.8rem; } }
  @media (max-width: 1024px) {
    #news h3:after {
      line-height: 11.5rem; } }
  @media (max-width: 768px) {
    #news h3:after {
      line-height: normal; } }
  #news h4 {
    margin-bottom: 2rem; }
  @media (max-width: 768px) {
    #news img.mobile-only-img {
      width: 110%;
      margin-left: -6%;
      margin-top: -5%; } }

#thingsFinish {
  padding-bottom: 0; }
  @media (max-width: 1024px) {
    #thingsFinish h3 {
      line-height: 11.5rem; } }
  @media (max-width: 768px) {
    #thingsFinish h3 {
      line-height: normal; } }
  @media (max-width: 500px) {
    #thingsFinish h3 {
      font-size: 3.5rem; } }
  @media (max-width: 1024px) {
    #thingsFinish h3:after {
      line-height: 11.5rem; } }
  @media (max-width: 768px) {
    #thingsFinish h3:after {
      line-height: normal; } }
  #thingsFinish br {
    display: none; }
    @media (max-width: 768px) {
      #thingsFinish br {
        display: block; } }
  #thingsFinish .wrapper {
    border-bottom: 2px solid #e6e6e6;
    padding: 0 0 13rem 0; }
    @media (max-width: 768px) {
      #thingsFinish .wrapper {
        padding: 0 0 5rem 0;
        border-width: 1px; } }
  #thingsFinish .two-column {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 768px) {
      #thingsFinish .two-column {
        display: block;
        padding: 0 0 4rem 0; } }
    @media (max-width: 640px) {
      #thingsFinish .two-column {
        padding: 0; } }
    #thingsFinish .two-column p {
      width: 40%; }
      @media (max-width: 768px) {
        #thingsFinish .two-column p {
          width: 100%; } }
    #thingsFinish .two-column .animate-image {
      margin-right: -16%;
      margin-top: -10%; }
      @media (max-width: 1024px) {
        #thingsFinish .two-column .animate-image {
          margin-right: 0 !important; } }
  @media (max-width: 768px) {
    #thingsFinish img.mobile-only-img {
      width: 112% !important;
      margin-left: -6%; } }
  @media (max-width: 640px) {
    #thingsFinish img.mobile-only-img {
      margin: 2rem auto 2rem -6%; } }
  @media (max-width: 768px) {
    #thingsFinish img.mobile-only-img.approve {
      width: 80% !important;
      margin: 0 auto; } }
