@import url("https://use.typekit.net/oir2kdi.css");
/** Global
 *****************/
#our-process-wrapper * {
  font-family: brandon-grotesque, sans-serif !important;
}
#our-process-wrapper h1, #our-process-wrapper h2 {
  font-weight: 700 !important;
}
#our-process-wrapper .blue {
  color: #0096cb !important;
}
#our-process-wrapper .dark-blue {
  color: #0a3e59 !important;
}
#our-process-wrapper .white, #our-process-wrapper .white * {
  color: #ffffff !important;
}
#our-process-wrapper .bg-dark-blue {
  background-color: #0a3e59 !important;
}
#our-process-wrapper .btn-play, #our-process-wrapper .btn-play:active {
  position: absolute;
  top: 0;
  left: 0;
  background: url("/images/process/main/play.png") no-repeat center center transparent !important;
  background-size: auto;
  background-size: 120px !important;
  width: 100%;
  height: 100%;
  transition: background-color 200ms;
}

#header {
  position: relative;
  z-index: 1030;
}

.page-header {
  display: none;
}

#our-process {
  position: relative;
  z-index: 1020;
  height: 100%;
}

.fp-responsive #our-process {
  overflow-x: hidden;
}

#page-modal {
  z-index: 1040;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  #header {
    position: fixed;
    width: 100%;
  }

  #header.override {
    background-color: #063d5a !important;
    color: #02abe8 !important;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}
#our-process {
  font-size: 25px;
}

#our-process h1 {
  font-size: 2em;
  margin-bottom: 24px;
  line-height: 1em;
}

#our-process h2 {
  font-size: 1.44em;
  line-height: 1.15em;
  text-transform: uppercase;
}

#our-process h3 {
  text-transform: uppercase;
  font-weight: 900 !important;
  font-size: 1.1em;
  line-height: 1.1em;
}

#our-process h4 {
  font-weight: 500 !important;
  font-size: 1.28em;
  line-height: 1em;
}

#our-process .section-title {
  padding-top: 1em;
  padding-bottom: 1em;
}

@media (min-width: 992px) {
  #our-process .section-title {
    padding-top: 34px;
    padding-bottom: 14px;
  }
}
#our-process .section-title > * {
  vertical-align: bottom;
}

#our-process .section-title .section-number {
  background: url("/images/process/main/book.svg") no-repeat right bottom transparent;
  width: 74px;
  height: 90px;
  line-height: 112px;
  display: inline-block;
  text-align: center;
  font-size: 2.4em;
  font-weight: 700 !important;
}

@media (max-width: 991px) {
  #our-process .section-title .section-number {
    vertical-align: top;
    margin-top: 4px;
  }
}
#our-process .section-title .section-label {
  max-width: calc(100% - 84px);
}

@media (min-height: 940px) {
  #our-process .section-title .section-number {
    width: 82px;
    height: 100px;
    line-height: 124px;
  }

  #our-process .section-title .section-label {
    max-width: calc(100% - 92px);
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  #our-process .section-title .section-number {
    width: 52px;
    height: 62px;
    line-height: 78px;
    font-size: 2em;
  }

  #our-process .section-title .section-label {
    max-width: calc(100% - 72px);
  }
}
#our-process .section-title h1 {
  font-size: 1.44em;
  margin: 0 0 6px 8px;
}

@media (max-height: 991px) {
  #our-process .section-title h1 {
    margin-bottom: 0px;
  }

  #our-process .section-copy {
    margin-top: 2em;
  }

  #our-process .section-copy h4 {
    font-size: 1.5em;
    line-height: 1.35em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700 !important;
  }
}
#our-process .section-title h2 {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.34em;
  line-height: 1em;
  margin: 0 0 -3px 8px;
  max-width: 780px;
}

@media (max-width: 991px) and (orientation: landscape) {
  #our-process .section-title h2 {
    font-size: 1.2em;
    margin-bottom: 4px;
  }
}
#our-process .section-title h4 {
  margin-top: 24px;
}

#our-process .mobile-intro {
  padding: 1em 0;
}

@media (max-width: 992px) and (orientation: landscape) {
  #our-process .mobile-intro .mobile-copy {
    display: inline-block;
    max-width: calc(100% - 172px);
    vertical-align: top;
  }

  #our-process .mobile-intro .mobile-copy p {
    font-size: 0.95em;
    line-height: 1em;
  }

  #our-process .mobile-title {
    vertical-align: top;
    margin-bottom: 0 !important;
  }
}
#our-process .mobile-title {
  display: inline-block;
  background: url("/images/process/main/book.svg") no-repeat center center transparent;
  text-align: center;
  margin-bottom: 1em;
}

#our-process .mobile-title h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 0;
  padding: 3em 0.7em 1.8em 0.95em;
}

#our-process .mobile-intro p {
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 500 !important;
}

@media (min-width: 375px) {
  #our-process .mobile-intro p {
    font-size: 1em;
    line-height: 1em;
  }
}
#our-process.show {
  display: block !important;
}

@media (min-height: 640px) {
  #our-process {
    font-size: 18px;
  }

  #our-process .section-title h4 {
    margin-top: 10px;
  }
}
@media (min-height: 800px) {
  #our-process {
    font-size: 22px;
  }

  #our-process .section-title h4 {
    margin-top: 14px;
  }
}
@media (min-height: 940px) {
  #our-process .section-title h4 {
    margin-top: 24px;
  }

  #our-process {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  #our-process {
    font-size: 18px;
  }

  #our-process .section {
    padding-top: 0 !important;
  }
}
#our-process .section-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.section {
  z-index: 10;
}

.v-top .fp-tableCell {
  vertical-align: top;
}

