@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap");
@import url("https://use.typekit.net/xjp1wjd.css");
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

*:focus {
  outline: none;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

div#kpage.kpage {
  margin-bottom: 0;
}

div#kpage section.ksection {
  position: relative;
  margin: 0 auto;
  padding: 1em;
  font-size: 14px !important;
}
div#kpage section.ksection * {
  font-weight: 500;
}
@media (min-width: 1024px) {
  div#kpage section.ksection {
    padding: 1em 0;
  }
}
div#kpage section.ksection h1,
div#kpage section.ksection h2,
div#kpage section.ksection h3,
div#kpage section.ksection h4,
div#kpage section.ksection h5,
div#kpage section.ksection h6 {
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}
div#kpage section.ksection ul li {
  line-height: 1.3;
}
div#kpage section.ksection p {
  margin: 0;
  font-size: inherit;
  line-height: 1.3;
}
div#kpage section.ksection p + p {
  margin-top: 1em;
}
div#kpage section.ksection hr {
  margin: 2em 0;
  border: none;
  border-bottom: dotted 3px #003866;
}
div#kpage section.ksection .ktext-left,
div#kpage section.ksection .kalign-left {
  text-align: left !important;
}
div#kpage section.ksection .ktext-right {
  text-align: right !important;
}
div#kpage section.ksection .ktext-center {
  text-align: center !important;
}
div#kpage section.ksection strong {
  line-height: 1.3;
  font-weight: 700;
  font-family: 'Inter', sans-serif !important;
}
div#kpage section.ksection em {
  font-weight: 700;
  font-family: 'Inter', sans-serif !important;
}
div#kpage section.ksection i[kdata-tooltip],
div#kpage section.ksection i[kdata-popup] {
  position: relative;
  display: inline;
  cursor: pointer;
}
div#kpage section.ksection i[kdata-tooltip] img,
div#kpage section.ksection i[kdata-popup] img {
  display: inline;
  margin-bottom: -6px;
}
div#kpage section.ksection .khidden {
  display: none !important;
}
div#kpage section.ksection .kmobile {
  display: block;
}
@media (min-width: 1024px) {
  div#kpage section.ksection .kmobile {
    display: none;
  }
}
div#kpage section.ksection .kdesktop {
  display: none;
}
@media (min-width: 1024px) {
  div#kpage section.ksection .kdesktop {
    display: block;
  }
}
div#kpage section.ksection .kbox-congrats {
  border-radius: 24px;
  padding: 2em;
  text-align: center;
  background-color: #7a22ff;
}
div#kpage section.ksection .kbox-congrats figure img {
  display: block;
  margin: 0 auto;
}
div#kpage section.ksection .kbox-congrats .ktext {
  color: #ffffff;
}
div#kpage section.ksection .kbox-congrats .ktext h4 {
  font-weight: 500;
  font-family: "termina", sans-serif;
  margin: 0;
  font-size: 2em;
  color: #ffffff;
}
@media (min-width: 1024px) {
  div#kpage section.ksection .kbox-congrats .ktext h4 {
    font-size: 2.625em;
  }
}
div#kpage section.ksection .kbox-congrats .ktext h5 {
  font-weight: 500;
  font-family: "termina", sans-serif;
  margin: 1em 0 0 0;
  font-size: 1.2em;
  color: #ffffff;
}
div#kpage section.ksection .kbox-congrats .ktext p {
  margin-top: 2em;
  color: #ffffff;
}
div#kpage section.ksection .kbox-congrats .ktext p em {
  display: block;
  color: #ffffff;
}
div#kpage section.ksection .ktooltip {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  padding: 10px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
div#kpage section.ksection .ktooltip:not(.khidden) {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
div#kpage section.ksection .ktooltip img {
  width: 160px;
  height: auto;
  border-radius: 10px;
}
div#kpage section.ksection .ktooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid transparent;
}
div#kpage section.ksection .ktooltip[data-position="top"] .ktooltip-arrow {
  bottom: -16px;
  left: calc(50% - 8px);
  border-top-color: #fff;
}
div#kpage section.ksection .ktooltip[data-position="bottom"] .ktooltip-arrow {
  top: -16px;
  left: calc(50% - 8px);
  border-bottom-color: #fff;
}
div#kpage section.ksection .ktooltip.khidden {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}
div#kpage section.ksection .kcolum {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum {
    flex-wrap: nowrap;
  }
}
div#kpage section.ksection .kcolum.kcolum-22 > * {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-22 > * {
    width: 50%;
    margin-bottom: 0;
    margin-top: 0;
  }
}
div#kpage section.ksection .kcolum.kcolum-2 > * {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-2 > * {
    width: 49%;
    margin-bottom: 0;
    margin-top: 0;
  }
}
div#kpage section.ksection .kcolum.kcolum-3 > * {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-3 > * {
    width: 32%;
    margin-bottom: 0;
    margin-top: 0;
  }
}
div#kpage section.ksection .kcolum.kcolum-2-1 > * {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-2-1 > * {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-2-1 > figure {
    width: 40%;
  }
}
div#kpage section.ksection .kbutton-wrapper {
  text-align: center;
}
div#kpage section.ksection .kinfo-box img {
  margin-top: 1em;
}
div#kpage section.ksection .kinfo-box-openers {
  margin: 1em 0;
  padding: 1em 0;
}
div#kpage section.ksection .kbutton-wrapper {
  text-align: center;
}
div#kpage section.ksection button.kreset {
  clear: both;
  display: inherit;
  margin: 1em auto;
  position: relative;
  font-family: inherit;
  padding: 0.7em 2em 0.7em 3.4em;
  line-height: 1;
  border: 0;
  background: #7a22ff;
  cursor: pointer;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.tippy-box {
  border-radius: 16px;
  background-color: white;
}

