@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap");
body #kpage.page01 .ksection ul {
  list-style: none none;
  clear: both;
  margin: 1em 0 0 0;
  padding: 0;
}
body #kpage.page01 .ksection ul li {
  position: relative;
  padding: 0 0 0 1em;
  font-size: 1em;
  line-height: 1.2;
}
body #kpage.page01 .ksection ul li:before {
  content: "•";
  color: #141C4D;
  position: absolute;
  top: 0;
  left: 0;
}
body #kpage.page01 .ksection ul li + li {
  margin-top: .5em;
}

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("https://cdn.cigdigital.net/fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2"), url("https://cdn.cigdigital.net/fonts/HelveticaNeueLTStd-Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("https://cdn.cigdigital.net/fonts/HelveticaNeueLTStd-BlkIt.woff2") format("woff2"), url("https://cdn.cigdigital.net/fonts/HelveticaNeueLTStd-BlkIt.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("https://cdn.cigdigital.net/fonts/HelveticaNeueLTStd-Hv.woff2") format("woff2"), url("https://cdn.cigdigital.net/fonts/HelveticaNeueLTStd-Hv.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("https://cdn.cigdigital.net/fonts/HelveticaNeueLTStd-Lt.woff2") format("woff2"), url("https://cdn.cigdigital.net/fonts/HelveticaNeueLTStd-Lt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("https://cdn.cigdigital.net/fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2"), url("https://cdn.cigdigital.net/fonts/HelveticaNeueLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-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: 'Helvetica Neue LT Std', 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;
  margin: 2em 0;
}
div#kpage section.ksection .kbutton-container button {
  display: inline-block;
  padding: 1em;
  margin: 2em;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  background: #00B5E3;
  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-2-3 {
  flex-wrap: wrap;
}
div#kpage section.ksection .kcolum.kcolum-2-3 > * {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-2-3 > * {
    width: 50%;
    margin-bottom: 0;
    margin-top: 0;
  }
  div#kpage section.ksection .kcolum.kcolum-2-3 > * + * {
    width: 38%;
  }
}
div#kpage section.ksection .kcolum.kcolum-3 {
  justify-content: space-between;
}
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-4 {
  justify-content: space-between;
}
div#kpage section.ksection .kcolum.kcolum-4 > * {
  width: 50%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-4 > * {
    width: 24%;
    margin-bottom: 0;
    margin-top: 0;
  }
}
div#kpage section.ksection .kcolum.kcolum-5 {
  justify-content: space-between;
}
div#kpage section.ksection .kcolum.kcolum-5 > * {
  width: 50%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-5 > * {
    width: 19%;
    margin-bottom: 0;
    margin-top: 0;
  }
}
div#kpage section.ksection .kcolum.kcolum-1-2 {
  align-items: center;
}
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 {
    margin-right: 2em;
    width: 24%;
  }
}
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-22-1 > * {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-22-1 > * {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-22-1 > figure {
    width: 45%;
  }
}
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: #C4D600;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

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

#kpage {
  font-family: 'Inter', sans-serif;
  font-size: 1em;
  line-height: 1.3;
  color: #141C4D;
  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: #00B5E3;
  background-color: transparent;
}
#kpage .khightlight {
  color: #00B5E3;
}
#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;
}
@keyframes kpulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
body #kpage.page01 .ksection {
  padding: 0;
}
body #kpage.page01 .ksection .kcontent-wrapper {
  margin: 0 auto;
}
body #kpage.page01 .ksection * {
  word-break: break-word;
}
body #kpage.page01 .ksection h1 {
  margin: 0;
  font-family: 'Helvetica Neue LT Std', sans-serif;
  color: #C4D600;
  font-size: 3em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection h1 {
    font-size: 5.125em;
  }
}
body #kpage.page01 .ksection h2 {
  margin: 0 0 .5em 0;
  font-size: 2em;
  font-weight: 900;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection h2 {
    font-size: 2.5em;
  }
}
body #kpage.page01 .ksection h2.kstyled-2 {
  font-size: 2.425em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection h2.kstyled-2 {
    font-size: 3.125em;
  }
}
body #kpage.page01 .ksection h2.kstyled {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-size: 1.8em;
  text-align: center;
  font-weight: 900;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection h2.kstyled {
    font-size: 2.2em;
  }
}
body #kpage.page01 .ksection h2.kstyled span {
  padding: 0 .75em;
  font-weight: inherit;
  font-family: inherit;
}
body #kpage.page01 .ksection h2.kstyled:before, body #kpage.page01 .ksection h2.kstyled:after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  max-width: 20px;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection h2.kstyled:before, body #kpage.page01 .ksection h2.kstyled:after {
    max-width: 200px;
  }
}
body #kpage.page01 .ksection h2.kstyled:before {
  left: 0;
  background: #141C4D;
  background: linear-gradient(90deg, rgba(20, 28, 77, 0) 0%, #141c4d 50%);
}
body #kpage.page01 .ksection h2.kstyled:after {
  right: 0;
  background: #141C4D;
  background: linear-gradient(90deg, #141c4d 50%, rgba(20, 28, 77, 0) 100%);
}
body #kpage.page01 .ksection ul > ul {
  margin-top: .5em;
}
body #kpage.page01 .ksection p a *,
body #kpage.page01 .ksection p u *,
body #kpage.page01 .ksection p i *,
body #kpage.page01 .ksection p em *,
body #kpage.page01 .ksection p strong * {
  color: inherit;
  font-weight: inherit;
}
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;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
body #kpage.page01 .ksection .kcontent:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent {
    padding: 0;
  }
}
body #kpage.page01 .ksection .kcontent a {
  text-decoration: underline;
}
body #kpage.page01 .ksection .kstep-title {
  margin: 1em 0;
  padding: .75em .5em;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  color: #C4D600;
  font-size: 2em;
  background-color: #141C4D;
  text-align: center;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kstep-title {
    font-size: 3.125em;
    border-top-right-radius: 3.125em;
    border-bottom-right-radius: 3.125em;
  }
}
body #kpage.page01 .ksection .kstep-title h2 {
  margin: 0;
  font-size: 1em;
  font-weight: 900;
  text-align: center;
  color: #00B5E3;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kstep-title h2 {
    font-size: 1em;
  }
}
body #kpage.page01 .ksection .kstep-title h2.kstyled-3 {
  margin: 0;
  color: #C4D600;
}
body #kpage.page01 .ksection .kstep-title h3 {
  margin: 0;
  color: #ffffff;
  font-size: 0.42em;
  font-weight: normal;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kstep-title h3 {
    font-size: 0.72em;
  }
}
body #kpage.page01 .ksection .knote-text {
  margin: 2em 0;
  padding: 1em 1.5em;
  background-color: #F2F2F2;
  color: #414042;
}
body #kpage.page01 .ksection .knote-text strong {
  color: #141C4D;
}
body #kpage.page01 .ksection .kitem-usage {
  margin: 3em 0;
}
body #kpage.page01 .ksection .kitem-usage h5 {
  font-size: 1.2em;
}
body #kpage.page01 .ksection .kitem-usage h5 em {
  color: #00B5E3;
  font-style: normal;
}
body #kpage.page01 .ksection .kitem-usage figure {
  margin-left: auto;
  margin-right: auto;
  max-width: 80px;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kitem-usage figure {
    max-width: 100%;
  }
}
body #kpage.page01 .ksection .kproduct-descr {
  padding: 2em 1em;
  border-radius: 24px;
  color: #ffffff;
  background: #00B5E3;
  background: linear-gradient(90deg, #00b5e3 0%, #141d4d 100%);
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kproduct-descr {
    padding: 3em 2em;
  }
}
body #kpage.page01 .ksection .kproduct-descr h3 {
  text-align: center;
  font-size: 1.375em;
  margin: 0 auto;
  max-width: 600px;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kproduct-descr h3 {
    font-size: 1.875em;
  }
}
body #kpage.page01 .ksection .kproduct-descr ul {
  margin: 2em 0;
}
body #kpage.page01 .ksection .kproduct-descr ul li:before {
  color: #ffffff;
}
body #kpage.page01 .ksection .kproduct-descr .kcolum {
  margin: 2em 0;
  align-items: center;
}
body #kpage.page01 .ksection .kprod-box {
  padding: 2em 1em;
  text-align: center;
  border-radius: 24px;
  color: #ffffff;
  background: #00B5E3;
  background: linear-gradient(90deg, #00b5e3 0%, #141d4d 100%);
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kprod-box {
    padding: 3em 2em;
  }
}
body #kpage.page01 .ksection .kprod-box h3 {
  text-align: center;
  font-size: 1.375em;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kprod-box h3 {
    font-size: 1.875em;
  }
}
body #kpage.page01 .ksection .kprod-box figure {
  margin: 2em auto;
}
body #kpage.page01 .ksection .kprod-box figure img {
  margin: 0 auto;
}
body #kpage.page01 .ksection .kstyled-box {
  margin: 2em 0;
  padding: 2em 1em;
  border-radius: 24px;
  background: #D9F4FB;
  background: linear-gradient(180deg, #d9f4fb 0%, #ffffff 18%, #d9f4fb 36%, #b3e9f7 100%);
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kstyled-box {
    padding: 3em 4em;
  }
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kstyled-box h2.kstyled:before, body #kpage.page01 .ksection .kstyled-box h2.kstyled:after {
    max-width: 240px;
  }
}
body #kpage.page01 .ksection .kstyled-box > p {
  margin: 2em auto;
  text-align: center;
  font-size: 1.475em;
  max-width: 630px;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kstyled-box > p {
    font-size: 1.875em;
  }
}
body #kpage.page01 .ksection .kstyled-box > p em {
  font-style: normal;
  color: #00B5E3;
}
body #kpage.page01 .ksection .kstyled-box > p small {
  display: block;
  font-size: .575em;
}
body #kpage.page01 .ksection .kstyled-box ul {
  margin: 2em 0;
  list-style: none none;
}
body #kpage.page01 .ksection .kstyled-box ul li:before {
  content: none;
}
body #kpage.page01 .ksection .kstyled-box ul li figure {
  text-align: center;
}
body #kpage.page01 .ksection .kstyled-box ul li figure img {
  margin: 0 auto;
  max-width: 100px;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kstyled-box ul li figure img {
    max-width: 100%;
  }
}
body #kpage.page01 .ksection .kstyled-box ul li figure figcaption {
  margin-top: .5em;
}
body #kpage.page01 .ksection .kbanner-wrapper {
  margin: 2em 0;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kbanner-wrapper {
    margin: 4em 0;
  }
}
body #kpage.page01 .ksection .knote-box-item {
  margin-top: 2em;
  position: relative;
  display: flex;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .knote-box-item {
    align-items: center;
  }
}
body #kpage.page01 .ksection .knote-box-item:before {
  content: '';
  display: block;
  margin-right: 1em;
  width: 125px;
  height: 125px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_330_dymista_scrolling/img/pic-3.png) no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .knote-box-item:before {
    margin-right: 2em;
    background-position: center center;
  }
}
body #kpage.page01 .ksection .knote-box-item p em {
  color: #E4032E;
}
body #kpage.page01 .ksection .knote-box-item p + p {
  margin: 0;
}
body #kpage.page01 .ksection .kcontent-0 {
  margin-bottom: 2em;
  padding: 1em;
  position: relative;
  background: #C2D400;
  background: linear-gradient(180deg, #c2d400 0%, #c2d400 85%, #ffffff 100%);
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent-0 {
    padding: 0 0 1em 0;
  }
}
body #kpage.page01 .ksection .kcontent-0 .ktop-banner-wrapper {
  color: #141C4D;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent-0 .ktop-banner-wrapper {
    background: url(https://cdn.cigdigital.net/imports/production/cigh_330_dymista_scrolling/img/page-bgr.jpg) no-repeat top right;
  }
}
body #kpage.page01 .ksection .kcontent-0 .ktop-banner-wrapper h1 {
  margin: .5em 0;
  font-size: 2.4em;
  max-width: 600px;
  color: #141C4D;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent-0 .ktop-banner-wrapper h1 {
    font-size: 4.25em;
  }
}
body #kpage.page01 .ksection .kcontent-0 .ktop-banner-wrapper h1 span {
  display: block;
  font-weight: inherit;
  font-size: 0.541em;
}
body #kpage.page01 .ksection .kcontent-0 .knote-box {
  margin-top: 2.5em;
  padding: .75em 1em;
  border-radius: 24px;
  background: #00B4E2;
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  background: linear-gradient(90deg, #00b4e2 0%, #141d4d 100%);
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent-0 .knote-box {
    margin-top: 3.5em;
    font-size: 1.2em;
  }
}
body #kpage.page01 .ksection .kcontent-0 .ktoggle-wrapper {
  margin-top: 2em;
}
body #kpage.page01 .ksection .kcontent-0 .ktoggle-wrapper .ktoggle-opener {
  position: relative;
  display: inline-block;
  padding: .75em 1em;
  font-weight: 900;
  border-radius: 18px;
  font-size: 1em;
  color: #C4D600;
  background-color: #141C4D;
  cursor: pointer;
}
body #kpage.page01 .ksection .kcontent-0 .ktoggle-wrapper .ktoggle-opener:after {
  content: '+';
  display: inline-block;
  margin-left: 1em;
  font-weight: 900;
  vertical-align: middle;
}
body #kpage.page01 .ksection .kcontent-0 .ktoggle-wrapper .ktoggle-content {
  display: none;
}
body #kpage.page01 .ksection .kcontent-0 .ktoggle-wrapper.kactive .ktoggle-opener {
  padding-left: 0;
  background-color: transparent;
  color: #141C4D;
  font-size: 1.2em;
}
body #kpage.page01 .ksection .kcontent-0 .ktoggle-wrapper.kactive .ktoggle-opener:after {
  content: none;
}
body #kpage.page01 .ksection .kcontent-0 .ktoggle-wrapper.kactive .ktoggle-content {
  display: block;
}
body #kpage.page01 .ksection .kcontent-0 .kcontent {
  padding: 1em 0;
}
body #kpage.page01 .ksection .kcontent-0 .klogo {
  margin: 1em auto;
}
body #kpage.page01 .ksection .kcontent-0 .kscroll {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
}
body #kpage.page01 .ksection .kcontent-0 .kscroll:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  transform: translateY(-50%);
  background: #141D4D;
  background: linear-gradient(90deg, rgba(20, 29, 77, 0) 0%, #141d4d 40%, #141d4d 60%, rgba(20, 29, 77, 0) 100%);
}
body #kpage.page01 .ksection .kcontent-0 .kscroll p {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  background-color: #ffffff;
  z-index: 1;
}
body #kpage.page01 .ksection .kcontent-0 .kscroll p:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  width: 30px;
  height: 30px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_330_dymista_scrolling/img/arr-scroll.png) no-repeat center center;
  background-size: contain;
}
body #kpage.page01 .ksection .kcontent-2,
body #kpage.page01 .ksection .kcontent-3 {
  margin: 1em 0;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent-2,
  body #kpage.page01 .ksection .kcontent-3 {
    margin: 4em 0;
  }
}
body #kpage.page01 .ksection .kcontent-1 {
  margin: 4em 0;
  color: #414042;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent-1 {
    margin: 6em 0 4em 0;
  }
}
body #kpage.page01 .ksection .kcontent-1 p em {
  color: #141C4D;
}
body #kpage.page01 .ksection .kcontent-1 .kquest-wrapper .kquest {
  margin: 2em 0;
  overflow: hidden;
  border-radius: 24px;
}
body #kpage.page01 .ksection .kcontent-1 .kquest-wrapper .kbutton-wrapper {
  margin: 1em;
}
body #kpage.page01 .ksection .kcontent-1 .kquest-wrapper .kbutton-wrapper .kreveal-btn {
  display: inline-block;
  padding: .75em 1.4em;
  border-radius: 18px;
  text-align: center;
  color: #141C4D;
  font-weight: 900;
  cursor: pointer;
  background-color: #C4D600;
}
body #kpage.page01 .ksection .kcontent-1 .kquest-wrapper .kbutton-wrapper .kreveal-btn.kdisabled {
  display: none;
}
body #kpage.page01 .ksection .kcontent-1 table, body #kpage.page01 .ksection .kcontent-1 td, body #kpage.page01 .ksection .kcontent-1 th {
  border: 0;
}
body #kpage.page01 .ksection .kcontent-1 table {
  border-collapse: collapse;
}
body #kpage.page01 .ksection .kcontent-1 table thead tr td {
  color: #141C4D;
  font-weight: 900;
  text-align: center;
  background-color: #00B5E3;
  border: 0;
  padding: 1em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent-1 table thead tr td {
    font-size: 1.1em;
  }
}
body #kpage.page01 .ksection .kcontent-1 table tbody tr:nth-child(2n + 1) td {
  background-color: #CCF0F9;
}
body #kpage.page01 .ksection .kcontent-1 table tbody tr td {
  padding: .75em 1em;
  color: #141C4D;
  text-align: center;
}
body #kpage.page01 .ksection .kcontent-1 table tbody tr td:nth-child(1) {
  text-align: left;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent-1 table tbody tr td:nth-child(1) {
    width: 60%;
  }
}
body #kpage.page01 .ksection .kcontent-1 table tbody tr td:nth-child(2) {
  width: 26%;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent-1 table tbody tr td:nth-child(2) {
    width: 15%;
  }
}
body #kpage.page01 .ksection .kcontent-1 table tbody tr td:nth-child(3) {
  width: 26%;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent-1 table tbody tr td:nth-child(3) {
    width: 15%;
  }
}
body #kpage.page01 .ksection .kcontent-1 table tbody tr td .kicon-empty {
  border: 0;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #B9BBC9;
  cursor: pointer;
}
body #kpage.page01 .ksection .kcontent-1 table tbody tr td .kicon-empty {
  transition: all 0.3s ease;
}
body #kpage.page01 .ksection .kcontent-1 table tbody tr td .kicon-empty:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #141C4D;
  transform: translate(-50%, -50%);
}
body #kpage.page01 .ksection .kcontent-1 table tbody tr td .kicon-empty.kselected {
  transform: scale(1.1);
}
body #kpage.page01 .ksection .kcontent-1 table tbody tr td .kicon-empty.kselected:after {
  content: '';
}
body #kpage.page01 .ksection .kcontent-1 table tbody tr td .kicon-empty.kcorrect {
  background: url(https://cdn.cigdigital.net/imports/production/cigh_330_dymista_scrolling/img/icon-correct.png) no-repeat center center;
  background-size: contain;
}
body #kpage.page01 .ksection .kcontent-1 table tbody tr td .kicon-empty.kcorrect:after {
  content: none;
}
body #kpage.page01 .ksection .klead-to h3.kstyled {
  position: relative;
  text-align: center;
  margin: 3em 0;
  font-size: 1.4em;
  color: #141C4D;
}
body #kpage.page01 .ksection .klead-to h3.kstyled:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  transform: translateY(-50%);
  background: #141D4D;
  background: linear-gradient(90deg, rgba(20, 29, 77, 0) 0%, #141d4d 40%, #141d4d 60%, rgba(20, 29, 77, 0) 100%);
}
body #kpage.page01 .ksection .klead-to h3.kstyled span {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  z-index: 1;
  color: #141C4D;
  background-color: #ffffff;
}
body #kpage.page01 .ksection .klead-to h3.kstyled strong {
  color: #141C4D;
}
body #kpage.page01 .ksection .klead-to h2 {
  text-align: center;
  color: #141C4D;
}
body #kpage.page01 .ksection .klead-to .kcontent-anchored {
  text-align: center;
}
body #kpage.page01 .ksection .klead-to .kcontent-anchored * {
  color: #141C4D;
}
body #kpage.page01 .ksection .kbox-suggest-prod-wrap {
  margin: 2em 0;
}
body #kpage.page01 .ksection .kbox-suggest-prod-wrap h2 {
  text-align: center;
}
body #kpage.page01 .ksection .kbox-suggest-prod-wrap ol {
  padding: 0;
  margin: 0;
  list-style: none none;
}
body #kpage.page01 .ksection .kbox-suggest-prod-wrap ol li {
  text-align: center;
}
body #kpage.page01 .ksection .kbox-suggest-prod-wrap ol li .kbox {
  position: relative;
  padding: 1em;
  border-radius: 18px;
  text-align: center;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kbox-suggest-prod-wrap ol li .kbox {
    padding: 1em 1.5em;
    min-height: 15em;
  }
}
body #kpage.page01 .ksection .kbox-suggest-prod-wrap ol li .kbox:before {
  content: attr(kdata-num);
  margin-bottom: 0.5em;
  display: block;
  font-weight: 900;
  font-style: italic;
  font-size: 4em;
  left: 50%;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kbox-suggest-prod-wrap ol li .kbox:before {
    font-size: 5em;
  }
}
body #kpage.page01 .ksection .kbox-suggest-prod-wrap ol li .kbox:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-top: 18px solid #C4D600;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}
body #kpage.page01 .ksection .kbox-suggest-prod-wrap ol li .ktext {
  margin-top: 2em;
}
body #kpage.page01 .ksection .kbox-suggest-prod-wrap ol li .ktext figure {
  margin-top: 1em;
}
body #kpage.page01 .ksection .kbox-suggest-prod-wrap ol li .ktext p strong {
  font-size: 1.2em;
}
body #kpage.page01 .ksection .kbox-suggest-prod-wrap ol li:nth-child(1) .kbox {
  background: #C4D600;
  background: linear-gradient(0deg, #c4d600 0%, #ffffff 100%);
}
body #kpage.page01 .ksection .kbox-suggest-prod-wrap ol li:nth-child(1) .kbox:before {
  color: #C4D600;
}
body #kpage.page01 .ksection .kbox-suggest-prod-wrap ol li:nth-child(1) .kbox:after {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-top: 18px solid #C4D600;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}
body #kpage.page01 .ksection .kbox-suggest-prod-wrap ol li:nth-child(2) .kbox {
  background: #00B5E3;
  background: linear-gradient(0deg, #00b5e3 0%, #ffffff 100%);
}
body #kpage.page01 .ksection .kbox-suggest-prod-wrap ol li:nth-child(2) .kbox:before {
  color: #00B5E3;
}
body #kpage.page01 .ksection .kbox-suggest-prod-wrap ol li:nth-child(2) .kbox:after {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-top: 18px solid #00B5E3;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}
body #kpage.page01 .ksection .kbox-suggest-prod-wrap ol li:nth-child(3) .kbox {
  background: #A09FA0;
  background: linear-gradient(0deg, #a09fa0 0%, #ffffff 100%);
}
body #kpage.page01 .ksection .kbox-suggest-prod-wrap ol li:nth-child(3) .kbox:before {
  color: #A09FA0;
}
body #kpage.page01 .ksection .kbox-suggest-prod-wrap ol li:nth-child(3) .kbox:after {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-top: 18px solid #A09FA0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}
body #kpage.page01 .ksection .kbox-suggest-prod-wrap p small {
  display: block;
  margin-top: -1em;
}
body #kpage.page01 .ksection .kscrollable-wrap {
  margin: 2em 0;
  padding-bottom: 2em;
  color: #414042;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kscrollable-wrap {
    display: flex;
    align-items: flex-end;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