@media (min-width: 992px) {
  .v-lg-top .fp-tableCell {
    vertical-align: top;
  }
}
@media (max-width: 991px) {
  .fp-slides {
    height: auto !important;
    overflow: visible !important;
  }

  .fp-tableCell {
    vertical-align: top !important;
  }

  .mobile-section {
    position: relative;
  }

  .btn-back {
    display: none;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .mobile-container {
    padding-bottom: 66px;
  }
}
.btn-continue, .btn-back {
  position: absolute;
  width: 42px;
  height: 32px;
  left: 50%;
  margin-left: -21px;
  cursor: pointer;
}

.btn-continue {
  background: url("/images/process/main/continue-blue.svg") no-repeat center center transparent;
  background-size: 100%;
  bottom: 8px;
}

@media (min-width: 992px) {
  .btn-continue {
    bottom: 24px;
  }
}
.btn-back {
  background: url("/images/process/main/back-blue.svg") no-repeat center center transparent;
  background-size: 100%;
  top: 182px;
}

@media (min-height: 640px) {
  .btn-continue {
    bottom: 6px;
  }

  .btn-back {
    top: 164px;
  }
}
@media (min-height: 800px) {
  .btn-continue {
    bottom: 24px;
  }

  .btn-back {
    top: 182px;
  }
}
.bg-blue .btn-continue, .bg-dark-blue .btn-continue {
  background: url("/images/process/main/continue-white.svg") no-repeat center center transparent;
  background-size: 100%;
}

.bg-blue .btn-back, .bg-dark-blue .btn-back {
  background: url("/images/process/main/back-white.svg") no-repeat center center transparent;
  background-size: 100%;
}

@media (min-width: 992px) {
  .btn-continue.on-deck:after {
    content: "";
    background: url("/images/process/main/continue-blue.svg") no-repeat center center transparent;
    background-size: 100%;
    opacity: 0;
    position: absolute;
    width: 42px;
    height: 32px;
    left: 50%;
    bottom: 24px;
    margin-left: -21px;
    animation-name: continue-cta;
    animation-duration: 800ms;
    animation-iteration-count: infinite;
  }

  .bg-blue .btn-continue.on-deck:after, .bg-dark-blue .btn-continue.on-deck:after {
    background: url("/images/process/main/continue-white.svg") no-repeat center center transparent;
    background-size: 100%;
  }

  @keyframes continue-cta {
    0% {
      opacity: 0;
      bottom: 24px;
    }
    100% {
      opacity: 0.35;
      bottom: 0;
    }
  }
}
/** Slides
 *****************/
.fp-slides {
  display: none;
}

/** Sections
 *****************/
#section-00 .page-title {
  position: absolute;
  top: 158px;
}

#section-00 .section-body h1 {
  font-size: 3em;
}

#section-00 #intro-options {
  margin: 0.5em auto;
  max-width: 720px;
  text-transform: none;
  font-size: 2em;
  font-weight: 700 !important;
}

#section-00 #continue-option {
  cursor: pointer;
}

#section-00 #continue-option h3 {
  max-width: 380px;
  margin: 0 auto 1em;
}

#section-00 .video {
  background: url("/images/process/main/monitor.svg") no-repeat center center transparent;
  background-size: contain;
  position: relative;
  width: 290px;
  max-width: 100%;
  height: 170px;
  padding: 15px 15px 30px;
  margin: 14px auto 0;
}

@media (max-width: 991px) {
  #section-00 #intro-options {
    text-transform: uppercase;
    font-size: 1.1em;
    margin: 1em auto;
    font-weight: 900 !important;
  }

  #section-00 #video-option {
    margin: 2em auto;
  }

  #section-00 .video .btn-play, #section-00 .video .btn-play:active {
    background-size: 100px !important;
  }

  #section-00 #continue-option {
    margin-top: 1em;
    padding-bottom: 40px;
  }

  #section-00 #continue-option h3 {
    margin-bottom: 0;
  }

  #section-00 #continue-option .btn-continue {
    bottom: 0;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  #section-00 #video-option, #section-00 #continue-option {
    width: 50%;
    margin: 0;
  }

  #section-00 .video {
    padding: 20px 10px 30px;
  }
}
@media (min-width: 992px) {
  #section-00 #intro-options {
    margin: 1.5em auto;
  }

  #section-00 .video {
    width: 480px;
    height: 280px;
    padding: 22px 25px 46px;
    margin: 14px auto 34px;
  }

  #section-00 .section-body p {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) and (max-height: 1039px) {
  #section-00 .section-body h1 {
    font-size: 2em;
  }

  #section-00 #intro-options {
    font-size: 1.2em;
    margin: 1.5em auto;
    max-width: none;
  }

  #section-00 .section-body p {
    font-size: 1.5em;
    line-height: 1.2em;
  }
}
@media (min-width: 992px) and (max-height: 920px) {
  #section-00 .section-body p {
    font-size: 1.4em;
    line-height: 1.2em;
  }
}
@media (min-width: 992px) and (max-height: 800px) {
  #section-00 #intro-options {
    margin: 1em auto;
    font-size: 1.5em;
  }

  #section-00 .section-body p {
    font-size: 1.3em;
    line-height: 1.1em;
  }
}
#section-00 .video-banner {
  height: 100%;
  border-radius: 4px;
}

#section-00 #continue-option img {
  max-width: 120px;
}

#section-01 .section-title h2 {
  max-width: 540px;
}

#section-03 .section-title h2 {
  max-width: 540px;
}

#section-04 .section-title h4 {
  max-width: 720px;
}

#section-04 .section-copy {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) and (min-height: 640px) and (max-height: 939px) {
  #section-04 .section-copy {
    margin-top: 14px;
  }

  #section-04 .section-copy h4 {
    font-size: 1.2em;
    line-height: 1.2em;
  }
}
@media (min-width: 992px) and (min-height: 800px) and (max-height: 939px) {
  #section-04 .bubble {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (min-height: 940px) {
  #section-04 .section-copy {
    margin-top: 2em;
  }
}
#section-07 .section-body {
  max-width: 740px;
  margin: 0 auto;
}

#section-07 .section-body img {
  max-width: 320px;
  margin-bottom: 24px;
}

#section-07 .section-body p {
  font-weight: 500 !important;
  font-size: 0.84em;
  line-height: 1.1em;
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  #section-07 .section-body {
    padding-top: 24px;
  }

  #section-07 .section-body p {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  #section-07 .fp-tableCell {
    height: auto !important;
  }

  #section-07 .section-body {
    margin: 2em auto;
  }

  #section-07 #footer {
    position: relative;
  }
}
@media (min-width: 992px) {
  #section-07 .section-content {
    padding-bottom: 144px;
  }
}
@media (min-width: 992px) and (min-height: 640px) and (max-height: 768px) {
  #section-07 .section-body h1 {
    margin-bottom: 14px;
  }
}
/** Navigation
 *****************/
