/** Colors */

/*!
 * fullPage 4.0.29
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */

html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.page-template-page-fortieth-anniversary-page,
body.company-template-page-fortieth-anniversary-page {
  /* Used with autoScrolling: false */
  /* Disabling vertical centering on scrollable elements */
  /* No scrollable when using auto-height */
  /*Only display content to screen readers*/
  /* Customize website's scrollbar like Mac OS
  Not supports in Firefox and IE */
}

body.page-template-page-fortieth-anniversary-page .fp-section,
body.company-template-page-fortieth-anniversary-page .fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box;
  height: 100%;
  display: block;
}

body.page-template-page-fortieth-anniversary-page .fp-slide,
body.company-template-page-fortieth-anniversary-page .fp-slide {
  float: left;
}

body.page-template-page-fortieth-anniversary-page .fp-slide,
body.page-template-page-fortieth-anniversary-page .fp-slidesContainer,
body.company-template-page-fortieth-anniversary-page .fp-slide,
body.company-template-page-fortieth-anniversary-page .fp-slidesContainer {
  height: 100%;
  display: block;
}

body.page-template-page-fortieth-anniversary-page .fp-slides,
body.company-template-page-fortieth-anniversary-page .fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

body.page-template-page-fortieth-anniversary-page .fp-table,
body.company-template-page-fortieth-anniversary-page .fp-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

body.page-template-page-fortieth-anniversary-page .fp-slidesContainer,
body.company-template-page-fortieth-anniversary-page .fp-slidesContainer {
  float: left;
  position: relative;
}

body.page-template-page-fortieth-anniversary-page .fp-controlArrow,
body.company-template-page-fortieth-anniversary-page .fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body.page-template-page-fortieth-anniversary-page .fp-prev,
body.company-template-page-fortieth-anniversary-page .fp-prev {
  left: 15px;
}

body.page-template-page-fortieth-anniversary-page .fp-next,
body.company-template-page-fortieth-anniversary-page .fp-next {
  right: 15px;
}

body.page-template-page-fortieth-anniversary-page .fp-arrow,
body.company-template-page-fortieth-anniversary-page .fp-arrow {
  width: 0;
  height: 0;
  border-style: solid;
}

body.page-template-page-fortieth-anniversary-page .fp-arrow.fp-prev,
body.company-template-page-fortieth-anniversary-page .fp-arrow.fp-prev {
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

body.page-template-page-fortieth-anniversary-page .fp-arrow.fp-next,
body.company-template-page-fortieth-anniversary-page .fp-arrow.fp-next {
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

body.page-template-page-fortieth-anniversary-page .fp-notransition,
body.company-template-page-fortieth-anniversary-page .fp-notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

body.page-template-page-fortieth-anniversary-page #fp-nav,
body.company-template-page-fortieth-anniversary-page #fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
  pointer-events: none;
}

body.page-template-page-fortieth-anniversary-page #fp-nav.fp-right,
body.company-template-page-fortieth-anniversary-page #fp-nav.fp-right {
  right: 17px;
}

body.page-template-page-fortieth-anniversary-page #fp-nav.fp-left,
body.company-template-page-fortieth-anniversary-page #fp-nav.fp-left {
  left: 17px;
}

body.page-template-page-fortieth-anniversary-page .fp-slidesNav,
body.company-template-page-fortieth-anniversary-page .fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
  pointer-events: none;
}

body.page-template-page-fortieth-anniversary-page .fp-slidesNav.fp-bottom,
body.company-template-page-fortieth-anniversary-page .fp-slidesNav.fp-bottom {
  bottom: 17px;
}

body.page-template-page-fortieth-anniversary-page .fp-slidesNav.fp-top,
body.company-template-page-fortieth-anniversary-page .fp-slidesNav.fp-top {
  top: 17px;
}

body.page-template-page-fortieth-anniversary-page #fp-nav ul,
body.page-template-page-fortieth-anniversary-page .fp-slidesNav ul,
body.company-template-page-fortieth-anniversary-page #fp-nav ul,
body.company-template-page-fortieth-anniversary-page .fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

body.page-template-page-fortieth-anniversary-page #fp-nav ul li,
body.page-template-page-fortieth-anniversary-page .fp-slidesNav ul li,
body.company-template-page-fortieth-anniversary-page #fp-nav ul li,
body.company-template-page-fortieth-anniversary-page .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

body.page-template-page-fortieth-anniversary-page .fp-slidesNav ul li,
body.company-template-page-fortieth-anniversary-page .fp-slidesNav ul li {
  display: inline-block;
}

body.page-template-page-fortieth-anniversary-page #fp-nav ul li a,
body.page-template-page-fortieth-anniversary-page .fp-slidesNav ul li a,
body.company-template-page-fortieth-anniversary-page #fp-nav ul li a,
body.company-template-page-fortieth-anniversary-page .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  pointer-events: all;
}

body.page-template-page-fortieth-anniversary-page #fp-nav ul li a.active span,
body.page-template-page-fortieth-anniversary-page .fp-slidesNav ul li a.active span,
body.page-template-page-fortieth-anniversary-page #fp-nav ul li:hover a.active span,
body.page-template-page-fortieth-anniversary-page .fp-slidesNav ul li:hover a.active span,
body.company-template-page-fortieth-anniversary-page #fp-nav ul li a.active span,
body.company-template-page-fortieth-anniversary-page .fp-slidesNav ul li a.active span,
body.company-template-page-fortieth-anniversary-page #fp-nav ul li:hover a.active span,
body.company-template-page-fortieth-anniversary-page .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

body.page-template-page-fortieth-anniversary-page #fp-nav ul li a span,
body.page-template-page-fortieth-anniversary-page .fp-slidesNav ul li a span,
body.company-template-page-fortieth-anniversary-page #fp-nav ul li a span,
body.company-template-page-fortieth-anniversary-page .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

body.page-template-page-fortieth-anniversary-page #fp-nav ul li:hover a span,
body.page-template-page-fortieth-anniversary-page .fp-slidesNav ul li:hover a span,
body.company-template-page-fortieth-anniversary-page #fp-nav ul li:hover a span,
body.company-template-page-fortieth-anniversary-page .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

body.page-template-page-fortieth-anniversary-page #fp-nav ul li .fp-tooltip,
body.company-template-page-fortieth-anniversary-page #fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

body.page-template-page-fortieth-anniversary-page #fp-nav ul li:hover .fp-tooltip,
body.page-template-page-fortieth-anniversary-page #fp-nav.fp-show-active a.active + .fp-tooltip,
body.company-template-page-fortieth-anniversary-page #fp-nav ul li:hover .fp-tooltip,
body.company-template-page-fortieth-anniversary-page #fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

body.page-template-page-fortieth-anniversary-page #fp-nav ul li .fp-tooltip.fp-right,
body.company-template-page-fortieth-anniversary-page #fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

body.page-template-page-fortieth-anniversary-page #fp-nav ul li .fp-tooltip.fp-left,
body.company-template-page-fortieth-anniversary-page #fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

body.page-template-page-fortieth-anniversary-page .fp-auto-height.fp-section,
body.page-template-page-fortieth-anniversary-page .fp-auto-height .fp-slide,
body.company-template-page-fortieth-anniversary-page .fp-auto-height.fp-section,
body.company-template-page-fortieth-anniversary-page .fp-auto-height .fp-slide {
  height: auto !important;
}

body.page-template-page-fortieth-anniversary-page .fp-responsive .fp-is-overflow.fp-section,
body.company-template-page-fortieth-anniversary-page .fp-responsive .fp-is-overflow.fp-section {
  height: auto !important;
}

body.page-template-page-fortieth-anniversary-page .fp-scrollable.fp-responsive .fp-is-overflow.fp-section,
body.page-template-page-fortieth-anniversary-page .fp-scrollable .fp-section,
body.page-template-page-fortieth-anniversary-page .fp-scrollable .fp-slide,
body.company-template-page-fortieth-anniversary-page .fp-scrollable.fp-responsive .fp-is-overflow.fp-section,
body.company-template-page-fortieth-anniversary-page .fp-scrollable .fp-section,
body.company-template-page-fortieth-anniversary-page .fp-scrollable .fp-slide {
  /* Fallback for browsers that do not support Custom Properties */
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

body.page-template-page-fortieth-anniversary-page .fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]),
body.page-template-page-fortieth-anniversary-page .fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),
body.page-template-page-fortieth-anniversary-page .fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]),
body.company-template-page-fortieth-anniversary-page .fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]),
body.company-template-page-fortieth-anniversary-page .fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),
body.company-template-page-fortieth-anniversary-page .fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]) {
  /* Fallback for browsers that do not support Custom Properties */
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

body.page-template-page-fortieth-anniversary-page .fp-overflow,
body.company-template-page-fortieth-anniversary-page .fp-overflow {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-height: 100vh;
}

body.page-template-page-fortieth-anniversary-page .fp-scrollable .fp-auto-height .fp-overflow,
body.company-template-page-fortieth-anniversary-page .fp-scrollable .fp-auto-height .fp-overflow {
  max-height: none;
}

body.page-template-page-fortieth-anniversary-page .fp-is-overflow .fp-overflow.fp-auto-height-responsive,
body.page-template-page-fortieth-anniversary-page .fp-is-overflow .fp-overflow.fp-auto-height,
body.page-template-page-fortieth-anniversary-page .fp-is-overflow > .fp-overflow,
body.company-template-page-fortieth-anniversary-page .fp-is-overflow .fp-overflow.fp-auto-height-responsive,
body.company-template-page-fortieth-anniversary-page .fp-is-overflow .fp-overflow.fp-auto-height,
body.company-template-page-fortieth-anniversary-page .fp-is-overflow > .fp-overflow {
  overflow-y: auto;
}

body.page-template-page-fortieth-anniversary-page .fp-overflow,
body.company-template-page-fortieth-anniversary-page .fp-overflow {
  outline: none;
}

body.page-template-page-fortieth-anniversary-page .fp-overflow.fp-table,
body.company-template-page-fortieth-anniversary-page .fp-overflow.fp-table {
  display: block;
}

body.page-template-page-fortieth-anniversary-page .fp-responsive .fp-auto-height-responsive.fp-section,
body.page-template-page-fortieth-anniversary-page .fp-responsive .fp-auto-height-responsive .fp-slide,
body.page-template-page-fortieth-anniversary-page .fp-responsive .fp-auto-height-responsive .fp-overflow,
body.company-template-page-fortieth-anniversary-page .fp-responsive .fp-auto-height-responsive.fp-section,
body.company-template-page-fortieth-anniversary-page .fp-responsive .fp-auto-height-responsive .fp-slide,
body.company-template-page-fortieth-anniversary-page .fp-responsive .fp-auto-height-responsive .fp-overflow {
  height: auto !important;
  min-height: auto !important;
}

body.page-template-page-fortieth-anniversary-page .fp-sr-only,
body.company-template-page-fortieth-anniversary-page .fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.page-template-page-fortieth-anniversary-page .fp-scroll-mac .fp-overflow::-webkit-scrollbar,
body.company-template-page-fortieth-anniversary-page .fp-scroll-mac .fp-overflow::-webkit-scrollbar {
  background-color: transparent;
  width: 9px;
}

body.page-template-page-fortieth-anniversary-page .fp-scroll-mac .fp-overflow::-webkit-scrollbar-track,
body.company-template-page-fortieth-anniversary-page .fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {
  background-color: transparent;
}

body.page-template-page-fortieth-anniversary-page .fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb,
body.company-template-page-fortieth-anniversary-page .fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  border: 4px solid transparent;
}

