@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap");
/*! 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: 16px !important;
}
div#kpage section.ksection * {
  font-weight: 400;
}
@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 h1 {
  position: relative;
  padding-bottom: .25em;
  margin-bottom: .5em;
  font-size: 1.875em;
  color: #5c6e7f;
  display: inline-block;
}
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 {
  height: 1px;
  background: #5c6e7f;
  border: 0;
}
div#kpage section.ksection div.kstyled {
  padding: 1em;
  font-size: 10px;
  background: #f3f3f3;
}
div#kpage section.ksection div.kstyled h4 {
  font-size: 14px;
}
div#kpage section.ksection div.kstyled a {
  color: inherit;
  text-decoration: underline;
}
div#kpage section.ksection .ktitle {
  text-align: center;
}
div#kpage section.ksection .kalign-left {
  text-align: left !important;
}
div#kpage section.ksection .kalign-right {
  text-align: right !important;
}
div#kpage section.ksection .kalign-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 .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 .kcolum {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum {
    flex-wrap: nowrap;
  }
}
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 .kcolum.kcolum-1-2 > * {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-1-2 > * {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-1-2 > figure {
    width: 35%;
  }
}
div#kpage section.ksection .ktoggle-wrapper {
  margin: 2em 0;
  font-size: 16px;
}
div#kpage section.ksection .ktoggle-wrapper .ktoggle-opener {
  position: relative;
  display: inline-block;
  border-radius: 12px;
  background-color: #0093d8;
  padding: .5em 1.2em;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 700;
  cursor: pointer;
}
div#kpage section.ksection .ktoggle-wrapper .ktoggle-opener:after {
  content: '+';
  display: inline-block;
  margin-left: 1em;
  line-height: 0.9;
  vertical-align: top;
}
div#kpage section.ksection .ktoggle-wrapper .ktoggle-opener.kactive:after {
  content: none;
}
div#kpage section.ksection .ktoggle-wrapper .ktoggle-opener.kactive + .ktoggle-content {
  display: block;
}
div#kpage section.ksection .ktoggle-wrapper .ktoggle-content {
  display: none;
  margin-bottom: 1em;
}
div#kpage section.ksection .ktoggle-wrapper .ktoggle-content ol {
  margin-bottom: 0;
}
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: #44b048;
  cursor: pointer;
}

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

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

*, *: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: #5c6e7f;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
}
#kpage .kwrap {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 1em;
}
#kpage .kwrap:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1024px) {
  #kpage .kwrap {
    padding: 0;
  }
}
#kpage mark {
  color: #01528d;
  background-color: transparent;
}
#kpage .khightlight {
  color: #01528d;
}
#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.page01 .ksection {
  padding: 0;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection {
    padding: 0;
  }
}
body #kpage.page01 .ksection h3 {
  margin: 0;
  font-weight: normal;
  font-size: 1.5em;
}
body #kpage.page01 .ksection h4 {
  margin: 0 0 .75em 0;
  font-size: 1.2em;
}
body #kpage.page01 .ksection .kvideo-wrapper,
body #kpage.page01 .ksection .kimage-wrapper {
  margin: 2em 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}
body #kpage.page01 .ksection .kvideo-wrapper > *,
body #kpage.page01 .ksection .kimage-wrapper > * {
  margin: 0 auto;
}
body #kpage.page01 .ksection .kvideo-wrapper img,
body #kpage.page01 .ksection .kimage-wrapper img {
  width: 100%;
}
body #kpage.page01 .ksection .kcontent-wrapper {
  background: white;
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 70%, #0b97d9 95%, #0b97d9 100%);
  background-size: 100% 2470px;
  background-repeat: no-repeat;
}
body #kpage.page01 .ksection .kcontent {
  position: relative;
  font-size: 16px;
}
body #kpage.page01 .ksection .kcontent h2 {
  margin-bottom: 1em;
}
body #kpage.page01 .ksection .kcontent h2.ktoggle-opener {
  font-size: 1em;
  padding: 1em 2em;
  margin-bottom: 0;
}
body #kpage.page01 .ksection .kcontent.kcontent-0 {
  padding-top: 2em;
  padding-bottom: 2em;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_302_clarityn_module_2/img/clouds.png) no-repeat center 0;
  background-size: contain;
}
body #kpage.page01 .ksection .kcontent.kcontent-0 p.kstyled {
  position: relative;
  margin: 1.5em 0 1em 0;
  padding: .75em 1em;
  color: #ffffff;
  text-align: center;
  background-color: #11a19e;
}
body #kpage.page01 .ksection .kcontent.kcontent-0 p.kstyled:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-top: 25px solid #11a19e;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: translateX(-50%);
}
body #kpage.page01 .ksection .kcontent.kcontent-0 p em {
  color: #44b048;
  font-style: normal;
  font-weight: bold;
}
body #kpage.page01 .ksection .kcontent.kcontent-1 {
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
  background: #ebf5ff;
  background: linear-gradient(0deg, #ebf5ff 0%, #d8ecff 50%, #c5e3ff 100%);
}
body #kpage.page01 .ksection .kcontent.kcontent-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_302_clarityn_module_2/img/bgr.png) no-repeat 0 0;
  pointer-events: none;
}
body #kpage.page01 .ksection .kcontent.kcontent-1 .kwrap {
  position: relative;
  z-index: 1;
}
body #kpage.page01 .ksection .kcontent.kcontent-1 .kwrap > p.kstyled {
  position: relative;
  margin: 3em 0 3.5em 0;
  padding: .75em 1em;
  color: #ffffff;
  text-align: center;
  background-color: #5f81bf;
}
body #kpage.page01 .ksection .kcontent.kcontent-1 .kwrap > p.kstyled:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-top: 25px solid #5f81bf;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: translateX(-50%);
}
body #kpage.page01 .ksection .kcontent.kcontent-1 .kwrap .ktoggle-wrapper-2 .ktoggle-opener {
  display: block;
  text-align: center;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background-color: #ffffff;
  color: #5c6e7f;
  font-size: 2em;
  letter-spacing: -1px;
  min-height: 45px;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 2em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent.kcontent-1 .kwrap .ktoggle-wrapper-2 .ktoggle-opener {
    padding-left: 2em;
    padding-right: 2em;
  }
}
body #kpage.page01 .ksection .kcontent.kcontent-1 .kwrap .ktoggle-wrapper-2 .ktoggle-opener:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  width: 45px;
  height: 45px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_302_clarityn_module_2/img/icon-plus.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
body #kpage.page01 .ksection .kcontent.kcontent-1 .kwrap .ktoggle-wrapper-2 .ktoggle-opener.kactive:after {
  content: none !important;
}
body #kpage.page01 .ksection .kcontent.kcontent-1 .kwrap .ktoggle-wrapper-2 .ktoggle-opener ~ .ktoggle-opener {
  border-top: 4px solid #5c6e7f;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  background-color: #7ec1ff;
}
body #kpage.page01 .ksection .kcontent.kcontent-1 .kwrap .ktoggle-wrapper-2 .ktoggle-opener ~ .ktoggle-opener:before {
  content: 'VS';
  position: absolute;
  top: -20px;
  left: 50%;
  width: 80px;
  height: 40px;
  transform: translateX(-50%);
  background: #7ec1ff;
  background: linear-gradient(0deg, #7ec1ff 0%, #7ec1ff 50%, #ffffff 50%, #ffffff 100%);
}
body #kpage.page01 .ksection .kcontent.kcontent-1 .kwrap .ktoggle-wrapper-2 .ktoggle-opener ~ .ktoggle-opener.kactive {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body #kpage.page01 .ksection .kcontent.kcontent-1 .kwrap .ktoggle-wrapper-2 .ktoggle-content {
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 0 3em 2em 3em;
}
body #kpage.page01 .ksection .kcontent.kcontent-1 .kwrap .ktoggle-wrapper-2 .ktoggle-content h4 {
  text-align: center;
}
body #kpage.page01 .ksection .kcontent.kcontent-1 .kwrap .ktoggle-wrapper-2 .ktoggle-content * {
  color: #5c6e7f;
}
body #kpage.page01 .ksection .kcontent.kcontent-1 .kwrap .ktoggle-wrapper-2 .ktoggle-content .kcolum {
  justify-content: space-between;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent.kcontent-1 .kwrap .ktoggle-wrapper-2 .ktoggle-content .kcolum div + div {
    margin-left: 2em;
  }
}
body #kpage.page01 .ksection .kcontent.kcontent-1 .kwrap .ktoggle-wrapper-2 .ktoggle-content ~ .ktoggle-content {
  background-color: #7ec1ff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}
body #kpage.page01 .ksection .kcontent.kcontent-1 .kwrap .ktoggle-wrapper-2 .ktoggle-content ul ul {
  list-style-type: none;
  margin-top: .25em;
}
body #kpage.page01 .ksection .kcontent.kcontent-1 .kwrap .ktoggle-wrapper-2 .ktoggle-content ul ul li:before {
  content: '-';
  position: absolute;
  margin-left: -20px;
}
body #kpage.page01 .ksection .kcontent.kcontent-1 .kwrap .ktoggle-wrapper-2 .ktoggle-content ul ul li + li {
  margin-top: .25em;
}
body #kpage.page01 .ksection .kcontent.kcontent-1 .kwrap .ktoggle-wrapper-2.kactive {
  background-color: transparent;
}
body #kpage.page01 .ksection .kcontent.kcontent-1 blockquote {
  margin: 2em 0 3.5em 0;
  border-radius: 28px;
  font-size: 1.3em;
  color: #ffffff;
  background-color: #5c6e7f;
}
body #kpage.page01 .ksection .kcontent.kcontent-1 blockquote p {
  margin: 0;
  padding: 2em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent.kcontent-1 blockquote p {
    padding: 2em 4em;
  }
}
body #kpage.page01 .ksection .kcontent.kcontent-1 blockquote p:not(.kstyled) {
  position: relative;
}
body #kpage.page01 .ksection .kcontent.kcontent-1 blockquote p:not(.kstyled):before, body #kpage.page01 .ksection .kcontent.kcontent-1 blockquote p:not(.kstyled):after {
  content: '';
  display: block;
  width: 100%;
  height: 28px;
}
body #kpage.page01 .ksection .kcontent.kcontent-1 blockquote p:not(.kstyled):before {
  margin-bottom: .5em;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_302_clarityn_module_2/img/q1.png) no-repeat 0 0;
}
body #kpage.page01 .ksection .kcontent.kcontent-1 blockquote p:not(.kstyled):after {
  margin-top: .5em;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_302_clarityn_module_2/img/q2.png) no-repeat bottom right;
}
body #kpage.page01 .ksection .kcontent.kcontent-1 blockquote p.kstyled {
  margin: 0;
  background-color: #1cd8bf;
  padding: 1em;
  position: relative;
  color: #5c6e7f;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent.kcontent-1 blockquote p.kstyled {
    padding: 1em 4em;
  }
}
body #kpage.page01 .ksection .kcontent.kcontent-1 blockquote p.kstyled:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 3em;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-top: 25px solid #1cd8bf;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}
body #kpage.page01 .ksection .kcontent a {
  text-decoration: underline;
}
body #kpage.page01 .ksection .kcontent ul {
  margin: 1em 0;
  padding-left: 1em;
}
body #kpage.page01 .ksection .kcontent ul li {
  font-size: 1em;
}
body #kpage.page01 .ksection .kcontent ul li + li {
  margin-top: .5em;
}
body #kpage.page01 .ksection .knote {
  text-align: center;
}
body #kpage.page01 .ksection .knote.knote-1 {
  margin: 2em 0;
  padding: 1em;
  border-radius: 12px;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .knote.knote-1 {
    padding: 1em 4em;
  }
}
body #kpage.page01 .ksection .knote.knote-1 * {
  color: #01528d;
  font-weight: bold;
}
body #kpage.page01 .ksection .knote.knote-2 {
  margin: 2em 0;
  padding: 1em;
  border-radius: 12px;
  background-color: #44b048;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .knote.knote-2 {
    padding: 1em 4em;
  }
}
body #kpage.page01 .ksection .knote.knote-2 * {
  color: #ffffff;
}
body #kpage.page01 .ksection .ktoggle-wrapper.kactive {
  border-radius: 12px;
  background-color: #0093d8;
}
body #kpage.page01 .ksection .ktoggle-wrapper.kactive .ktoggle-opener {
  background: transparent;
  text-transform: uppercase;
  padding-bottom: 0;
  padding-left: 2em;
}
body #kpage.page01 .ksection .ktoggle-wrapper.kactive .ktoggle-content {
  padding: 1em 2em;
}
body #kpage.page01 .ksection .ktoggle-wrapper.kactive .ktoggle-content ul {
  max-width: 550px;
  padding-left: 1em;
  margin-bottom: 0;
}
body #kpage.page01 .ksection .ktoggle-wrapper * {
  color: #ffffff;
}
body #kpage.page01 .ksection .kslider {
  margin: 1em 0 3em 0;
  background-color: #fff;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kslider {
    margin: 3em 0;
  }
}
body #kpage.page01 .ksection .kslider h3 {
  margin-bottom: 1em;
  color: #0093d8;
  font-size: 2em;
  font-weight: bold;
}
body #kpage.page01 .ksection .kslider .kwrap {
  padding: 2em 1em 1em 1em;
  background-color: #e4f2fa;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kslider .kwrap {
    padding: 2em 1em 1em 1em;
  }
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kslider .kwrap > h3,
  body #kpage.page01 .ksection .kslider .kwrap > p {
    margin-left: 40px;
  }
}
body #kpage.page01 .ksection .kslider + .kwrap .kcontent h2 {
  margin-bottom: 1em;
  color: #0093d8;
  font-size: 2em;
  font-weight: bold;
}
body #kpage.page01 .ksection .kslider + .kwrap .kcontent h2 sup {
  font-size: 60%;
}
body #kpage.page01 .ksection .kslider-wrapper {
  position: relative;
  margin: 2em auto 2em auto;
  overflow: hidden;
}
body #kpage.page01 .ksection .kslider-wrapper:before, body #kpage.page01 .ksection .kslider-wrapper:after {
  content: " ";
  display: table;
}
body #kpage.page01 .ksection .kslider-wrapper:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
body #kpage.page01 .ksection .kslider-wrapper {
  *zoom: 1;
}
body #kpage.page01 .ksection .kslider-wrapper .owl-stage-outer {
  overflow: hidden;
  padding: 2em 0 0 0;
}
body #kpage.page01 .ksection .kslider-wrapper .owl-item {
  float: left;
}
body #kpage.page01 .ksection .kslider-wrapper .owl-item.active {
  transform: scale(0.68);
  opacity: .25;
  padding: 0;
}
body #kpage.page01 .ksection .kslider-wrapper .owl-item.active figcaption {
  display: none;
}
body #kpage.page01 .ksection .kslider-wrapper .owl-item.active.center {
  padding: 1em 1em 0 1em;
  transform: scale(1.2);
  opacity: 1;
}
body #kpage.page01 .ksection .kslider-wrapper .owl-item.active.center figcaption {
  display: flex;
}
body #kpage.page01 .ksection .kslider-wrapper .kitem {
  color: #5c6e7f;
}
body #kpage.page01 .ksection .kslider-wrapper .kitem .kitem-wrapper {
  position: relative;
}
body #kpage.page01 .ksection .kslider-wrapper .kitem .kitem-wrapper p {
  text-align: center;
  font-weight: 600;
  max-width: 530px;
  margin: 1.8em auto 0 auto;
}
body #kpage.page01 .ksection .kslider-wrapper .kitem img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
body #kpage.page01 .ksection .kslider-wrapper .kitem figure {
  margin: 0;
  padding: 0;
}
body #kpage.page01 .ksection .kslider-wrapper .kitem figure figcaption {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  min-height: 100px;
  max-width: 580px;
  font-size: 0.875em;
  text-align: center;
}
body #kpage.page01 .ksection .kslider-wrapper .kitem figure figcaption > * {
  width: 100%;
}
body #kpage.page01 .ksection .kslider-wrapper .kitem figure p {
  margin-top: .75em;
}
body #kpage.page01 .ksection .kslider-wrapper .owl-nav .owl-prev,
body #kpage.page01 .ksection .kslider-wrapper .owl-nav .owl-next {
  border: 0;
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_302_clarityn_module_2/img/arr-l.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
body #kpage.page01 .ksection .kslider-wrapper .owl-nav .owl-prev {
  left: 0em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kslider-wrapper .owl-nav .owl-prev {
    display: block;
  }
}
body #kpage.page01 .ksection .kslider-wrapper .owl-nav .owl-next {
  right: 0em;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_302_clarityn_module_2/img/arr-r.png) no-repeat center center;
  background-size: contain;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kslider-wrapper .owl-nav .owl-next {
    display: block;
  }
}
body #kpage.page01 .ksection .kslider-wrapper .owl-nav span {
  display: none;
}
body #kpage.page01 .ksection .kslider-wrapper .owl-dots {
  clear: both;
  padding: 1em 0 0 0;
  width: 100%;
  text-align: center;
}
body #kpage.page01 .ksection .kslider-wrapper .owl-dots.disabled {
  display: none;
}
body #kpage.page01 .ksection .kslider-wrapper .owl-dots button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  padding: 0;
  border: 0;
  background: none;
  line-height: 1;
  overflow: hidden;
  cursor: pointer;
}
body #kpage.page01 .ksection .kslider-wrapper .owl-dots button span {
  display: block;
  background: rgba(0, 147, 216, 0.25);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  line-height: 1;
  overflow: hidden;
}
body #kpage.page01 .ksection .kslider-wrapper .owl-dots button.active span {
  background: #0093d8;
}
body #kpage.page01 .ksection .ktable-wrapper {
  overflow-x: auto;
  margin: 1em 0;
}
body #kpage.page01 .ksection .ktable-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
body #kpage.page01 .ksection .ktable-wrapper table tr th {
  border: 0;
  padding: 10px;
  word-break: normal;
  text-align: center;
  color: #ffffff;
  width: 32%;
  font-weight: bold;
  background-color: #01528d;
}
@media (min-width: 768px) {
  body #kpage.page01 .ksection .ktable-wrapper table tr th {
    font-size: 1.15em;
  }
}
body #kpage.page01 .ksection .ktable-wrapper table tr th + th {
  background-color: #0093d8;
  border-left: 1px solid #fff;
}
body #kpage.page01 .ksection .ktable-wrapper table tr th + th + th {
  background-color: #44b048;
}
body #kpage.page01 .ksection .ktable-wrapper table tr td {
  border: 0;
  border-top: 1px solid #5c6e7f;
  padding: 18px 10px;
  font-weight: bold;
  word-break: normal;
  text-align: center;
  background-color: #e5eef4;
  color: #01528d;
}
body #kpage.page01 .ksection .ktable-wrapper table tr td * {
  color: #01528d;
}
body #kpage.page01 .ksection .ktable-wrapper table tr td + td {
  background-color: transparent;
}
body #kpage.page01 .ksection .ktable-wrapper table tr td + td.kinner {
  position: relative;
  padding: 0;
  cursor: pointer;
}
body #kpage.page01 .ksection .ktable-wrapper table tr td + td.kinner:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_302_clarityn_module_2/img/icon-plus.png) no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
body #kpage.page01 .ksection .ktable-wrapper table tr td + td.kinner * {
  opacity: 0;
}
body #kpage.page01 .ksection .ktable-wrapper table tr td + td.kinner.kactive * {
  opacity: 1;
}
body #kpage.page01 .ksection .ktable-wrapper table tr td + td.kinner.kactive:after {
  content: none;
}
body #kpage.page01 .ksection .ktable-wrapper table tr td + td.kinner td {
  border-top: 0;
  background-color: transparent;
  width: 50%;
  color: #0093d8;
  font-weight: normal;
}
body #kpage.page01 .ksection .ktable-wrapper table tr td + td.kinner td * {
  color: #0093d8;
  font-weight: normal;
}
body #kpage.page01 .ksection .ktable-wrapper table tr td + td.kinner td + td {
  color: #44b048;
}
body #kpage.page01 .ksection .ktable-wrapper table tr td + td.kinner td + td * {
  color: #44b048;
}
body #kpage.page01 .ksection .kfooter {
  border-top: 1px solid #5c6e7f;
  margin-top: 4em;
  padding-top: 4em;
  font-size: 12px;
}
body #kpage.page01 .ksection .kfooter p + p {
  margin-top: 1em;
}
body #kpage.page01 .ksection .kfooter .kcolum {
  align-items: center;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kfooter .kcolum .ktext {
    margin-left: 1em;
  }
}
body #kpage.page01 .ksection .kfooter small {
  font-size: 10px;
}
body #kpage.page01 .ksection .kfooter figure {
  margin: .75em 0;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kfooter figure {
    margin: 0 1em 0 0;
  }
}
body #kpage.page01 .ksection .kfooter p + p {
  margin-top: .25em;
}
body #kpage.page01 .ksection .kfooter .kbutton {
  display: inline-block;
  margin-bottom: 2em;
  padding: .5em 1em;
  border: 1px solid #5c6e7f;
}
body #kpage.page01 img {
  display: block;
  max-width: 100%;
  height: auto;
}

body #kpage.page02 .ksection {
  padding: 0;
  color: #5c6e7f;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection {
    padding: 0;
  }
}
body #kpage.page02 .ksection h1 {
  margin: 0 auto .75em auto;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4em;
  max-width: 480px;
  color: #01528d;
  padding-bottom: .25em;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection h1 {
    font-size: 1.875em;
  }
}
body #kpage.page02 .ksection h1 sup {
  font-size: 60%;
}
body #kpage.page02 .ksection h1 span {
  display: inline;
  line-height: 1.3;
  background-color: #5c6e7f;
}
body #kpage.page02 .ksection h2 {
  color: #0093d8;
  margin-top: 0;
  font-weight: bold;
  font-size: 1.4em;
  max-width: 480px;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection h2 {
    font-size: 1.875em;
  }
}
body #kpage.page02 .ksection h2 * {
  color: #0093d8;
  font-weight: bold;
}
body #kpage.page02 .ksection h2 sup {
  font-size: 60%;
}
body #kpage.page02 .ksection sup {
  color: inherit;
  font-size: 60%;
}
body #kpage.page02 .ksection h3 {
  margin: 0;
  text-align: center;
  font-weight: normal;
  font-size: 1.250em;
}
body #kpage.page02 .ksection h4 {
  margin: 0 0 .75em 0;
  font-size: 1.2em;
}
body #kpage.page02 .ksection .kimage-wrapper {
  margin: 2em 0;
}
body #kpage.page02 .ksection .kimage-wrapper img {
  width: 100%;
}
body #kpage.page02 .ksection ul {
  padding-left: 20px;
}
body #kpage.page02 .ksection ul li {
  font-size: 1em;
}
body #kpage.page02 .ksection ul li + li {
  margin-top: .5em;
}
body #kpage.page02 .ksection .kcontent {
  position: relative;
  font-size: 16px;
}
body #kpage.page02 .ksection .kcontent .knote-box {
  margin: 2.5em 0;
}
body #kpage.page02 .ksection .kcontent .knote-box h3 {
  font-size: 1em;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 1em;
  color: #ffffff;
  background-color: #44b048;
}
body #kpage.page02 .ksection .kcontent .knote-box h3 > div {
  margin: 0 auto;
  max-width: 480px;
}
body #kpage.page02 .ksection .kcontent .knote-box > div {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 1em;
  background-color: #ecf7ed;
}
body #kpage.page02 .ksection .kcontent .knote-box ul {
  margin: 0;
  padding-left: 1em;
}
body #kpage.page02 .ksection .kcontent .knote-box ul strong {
  color: #01528d;
}
body #kpage.page02 .ksection .kcontent.kcontent-1 {
  padding: 2em 0;
}
body #kpage.page02 .ksection .kcontent.kcontent-1 p.kstyled {
  position: relative;
  margin: 2em 0 1em 0;
  padding: .75em 1em;
  color: #ffffff;
  text-align: center;
  background-color: #a973ff;
}
body #kpage.page02 .ksection .kcontent.kcontent-1 p.kstyled:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-top: 25px solid #a973ff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: translateX(-50%);
}
body #kpage.page02 .ksection .kcontent.kcontent-2 {
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
  background: #e4f2fa;
}
body #kpage.page02 .ksection .kcontent.kcontent-2 .kwrap {
  position: relative;
  z-index: 1;
}
body #kpage.page02 .ksection .kcontent.kcontent-2 .knote-box {
  margin: 2em 0;
}
body #kpage.page02 .ksection .kcontent.kcontent-2 .knote-box h3 {
  color: #01528d;
  background-color: #fff200;
}
body #kpage.page02 .ksection .kcontent.kcontent-2 .knote-box h3 > div {
  max-width: 610px;
}
body #kpage.page02 .ksection .kcontent.kcontent-2 .knote-box > div {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 1em 2em;
  background-color: #fffee5;
}
body #kpage.page02 .ksection .kcontent.kcontent-2 .knote-box ul {
  padding-left: 1em;
}
body #kpage.page02 .ksection .kcontent.kcontent-2 .knote-box ul strong {
  color: #5c6e7f;
}
body #kpage.page02 .ksection .kcontent.kcontent-2 .kproduct-wrapper {
  margin-top: 3.5em;
}
body #kpage.page02 .ksection .kcontent.kcontent-2 .kproduct-wrapper .kbox figure {
  background-color: transparent;
  padding-bottom: 2em;
}
body #kpage.page02 .ksection .kcontent.kcontent-2 .kproduct-wrapper .kbox figure figcaption {
  max-width: 100%;
}
body #kpage.page02 .ksection .kcontent.kcontent-2 .kproduct-wrapper .kbox .ktoggle-wrapper {
  text-align: center;
}
body #kpage.page02 .ksection .kcontent.kcontent-2 .kproduct-wrapper .kbox .ktoggle-wrapper .ktoggle-opener {
  display: block;
}
body #kpage.page02 .ksection .kcontent.kcontent-2 .kproduct-wrapper .kbox .ktoggle-wrapper .ktoggle-content {
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .kcontent.kcontent-2 .kproduct-wrapper .kbox .ktoggle-wrapper .ktoggle-content.kpb {
    padding-bottom: 3.6em;
  }
}
body #kpage.page02 .ksection .kcontent.kcontent-3 {
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
  background-color: #ffffff;
}
body #kpage.page02 .ksection .kcontent.kcontent-3 h2 {
  text-align: left;
  font-weight: bold;
  margin-bottom: 1em;
  color: #bc0c2e;
}
body #kpage.page02 .ksection .kproduct-wrapper .kcolum-2 {
  justify-content: space-between;
}
body #kpage.page02 .ksection .kproduct-wrapper .kbox figure {
  background-color: #ffffff;
  padding-bottom: 1em;
}
body #kpage.page02 .ksection .kproduct-wrapper .kbox figure figcaption {
  color: #0093d8;
  margin-top: 0;
  font-weight: bold;
  text-align: center;
  font-size: 1.4em;
  max-width: 480px;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .kproduct-wrapper .kbox figure figcaption {
    font-size: 1.875em;
  }
}
body #kpage.page02 .ksection .kproduct-wrapper .kbox figure figcaption * {
  color: #0093d8;
  font-weight: bold;
}
body #kpage.page02 .ksection .kproduct-wrapper .kbox figure figcaption sup {
  font-size: 60%;
}
body #kpage.page02 .ksection .kproduct-wrapper .kbox figure img {
  margin: 1em auto 0 auto;
}
body #kpage.page02 .ksection .kproduct-wrapper .kbox.kactive {
  border-radius: 8px;
  background-color: #e4f2fa;
}
body #kpage.page02 .ksection .kproduct-wrapper .kbox .ktoggle-wrapper {
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background-color: #e4f2fa;
}
body #kpage.page02 .ksection .kproduct-wrapper .kbox .ktoggle-opener {
  border-radius: 8px;
  text-align: center;
  padding-right: 3em;
  font-size: 1em;
}
body #kpage.page02 .ksection .kproduct-wrapper .kbox .ktoggle-opener:after {
  content: '+';
  position: absolute;
  top: 0;
  right: .25em;
  line-height: 1;
  margin: 0;
  display: inline-block;
  font-size: 3em;
  font-weight: normal;
}
body #kpage.page02 .ksection .kproduct-wrapper .kbox .ktoggle-opener.kactive {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body #kpage.page02 .ksection .kproduct-wrapper .kbox .ktoggle-opener.kactive:after {
  content: '-';
}
body #kpage.page02 .ksection .kproduct-wrapper .kbox .ktoggle-content {
  padding: 1em;
  margin: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 0;
  text-align: center;
  background-color: transparent;
}
body #kpage.page02 .ksection .kproduct-wrapper .kbox .ktoggle-content * {
  text-align: center;
  font-size: 1em;
}
body #kpage.page02 .ksection .kproduct-wrapper .kbox .ktoggle-content * strong {
  color: #01528d;
}
body #kpage.page02 .ksection .kproduct-wrapper .kbox .ktoggle-content * em {
  font-style: normal;
  color: #0093d8;
}
body #kpage.page02 .ksection .ktoggle-wrapper {
  margin-top: 3em;
}
body #kpage.page02 .ksection .ktoggle-wrapper .kcolum {
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
body #kpage.page02 .ksection .ktoggle-wrapper .kimage-wrapper {
  position: relative;
}
body #kpage.page02 .ksection .ktoggle-wrapper .kimage-wrapper figure {
  margin: 0;
}
body #kpage.page02 .ksection .ktoggle-wrapper .ktoggle-content {
  height: 100%;
  overflow: hidden;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom: 4px solid #5c6e7f;
  background-color: #1cd8bf;
}
body #kpage.page02 .ksection .ktoggle-wrapper .ktoggle-content[kdata-content="kcontent-3"] {
  background-color: #7ebfff;
}
body #kpage.page02 .ksection .ktoggle-wrapper .ktoggle-content[kdata-content="kcontent-4"] {
  background-color: #7ebfff;
}
body #kpage.page02 .ksection .ktoggle-wrapper .ktoggle-content h2 {
  margin: 0;
  padding: 1em .5em;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  background-color: #5c6e7f;
}
body #kpage.page02 .ksection .ktoggle-wrapper .ktoggle-content > div {
  padding: 2em;
  color: #5c6e7f;
}
body #kpage.page02 .ksection .ktoggle-wrapper .ktoggle-content > div > div {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}
body #kpage.page02 .ksection .ktoggle-wrapper .ktoggle-content > div > div h4 {
  margin: 0 0 0 1em;
}
body #kpage.page02 .ksection .ktoggle-wrapper .ktoggle-content > div > div h4 span {
  display: block;
}
body #kpage.page02 .ksection .kquizz-wrapper {
  margin: 2em 0;
  text-align: center;
}
body #kpage.page02 .ksection .kquizz-wrapper h2 {
  text-align: center;
}
body #kpage.page02 .ksection .kquizz-wrapper > p {
  text-align: center;
}
body #kpage.page02 .ksection .kquizz-wrapper .kbuttons {
  margin-top: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body #kpage.page02 .ksection .kquizz-wrapper .kbuttons > * {
  width: 46%;
  margin-bottom: 1em;
}
body #kpage.page02 .ksection .kquizz-wrapper .kbuttons div {
  padding: 1em 2em;
  border: 1px solid #a973ff;
  font-size: 1.2em;
  cursor: pointer;
}
body #kpage.page02 .ksection .kquizz-wrapper .kbuttons div.kactive {
  color: #ffffff;
  font-weight: bold;
  background-color: #a973ff;
}
body #kpage.page02 .ksection .kquizz-wrapper .kreveal-answ-wrap {
  text-align: center;
}
body #kpage.page02 .ksection .kquizz-wrapper .kreveal-answ-wrap .kreveal-answ {
  display: inline-block;
  padding: 1em 2em;
  text-align: center;
  color: #ffffff;
  background-color: #5c6e7f;
  cursor: pointer;
}
body #kpage.page02 .ksection .kquizz-wrapper .kansw {
  margin-top: 1em;
}
body #kpage.page02 .ksection .kquizz-wrapper .kansw .kwrong,
body #kpage.page02 .ksection .kquizz-wrapper .kansw .kcorrect {
  display: none;
  margin-bottom: 2em;
}
body #kpage.page02 .ksection .kquizz-wrapper .kansw .kwrong strong,
body #kpage.page02 .ksection .kquizz-wrapper .kansw .kcorrect strong {
  color: #3771aa;
  font-size: 1.3em;
  display: block;
}
body #kpage.page02 .ksection .knote-wrapper {
  margin: 2em 0;
  padding: 0;
}
body #kpage.page02 .ksection .knote-wrapper ul {
  list-style: none none;
  padding: 0;
  margin: 0 0 2em 0;
}
body #kpage.page02 .ksection .knote-wrapper ul li {
  position: relative;
  padding-left: 3.6em;
  min-height: 42px;
  display: flex;
  align-items: center;
}
body #kpage.page02 .ksection .knote-wrapper ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 42px;
  height: 42px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_302_clarityn_module_2/img/icon-red-flag.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
body #kpage.page02 .ksection .knote-wrapper ul li figure {
  width: 80px;
  margin: 0 .75em 0 0;
}
body #kpage.page02 .ksection .knote-wrapper ul li p {
  width: 100%;
}
body #kpage.page02 .ksection .knote-wrapper ul li + li {
  margin-top: 1.5em;
}
body #kpage.page02 .ksection figure {
  margin: 0;
}
body #kpage.page02 img {
  display: block;
  height: auto;
  max-width: 100%;
}

body #kpage.page03 .ksection {
  padding: 0;
  color: #5c6e7f;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection {
    padding: 2em 0;
  }
}
body #kpage.page03 .ksection h1 {
  margin: 0 auto .25em auto;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4em;
  max-width: 480px;
  color: #01528d;
  padding-bottom: .25em;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection h1 {
    font-size: 1.875em;
  }
}
body #kpage.page03 .ksection h1 sup {
  font-size: 60%;
}
body #kpage.page03 .ksection h1 span {
  display: inline;
  line-height: 1.3;
  background-color: #5c6e7f;
}
body #kpage.page03 .ksection h3 {
  margin: 2em auto 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  color: #0093d8;
  max-width: 740px;
}
body #kpage.page03 .ksection h4 {
  margin: 0 0 .75em 0;
  font-size: 1.2em;
}
body #kpage.page03 .ksection .kimage-wrapper {
  margin: 2em 0;
}
body #kpage.page03 .ksection .kimage-wrapper img {
  width: 100%;
}
body #kpage.page03 .ksection .kimage-wrapper figcaption {
  padding: 1em;
  color: #ffffff;
  text-align: center;
  background-color: #a973ff;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .kimage-wrapper figcaption {
    padding: 1em 4em;
  }
}
body #kpage.page03 .ksection ul {
  padding-left: 20px;
}
body #kpage.page03 .ksection ul li {
  font-size: 1em;
}
body #kpage.page03 .ksection ul li + li {
  margin-top: .5em;
}
body #kpage.page03 .ksection .kcontent {
  position: relative;
  font-size: 16px;
}
body #kpage.page03 .ksection .kcontent.kcontent-1 p strong {
  color: #44b048;
}
body #kpage.page03 .ksection .ktoggle-box-wrapper {
  margin: 3em 0 0 0;
  justify-content: space-between;
}
body #kpage.page03 .ksection .ktoggle-box-wrapper.ktoggle-2 [kdata-title] {
  color: #0093d8;
  font-weight: bold;
}
body #kpage.page03 .ksection .ktoggle-box-wrapper.ktoggle-2 [kdata-title] strong {
  color: #0093d8;
  font-size: 1.2em;
}
body #kpage.page03 .ksection .ktoggle-box-wrapper .ktoggle-box {
  padding: 2em 1em;
  text-align: center;
  background-color: #e4f2fa;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  min-height: 170px;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .ktoggle-box-wrapper .ktoggle-box {
    padding: 2em 2.5em;
  }
}
body #kpage.page03 .ksection .ktoggle-box-wrapper .ktoggle-box > * {
  width: 100%;
}
body #kpage.page03 .ksection .ktoggle-box-wrapper .ktoggle-box [kdata-title] {
  text-align: center;
}
body #kpage.page03 .ksection .ktoggle-box-wrapper .ktoggle-box [kdata-title]:before {
  content: attr(kdata-title);
  display: block;
  color: #0093d8;
  font-weight: bold;
  font-size: 1.2em;
}
body #kpage.page03 .ksection .ktoggle-box-wrapper .ktoggle-box .khidden {
  margin: 0;
}
body #kpage.page03 .ksection .ktoggle-box-wrapper .ktoggle-box.kactive.kincorrect {
  color: #ffffff;
  background-color: #bc0c2e;
}
body #kpage.page03 .ksection .ktoggle-box-wrapper .ktoggle-box.kactive.kincorrect strong {
  color: #ffffff;
}
body #kpage.page03 .ksection .ktoggle-box-wrapper .ktoggle-box.kactive.kcorrect {
  color: #ffffff;
  background-color: #44b048;
}
body #kpage.page03 .ksection .ktoggle-box-wrapper .ktoggle-box.kactive.kcorrect strong {
  color: #ffffff;
}
body #kpage.page03 .ksection .ktoggle-box-wrapper .ktoggle-box.kactive [kdata-title] {
  display: none;
}
body #kpage.page03 .ksection .ktoggle-box-wrapper .ktoggle-box.kactive .khidden {
  display: block !important;
}
body #kpage.page03 .ksection .kquestions-wrapper {
  border-top: 1px solid #5c6e7f;
  margin-top: 3em;
}
body #kpage.page03 .ksection .kquestions-wrapper .ktoggle-box-wrapper .ktoggle-box {
  min-height: 107px;
}
body #kpage.page03 .ksection .kquestions-wrapper .ktoggle-box-wrapper .ktoggle-box + .ktoggle-box {
  margin-top: 1em;
}
body #kpage.page03 .ksection .kansw-1 {
  margin-top: 3em;
  padding-top: 2em;
  border-top: 1px solid #5c6e7f;
}
body #kpage.page03 .ksection .kcontent-3 .kwrap {
  border-top: 1px solid #5c6e7f;
  margin-top: 2em;
}
body #kpage.page03 .ksection .ktoggle-wrapper-2 .ktoggle-opener {
  background-color: #ffffff;
  border: 1px solid #5c6e7f;
  color: #5c6e7f;
  font-size: 14px;
  min-width: 230px;
  border-radius: 6px;
  text-align: left;
}
body #kpage.page03 .ksection .ktoggle-wrapper-2 .ktoggle-opener:after {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
body #kpage.page03 .ksection .ktoggle-wrapper-2 .ktoggle-opener ~ .ktoggle-opener {
  margin-top: 1em;
}
body #kpage.page03 .ksection .ktoggle-wrapper-2 .ktoggle-opener.kactive {
  border: 0;
  padding: 0 0 1em 0;
  text-align: left;
}
body #kpage.page03 .ksection .ktoggle-wrapper-2 .ktoggle-content {
  display: none;
  font-size: 12px;
}
body #kpage.page03 .ksection .ktoggle-wrapper-2 .ktoggle-content a {
  color: inherit;
  text-decoration: underline;
}
body #kpage.page03 .ksection .ktoggle-wrapper-2 .ktoggle-content em {
  font-style: normal;
  color: #01528d;
}
body #kpage.page03 .ksection .ktoggle-wrapper-2 .ktoggle-content em * {
  color: #01528d;
}
body #kpage.page03 .ksection .ktoggle-wrapper-2 .ktoggle-content[kdata-content="kcontent-5"] p {
  position: relative;
  padding-left: 2em;
}
body #kpage.page03 .ksection .ktoggle-wrapper-2 .ktoggle-content[kdata-content="kcontent-5"] p span {
  position: absolute;
  top: 0;
  left: 0;
}
body #kpage.page03 .ksection .ktoggle-wrapper-2 .ktoggle-content[kdata-content="kcontent-5"] p + p {
  margin-top: .5em;
}
body #kpage.page03 .ksection .ktoggle-wrapper-2 .ktoggle-content[kdata-content="kcontent-5"] p:last-of-type {
  padding-left: 0;
  margin-top: 2em;
}
body #kpage.page03 .ksection .kinfo-row {
  border-radius: 6px;
  padding: 1em 4em;
  text-align: center;
  background-color: #eff0f2;
  font-size: 12px;
}
body #kpage.page03 .ksection .kinfo-row a {
  color: #5c6e7f;
  text-decoration: underline;
}
body #kpage.page03 .ksection figure {
  margin: 0;
}
body #kpage.page03 img {
  display: block;
  height: auto;
  max-width: 100%;
}