@media (min-width: 992px) {
  .our-process-nav {
    position: absolute;
    top: 192px;
    right: 34px;
  }

  .our-process-nav .nav-item {
    position: relative;
    width: 19px;
    height: 19px;
    margin-bottom: 12px;
    border: 3px solid #083b54;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
  }

  .bg-dark-blue .our-process-nav .nav-item {
    border: 3px solid #fff;
  }

  .our-process-nav .nav-item:hover {
    background-color: #fff;
  }

  .bg-dark-blue .our-process-nav .nav-item:hover {
    background-color: #02abe8;
  }

  .our-process-nav .nav-item.selected {
    background-color: #dc3926 !important;
  }

  .our-process-nav .nav-item:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 15px;
    top: 14px;
    left: 50%;
    margin-left: -1.5px;
    background-color: #083b54;
  }

  .bg-dark-blue .our-process-nav .nav-item:after {
    background-color: #fff;
  }

  .our-process-nav .nav-item:last-child:after {
    display: none;
  }
}
/** Backgrounds
 *****************/
.bg-trig {
  background: url("/images/process/main/trig-bg.gif") repeat left -112px top 136px transparent;
}

.bg-grid {
  background: url("/images/process/main/grid-bg.png") repeat center center transparent;
}

/** Blinds
 *****************/
@media (min-width: 992px) {
  .blinds {
    margin: -12px 34px 0;
  }
}
.blind {
  position: relative;
  cursor: pointer;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .blind {
    margin: 24px auto 0;
  }
}
@media (min-height: 940px) {
  .blind {
    margin-top: 34px;
  }
}
.blind-body {
  position: relative;
}

.blind-body > .blind-title {
  padding: 0 20px;
}

.blind-body > .blind-title:before {
  position: absolute;
  top: -20px;
  left: -1px;
  content: "";
  width: calc(100% + 2px);
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
}

.blind:hover .blind-body > .blind-title:before {
  background-color: #084565;
}

.blind-icon, .blind-title, .blind-content {
  margin: 0 auto;
}

.blind-title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.blind-icon .blind-title {
  color: #fff;
}

.blind:hover .blind-icon .blind-title, .blind.open .blind-icon .blind-title {
  color: #084565;
}

.blind-icon {
  width: 100%;
  padding: 0 14px;
}

.blind-icon:before {
  position: relative;
  content: "";
  width: 100%;
  height: 104px;
  display: block;
}

@media (min-width: 992px) {
  .blind-icon:before, .blind-icon:after {
    height: 148px;
  }
}
@media (min-height: 640px) and (max-height: 799px) {
  .blind-icon:before {
    /** height: 86px; */
    height: 104px;
    background-position-y: top !important;
  }

  .blind-icon:after {
    top: -6px !important;
    height: 92px;
    background-position-y: top !important;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .blind-icon:before {
    height: 58px;
    background-size: 58px !important;
  }

  .blind-container:before {
    display: none;
  }

  .blind-container:after {
    display: none;
  }

  .blind-content {
    padding: 0 !important;
    background-color: transparent !important;
  }

  .blind-content:after {
    display: none;
  }

  .blind-body > .blind-title {
    margin: 0.5em auto;
  }

  .blind-body > .blind-title:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .blind.on-deck .blind-icon:before {
    z-index: 10;
  }

  .blind:hover .blind-icon:after {
    display: none;
  }

  .blind.on-deck .blind-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 14px;
    width: calc(100% - 28px);
    opacity: 0;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: glow;
    z-index: 1;
  }

  @keyframes glow {
    0% {
      opacity: 0;
    }
    40% {
      opacity: 0.65;
    }
    80% {
      opacity: 0;
    }
  }
}
/** Section 01 **/
.blind-icon.investigate-icon:before,
.blind:hover .blind-icon.investigate-icon:before,
.blind.open .blind-icon.investigate-icon:before {
  background: url("/images/process/main/investigate-over.svg") no-repeat center center transparent;
  background-size: auto 90px;
}

.blind-icon.investigate-icon:after {
  background: url("/images/process/main/investigate-glow.png") no-repeat center center transparent;
  background-size: 122px;
}

@media (min-width: 992px) {
  .blind-icon.investigate-icon:before {
    background: url("/images/process/main/investigate.svg") no-repeat center center transparent;
    background-size: auto 110px;
  }

  .blind:hover .blind-icon.investigate-icon:before, .blind.open .blind-icon.investigate-icon:before {
    background-size: auto 110px;
  }
}
.blind-icon.collaborate-icon:before,
.blind:hover .blind-icon.collaborate-icon:before,
.blind.open .blind-icon.collaborate-icon:before {
  background: url("/images/process/main/collaborate-over.svg") no-repeat center center transparent;
  background-size: auto 90px;
}

.blind-icon.collaborate-icon:after {
  background: url("/images/process/main/collaborate-glow.png") no-repeat center center transparent;
  background-size: 122px;
}

@media (min-width: 992px) {
  .blind-icon.collaborate-icon:before {
    background: url("/images/process/main/collaborate.svg") no-repeat center center transparent;
    background-size: auto 110px;
  }

  .blind:hover .blind-icon.collaborate-icon:before, .blind.open .blind-icon.collaborate-icon:before {
    background-size: auto 110px;
  }
}
.blind-icon.create-icon:before,
.blind:hover .blind-icon.create-icon:before,
.blind.open .blind-icon.create-icon:before {
  background: url("/images/process/main/create-over.svg") no-repeat center center transparent;
  background-size: auto 90px;
}

.blind-icon.create-icon:after {
  background: url("/images/process/main/create-glow.png") no-repeat center center transparent;
  background-size: 112px;
}

@media (max-width: 991px) and (orientation: landscape) {
  .blind-icon.create-icon:before {
    background-size: 52px !important;
  }
}
@media (min-width: 992px) {
  .blind-icon.create-icon:before {
    background: url("/images/process/main/create.svg") no-repeat center center transparent;
    background-size: auto 110px;
  }

  .blind:hover .blind-icon.create-icon:before, .blind.open .blind-icon.create-icon:before {
    background-size: auto 110px;
  }
}
/** Section 03 **/
.blind-icon.evidence-icon:before,
.blind:hover .blind-icon.evidence-icon:before,
.blind.open .blind-icon.evidence-icon:before {
  background: url("/images/process/main/evidence-over.svg") no-repeat center center transparent;
  background-size: auto 70px;
}

.blind-icon.evidence-icon:after {
  background: url("/images/process/main/evidence-glow.png") no-repeat center center transparent;
  background-size: 166px;
}