body.page-template-page-fortieth-anniversary-page .fp-warning,
body.page-template-page-fortieth-anniversary-page .fp-watermark,
body.company-template-page-fortieth-anniversary-page .fp-warning,
body.company-template-page-fortieth-anniversary-page .fp-watermark {
  z-index: 9999999;
  position: absolute;
  bottom: 0;
}

body.page-template-page-fortieth-anniversary-page .fp-warning,
body.page-template-page-fortieth-anniversary-page .fp-watermark a,
body.company-template-page-fortieth-anniversary-page .fp-warning,
body.company-template-page-fortieth-anniversary-page .fp-watermark a {
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 8px;
  font-size: 14px;
  font-family: arial;
  color: black;
  display: inline-block;
  border-radius: 3px;
  margin: 12px;
}

body.page-template-page-fortieth-anniversary-page .fp-noscroll .fp-overflow,
body.company-template-page-fortieth-anniversary-page .fp-noscroll .fp-overflow {
  overflow: hidden;
}

/*!
 * fullPage 4.0.33
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */

body.content-template-page-fraud-landing-page,
body.content-template-page-fraud-landing-page-french,
body.page-tap-canadian-data {
  /* Used with autoScrolling: false */
  /* Disabling vertical centering on scrollable elements */
  /* No scrollable when using auto-height */
  /*Only display content to screen readers*/
  /* Customize website's scrollbar like Mac OS
  Not supports in Firefox and IE */
}

body.content-template-page-fraud-landing-page .fp-section,
body.content-template-page-fraud-landing-page-french .fp-section,
body.page-tap-canadian-data .fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box;
  height: 100%;
  display: block;
}

body.content-template-page-fraud-landing-page .fp-slide,
body.content-template-page-fraud-landing-page-french .fp-slide,
body.page-tap-canadian-data .fp-slide {
  float: left;
}

body.content-template-page-fraud-landing-page .fp-slide,
body.content-template-page-fraud-landing-page .fp-slidesContainer,
body.content-template-page-fraud-landing-page-french .fp-slide,
body.content-template-page-fraud-landing-page-french .fp-slidesContainer,
body.page-tap-canadian-data .fp-slide,
body.page-tap-canadian-data .fp-slidesContainer {
  height: 100%;
  display: block;
}

body.content-template-page-fraud-landing-page .fp-slides,
body.content-template-page-fraud-landing-page-french .fp-slides,
body.page-tap-canadian-data .fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

body.content-template-page-fraud-landing-page .fp-table,
body.content-template-page-fraud-landing-page-french .fp-table,
body.page-tap-canadian-data .fp-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

body.content-template-page-fraud-landing-page .fp-slidesContainer,
body.content-template-page-fraud-landing-page-french .fp-slidesContainer,
body.page-tap-canadian-data .fp-slidesContainer {
  float: left;
  position: relative;
}

body.content-template-page-fraud-landing-page .fp-controlArrow,
body.content-template-page-fraud-landing-page-french .fp-controlArrow,
body.page-tap-canadian-data .fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body.content-template-page-fraud-landing-page .fp-prev,
body.content-template-page-fraud-landing-page-french .fp-prev,
body.page-tap-canadian-data .fp-prev {
  left: 15px;
}

body.content-template-page-fraud-landing-page .fp-next,
body.content-template-page-fraud-landing-page-french .fp-next,
body.page-tap-canadian-data .fp-next {
  right: 15px;
}

body.content-template-page-fraud-landing-page .fp-arrow,
body.content-template-page-fraud-landing-page-french .fp-arrow,
body.page-tap-canadian-data .fp-arrow {
  width: 0;
  height: 0;
  border-style: solid;
}

body.content-template-page-fraud-landing-page .fp-arrow.fp-prev,
body.content-template-page-fraud-landing-page-french .fp-arrow.fp-prev,
body.page-tap-canadian-data .fp-arrow.fp-prev {
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

body.content-template-page-fraud-landing-page .fp-arrow.fp-next,
body.content-template-page-fraud-landing-page-french .fp-arrow.fp-next,
body.page-tap-canadian-data .fp-arrow.fp-next {
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

body.content-template-page-fraud-landing-page .fp-notransition,
body.content-template-page-fraud-landing-page-french .fp-notransition,
body.page-tap-canadian-data .fp-notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

body.content-template-page-fraud-landing-page #fp-nav,
body.content-template-page-fraud-landing-page-french #fp-nav,
body.page-tap-canadian-data #fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}

body.content-template-page-fraud-landing-page #fp-nav.fp-right,
body.content-template-page-fraud-landing-page-french #fp-nav.fp-right,
body.page-tap-canadian-data #fp-nav.fp-right {
  right: 17px;
}

body.content-template-page-fraud-landing-page #fp-nav.fp-left,
body.content-template-page-fraud-landing-page-french #fp-nav.fp-left,
body.page-tap-canadian-data #fp-nav.fp-left {
  left: 17px;
}

body.content-template-page-fraud-landing-page .fp-slidesNav,
body.content-template-page-fraud-landing-page-french .fp-slidesNav,
body.page-tap-canadian-data .fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

body.content-template-page-fraud-landing-page .fp-slidesNav.fp-bottom,
body.content-template-page-fraud-landing-page-french .fp-slidesNav.fp-bottom,
body.page-tap-canadian-data .fp-slidesNav.fp-bottom {
  bottom: 17px;
}

body.content-template-page-fraud-landing-page .fp-slidesNav.fp-top,
body.content-template-page-fraud-landing-page-french .fp-slidesNav.fp-top,
body.page-tap-canadian-data .fp-slidesNav.fp-top {
  top: 17px;
}

body.content-template-page-fraud-landing-page #fp-nav ul,
body.content-template-page-fraud-landing-page .fp-slidesNav ul,
body.content-template-page-fraud-landing-page-french #fp-nav ul,
body.content-template-page-fraud-landing-page-french .fp-slidesNav ul,
body.page-tap-canadian-data #fp-nav ul,
body.page-tap-canadian-data .fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

body.content-template-page-fraud-landing-page #fp-nav ul li,
body.content-template-page-fraud-landing-page .fp-slidesNav ul li,
body.content-template-page-fraud-landing-page-french #fp-nav ul li,
body.content-template-page-fraud-landing-page-french .fp-slidesNav ul li,
body.page-tap-canadian-data #fp-nav ul li,
body.page-tap-canadian-data .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

body.content-template-page-fraud-landing-page .fp-slidesNav ul li,
body.content-template-page-fraud-landing-page-french .fp-slidesNav ul li,
body.page-tap-canadian-data .fp-slidesNav ul li {
  display: inline-block;
}

body.content-template-page-fraud-landing-page #fp-nav ul li a,
body.content-template-page-fraud-landing-page .fp-slidesNav ul li a,
body.content-template-page-fraud-landing-page-french #fp-nav ul li a,
body.content-template-page-fraud-landing-page-french .fp-slidesNav ul li a,
body.page-tap-canadian-data #fp-nav ul li a,
body.page-tap-canadian-data .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

body.content-template-page-fraud-landing-page #fp-nav ul li a.active span,
body.content-template-page-fraud-landing-page .fp-slidesNav ul li a.active span,
body.content-template-page-fraud-landing-page #fp-nav ul li:hover a.active span,
body.content-template-page-fraud-landing-page .fp-slidesNav ul li:hover a.active span,
body.content-template-page-fraud-landing-page-french #fp-nav ul li a.active span,
body.content-template-page-fraud-landing-page-french .fp-slidesNav ul li a.active span,
body.content-template-page-fraud-landing-page-french #fp-nav ul li:hover a.active span,
body.content-template-page-fraud-landing-page-french .fp-slidesNav ul li:hover a.active span,
body.page-tap-canadian-data #fp-nav ul li a.active span,
body.page-tap-canadian-data .fp-slidesNav ul li a.active span,
body.page-tap-canadian-data #fp-nav ul li:hover a.active span,
body.page-tap-canadian-data .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

body.content-template-page-fraud-landing-page #fp-nav ul li a span,
body.content-template-page-fraud-landing-page .fp-slidesNav ul li a span,
body.content-template-page-fraud-landing-page-french #fp-nav ul li a span,
body.content-template-page-fraud-landing-page-french .fp-slidesNav ul li a span,
body.page-tap-canadian-data #fp-nav ul li a span,
body.page-tap-canadian-data .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

body.content-template-page-fraud-landing-page #fp-nav ul li:hover a span,
body.content-template-page-fraud-landing-page .fp-slidesNav ul li:hover a span,
body.content-template-page-fraud-landing-page-french #fp-nav ul li:hover a span,
body.content-template-page-fraud-landing-page-french .fp-slidesNav ul li:hover a span,
body.page-tap-canadian-data #fp-nav ul li:hover a span,
body.page-tap-canadian-data .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

body.content-template-page-fraud-landing-page #fp-nav ul li .fp-tooltip,
body.content-template-page-fraud-landing-page-french #fp-nav ul li .fp-tooltip,
body.page-tap-canadian-data #fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

body.content-template-page-fraud-landing-page #fp-nav ul li:hover .fp-tooltip,
body.content-template-page-fraud-landing-page #fp-nav.fp-show-active a.active + .fp-tooltip,
body.content-template-page-fraud-landing-page-french #fp-nav ul li:hover .fp-tooltip,
body.content-template-page-fraud-landing-page-french #fp-nav.fp-show-active a.active + .fp-tooltip,
body.page-tap-canadian-data #fp-nav ul li:hover .fp-tooltip,
body.page-tap-canadian-data #fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

body.content-template-page-fraud-landing-page #fp-nav ul li .fp-tooltip.fp-right,
body.content-template-page-fraud-landing-page-french #fp-nav ul li .fp-tooltip.fp-right,
body.page-tap-canadian-data #fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

