@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap");
body #kpage.page01 .ksection .kqustions ul {
  clear: both;
  padding: 0;
  list-style: none;
}
body #kpage.page01 .ksection .kqustions ul li {
  position: relative;
  padding: 0 0 0 40px;
}
body #kpage.page01 .ksection .kqustions ul li + li {
  margin-top: 30px;
}
body #kpage.page01 .ksection .kqustions ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_304_rennie_video_module/img/list-1.png) no-repeat 50% 50%;
}

body #kpage.page01 .ksection .ktab-wrapper .ktab-content ul {
  clear: both;
  padding: 0;
  list-style: none;
}
body #kpage.page01 .ksection .ktab-wrapper .ktab-content ul li {
  position: relative;
  padding: 0 0 0 40px;
}
body #kpage.page01 .ksection .ktab-wrapper .ktab-content ul li + li {
  margin-top: 20px;
}
body #kpage.page01 .ksection .ktab-wrapper .ktab-content ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_304_rennie_video_module/img/list-2.png) no-repeat 50% 50%;
  transform: translateY(-50%);
}

body #kpage.page01 .ksection .ktab-wrapper .ktab-content[kdata-tab-content="ktab-2"] ul {
  clear: both;
  padding: 0;
  list-style: none;
}
body #kpage.page01 .ksection .ktab-wrapper .ktab-content[kdata-tab-content="ktab-2"] ul li {
  position: relative;
  padding: 0 0 0 40px;
}
body #kpage.page01 .ksection .ktab-wrapper .ktab-content[kdata-tab-content="ktab-2"] ul li + li {
  margin-top: 20px;
}
body #kpage.page01 .ksection .ktab-wrapper .ktab-content[kdata-tab-content="ktab-2"] ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_304_rennie_video_module/img/list-3.png) no-repeat 50% 50%;
  transform: translateY(-50%);
}

body #kpage.page03 .ksection .knote-text ul {
  clear: both;
  padding: 0;
  list-style: none;
}
body #kpage.page03 .ksection .knote-text ul li {
  position: relative;
  padding: 0 0 0 40px;
}
body #kpage.page03 .ksection .knote-text ul li + li {
  margin-top: 20px;
}
body #kpage.page03 .ksection .knote-text ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_304_rennie_video_module/img/list-4.png) no-repeat 50% 50%;
  transform: translateY(-50%);
}