@media (min-width: 992px) {
  .blind-icon.evidence-icon:before {
    background: url("/images/process/main/evidence.svg") no-repeat center center transparent;
    background-size: auto 90px;
    top: 8px;
  }

  .blind:hover .blind-icon.evidence-icon:before, .blind.open .blind-icon.evidence-icon:before {
    background-size: auto 90px;
  }

  .blind-icon.evidence-icon:after {
    top: 8px !important;
  }
}
@media (min-height: 640px) and (max-height: 799px) {
  .blind-icon.evidence-icon:before {
    top: 16px;
  }

  .blind-icon.evidence-icon:after {
    top: -6px !important;
  }
}
.blind-icon.consensus-icon:before,
.blind:hover .blind-icon.consensus-icon:before,
.blind.open .blind-icon.consensus-icon:before {
  background: url("/images/process/main/consensus-over.svg") no-repeat center center transparent;
  background-size: auto 96px;
}

.blind-icon.consensus-icon:after {
  background: url("/images/process/main/consensus-glow.png") no-repeat center center transparent;
  background-size: 120px;
}

@media (max-width: 991px) and (orientation: landscape) {
  .blind-icon.consensus-icon:before {
    background-size: 52px !important;
  }
}
@media (min-width: 992px) {
  .blind-icon.consensus-icon:before {
    background: url("/images/process/main/consensus.svg") no-repeat center center transparent;
    background-size: auto 120px;
    top: -14px;
  }

  .blind:hover .blind-icon.consensus-icon:before, .blind.open .blind-icon.consensus-icon:before {
    background-size: auto 120px;
  }

  .blind-icon.consensus-icon:after {
    top: -14px !important;
  }
}
@media (min-height: 640px) and (max-height: 799px) {
  .blind-icon.consensus-icon:before {
    top: 0;
  }

  .blind-icon.consensus-icon:after {
    top: -6px !important;
  }
}
.blind-icon.reviews-icon:before,
.blind:hover .blind-icon.reviews-icon:before,
.blind.open .blind-icon.reviews-icon:before {
  background: url("/images/process/main/reviews-over.svg") no-repeat center center transparent;
  background-size: auto 90px;
}

.blind-icon.reviews-icon:after {
  background: url("/images/process/main/reviews-glow.png") no-repeat center center transparent;
  background-size: 144px;
  top: -2px !important;
}

@media (min-width: 992px) {
  .blind-icon.reviews-icon:before {
    background: url("/images/process/main/reviews.svg") no-repeat center center transparent;
    background-size: auto 110px;
    top: 4px;
  }

  .blind:hover .blind-icon.reviews-icon:before, .blind.open .blind-icon.reviews-icon:before {
    background-size: auto 110px;
  }

  .blind-icon.reviews-icon:after {
    top: 4px !important;
  }
}
@media (min-height: 640px) and (max-height: 799px) {
  .blind-icon.reviews-icon:after {
    top: -2px !important;
  }
}
/** Section 05 **/
.blind-icon.free-icon:before,
.blind:hover .blind-icon.free-icon:before,
.blind.open .blind-icon.free-icon:before {
  background: url("/images/process/main/free-over.svg") no-repeat center top transparent;
  background-size: auto 90px;
}

.blind-icon.free-icon:after {
  background: url("/images/process/main/free-glow.png") no-repeat center center transparent;
  background-size: 132px;
  top: -6px !important;
}

@media (min-width: 992px) {
  .blind-icon.free-icon:before {
    background: url("/images/process/main/free.svg") no-repeat center top 20px transparent;
    background-size: auto 120px;
  }

  .blind:hover .blind-icon.free-icon:before, .blind.open .blind-icon.free-icon:before {
    background: url("/images/process/main/free-over.svg") no-repeat center top 20px transparent;
    background-size: auto 120px;
  }
}
.blind-icon.empower-icon:before,
.blind:hover .blind-icon.empower-icon:before,
.blind.open .blind-icon.empower-icon:before {
  background: url("/images/process/main/empower-over.svg") no-repeat center top transparent;
  background-size: auto 100px;
}

.blind-icon.empower-icon:after {
  background: url("/images/process/main/empower-glow.png") no-repeat center center transparent;
  background-size: 116px;
  top: -4px !important;
}

@media (max-width: 991px) and (orientation: landscape) {
  .blind-icon.empower-icon:before {
    background-size: 44px !important;
  }
}
@media (min-width: 992px) {
  .blind-icon.empower-icon:before {
    background: url("/images/process/main/empower.svg") no-repeat center top transparent;
    background-size: auto 140px;
  }

  .blind:hover .blind-icon.empower-icon:before, .blind.open .blind-icon.empower-icon:before {
    background: url("/images/process/main/empower-over.svg") no-repeat center top transparent;
    background-size: auto 140px;
  }
}
.blind-icon.quality-icon:before,
.blind:hover .blind-icon.quality-icon:before,
.blind.open .blind-icon.quality-icon:before {
  background: url("/images/process/main/quality-over.svg") no-repeat center top transparent;
  background-size: auto 90px;
}

.blind-icon.quality-icon:after {
  background: url("/images/process/main/quality-glow.png") no-repeat center center transparent;
  background-size: 112px;
  top: -6px !important;
}