body.content-template-page-fraud-landing-page #fp-nav ul li .fp-tooltip.fp-left,
body.content-template-page-fraud-landing-page-french #fp-nav ul li .fp-tooltip.fp-left,
body.page-tap-canadian-data #fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

body.content-template-page-fraud-landing-page .fp-auto-height.fp-section,
body.content-template-page-fraud-landing-page .fp-auto-height .fp-slide,
body.content-template-page-fraud-landing-page-french .fp-auto-height.fp-section,
body.content-template-page-fraud-landing-page-french .fp-auto-height .fp-slide,
body.page-tap-canadian-data .fp-auto-height.fp-section,
body.page-tap-canadian-data .fp-auto-height .fp-slide {
  height: auto !important;
}

body.content-template-page-fraud-landing-page .fp-responsive .fp-is-overflow.fp-section,
body.content-template-page-fraud-landing-page-french .fp-responsive .fp-is-overflow.fp-section,
body.page-tap-canadian-data .fp-responsive .fp-is-overflow.fp-section {
  height: auto !important;
}

body.content-template-page-fraud-landing-page .fp-scrollable.fp-responsive .fp-is-overflow.fp-section,
body.content-template-page-fraud-landing-page .fp-scrollable .fp-section,
body.content-template-page-fraud-landing-page .fp-scrollable .fp-slide,
body.content-template-page-fraud-landing-page-french .fp-scrollable.fp-responsive .fp-is-overflow.fp-section,
body.content-template-page-fraud-landing-page-french .fp-scrollable .fp-section,
body.content-template-page-fraud-landing-page-french .fp-scrollable .fp-slide,
body.page-tap-canadian-data .fp-scrollable.fp-responsive .fp-is-overflow.fp-section,
body.page-tap-canadian-data .fp-scrollable .fp-section,
body.page-tap-canadian-data .fp-scrollable .fp-slide {
  /* Fallback for browsers that do not support Custom Properties */
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

body.content-template-page-fraud-landing-page .fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]),
body.content-template-page-fraud-landing-page .fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),
body.content-template-page-fraud-landing-page .fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]),
body.content-template-page-fraud-landing-page-french .fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]),
body.content-template-page-fraud-landing-page-french .fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),
body.content-template-page-fraud-landing-page-french .fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]),
body.page-tap-canadian-data .fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]),
body.page-tap-canadian-data .fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),
body.page-tap-canadian-data .fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]) {
  /* Fallback for browsers that do not support Custom Properties */
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

body.content-template-page-fraud-landing-page .fp-overflow,
body.content-template-page-fraud-landing-page-french .fp-overflow,
body.page-tap-canadian-data .fp-overflow {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-height: 100vh;
}

body.content-template-page-fraud-landing-page .fp-scrollable .fp-auto-height .fp-overflow,
body.content-template-page-fraud-landing-page-french .fp-scrollable .fp-auto-height .fp-overflow,
body.page-tap-canadian-data .fp-scrollable .fp-auto-height .fp-overflow {
  max-height: none;
}

body.content-template-page-fraud-landing-page .fp-is-overflow .fp-overflow.fp-auto-height-responsive,
body.content-template-page-fraud-landing-page .fp-is-overflow .fp-overflow.fp-auto-height,
body.content-template-page-fraud-landing-page .fp-is-overflow > .fp-overflow,
body.content-template-page-fraud-landing-page-french .fp-is-overflow .fp-overflow.fp-auto-height-responsive,
body.content-template-page-fraud-landing-page-french .fp-is-overflow .fp-overflow.fp-auto-height,
body.content-template-page-fraud-landing-page-french .fp-is-overflow > .fp-overflow,
body.page-tap-canadian-data .fp-is-overflow .fp-overflow.fp-auto-height-responsive,
body.page-tap-canadian-data .fp-is-overflow .fp-overflow.fp-auto-height,
body.page-tap-canadian-data .fp-is-overflow > .fp-overflow {
  overflow-y: auto;
}

body.content-template-page-fraud-landing-page .fp-overflow,
body.content-template-page-fraud-landing-page-french .fp-overflow,
body.page-tap-canadian-data .fp-overflow {
  outline: none;
}

body.content-template-page-fraud-landing-page .fp-overflow.fp-table,
body.content-template-page-fraud-landing-page-french .fp-overflow.fp-table,
body.page-tap-canadian-data .fp-overflow.fp-table {
  display: block;
}

body.content-template-page-fraud-landing-page .fp-responsive .fp-auto-height-responsive.fp-section,
body.content-template-page-fraud-landing-page .fp-responsive .fp-auto-height-responsive .fp-slide,
body.content-template-page-fraud-landing-page-french .fp-responsive .fp-auto-height-responsive.fp-section,
body.content-template-page-fraud-landing-page-french .fp-responsive .fp-auto-height-responsive .fp-slide,
body.page-tap-canadian-data .fp-responsive .fp-auto-height-responsive.fp-section,
body.page-tap-canadian-data .fp-responsive .fp-auto-height-responsive .fp-slide {
  height: auto !important;
  min-height: auto !important;
}

body.content-template-page-fraud-landing-page .fp-sr-only,
body.content-template-page-fraud-landing-page-french .fp-sr-only,
body.page-tap-canadian-data .fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.content-template-page-fraud-landing-page .fp-scroll-mac .fp-overflow::-webkit-scrollbar,
body.content-template-page-fraud-landing-page-french .fp-scroll-mac .fp-overflow::-webkit-scrollbar,
body.page-tap-canadian-data .fp-scroll-mac .fp-overflow::-webkit-scrollbar {
  background-color: transparent;
  width: 9px;
}

body.content-template-page-fraud-landing-page .fp-scroll-mac .fp-overflow::-webkit-scrollbar-track,
body.content-template-page-fraud-landing-page-french .fp-scroll-mac .fp-overflow::-webkit-scrollbar-track,
body.page-tap-canadian-data .fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {
  background-color: transparent;
}

body.content-template-page-fraud-landing-page .fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb,
body.content-template-page-fraud-landing-page-french .fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb,
body.page-tap-canadian-data .fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  border: 4px solid transparent;
}

body.content-template-page-fraud-landing-page .fp-warning,
body.content-template-page-fraud-landing-page .fp-watermark,
body.content-template-page-fraud-landing-page-french .fp-warning,
body.content-template-page-fraud-landing-page-french .fp-watermark,
body.page-tap-canadian-data .fp-warning,
body.page-tap-canadian-data .fp-watermark {
  z-index: 9999999;
  position: absolute;
  bottom: 0;
}

body.content-template-page-fraud-landing-page .fp-warning,
body.content-template-page-fraud-landing-page .fp-watermark a,
body.content-template-page-fraud-landing-page-french .fp-warning,
body.content-template-page-fraud-landing-page-french .fp-watermark a,
body.page-tap-canadian-data .fp-warning,
body.page-tap-canadian-data .fp-watermark a {
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 8px;
  font-size: 14px;
  font-family: arial;
  color: black;
  display: inline-block;
  border-radius: 3px;
  margin: 12px;
}

body.content-template-page-fraud-landing-page .fp-noscroll .fp-overflow,
body.content-template-page-fraud-landing-page-french .fp-noscroll .fp-overflow,
body.page-tap-canadian-data .fp-noscroll .fp-overflow {
  overflow: hidden;
}

@charset "UTF-8";

/** Colors */

body.page-tap-canadian-data {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body.page-tap-canadian-data #chatbot,
body.page-tap-canadian-data .wt-cli-cookie-bar-container,
body.page-tap-canadian-data .fp-watermark {
  display: none !important;
}

.tap-canadian-page-wrap {
  position: relative;
  overflow: hidden;
  background-color: #161617;
  height: 100%;
  margin-top: -83px;
}

.tap-canadian-page-wrap .tap-canadian-bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 900%;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(27.46%, rgba(255, 185, 42, 0.2)), color-stop(109.82%, rgba(255, 185, 42, 0)));
  background: -webkit-linear-gradient(0, rgba(255, 185, 42, 0.2) 27.46%, rgba(255, 185, 42, 0) 109.82%);
  background: -o-linear-gradient(0, rgba(255, 185, 42, 0.2) 27.46%, rgba(255, 185, 42, 0) 109.82%);
  background: linear-gradient(0, rgba(255, 185, 42, 0.2) 27.46%, rgba(255, 185, 42, 0) 109.82%);
  -webkit-transition: top 1.4s ease-in-out;
  -o-transition: top 1.4s ease-in-out;
  transition: top 1.4s ease-in-out;
}

@media (min-width: 1024px) {
  .tap-canadian-page-wrap {
    min-height: 100vh;
  }
}

.tap-canadian-page-wrap.animating {
  overflow: hidden;
}

.tap-canadian-page-wrap a.scroll-down-arrow {
  background-image: none;
  background-color: transparent;
  border-radius: 0;
  display: block;
  position: absolute;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  width: 34px;
  height: 9px;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap a.scroll-down-arrow {
    width: 40px;
    height: 17px;
    bottom: 70px;
  }
}

.tap-canadian-page-wrap a.scroll-down-arrow img {
  width: 100%;
  height: auto;
  display: block;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: arrow-bounce 2.25s ease-in-out infinite;
       -o-animation: arrow-bounce 2.25s ease-in-out infinite;
          animation: arrow-bounce 2.25s ease-in-out infinite;
}

.tap-canadian-page-wrap a.scroll-down-arrow.pause img {
  -webkit-animation-play-state: paused;
       -o-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .tap-canadian-page-wrap a.scroll-down-arrow img {
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }
}

@-webkit-keyframes arrow-bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }

  30% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }

  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.95;
  }

  65% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes arrow-bounce {
  0% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1;
  }

  30% {
    -o-transform: translateY(15px);
       transform: translateY(15px);
  }

  50% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 0.95;
  }

  65% {
    -o-transform: translateY(4px);
       transform: translateY(4px);
    opacity: 1;
  }

  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes arrow-bounce {
  0% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }

  30% {
    -webkit-transform: translateY(15px);
         -o-transform: translateY(15px);
            transform: translateY(15px);
  }

  50% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.95;
  }

  65% {
    -webkit-transform: translateY(4px);
         -o-transform: translateY(4px);
            transform: translateY(4px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

.tap-canadian-page-wrap #fullpage {
  opacity: 0;
  will-change: transform;
  position: relative;
  visibility: visible;
  position: relative;
}

.tap-canadian-page-wrap #fullpage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 23, 0.5)), color-stop(23.3%, rgba(22, 22, 23, 0)), color-stop(76.7%, rgba(22, 22, 23, 0)), to(rgba(22, 22, 23, 0.5)));
  background: -webkit-linear-gradient(top, rgba(22, 22, 23, 0.5) 0%, rgba(22, 22, 23, 0) 23.3%, rgba(22, 22, 23, 0) 76.7%, rgba(22, 22, 23, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(22, 22, 23, 0.5) 0%, rgba(22, 22, 23, 0) 23.3%, rgba(22, 22, 23, 0) 76.7%, rgba(22, 22, 23, 0.5) 100%);
  background: linear-gradient(180deg, rgba(22, 22, 23, 0.5) 0%, rgba(22, 22, 23, 0) 23.3%, rgba(22, 22, 23, 0) 76.7%, rgba(22, 22, 23, 0.5) 100%);
  background-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}

.tap-canadian-page-wrap #fullpage.fullpage-wrapper {
  opacity: 1;
}

