@font-face {
  font-family: 'gotham';
  src: url("https://cdn.cigdigital.net/fonts/gotham-htf-book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham';
  src: url("https://cdn.cigdigital.net/fonts/Gotham-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url("https://cdn.cigdigital.net/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url("https://cdn.cigdigital.net/fonts/OpenSans-Light") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url("https://cdn.cigdigital.net/fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url("https://cdn.cigdigital.net/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url("https://cdn.cigdigital.net/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/*! 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 {
  max-width: 1300px !important;
  margin: 0 auto;
}

div#kpage section.ksection {
  position: relative;
  margin: 0 auto;
  padding: 1em;
}
@media (min-width: 1024px) {
  div#kpage section.ksection {
    padding: 1em 0;
  }
}
div#kpage section.ksection * {
  line-height: 1.2;
}
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;
}
div#kpage section.ksection h1 {
  color: #3E4858;
  font-size: 1.778em;
  font-weight: 300;
}
div#kpage section.ksection h2 {
  color: #3E4858;
  font-size: 1.222em;
  font-weight: 300;
}
div#kpage section.ksection h3 {
  color: #3E4858;
  font-size: 1.5em;
}
div#kpage section.ksection strong {
  font-weight: 600;
}
div#kpage section.ksection p {
  margin: 0;
}
div#kpage section.ksection p + p {
  margin-top: 1em;
}
div#kpage section.ksection .kbutton-wrapper {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.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;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

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

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

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

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

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

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

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

.owl-carousel .animated {
  animation-duration: 1s;
  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-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

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

.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;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

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

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

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

#kpage {
  font-family: 'Inter', sans-serif;
  font-size: 1.125em;
  line-height: 1.2;
  color: #424447;
  font-weight: 300;
  position: relative;
  background-size: 100% auto;
}
#kpage .kcontent {
  max-width: 1125px;
  margin: 0 auto;
}
#kpage mark {
  color: #3E4858;
  background-color: transparent;
}
#kpage .khightlight {
  color: #3E4858;
}
#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;
}