@media (max-width: 991px) and (orientation: landscape) {
  .blind-icon.quality-icon:before {
    background-size: 49px !important;
  }
}
@media (min-width: 992px) {
  .blind-icon.quality-icon:before {
    background: url("/images/process/main/quality.svg") no-repeat center top 20px transparent;
    background-size: auto 120px;
  }

  .blind:hover .blind-icon.quality-icon:before, .blind.open .blind-icon.quality-icon:before {
    background: url("/images/process/main/quality-over.svg") no-repeat center top 20px transparent;
    background-size: auto 120px;
  }
}
@media (min-height: 800px) {
  .blind-icon.free-icon:after {
    top: 6px !important;
  }

  .blind-icon.empower-icon:after {
    top: -4px !important;
  }

  .blind-icon.quality-icon:after {
    top: 6px !important;
  }
}
@media (min-height: 940px) {
  .blind-icon.free-icon:before {
    background: url("/images/process/main/free.svg") no-repeat center top 40px transparent;
    background-size: auto 160px;
    height: 214px;
  }

  .blind-icon.free-icon:after {
    background-size: auto 176px;
    top: 14px !important;
  }

  .blind:hover .blind-icon.free-icon:before, .blind.open .blind-icon.free-icon:before {
    background: url("/images/process/main/free-over.svg") no-repeat center top 40px transparent;
    background-size: auto 160px;
  }

  .blind-icon.empower-icon:before {
    background: url("/images/process/main/empower.svg") no-repeat center top transparent;
    background-size: auto 200px;
    height: 214px;
  }

  .blind-icon.empower-icon:after {
    background-size: auto 214px;
    top: -6px !important;
  }

  .blind:hover .blind-icon.empower-icon:before, .blind.open .blind-icon.empower-icon:before {
    background: url("/images/process/main/empower-over.svg") no-repeat center top transparent;
    background-size: auto 200px;
  }

  .blind-icon.quality-icon:before {
    background: url("/images/process/main/quality.svg") no-repeat center top 40px transparent;
    background-size: auto 160px;
    height: 214px;
  }

  .blind-icon.quality-icon:after {
    background-size: auto 174px;
    top: 14px !important;
  }

  .blind:hover .blind-icon.quality-icon:before, .blind.open .blind-icon.quality-icon:before {
    background: url("/images/process/main/quality-over.svg") no-repeat center top 40px transparent;
    background-size: auto 160px;
  }

  .blind-icon.free-icon:after, .blind-icon.empower-icon:after, .blind-icon.quality-icon:after {
    height: 214px;
  }
}
@media (min-height: 980px) {
  .blind-icon.free-icon:before {
    background: url("/images/process/main/free.svg") no-repeat center top 60px transparent;
    background-size: auto 180px;
    height: 268px;
  }

  .blind-icon.free-icon:after {
    background-size: auto 198px;
    top: 16px !important;
  }

  .blind:hover .blind-icon.free-icon:before, .blind.open .blind-icon.free-icon:before {
    background: url("/images/process/main/free-over.svg") no-repeat center top 60px transparent;
    background-size: auto 180px;
  }

  .blind-icon.empower-icon:before {
    background: url("/images/process/main/empower.svg") no-repeat center top transparent;
    background-size: auto 240px;
    height: 268px;
  }

  .blind-icon.empower-icon:after {
    background-size: auto 258px;
    top: -14px !important;
  }

  .blind:hover .blind-icon.empower-icon:before, .blind.open .blind-icon.empower-icon:before {
    background: url("/images/process/main/empower-over.svg") no-repeat center top transparent;
    background-size: auto 240px;
  }

  .blind-icon.quality-icon:before {
    background: url("/images/process/main/quality.svg") no-repeat center top 60px transparent;
    background-size: auto 180px;
    height: 268px;
  }

  .blind-icon.quality-icon:after {
    background-size: auto 194px;
    top: 16px !important;
  }

  .blind:hover .blind-icon.quality-icon:before, .blind.open .blind-icon.quality-icon:before {
    background: url("/images/process/main/quality-over.svg") no-repeat center top 60px transparent;
    background-size: auto 180px;
  }

  .blind-icon.free-icon:after, .blind-icon.empower-icon:after, .blind-icon.quality-icon:after {
    height: 268px;
  }
}
.blind-container {
  position: absolute;
  top: -20px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .blind-container {
    visibility: hidden;
    opacity: 0;
  }
}
.blind-container:before {
  position: absolute;
  top: 0;
  left: -1px;
  content: "";
  width: calc(100% + 2px);
  height: 6px;
  border-radius: 3px;
  background-color: #084565;
}

.blind-container:after {
  position: absolute;
  left: 0;
  bottom: -29px;
  content: "";
  background: url("/images/process/main/blind-bottom.svg") no-repeat center bottom transparent;
  background-size: auto 35px;
  width: 100%;
  height: 30px;
}

.blind-content {
  background-color: #fff;
  padding: 0 20px 20px;
  overflow: hidden;
}

@media (max-width: 991px) and (orientation: landscape) {
  .blind-content {
    overflow: visible;
    text-align: center;
  }
}
.blind-content:after {
  position: absolute;
  bottom: 0;
  left: -1px;
  content: "";
  width: calc(100% + 2px);
  height: 6px;
  border-radius: 3px;
  background-color: #084565;
}

.blind-content .blind-title {
  color: #dd3400 !important;
}

.blind-content p {
  font-weight: 500 !important;
  font-size: 0.84em;
  line-height: 1.1em;
}

/** Grid
 *****************/
.grid-item {
  position: relative;
  min-height: 204px;
  margin-top: 34px;
  margin-bottom: -10px;
}

@media (min-height: 640px) {
  .grid-item {
    margin-bottom: 0;
    margin-top: 24px;
    min-height: 114px;
  }
}
@media (min-height: 800px) {
  .grid-item {
    margin-bottom: 0;
    margin-top: 34px;
    min-height: 144px;
  }
}
@media (min-height: 940px) {
  .grid-item {
    margin-bottom: 20px;
    min-height: 204px;
  }
}
@media (min-height: 980px) {
  .grid-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .grid-item {
    margin-top: 0;
  }
}
.grid-item .item-icon {
  position: relative;
  width: 100%;
  height: 204px;
}

@media (max-width: 991px) and (orientation: landscape) {
  .grid-item .item-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 244px;
  }
}
@media (min-width: 992px) {
  .grid-item .item-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 244px;
    height: 204px;
    cursor: pointer;
  }
}
@media (min-height: 640px) {
  .grid-item .item-icon {
    height: 114px;
  }
}
@media (min-height: 800px) {
  .grid-item .item-icon {
    height: 144px;
  }
}
@media (min-height: 940px) {
  .grid-item .item-icon {
    height: 204px;
  }
}
.grid-item .item-icon:before, .grid-item .item-icon:after {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.grid-item .item-icon:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
}

.grid-item .item-icon:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .grid-item .item-icon:before {
    position: absolute;
    top: 0;
    left: auto !important;
    right: 0;
    margin: 0 !important;
  }

  .grid-item .item-icon:after {
    position: absolute;
    top: 0;
    left: auto !important;
    right: 0;
    margin: 0 !important;
    opacity: 0;
    -webkit-transition: opacity 150ms;
    -moz-transition: opacity 150ms;
    -ms-transition: opacity 150ms;
    -o-transition: opacity 150ms;
    transition: opacity 150ms;
  }

  .grid-item .item-glow {
    position: absolute;
    top: -10%;
    right: 2px;
    width: 240px;
    height: 120%;
    opacity: 0;
  }

  .grid-item.on-deck .item-glow {
    animation-name: glow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
}
.network-item .item-icon:before {
  content: "";
  background: url("/images/process/main/network.svg") no-repeat center center transparent;
  background-size: 198px;
  width: 204px;
  margin-left: -102px;
  z-index: 10;
}