.tap-canadian-page-wrap #fullpage .section {
  position: relative;
  min-height: 100%;
}

.tap-canadian-page-wrap #fullpage .section .fp-overflow {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.tap-canadian-page-wrap #fullpage .section .animate-zoom {
  will-change: transform, opacity;
}

.tap-canadian-page-wrap #fullpage .section sup {
  top: -0.5em;
  font-size: 65%;
}

.tap-canadian-page-wrap #fullpage .section sup.md {
  top: -1.3em;
  font-size: 40%;
}

.tap-canadian-page-wrap #fullpage .section .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tap-canadian-page-wrap #fullpage .section .bg-image img,
.tap-canadian-page-wrap #fullpage .section .bg-image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.tap-canadian-page-wrap #fullpage .section .corner-logo {
  position: absolute;
  top: 83px;
  right: 0;
  width: 87px;
  height: 87px;
  z-index: 3;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section .corner-logo {
    width: 186px;
    height: 186px;
    top: 86px;
  }
}

.tap-canadian-page-wrap #fullpage .section .corner-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.tap-canadian-page-wrap #fullpage .section .grid-container {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
}

.tap-canadian-page-wrap #fullpage .section.active {
  z-index: 1;
}

.tap-canadian-page-wrap #fullpage .section.animating {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.tap-canadian-page-wrap #fullpage .section .yellow-blur-desktop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.tap-canadian-page-wrap #fullpage .section .yellow-blur-mobile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

@media (orientation: portrait) {
  .tap-canadian-page-wrap #fullpage .section .grid-container .grid-x.portrait-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (orientation: portrait) and (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section .grid-container .grid-x.portrait-columns {
    gap: 60px;
  }
}

@media (orientation: portrait) {
  .tap-canadian-page-wrap #fullpage .section .grid-container .grid-x.portrait-columns .cell {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section .link-arrow {
    width: 14px;
  }
}

.tap-canadian-page-wrap #fullpage .section .mouse-zoom {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.tap-canadian-page-wrap #fullpage .section .mouse-zoom .mouse-zoom-image {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
  -webkit-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
}

.tap-canadian-page-wrap #fullpage .section .mouse-zoom:hover .mouse-zoom-image {
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

@media (orientation: portrait) {
  .tap-canadian-page-wrap #fullpage .section.section-1 {
    background-color: #000;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-1 .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.87%, rgba(0, 0, 0, 0.85)), color-stop(38.5%, rgba(0, 0, 0, 0.65)), color-stop(99.95%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0.87%, rgba(0, 0, 0, 0.65) 38.5%, rgba(0, 0, 0, 0) 99.95%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0.87%, rgba(0, 0, 0, 0.65) 38.5%, rgba(0, 0, 0, 0) 99.95%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0.87%, rgba(0, 0, 0, 0.65) 38.5%, rgba(0, 0, 0, 0) 99.95%);
  display: none;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-1 .gradient {
    display: block;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-1 .grid-container {
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-1 .grid-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 150px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-1 .bg-image-desktop {
  display: block;
}

@media (orientation: portrait) {
  .tap-canadian-page-wrap #fullpage .section.section-1 .bg-image-desktop {
    display: none;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-1 .bg-image-mobile {
  display: none;
}

@media (orientation: portrait) {
  .tap-canadian-page-wrap #fullpage .section.section-1 .bg-image-mobile {
    display: block;
  }
}

@media (orientation: portrait) {
  .tap-canadian-page-wrap #fullpage .section.section-1 video.bg-image-mobile {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-1 h1 {
  position: relative;
  font-size: 30px;
  line-height: 1.05;
  z-index: 3;
}

.tap-canadian-page-wrap #fullpage .section.section-1 h1 img {
  width: 28px;
  height: 28px;
}

@media (min-width: 1200px) {
  .tap-canadian-page-wrap #fullpage .section.section-1 h1 {
    padding-left: 58px;
  }

  .tap-canadian-page-wrap #fullpage .section.section-1 h1 img {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-1 h1 {
    font-size: 64px;
    padding-left: 58px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-1 p.scroll-description {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 20px;
  line-height: 1.1;
  z-index: 2;
  color: #fff;
  text-align: center;
  width: 240px;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-1 p.scroll-description {
    bottom: 90px;
    font-size: 22px;
    line-height: 1.2;
  }
}

@media (min-width: 1200px) {
  .tap-canadian-page-wrap #fullpage .section.section-1 p.scroll-description {
    font-size: 24px;
    width: 260px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-2 h2 {
  font-size: 29px;
  line-height: 1.1;
}

@media (max-width: 767px) and (max-height: 600px) {
  .tap-canadian-page-wrap #fullpage .section.section-2 h2 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-2 h2 {
    font-size: 50px;
  }
}

@media (min-width: 1024px) and (max-height: 520px) {
  .tap-canadian-page-wrap #fullpage .section.section-2 h2 {
    font-size: 36px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-2 h2 span {
  color: #ffb92a;
}

@media (orientation: portrait) {
  .tap-canadian-page-wrap #fullpage .section.section-2 .grid-container .grid-x.portrait-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .tap-canadian-page-wrap #fullpage .section.section-2 .grid-container .grid-x.portrait-columns .images-outer {
    padding-bottom: 80px;
  }
}

@media (orientation: portrait) and (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-2 .grid-container .grid-x.portrait-columns .images-outer {
    padding-bottom: 50px;
  }
}

@media (orientation: portrait) and (max-width: 767px) and (max-height: 600px) {
  .tap-canadian-page-wrap #fullpage .section.section-2 .grid-container .grid-x.portrait-columns .images-outer {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-2 .images-outer {
    padding-left: 80px;
  }
}

@media (min-width: 1024px) {
  .tap-canadian-page-wrap #fullpage .section.section-2 .text-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .tap-canadian-page-wrap #fullpage .section.section-2 .text-outer h2 {
    margin-bottom: 0;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-2 .images {
  position: relative;
  width: 280px;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-2 .images {
    width: 400px;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .tap-canadian-page-wrap #fullpage .section.section-2 .images {
    margin: 0 auto;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-2 .images .background {
  width: 280px;
  height: auto;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-2 .images .background {
    width: 400px;
    height: auto;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-2 .images .background .phone-arm {
  position: absolute;
  width: 272px;
  height: 133px;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-2 .images .background .phone-arm {
    width: 438px;
    height: 215px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-2 .images .reader {
  width: 185px;
  height: auto;
  position: absolute;
  bottom: -55px;
  right: -60px;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-2 .images .reader {
    width: 256px;
    height: auto;
    bottom: -78px;
    right: -71px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-2 .images .reader img.step-2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-3 .text-outer,
  .tap-canadian-page-wrap #fullpage .section.section-9 .text-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-3 .text-outer .text-container,
.tap-canadian-page-wrap #fullpage .section.section-9 .text-outer .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-3 .text-outer .text-container,
  .tap-canadian-page-wrap #fullpage .section.section-9 .text-outer .text-container {
    gap: 26px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-3 .text-outer h2,
.tap-canadian-page-wrap #fullpage .section.section-9 .text-outer h2 {
  font-size: 28px;
  line-height: 1.1;
  margin: 0;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-3 .text-outer h2,
  .tap-canadian-page-wrap #fullpage .section.section-9 .text-outer h2 {
    font-size: 54px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-3 .text-outer p,
.tap-canadian-page-wrap #fullpage .section.section-9 .text-outer p {
  font-size: 14px;
  line-height: 1.1;
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-3 .text-outer p,
  .tap-canadian-page-wrap #fullpage .section.section-9 .text-outer p {
    font-size: 20px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-3 .text-outer a.button-ochre,
.tap-canadian-page-wrap #fullpage .section.section-9 .text-outer a.button-ochre {
  font-size: 16px;
  max-width: none;
  width: inherit;
  padding: 10px 20px;
  padding-right: 45px;
}

.tap-canadian-page-wrap #fullpage .section.section-3 .text-outer a.button-ochre:before,
.tap-canadian-page-wrap #fullpage .section.section-9 .text-outer a.button-ochre:before {
  right: 20px;
  top: 33%;
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-3 .text-outer a.button-ochre,
  .tap-canadian-page-wrap #fullpage .section.section-9 .text-outer a.button-ochre {
    font-size: 14px;
    padding: 7px 20px;
    padding-right: 45px;
  }

  .tap-canadian-page-wrap #fullpage .section.section-3 .text-outer a.button-ochre:before,
  .tap-canadian-page-wrap #fullpage .section.section-9 .text-outer a.button-ochre:before {
    top: 29%;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-3 .text-outer .lower-text,
.tap-canadian-page-wrap #fullpage .section.section-9 .text-outer .lower-text {
  max-width: 345px;
}

.tap-canadian-page-wrap #fullpage .section.section-3 .text-outer .lower-text p,
.tap-canadian-page-wrap #fullpage .section.section-9 .text-outer .lower-text p {
  margin-bottom: 15px;
}

.tap-canadian-page-wrap #fullpage .section.section-3 .text-outer .lower-text a.button-ochre,
.tap-canadian-page-wrap #fullpage .section.section-9 .text-outer .lower-text a.button-ochre {
  font-size: 14px;
  padding: 7px 20px;
  padding-right: 45px;
}

.tap-canadian-page-wrap #fullpage .section.section-3 .text-outer .lower-text a.button-ochre:before,
.tap-canadian-page-wrap #fullpage .section.section-9 .text-outer .lower-text a.button-ochre:before {
  top: 30%;
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-3 .text-outer .lower-text a.button-ochre,
  .tap-canadian-page-wrap #fullpage .section.section-9 .text-outer .lower-text a.button-ochre {
    font-size: 14px;
    padding: 7px 20px;
    padding-right: 45px;
  }

  .tap-canadian-page-wrap #fullpage .section.section-3 .text-outer .lower-text a.button-ochre:before,
  .tap-canadian-page-wrap #fullpage .section.section-9 .text-outer .lower-text a.button-ochre:before {
    top: 29%;
  }
}

@media (orientation: portrait) {
  .tap-canadian-page-wrap #fullpage .section.section-3 .grid-x.portrait-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0 !important;
  }
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-3 .text-outer .text-container {
    max-width: 334px;
    margin: 0 auto;
    margin-top: -30px;
    position: relative;
    z-index: 5;
  }

  .tap-canadian-page-wrap #fullpage .section.section-3 .text-outer .text-container h2 {
    max-width: 252px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tap-canadian-page-wrap #fullpage .section.section-3 .text-outer .text-container h2 {
    font-size: 49px;
    margin-top: 20px;
  }
}