div#kpage.page01 .ksection {
  position: relative;
  padding: 0;
}
div#kpage.page01 .ksection:before, div#kpage.page01 .ksection:after {
  content: " ";
  display: table;
}
div#kpage.page01 .ksection:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
div#kpage.page01 .ksection {
  *zoom: 1;
}
div#kpage.page01 .ksection sup {
  font-size: 63%;
}
div#kpage.page01 .ksection .khidden {
  display: none;
}
div#kpage.page01 .kbutton {
  display: inline-block;
  padding: .25em .5em;
  font-size: .875em;
  border: 1px solid #3E4858;
}
@media (min-width: 768px) {
  div#kpage.page01 .kbutton {
    padding: .5em 1em;
  }
}
div#kpage.page01 .ktop-banner {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1em;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam/img/ktop-banner.png) no-repeat 0 0;
  background-size: cover;
}
@media (min-width: 768px) {
  div#kpage.page01 .ktop-banner {
    padding: 1em 0;
    min-height: 23em;
    background-size: 100% auto;
  }
}
div#kpage.page01 .ktop-banner .kcontent {
  position: relative;
  width: 100%;
}
div#kpage.page01 .ktop-banner .kcontent > div {
  color: #ffffff;
}
div#kpage.page01 .ktop-banner h1 {
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  margin: 1em 0;
  line-height: 1.2;
}
@media (min-width: 640px) {
  div#kpage.page01 .ktop-banner h1 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  div#kpage.page01 .ktop-banner h1 {
    font-size: 3.625em;
    max-width: 12em;
    margin: .5em 0;
  }
}
div#kpage.page01 .ktop-banner .ktimer-wrapper img {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
}
div#kpage.page01 .kcolumn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
div#kpage.page01 .kcolumn.kcolumn-2 > * {
  width: 100%;
}
@media (min-width: 768px) {
  div#kpage.page01 .kcolumn.kcolumn-2 > * {
    width: 50%;
  }
}
div#kpage.page01 .kcolumn.kcolumn-3 > * {
  width: 31%;
}
@media (min-width: 768px) {
  div#kpage.page01 .kcolumn.kcolumn-3 > * {
    width: 31%;
  }
}
div#kpage.page01 .kcolumn.kcolumn-4 > * {
  width: 50%;
}
@media (min-width: 768px) {
  div#kpage.page01 .kcolumn.kcolumn-4 > * {
    width: 25%;
  }
}
div#kpage.page01 .kcolumn.kcolumn-5 > * {
  width: 50%;
}
@media (min-width: 768px) {
  div#kpage.page01 .kcolumn.kcolumn-5 > * {
    width: 20%;
  }
}
div#kpage.page01 .kintro-text .kbutton-wrapper {
  margin: 2.5em 0 1em 0;
}
div#kpage.page01 .kbox-wrapper {
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 768px) {
  div#kpage.page01 .kbox-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
div#kpage.page01 .kbox-wrapper h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 2em;
  padding-top: 0.75em;
  padding-left: 2.8em;
  font-size: 1.5em;
  font-weight: 600;
}
@media (min-width: 768px) {
  div#kpage.page01 .kbox-wrapper h2 {
    font-size: 2.500em;
    margin-bottom: 1.7em;
  }
}
div#kpage.page01 .kbox-wrapper h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 2em;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam/img/icon-num-1.png) no-repeat center center;
  background-size: contain;
}
@media (min-width: 768px) {
  div#kpage.page01 .kbox-wrapper h2:before {
    width: 2.4em;
    height: 2.4em;
  }
}
div#kpage.page01 .kbox-wrapper h2[kdata-num="2"]:before {
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam/img/icon-num-2.png);
}
div#kpage.page01 .kbox-wrapper h2[kdata-num="3"]:before {
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam/img/icon-num-3.png);
}
div#kpage.page01 .kbox-wrapper h2[kdata-num="4"]:before {
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam/img/icon-num-4.png);
}
div#kpage.page01 .kbox-wrapper h2[kdata-num="5"]:before {
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam/img/icon-num-5.png);
}
div#kpage.page01 .kbox-wrapper h2[kdata-num="6"]:before {
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam/img/icon-num-6.png);
}
div#kpage.page01 .kbox-wrapper h2[kdata-num="7"]:before {
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam/img/icon-num-7.png);
}
div#kpage.page01 .kbox-1 {
  padding: 2.5em 1em 1em 1em;
}
div#kpage.page01 .kbox-1 .kcontent > p strong {
  font-size: 1.2em;
}
div#kpage.page01 .kbox-1 .ktoggle-box-wrapper {
  color: #ffffff;
}
div#kpage.page01 .kbox-1 .ktoggle-box-wrapper ul {
  margin: 0;
  padding-left: 1em;
}
div#kpage.page01 .kbox-1 .ktoggle-box-wrapper ul li + li {
  margin-top: .5em;
}
div#kpage.page01 .kbox-1 .ktoggle-box-wrapper.kactive {
  background-color: #3E4858;
}
div#kpage.page01 .kbox-1 .ktoggle-opener {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: .5em 2em;
  border-radius: 1.2em;
  font-size: 1.2em;
  background-color: #3E4858;
  color: #ffffff;
}
div#kpage.page01 .kbox-1 .ktoggle-opener:after {
  content: '+';
  margin-left: .5em;
}
div#kpage.page01 .kbox-1 .ktoggle-opener.kactive {
  display: none;
}
div#kpage.page01 .kbox-1 .ktoggle-content {
  padding: 2em;
}
div#kpage.page01 .kbox-1 .ktoggle-content h3 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: 600;
  color: #ffffff;
}
div#kpage.page01 .kbox-1 .kbutton-wrapper {
  margin: 1em 0;
  text-align: left;
  font-size: .875em;
}
div#kpage.page01 .kbox-2 {
  padding-bottom: 3em;
  background-color: #EEF2F3;
}
div#kpage.page01 .kbox-2 .kcontent .kmd {
  font-size: 1.2em;
}
div#kpage.page01 .kbox-2 figure {
  margin: 2em 0;
}
div#kpage.page01 .kbox-2 img {
  margin: 0 auto;
}
div#kpage.page01 .kbox-2 .knote-box {
  padding: 1em;
  text-align: center;
  background-color: #3E4858;
  color: #ffffff;
}
div#kpage.page01 .kbox-2 .knote-box p {
  font-size: 1.2em;
}
div#kpage.page01 .kbox-2 .knote-box h3 {
  margin: 0 0 .5em 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5em;
}
div#kpage.page01 .kbox-3 {
  padding-bottom: 2em;
}
div#kpage.page01 .kbox-3 p > em {
  font-weight: 600;
  font-style: normal;
  color: #46C1ED;
}
div#kpage.page01 .kbox-3 .kimage-wrapper {
  position: relative;
  margin: 2.4em 0;
}
div#kpage.page01 .kbox-3 .kimage-wrapper img {
  margin: 0 auto;
}
div#kpage.page01 .kbox-3 .kimage-wrapper a {
  position: absolute;
  top: 43%;
  left: 0;
  width: 24px;
}
@media (min-width: 640px) {
  div#kpage.page01 .kbox-3 .kimage-wrapper a {
    width: 32px;
  }
}
@media (min-width: 768px) {
  div#kpage.page01 .kbox-3 .kimage-wrapper a {
    width: auto;
  }
}
div#kpage.page01 .kbox-3 .kimage-wrapper a:nth-child(1) {
  left: 15%;
}
div#kpage.page01 .kbox-3 .kimage-wrapper a:nth-child(2) {
  top: 0;
  left: 45%;
}
div#kpage.page01 .kbox-3 .kimage-wrapper a:nth-child(3) {
  left: 80%;
}
div#kpage.page01 .kbox-3 .kcolumn-3 {
  font-size: 0.675em;
}
@media (min-width: 768px) {
  div#kpage.page01 .kbox-3 .kcolumn-3 {
    font-size: 1em;
  }
}
div#kpage.page01 .kbox-3 .kcolumn-3 > div {
  opacity: 0;
  height: 0;
  max-width: 18em;
  text-align: center;
}
div#kpage.page01 .kbox-3 .kcolumn-3 > div.kactive {
  height: auto;
  opacity: 1;
}
div#kpage.page01 .kbox-3 .kcolumn-3 > div p {
  margin-left: auto;
  margin-right: auto;
  max-width: 13.5em;
}
div#kpage.page01 .kbox-3 .kcolumn-3 > div h3 {
  position: relative;
  margin: 0 0 1em 0;
  padding-bottom: 1em;
  font-size: 1.175em;
  text-align: center;
}
div#kpage.page01 .kbox-3 .kcolumn-3 > div h3:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2em;
  height: .25em;
  background: #cd7567;
  background: linear-gradient(90deg, #cd7567 0%, #f37523 50%, #fcce62 100%);
  transform: translateX(-50%);
}
div#kpage.page01 .kbox-3 .kcolumn-3 > div:nth-child(1) {
  left: 15%;
}
div#kpage.page01 .kbox-3 .kcolumn-3 > div:nth-child(2) {
  top: 0;
  left: 45%;
}
div#kpage.page01 .kbox-3 .kcolumn-3 > div:nth-child(3) {
  left: 80%;
}
div#kpage.page01 .kbox-3 p.kstyled {
  font-size: 1.2em;
}
div#kpage.page01 .kbox-3 p.kstyled strong {
  display: block;
  margin: 0 auto;
  text-align: center;
  background: #CD7567;
  background: linear-gradient(to right, #cd7567 0%, #f37523 50%, #fcce62 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  div#kpage.page01 .kbox-3 p.kstyled strong {
    max-width: 60%;
  }
}
div#kpage.page01 .kbox-3 p.kstyled strong em {
  font-style: normal;
  font-weight: 600;
}
div#kpage.page01 .kbox-4 {
  padding-bottom: 2em;
  background-color: #3E4858;
  color: #ffffff;
}
div#kpage.page01 .kbox-4 h2 {
  color: #ffffff;
}
div#kpage.page01 .kbox-4 .ktoggle-box-wrapper {
  margin: 2em 0;
}
div#kpage.page01 .kbox-4 ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  text-align: center;
}
div#kpage.page01 .kbox-4 ul li {
  margin-bottom: 1em;
}
div#kpage.page01 .kbox-4 ul li a {
  position: relative;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  min-height: 10rem;
}
@media (min-width: 768px) {
  div#kpage.page01 .kbox-4 ul li a {
    min-height: 12rem;
  }
}
div#kpage.page01 .kbox-4 ul li a:before {
  content: '?';
  margin: 0 auto;
  border-radius: 50%;
  display: block;
  color: #3E4858;
  background-color: #eef2f3;
  width: 1.875em;
  height: 1.875em;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.875em;
  margin-bottom: 1em;
}
div#kpage.page01 .kbox-4 ul li.kactive:nth-child(1) a:before, div#kpage.page01 .kbox-4 ul li.kactive:nth-child(3) a:before, div#kpage.page01 .kbox-4 ul li.kactive:nth-child(5) a:before {
  content: '';
  background: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam/img/icon-cross.png) no-repeat center center;
  background-size: contain;
}
div#kpage.page01 .kbox-4 ul li.kactive:nth-child(2) a:before, div#kpage.page01 .kbox-4 ul li.kactive:nth-child(4) a:before {
  content: '';
  background: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam/img/icon-tick.png) no-repeat center center;
  background-size: contain;
}
div#kpage.page01 .kbox-4 ul li div {
  opacity: 0;
  height: 0;
  font-size: .9em;
}
div#kpage.page01 .kbox-4 ul li div.kactive {
  opacity: 1;
  height: auto;
}
div#kpage.page01 .kbox-4 ul em {
  display: block;
  margin-bottom: .5em;
  color: #46C1ED;
  font-style: normal;
  font-weight: 600;
}
div#kpage.page01 .kbox-4 ul strong {
  display: block;
  margin-bottom: .5em;
  color: #FF8500;
  font-weight: 600;
}
div#kpage.page01 .kbox-4 .knote {
  display: none;
  margin: 2em 0;
  padding: 1em;
  text-align: center;
  background-color: #ffffff;
  color: #3E4858;
}
@media (min-width: 768px) {
  div#kpage.page01 .kbox-4 .knote {
    padding: 1em 4em;
  }
  div#kpage.page01 .kbox-4 .knote p {
    max-width: 800px;
    margin: 0 auto;
  }
}
div#kpage.page01 .kbox-5 {
  padding-bottom: 2em;
}
div#kpage.page01 .kbox-5 ul {
  list-style: none none;
  margin: 0;
  padding: 0;
}
div#kpage.page01 .kbox-5 ul li {
  position: relative;
  padding: 1em;
  border: 1px solid rgba(62, 72, 88, 0.5);
}
div#kpage.page01 .kbox-5 ul li > div {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  font-size: .875em;
  text-align: center;
}
@media (min-width: 768px) {
  div#kpage.page01 .kbox-5 ul li > div {
    font-size: 1em;
    padding: 1em 2em;
  }
}
div#kpage.page01 .kbox-5 ul li > div.kactive {
  display: flex;
  align-items: center;
}
div#kpage.page01 .kbox-5 ul li:nth-child(1) > div {
  background-color: rgba(62, 72, 88, 0.9);
}
div#kpage.page01 .kbox-5 ul li:nth-child(2) > div {
  background-color: rgba(255, 133, 0, 0.9);
}
div#kpage.page01 .kbox-5 ul li:nth-child(3) > div {
  background-color: rgba(70, 193, 237, 0.9);
}
div#kpage.page01 .kbox-5 ul img {
  margin: 0 auto;
}
div#kpage.page01 .kbox-5 p.kstyled {
  background: #CD7567;
  background: linear-gradient(to right, #cd7567 0%, #f37523 50%, #fcce62 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 1.2em;
}
@media (min-width: 768px) {
  div#kpage.page01 .kbox-5 p.kstyled {
    max-width: 70%;
    margin: 1em auto;
  }
}
div#kpage.page01 .kbox-5 p.kstyled * {
  color: inherit;
  background: #CD7567;
  background: linear-gradient(to right, #cd7567 0%, #f37523 50%, #fcce62 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
div#kpage.page01 .kbox-5 p em {
  color: #46C1ED;
  font-weight: 600;
  font-style: normal;
}
div#kpage.page01 .kbox-5 .kcolumn-3 {
  margin: 2em 0;
}
div#kpage.page01 .kbox-5 .kcolumn-3 > * {
  width: 100%;
}
@media (min-width: 640px) {
  div#kpage.page01 .kbox-5 .kcolumn-3 {
    margin: 2.4em 0;
  }
  div#kpage.page01 .kbox-5 .kcolumn-3 > * {
    width: 31%;
  }
}
div#kpage.page01 .kbox-5 figure {
  margin: 0;
  text-align: center;
}
div#kpage.page01 .kbox-5 figure:nth-child(2) img {
  transform: translateX(10px);
}
div#kpage.page01 .kbox-5 figure img {
  margin: 0 auto;
  max-width: 80px;
}
@media (min-width: 768px) {
  div#kpage.page01 .kbox-5 figure img {
    max-width: 100%;
  }
}
div#kpage.page01 .kbox-5 figure figcaption {
  margin: 1em 0 0 0;
}
div#kpage.page01 .kbox-5 figure h3 {
  position: relative;
  margin: 0 0 1em 0;
  padding-bottom: 1em;
  font-size: .875em;
  text-align: center;
}
@media (min-width: 768px) {
  div#kpage.page01 .kbox-5 figure h3 {
    font-size: 1.175em;
  }
}
div#kpage.page01 .kbox-5 figure h3:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2em;
  height: .25em;
  background: #cd7567;
  background: linear-gradient(90deg, #cd7567 0%, #f37523 50%, #fcce62 100%);
  transform: translateX(-50%);
}
div#kpage.page01 .kbox-5 .knote {
  margin: 2em 0;
  padding: 1em;
  text-align: center;
  background-color: #EEF2F3;
  color: #3E4858;
}
@media (min-width: 768px) {
  div#kpage.page01 .kbox-5 .knote {
    padding: 1em 4em;
  }
  div#kpage.page01 .kbox-5 .knote p {
    max-width: 800px;
    margin: 0 auto;
  }
}
div#kpage.page01 .kbox-5 .ktoggle-box-wrapper .kcolumn-3 {
  color: #ffffff;
}
div#kpage.page01 .kbox-5 .ktoggle-box-wrapper .kcolumn-3 strong {
  color: #ffffff;
}
div#kpage.page01 .kbox-5 .ktoggle-box-wrapper + p {
  text-align: center;
}
div#kpage.page01 .kbox-6 {
  padding-bottom: 2em;
  background-color: #3E4858;
  color: #ffffff;
}
div#kpage.page01 .kbox-6 h2 {
  color: #ffffff;
}
div#kpage.page01 .kbox-6 ol {
  list-style: none none;
  margin: 2.4em 0 1em 0;
  padding: 0;
}
div#kpage.page01 .kbox-6 ol:before, div#kpage.page01 .kbox-6 ol:after {
  content: " ";
  display: table;
}
div#kpage.page01 .kbox-6 ol:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
div#kpage.page01 .kbox-6 ol {
  *zoom: 1;
}
div#kpage.page01 .kbox-6 ol li {
  display: block;
  border: 1px solid #ffffff;
  border-radius: .5em;
  padding: 1em;
  width: 100%;
  float: right;
  margin-bottom: 2em;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 640px) {
  div#kpage.page01 .kbox-6 ol li {
    max-width: 75%;
  }
}
div#kpage.page01 .kbox-6 ol li p {
  font-size: 1.25em;
}
div#kpage.page01 .kbox-6 ol li:nth-child(2n+1) {
  float: left;
  background-color: #ffffff;
}
div#kpage.page01 .kbox-6 ol li:nth-child(2n+1) p {
  background: #CD7567;
  background: linear-gradient(to right, #cd7567 0%, #f37523 50%, #fcce62 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
div#kpage.page01 .kbox-6 h4 {
  font-size: 1.25em;
}
div#kpage.page01 .kbox-6 .kcolumn-2 {
  align-items: center;
}
div#kpage.page01 .kbox-6 .kcolumn-2 > * {
  width: 100%;
}
@media (min-width: 640px) {
  div#kpage.page01 .kbox-6 .kcolumn-2 > * {
    width: 49%;
  }
}
div#kpage.page01 .kbox-6 .kcolumn-2 p {
  margin: 0;
  display: inline-block;
  padding: 2em 1em;
  margin-bottom: 1em;
  font-size: .875em;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  background-color: #FF8500;
  border-radius: 1em;
}
@media (min-width: 640px) {
  div#kpage.page01 .kbox-6 .kcolumn-2 p {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  div#kpage.page01 .kbox-6 .kcolumn-2 p {
    font-size: 1.25em;
  }
}
div#kpage.page01 .kbox-6 .kcolumn-2 p:nth-child(2) {
  background-color: #46C1ED;
}
div#kpage.page01 .kbox-6 .knote {
  margin: 2em 0;
  padding: 1em;
  text-align: center;
  background-color: #ffffff;
  color: #3E4858;
}
@media (min-width: 768px) {
  div#kpage.page01 .kbox-6 .knote {
    padding: 1em 4em;
  }
  div#kpage.page01 .kbox-6 .knote p {
    max-width: 800px;
    margin: 0 auto;
  }
}
div#kpage.page01 .kbox-7 {
  padding-bottom: 2em;
  background-color: #ffffff;
}
div#kpage.page01 .kbox-7 .kimage-wrapper {
  margin: 2em 0;
}
div#kpage.page01 .kbox-7 .kimage-wrapper img {
  margin: 0 auto;
}
div#kpage.page01 .kbox-7 h3 {
  margin-bottom: 0;
}
div#kpage.page01 .kbox-7 p em {
  color: #46C1ED;
  font-weight: 600;
  font-style: normal;
}
div#kpage.page01 .kbox-7 .ktoggle-box-wrapper {
  margin: 2em 0;
}
div#kpage.page01 .kbox-7 .ktoggle-box-wrapper > * {
  width: 100%;
}
@media (min-width: 768px) {
  div#kpage.page01 .kbox-7 .ktoggle-box-wrapper > * {
    width: 31%;
  }
}
div#kpage.page01 .kbox-7 .ktoggle-box-wrapper > div {
  position: relative;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  div#kpage.page01 .kbox-7 .ktoggle-box-wrapper > div {
    margin-bottom: 0;
  }
}
div#kpage.page01 .kbox-7 .ktoggle-box-wrapper > div:nth-child(2) div[kdata-content].kactive {
  background-color: #FF8500;
}
div#kpage.page01 .kbox-7 .ktoggle-box-wrapper > div:nth-child(3) div[kdata-content].kactive {
  background-color: #46C1ED;
}
div#kpage.page01 .kbox-7 .ktoggle-box-wrapper a[kdata-opener] {
  min-height: 15em;
  display: flex;
  align-items: center;
  border: 1px solid rgba(62, 72, 88, 0.5);
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #3E4858;
}
@media (min-width: 768px) {
  div#kpage.page01 .kbox-7 .ktoggle-box-wrapper a[kdata-opener] {
    min-height: 19.4em;
  }
}
div#kpage.page01 .kbox-7 .ktoggle-box-wrapper a[kdata-opener] strong {
  display: block;
  color: #FF8500;
  font-size: 3.75em;
}
div#kpage.page01 .kbox-7 .ktoggle-box-wrapper div[kdata-content] {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
div#kpage.page01 .kbox-7 .ktoggle-box-wrapper div[kdata-content] > div {
  padding: 1em;
  color: #ffffff;
}
div#kpage.page01 .kbox-7 .ktoggle-box-wrapper div[kdata-content].kactive {
  display: flex;
  align-items: center;
  background-color: #FF8500;
}
div#kpage.page01 .kbox-8 {
  padding-bottom: 2em;
  background: #cd7567;
  background: linear-gradient(45deg, #cd7567 0%, #f37523 50%, #fcce62 100%);
  color: #ffffff;
}
div#kpage.page01 .kbox-8 h2 {
  color: #ffffff;
}
div#kpage.page01 .kbox-8 ul {
  margin-top: 1em;
  padding-left: 1em;
}
div#kpage.page01 .kbox-8 ul li + li {
  margin-top: .5em;
}
div#kpage.page01 .kbox-9 {
  margin: 2em auto;
}
div#kpage.page01 .kbox-9 p {
  padding: 1em;
  text-align: center;
}
@media (min-width: 768px) {
  div#kpage.page01 .kbox-9 p {
    margin: 4em auto;
    padding: 0;
  }
}
div#kpage.page01 .kbox-9 p em {
  color: #46C1ED;
  font-weight: 600;
  font-style: normal;
}
div#kpage.page01 .ktoggle-opener[kdata-toggle="kcontent-1"]:after {
  content: '';
}
div#kpage.page01 .ktoggle-opener.kactive:after {
  content: '-';
}
div#kpage.page01 .ktoggle-content {
  display: none;
  padding: 0 0 2em 0;
}
div#kpage.page01 .ktoggle-content[kdata-toggle-content="kcontent-1"] {
  display: block;
}
div#kpage.page01 .ktoggle-content p {
  margin: 0;
}
div#kpage.page01 .ktoggle-content p strong {
  color: inherit;
}
div#kpage.page01 .ktoggle-content p.kstyled {
  margin: 1em 0 0 0;
  padding: 1em;
  border: 1px solid #3E4858;
  text-align: center;
}
div#kpage.page01 .ktoggle-content p.kstyled a {
  text-decoration: underline;
}
div#kpage.page01 .ktoggle-content a {
  text-decoration: none;
  color: inherit;
}
div#kpage.page01 .ktoggle-content h3 {
  margin-bottom: 0;
  font-size: 1em;
}
div#kpage.page01 .ktoggle-content h3.kstyle-1 {
  color: #46C1ED;
}
div#kpage.page01 .ktoggle-content h3.kstyle-3 {
  color: #FF8500;
}
div#kpage.page01 .ktoggle-content .kcontent {
  padding: 0;
}
div#kpage.page01 .ktoggle-content[kdata-toggle-content="kcontent-1"] p + p {
  margin-top: .25em;
}
div#kpage.page01 .ktoggle-content[kdata-toggle-content="kcontent-1"] p:last-of-type {
  margin-top: 2em;
}
div#kpage.page01 hr {
  display: block;
  margin: 3em auto;
  max-width: 1252px;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  border-top: 1px solid rgba(62, 72, 88, 0.5);
}
div#kpage.page01 hr:after {
  content: " ";
  display: block;
  clear: both;
}
div#kpage.page01 .kfooter {
  font-size: 0.7em;
  padding: 0 1em 4em 1em;
}
div#kpage.page01 .kfooter img {
  margin: 0 auto;
}
div#kpage.page01 .kfooter .kcontent {
  position: relative;
}
div#kpage.page01 .kfooter .kcontent * {
  font-size: 11px;
}
div#kpage.page01 .kfooter .kcontent .kfooter-content {
  margin-bottom: 2em;
  top: 0;
  right: 0;
}
div#kpage.page01 .kfooter .kcontent .kfooter-content p {
  text-align: right;
}
div#kpage.page01 .kfooter .kcontent .kfooter-content p + p {
  margin: 0;
}
@media (min-width: 768px) {
  div#kpage.page01 .kfooter .kcontent .kfooter-content {
    margin-bottom: 0;
    position: absolute;
  }
}
div#kpage.page01 .kfooter .kbutton {
  font-size: 1.2em;
  font-weight: 600;
  display: block;
  position: relative;
  padding: .75em .5em;
  text-align: center;
  border: 1px solid #424447;
  text-decoration: none;
  color: inherit;
  max-width: 190px;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage.page01 .kfooter .kbutton {
    margin-top: 0;
  }
}
div#kpage.page01 .kfooter .kbutton[kdata-toggle="kcontent-1"] {
  pointer-events: none;
  border: 0;
  text-align: left;
  padding: 0 0 0 0;
}
div#kpage.page01 .kfooter .kbutton[kdata-toggle="kcontent-1"]:after {
  content: none;
}
div#kpage.page01 .kfooter .kbutton:after {
  content: '+';
  display: inline-block;
  margin-left: .5em;
  vertical-align: middle;
}
div#kpage.page01 .kfooter .kbutton.kactive {
  border: 0;
  text-align: left;
  padding: 0 0 0 0;
}
div#kpage.page01 .kfooter .kbutton.kactive:after {
  content: none;
}
div#kpage.page01 .kfooter .kfooter-content p {
  margin: 0;
  line-height: 1;
}
div#kpage.page01 .kfooter .kfooter-content p + p {
  margin-top: .75em;
}
div#kpage.page01 .kfooter-two {
  margin: 0;
  padding: 2em 1em;
  background: #72777e;
  font-size: 12px;
}
div#kpage.page01 .kfooter-two:before, div#kpage.page01 .kfooter-two:after {
  content: " ";
  display: table;
}
div#kpage.page01 .kfooter-two:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
div#kpage.page01 .kfooter-two {
  *zoom: 1;
}
div#kpage.page01 .kfooter-two img {
  float: left;
}
div#kpage.page01 .kfooter-two * {
  font-size: 11px;
}
div#kpage.page01 .kfooter-two p {
  margin-top: 1em;
  float: right;
  text-align: right;
  color: #000000;
}
div#kpage.page01 img {
  display: block;
  max-width: 100%;
}