.network-item .item-icon:after {
  content: "";
  background: url("/images/process/main/network-bg.svg") no-repeat center center transparent;
  background-size: 198px;
  width: 204px;
  margin-left: -102px;
  z-index: 1;
}

@media (min-width: 992px) {
  .network-item .item-glow {
    background: url("/images/process/main/network-glow.png") no-repeat center center transparent;
    background-size: 218px;
    right: -17px;
  }
}
@media (min-height: 640px) {
  .network-item .item-icon:before, .network-item .item-icon:after {
    background-size: 110px;
  }

  .network-item .item-glow {
    background-size: 120px;
  }
}
@media (min-height: 800px) {
  .network-item .item-icon:before, .network-item .item-icon:after {
    background-size: 140px;
  }

  .network-item .item-glow {
    background-size: 154px;
  }
}
@media (min-height: 940px) {
  .network-item .item-icon:before, .network-item .item-icon:after {
    background-size: 198px;
  }

  .network-item .item-glow {
    background-size: 218px;
  }
}
.rigor-item .item-icon:before {
  content: "";
  background: url("/images/process/main/rigor.svg") no-repeat center center transparent;
  background-size: 186px;
  width: 216px;
  margin-left: -120px;
  z-index: 10;
}

.rigor-item .item-icon:after {
  content: "";
  background: url("/images/process/main/rigor-bg.svg") no-repeat center center transparent;
  background-size: 186px;
  width: 216px;
  margin-left: -120px;
  z-index: 1;
}

@media (min-width: 992px) {
  .rigor-item .item-glow {
    background: url("/images/process/main/rigor-glow.png") no-repeat center center transparent;
    background-size: 204px;
    right: -12px;
  }
}
@media (min-height: 640px) {
  .rigor-item .item-icon:before, .rigor-item .item-icon:after {
    background-size: 110px;
  }

  .rigor-item .item-glow {
    background-size: 122px;
  }
}
@media (min-height: 800px) {
  .rigor-item .item-icon:before, .rigor-item .item-icon:after {
    background-size: auto 140px;
  }

  .rigor-item .item-glow {
    background-size: 160px;
  }
}
@media (min-height: 940px) {
  .rigor-item .item-icon:before, .rigor-item .item-icon:after {
    background-size: 186px;
  }

  .rigor-item .item-glow {
    background-size: 204px;
  }
}
.years-item .item-icon:before {
  content: "";
  background: url("/images/process/main/years.svg") no-repeat center center transparent;
  background-size: 180px;
  width: 200px;
  margin-left: -100px;
  z-index: 10;
}

.years-item .item-icon:after {
  content: "";
  background: url("/images/process/main/years-bg.svg") no-repeat center center transparent;
  background-size: 180px;
  width: 200px;
  margin-left: -100px;
  z-index: 1;
}

@media (min-width: 992px) {
  .years-item .item-glow {
    background: url("/images/process/main/years-glow.png") no-repeat center center transparent;
    background-size: 198px;
    right: -20px;
  }
}
@media (min-height: 640px) {
  .years-item .item-icon:before, .years-item .item-icon:after {
    background-size: 110px;
  }

  .years-item .item-glow {
    background-size: 120px;
  }
}
@media (min-height: 800px) {
  .years-item .item-icon:before, .years-item .item-icon:after {
    background-size: 140px;
  }

  .years-item .item-glow {
    background-size: 152px;
  }
}
@media (min-height: 940px) {
  .years-item .item-icon:before, .years-item .item-icon:after {
    background-size: 180px;
  }

  .years-item .item-glow {
    background-size: 198px;
  }
}
.states-item .item-icon:before {
  content: "";
  background: url("/images/process/main/states.svg") no-repeat center center transparent;
  background-size: 240px;
  margin-left: -140px;
  z-index: 10;
}

.states-item .item-icon:after {
  content: "";
  background: url("/images/process/main/states-bg.svg") no-repeat center center transparent;
  background-size: 240px;
  margin-left: -140px;
  z-index: 1;
}