@media (min-width: 1024px) and (max-height: 620px) {
  .tap-canadian-page-wrap #fullpage .section.section-3 .text-outer .text-container h2 {
    font-size: 44px;
  }
}

@media (min-width: 1024px) and (max-height: 520px) {
  .tap-canadian-page-wrap #fullpage .section.section-3 .text-outer .text-container h2 {
    font-size: 26px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-3 .images-outer .images {
  position: relative;
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-3 .images-outer .images {
    aspect-ratio: 270/300;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) and (max-height: 650px) {
  .tap-canadian-page-wrap #fullpage .section.section-3 .images-outer .images {
    max-width: 260px;
  }
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-3 .images-outer .images {
    margin: 0 auto;
    width: 317px;
    height: 350px;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .tap-canadian-page-wrap #fullpage .section.section-3 .images-outer .images {
    margin: 0 auto;
    width: 417px;
    height: 450px;
  }
}

@media (min-width: 1024px) {
  .tap-canadian-page-wrap #fullpage .section.section-3 .images-outer .images {
    width: 380px;
    height: 420px;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .tap-canadian-page-wrap #fullpage .section.section-3 .images-outer .images {
    width: 492px;
    height: 543px;
    margin-left: -80px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-3 .images-outer .images a.trigger-popup {
  position: relative;
  background-image: none;
  background-color: transparent;
  border-radius: 0;
  display: block;
  border-radius: 30px;
}

.tap-canadian-page-wrap #fullpage .section.section-3 .images-outer .images a.trigger-popup.popup-1 {
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-3 .images-outer .images a.trigger-popup.popup-1 {
    width: 58.7%;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-3 .images-outer .images a.trigger-popup.popup-2 {
  position: absolute;
  width: 33.3%;
  top: 190px;
  left: -10px;
  z-index: 2;
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-3 .images-outer .images a.trigger-popup.popup-2 {
    width: 35.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-3 .images-outer .images a.trigger-popup.popup-3 {
  position: absolute;
  width: 46.24%;
  top: 0;
  left: 140px;
  z-index: 1;
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-3 .images-outer .images a.trigger-popup.popup-3 {
    width: 49.6%;
    left: 38.4%;
    top: 0;
    right: 3%;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-3 .images-outer .images a.trigger-popup img.circle-plus {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 2;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-3 .images-outer .images a.trigger-popup img.circle-plus {
    width: 24px;
    height: 24px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-3 .images-outer .images a.trigger-popup:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  right: -23px;
  bottom: -23px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) scale(0);
       -o-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -webkit-animation: ripple 1.5s infinite;
       -o-animation: ripple 1.5s infinite;
          animation: ripple 1.5s infinite;
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-3 .images-outer .images a.trigger-popup:after {
    right: -6px;
    bottom: -6px;
    width: 29px;
    height: 29px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-3 .images-outer .images a.trigger-popup:hover {
  cursor: pointer;
}

.tap-canadian-page-wrap #fullpage .section.section-4 .text-outer,
.tap-canadian-page-wrap #fullpage .section.section-6 .text-outer,
.tap-canadian-page-wrap #fullpage .section.section-8 .text-outer {
  margin-bottom: 47px;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-4 .text-outer,
  .tap-canadian-page-wrap #fullpage .section.section-6 .text-outer,
  .tap-canadian-page-wrap #fullpage .section.section-8 .text-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-4 .text-outer .text-container,
.tap-canadian-page-wrap #fullpage .section.section-6 .text-outer .text-container,
.tap-canadian-page-wrap #fullpage .section.section-8 .text-outer .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-4 .text-outer .text-container,
  .tap-canadian-page-wrap #fullpage .section.section-6 .text-outer .text-container,
  .tap-canadian-page-wrap #fullpage .section.section-8 .text-outer .text-container {
    gap: 30px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-4 .text-outer h2,
.tap-canadian-page-wrap #fullpage .section.section-6 .text-outer h2,
.tap-canadian-page-wrap #fullpage .section.section-8 .text-outer h2 {
  font-size: 23px;
  line-height: 110%;
  margin: 0;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-4 .text-outer h2,
  .tap-canadian-page-wrap #fullpage .section.section-6 .text-outer h2,
  .tap-canadian-page-wrap #fullpage .section.section-8 .text-outer h2 {
    font-size: 42px;
    line-height: 105%;
    max-width: 522px;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .tap-canadian-page-wrap #fullpage .section.section-4 .text-outer h2,
  .tap-canadian-page-wrap #fullpage .section.section-6 .text-outer h2,
  .tap-canadian-page-wrap #fullpage .section.section-8 .text-outer h2 {
    max-width: none;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-4 .text-outer h2 span,
.tap-canadian-page-wrap #fullpage .section.section-6 .text-outer h2 span,
.tap-canadian-page-wrap #fullpage .section.section-8 .text-outer h2 span {
  color: #ffb92a;
}

.tap-canadian-page-wrap #fullpage .section.section-4 .text-outer h2 span:first-of-type,
.tap-canadian-page-wrap #fullpage .section.section-6 .text-outer h2 span:first-of-type,
.tap-canadian-page-wrap #fullpage .section.section-8 .text-outer h2 span:first-of-type {
  position: relative;
  margin-left: -6px;
}

.tap-canadian-page-wrap #fullpage .section.section-4 .text-outer p,
.tap-canadian-page-wrap #fullpage .section.section-6 .text-outer p,
.tap-canadian-page-wrap #fullpage .section.section-8 .text-outer p {
  font-family: "Nanami-Book";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  margin: 0;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-4 .text-outer p,
  .tap-canadian-page-wrap #fullpage .section.section-6 .text-outer p,
  .tap-canadian-page-wrap #fullpage .section.section-8 .text-outer p {
    font-size: 20px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-4 .image-outer,
.tap-canadian-page-wrap #fullpage .section.section-6 .image-outer,
.tap-canadian-page-wrap #fullpage .section.section-8 .image-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-4 .image-outer,
  .tap-canadian-page-wrap #fullpage .section.section-6 .image-outer,
  .tap-canadian-page-wrap #fullpage .section.section-8 .image-outer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-4 .image-outer img:not(.blur),
.tap-canadian-page-wrap #fullpage .section.section-6 .image-outer img:not(.blur),
.tap-canadian-page-wrap #fullpage .section.section-8 .image-outer img:not(.blur) {
  position: relative;
  right: -40px;
  max-width: 293px;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-4 .image-outer img:not(.blur),
  .tap-canadian-page-wrap #fullpage .section.section-6 .image-outer img:not(.blur),
  .tap-canadian-page-wrap #fullpage .section.section-8 .image-outer img:not(.blur) {
    max-width: 395px;
    padding-left: 0;
    right: auto;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .tap-canadian-page-wrap #fullpage .section.section-4 .image-outer img:not(.blur),
  .tap-canadian-page-wrap #fullpage .section.section-6 .image-outer img:not(.blur),
  .tap-canadian-page-wrap #fullpage .section.section-8 .image-outer img:not(.blur) {
    right: -46%;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-4 .image-outer .yellow-blur-desktop,
.tap-canadian-page-wrap #fullpage .section.section-6 .image-outer .yellow-blur-desktop,
.tap-canadian-page-wrap #fullpage .section.section-8 .image-outer .yellow-blur-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .tap-canadian-page-wrap #fullpage .section.section-4 .image-outer .yellow-blur-desktop,
  .tap-canadian-page-wrap #fullpage .section.section-6 .image-outer .yellow-blur-desktop,
  .tap-canadian-page-wrap #fullpage .section.section-8 .image-outer .yellow-blur-desktop {
    position: absolute;
    width: 175px;
    height: 175px;
    bottom: -70px;
    left: -65px;
    z-index: -1;
    display: block;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-4 .image-outer .yellow-blur-mobile,
.tap-canadian-page-wrap #fullpage .section.section-6 .image-outer .yellow-blur-mobile,
.tap-canadian-page-wrap #fullpage .section.section-8 .image-outer .yellow-blur-mobile {
  position: absolute;
  width: 120px;
  height: 120px;
  bottom: 22%;
  left: 10%;
  z-index: -1;
  display: block;
}

@media (min-width: 768px) and (orientation: portrait) {
  .tap-canadian-page-wrap #fullpage .section.section-4 .image-outer .yellow-blur-mobile,
  .tap-canadian-page-wrap #fullpage .section.section-6 .image-outer .yellow-blur-mobile,
  .tap-canadian-page-wrap #fullpage .section.section-8 .image-outer .yellow-blur-mobile {
    bottom: -50px;
    left: initial;
    right: 480px;
  }
}

@media (min-width: 768px) and (orientation: landscape) {
  .tap-canadian-page-wrap #fullpage .section.section-4 .image-outer .yellow-blur-mobile,
  .tap-canadian-page-wrap #fullpage .section.section-6 .image-outer .yellow-blur-mobile,
  .tap-canadian-page-wrap #fullpage .section.section-8 .image-outer .yellow-blur-mobile {
    bottom: -70px;
    left: -30px;
    width: 175px;
    height: 175px;
  }
}

@media (min-width: 1024px) {
  .tap-canadian-page-wrap #fullpage .section.section-4 .image-outer .yellow-blur-mobile,
  .tap-canadian-page-wrap #fullpage .section.section-6 .image-outer .yellow-blur-mobile,
  .tap-canadian-page-wrap #fullpage .section.section-8 .image-outer .yellow-blur-mobile {
    display: none;
  }
}

@media (max-width: 767px) and (max-height: 600px) {
  .tap-canadian-page-wrap #fullpage .section.section-4 .text-outer {
    margin-bottom: 10px;
  }

  .tap-canadian-page-wrap #fullpage .section.section-4 .text-outer h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-4 .text-outer h2,
  .tap-canadian-page-wrap #fullpage .section.section-4 .text-outer p {
    max-width: 326px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-4 .image-outer .yellow-blur-mobile {
    left: initial;
    bottom: -32px;
    right: 212px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-5 .text-outer,
.tap-canadian-page-wrap #fullpage .section.section-7 .text-outer {
  margin-bottom: 47px;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-5 .text-outer,
  .tap-canadian-page-wrap #fullpage .section.section-7 .text-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-5 .text-outer .text-container,
.tap-canadian-page-wrap #fullpage .section.section-7 .text-outer .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-5 .text-outer .text-container,
  .tap-canadian-page-wrap #fullpage .section.section-7 .text-outer .text-container {
    gap: 30px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-5 .text-outer h2,
.tap-canadian-page-wrap #fullpage .section.section-7 .text-outer h2 {
  font-size: 34px;
  line-height: 110%;
  margin: 0;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-5 .text-outer h2,
  .tap-canadian-page-wrap #fullpage .section.section-7 .text-outer h2 {
    font-size: 54px;
    line-height: 115%;
    max-width: 430px;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .tap-canadian-page-wrap #fullpage .section.section-5 .text-outer h2,
  .tap-canadian-page-wrap #fullpage .section.section-7 .text-outer h2 {
    margin: 0 auto;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-5 .image-outer,
.tap-canadian-page-wrap #fullpage .section.section-7 .image-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-5 .image-outer,
  .tap-canadian-page-wrap #fullpage .section.section-7 .image-outer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .tap-canadian-page-wrap #fullpage .section.section-5 .image-outer,
  .tap-canadian-page-wrap #fullpage .section.section-7 .image-outer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-5 .image-outer img,
.tap-canadian-page-wrap #fullpage .section.section-7 .image-outer img {
  max-width: 293px;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-5 .image-outer img,
  .tap-canadian-page-wrap #fullpage .section.section-7 .image-outer img {
    max-width: 500px;
    right: auto;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-5 .image-outer .image-wrapper,
.tap-canadian-page-wrap #fullpage .section.section-7 .image-outer .image-wrapper {
  position: relative;
}

.tap-canadian-page-wrap #fullpage .section.section-5 .image-outer .image-wrapper .stat-box,
.tap-canadian-page-wrap #fullpage .section.section-7 .image-outer .image-wrapper .stat-box {
  position: absolute;
  padding: 20px;
  border-radius: 30px;
  background-color: #161617;
}

@media (min-width: 1200px) {
  .tap-canadian-page-wrap #fullpage .section.section-5 .image-outer .image-wrapper .stat-box,
  .tap-canadian-page-wrap #fullpage .section.section-7 .image-outer .image-wrapper .stat-box {
    padding: 20px 24px 26px 24px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-5 .image-outer .image-wrapper .stat-box p.prefix,
.tap-canadian-page-wrap #fullpage .section.section-7 .image-outer .image-wrapper .stat-box p.prefix {
  margin-top: 0;
  margin-bottom: 10px;
}

.tap-canadian-page-wrap #fullpage .section.section-5 .image-outer .image-wrapper .stat-box h3,
.tap-canadian-page-wrap #fullpage .section.section-7 .image-outer .image-wrapper .stat-box h3 {
  color: #ffb92a;
  font-size: 41px;
  line-height: 1;
  margin: 0;
}

@media (min-width: 1024px) {
  .tap-canadian-page-wrap #fullpage .section.section-5 .image-outer .image-wrapper .stat-box h3,
  .tap-canadian-page-wrap #fullpage .section.section-7 .image-outer .image-wrapper .stat-box h3 {
    font-size: 50px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-5 .image-outer .image-wrapper .stat-box p,
.tap-canadian-page-wrap #fullpage .section.section-7 .image-outer .image-wrapper .stat-box p {
  color: #fff;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
}

@media (min-width: 768px) and (orientation: portrait) {
  .tap-canadian-page-wrap #fullpage .section.section-5 .image-outer .image-wrapper .stat-box p,
  .tap-canadian-page-wrap #fullpage .section.section-7 .image-outer .image-wrapper .stat-box p {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .tap-canadian-page-wrap #fullpage .section.section-5 .image-outer .image-wrapper .stat-box p,
  .tap-canadian-page-wrap #fullpage .section.section-7 .image-outer .image-wrapper .stat-box p {
    font-size: 14px;
  }
}