/*! 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: 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 ul li {
  line-height: 1.3;
  font-size: 1em;
}
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: 0;
  height: 1px;
  background: #333;
}
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 .ktext-left {
  text-align: left !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 .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 .kbutton-container {
  text-align: center;
}
div#kpage section.ksection .kbutton-container button {
  display: inline-block;
  padding: 1em;
  margin-top: 2em;
  border-radius: 18px;
  background: #0028AD;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(90deg, #0028ad 0%, #0074e8 100%);
  cursor: pointer;
}
div#kpage section.ksection .kbutton-container button:disabled {
  cursor: not-allowed;
}
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 .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: #f5f5f5;
  cursor: pointer;
}

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

*, *: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: #000;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  max-width: 1252px;
  margin-left: auto;
  margin-right: auto;
}
#kpage:after {
  content: " ";
  display: block;
  clear: both;
}
#kpage mark {
  color: #ec0a00;
  background-color: transparent;
}
#kpage .khightlight {
  color: #ec0a00;
}
#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: 2em 0;
  background: #FFF;
  background: linear-gradient(0deg, #ffffff 75%, #a60000 100%);
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection {
    padding: 3em 0;
  }
}
body #kpage.page01 .ksection .kcontent-wrapper {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
}
body #kpage.page01 .ksection .kcontent-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
body #kpage.page01 .ksection h1 {
  padding: 0 1em;
  margin: 0;
  text-align: center;
  color: #ec0a00;
  font-weight: bold;
  font-style: italic;
  font-size: 2.1em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection h1 {
    padding: 0;
    font-size: 2.188em;
  }
}
body #kpage.page01 .ksection h3 {
  margin: 0 0 1em 0;
  font-style: italic;
  font-size: 1.525em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection h3 {
    font-size: 1.625em;
  }
}
body #kpage.page01 .ksection h4 {
  margin: 0 0 .75em 0;
  font-size: 1.2em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection h4 {
    font-size: 1.2em;
  }
}
body #kpage.page01 .ksection .ktitle {
  padding: 1em;
  border-radius: 18px;
  background-color: #ffffff;
  text-align: center;
}
body #kpage.page01 .ksection .ktitle p {
  font-size: 1.263em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .ktitle p {
    font-size: 1.563em;
  }
}
body #kpage.page01 .ksection .kvideo-wrapper,
body #kpage.page01 .ksection .kimage-wrapper {
  margin: 3em 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 {
  position: relative;
  font-size: 16px;
  padding: 0 1em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent {
    padding: 0;
  }
}
body #kpage.page01 .ksection .kcontent a {
  text-decoration: underline;
}
body #kpage.page01 .ksection .kqustions ul {
  margin: 0;
  padding: 0;
}
body #kpage.page01 .ksection .kcustom-select {
  display: inline-block;
}
body #kpage.page01 .ksection .kcustom-select .kselect {
  border: none;
  outline: none;
  font-weight: bold;
}
body #kpage.page01 .ksection .kcustom-select .kselect option {
  padding: .25em;
}
body #kpage.page01 .ksection .kcustom-select .kselect.kincorrect {
  color: #ec0a00;
  text-align: center;
}
body #kpage.page01 .ksection .kcustom-select .kselect.kcorrect {
  color: #00bab5;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
}
body #kpage.page01 .ksection .knote {
  padding: 1.6em;
  border-radius: 18px;
  border: 2px solid #ec0a00;
  background-color: #ffffff;
}
body #kpage.page01 .ksection .klearning {
  margin: 3em 0 2em 0;
}
body #kpage.page01 .ksection .kinfo-wrapper {
  margin-bottom: 3em;
  padding: 2em;
  border-radius: 18px;
  background-color: #eaeaea;
}
body #kpage.page01 .ksection .kinfo-wrapper h3 {
  text-align: center;
  padding: 0;
  font-weight: 700;
  font-size: 2em;
  color: #ec0a00;
  margin-bottom: 0.6em;
}
body #kpage.page01 .ksection .kinfo-wrapper p.kstyled u,
body #kpage.page01 .ksection .kinfo-wrapper p.kstyled i {
  font-weight: 700;
}
body #kpage.page01 .ksection .knote-box {
  margin-top: 2em;
  padding: 1em;
  background-color: #ffffff;
  text-align: center;
}
body #kpage.page01 .ksection .knote-box p em {
  color: #ec0a00;
  font-style: normal;
}
body #kpage.page01 .ksection .knote-box p em * {
  color: inherit;
  font-weight: inherit;
}
body #kpage.page01 .ksection .ktab-wrapper {
  margin-top: 2em;
  border-radius: 18px;
  overflow: hidden;
}
body #kpage.page01 .ksection .ktab-wrapper .ktabs {
  display: flex;
  justify-content: space-between;
}
body #kpage.page01 .ksection .ktab-wrapper .ktabs > div {
  padding: 1em;
  width: 50%;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4173E4;
  background: linear-gradient(0deg, #4173e4 0%, #1a2da9 100%);
  opacity: .5;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .ktab-wrapper .ktabs > div {
    font-size: 1.6em;
  }
}
body #kpage.page01 .ksection .ktab-wrapper .ktabs > div span {
  font-weight: bold;
}
body #kpage.page01 .ksection .ktab-wrapper .ktabs > div[kdata-tab="ktab-2"] {
  background: #CA1100;
  background: linear-gradient(0deg, #ca1100 0%, #a60000 100%);
}
body #kpage.page01 .ksection .ktab-wrapper .ktabs > div.kactive {
  opacity: 1;
}
body #kpage.page01 .ksection .ktab-wrapper .ktab-content {
  display: none;
  padding: 2em 1em;
  border-top: 4px solid #0074e7;
  background-color: #f1f7fd;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .ktab-wrapper .ktab-content {
    padding: 2.5em;
  }
}
body #kpage.page01 .ksection .ktab-wrapper .ktab-content[kdata-tab-content="ktab-2"] {
  border-top: 4px solid #ca1100;
  background-color: #faf2f2;
}
body #kpage.page01 .ksection .ktab-wrapper .ktab-content.kactive {
  display: block;
}
body #kpage.page01 .ksection .ktab-wrapper .ktab-content ul {
  margin: 0;
}
body #kpage.page01 .ksection .ktab-wrapper .ktab-content p + ul {
  margin-top: 1em;
}
body #kpage.page01 .ksection .kfooter {
  margin-top: 1em;
  font-size: 12px;
  margin-top: 4em;
  padding-top: 4em;
  border-top: 1px solid #000;
}
body #kpage.page01 .ksection .kfooter .kbutton {
  display: inline-block;
  padding: 1em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.35);
}
body #kpage.page01 .ksection .kfooter .kcolum {
  margin-top: 2em;
  align-items: center;
  display: flex;
  flex-wrap: inherit;
}
body #kpage.page01 .ksection .kfooter p + p {
  margin-top: 1em;
}
body #kpage.page01 .ksection .kfooter figure {
  margin: 0 1em 0 0;
}
body #kpage.page01 img {
  display: block;
  height: auto;
  max-width: 100%;
}

body #kpage.page02 .ksection {
  padding: 2em 0;
  color: #000;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection {
    padding: 2em 0;
  }
}
body #kpage.page02 .ksection h1 {
  padding-top: 0;
  margin: 0 0 1em 0;
  color: #ec0a00;
  font-weight: bold;
  font-style: italic;
  font-size: 2em;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection h1 {
    font-size: 2.188em;
  }
}
body #kpage.page02 .ksection h3 {
  margin: 0 0 1em 0;
  font-style: italic;
  font-size: 1.525em;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection h3 {
    font-size: 1.625em;
  }
}
body #kpage.page02 .ksection h4 {
  margin: 0 0 .75em 0;
  font-size: 1.2em;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection h4 {
    font-size: 1.2em;
  }
}
body #kpage.page02 .ksection .kimage-wrapper {
  margin: 3em 0;
}
body #kpage.page02 .ksection .kimage-wrapper img {
  width: 100%;
}
body #kpage.page02 .ksection .kimage-wrapper figcaption {
  margin-top: 1em;
}
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-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
body #kpage.page02 .ksection .kcontent-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
body #kpage.page02 .ksection .kslider-wrapper {
  position: relative;
  margin: 3em 0em;
}
@media (min-width: 640px) {
  body #kpage.page02 .ksection .kslider-wrapper {
    margin: 3em 2em;
  }
}
body #kpage.page02 .ksection .kslider-wrapper:before, body #kpage.page02 .ksection .kslider-wrapper:after {
  content: " ";
  display: table;
}
body #kpage.page02 .ksection .kslider-wrapper:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
body #kpage.page02 .ksection .kslider-wrapper {
  *zoom: 1;
}
body #kpage.page02 .ksection .kslider-wrapper .owl-stage-outer {
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #ebebeb;
}
body #kpage.page02 .ksection .kslider-wrapper .owl-item {
  float: left;
}
body #kpage.page02 .ksection .kslider-wrapper .kitem {
  padding: 2em 1em;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .kslider-wrapper .kitem {
    padding: 2em 3.5em;
  }
}
body #kpage.page02 .ksection .kslider-wrapper .kitem .kcolum {
  align-items: center;
  justify-content: space-between;
}
body #kpage.page02 .ksection .kslider-wrapper .kitem figure img {
  display: none;
}
@media (min-width: 640px) {
  body #kpage.page02 .ksection .kslider-wrapper .kitem figure img {
    display: block;
  }
}
body #kpage.page02 .ksection .kslider-wrapper .kitem figure figcaption {
  display: block;
  margin: 0 2em;
  font-weight: bold;
  color: #ffffff;
  background-color: #ec0a00;
  padding: 1em;
  text-align: center;
}
body #kpage.page02 .ksection .kslider-wrapper .kitem figure figcaption i {
  font-weight: bold;
  font-size: 1.3em;
}
@media (min-width: 640px) {
  body #kpage.page02 .ksection .kslider-wrapper .kitem figure figcaption {
    display: none;
  }
}
body #kpage.page02 .ksection .kslider-wrapper .kitem .knote-box {
  margin-top: 2em;
  padding: 1em;
  border-radius: 18px;
  background-color: #ffffff;
  text-align: left;
  font-size: .875em;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .kslider-wrapper .kitem .knote-box {
    padding: 1em 2em;
  }
}
body #kpage.page02 .ksection .kslider-wrapper .kitem .knote-box h3 {
  margin: 0 0 1em 0;
  font-size: 1.2em;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .kslider-wrapper .kitem .knote-box h3 {
    font-size: 1.2em;
  }
}
body #kpage.page02 .ksection .kslider-wrapper .kitem .knote-box p strong,
body #kpage.page02 .ksection .kslider-wrapper .kitem .knote-box p em {
  color: #ec0a00;
  font-style: normal;
}
body #kpage.page02 .ksection .kslider-wrapper .owl-nav {
  display: block;
}
body #kpage.page02 .ksection .kslider-wrapper .owl-nav.disabled {
  display: none;
}
body #kpage.page02 .ksection .kslider-wrapper .owl-nav .owl-prev,
body #kpage.page02 .ksection .kslider-wrapper .owl-nav .owl-next {
  border: 0;
  position: absolute;
  top: 4em;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_304_rennie_video_module/img/arr-l.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .kslider-wrapper .owl-nav .owl-prev,
  body #kpage.page02 .ksection .kslider-wrapper .owl-nav .owl-next {
    top: 50%;
    width: 56px;
    height: 56px;
  }
}
body #kpage.page02 .ksection .kslider-wrapper .owl-nav .owl-prev {
  left: .5em;
}
@media (min-width: 640px) {
  body #kpage.page02 .ksection .kslider-wrapper .owl-nav .owl-prev {
    left: -1.7em;
  }
}
body #kpage.page02 .ksection .kslider-wrapper .owl-nav .owl-next {
  right: .5em;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_304_rennie_video_module/img/arr-r.png) no-repeat center center;
  background-size: contain;
}
@media (min-width: 640px) {
  body #kpage.page02 .ksection .kslider-wrapper .owl-nav .owl-next {
    right: -1.7em;
  }
}
body #kpage.page02 .ksection .kslider-wrapper .owl-nav span {
  display: none;
}
body #kpage.page02 .ksection .kslider-wrapper .owl-dots {
  clear: both;
  padding: 1em 0 0 0;
  width: 100%;
  text-align: center;
}
body #kpage.page02 .ksection .kslider-wrapper .owl-dots.disabled {
  display: none;
}
body #kpage.page02 .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.page02 .ksection .kslider-wrapper .owl-dots button span {
  display: block;
  background: rgba(0, 116, 232, 0.2);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  line-height: 1;
  overflow: hidden;
}
body #kpage.page02 .ksection .kslider-wrapper .owl-dots button.active span {
  background: #0074e8;
}
body #kpage.page02 .ksection .knote {
  padding: 1.6em;
  border-radius: 18px;
  border: 2px solid #ec0a00;
  background-color: #ffffff;
}
body #kpage.page02 .ksection .knote h4 {
  font-style: italic;
  margin-bottom: .25em;
}
body #kpage.page02 .ksection .kproducts-wrapper .kcolum {
  justify-content: space-between;
}
body #kpage.page02 .ksection .kproducts-wrapper img {
  margin: 0 auto;
  max-width: 260px !important;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .kproducts-wrapper img {
    max-width: 100%;
  }
}
body #kpage.page02 .ksection .kmore-info-wrapper {
  margin: 3em 0;
}
body #kpage.page02 .ksection .ktoggle-button {
  position: relative;
  padding: .5em 1em;
  border-radius: 18px;
  background: #0028AD;
  background: linear-gradient(90deg, #0028ad 0%, #0074e8 100%);
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  font-size: 1.525em;
  cursor: pointer;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .ktoggle-button {
    font-size: 1.625em;
  }
}
body #kpage.page02 .ksection .ktoggle-button:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: .5em;
  font-style: normal;
  font-size: 1.8em;
  transform: translateY(-55%);
}
body #kpage.page02 .ksection .kproduct-info {
  display: none;
  padding: 2em;
  background-color: #ebebeb;
}
body #kpage.page02 .ksection .kproduct-info.kactive {
  display: block;
}
body #kpage.page02 .ksection .kproduct-info hr {
  background: rgba(0, 0, 0, 0.35);
}
body #kpage.page02 .ksection .kproduct-info h3 {
  margin-bottom: .5em;
  font-size: 1.35em;
}
body #kpage.page02 .ksection .kproduct-info p + h3 {
  margin-top: 1em;
}
body #kpage.page02 .ksection figure {
  margin: 0;
}
body #kpage.page02 img {
  display: block;
  height: auto;
  max-width: 100%;
}

body #kpage.page03 .ksection {
  padding: 2em 0;
  color: #000;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection {
    padding: 2em 0;
  }
}
body #kpage.page03 .ksection h1 {
  padding-top: 0;
  margin: 0 0 1em 0;
  color: #ec0a00;
  font-weight: bold;
  font-style: italic;
  font-size: 2em;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection h1 {
    font-size: 2.188em;
  }
}
body #kpage.page03 .ksection h3 {
  margin: 0 0 1em 0;
  font-style: italic;
  font-size: 1.525em;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection h3 {
    font-size: 1.625em;
  }
}
body #kpage.page03 .ksection h4 {
  margin: 0 0 .75em 0;
  font-size: 1.2em;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection h4 {
    font-size: 1.2em;
  }
}
body #kpage.page03 .ksection p em {
  font-weight: inherit;
}
body #kpage.page03 .ksection p em * {
  font-weight: inherit;
}
body #kpage.page03 .ksection p strong * {
  font-weight: inherit;
}
body #kpage.page03 .ksection .kimage-wrapper {
  margin: 2em 0;
}
body #kpage.page03 .ksection .kimage-wrapper img {
  width: 100%;
}
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 .knote {
  margin: 3em 0;
  padding: 1.6em;
  border-radius: 18px;
  border: 2px solid #ec0a00;
  background-color: #ffffff;
}
body #kpage.page03 .ksection .knote ul {
  margin: 0;
}
body #kpage.page03 .ksection .kcontent-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
body #kpage.page03 .ksection .kcontent-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
body #kpage.page03 .ksection .knote-text {
  margin: 2em 0;
  position: relative;
}
body #kpage.page03 .ksection .knote-text ul {
  margin: 0;
}
body #kpage.page03 .ksection .kred-flag {
  margin: 3em 0;
  padding: 1em;
  border-radius: 18px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background: #C30000;
  background: linear-gradient(90deg, #c30000 0%, #ed0a00 100%);
}
body #kpage.page03 .ksection .kred-flag p {
  margin: 0 auto;
  font-size: 1.2em;
  font-weight: bold;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .kred-flag p {
    max-width: 70%;
    font-size: 1.375em;
  }
}
body #kpage.page03 .ksection .ktoggle-wrapper-3 .ktoggle-opener {
  display: inline-block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.35);
  padding: .75em 1em;
  font-size: 1.2em;
  font-weight: bold;
  min-width: 222px;
  text-align: center;
  cursor: pointer;
}
body #kpage.page03 .ksection .ktoggle-wrapper-3 .ktoggle-opener:after {
  content: '+';
  display: inline-block;
  vertical-align: 1px;
  padding-left: 10px;
}
body #kpage.page03 .ksection .ktoggle-wrapper-3 .ktoggle-opener.kactive {
  padding-left: 0;
  text-align: left;
  border-color: transparent;
}
body #kpage.page03 .ksection .ktoggle-wrapper-3 .ktoggle-opener.kactive:after {
  content: none;
}
body #kpage.page03 .ksection .ktoggle-wrapper-3 .ktoggle-opener.kactive + .ktoggle-content {
  display: block;
}
body #kpage.page03 .ksection .ktoggle-wrapper-3 .ktoggle-content {
  display: none;
}
body #kpage.page03 .ksection .ktoggle-wrapper-3 .ktoggle-content p {
  position: relative;
  padding-left: 20px;
}
body #kpage.page03 .ksection .ktoggle-wrapper-3 .ktoggle-content p span {
  position: absolute;
  left: 0;
  top: 0;
}
body #kpage.page03 .ksection .ktoggle-wrapper-3 .ktoggle-content p:last-of-type {
  padding-left: 0;
}
body #kpage.page03 .ksection .ktoggle-wrapper-3 .ktoggle-content p + p {
  margin-top: .5em;
}
body #kpage.page03 .ksection .kfooter {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid #000;
  font-size: 12px;
}
body #kpage.page03 .ksection .kfooter h4 {
  margin: 3em 0 0 0;
}
body #kpage.page03 .ksection .kfooter .kcolum {
  position: relative;
  margin-top: 1em;
  justify-content: space-between;
}
@media (min-width: 640px) {
  body #kpage.page03 .ksection .kfooter .kcolum.kcolum-2 > * {
    width: 45%;
  }
}
body #kpage.page03 .ksection .kfooter .kcolum:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
@media (min-width: 640px) {
  body #kpage.page03 .ksection .kfooter .kcolum:after {
    content: '';
  }
}
body #kpage.page03 .ksection .kfooter a {
  color: inherit;
  text-decoration: underline;
}
body #kpage.page03 .ksection .kfooter .kfooter-note {
  margin-top: 3em;
  padding: 1em;
  color: #3e4858;
  font-size: 12px;
  text-align: center;
  background-color: #ebebeb;
}
body #kpage.page03 .ksection .ktable-wrapper {
  margin: 2em 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
body #kpage.page03 .ksection .ktable-wrapper table {
  width: 100%;
  border-collapse: collapse;
}
body #kpage.page03 .ksection .ktable-wrapper th, body #kpage.page03 .ksection .ktable-wrapper td {
  word-wrap: break-word;
}
body #kpage.page03 .ksection .ktable-wrapper th {
  font-weight: bold;
  font-style: italic;
  font-size: 1.4em;
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .ktable-wrapper th {
    padding: 20px 14px;
  }
}
body #kpage.page03 .ksection .ktable-wrapper td {
  font-size: 1.2em;
  padding: 8px;
  font-weight: bold;
  font-style: italic;
  background-color: #fff;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .ktable-wrapper td {
    padding: 20px 14px;
  }
}
body #kpage.page03 .ksection .ktable-wrapper td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}
body #kpage.page03 .ksection .ktable-wrapper td span {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_304_rennie_video_module/img/icon-0.png) no-repeat center center;
  background-size: contain;
}
body #kpage.page03 .ksection .ktable-wrapper td span.kcorrect:not(.kselected) {
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_304_rennie_video_module/img/icon-3.png);
}
body #kpage.page03 .ksection .ktable-wrapper td:nth-child(2) span.kselected {
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_304_rennie_video_module/img/icon-4.png);
}
body #kpage.page03 .ksection .ktable-wrapper td:nth-child(2) span.kselected.kcorrect {
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_304_rennie_video_module/img/icon-1.png);
}
body #kpage.page03 .ksection .ktable-wrapper td:nth-child(2) span.kselected.kincorrect-selected {
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_304_rennie_video_module/img/icon-3.png);
}
body #kpage.page03 .ksection .ktable-wrapper td:nth-child(3) span.kcorrect {
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_304_rennie_video_module/img/icon-2.png);
}
body #kpage.page03 .ksection .ktable-wrapper td:nth-child(3) span.kselected {
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_304_rennie_video_module/img/icon-5.png);
}
body #kpage.page03 .ksection .ktable-wrapper td:nth-child(3) span.kselected.kcorrect {
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_304_rennie_video_module/img/icon-2.png);
}
body #kpage.page03 .ksection .ktable-wrapper td:nth-child(3) span.kselected.kincorrect-selected {
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_304_rennie_video_module/img/icon-3.png);
}
body #kpage.page03 .ksection .ktable-wrapper td + td {
  text-align: center;
}
body #kpage.page03 .ksection figure {
  margin: 0;
}
body #kpage.page03 img {
  display: block;
  height: auto;
  max-width: 100%;
}