@media (min-width: 992px) {
  .states-item .item-glow {
    background: url("/images/process/main/states-glow.png") no-repeat center center transparent;
    background-size: 260px;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .states-item .item-icon:before, .states-item .item-icon:after {
    width: 240px;
    margin-left: -120px;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .states-item .item-icon:before, .states-item .item-icon:after {
    margin-left: -120px;
  }
}
@media (min-height: 640px) {
  .states-item .item-icon:before, .states-item .item-icon:after {
    background-size: 180px;
  }

  .states-item .item-glow {
    background-size: 200px;
  }
}
@media (min-height: 800px) {
  .states-item .item-icon:before, .states-item .item-icon:after {
    background-size: 220px;
  }

  .states-item .item-glow {
    background-size: 240px;
  }
}
@media (min-height: 940px) {
  .states-item .item-icon:before, .states-item .item-icon:after {
    background-size: 240px;
  }

  .states-item .item-glow {
    background-size: 260px;
  }
}
.grid-item.open .item-icon:after, .grid-item .item-icon:hover:after {
  opacity: 1;
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
}

.item-content {
  margin: 1em;
  text-align: center;
}

@media (max-width: 991px) and (orientation: landscape) {
  .item-content {
    position: relative;
    margin: 0;
    padding-left: 248px;
  }
}
@media (min-width: 992px) {
  .item-content {
    margin: 0;
    padding-left: 264px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
  }

  .grid-item.open .item-content {
    position: relative;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 650ms;
    -moz-transition: opacity 650ms;
    -ms-transition: opacity 650ms;
    -o-transition: opacity 650ms;
    transition: opacity 650ms;
  }
}
.grid-item p {
  font-weight: 500 !important;
  font-size: 0.84em;
  line-height: 1.1em;
}

/** Dialogue
 *****************/
.dialogue {
  position: relative;
  width: 100%;
}

.dialogue-base {
  position: absolute;
  left: 0;
  bottom: 74px;
  width: 100%;
  height: 34px;
  border: 5px solid #fff;
  border-radius: 3px;
}

@media (min-height: 640px) {
  .dialogue-base {
    bottom: 54px;
    height: 24px;
    border: 4px solid #fff;
  }
}
@media (min-height: 800px) {
  .dialogue-base {
    bottom: 74px;
    height: 34px;
    border: 5px solid #fff;
  }
}
.dialogue-container {
  margin: 0 auto;
  max-width: 980px;
  position: relative;
  top: calc(100% - 104px);
}

.dialogue-container .books {
  display: block;
  width: 78px;
  height: 86px;
  position: absolute;
  bottom: 0;
}

@media (min-height: 640px) {
  .dialogue-container {
    top: calc(100% - 74px);
  }

  .dialogue-container .books {
    height: 64px;
  }
}
@media (min-height: 800px) {
  .dialogue-container {
    top: calc(100% - 104px);
  }

  .dialogue-container .books {
    height: 86px;
  }
}
.dialogue-container .books:nth-child(1) {
  background: url("/images/process/main/books-left.svg") no-repeat center bottom transparent;
  background-size: auto 100%;
  left: 0;
}

.dialogue-container .books:nth-child(2) {
  background: url("/images/process/main/books-right.svg") no-repeat center bottom transparent;
  background-size: auto 100%;
  left: 41.5%;
}

.dialogue-container .books:nth-child(3) {
  background: url("/images/process/main/books-middle.svg") no-repeat center bottom transparent;
  background-size: auto 100%;
  right: 41.5%;
}

.dialogue-container .books:nth-child(4) {
  background: url("/images/process/main/books-right.svg") no-repeat center bottom transparent;
  background-size: auto 100%;
  right: 0;
}

@media (min-width: 992px) {
  .dialogue .talking-heads {
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 158px;
  }

  .dialogue .talking-heads:first-child {
    left: 0;
  }

  .dialogue .talking-heads:last-child {
    right: 0;
  }
}
.dialogue .talking-heads .talking-head {
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
}

@media (min-width: 992px) {
  .dialogue .talking-heads .talking-head:hover:after {
    display: none;
  }

  .dialogue .talking-heads .talking-head:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: glow; */
  }
}
.dialogue .talking-heads .talking-head:first-child {
  background: url("/images/process/main/talking-head-s0.svg") no-repeat center bottom transparent;
  background-size: auto 140px;
  left: 8%;
}

.dialogue .talking-heads .talking-head:first-child.open, .dialogue .talking-heads .talking-head:first-child:hover {
  background: url("/images/process/main/talking-head-s1.svg") no-repeat center bottom transparent;
  background-size: auto 140px;
}

.dialogue .talking-heads .talking-head.on-deck:first-child:after {
  content: "";
  background: url("/images/process/main/talking-head-s0-glow.png") no-repeat center bottom -2px transparent;
  background-size: auto 112px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: glow;
}

@media (min-height: 640px) {
  .dialogue .talking-heads .talking-head:first-child,
.dialogue .talking-heads .talking-head:first-child.open,
.dialogue .talking-heads .talking-head:first-child:hover {
    background-size: auto 105px;
  }
}
@media (min-height: 800px) {
  .dialogue .talking-heads .talking-head:first-child,
.dialogue .talking-heads .talking-head:first-child.open,
.dialogue .talking-heads .talking-head:first-child:hover {
    background-size: auto 140px;
  }

  .dialogue .talking-heads .talking-head.on-deck:first-child:after {
    background-size: auto 150px;
    top: 1px;
    left: -2px;
  }
}
.dialogue .talking-heads .talking-head:last-child {
  background: url("/images/process/main/talking-head-t0.svg") no-repeat center bottom transparent;
  background-size: auto 156px;
  right: 8%;
}

.dialogue .talking-heads .talking-head:last-child.open, .dialogue .talking-heads .talking-head:last-child:hover {
  background: url("/images/process/main/talking-head-t1.svg") no-repeat center bottom transparent;
  background-size: auto 156px;
}

.dialogue .talking-heads .talking-head.on-deck:last-child:after {
  content: "";
  background: url("/images/process/main/talking-head-t0-glow.png") no-repeat center bottom -4px transparent;
  background-size: auto 126px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: glow;
}

@media (min-height: 640px) {
  .dialogue .talking-heads .talking-head:last-child,
.dialogue .talking-heads .talking-head:last-child.open,
.dialogue .talking-heads .talking-head:last-child:hover {
    background-size: auto 117px;
  }
}
@media (min-height: 800px) {
  .dialogue .talking-heads .talking-head:last-child,
.dialogue .talking-heads .talking-head:last-child.open,
.dialogue .talking-heads .talking-head:last-child:hover {
    background-size: auto 156px;
  }

  .dialogue .talking-heads .talking-head.on-deck:last-child:after {
    background-size: auto 166px;
    width: 245px;
    height: 160px;
    top: -6px;
  }
}
.dialogue .talking-heads .talking-head.open {
  animation-name: none;
}

@media (min-width: 992px) {
  .dialogue .talking-heads {
    width: 50%;
  }
}
.dialogue .talking-head.open .bubble {
  opacity: 1;
}

.dialogue .bubble {
  padding: 20px 40px;
}

@media (min-width: 992px) {
  .dialogue .bubble {
    position: absolute;
    min-width: 280px;
    padding: 20px 40px;
    bottom: 150px;
  }
}
@media (min-height: 640px) {
  .dialogue .bubble {
    padding: 14px 28px;
  }

  .dialogue .talking-head:first-child .bubble {
    bottom: 114px;
  }

  .dialogue .talking-head:last-child .bubble {
    bottom: 124px;
  }
}
@media (min-height: 800px) {
  .dialogue .bubble {
    padding: 20px 40px;
    bottom: 150px;
  }

  .dialogue .talking-head:first-child .bubble {
    bottom: 154px;
  }

  .dialogue .talking-head:last-child .bubble {
    bottom: 170px;
  }
}
.dialogue .bubble-content b {
  font-weight: 700 !important;
  font-size: 0.84em;
  line-height: 1.2em;
}

.dialogue .bubble-content p {
  font-weight: 500 !important;
  font-size: 0.84em;
  line-height: 1.2em;
  margin-bottom: 0;
}

.dialogue .bubble:after, .dialogue .bubble:before, .dialogue .bubble-tm {
  background-color: #fff;
}

.dialogue .bubble:after, .dialogue .bubble:before {
  content: "";
  width: 4.8px;
  height: calc(100% - 80px);
  top: 40px;
}

.dialogue .bubble-tm, .dialogue .bubble-bm {
  width: calc(100% - 80px);
  left: 40px;
}

.dialogue .bubble-tm {
  height: 4.8px;
}

.dialogue .bubble-tl, .dialogue .bubble-tm, .dialogue .bubble-tr,
.dialogue .bubble-bl, .dialogue .bubble-bm, .dialogue .bubble-br,
.dialogue .bubble:before, .dialogue .bubble:after {
  position: absolute;
}

.dialogue .bubble-tl, .dialogue .bubble-tr, .dialogue .bubble-bl, .dialogue .bubble-br {
  width: 40px;
  height: 40px;
}

.dialogue .bubble-tl, .dialogue .bubble-tm, .dialogue .bubble-tr {
  top: 0;
}

.dialogue .bubble-bl, .dialogue .bubble-bm, .dialogue .bubble-br {
  bottom: 0;
}

.dialogue .bubble-tl, .dialogue .bubble:before, .dialogue .bubble-bl {
  left: 0;
}

.dialogue .bubble-tr, .dialogue .bubble:after, .dialogue .bubble-br {
  right: 0;
}

.dialogue .bubble-tl {
  background: url("/images/process/main/bubble-tl.svg") no-repeat left top transparent;
  background-size: 85px 85px;
}

.dialogue .bubble-tr {
  background: url("/images/process/main/bubble-tr.svg") no-repeat right top transparent;
  background-size: 85px 85px;
}

.dialogue .bubble-bl {
  background: url("/images/process/main/bubble-bl.svg") no-repeat left bottom transparent;
  background-size: 85px 85px;
}

.dialogue .bubble-br {
  background: url("/images/process/main/bubble-br.svg") no-repeat right bottom transparent;
  background-size: 85px 85px;
}

.dialogue .bubble-bm {
  height: 25px;
  bottom: -19px;
}

.dialogue .bubble-left .bubble-bm {
  background: url("/images/process/main/bubble-arrow-left.svg") no-repeat left -1030px top transparent;
  background-size: 1805px 26px;
}

.dialogue .bubble-right .bubble-bm {
  background: url("/images/process/main/bubble-arrow-right.svg") no-repeat right -1030px top transparent;
  background-size: 1805px 26px;
}

#bubble-01 {
  left: -100px;
  width: 340px;
}