@media (orientation: portrait) {
  .tap-canadian-page-wrap #fullpage .section.section-5 .grid-x.portrait-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-5 .text-outer .text-container {
    max-width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) and (max-height: 600px) {
  .tap-canadian-page-wrap #fullpage .section.section-5 .text-outer .text-container h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-5 .image-outer .image-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding-bottom: 110px;
    padding-right: 30px;
    position: relative;
    left: -48px;
  }
}

@media (max-width: 767px) and (max-height: 600px) {
  .tap-canadian-page-wrap #fullpage .section.section-5 .image-outer .image-wrapper {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-5 .image-outer .image-wrapper img {
    max-width: 100%;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-5 .image-outer .image-wrapper .stat-box {
  width: 160px;
  padding: 20px;
  border-radius: 30px;
  background-color: #161617;
  right: 0;
  bottom: 10px;
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-5 .image-outer .image-wrapper .stat-box h3 {
    margin: 0;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .tap-canadian-page-wrap #fullpage .section.section-5 .image-outer .image-wrapper .stat-box {
    right: -36px;
  }
}

@media (min-width: 1024px) {
  .tap-canadian-page-wrap #fullpage .section.section-5 .image-outer .image-wrapper .stat-box {
    width: 167px;
    bottom: -117px;
    right: -36px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-5 .image-outer .image-wrapper .stat-box p.prefix {
  color: #ffb92a;
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-6 .image-outer .yellow-blur-mobile {
    left: initial;
    bottom: -32px;
    right: 212px;
  }
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-6 .text-outer h2 {
    max-width: 435px;
  }
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-6 .text-outer h2,
  .tap-canadian-page-wrap #fullpage .section.section-6 .text-outer p {
    max-width: 326px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (orientation: portrait) {
  .tap-canadian-page-wrap #fullpage .section.section-7 .grid-x.portrait-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-7 .text-outer {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-7 .text-outer .text-container {
    padding-top: 20px;
    max-width: 270px;
    margin: 0 auto;
    padding-left: 0;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-7 .text-outer h2 {
  font-size: 34px;
  line-height: 1;
  margin: 0;
}

@media (max-width: 767px) and (max-height: 600px) {
  .tap-canadian-page-wrap #fullpage .section.section-7 .text-outer h2 {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-7 .text-outer h2 {
    font-size: 54px;
    line-height: 100%;
    max-width: 370px;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .tap-canadian-page-wrap #fullpage .section.section-7 .text-outer h2 {
    margin: 0 auto;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-7 .text-outer p {
  margin: 0;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-7 .text-outer p {
    line-height: 1.25;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-7 .text-outer p {
    max-width: 415px;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .tap-canadian-page-wrap #fullpage .section.section-7 .text-outer p {
    margin: 0 auto;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-7 .image-outer img {
  margin-left: -65px;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-7 .image-outer img {
    max-width: 400px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-7 .image-outer .image-wrapper {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-7 .image-outer .image-wrapper {
    width: 100%;
    padding-right: 30px;
    position: relative;
    left: -48px;
    padding-bottom: 30px;
  }

  .tap-canadian-page-wrap #fullpage .section.section-7 .image-outer .image-wrapper img {
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 767px) and (min-width: 440px) {
  .tap-canadian-page-wrap #fullpage .section.section-7 .image-outer .image-wrapper img {
    max-width: 350px;
  }
}

@media (max-width: 767px) and (max-height: 600px) {
  .tap-canadian-page-wrap #fullpage .section.section-7 .image-outer .image-wrapper {
    width: 93%;
    padding-bottom: 0;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-7 .image-outer .image-wrapper .stat-box {
  width: 145px;
  right: -30px;
  bottom: 30px;
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-7 .image-outer .image-wrapper .stat-box {
    bottom: 60px;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .tap-canadian-page-wrap #fullpage .section.section-7 .image-outer .image-wrapper .stat-box {
    left: initial;
    right: -60px;
  }
}

@media (min-width: 1024px) {
  .tap-canadian-page-wrap #fullpage .section.section-7 .image-outer .image-wrapper .stat-box {
    width: 170px;
    bottom: -80px;
    right: -140px;
    left: initial;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-7 .image-outer .image-wrapper .stat-box h3 {
  margin-top: 10px;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .tap-canadian-page-wrap #fullpage .section.section-8 .yellow-blur-desktop {
    bottom: 23%;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-8 .text-outer h2 {
  font-size: 23px;
  line-height: 110%;
  margin: 0;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-8 .text-outer h2 {
    font-size: 32px;
    line-height: 100%;
    max-width: 395px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-8 .text-outer h2 span {
  color: #ffb92a;
  font-size: 50px;
  line-height: 50px;
  display: block;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-8 .text-outer h2 span {
    font-size: 100px;
    line-height: 100px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-8 .image-outer img {
  max-width: 265px;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-8 .image-outer img {
    max-width: 420px;
  }
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-8 .image-outer .yellow-blur-mobile {
    left: initial;
    bottom: -32px;
    right: 195px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-9.active .scroll-back-arrow img {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-9 .fp-overflow {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-9 .bg-image.mobile {
  display: block;
}

@media (min-width: 1024px) {
  .tap-canadian-page-wrap #fullpage .section.section-9 .bg-image.mobile {
    display: none;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-9 .bg-image.desktop {
  display: none;
}

@media (min-width: 1024px) {
  .tap-canadian-page-wrap #fullpage .section.section-9 .bg-image.desktop {
    display: block;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-9 .bg-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 23, 0.5)), color-stop(23.3%, rgba(22, 22, 23, 0)), color-stop(76.7%, rgba(22, 22, 23, 0)), to(rgba(22, 22, 23, 0.5)));
  background: -webkit-linear-gradient(top, rgba(22, 22, 23, 0.5) 0%, rgba(22, 22, 23, 0) 23.3%, rgba(22, 22, 23, 0) 76.7%, rgba(22, 22, 23, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(22, 22, 23, 0.5) 0%, rgba(22, 22, 23, 0) 23.3%, rgba(22, 22, 23, 0) 76.7%, rgba(22, 22, 23, 0.5) 100%);
  background: linear-gradient(180deg, rgba(22, 22, 23, 0.5) 0%, rgba(22, 22, 23, 0) 23.3%, rgba(22, 22, 23, 0) 76.7%, rgba(22, 22, 23, 0.5) 100%);
  background-blend-mode: multiply;
  pointer-events: none;
}

.tap-canadian-page-wrap #fullpage .section.section-9 .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(5.46%, rgba(0, 0, 0, 0.85)), color-stop(55.14%, rgba(0, 0, 0, 0.65)), color-stop(88.12%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 5.46%, rgba(0, 0, 0, 0.65) 55.14%, rgba(0, 0, 0, 0) 88.12%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 5.46%, rgba(0, 0, 0, 0.65) 55.14%, rgba(0, 0, 0, 0) 88.12%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 5.46%, rgba(0, 0, 0, 0.65) 55.14%, rgba(0, 0, 0, 0) 88.12%);
  z-index: 2;
}

.tap-canadian-page-wrap #fullpage .section.section-9 .subscribe-toggle-link {
  background-image: none;
  background-color: transparent;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin: 10px 0;
}

@media (min-width: 1200px) {
  .tap-canadian-page-wrap #fullpage .section.section-9 .subscribe-toggle-link {
    margin: 20px 0 15px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-9 .subscribe-toggle-link img.mail-icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-9 .subscribe-toggle-link img.mail-icon {
    width: 54px;
    height: 54px;
    margin-right: 18px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-9 .subscribe-toggle-link p {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 120%;
  color: #fff;
  margin: 0;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-9 .subscribe-toggle-link p {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .tap-canadian-page-wrap #fullpage .section.section-9 .subscribe-toggle-link p {
    max-width: 440px !important;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-9 .subscribe-toggle-link p span {
  color: #ffb92a;
  font-weight: 700;
  text-decoration: underline;
}

.tap-canadian-page-wrap #fullpage .section.section-9 p.scroll-description {
  font-size: 16px;
  line-height: 1.1;
  z-index: 2;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .tap-canadian-page-wrap #fullpage .section.section-9 p.scroll-description {
    bottom: 90px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-9 .scroll-back-arrow {
  background-image: none;
  background-color: transparent;
  border-radius: 0;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  width: 180px;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

@media (min-width: 1024px) {
  .tap-canadian-page-wrap #fullpage .section.section-9 .scroll-back-arrow {
    bottom: 76px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-9 .scroll-back-arrow img {
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  width: 17px;
  height: 9px;
}

@media (min-width: 1024px) {
  .tap-canadian-page-wrap #fullpage .section.section-9 .scroll-back-arrow img {
    bottom: 76px;
    width: 31px;
    height: 17px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-9 .scroll-back-arrow p.scroll-description {
  font-size: 16px;
  line-height: 1.1;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.tap-canadian-page-wrap #fullpage .section.section-9 .footnote-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.tap-canadian-page-wrap #fullpage .section.section-9 .footnote-toggle p {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.tap-canadian-page-wrap #fullpage .section.section-9 .footnote-popup {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #161617;
  color: #fff;
  padding: 35px 0 50px;
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  z-index: 10;
}

.tap-canadian-page-wrap #fullpage .section.section-9 .footnote-popup.active {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.tap-canadian-page-wrap #fullpage .section.section-9 .footnote-popup p {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

.tap-canadian-page-wrap #fullpage .section.section-9 .footnote-popup p:last-child {
  margin-bottom: 0;
}

.tap-canadian-page-wrap #fullpage .section.section-9 .footnote-popup p a {
  background-image: none;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  text-decoration: none;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.tap-canadian-page-wrap #fullpage .section.section-9 .footnote-popup p a:hover {
  text-decoration: underline;
}

.tap-canadian-page-wrap #fullpage .section.section-9 .footnote-popup .close-button {
  cursor: pointer;
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-9 .text-outer {
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .tap-canadian-page-wrap #fullpage .section.section-9 .text-outer h2 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tap-canadian-page-wrap #fullpage .section.section-9 .text-outer h2 {
    max-width: 80%;
  }
}

@media (min-width: 1024px) and (max-height: 580px) {
  .tap-canadian-page-wrap #fullpage .section.section-9 .text-outer h2 {
    font-size: 50px;
  }
}

.tap-canadian-page-wrap #fullpage .section.section-9 .text-outer p {
  max-width: 413px;
}

@media (min-width: 1024px) and (max-height: 580px) {
  .tap-canadian-page-wrap #fullpage .section.section-9 .text-outer p {
    max-width: 550px;
  }
}

@media (min-width: 1200px) {
  .tap-canadian-page-wrap #fullpage .section.section-9 .text-outer p {
    max-width: 520px;
  }
}

@media (min-width: 1024px) and (max-height: 580px) {
  .tap-canadian-page-wrap #fullpage .section.section-9 .text-outer .text-container {
    gap: 20px;
  }
}

.tap-canadian-page-wrap #fullpage.fp-enabled {
  overflow: hidden;
}

.tap-canadian-page-wrap #fullpage .fp-section {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -o-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tap-canadian-page-wrap #fullpage .section {
  position: relative;
  overflow: hidden;
}

.tap-canadian-page-wrap #fullpage .section:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tap-canadian-page-wrap #fullpage .section {
  -webkit-transition: -webkit-clip-path 0.3s ease;
  transition: -webkit-clip-path 0.3s ease;
  -o-transition: clip-path 0.3s ease;
  transition: clip-path 0.3s ease;
  transition: clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
}

.tap-canadian-page-wrap #fullpage .fp-section {
  position: relative;
}

.tap-canadian-page-wrap .tap-canadian-page-wrap.fp-initialized #fullpage {
  visibility: visible;
}

.tap-canadian-page-wrap .tap-canadian-navigation {
  display: none;
}

@media (min-width: 1024px) {
  .tap-canadian-page-wrap .tap-canadian-navigation {
    position: fixed;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1000;
    display: block;
    z-index: 5;
  }
}

@media (min-width: 1280px) {
  .tap-canadian-page-wrap .tap-canadian-navigation {
    right: 100px;
  }
}

.tap-canadian-page-wrap .tap-canadian-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tap-canadian-page-wrap .tap-canadian-navigation ul li {
  text-align: right;
  margin-bottom: 10px;
  font-size: 12px;
  color: #fff;
  position: relative;
}

.tap-canadian-page-wrap .tap-canadian-navigation ul li:last-child {
  margin-bottom: 0;
}

.tap-canadian-page-wrap .tap-canadian-navigation ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-image: none;
  background-color: transparent;
  border-radius: 0;
  opacity: 0.5;
  position: relative;
  padding-right: 20px;
  display: block;
}

.tap-canadian-page-wrap .tap-canadian-navigation ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}

.tap-canadian-page-wrap .tap-canadian-navigation ul li a.active,
.tap-canadian-page-wrap .tap-canadian-navigation ul li a:hover {
  opacity: 1;
}

.tap-canadian-page-wrap .tap-canadian-navigation ul li a.active::after {
  -webkit-transform: scale(1.625);
       -o-transform: scale(1.625);
          transform: scale(1.625);
  margin-top: -6px;
}

.custom-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.custom-popup.active {
  display: block;
}

.custom-popup .popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.custom-popup .close-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  background: none;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #161617), color-stop(64.71%, rgba(22, 22, 23, 0.5)), color-stop(86.76%, rgba(22, 22, 23, 0)));
  background: -webkit-linear-gradient(bottom, #161617 25%, rgba(22, 22, 23, 0.5) 64.71%, rgba(22, 22, 23, 0) 86.76%);
  background: -o-linear-gradient(bottom, #161617 25%, rgba(22, 22, 23, 0.5) 64.71%, rgba(22, 22, 23, 0) 86.76%);
  background: linear-gradient(0deg, #161617 25%, rgba(22, 22, 23, 0.5) 64.71%, rgba(22, 22, 23, 0) 86.76%);
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
}

@media (min-width: 600px) {
  .custom-popup .close-wrapper {
    height: 200px;
  }
}

.custom-popup .close-wrapper .close-button {
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

.custom-popup .popup-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  max-width: 500px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

@media (min-width: 600px) {
  .custom-popup .popup-content {
    max-height: 90%;
    border-radius: 40px 40px 0 0;
  }
}

.custom-popup .popup-content .popup-image-wrapper {
  border-radius: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: calc(230 / 320 * 100%);
}

@media (min-width: 600px) {
  .custom-popup .popup-content .popup-image-wrapper {
    border-radius: 40px 40px 0 0;
  }
}

@media (min-width: 600px) {
  .custom-popup .popup-content .popup-image-wrapper {
    padding-top: calc(230 / 500 * 100%);
  }
}

.custom-popup .popup-content .popup-image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 23%;
     object-position: 50% 23%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.custom-popup .popup-content .popup-content-inner {
  background-color: #161617;
  padding: 32px 20px;
  margin-top: -40px;
  position: relative;
  border-radius: 40px 40px 0 0;
  padding-bottom: 100px;
}

@media (min-width: 600px) {
  .custom-popup .popup-content .popup-content-inner {
    padding: 30px 30px;
    padding-bottom: 200px;
  }
}

.custom-popup .popup-content .popup-content-inner hr {
  border-color: #ffb92a;
}

.custom-popup .popup-content .popup-content-inner blockquote {
  padding: 0;
  margin: 30px 0;
}

.custom-popup .popup-content .popup-content-inner blockquote,
.custom-popup .popup-content .popup-content-inner blockquote p {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  border-left: 0;
}

@media (min-width: 600px) {
  .custom-popup .popup-content .popup-content-inner blockquote,
  .custom-popup .popup-content .popup-content-inner blockquote p {
    font-size: 24px;
  }
}

.custom-popup .popup-content .popup-content-inner blockquote span,
.custom-popup .popup-content .popup-content-inner blockquote p span {
  color: #ffb92a;
}

.custom-popup .popup-content .popup-title {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 600px) {
  .custom-popup .popup-content .popup-title {
    font-size: 30px;
  }
}

.custom-popup .popup-content .popup-subtitle {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 400;
}

@media (min-width: 600px) {
  .custom-popup .popup-content .popup-subtitle {
    font-size: 14px;
  }
}

.custom-popup .popup-content .popup-links {
  padding: 10px 0 20px;
  border-bottom: 1px solid #ffb92a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.custom-popup .popup-content .popup-links a {
  display: block;
  width: 22px;
  height: 22px;
  background-image: none;
  background-color: transparent;
  border-radius: 0;
}

.custom-popup .popup-content .popup-links a svg {
  width: 100%;
  height: auto;
}

.custom-popup .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10000;
}

.custom-popup .close-button:hover {
  opacity: 0.7;
}

.custom-popup .popup-navigation.mobile-only {
  display: block;
}

@media (min-width: 600px) {
  .custom-popup .popup-navigation.mobile-only {
    display: none;
  }
}

.custom-popup .popup-navigation.desktop-only {
  display: none;
}

@media (min-width: 600px) {
  .custom-popup .popup-navigation.desktop-only {
    display: block;
  }
}

.custom-popup .popup-navigation .popup-navigation-link {
  position: absolute;
  top: 50%;
  width: 17px;
  height: 27px;
  margin-top: -13px;
  background-image: none;
  background-color: transparent;
  border-radius: 0;
  background-image: none;
  z-index: 10;
}

.custom-popup .popup-navigation .popup-navigation-link svg {
  width: 100%;
  height: auto;
}

.custom-popup .popup-navigation .popup-navigation-link.prev {
  left: 30px;
}

.custom-popup .popup-navigation .popup-navigation-link.next {
  right: 30px;
}

@media (min-width: 600px) {
  .custom-popup .popup-navigation .popup-navigation-link {
    top: 60%;
  }

  .custom-popup .popup-navigation .popup-navigation-link.prev {
    left: calc(50% - 300px);
  }

  .custom-popup .popup-navigation .popup-navigation-link.next {
    right: calc(50% - 300px);
  }
}

.reveal#subscribe-popup {
  padding: 16px;
  background-color: #161617;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  border: 0;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

@media (min-width: 768px) {
  .reveal#subscribe-popup {
    padding: 32px;
  }
}

.reveal#subscribe-popup .close-button {
  position: absolute;
  top: 30px;
  left: 16px;
  right: initial;
  background: none;
  border: none;
}

@media (max-width: 1199px) {
  .reveal#subscribe-popup .close-button {
    top: 16px;
    width: 25px;
    height: 25px;
    display: block;
  }
}

@media (min-width: 1200px) {
  .reveal#subscribe-popup .close-button {
    top: 76px;
    left: calc(50% - 600px + 16px);
  }
}

.reveal#subscribe-popup .close-button svg {
  width: 100%;
  height: auto;
  display: block;
}

.reveal#subscribe-popup .popup-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reveal#subscribe-popup .popup-content .grid-x.align-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1024px) {
  .reveal#subscribe-popup .popup-content .popup-header {
    padding-top: 30px;
  }
}

.reveal#subscribe-popup .popup-content .popup-header h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .reveal#subscribe-popup .popup-content .popup-header h3 {
    font-size: 30px;
  }
}

.reveal#subscribe-popup .popup-content .gform_confirmation_message {
  font-family: "Nanami-Book";
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.1;
  text-align: center;
}

@media (min-width: 768px) {
  .reveal#subscribe-popup .popup-content .gform_confirmation_message {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  .reveal#subscribe-popup .popup-content .gform_confirmation_message {
    padding-top: 30px;
  }
}