.tippy-arrow {
  color: white;
}

.tippy-content {
  padding: 1em;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 16px 0 16px 16px;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  border-width: 16px 16px 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  border-width: 16px 16px 16px 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#kpage {
  font-family: 'Inter', sans-serif;
  font-size: 1em;
  line-height: 1.3;
  color: #003866;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}
#kpage:after {
  content: " ";
  display: block;
  clear: both;
}
#kpage mark {
  color: #4f96cc;
  background-color: transparent;
}
#kpage .khightlight {
  color: #4f96cc;
}
#kpage .kmask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 998;
}
#kpage .kmask.kactive {
  display: block;
}

body #kpage.kpage01 .ksection {
  padding: 0 1em;
  color: #424447;
}
@media (min-width: 1024px) {
  body #kpage.kpage01 .ksection {
    padding: 0;
  }
}
body #kpage.kpage01 .ksection h2 {
  color: #4f96cc;
  font-weight: 500;
  font-family: "termina", sans-serif;
}
body #kpage.kpage01 .ksection .kcontent-wrapper {
  margin: 0 auto;
}
body #kpage.kpage01 .ksection em {
  color: #7a22ff;
}
body #kpage.kpage01 .ksection p strong {
  color: #003866;
}
body #kpage.kpage01 .ksection .kvideo-wrapper,
body #kpage.kpage01 .ksection .kimage-wrapper {
  margin: 2em 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}