#bubble-02 {
  width: 580px;
  left: -8px;
}

#bubble-03 {
  width: 368px;
  left: -126px;
}

#bubble-04 {
  width: 400px;
  left: -120px;
}

#bubble-04 .bubble-bm {
  background-position-x: -910px;
}

/** Mobile Dialogue
 *****************/
.mobile-base {
  width: 120%;
  margin-left: -10%;
  height: 34px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

.mobile-dialogue {
  height: auto !important;
  position: absolute;
  bottom: 56px;
}

.mobile-dialogue .bubble {
  padding: 14px 24px;
}

.mobile-dialogue .bubble-right {
  margin-bottom: 34px;
}

.mobile-dialogue .mobile-heads {
  text-align: center;
  margin: 1em auto -10px;
}

.mobile-dialogue .mobile-head {
  display: inline-block;
  width: 140px;
}

.mobile-dialogue .mobile-head:first-child {
  height: 110px;
  background: url("/images/process/main/talking-head-s0.svg") no-repeat center bottom transparent;
  background-size: auto 110px;
}

.mobile-dialogue .mobile-head-open:first-child {
  background: url("/images/process/main/talking-head-s1.svg") no-repeat center bottom transparent;
  background-size: auto 110px;
}

.mobile-dialogue .mobile-head:last-child {
  height: 124px;
  background: url("/images/process/main/talking-head-t0.svg") no-repeat center bottom transparent;
  background-size: auto 124px;
}

.mobile-dialogue .mobile-head-open:last-child {
  background: url("/images/process/main/talking-head-t1.svg") no-repeat center bottom transparent;
  background-size: auto 124px;
}

@media (max-width: 991px) and (orientation: landscape) {
  .mobile-dialogue {
    bottom: 50px;
  }

  .mobile-dialogue .mobile-heads {
    width: 40%;
  }

  .mobile-dialogue .mobile-heads-right {
    margin-left: 60%;
    margin-right: 0;
  }

  .mobile-dialogue .mobile-heads-left {
    margin-left: 0;
    margin-right: 60%;
  }

  .mobile-dialogue .mobile-head {
    width: 49%;
  }

  .mobile-dialogue .bubble {
    width: 60%;
    position: absolute;
    top: 0;
    min-height: 120px;
    padding: 14px;
  }

  .mobile-dialogue .bubble-right {
    width: 58%;
    right: 0;
    top: -54px;
  }

  .mobile-dialogue .bubble-right:before {
    background: url("/images/process/main/bubble-arrow-left-side.svg") no-repeat left top -695px transparent;
    background-size: 25px 1805px;
    left: -20px;
    width: 25px;
  }

  .mobile-dialogue .bubble-left {
    left: 0;
  }

  .mobile-dialogue .bubble-left:after {
    background: url("/images/process/main/bubble-arrow-right-side.svg") no-repeat left top -730px transparent;
    background-size: 25px 1805px;
    right: -20px;
    width: 25px;
  }

  .dialogue .bubble-bm {
    height: 4.8px;
    background: #fff !important;
    bottom: 0;
  }
}
/** More Links
 *****************/
#more-links {
  margin-top: 34px;
}

#more-links h3 {
  margin-bottom: 34px;
}

@media (max-width: 991px) {
  #more-links {
    margin-top: 14px;
  }

  #more-links > a, #share-container > a {
    margin-bottom: 0;
    background: none !important;
    padding: 0;
    display: block;
  }

  #mobile-top-btn {
    font-size: 17px;
    font-weight: 600;
  }
}
#share-container {
  position: relative;
  vertical-align: top;
}

#share-container .share-links {
  position: absolute;
  left: 14px;
}

#back-to-top {
  margin-top: 34px;
}

@media (min-width: 992px) and (min-height: 640px) and (max-height: 768px) {
  #back-to-top {
    margin-top: 14px;
  }
}
#mobile-top-btn {
  margin-bottom: 24px;
}

/** Footer
 *****************/
#footer {
  position: relative;
  width: 100%;
  bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (min-width: 992px) {
  #footer {
    position: absolute;
  }
}
#footer:before {
  display: none !important;
}

#footer .footer-overlay {
  display: none !important;
}

#footer .social-media-nav {
  margin-top: 0;
}

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