.reveal#subscribe-popup .popup-content .popup-form .gform_wrapper {
  padding: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .reveal#subscribe-popup .popup-content .popup-form .gform_wrapper {
    margin-bottom: 0;
  }
}

.reveal#subscribe-popup .popup-content .popup-form .gform_wrapper h2.gform_submission_error {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin: 0 0 10px;
}

.reveal#subscribe-popup .popup-content .popup-form .gform_wrapper.gform_validation_error .validation_message {
  line-height: 1;
}

.reveal#subscribe-popup .popup-content .popup-form .gform_wrapper .gform_required_legend {
  display: none;
}

.reveal#subscribe-popup .popup-content .popup-form .gform_wrapper .gform_body {
  width: 100%;
}

.reveal#subscribe-popup .popup-content .popup-form .gform_wrapper .gform_body .gfield_label {
  display: none;
}

.reveal#subscribe-popup .popup-content .popup-form .gform_wrapper .gform_body .ginput_container input {
  border: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-bottom: 30px;
  background-color: transparent;
  padding-left: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
}

.reveal#subscribe-popup .popup-content .popup-form .gform_wrapper .gform_body .ginput_container input::-webkit-input-placeholder {
  color: white;
}

.reveal#subscribe-popup .popup-content .popup-form .gform_wrapper .gform_body .ginput_container input::-moz-placeholder {
  color: white;
}