body #kpage.kpage01 .ksection .kvideo-wrapper > *,
body #kpage.kpage01 .ksection .kimage-wrapper > * {
  margin: 0 auto;
}
body #kpage.kpage01 .ksection .kvideo-wrapper img,
body #kpage.kpage01 .ksection .kimage-wrapper img {
  width: 100%;
}
body #kpage.kpage01 .ksection .kcontent {
  position: relative;
  font-size: 16px;
  max-width: 788px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
}
body #kpage.kpage01 .ksection .kcontent:after {
  content: " ";
  display: block;
  clear: both;
}
body #kpage.kpage01 .ksection .kcontent a {
  text-decoration: underline;
}
body #kpage.kpage01 .ksection .kcontent ul {
  margin: 1em 0;
  padding-left: 1em;
}
body #kpage.kpage01 .ksection .kcontent ul li {
  font-size: 1em;
}
body #kpage.kpage01 .ksection .kcontent ul li + li {
  margin-top: .5em;
}
body #kpage.kpage01 .ksection .kesential-info {
  margin-top: 1em;
  padding: .5em 1em;
  border: 1px solid #BCD0ED;
}
body #kpage.kpage01 .ksection .kesential-info * {
  color: #BCD0ED !important;
}
body #kpage.kpage01 .ksection .kicon-verify {
  margin: 0 auto;
}
body #kpage.kpage01 .ksection .kbutton-ready {
  display: inline-block;
  margin-top: .75em;
  padding: .5em 1.2em;
  font-weight: 500;
  font-family: "termina", sans-serif;
  font-size: 1.2em;
  text-align: center;
  color: #003866;
  background-color: #2bc4de;
  border-radius: 42px;
}
body #kpage.kpage01 .ksection .kcontent-0 {
  position: relative;
  background: #003866 url(https://cdn.cigdigital.net/imports/production/cigh_321_main_page/img/intro-bgr.jpg) no-repeat top center;
  padding-bottom: 2em;
}
body #kpage.kpage01 .ksection .kcontent-0 .klogo-image {
  max-width: 518px;
  margin: 0 auto;
}
body #kpage.kpage01 .ksection .kcontent-0 .karrow-down img {
  margin: 0 auto;
}
body #kpage.kpage01 .ksection .kcontent-0 .kheader {
  text-align: center;
}
body #kpage.kpage01 .ksection .kcontent-0 .kheader h3 {
  display: inline-block;
  border-radius: 16px;
  padding: .1em .75em;
  margin: 1em 0 0 0;
  background-color: #7a22ff;
  font-size: 2.375em;
  font-weight: 500;
  font-family: "termina", sans-serif;
}
@media (min-width: 768px) {
  body #kpage.kpage01 .ksection .kcontent-0 .kheader h3 {
    font-size: 3.375em;
  }
}
body #kpage.kpage01 .ksection .kcontent-0 .kheader h2 {
  margin: 0;
  font-size: 2.688em;
  font-weight: 500;
  font-family: "termina", sans-serif;
}
@media (min-width: 768px) {
  body #kpage.kpage01 .ksection .kcontent-0 .kheader h2 {
    font-size: 3.688em;
  }
}
body #kpage.kpage01 .ksection .kcontent-0 .kheader * {
  color: #ffffff;
}
body #kpage.kpage01 .ksection .kcontent-0 .ktext {
  margin: 2em 0;
  padding: 2em 0;
  border-top: 2px dotted #ffffff;
  border-bottom: 2px dotted #ffffff;
  text-align: center;
}
body #kpage.kpage01 .ksection .kcontent-0 .ktext p {
  font-family: inherit;
  color: #ffffff;
  font-size: 1.263em;
  font-family: "termina", sans-serif;
  font-weight: 300;
}
@media (min-width: 768px) {
  body #kpage.kpage01 .ksection .kcontent-0 .ktext p {
    font-size: 1.563em;
  }
}
body #kpage.kpage01 .ksection .kcontent-0 .ktext p strong {
  font-weight: 500;
  color: #ffffff;
}
body #kpage.kpage01 .ksection .kcontent-1 {
  margin: 4em auto;
}
body #kpage.kpage01 .ksection .kcontent-1 .kcolum {
  align-items: flex-start;
}
body #kpage.kpage01 .ksection .kcontent-1 .kcolum .ktext {
  position: relative;
  z-index: 2;
  padding: 3em;
  border-radius: 16px;
  color: #424447;
  background-color: #dee8f6;
  max-width: 512px;
}
body #kpage.kpage01 .ksection .kcontent-1 .kcolum .ktext strong {
  color: #003866;
}
body #kpage.kpage01 .ksection .kcontent-1 .kcolum .ktext p {
  font-size: 1.2em;
}
body #kpage.kpage01 .ksection .kcontent-1 .kcolum .ktext p small {
  display: inline-block;
  padding-left: 2.8em;
  font-size: 16px;
}
body #kpage.kpage01 .ksection .kcontent-1 .kcolum figure {
  position: relative;
  z-index: 1;
}
body #kpage.kpage01 .ksection .kcontent-1 .kcolum figure img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  body #kpage.kpage01 .ksection .kcontent-1 .kcolum figure {
    margin-top: 2em;
    margin-left: -2em;
  }
  body #kpage.kpage01 .ksection .kcontent-1 .kcolum figure img {
    width: auto;
  }
}
body #kpage.kpage01 .ksection .kcontent-2 .ktext {
  margin-top: .5em;
  max-width: 610px;
}
body #kpage.kpage01 .ksection .kcontent-3 {
  overflow: hidden;
  position: relative;
  margin-top: 4em;
  padding-bottom: 4em;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_321_main_page/img/quest-bgr.jpg) no-repeat center bottom;
  background-size: contain;
}
body #kpage.kpage01 .ksection .kcontent-3 .kcontent {
  position: relative;
  z-index: 1;
}
body #kpage.kpage01 .ksection .kcontent-3:after {
  content: '';
  position: absolute;
  top: 18%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bcd0ed;
}
body #kpage.kpage01 .ksection .kcontent-3 .ktext-intro {
  position: relative;
  padding: 2em 1em;
  margin-bottom: 2em;
  text-align: center;
}
@media (min-width: 768px) {
  body #kpage.kpage01 .ksection .kcontent-3 .ktext-intro {
    padding: 2em 4em;
  }
}
body #kpage.kpage01 .ksection .kcontent-3 .ktext-intro:after {
  content: '';
  position: absolute;
  top: 4em;
  left: 0;
  width: 100%;
  bottom: 0;
  border-radius: 16px;
  background-color: #dee8f6;
}
body #kpage.kpage01 .ksection .kcontent-3 .ktext-intro .ktext {
  position: relative;
  z-index: 1;
}
body #kpage.kpage01 .ksection .kcontent-3 .ktext-intro h2 {
  display: inline-block;
  border-radius: 16px;
  padding: .1em .75em;
  margin: 0 0 .75em 0;
  background-color: #7a22ff;
  font-size: 2em;
  font-weight: 500;
  color: #ffffff;
}
@media (min-width: 768px) {
  body #kpage.kpage01 .ksection .kcontent-3 .ktext-intro h2 {
    font-size: 3.375em;
  }
}
body #kpage.kpage01 .ksection .kquest-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  background-color: #ffffff;
}
body #kpage.kpage01 .ksection .kquest-wrapper.kactive {
  background-color: #7a22ff;
}
body #kpage.kpage01 .ksection .kquest-wrapper.kactive:before {
  content: none;
}
body #kpage.kpage01 .ksection .kquest-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #e5e5e5;
}
body #kpage.kpage01 .ksection .kquest-wrapper h3 {
  margin: 2em 0;
  text-align: center;
  font-weight: normal;
  font-size: 1.375em;
  color: #003866;
}
body #kpage.kpage01 .ksection .kquest-wrapper form fieldset {
  border: 0;
  padding: 0;
}
body #kpage.kpage01 .ksection .kquest-wrapper form fieldset.kfinding-results {
  padding: 4em;
}
body #kpage.kpage01 .ksection .kquest-wrapper .kprogress {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 0%;
  background: #7a22ff;
  transition: width 0.4s ease;
  z-index: 1;
}
body #kpage.kpage01 .ksection .kquest-wrapper .kradio-group {
  padding: 0 2em 2em 2em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body #kpage.kpage01 .ksection .kquest-wrapper .kradio-group .kformbuilder-radio input {
  position: absolute;
  left: -99999px;
}
body #kpage.kpage01 .ksection .kquest-wrapper .kradio-group .kformbuilder-radio input:checked + label {
  background-color: #d9dada;
}
body #kpage.kpage01 .ksection .kquest-wrapper .kradio-group .kformbuilder-radio label {
  display: block;
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #d9dada;
  text-align: center;
  cursor: pointer;
}
body #kpage.kpage01 .ksection .kquest-wrapper .kradio-group .kformbuilder-radio.kformbuilder-radio-100 {
  width: 100%;
}
body #kpage.kpage01 .ksection .kquest-wrapper .kradio-group .kformbuilder-radio.kformbuilder-radio-50 {
  width: 100%;
}
@media (min-width: 768px) {
  body #kpage.kpage01 .ksection .kquest-wrapper .kradio-group .kformbuilder-radio.kformbuilder-radio-50 {
    width: 48%;
  }
}
body #kpage.kpage01 .ksection .kquest-wrapper .kbuttons-wrapper {
  padding: 0 2em 2em 2em;
  text-align: center;
  overflow: hidden;
}
body #kpage.kpage01 .ksection .kquest-wrapper .kbuttons-wrapper a.kbutton-back {
  position: relative;
  text-decoration: none;
  color: #a0a1a3;
  float: left;
  padding-left: 24px;
  margin-top: 0.7em;
}
body #kpage.kpage01 .ksection .kquest-wrapper .kbuttons-wrapper a.kbutton-back:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 12px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_321_main_page/img/arr-back.png) no-repeat center center;
}
body #kpage.kpage01 .ksection .kquest-wrapper .kbuttons-wrapper button {
  border-radius: 24px;
  text-align: center;
  padding: 0.875em 2em;
  color: #ffffff;
  background: #7a22ff;
  cursor: pointer;
}
body #kpage.kpage01 .ksection .kfinding-results {
  padding: 4em;
  background: #7a22ff;
  /* Stagger animation */
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body #kpage.kpage01 .ksection .kfinding-results .handwriting {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: draw 2s linear forwards;
}
body #kpage.kpage01 .ksection .kfinding-results .handwriting:nth-child(1) {
  animation-delay: 0s;
}
body #kpage.kpage01 .ksection .kfinding-results .handwriting:nth-child(2) {
  animation-delay: 0.5s;
}
body #kpage.kpage01 .ksection .kfinding-results .handwriting:nth-child(3) {
  animation-delay: 1s;
}
body #kpage.kpage01 .ksection .kfinding-results .handwriting:nth-child(4) {
  animation-delay: 1.5s;
}
body #kpage.kpage01 .ksection .kfinding-results .handwriting:nth-child(5) {
  animation-delay: 2s;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