body #kpage.page01 .ksection .kscrollable-wrap h5 {
  font-weight: normal;
}
body #kpage.page01 .ksection .kscrollable-wrap h5 span {
  display: block;
  color: #141C4D;
  font-weight: 900;
}
body #kpage.page01 .ksection .kscrollable-wrap h5 span.kstyled {
  color: #00B5E3;
  font-weight: 900;
}
body #kpage.page01 .ksection .kscrollable-wrap p.ksmall {
  font-size: .875em;
}
body #kpage.page01 .ksection .kscrollable-wrap p em.kstyled-red {
  color: #E4032E;
}
body #kpage.page01 .ksection .kscrollable-wrap .kitem {
  width: 100%;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kscrollable-wrap .kitem {
    flex-shrink: 0;
  }
}
body #kpage.page01 .ksection .kscrollable-wrap .kitem > .kcolum {
  flex-wrap: wrap;
  justify-content: space-between;
}
body #kpage.page01 .ksection .kscrollable-wrap .kitem + .kitem {
  position: relative;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kscrollable-wrap .kitem + .kitem {
    margin-left: 2em;
    max-width: 500px;
  }
}
body #kpage.page01 .ksection .kscrollable-wrap .kitem + .kitem h5 {
  font-weight: 900;
}
body #kpage.page01 .ksection .kscrollable-wrap .kitem + .kitem:before {
  position: absolute;
  left: -1em;
  width: 2px;
  height: 100%;
  background: #141D4D;
  background: linear-gradient(0deg, rgba(20, 29, 77, 0) 0%, #141d4d 50%, rgba(20, 29, 77, 0) 100%);
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kscrollable-wrap .kitem + .kitem:before {
    content: '';
  }
}
body #kpage.page01 .ksection .kscrollable-wrap .kitem + .kitem .ktext {
  padding: 0 2em;
}
body #kpage.page01 .ksection .kscrollable-wrap .kitem .ktext figure {
  margin-bottom: 1em;
}
body #kpage.page01 .ksection .kscrollable-wrap .kitem .ktext img {
  margin: 0 auto;
  max-width: 97%;
}
body #kpage.page01 .ksection .kscrollable-wrap .khead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .75em 1em;
  background: #00B5E3;
  background: linear-gradient(90deg, #00b5e3 0%, #141d4d 100%);
}
body #kpage.page01 .ksection .kscrollable-wrap .khead h4 {
  margin: 0;
  width: 100%;
  font-size: 1.4em;
  color: #ffffff;
  text-align: center;
}
body #kpage.page01 .ksection .kscrollable-wrap .khead span {
  display: inline-block;
  width: 50px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_330_dymista_scrolling/img/arr-green.png) no-repeat center center;
  background-size: contain;
}
body #kpage.page01 .ksection .kscrollable-wrap .kcolum-2 .ktext {
  padding: 2em 1em;
}
body #kpage.page01 .ksection .kscrollable-wrap .kcolum-2 .ktext .kcolum.kcolum-1-2 {
  align-items: center;
}
body #kpage.page01 .ksection .kscrollable-wrap .kcolum-2 .ktext .kcolum.kcolum-1-2 > * {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  body #kpage.page01 .ksection .kscrollable-wrap .kcolum-2 .ktext .kcolum.kcolum-1-2 > * {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 640px) {
  body #kpage.page01 .ksection .kscrollable-wrap .kcolum-2 .ktext .kcolum.kcolum-1-2 > figure {
    margin-right: 2em;
    width: 20%;
  }
}
body #kpage.page01 .ksection .kscrollable-wrap .kcolum-2 .ktext .kcolum + .kcolum {
  margin-top: 2em;
}
body #kpage.page01 .ksection .kscrollable-wrap .kcolum-2 .ktext .kcolum .ktext {
  padding: 0;
  text-align: center;
}
@media (min-width: 640px) {
  body #kpage.page01 .ksection .kscrollable-wrap .kcolum-2 .ktext .kcolum .ktext {
    width: 70%;
    text-align: left;
  }
}
body #kpage.page01 .ksection .kscrollable-wrap .kcolum-2 .ktext + .ktext {
  position: relative;
}
body #kpage.page01 .ksection .kscrollable-wrap .kcolum-2 .ktext + .ktext:before {
  position: absolute;
  left: -1em;
  width: 2px;
  height: 100%;
  background: #141D4D;
  background: linear-gradient(0deg, rgba(20, 29, 77, 0) 0%, #141d4d 50%, rgba(20, 29, 77, 0) 100%);
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kscrollable-wrap .kcolum-2 .ktext + .ktext:before {
    content: '';
  }
}
body #kpage.page01 .ksection .ktogggle-wrapper-2 {
  border-radius: 24px;
  overflow: hidden;
  margin: 2em 0;
}
body #kpage.page01 .ksection .ktogggle-wrapper-2 .ktoggle-opener {
  padding: .75em 1em;
  background-color: #C4D600;
  position: relative;
  color: #141C4D;
  cursor: pointer;
  text-align: center;
  padding-right: 1.85em;
}
body #kpage.page01 .ksection .ktogggle-wrapper-2 .ktoggle-opener:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  width: 24px;
  height: 24px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_330_dymista_scrolling/img/icon-plus.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .ktogggle-wrapper-2 .ktoggle-opener:after {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .ktogggle-wrapper-2 .ktoggle-opener {
    font-size: 2.25em;
  }
}
body #kpage.page01 .ksection .ktogggle-wrapper-2 .ktoggle-content {
  display: none;
  padding: 2em;
  background-color: #F2F2F2;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .ktogggle-wrapper-2 .ktoggle-content .kcolum .ktext {
    padding: 0 2em;
  }
}
body #kpage.page01 .ksection .ktogggle-wrapper-2 .ktoggle-content .kcolum .ktext + .ktext {
  position: relative;
}
body #kpage.page01 .ksection .ktogggle-wrapper-2 .ktoggle-content .kcolum .ktext + .ktext:before {
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background: #141D4D;
  background: linear-gradient(0deg, rgba(20, 29, 77, 0) 0%, #141d4d 50%, rgba(20, 29, 77, 0) 100%);
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .ktogggle-wrapper-2 .ktoggle-content .kcolum .ktext + .ktext:before {
    content: '';
  }
}
body #kpage.page01 .ksection .ktogggle-wrapper-2 .ktoggle-content h5 {
  text-align: center;
  color: #00B5E3;
}
body #kpage.page01 .ksection .ktogggle-wrapper-2.kactive .ktoggle-opener {
  position: relative;
}
body #kpage.page01 .ksection .ktogggle-wrapper-2.kactive .ktoggle-opener:after {
  content: '';
  background: url(https://cdn.cigdigital.net/imports/production/cigh_330_dymista_scrolling/img/icon-minus.png) no-repeat center center;
}
body #kpage.page01 .ksection .ktogggle-wrapper-2.kactive .ktoggle-content {
  display: block;
}
body #kpage.page01 .ksection .kfooter {
  position: relative;
  margin-top: 1em;
  font-size: 12px;
}
@media (min-width: 640px) {
  body #kpage.page01 .ksection .kfooter {
    margin-top: 3em;
  }
}
body #kpage.page01 .ksection .kfooter h4 {
  position: relative;
  font-size: 1em;
  display: inline-block;
  color: #414042;
  padding: .75em 1em;
  border: 1px solid #414042;
  min-width: 200px;
  cursor: pointer;
}
body #kpage.page01 .ksection .kfooter h4:after {
  content: '+';
  display: block;
  position: absolute;
  line-height: 1;
  top: 45%;
  right: 20px;
  transform: translateY(-50%);
}
body #kpage.page01 .ksection .kfooter .ktext-content {
  display: none;
}
body #kpage.page01 .ksection .kfooter .kactive h4 {
  border: 0;
  padding-left: 0;
  padding-bottom: 0;
}
body #kpage.page01 .ksection .kfooter .kactive h4:after {
  content: none;
}
body #kpage.page01 .ksection .kfooter .kactive .ktext-content {
  display: block;
  margin-bottom: 3em;
}
body #kpage.page01 .ksection .kfooter:before {
  content: '';
  margin: 2em 0;
  display: block;
  height: 2px;
  width: 100%;
  background: #141C4D;
  background: linear-gradient(90deg, rgba(20, 28, 77, 0) 0%, #141c4d 30%, #141c4d 70%, rgba(20, 28, 77, 0) 100%);
}
body #kpage.page01 .ksection .kfooter .kcolum {
  justify-content: space-between;
}
body #kpage.page01 .ksection .kfooter .kreferences p {
  position: relative;
  padding-left: 2em;
}
body #kpage.page01 .ksection .kfooter .kreferences p span {
  position: absolute;
  top: 0;
  left: 0;
}
body #kpage.page01 .ksection .kfooter .kreferences p a {
  color: inherit;
}
body #kpage.page01 .ksection .kfooter .kreferences p + p {
  margin-top: .25em;
}
body #kpage.page01 .ksection .kfooter .kreferences p:last-of-type {
  margin-top: 1em;
  padding-left: 0;
}
body #kpage.page01 .ksection .kfooter .kpi {
  margin-top: 1em;
}
body #kpage.page01 .ksection .kfooter .kcolum {
  margin-top: 2em;
}
body #kpage.page01 .ksection .kfooter figure {
  margin: 1em 0;
}
body #kpage.page01 .ksection .kfooter-2 {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1em;
  font-size: 12px;
  background-color: #F2F2F2;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kfooter-2 {
    padding: 2em;
  }
  body #kpage.page01 .ksection .kfooter-2 .ktext {
    margin-left: 2em;
  }
}
body #kpage.page01 .ksection .kfooter-2 figure {
  margin: 0;
}
body #kpage.page01 figure {
  margin: 0 auto;
}
body #kpage.page01 img {
  display: block;
  height: auto;
  max-width: 100%;
}