.reveal#subscribe-popup .popup-content .popup-form .gform_wrapper .gform_body .ginput_container input::-ms-input-placeholder {
  color: white;
}

.reveal#subscribe-popup .popup-content .popup-form .gform_wrapper .gform_body .ginput_container input::placeholder {
  color: white;
}

@media (max-width: 767px) and (max-height: 800px) {
  .reveal#subscribe-popup .popup-content .popup-form .gform_wrapper .gform_body .ginput_container input {
    margin-bottom: 10px;
    font-size: 14px;
    height: 30px;
  }
}

.reveal#subscribe-popup .popup-content .popup-form .gform_wrapper .gform_body .gform_fields .gfield {
  position: relative;
}

.reveal#subscribe-popup .popup-content .popup-form .gform_wrapper .gform_body .gform_fields .gfield.info-link {
  padding-top: 22px;
  padding-top: 16px;
  font-size: 12px;
  line-height: 16px;
}

@media (min-width: 768px) {
  .reveal#subscribe-popup .popup-content .popup-form .gform_wrapper .gform_body .gform_fields .gfield.info-link {
    padding-left: 30px;
    font-size: 14px;
    line-height: 18px;
  }
}

.reveal#subscribe-popup .popup-content .popup-form .gform_wrapper .gform_body .gform_fields .gfield.info-link a {
  background-image: none;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  text-decoration: underline;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 768px) {
  .reveal#subscribe-popup .popup-content .popup-form .gform_wrapper fieldset.opt-in-checkbox {
    margin: 0;
  }
}

.reveal#subscribe-popup .popup-content .popup-form .gform_wrapper fieldset.opt-in-checkbox .gfield_label.gfield_label_before_complex {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 10px;
}

.reveal#subscribe-popup .popup-content .popup-form .gform_wrapper fieldset.opt-in-checkbox legend.gfield_label {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 0 25px;
  margin: 0 0 10px;
}

.reveal#subscribe-popup .popup-content .popup-form .gform_wrapper fieldset.opt-in-checkbox .gfield_checkbox .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.reveal#subscribe-popup .popup-content .popup-form .gform_wrapper fieldset.opt-in-checkbox input.gfield-choice-input {
  position: relative;
  margin: 0;
  width: 15px;
  height: 15px;
  min-width: 15px;
  top: 7px;
}

.reveal#subscribe-popup .popup-content .popup-form .gform_wrapper fieldset.opt-in-checkbox label {
  margin: 0 0 0 14px;
  color: #fff;
}

@media (max-width: 767px) {
  .reveal#subscribe-popup .popup-content .popup-form .gform_wrapper fieldset.opt-in-checkbox label {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 0 7px;
  }
}

.reveal#subscribe-popup .popup-content .popup-form .gform_wrapper form {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.reveal#subscribe-popup .popup-content .popup-form .gform_confirmation_wrapper {
  padding: 0;
}

.reveal#subscribe-popup .popup-content .popup-form .gform_confirmation_wrapper .gform_confirmation_message {
  display: block;
}

.reveal#subscribe-popup .popup-content .popup-form .button {
  margin-top: 30px;
  min-width: 126px;
  background-color: #ffb92a;
  background-image: none;
  color: #000;
  padding: 10px 15px;
  max-width: 126px;
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: left;
  -webkit-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  border-radius: 0.3em;
  font-family: "Nanami-Book";
  font-weight: 400;
  font-weight: 400;
  border: 0 !important;
}

@media (max-width: 767px) {
  .reveal#subscribe-popup .popup-content .popup-form .button {
    margin-bottom: 0;
  }
}

.reveal#subscribe-popup .popup-content .popup-form .button:hover {
  background-color: #FFDE91;
  background-size: unset;
  color: #000;
  border: 0;
}

.reveal#subscribe-popup .popup-content .popup-form .button:hover::after {
  content: "";
  background-image: none;
}

.reveal#subscribe-popup .popup-content .popup-form .button::before {
  content: "\F054";
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  padding-left: 8px;
  position: absolute;
  top: 35%;
  right: 10px;
  font-weight: 700;
}

body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-1 h1 {
  max-width: 80%;
}

@media (max-width: 767px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-1 h1 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-2 h2 {
    font-size: 22px;
    max-width: 80%;
  }
}

@media (min-width: 768px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-2 h2 {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-3 .text-outer .text-container {
    margin-top: -49px;
  }
}

@media (max-width: 767px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-3 .text-outer .text-container h2 {
    font-size: 20px;
    max-width: 235px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-3 .text-outer .text-container h2 {
    font-size: 49px;
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-3 .text-outer .text-container h2 {
    font-size: 44px;
    max-width: 510px;
  }
}

@media (max-width: 767px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-3 .text-outer .text-container a.button-ochre.upper-button {
    width: 100%;
    padding: 10px 10px 10px 20px;
    font-size: 11px;
  }
}

@media (min-width: 1200px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-3 .text-outer .text-container .lower-text {
    max-width: 494px;
  }
}

@media (min-width: 1200px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-3 .text-outer .text-container .lower-text p {
    font-size: 19px;
  }
}

@media (min-width: 1200px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-4 .text-outer .text-container h2 {
    font-size: 39px;
  }
}

@media (min-width: 1200px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-5 .text-outer .text-container h2 {
    font-size: 50px;
    max-width: 443px;
  }
}

@media (min-width: 1200px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-5 .image-outer .image-wrapper .stat-box {
    width: 228px;
  }
}

@media (min-width: 768px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-5 .image-outer .image-wrapper .stat-box p.prefix {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-5 .image-outer .image-wrapper .stat-box p.prefix {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-5 .image-outer .image-wrapper .stat-box p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-6 .text-outer .text-container h2 {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-6 .text-outer .text-container h2 {
    font-size: 38px;
    max-width: 530px;
  }
}

@media (min-width: 1200px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-6 .text-outer .text-container h2 {
    font-size: 38px;
    max-width: 490px;
  }
}

@media (max-width: 767px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-6 .text-outer .text-container p {
    font-size: 12px;
    max-width: 180px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-6 .text-outer .text-container p {
    font-size: 20px;
    max-width: 431px;
  }
}

@media (min-width: 1200px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-6 .text-outer .text-container p {
    font-size: 20px;
    max-width: 423px;
  }
}

@media (max-width: 767px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-8 .text-outer h2 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-8 .text-outer h2 {
    font-size: 32px;
    max-width: 482px;
  }
}

@media (min-width: 1200px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-8 .text-outer h2 {
    font-size: 32px;
    max-width: 423px;
  }
}

body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-8 .text-outer h2 span {
  margin: 10px 0;
}

@media (min-width: 768px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-8 .text-outer h2 span {
    margin: 20px 0;
  }
}

@media (min-width: 768px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-7 .text-outer .text-container h2 {
    font-size: 40px;
    max-width: 440px;
  }
}

@media (min-width: 1200px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-7 .text-outer .text-container h2 {
    font-size: 50px;
    max-width: 380px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-7 .text-outer .text-container p {
    font-size: 20px;
    max-width: 431px;
  }
}

@media (min-width: 1200px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-7 .text-outer .text-container p {
    font-size: 20px;
    max-width: 423px;
  }
}

@media (min-width: 768px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-9 .text-outer h2 {
    font-size: 50px;
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-9 .text-outer p {
    max-width: 473px;
    font-size: 20px;
  }
}

body.page-tap-canadian-data.french-page .tap-canadian-page-wrap #fullpage .section.section-9 .text-outer .footnote-toggle p {
  font-size: 12px;
}


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