body #kpage.kpage01 .ksection .kfinding-results figure .ksearch-svg {
  margin: 0 auto;
  display: block;
  width: 165px;
  height: auto;
}
body #kpage.kpage01 .ksection .kfinding-results figure figcaption {
  margin-top: 1em;
  text-align: center;
}
body #kpage.kpage01 .ksection .kfinding-results figure figcaption p {
  color: #ffffff;
  font-weight: normal;
  font-size: 2.375em;
}
@media (min-width: 768px) {
  body #kpage.kpage01 .ksection .kfinding-results figure figcaption p {
    font-size: 3.375em;
  }
}
body #kpage.kpage01 .ksection .kfinding-results figure figcaption p strong {
  display: block;
  font-weight: bold;
  color: #ffffff;
}
body #kpage.kpage01 .ksection .kfinding-results figure figcaption p.kcurrent-text {
  animation: fadeIn 0.5s ease-in;
}
body #kpage.kpage01 .ksection .kfinding-results figure figcaption p.kdone-text {
  text-align: center;
  font-size: 2em;
}
@media (min-width: 768px) {
  body #kpage.kpage01 .ksection .kfinding-results figure figcaption p.kdone-text {
    font-size: 2em;
  }
}
body #kpage.kpage01 .ksection .kfinding-results figure figcaption p.kdone-text strong {
  font-weight: 500;
}
body #kpage.kpage01 .ksection .knote-wrapper {
  margin: 2em 0;
  padding: 2em;
  border-top: 2px dotted #003866;
  border-bottom: 2px dotted #003866;
  text-align: center;
  color: #003866;
}
body #kpage.kpage01 .ksection .kfooter-wrapper {
  padding: 2em;
  background-color: #003866;
}
body #kpage.kpage01 .ksection .kfooter-wrapper figure {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  body #kpage.kpage01 .ksection .kfooter-wrapper {
    padding: 2em 0;
  }
  body #kpage.kpage01 .ksection .kfooter-wrapper figure {
    margin-bottom: 0;
  }
}
body #kpage.kpage01 .ksection .kfooter-wrapper .kcolum {
  justify-content: space-between;
  align-items: center;
}
body #kpage.kpage01 .ksection .kfooter-wrapper * {
  color: #ffffff;
  font-size: 12px;
}
body #kpage.kpage01 figure {
  margin: 0;
}
body #kpage.kpage01 img {
  display: block;
  height: auto;
  max-width: 100%;
}
