*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1130px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #494A52;
  font-family: Manrope, sans-serif;
  line-height: 1.4;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
/*   font-size: 1rem; */
  margin: 0 0 15px;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Monrope, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.1;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Monrope, sans-serif;
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}
small{
  font-size: 12px;
  line-height: 1.2;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
button,
.button,
a.hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
  text-transform: capitalize;
  letter-spacing: 0.42px;
}

button:disabled,
.button:disabled,
.hs-button:disabled{
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:focus,
.hs-button:hover,{
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active,
.hs-button:active{
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}
/* Form */

form {
  font-family: Manrope, sans-serif;
}

.hs-form-field {
  margin-bottom: 5px;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}
.j2inn-form .hs-fieldtype-text > label{
  display: none;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 1px solid #D1D6DC;
  border-radius: 3px !Important;
  color: #33475B;
  display: inline-block;
  font-size: 12px;
  line-height: 2;  
  padding: 4px 12px;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: #828E97;
}

::-moz-placeholder {
  color: #828E97;
}

:-ms-input-placeholder {
  color: #828E97;
}

:-moz-placeholder {
  color: #828E97;
}

::placeholder {
  color: #828E97;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}
.hs-input[type=checkbox] + span,
.legal-consent-container .hs-form-booleancheckbox-display > span,{
  margin-left: 27px!important;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  position: absolute;
  left: -9999px;
}
.hs-input[type=checkbox]:checked + span::before, 
.hs-input[type=checkbox]:not(:checked) + span::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #4D5D6B;
  border-radius: 100%;
  background: #fff;
}
.hs-input[type=checkbox]:checked + span:after{
  content: '';
  width: 11px;
  height: 11px;
  background: #00CCFF;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hs-input[type=checkbox]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.inputs-list li.hs-form-checkbox {
  position: relative;
}
.inputs-list li.hs-form-checkbox span {
  margin-left: 27px;
} 
/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span {
  font-size: 12px;
  font-weight: 600;
  margin-left: 27px!important;
}

/* Validation */

.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */
form .actions{
  margin-top: 5px;
}
form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
  letter-spacing: 0.42px;
  text-transform: uppercase;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;
  
  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;
  
  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/* ==========================================================================
Built in HubSpot Style: DO NO EDIT
========================================================================== */

/* Menus */

.hs-menu-wrapper ul {
  padding: 0;
}


/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  display: inline-block;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:before {
  content: " ";
  display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:after {
  content: " ";
  display: table;
  clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  display: inline-block;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
  overflow-y: initial;
  max-height: initial;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul {
  margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children {
  position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li {
  float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
  display: inline-block;
}


/* Vertical Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul {
  margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
  width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children {
  position: relative;
}


/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 1139px) {

  .hs-menu-wrapper,
  .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: block;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: none;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: static;
    opacity: 1;
    visibility: visible;
  }

}

@media (min-width: 2000px) {
  #hs_cos_wrapper_dnd_area-module-4 .j2-column-section.color_gradient {
    background-image: linear-gradient(to right,#0E2738 54%,#3488B2 50%)!important;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* ==========================================================================
Author Style: Custom Menu Primary
========================================================================== */
.j2inn-header {
  padding-top: 45px;
}

.j2inn-header .page-width {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.j2inn-header .flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 -20px;
}

.j2inn-header .flex .j2inn-header__col {
  flex: 1;
  padding: 0 20px;
}
.j2inn-header .member-access a.login {
    margin-left: 7px;
    color: #0cf;
}
.j2inn-header .flex .j2inn-header__col {
  flex: 1;
}

.j2inn-header .flex .j2inn-header__col:first-child {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-bottom: 25px;
}

.j2inn-header .hs_cos_wrapper_type_logo a img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 230px;
}

/* Override max width on menu links */
.j2inn-header .custom-menu-primary .hs-menu-wrapper > ul li a,
.j2inn-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
  text-decoration: none;
  color: #6e6d70;
  letter-spacing: 1px;
}

.j2inn-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child {
  text-align: center; 
  margin-right: 10px;
  position: absolute;
  top: -57px;
  right: -40px;
}

.j2inn-header .custom-menu-primary .hs-menu-wrapper > ul > li {
  border:none;
}
.j2inn-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:hover > a,
.j2inn-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children > ul li:hover a,
.j2inn-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children > ul li:hover{
  background: transparent;
}

.j2inn-header .custom-menu-primary .hs-menu-wrapper > ul > li a {
  font-size: 12px;  /* Font size of top level list items */
  line-height: 17px;
  font-family: 'Manrope',sans-serif;
  text-transform: uppercase;
  overflow: visible;
  font-weight: 600;
  letter-spacing: 0.36px !important;
}

.j2inn-header .custom-menu-primary .hs-menu-wrapper > ul ul{
  width: 200px!important;
  overflow-y: initial!important;
  max-height: initial!important;
}
body .row-fluid [class*="span"] {
    min-height: 1px;
}

.j2inn-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 > a{
  color: #828e97!important;
}
.j2inn-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover,
.j2inn-header .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
.j2inn-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.active-branch > a{
  color: #0cf !important;
}
body .header-wrap .row-fluid [class*="span"] {
  min-height: 0;
}
.j2inn-header .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a{
  color: #fff!important;
  background-color: #0cf!important;
  border-radius: 60px;
  padding: 5px 15px!important;
}
.j2inn-header .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover{
    background-color: #00a4d7!important;
}

@media (min-width:1140px) and (max-width:1180px) {
  .j2inn-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1>a {
      margin: 0 0 25px 2px!important;
  }
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1140px) {

  /* Header */
  .j2inn-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: flex;
    justify-content: flex-end;
  }
  .j2inn-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    display: inline-block;
  }

  .j2inn-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a {
    margin: 0 0px 25px 6px;
    padding: 0px 18px 0px 0px;
  }

  .j2inn-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-menu-depth-1.hs-item-has-children > a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    display: inline-block;
    vertical-align: baseline;
    font-weight: 900;
    line-height: 1;
    font-size: 10px;
    margin-left: 0;
    position: absolute;
    top: 5px;
    right: 5px;
  }

  .j2inn-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children > ul {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .j2inn-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children ul {
    background-color: #e9f6f6;
  }

  .j2inn-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children > ul li a {
    padding: 10px 20px;
    text-align: left;
  }

  .j2inn-header .custom-menu-primary .hs-menu-wrapper {
    display: block !important;
    text-align: right;
	}

	.j2inn-header .flex .col:last-child {
		padding-left: 0;
	}

}

/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */

/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

.j2inn-header .mobile-trigger,
.j2inn-header .child-trigger {
  display: none; /* Hide button on Desktop */
}

@media(max-width:1139px) {
  .j2inn-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1>a {
    margin: 0px;
  }
  .j2inn-header {
    padding: 20px 0 0; 
  }

  .j2inn-header .flex .j2inn-header__col {
    flex: 0 0 100%;
  }

  .j2inn-header .flex .j2inn-header__col:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;    
  }

  .j2inn-header .hs_cos_wrapper_type_logo a img {
    width: 200px !important;
  }

  .j2inn-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child {
    padding: 10px 0;
    max-width: 90px;
    margin-left: 20px;
    position: relative;
    right: 0;
    top: 0;
  }
  .j2inn-header .member-access a.login {
     margin-left: 0px;
     color: #0cf;
   }

  /**
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any
  * additional CSS you want removed from the mobile menu in this reset               
  */

  .j2inn-header .custom-menu-primary,
  .j2inn-header .custom-menu-primary .hs-menu-wrapper > ul,
  .j2inn-header .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    display: block;
    float: none;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
  }

  .j2inn-header .custom-menu-primary .hs-menu-wrapper > ul {
    border-top: 1px solid #0682bb;
    border-bottom: 1px solid #0682bb;
    padding-top: 10px;
  }

  /* Toggle Button
  ========================================================================== */
  .j2inn-header .mobile-trigger,
  .hs-home-page .j2inn-header .mobile-trigger{
    display: inline-block !important;  /* Show button on mobile */
    cursor: pointer;                   /* Mouse pointer type on hover */
    position: absolute;                /*******************************************/
    top: -70px !important;                          /* Position Button at right of screen  */
    right: -10px;                          /*******************************************/
    width: auto;                       /* Button width */
    height: auto;                      /* Button height */      
    padding: 7px 10px 8px 10px;
    background: transparent;                  /* Background color */
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
  }

  .j2inn-header .mobile-trigger:hover {
    text-decoration: none;  /* Removes link text underline on button */
    color: #0682bb;
    background-color: transparent;
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .j2inn-header .mobile-trigger {
    color: #0682bb;
    background-color: transparent;
    border-color: transparent;
  }

  /* Child Toggle Button
  ========================================================================== */
  .j2inn-header .child-trigger {
    display: block !important;  /* Hide button on Desktop */
    cursor: pointer;  /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;  /* Button width */
    min-width: 55px !important;
    height: 45px !important;  /* Button height */  
    padding: 0 !important;
    font-size: 12px;
  }

  .j2inn-header .child-trigger i {
    display: inline-block;
    line-height: 45px;
    text-align: center;
    color: #222;
  }

  .j2inn-header .child-trigger i:hover {
    color: #0682bb;
  }

  .j2inn-header .child-trigger:hover {
    text-decoration: none;
  }

  /* Menu Styles on Mobile Devices
  ========================================================================== */
  .j2inn-header .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0;  /* Makes room for button */
    width: 100%;
  }

  .j2inn-header .custom-menu-primary.js-enabled .hs_cos_wrapper_type_menu {
    margin: 0 -20px;
    display: block;
  }

  /* Hide menu on mobile */
  .j2inn-header .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .j2inn-header .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    display: none;
  }

  /* Make child lists appear below parent items */
  .j2inn-header .custom-menu-primary ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .j2inn-header .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;  /**************************************************************/
    top: 0;              /* Positions the menu to drop from the very top of the screen */
    left: 0;             /**************************************************************/
    padding: 0;
  }

  .j2inn-header .custom-menu-primary .hs-menu-wrapper {
    background-color: #fff;  /* Menu background color set off global menuColorMobile variable */
    width: 100%;  /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .j2inn-header .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
    border:none;
  }

  .j2inn-header .custom-menu-primary .hs-menu-wrapper > ul > li a {
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .j2inn-header .custom-menu-primary .hs-menu-wrapper > ul li {
    border-top: 1px dotted rgba(255, 255, 255, .35);  /* Adds transparent dark highlights to top of top level list items */
  }

  .j2inn-header .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 15px 20px ;
  }

  .j2inn-header .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: #0682bb;  /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */

  .j2inn-header .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #f6f6f6;
    box-shadow: none;
  }

  .j2inn-header .custom-menu-primary .hs-menu-wrapper > ul ul li {
    background-color: rgba(255, 255, 255, .08);
  }

  .j2inn-header .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-indent: 15px;  /* Indent Child lists */
  }

  .j2inn-header .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    background-color: #fff;
    color: #0682bb;
  }

  /* Level 3 and Higher Menu List Styles */
  .j2inn-header .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    text-indent: 30px;  /* Indent Child lists */
  }

  .j2inn-header .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {
    text-indent: 50px;  /* Indent Child lists */
  }
  .j2inn-header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after,
  .j2inn-header .trigger-text{
    display: none;
  }
  
  .j2inn-header .flex{
    margin: 0;
  }
  .j2inn-header .flex .j2inn-header__col{
    padding: 0;
  }
  
}
.j2inn-header.header--no-navigation{
  padding: 20px 0;
}
.j2inn-header.header--no-navigation .header__container {
  
}
.j2inn-footer {
  background-color: #0E2738;
  padding: 80px 0 50px;
  font-size: 13px;
  line-height: 18px;
  color:#828E97;
}

.j2inn-footer .flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.j2inn-footer .flex.valign-end{
  align-items: flex-end;
}

.j2inn-footer .flex.jcontent-between{
  justify-content: space-between;
}

.j2inn-footer .flex .j2inn-footer__col {
  flex: 1;
  padding: 0 12px;
}

.j2inn-footer p {
  font-size: 14px; 
  color: #fff;
}

.j2inn-footer a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.j2inn-footer h4 {
  /*   color: #00CCFF; */
  color: #3488B2;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: uppercase;
  /*   padding: 0 10px; */
}

.j2inn-footer a {
  color: #fff; 
  text-decoration: none;
  font-size: 14px;
}

.j2inn-footer a:hover {
  text-decoration: none; 
}

.j2inn-footer .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin: 0;
  list-style: none;
  color: #fff;
  padding: 0 10px;  
}
.j2inn-footer .horizontal-simple-menu {
  margin-bottom: 10px;
}

.j2inn-footer .horizontal-simple-menu ul {
  list-style: none !important;
  padding: 0;
}

.j2inn-footer .horizontal-simple-menu ul li {
  display: inline-block;
}

.j2inn-footer .horizontal-simple-menu ul li:not(:last-child) {
  margin-right: 0.4rem;
  padding-right: 0.4rem;
  border-right: 2px solid #fff;
}

.j2inn-footer .w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.j2inn-footer .social-icon {
  margin-left: -7px;
}

.j2inn-footer .social-link {
  margin-right: 5px;
  margin-left: 5px;  
  text-align: center;
}

.j2inn-footer .social-link svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: #fff;
}

.j2inn-footer .social-link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.j2inn-footer p{
  color:#828E97;
  font-size: 13px;
}

.j2inn-footer .j2inn-footer__btext{
  margin-top: 35px;
  /*   padding-left: 10px; */
}

.j2inn-footer__col.footer-col4 h4{
  height: 18px;
}
.j2inn-footer__col .hs-menu-wrapper ul li{
  padding-bottom: 4px;
}
.j2inn-footer__col .hs-menu-wrapper ul li a:hover{
  color: #0cf;
}

/* .j2inn-footer .footer-col3 ul:before,
.j2inn-footer .footer-col3 ul:after{
content: '';
clear: both;
display: table;
visibility: hidden;
}
.j2inn-footer .footer-col3 ul li{
float: left;
width: 50%;
} */

@media(max-width: 1139px) {

  .j2inn-footer .horizontal-simple-menu ul li:not(:last-child) {
    border: 0; 
  }

  .j2inn-footer .social-link {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .j2inn-footer .social-link svg {
    width: 16px;
    height: 16px;
  }

}

@media(max-width:767px) {

  .j2inn-footer .flex .j2inn-footer__col {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }

  .j2inn-footer .flex .j2inn-footer__col:last-child {
    margin-bottom: 0;
  }
  .j2inn-footer h4,
  .j2inn-footer .hs-menu-wrapper.hs-menu-flow-vertical>ul,
  .j2inn-footer .j2inn-footer__btext{
    padding: 0;
  }
  .j2inn-footer__col.footer-col4 h4{
    height: auto;
  }
  .j2inn-footer{
    padding: 50px 0 50px;
  }

}
@media screen and (min-width: 768px){
  .j2inn-footer .flex .j2inn-footer__col.col-menu{
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    max-width: 82%;
  }
  .j2inn-footer .flex .j2inn-footer__col.col-social{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

.j2inn-footer.footer-no-nav{
  padding: 16px 0;
}
.j2inn-footer .page-width {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.vertical-line{
  position: relative;
  height: 38px;
  text-align: center;
}
.vertical-line::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 38px;
  background-color: #828E97;
}
/* Blog header */

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}
@media(max-width: 768px) {
  ol, ul {
    font-size: 16px!important;
  }
  .content-here a {
     min-height: auto!important;
   }
}
.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
.homepage.body-container-wrapper{
  position: relative;
}
.homepage.body-container-wrapper::before,
.homepage.body-container-wrapper::after{
  content: '';
  position: absolute;
  z-index: 0;
}

@media screen and (min-width: 1200px){
  .homepage.body-container-wrapper::before{  
    background: url(https://5083659.fs1.hubspotusercontent-na1.net/hubfs/5083659/2020_assets/images/Swoosh_Left.png)no-repeat left/contain;
    width: 346px;
    height: 1200px;
    top: 70%;
    left: 0;
    transform: translateY(-50%);
  }
  .homepage.body-container-wrapper::after{  
    background: url(https://5083659.fs1.hubspotusercontent-na1.net/hubfs/5083659/2020_assets/images/Swoosh_Right.png)no-repeat right/contain;
    width: 314px;
    height: 1174px;
    top: 30%;
    right: 0;
    transform: translateY(-50%);
  }
}
.oem.body-container-wrapper,
.finframework.body-container-wrapper,
.body-container-wrapper{
  position: relative;
}
.home.body-container-wrapper::before,
.oem.body-container-wrapper::before,
.finframework.body-container-wrapper::before,
.app-suite.body-container-wrapper::before,
.app-suite-fp.body-container-wrapper::before,
.finstack.body-container-wrapper::before,
.home.body-container-wrapper::after,
.oem.body-container-wrapper::after,
.finframework.body-container-wrapper::after,
.app-suite.body-container-wrapper::after,
.app-suite-fp.body-container-wrapper::after,
.finstack.body-container-wrapper::after{
  content: '';
  position: absolute;
/*   z-index: 0; */
  z-index: 100;
}

@media screen and (min-width: 1200px){
  .home.body-container-wrapper::before{  
    background: url(https://5083659.fs1.hubspotusercontent-na1.net/hubfs/5083659/2020_assets/images/Swoosh_Left.png)no-repeat left/contain;
    width: 265px;
    height: 1200px;
    top: 64%;
    left: 0;
    transform: translateY(-50%);
  }
  .home.body-container-wrapper::after{  
    background: url(https://5083659.fs1.hubspotusercontent-na1.net/hubfs/5083659/2020_assets/images/Swoosh_Right.png)no-repeat right/contain;
    width: 265px;
    height: 1174px;
    top: 33%;
    right: 0;
    transform: translateY(-50%);
  }
  
  .oem.body-container-wrapper::before,
  .finframework.body-container-wrapper::before{  
    background: url(https://5083659.fs1.hubspotusercontent-na1.net/hubfs/5083659/2020_assets/images/Swoosh_Left.png)no-repeat left/contain;
    width: 265px;
    height: 1200px;
    top: 48%;
    left: 0;
    transform: translateY(-50%);
  }
  .finframework.body-container-wrapper::before{
    top: 23%;
  }
  .oem.body-container-wrapper::after,
  .finframework.body-container-wrapper::after{  
    background: url(https://5083659.fs1.hubspotusercontent-na1.net/hubfs/5083659/2020_assets/images/Swoosh_Right.png)no-repeat right/contain;
    width: 265px;
    height: 1174px;
    top: 38%;
    right: 0;
    transform: translateY(-50%);
  }
  .finframework.body-container-wrapper::after{
    top: 68%;
  }
  
  /* App Suite */
  .app-suite.body-container-wrapper::before{  
    background: url(https://5083659.fs1.hubspotusercontent-na1.net/hubfs/5083659/2020_assets/images/Swoosh_Left.png)no-repeat left/contain;
    width: 265px;
    height: 1200px;
    top: 35%;
    left: 0;
    transform: translateY(-50%);
  }
  .app-suite.body-container-wrapper::after{  
    background: url(https://5083659.fs1.hubspotusercontent-na1.net/hubfs/5083659/2020_assets/images/Swoosh_Right.png)no-repeat right/contain;
    width: 265px;
    height: 1174px;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
  }
  
  /*  */
  .app-suite-fp.body-container-wrapper::before{  
    background: url(https://5083659.fs1.hubspotusercontent-na1.net/hubfs/5083659/2020_assets/images/Swoosh_Left.png)no-repeat left/contain;
    width: 265px;
    height: 1200px;
    top: 29%;
    left: 0;
    transform: translateY(-50%);
  }
  .app-suite-fp.body-container-wrapper::after{  
    background: url(https://5083659.fs1.hubspotusercontent-na1.net/hubfs/5083659/2020_assets/images/Swoosh_Right.png)no-repeat right/contain;
    width: 265px;
    height: 1174px;
    top: 52%;
    right: 0;
    transform: translateY(-50%);
  }

  /* Fin Stack */
  .finstack.body-container-wrapper::before{  
    background: url(https://5083659.fs1.hubspotusercontent-na1.net/hubfs/5083659/2020_assets/images/Swoosh_Left.png)no-repeat left/contain;
    width: 265px;
    height: 1200px;
    top: 31%;
    left: 0;
    transform: translateY(-50%);
  }
  .finstack.body-container-wrapper::after{  
    background: url(https://5083659.fs1.hubspotusercontent-na1.net/hubfs/5083659/2020_assets/images/Swoosh_Right.png)no-repeat right/contain;
    width: 265px;
    height: 1174px;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
  }
  
  
}
@media screen and (max-width: 1380px){  
  .oem.body-container-wrapper::after,
  .finframework.body-container-wrapper::after{
    width: 190px;
    top: 67%;
  }  
  .home.body-container-wrapper::after{
    width: 190px;
  }
  .app-suite.body-container-wrapper::after{
    width: 190px;
    top: 52%;
  }
  .app-suite.body-container-wrapper::before{
    width: 160px;
  }
  
  .app-suite-fp.body-container-wrapper::before{
    width: 110px;
    top: 27%;
  }
  .app-suite-fp.body-container-wrapper::after{  
    width: 110px;
    top: 50%;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;600;700;800&display=swap');
/* Attached existing J2_Innovations_November2018-style.css in the template to reuse existing fonts and removed body-class kore-template https://prnt.sc/taerq5 */

/* ==========================================================================
   CSS @imports, Google Fonts, @font-face must be at the top of the file.
   Add them above this section.  
   ========================================================================== */

/* ==========================================================================
   Variables                                                  
   ========================================================================== */

  /* Used on 'body' in 'Reboot' */
  /* Used on global anchors in 'Reboot' & 'Utilities' */
     /* Used on global anchors in 'Reboot' & 'Utilities' */
  /* Used on global CTAs background and button in 'HS Base' */
  /* Used on global CTAs background and button in 'HS Base' */
  /* Used on custom modules in 'Utilities' as default background color */
 /* Used on custom modules in 'Utilities' as default background gradient */
 /* Used on custom modules in 'Utilities' as default background gradient */

/* Typography */
 /* Used on 'body' & '#cta .kore-button' in 'Reboot' & 'HS Base' */
  /* Used on 'body' in 'Reboot' */
   /* Used on 'body' in 'Reboot' */
  /* Used on 'h1' in 'Reboot' */
  /* Used on 'h2' in 'Reboot' */
  /* Used on 'h3' in 'Reboot' */
  /* Used on 'h4' in 'Reboot' */
  /* Used on 'h5' in 'Reboot' */
  /* Used on 'h6' in 'Reboot' */

/* Buttons */
 /* Used on 'body .kore-module .hs-button.primary, body .kore-module input[type="submit"], body .kore-module input[type="button"], .kore-module .kore-scroll-link, .kore-module #cta .kore-button, .kore-module .kore-button, .kore-module .simple a' in 'HS Base' */

/* Containers */
  /* Used on '.page-width' in 'Custom Modules' */


/* ==========================================================================
   Reboot                                                  
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.kore-module article,
.kore-module aside,
.kore-module figcaption,
.kore-module figure,
.kore-module footer,
.kore-module header,
.kore-module hgroup,
.kore-module main,
.kore-module nav,
.kore-module section {
  display: block;
}

body {
  margin: 0;
}

body.kore-template {
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  font-weight: 400;
  text-align: left;
  background-color: #fff;
}

.kore-module [tabindex="-1"]:focus {
  outline: 0 !important;
}

.kore-module hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.kore-module h1,
.kore-module h2,
.kore-module h3,
.kore-module h4,
.kore-module h5,
.kore-module h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.kore-module h1 {
  font-size: 38px;
}

.kore-module h2 {
  font-size: 32px;
}

.kore-module h3 {
  font-size: 24px;
}

.kore-module h4 {
  font-size: 18px;
}

.kore-module h5 {
  font-size: 14px;
}

.kore-module h6 {
  font-size: 12px;
}

.kore-module p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.kore-module abbr[title],
.kore-module abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

.kore-module address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.kore-module ol,
.kore-module ul,
.kore-module dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

.kore-module ol ol,
.kore-module ul ul,
.kore-module ol ul,
.kore-module ul ol {
  margin-bottom: 0;
}

.kore-module dt {
  font-weight: 700;
}

.kore-module dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

.kore-module blockquote {
  margin: 0 0 1rem;
}

.kore-module b,
.kore-module strong {
  font-weight: bolder;
}

.kore-module small {
  font-size: 80%;
}

.kore-module sub,
.kore-module sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.kore-module sub {
  bottom: -.25em;
}

.kore-module sup {
  top: -.5em;
}

.kore-module a {
  color: #20b573;
  text-decoration: none;
  background-color: transparent;
}

.kore-module a:hover {
  color: #333 !important;
  text-decoration: underline;
}

.kore-module a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

.kore-module a:not([href]):not([tabindex]):hover,
.kore-module a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

.kore-module a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.kore-module pre,
.kore-module code,
.kore-module kbd,
.kore-module samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

.kore-module pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

.kore-module figure {
  margin: 0 0 1rem;
}

.kore-module img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.kore-module svg {
  overflow: hidden;
  vertical-align: middle;
}

.kore-module table {
  border-collapse: collapse;
}

.kore-module caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

.kore-module th {
  text-align: inherit;
}

.kore-module label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.kore-module button {
  border-radius: 0;
}

.kore-module button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.kore-module input,
.kore-module button,
.kore-module select,
.kore-module optgroup,
.kore-module textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.kore-module button,
.kore-module input {
  overflow: visible;
}

.kore-module button,
.kore-module select {
  text-transform: none;
}

.kore-module button,
.kore-module [type="button"],
.kore-module [type="reset"],
.kore-module [type="submit"] {
  -webkit-appearance: button;
}

.kore-module button::-moz-focus-inner,
.kore-module [type="button"]::-moz-focus-inner,
.kore-module [type="reset"]::-moz-focus-inner,
.kore-module [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.kore-module input[type="radio"],
.kore-module input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

.kore-module input[type="date"],
.kore-module input[type="time"],
.kore-module input[type="datetime-local"],
.kore-module input[type="month"] {
  -webkit-appearance: listbox;
}

.kore-module textarea {
  overflow: auto;
  resize: vertical;
}

.kore-module fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.kore-module legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

.kore-module progress {
  vertical-align: baseline;
}

.kore-module [type="number"]::-webkit-inner-spin-button,
.kore-module [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.kore-module [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

.kore-module [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.kore-module ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.kore-module output {
  display: inline-block;
}

.kore-module summary {
  display: list-item;
  cursor: pointer;
}

.kore-module template {
  display: none;
}

.kore-module [hidden] {
  display: none !important;
}

/* ==========================================================================
   HS Base                              
   ========================================================================== */
.kore-module a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

body .kore-module .hs-button.primary,
body .kore-module input[type="submit"],
body .kore-module input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  text-decoration: none !important;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #1672ae;
  border: 1px solid transparent;
  padding: 13px 20px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  letter-spacing: 1px;
  outline: 0;
}

body .kore-module .hs-button.primary:hover,
body .kore-module input[type="submit"]:hover,
body .kore-module input[type="button"]:hover {
  background-color: #1672ae;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
}

/* Smooth Scroll Page Anchor - you may also use this on rich text source code */
.kore-module .kore-scroll-link {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  text-decoration: none !important;
  display: inline-block;
  font-weight: 400;
  color: #fff !important;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #1672ae;
  border: 1px solid transparent;
  padding: 13px 20px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  letter-spacing: 1px;
  text-decoration: none;
}

.kore-module .kore-scroll-link:hover {
  background-color: #1672ae;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff !important;
}

/* Used !important in CSS to override Default CTAs */
.kore-module a.cta_button {
  box-sizing: border-box !important;
}

/* wrap any CTAs in the custom module with an ID[cta] and used !important in CSS to override */
.kore-module #cta .kore-button,
.kore-module .kore-button,
.kore-module .simple a {
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif !important;
  display: inline-block !important;
  font-weight: 400 !important;
  color: #fff !important;
  text-align: center !important;
  vertical-align: middle !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  background-color: #1672ae !important;
  border: 1px solid transparent !important;
  padding: 13px 20px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  border-radius: 0px !important;
  -webkit-transition: all 200ms ease !important;
  transition: all 200ms ease !important;
  letter-spacing: 1px !important;
  text-decoration: none !important;
}

.kore-module #cta .kore-button:hover,
.kore-module .kore-button:hover,
.kore-module .simple a:hover {
  background-color: #1672ae !important;
  -webkit-transform: translate(0px, -3px) !important;
  -ms-transform: translate(0px, -3px) !important;
  transform: translate(0px, -3px) !important;
  color: #fff !important;
}

.kore-module hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.hs-search-results__pagination a:empty {
   display: none;
}

.header-container p:last-child,
.body-container p:last-child,
.footer-container p:last-child {
  margin-bottom: 0;
}

/* One Line Inputs */
body .kore-module input[type="text"],
body .kore-module input[type="password"], 
body .kore-module input[type="datetime"], 
body .kore-module input[type="datetime-local"], 
body .kore-module input[type="date"], 
body .kore-module input[type="month"], 
body .kore-module input[type="time"], 
body .kore-module input[type="week"], 
body .kore-module input[type="number"], 
body .kore-module input[type="email"], 
body .kore-module input[type="url"], 
body .kore-module input[type="search"], 
body .kore-module input[type="tel"], 
body .kore-module input[type="color"],
body .kore-module input[type="file"],
body .kore-module textarea,
body .kore-module select {
  width: 100%;
}

.hs_error_rollup {
  display: none; 
}

/* ==========================================================================
   Utilities                                        
   ========================================================================== */

/* Clear */
.clear-module {
  clear: both; 
}

.default-bg-color {
  background-color: #1672ae;
}

.default-bg-gradient {
  background: linear-gradient(rgba(22, 114, 174, 0.90), rgba(22, 114, 174, 0.90)), url(//cdn2.hubspot.net/hubfs/484997/Kore%20Theme/adult-business-businessman.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.kore-lp-two-column-hero-2 .tagline {
  border: 1px solid #1672ae;
  background-color: #1672ae;
}

.kore-lp-two-column-hero-3 .form .legal-consent-container * {
  
    color: rgba(51, 51, 51, 0.6);
  
}

.kore-lp-stats .icon {
  fill: #333333;
}

.kore-module .card-title-bg {
  background-color: #1672ae;
  color: #fff;
}

.kore-lp-cards-1 .card .icon,
.kore-lp-cards-2 .card .icon {
  fill: #1672ae;
}

.kore-lp-two-column-hero-3 .tagline {
  color: #1672ae;
}

.kore-module.kore-lp-cards-1 .footer-text strong {
  color: #1672ae;
}

.kore-blog-recent-posts-1 .header {
  border-left: 4px solid #1672ae;
}

.kore-blog-recent-posts-1 .post .post-item .post-featured-image {
  background-color: #1672ae;
}

.kore-blog-recent-posts-1 .post .post-item .post-topic .topic-link {
  border: 1px solid #333333;
  color: #333333;
}

.kore-blog-recent-posts-1 .post .post-item .post-topic .topic-link:hover {
  background-color: #333;
}

.kore-blog-recent-posts-2 .header {
  border-left: 4px solid #1672ae;
}

.kore-blog-recent-posts-2 .post .post-item .post-featured-image {
  background-color: #1672ae;
}

.kore-blog-recent-posts-2 .post .post-item .post-topic .topic-link {
  border: 1px solid #333333;
  color: #333333;
}

.kore-blog-recent-posts-2 .post .post-item .post-topic .topic-link:hover {
  background-color: #333;
}

.kore-newsletter .resources-header,
.kore-newsletter .resources-filter h4 {
  background-color: #1672ae;
}

.kore-newsletter .resources-filter ul li a:hover {
  border-bottom-color: #1672ae;
}

/* Container */
.container-fluid .row-fluid .kore-module .page-width,
.kore-module .page-width {
  float: none;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-fluid .row-fluid .kore-module .page-width-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* Tables */
.kore-module .table {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  margin-bottom: 20px;
}

.kore-module .table>thead>tr,
.kore-module .table>thead>tr,
.kore-module .table>tbody>tr,
.kore-module .table>tbody>tr,
.kore-module .table>tfoot>tr,
.kore-module .table>tfoot>tr {
  height: auto !important;
}

.kore-module .table>thead>tr>th,
.kore-module .table>thead>tr>td,
.kore-module .table>tbody>tr>th,
.kore-module .table>tbody>tr>td,
.kore-module .table>tfoot>tr>th,
.kore-module .table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
  height: auto !important;
}

.kore-module .table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.kore-module .table>caption+thead>tr:first-child>th,
.kore-module .table>caption+thead>tr:first-child>td,
.kore-module .table>colgroup+thead>tr:first-child>th,
.kore-module .table>colgroup+thead>tr:first-child>td,
.kore-module .table>thead:first-child>tr:first-child>th,
.kore-module .table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.kore-module .table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.kore-module .table .table {
  background-color: #fff;
}

.kore-module .table-condensed>thead>tr>th,
.kore-module .table-condensed>thead>tr>td,
.kore-module .table-condensed>tbody>tr>th,
.kore-module .table-condensed>tbody>tr>td,
.kore-module .table-condensed>tfoot>tr>th,
.kore-module .table-condensed>tfoot>tr>td {
  padding: 5px;
}

.kore-module .table-bordered {
  border: 1px solid #ddd;
}

.kore-module .table-bordered>thead>tr>th,
.kore-module .table-bordered>thead>tr>td,
.kore-module .table-bordered>tbody>tr>th,
.kore-module .table-bordered>tbody>tr>td,
.kore-module .table-bordered>tfoot>tr>th,
.kore-module .table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.kore-module .table-bordered>thead>tr>th,
.kore-module .table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.kore-module .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.kore-module .table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

.kore-module .table>thead>tr>td.active,
.kore-module .table>thead>tr>th.active,
.kore-module .table>thead>tr.active>td,
.kore-module .table>thead>tr.active>th,
.kore-module .table>tbody>tr>td.active,
.kore-module .table>tbody>tr>th.active,
.kore-module .table>tbody>tr.active>td,
.kore-module .table>tbody>tr.active>th,
.kore-module .table>tfoot>tr>td.active,
.kore-module .table>tfoot>tr>th.active,
.kore-module .table>tfoot>tr.active>td,
.kore-module .table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.kore-module .table-hover>tbody>tr>td.active:hover,
.kore-module .table-hover>tbody>tr>th.active:hover,
.kore-module .table-hover>tbody>tr.active:hover>td,
.kore-module .table-hover>tbody>tr:hover>.active,
.kore-module .table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.kore-module .table>thead>tr>td.success,
.kore-module .table>thead>tr>th.success,
.kore-module .table>thead>tr.success>td,
.kore-module .table>thead>tr.success>th,
.kore-module .table>tbody>tr>td.success,
.kore-module .table>tbody>tr>th.success,
.kore-module .table>tbody>tr.success>td,
.kore-module .table>tbody>tr.success>th,
.kore-module .table>tfoot>tr>td.success,
.kore-module .table>tfoot>tr>th.success,
.kore-module .table>tfoot>tr.success>td,
.kore-module .table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.kore-module .table-hover>tbody>tr>td.success:hover,
.kore-module .table-hover>tbody>tr>th.success:hover,
.kore-module .table-hover>tbody>tr.success:hover>td,
.kore-module .table-hover>tbody>tr:hover>.success,
.kore-module .table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.kore-module .table>thead>tr>td.info,
.kore-module .table>thead>tr>th.info,
.kore-module .table>thead>tr.info>td,
.kore-module .table>thead>tr.info>th,
.kore-module .table>tbody>tr>td.info,
.kore-module .table>tbody>tr>th.info,
.kore-module .table>tbody>tr.info>td,
.kore-module .table>tbody>tr.info>th,
.kore-module .table>tfoot>tr>td.info,
.kore-module .table>tfoot>tr>th.info,
.kore-module .table>tfoot>tr.info>td,
.kore-module .table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.kore-module .table-hover>tbody>tr>td.info:hover,
.kore-module .table-hover>tbody>tr>th.info:hover,
.kore-module .table-hover>tbody>tr.info:hover>td,
.kore-module .table-hover>tbody>tr:hover>.info,
.kore-module .table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.kore-module .table>thead>tr>td.warning,
.kore-module .table>thead>tr>th.warning,
.kore-module .table>thead>tr.warning>td,
.kore-module .table>thead>tr.warning>th,
.kore-module .table>tbody>tr>td.warning,
.kore-module .table>tbody>tr>th.warning,
.kore-module .table>tbody>tr.warning>td,
.kore-module .table>tbody>tr.warning>th,
.kore-module .table>tfoot>tr>td.warning,
.kore-module .table>tfoot>tr>th.warning,
.kore-module .table>tfoot>tr.warning>td,
.kore-module .table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.kore-module .table-hover>tbody>tr>td.warning:hover,
.kore-module .table-hover>tbody>tr>th.warning:hover,
.kore-module .table-hover>tbody>tr.warning:hover>td,
.kore-module .table-hover>tbody>tr:hover>.warning,
.kore-module .table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.kore-module .table>thead>tr>td.danger,
.kore-module .table>thead>tr>th.danger,
.kore-module .table>thead>tr.danger>td,
.kore-module .table>thead>tr.danger>th,
.kore-module .table>tbody>tr>td.danger,
.kore-module .table>tbody>tr>th.danger,
.kore-module .table>tbody>tr.danger>td,
.kore-module .table>tbody>tr.danger>th,
.kore-module .table>tfoot>tr>td.danger,
.kore-module .table>tfoot>tr>th.danger,
.kore-module .table>tfoot>tr.danger>td,
.kore-module .table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.kore-module .table-hover>tbody>tr>td.danger:hover,
.kore-module .table-hover>tbody>tr>th.danger:hover,
.kore-module .table-hover>tbody>tr.danger:hover>td,
.kore-module .table-hover>tbody>tr:hover>.danger,
.kore-module .table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

.kore-module .table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .kore-module .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd;
  }

  .kore-module .table-responsive>.table {
      margin-bottom: 0;
  }

  .kore-module .table-responsive>.table>thead>tr>th,
  .kore-module .table-responsive>.table>thead>tr>td,
  .kore-module .table-responsive>.table>tbody>tr>th,
  .kore-module .table-responsive>.table>tbody>tr>td,
  .kore-module .table-responsive>.table>tfoot>tr>th,
  .kore-module .table-responsive>.table>tfoot>tr>td {
      white-space: nowrap;
  }

  .kore-module .table-responsive>.table-bordered {
      border: 0;
  }

  .kore-module .table-responsive>.table-bordered>thead>tr>th:first-child,
  .kore-module .table-responsive>.table-bordered>thead>tr>td:first-child,
  .kore-module .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .kore-module .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .kore-module .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .kore-module .table-responsive>.table-bordered>tfoot>tr>td:first-child {
      border-left: 0;
  }

  .kore-module .table-responsive>.table-bordered>thead>tr>th:last-child,
  .kore-module .table-responsive>.table-bordered>thead>tr>td:last-child,
  .kore-module .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .kore-module .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .kore-module .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .kore-module .table-responsive>.table-bordered>tfoot>tr>td:last-child {
      border-right: 0;
  }

  .kore-module .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .kore-module .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .kore-module .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .kore-module .table-responsive>.table-bordered>tfoot>tr:last-child>td {
      border-bottom: 0;
  }
}

.kore-module table {
  background-color: transparent;
}

.kore-module table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

.kore-module table td[class*="col-"],
.kore-module table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.kore-module caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

.kore-module th {
  text-align: left;
}

/* Lists */
.kore-module .list-inline {
  padding-left: 0;
  list-style: none;
}

.kore-module .list-inline-item {
  display: inline-block;
}

.kore-module .list-inline-item:not(:last-child) {
  margin-right: 8px;
}

/* Text */
.kore-module .text-left,
.kore-module-off .text-left {
  text-align: left;
}

.kore-module .text-right,
.kore-module-off .text-right {
  text-align: right;
}

.kore-module .text-center,
.kore-module-off .text-center {
  text-align: center;
}

@media (max-width: 1139px) {

  .kore-module .text-tablet-left,
  .kore-module-off .text-tablet-left {
    text-align: left;
  }

  .kore-module .text-tablet-right,
  .kore-module-off .text-tablet-right {
    text-align: right;
  }

  .kore-module .text-tablet-center,
  .kore-module-off .text-tablet-center {
    text-align: center;
  }

}

@media (max-width: 767px) {

  .kore-module .text-phone-left,
  .kore-module-off .text-phone-left {
    text-align: left;
  }

  .kore-module .text-phone-right,
  .kore-module-off .text-phone-right {
    text-align: right;
  }

  .kore-module .text-phone-center,
  .kore-module-off .text-phone-center {
    text-align: center;
  }

}

/* Line Height */
.kore-module .line-height-1 {
  line-height: 1;
}

.kore-module .line-height-11 {
  line-height: 1.1;
}

.kore-module .line-height-12 {
  line-height: 1.2;
}

.kore-module .line-height-13 {
  line-height: 1.3;
}

.kore-module .line-height-14 {
  line-height: 1.4;
}

.kore-module .line-height-15 {
  line-height: 1.5;
}

.kore-module .line-height-16 {
  line-height: 1.6;
}

.kore-module .line-height-17 {
  line-height: 1.7;
}

.kore-module .line-height-18 {
  line-height: 1.8;
}

.kore-module .line-height-19 {
  line-height: 1.9;
}

.kore-module .line-height-2 {
  line-height: 2;
}

@media (max-width: 1139px) {

  .kore-module .line-height-tablet-1 {
    line-height: 1;
  }

  .kore-module .line-height-tablet-11 {
    line-height: 1.1;
  }

  .kore-module .line-height-tablet-12 {
    line-height: 1.2;
  }

  .kore-module .line-height-tablet-13 {
    line-height: 1.3;
  }

  .kore-module .line-height-tablet-14 {
    line-height: 1.4;
  }

  .kore-module .line-height-tablet-15 {
    line-height: 1.5;
  }

}

@media (max-width: 767px) {

  .kore-module .line-height-phone-1 {
    line-height: 1;
  }

  .kore-module .line-height-phone-11 {
    line-height: 1.1;
  }

  .kore-module .line-height-phone-12 {
    line-height: 1.2;
  }

  .kore-module .line-height-phone-13 {
    line-height: 1.3;
  }

  .kore-module .line-height-phone-14 {
    line-height: 1.4;
  }

  .kore-module .line-height-phone-15 {
    line-height: 1.5;
  }

}

/* Floats */
.kore-module .float-left {
  float: left;
}

.kore-module .float-right {
  float: right;
}

.kore-module .float-none {
  float: none;
}

@media (max-width: 1139px) {

  .kore-module .float-tablet-left {
    float: left;
  }

  .kore-module .float-tablet-right {
    float: right;
  }

  .kore-module .float-tablet-none {
    float: none;
  }

}

@media (max-width: 767px) {

  .kore-module .float-phone-left {
    float: left;
  }

  .kore-module .float-phone-right {
    float: right;
  }

  .kore-module .float-phone-none {
    float: none;
  }

}

/* Font Weight */
.kore-module .font-weight-100 {
  font-weight: 100;
}

.kore-module .font-weight-200 {
  font-weight: 200;
}

.kore-module .font-weight-300 {
  font-weight: 300;
}

.kore-module .font-weight-400 {
  font-weight: 400;
}

.kore-module .font-weight-500 {
  font-weight: 500;
}

.kore-module .font-weight-600 {
  font-weight: 600;
}

.kore-module .font-weight-700 {
  font-weight: 700;
}

.kore-module .font-weight-800 {
  font-weight: 800;
}

.kore-module .font-weight-900 {
  font-weight: 900;
}

/* Max Width */
.max-width-1200,
.container-fluid .row-fluid .kore-module .max-width-1200 {
  max-width: 1200px;
}

.max-width-1190,
.container-fluid .row-fluid .kore-module .max-width-1190 {
  max-width: 1190px;
}

.max-width-1180,
.container-fluid .row-fluid .kore-module .max-width-1180 {
  max-width: 1180px;
}

.max-width-1170,
.container-fluid .row-fluid .kore-module .max-width-1170 {
  max-width: 1170px;
}

.max-width-1160,
.container-fluid .row-fluid .kore-module .max-width-1160 {
  max-width: 1160px;
}

.max-width-1150,
.container-fluid .row-fluid .kore-module .max-width-1150 {
  max-width: 1150px;
}

.max-width-1140,
.container-fluid .row-fluid .kore-module .max-width-1140 {
  max-width: 1140px;
}

.max-width-1130,
.container-fluid .row-fluid .kore-module .max-width-1130 {
  max-width: 1130px;
}

.max-width-1120,
.container-fluid .row-fluid .kore-module .max-width-1120 {
  max-width: 1120px;
}

.max-width-1110,
.container-fluid .row-fluid .kore-module .max-width-1110 {
  max-width: 1110px;
}

.max-width-1100,
.container-fluid .row-fluid .kore-module .max-width-1100 {
  max-width: 1100px;
}

.max-width-1090,
.container-fluid .row-fluid .kore-module .max-width-1090 {
  max-width: 1090px;
}

.max-width-1080,
.container-fluid .row-fluid .kore-module .max-width-1080 {
  max-width: 1080px;
}

.max-width-1070,
.container-fluid .row-fluid .kore-module .max-width-1070 {
  max-width: 1070px;
}

.max-width-1060,
.container-fluid .row-fluid .kore-module .max-width-1060 {
  max-width: 1060px;
}

.max-width-1050,
.container-fluid .row-fluid .kore-module .max-width-1050 {
  max-width: 1050px;
}

.max-width-1000,
.container-fluid .row-fluid .kore-module .max-width-1000 {
  max-width: 1000px;
}

.max-width-950,
.container-fluid .row-fluid .kore-module .max-width-950 {
  max-width: 950px;
}

.max-width-900,
.container-fluid .row-fluid .kore-module .max-width-900 {
  max-width: 900px;
}

.max-width-850,
.container-fluid .row-fluid .kore-module .max-width-850 {
  max-width: 850px;
}

.max-width-800,
.container-fluid .row-fluid .kore-module .max-width-800 {
  max-width: 800px;
}

.max-width-750,
.container-fluid .row-fluid .kore-module .max-width-750 {
  max-width: 750px;
}

.max-width-700,
.container-fluid .row-fluid .kore-module .max-width-700 {
  max-width: 700px;
}

.max-width-650,
.container-fluid .row-fluid .kore-module .max-width-650 {
  max-width: 650px;
}

.max-width-600,
.container-fluid .row-fluid .kore-module .max-width-600 {
  max-width: 600px;
}

.max-width-550,
.container-fluid .row-fluid .kore-module .max-width-550 {
  max-width: 550px;
}

.max-width-500,
.container-fluid .row-fluid .kore-module .max-width-500 {
  max-width: 500px;
}

.max-width-450,
.container-fluid .row-fluid .kore-module .max-width-450 {
  max-width: 450px;
}

.max-width-400,
.container-fluid .row-fluid .kore-module .max-width-400 {
  max-width: 400px;
}

.max-width-350,
.container-fluid .row-fluid .kore-module .max-width-350 {
  max-width: 350px;
}

.max-width-300,
.container-fluid .row-fluid .kore-module .max-width-300 {
  max-width: 300px;
}

/* Min Height */
.kore-module .min-h-0 {
  min-height: 0;
}

.kore-module .min-h-full {
  min-height: 100%; 
}

.kore-module .min-h-screen {
  min-height: 100vh; 
}

/* Spacing */
.kore-module .m-auto,
.kore-module-off .m-auto {
  margin: auto;
}

.kore-module .mt-auto,
.kore-module-off .mt-auto {
  margin-top: auto;
}

.kore-module .mr-auto,
.kore-module-off .mr-auto {
  margin-right: auto;
}

.kore-module .mb-auto,
.kore-module-off .mb-auto {
  margin-bottom: auto;
}

.kore-module .ml-auto,
.kore-module-off .ml-auto {
  margin-left: auto;
}

.kore-module .m-0,
.kore-module-off .m-0 {
  margin: 0;
}

.kore-module .m-5,
.kore-module-off .m-5 {
  margin: 5px;
}

.kore-module .m-10,
.kore-module-off .m-10 {
  margin: 10px;
}

.kore-module .m-15,
.kore-module-off .m-15 {
  margin: 15px;
}

.kore-module .m-20,
.kore-module-off .m-20 {
  margin: 20px;
}

.kore-module .m-25,
.kore-module-off .m-25 {
  margin: 25px;
}

.kore-module .m-30,
.kore-module-off .m-30 {
  margin: 30px;
}

.kore-module .m-35,
.kore-module-off .m-35 {
  margin: 35px;
}

.kore-module .m-40,
.kore-module-off .m-40 {
  margin: 40px;
}

.kore-module .m-45,
.kore-module-off .m-45 {
  margin: 45px;
}

.kore-module .m-50,
.kore-module-off .m-50 {
  margin: 50px;
}

.kore-module .m-55,
.kore-module-off .m-55 {
  margin: 55px;
}

.kore-module .m-60,
.kore-module-off .m-60 {
  margin: 60px;
}

.kore-module .m-65,
.kore-module-off .m-65 {
  margin: 65px;
}

.kore-module .m-70,
.kore-module-off .m-70 {
  margin: 70px;
}

.kore-module .m-75,
.kore-module-off .m-75 {
  margin: 75px;
}

.kore-module .m-80,
.kore-module-off .m-80 {
  margin: 80px;
}

.kore-module .mt-0,
.kore-module-off .mt-0 {
  margin-top: 0;
}

.kore-module .mt-5,
.kore-module-off .mt-5 {
  margin-top: 5px;
}

.kore-module .mt-10,
.kore-module-off .mt-10 {
  margin-top: 10px;
}

.kore-module .mt-15,
.kore-module-off .mt-15 {
  margin-top: 15px;
}

.kore-module .mt-20,
.kore-module-off .mt-20 {
  margin-top: 20px;
}

.kore-module .mt-25,
.kore-module-off .mt-25 {
  margin-top: 25px;
}

.kore-module .mt-30,
.kore-module-off .mt-30 {
  margin-top: 30px;
}

.kore-module .mt-35,
.kore-module-off .mt-35 {
  margin-top: 35px;
}

.kore-module .mt-40,
.kore-module-off .mt-40 {
  margin-top: 40px;
}

.kore-module .mt-45,
.kore-module-off .mt-45 {
  margin-top: 45px;
}

.kore-module .mt-50,
.kore-module-off .mt-50 {
  margin-top: 50px;
}

.kore-module .mt-55,
.kore-module-off .mt-55 {
  margin-top: 55px;
}

.kore-module .mt-60,
.kore-module-off .mt-60 {
  margin-top: 60px;
}

.kore-module .mt-65,
.kore-module-off .mt-65 {
  margin-top: 65px;
}

.kore-module .mt-70,
.kore-module-off .mt-70 {
  margin-top: 70px;
}

.kore-module .mt-75,
.kore-module-off .mt-75 {
  margin-top: 75px;
}

.kore-module .mt-80,
.kore-module-off .mt-80 {
  margin-top: 80px;
}

.kore-module .mr-0,
.kore-module-off .mr-0 {
  margin-right: 0;
}

.kore-module .mr-5,
.kore-module-off .mr-5 {
  margin-right: 5px;
}

.kore-module .mr-10,
.kore-module-off .mr-10 {
  margin-right: 10px;
}

.kore-module .mr-15,
.kore-module-off .mr-15 {
  margin-right: 15px;
}

.kore-module .mr-20,
.kore-module-off .mr-20 {
  margin-right: 20px;
}

.kore-module .mr-25,
.kore-module-off .mr-25 {
  margin-right: 25px;
}

.kore-module .mr-30,
.kore-module-off .mr-30 {
  margin-right: 30px;
}

.kore-module .mr-35,
.kore-module-off .mr-35 {
  margin-right: 35px;
}

.kore-module .mr-40,
.kore-module-off .mr-40 {
  margin-right: 40px;
}

.kore-module .mr-45,
.kore-module-off .mr-45 {
  margin-right: 45px;
}

.kore-module .mr-50,
.kore-module-off .mr-50 {
  margin-right: 50px;
}

.kore-module .mr-55,
.kore-module-off .mr-55 {
  margin-right: 55px;
}

.kore-module .mr-60,
.kore-module-off .mr-60 {
  margin-right: 60px;
}

.kore-module .mr-65,
.kore-module-off .mr-65 {
  margin-right: 65px;
}

.kore-module .mr-70,
.kore-module-off .mr-70 {
  margin-right: 70px;
}

.kore-module .mr-75,
.kore-module-off .mr-75 {
  margin-right: 75px;
}

.kore-module .mr-80,
.kore-module-off .mr-80 {
  margin-right: 80px;
}

.kore-module .mb-0,
.kore-module-off .mb-0 {
  margin-bottom: 0;
}

.kore-module .mb-5,
.kore-module-off .mb-5 {
  margin-bottom: 5px;
}

.kore-module .mb-10,
.kore-module-off .mb-10 {
  margin-bottom: 10px;
}

.kore-module .mb-15,
.kore-module-off .mb-15 {
  margin-bottom: 15px;
}

.kore-module .mb-20,
.kore-module-off .mb-20 {
  margin-bottom: 20px;
}

.kore-module .mb-25,
.kore-module-off .mb-25 {
  margin-bottom: 25px;
}

.kore-module .mb-30,
.kore-module-off .mb-30 {
  margin-bottom: 30px;
}

.kore-module .mb-35,
.kore-module-off .mb-35 {
  margin-bottom: 35px;
}

.kore-module .mb-40,
.kore-module-off .mb-40 {
  margin-bottom: 40px;
}

.kore-module .mb-45,
.kore-module-off .mb-45 {
  margin-bottom: 45px;
}

.kore-module .mb-50,
.kore-module-off .mb-50 {
  margin-bottom: 50px;
}

.kore-module .mb-55,
.kore-module-off .mb-55 {
  margin-bottom: 55px;
}

.kore-module .mb-60,
.kore-module-off .mb-60 {
  margin-bottom: 60px;
}

.kore-module .mb-65,
.kore-module-off .mb-65 {
  margin-bottom: 65px;
}

.kore-module .mb-70,
.kore-module-off .mb-70 {
  margin-bottom: 70px;
}

.kore-module .mb-75,
.kore-module-off .mb-75 {
  margin-bottom: 75px;
}

.kore-module .mb-80,
.kore-module-off .mb-80 {
  margin-bottom: 80px;
}

.kore-module .ml-0,
.kore-module-off .ml-0 {
  margin-left: 0;
}

.kore-module .ml-5,
.kore-module-off .ml-5 {
  margin-left: 5px;
}

.kore-module .ml-10,
.kore-module-off .ml-10 {
  margin-left: 10px;
}

.kore-module .ml-15,
.kore-module-off .ml-15 {
  margin-left: 15px;
}

.kore-module .ml-20,
.kore-module-off .ml-20 {
  margin-left: 20px;
}

.kore-module .ml-25,
.kore-module-off .ml-25 {
  margin-left: 25px;
}

.kore-module .ml-30,
.kore-module-off .ml-30 {
  margin-left: 30px;
}

.kore-module .ml-35,
.kore-module-off .ml-35 {
  margin-left: 35px;
}

.kore-module .ml-40,
.kore-module-off .ml-40 {
  margin-left: 40px;
}

.kore-module .ml-45,
.kore-module-off .ml-45 {
  margin-left: 45px;
}

.kore-module .ml-50,
.kore-module-off .ml-50 {
  margin-left: 50px;
}

.kore-module .ml-55,
.kore-module-off .ml-55 {
  margin-left: 55px;
}

.kore-module .ml-60,
.kore-module-off .ml-60 {
  margin-left: 60px;
}

.kore-module .ml-65,
.kore-module-off .ml-65 {
  margin-left: 65px;
}

.kore-module .ml-70,
.kore-module-off .ml-70 {
  margin-left: 70px;
}

.kore-module .ml-75,
.kore-module-off .ml-75 {
  margin-left: 75px;
}

.kore-module .ml-80,
.kore-module-off .ml-80 {
  margin-left: 80px;
}

@media (max-width: 1139px) {

  .kore-module .m-30,
  .kore-module .m-35,
  .kore-module-off .m-30,
  .kore-module-off .m-35 {
    margin: 25px;
  }

  .kore-module .m-40,
  .kore-module .m-45,
  .kore-module-off .m-40,
  .kore-module-off .m-45 {
    margin: 30px;
  }

  .kore-module .m-50,
  .kore-module .m-55,
  .kore-module-off .m-50,
  .kore-module-off .m-55 {
    margin: 35px;
  }

  .kore-module .m-60,
  .kore-module .m-65,
  .kore-module-off .m-60,
  .kore-module-off .m-65 {
    margin: 40px;
  }

  .kore-module .m-70,
  .kore-module .m-75,
  .kore-module .m-80,
  .kore-module-off .m-70,
  .kore-module-off .m-75,
  .kore-module-off .m-80 {
    margin: 45px;
  }

  .kore-module .mt-30,
  .kore-module .mt-35,
  .kore-module-off .mt-30,
  .kore-module-off .mt-35 {
    margin-top: 25px;
  }

  .kore-module .mt-40,
  .kore-module .mt-45,
  .kore-module-off .mt-40,
  .kore-module-off .mt-45 {
    margin-top: 30px;
  }

  .kore-module .mt-50,
  .kore-module .mt-55,
  .kore-module-off .mt-50,
  .kore-module-off .mt-55 {
    margin-top: 35px;
  }

  .kore-module .mt-60,
  .kore-module .mt-65,
  .kore-module-off .mt-60,
  .kore-module-off .mt-65 {
    margin-top: 40px;
  }

  .kore-module .mt-70,
  .kore-module .mt-75,
  .kore-module .mt-80,
  .kore-module-off .mt-70,
  .kore-module-off .mt-75,
  .kore-module-off .mt-80 {
    margin-top: 45px;
  }

  .kore-module .mr-30,
  .kore-module .mr-35,
  .kore-module-off .mr-30,
  .kore-module-off .mr-35 {
    margin-right: 25px;
  }

  .kore-module .mr-40,
  .kore-module .mr-45,
  .kore-module-off .mr-40,
  .kore-module-off .mr-45 {
    margin-right: 30px;
  }

  .kore-module .mr-50,
  .kore-module .mr-55,
  .kore-module-off .mr-50,
  .kore-module-off .mr-55 {
    margin-right: 35px;
  }

  .kore-module .mr-60,
  .kore-module .mr-65,
  .kore-module-off .mr-60,
  .kore-module-off .mr-65 {
    margin-right: 40px;
  }

  .kore-module .mr-70,
  .kore-module .mr-75,
  .kore-module .mr-80,
  .kore-module-off .mr-70,
  .kore-module-off .mr-75,
  .kore-module-off .mr-80 {
    margin-right: 45px;
  }

  .kore-module .mb-30,
  .kore-module .mb-35,
  .kore-module-off .mb-30,
  .kore-module-off .mb-35 {
    margin-bottom: 25px;
  }

  .kore-module .mb-40,
  .kore-module .mb-45,
  .kore-module-off .mb-40,
  .kore-module-off .mb-45 {
    margin-bottom: 30px;
  }

  .kore-module .mb-50,
  .kore-module .mb-55,
  .kore-module-off .mb-50,
  .kore-module-off .mb-55 {
    margin-bottom: 35px;
  }

  .kore-module .mb-60,
  .kore-module .mb-65,
  .kore-module-off .mb-60,
  .kore-module-off .mb-65 {
    margin-bottom: 40px;
  }

  .kore-module .mb-70,
  .kore-module .mb-75,
  .kore-module .mb-80,
  .kore-module-off .mb-70,
  .kore-module-off .mb-75,
  .kore-module-off .mb-80 {
    margin-bottom: 45px;
  }

  .kore-module .ml-30,
  .kore-module .ml-35,
  .kore-module-off .ml-30,
  .kore-module-off .ml-35 {
    margin-left: 25px;
  }

  .kore-module .ml-40,
  .kore-module .ml-45,
  .kore-module-off .ml-40,
  .kore-module-off .ml-45 {
    margin-left: 30px;
  }

  .kore-module .ml-50,
  .kore-module .ml-55,
  .kore-module-off .ml-50,
  .kore-module-off .ml-55 {
    margin-left: 35px;
  }

  .kore-module .ml-60,
  .kore-module .ml-65,
  .kore-module-off .ml-60,
  .kore-module-off .ml-65 {
    margin-left: 40px;
  }

  .kore-module .ml-70,
  .kore-module .ml-75,
  .kore-module .ml-80,
  .kore-module-off .ml-70,
  .kore-module-off .ml-75,
  .kore-module-off .ml-80 {
    margin-left: 45px;
  }

  .kore-module .m-tablet-0,
  .kore-module-off .m-tablet-0 {
    margin: 0;
  }

  .kore-module .mt-tablet-0,
  .kore-module-off .mt-tablet-0 {
    margin-top: 0;
  }

  .kore-module .mr-tablet-0,
  .kore-module-off .mr-tablet-0 {
    margin-right: 0;
  }

  .kore-module .mb-tablet-0,
  .kore-module-off .mb-tablet-0 {
    margin-bottom: 0;
  }

  .kore-module .ml-tablet-0,
  .kore-module-off .ml-tablet-0 {
    margin-left: 0;
  }

}

@media (max-width: 767px) {

  .kore-module .m-15,
  .kore-module .m-20,
  .kore-module .m-25,
  .kore-module-off .m-15,
  .kore-module-off .m-20,
  .kore-module-off .m-25 {
    margin: 10px;
  }

  .kore-module .m-30,
  .kore-module .m-35,
  .kore-module-off .m-30,
  .kore-module-off .m-35 {
    margin: 15px;
  }

  .kore-module .m-40,
  .kore-module .m-45,
  .kore-module-off .m-40,
  .kore-module-off .m-45 {
    margin: 20px;
  }

  .kore-module .m-50,
  .kore-module .m-55,
  .kore-module-off .m-50,
  .kore-module-off .m-55 {
    margin: 25px;
  }

  .kore-module .m-60,
  .kore-module .m-65,
  .kore-module-off .m-60,
  .kore-module-off .m-65 {
    margin: 30px;
  }

  .kore-module .m-70,
  .kore-module .m-75,
  .kore-module .m-80,
  .kore-module-off .m-70,
  .kore-module-off .m-75,
  .kore-module-off .m-80 {
    margin: 35px;
  }

  .kore-module .mt-15,
  .kore-module .mt-20,
  .kore-module .mt-25,
  .kore-module-off .mt-15,
  .kore-module-off .mt-20,
  .kore-module-off .mt-25 {
    margin-top: 10px;
  }

  .kore-module .mt-30,
  .kore-module .mt-35,
  .kore-module-off .mt-30,
  .kore-module-off .mt-35 {
    margin-top: 15px;
  }

  .kore-module .mt-40,
  .kore-module .mt-45,
  .kore-module-off .mt-40,
  .kore-module-off .mt-45 {
    margin-top: 20px;
  }

  .kore-module .mt-50,
  .kore-module .mt-55,
  .kore-module-off .mt-50,
  .kore-module-off .mt-55 {
    margin-top: 25px;
  }

  .kore-module .mt-60,
  .kore-module .mt-65,
  .kore-module-off .mt-60,
  .kore-module-off .mt-65 {
    margin-top: 30px;
  }

  .kore-module .mt-70,
  .kore-module .mt-75,
  .kore-module .mt-80,
  .kore-module-off .mt-70,
  .kore-module-off .mt-75,
  .kore-module-off .mt-80 {
    margin-top: 35px;
  }

  .kore-module .mr-15,
  .kore-module .mr-20,
  .kore-module .mr-25,
  .kore-module-off .mr-15,
  .kore-module-off .mr-20,
  .kore-module-off .mr-25 {
    margin-right: 10px;
  }

  .kore-module .mr-30,
  .kore-module .mr-35,
  .kore-module-off .mr-30,
  .kore-module-off .mr-35 {
    margin-right: 15px;
  }

  .kore-module .mr-40,
  .kore-module .mr-45,
  .kore-module-off .mr-40,
  .kore-module-off .mr-45 {
    margin-right: 20px;
  }

  .kore-module .mr-50,
  .kore-module .mr-55,
  .kore-module-off .mr-50,
  .kore-module-off .mr-55 {
    margin-right: 25px;
  }

  .kore-module .mr-60,
  .kore-module .mr-65,
  .kore-module-off .mr-60,
  .kore-module-off .mr-65 {
    margin-right: 30px;
  }

  .kore-module .mr-70,
  .kore-module .mr-75,
  .kore-module .mr-80,
  .kore-module-off .mr-70,
  .kore-module-off .mr-75,
  .kore-module-off .mr-80 {
    margin-right: 35px;
  }

  .kore-module .mb-15,
  .kore-module .mb-20,
  .kore-module .mb-25,
  .kore-module-off .mb-15,
  .kore-module-off .mb-20,
  .kore-module-off .mb-25 {
    margin-bottom: 10px;
  }

  .kore-module .mb-30,
  .kore-module .mb-35,
  .kore-module-off .mb-30,
  .kore-module-off .mb-35 {
    margin-bottom: 15px;
  }

  .kore-module .mb-40,
  .kore-module .mb-45,
  .kore-module-off .mb-40,
  .kore-module-off .mb-45 {
    margin-bottom: 20px;
  }

  .kore-module .mb-50,
  .kore-module .mb-55,
  .kore-module-off .mb-50,
  .kore-module-off .mb-55 {
    margin-bottom: 25px;
  }

  .kore-module .mb-60,
  .kore-module .mb-65,
  .kore-module-off .mb-60,
  .kore-module-off .mb-65 {
    margin-bottom: 30px;
  }

  .kore-module .mb-70,
  .kore-module .mb-75,
  .kore-module .mb-80,
  .kore-module-off .mb-70,
  .kore-module-off .mb-75,
  .kore-module-off .mb-80 {
    margin-bottom: 35px;
  }

  .kore-module .ml-15,
  .kore-module .ml-20,
  .kore-module .ml-25,
  .kore-module-off .ml-15,
  .kore-module-off .ml-20,
  .kore-module-off .ml-25 {
    margin-left: 10px;
  }

  .kore-module .ml-30,
  .kore-module .ml-35,
  .kore-module-off .ml-30,
  .kore-module-off .ml-35 {
    margin-left: 15px;
  }

  .kore-module .ml-40,
  .kore-module .ml-45,
  .kore-module-off .ml-40,
  .kore-module-off .ml-45 {
    margin-left: 20px;
  }

  .kore-module .ml-50,
  .kore-module .ml-55,
  .kore-module-off .ml-50,
  .kore-module-off .ml-55 {
    margin-left: 25px;
  }

  .kore-module .ml-60,
  .kore-module .ml-65,
  .kore-module-off .ml-60,
  .kore-module-off .ml-65 {
    margin-left: 30px;
  }

  .kore-module .ml-70,
  .kore-module .ml-75,
  .kore-module .ml-80,
  .kore-module-off .ml-70,
  .kore-module-off .ml-75,
  .kore-module-off .ml-80 {
    margin-left: 35px;
  }

  .kore-module .m-phone-0,
  .kore-module-off .m-phone-0 {
    margin: 0;
  }

  .kore-module .mt-phone-0,
  .kore-module-off .mt-phone-0 {
    margin-top: 0;
  }

  .kore-module .mr-phone-0,
  .kore-module-off .mr-phone-0 {
    margin-right: 0;
  }

  .kore-module .mb-phone-0,
  .kore-module-off .mb-phone-0 {
    margin-bottom: 0;
  }

  .kore-module .ml-phone-0,
  .kore-module-off .ml-phone-0 {
    margin-left: 0;
  }

}

.kore-module .p-0,
.kore-module-off .p-0 {
  padding: 0;
}

.kore-module .p-5,
.kore-module-off .p-5 {
  padding: 5px;
}

.kore-module .p-10,
.kore-module-off .p-10 {
  padding: 10px;
}

.kore-module .p-15,
.kore-module-off .p-15 {
  padding: 15px;
}

.kore-module .p-20,
.kore-module-off .p-20 {
  padding: 20px;
}

.kore-module .p-25,
.kore-module-off .p-25 {
  padding: 25px;
}

.kore-module .p-30,
.kore-module-off .p-30 {
  padding: 30px;
}

.kore-module .p-35,
.kore-module-off .p-35 {
  padding: 35px;
}

.kore-module .p-40,
.kore-module-off .p-40 {
  padding: 40px;
}

.kore-module .p-45,
.kore-module-off .p-45 {
  padding: 45px;
}

.kore-module .p-50,
.kore-module-off .p-50 {
  padding: 50px;
}

.kore-module .p-55,
.kore-module-off .p-55 {
  padding: 55px;
}

.kore-module .p-60,
.kore-module-off .p-60 {
  padding: 60px;
}

.kore-module .p-65,
.kore-module-off .p-65 {
  padding: 65px;
}

.kore-module .p-70,
.kore-module-off .p-70 {
  padding: 70px;
}

.kore-module .p-75,
.kore-module-off .p-75 {
  padding: 75px;
}

.kore-module .p-80,
.kore-module-off .p-80 {
  padding: 80px;
}

.kore-module .p-85,
.kore-module-off .p-85 {
  padding: 85px;
}

.kore-module .p-90,
.kore-module-off .p-90 {
  padding: 90px;
}

.kore-module .p-95,
.kore-module-off .p-95 {
  padding: 95px;
}

.kore-module .p-100,
.kore-module-off .p-100 {
  padding: 100px;
}

.kore-module .p-120,
.kore-module-off .p-120 {
  padding: 120px;
}

.kore-module .p-150,
.kore-module-off .p-150 {
  padding: 150px;
}

.kore-module .py-0,
.kore-module-off .py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.kore-module .py-5,
.kore-module-off .py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.kore-module .py-10,
.kore-module-off .py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.kore-module .py-15,
.kore-module-off .py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.kore-module .py-20,
.kore-module-off .py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.kore-module .py-25,
.kore-module-off .py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.kore-module .py-30,
.kore-module-off .py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.kore-module .py-35,
.kore-module-off .py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.kore-module .py-40,
.kore-module-off .py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.kore-module .py-45,
.kore-module-off .py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.kore-module .py-50,
.kore-module-off .py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.kore-module .py-55,
.kore-module-off .py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.kore-module .py-60,
.kore-module-off .py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.kore-module .py-65,
.kore-module-off .py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.kore-module .py-70,
.kore-module-off .py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.kore-module .py-75,
.kore-module-off .py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.kore-module .py-80,
.kore-module-off .py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.kore-module .py-85,
.kore-module-off .py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.kore-module .py-90,
.kore-module-off .py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.kore-module .py-95,
.kore-module-off .py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.kore-module .py-100,
.kore-module-off .py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.kore-module .py-120,
.kore-module-off .py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.kore-module .py-150,
.kore-module-off .py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.kore-module .px-0,
.kore-module-off .px-0 {
  padding-left: 0;
  padding-right: 0;
}

.kore-module .px-5,
.kore-module-off .px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.kore-module .px-10,
.kore-module-off .px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.kore-module .px-15,
.kore-module-off .px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.kore-module .px-20,
.kore-module-off .px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.kore-module .px-25,
.kore-module-off .px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.kore-module .px-30,
.kore-module-off .px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.kore-module .px-35,
.kore-module-off .px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.kore-module .px-40,
.kore-module-off .px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.kore-module .px-45,
.kore-module-off .px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.kore-module .px-50,
.kore-module-off .px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.kore-module .px-55,
.kore-module-off .px-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.kore-module .px-60,
.kore-module-off .px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.kore-module .px-65,
.kore-module-off .px-65 {
  padding-left: 65px;
  padding-right: 65px;
}

.kore-module .px-70,
.kore-module-off .px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.kore-module .px-75,
.kore-module-off .px-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.kore-module .px-80,
.kore-module-off .px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.kore-module .px-85,
.kore-module-off .px-85 {
  padding-left: 85px;
  padding-right: 85px;
}

.kore-module .px-90,
.kore-module-off .px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.kore-module .px-95,
.kore-module-off .px-95 {
  padding-left: 95px;
  padding-right: 95px;
}

.kore-module .px-100,
.kore-module-off .px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.kore-module .px-120,
.kore-module-off .px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.kore-module .px-150,
.kore-module-off .px-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.kore-module .pt-0,
.kore-module-off .pt-0 {
  padding-top: 0;
}

.kore-module .pt-5,
.kore-module-off .pt-5 {
  padding-top: 5px;
}

.kore-module .pt-10,
.kore-module-off .pt-10 {
  padding-top: 10px;
}

.kore-module .pt-15,
.kore-module-off .pt-15 {
  padding-top: 15px;
}

.kore-module .pt-20,
.kore-module-off .pt-20 {
  padding-top: 20px;
}

.kore-module .pt-25,
.kore-module-off .pt-25 {
  padding-top: 25px;
}

.kore-module .pt-30,
.kore-module-off .pt-30 {
  padding-top: 30px;
}

.kore-module .pt-35,
.kore-module-off .pt-35 {
  padding-top: 35px;
}

.kore-module .pt-40,
.kore-module-off .pt-40 {
  padding-top: 40px;
}

.kore-module .pt-45,
.kore-module-off .pt-45 {
  padding-top: 45px;
}

.kore-module .pt-50,
.kore-module-off .pt-50 {
  padding-top: 50px;
}

.kore-module .pt-55,
.kore-module-off .pt-55 {
  padding-top: 55px;
}

.kore-module .pt-60,
.kore-module-off .pt-60 {
  padding-top: 60px;
}

.kore-module .pt-65,
.kore-module-off .pt-65 {
  padding-top: 65px;
}

.kore-module .pt-70,
.kore-module-off .pt-70 {
  padding-top: 70px;
}

.kore-module .pt-75,
.kore-module-off .pt-75 {
  padding-top: 75px;
}

.kore-module .pt-80,
.kore-module-off .pt-80 {
  padding-top: 80px;
}

.kore-module .pt-85,
.kore-module-off .pt-85 {
  padding-top: 85px;
}

.kore-module .pt-90,
.kore-module-off .pt-90 {
  padding-top: 90px;
}

.kore-module .pt-95,
.kore-module-off .pt-95 {
  padding-top: 95px;
}

.kore-module .pt-100,
.kore-module-off .pt-100 {
  padding-top: 100px;
}

.kore-module .pt-120,
.kore-module-off .pt-120 {
  padding-top: 120px;
}

.kore-module .pt-150,
.kore-module-off .pt-150 {
  padding-top: 150px;
}

.kore-module .pr-0,
.kore-module-off .pr-0 {
  padding-right: 0;
}

.kore-module .pr-5,
.kore-module-off .pr-5 {
  padding-right: 5px;
}

.kore-module .pr-10,
.kore-module-off .pr-10 {
  padding-right: 10px;
}

.kore-module .pr-15,
.kore-module-off .pr-15 {
  padding-right: 15px;
}

.kore-module .pr-20,
.kore-module-off .pr-20 {
  padding-right: 20px;
}

.kore-module .pr-25,
.kore-module-off .pr-25 {
  padding-right: 25px;
}

.kore-module .pr-30,
.kore-module-off .pr-30 {
  padding-right: 30px;
}

.kore-module .pr-35,
.kore-module-off .pr-35 {
  padding-right: 35px;
}

.kore-module .pr-40,
.kore-module-off .pr-40 {
  padding-right: 40px;
}

.kore-module .pr-45,
.kore-module-off .pr-45 {
  padding-right: 45px;
}

.kore-module .pr-50,
.kore-module-off .pr-50 {
  padding-right: 50px;
}

.kore-module .pr-55,
.kore-module-off .pr-55 {
  padding-right: 55px;
}

.kore-module .pr-60,
.kore-module-off .pr-60 {
  padding-right: 60px;
}

.kore-module .pr-65,
.kore-module-off .pr-65 {
  padding-right: 65px;
}

.kore-module .pr-70,
.kore-module-off .pr-70 {
  padding-right: 70px;
}

.kore-module .pr-75,
.kore-module-off .pr-75 {
  padding-right: 75px;
}

.kore-module .pr-80,
.kore-module-off .pr-80 {
  padding-right: 80px;
}

.kore-module .pr-85,
.kore-module-off .pr-85 {
  padding-right: 85px;
}

.kore-module .pr-90,
.kore-module-off .pr-90 {
  padding-right: 90px;
}

.kore-module .pr-95,
.kore-module-off .pr-95 {
  padding-right: 95px;
}

.kore-module .pr-100,
.kore-module-off .pr-100 {
  padding-right: 100px;
}

.kore-module .pr-120,
.kore-module-off .pr-120 {
  padding-right: 120px;
}

.kore-module .pr-150,
.kore-module-off .pr-150 {
  padding-right: 150px;
}

.kore-module .pb-0,
.kore-module-off .pb-0 {
  padding-bottom: 0;
}

.kore-module .pb-5,
.kore-module-off .pb-5 {
  padding-bottom: 5px;
}

.kore-module .pb-10,
.kore-module-off .pb-10 {
  padding-bottom: 10px;
}

.kore-module .pb-15,
.kore-module-off .pb-15 {
  padding-bottom: 15px;
}

.kore-module .pb-20,
.kore-module-off .pb-20 {
  padding-bottom: 20px;
}

.kore-module .pb-25,
.kore-module-off .pb-25 {
  padding-bottom: 25px;
}

.kore-module .pb-30,
.kore-module-off .pb-30 {
  padding-bottom: 30px;
}

.kore-module .pb-35,
.kore-module-off .pb-35 {
  padding-bottom: 35px;
}

.kore-module .pb-40,
.kore-module-off .pb-40 {
  padding-bottom: 40px;
}

.kore-module .pb-45,
.kore-module-off .pb-45 {
  padding-bottom: 45px;
}

.kore-module .pb-50,
.kore-module-off .pb-50 {
  padding-bottom: 50px;
}

.kore-module .pb-55,
.kore-module-off .pb-55 {
  padding-bottom: 55px;
}

.kore-module .pb-60,
.kore-module-off .pb-60 {
  padding-bottom: 60px;
}

.kore-module .pb-65,
.kore-module-off .pb-65 {
  padding-bottom: 65px;
}

.kore-module .pb-70,
.kore-module-off .pb-70 {
  padding-bottom: 70px;
}

.kore-module .pb-75,
.kore-module-off .pb-75 {
  padding-bottom: 75px;
}

.kore-module .pb-80,
.kore-module-off .pb-80 {
  padding-bottom: 80px;
}

.kore-module .pb-85,
.kore-module-off .pb-85 {
  padding-bottom: 85px;
}

.kore-module .pb-90,
.kore-module-off .pb-90 {
  padding-bottom: 90px;
}

.kore-module .pb-95,
.kore-module-off .pb-95 {
  padding-bottom: 95px;
}

.kore-module .pb-100,
.kore-module-off .pb-100 {
  padding-bottom: 100px;
}

.kore-module .pb-120,
.kore-module-off .pb-120 {
  padding-bottom: 120px;
}

.kore-module .pb-150,
.kore-module-off .pb-150 {
  padding-bottom: 150px;
}

.kore-module .pl-0,
.kore-module-off .pl-0 {
  padding-left: 0;
}

.kore-module .pl-5,
.kore-module-off .pl-5 {
  padding-left: 5px;
}

.kore-module .pl-10,
.kore-module-off .pl-10 {
  padding-left: 10px;
}

.kore-module .pl-15,
.kore-module-off .pl-15 {
  padding-left: 15px;
}

.kore-module .pl-20,
.kore-module-off .pl-20 {
  padding-left: 20px;
}

.kore-module .pl-25,
.kore-module-off .pl-25 {
  padding-left: 25px;
}

.kore-module .pl-30,
.kore-module-off .pl-30 {
  padding-left: 30px;
}

.kore-module .pl-35,
.kore-module-off .pl-35 {
  padding-left: 35px;
}

.kore-module .pl-40,
.kore-module-off .pl-40 {
  padding-left: 40px;
}

.kore-module .pl-45,
.kore-module-off .pl-45 {
  padding-left: 45px;
}

.kore-module .pl-50,
.kore-module-off .pl-50 {
  padding-left: 50px;
}

.kore-module .pl-55,
.kore-module-off .pl-55 {
  padding-left: 55px;
}

.kore-module .pl-60,
.kore-module-off .pl-60 {
  padding-left: 60px;
}

.kore-module .pl-65,
.kore-module-off .pl-65 {
  padding-left: 65px;
}

.kore-module .pl-70,
.kore-module-off .pl-70 {
  padding-left: 70px;
}

.kore-module .pl-75,
.kore-module-off .pl-75 {
  padding-left: 75px;
}

.kore-module .pl-80,
.kore-module-off .pl-80 {
  padding-left: 80px;
}

.kore-module .pl-85,
.kore-module-off .pl-85 {
  padding-left: 85px;
}

.kore-module .pl-90,
.kore-module-off .pl-90 {
  padding-left: 90px;
}

.kore-module .pl-95,
.kore-module-off .pl-95 {
  padding-left: 95px;
}

.kore-module .pl-100,
.kore-module-off .pl-100 {
  padding-left: 100px;
}

.kore-module .pl-120,
.kore-module-off .pl-120 {
  padding-left: 120px;
}

.kore-module .pl-150,
.kore-module-off .pl-150 {
  padding-left: 150px;
}

@media (max-width: 1139px) {

  .kore-module .p-30,
  .kore-module .p-35,
  .kore-module-off .p-30,
  .kore-module-off .p-35 {
    padding: 25px;
  }

  .kore-module .p-40,
  .kore-module .p-45,
  .kore-module-off .p-40,
  .kore-module-off .p-45 {
    padding: 30px;
  }

  .kore-module .p-50,
  .kore-module .p-55,
  .kore-module-off .p-50,
  .kore-module-off .p-55 {
    padding: 40px;
  }

  .kore-module .p-60,
  .kore-module .p-65,
  .kore-module .p-70,
  .kore-module .p-75,
  .kore-module .p-80,
  .kore-module .p-85,
  .kore-module .p-90,
  .kore-module-off .p-60,
  .kore-module-off .p-65,
  .kore-module-off .p-70,
  .kore-module-off .p-75,
  .kore-module-off .p-80,
  .kore-module-off .p-85,
  .kore-module-off .p-90 {
    padding: 50px;
  }

  .kore-module .p-95,
  .kore-module .p-100,
  .kore-module .p-120,
  .kore-module .p-150,
  .kore-module-off .p-95,
  .kore-module-off .p-100,
  .kore-module-off .p-120,
  .kore-module-off .p-150 {
    padding: 60px;
  }

  .kore-module .py-30,
  .kore-module .py-35,
  .kore-module-off .py-30,
  .kore-module-off .py-35 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .kore-module .py-40,
  .kore-module .py-45,
  .kore-module-off .py-40,
  .kore-module-off .py-45 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .kore-module .py-50,
  .kore-module .py-55,
  .kore-module-off .py-50,
  .kore-module-off .py-55 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .kore-module .py-60,
  .kore-module .py-65,
  .kore-module .py-70,
  .kore-module .py-75,
  .kore-module .py-80,
  .kore-module .py-85,
  .kore-module .py-90,
  .kore-module-off .py-60,
  .kore-module-off .py-65,
  .kore-module-off .py-70,
  .kore-module-off .py-75,
  .kore-module-off .py-80,
  .kore-module-off .py-85,
  .kore-module-off .py-90 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .kore-module .py-95,
  .kore-module .py-100,
  .kore-module .py-120,
  .kore-module .py-150,
  .kore-module-off .py-95,
  .kore-module-off .py-100,
  .kore-module-off .py-120,
  .kore-module-off .py-150 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kore-module .px-30,
  .kore-module .px-35,
  .kore-module-off .px-30,
  .kore-module-off .px-35 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .kore-module .px-40,
  .kore-module .px-45,
  .kore-module-off .px-40,
  .kore-module-off .px-45 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .kore-module .px-50,
  .kore-module .px-55,
  .kore-module-off .px-50,
  .kore-module-off .px-55 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .kore-module .px-60,
  .kore-module .px-65,
  .kore-module .px-70,
  .kore-module .px-75,
  .kore-module .px-80,
  .kore-module .px-85,
  .kore-module .px-90,
  .kore-module-off .px-60,
  .kore-module-off .px-65,
  .kore-module-off .px-70,
  .kore-module-off .px-75,
  .kore-module-off .px-80,
  .kore-module-off .px-85,
  .kore-module-off .px-90 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .kore-module .px-95,
  .kore-module .px-100,
  .kore-module .px-120,
  .kore-module .px-150,
  .kore-module-off .px-95,
  .kore-module-off .px-100,
  .kore-module-off .px-120,
  .kore-module-off .px-150 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .kore-module .pt-30,
  .kore-module .pt-35,
  .kore-module-off .pt-30,
  .kore-module-off .pt-35 {
    padding-top: 25px;
  }

  .kore-module .pt-40,
  .kore-module .pt-45,
  .kore-module-off .pt-40,
  .kore-module-off .pt-45 {
    padding-top: 30px;
  }

  .kore-module .pt-50,
  .kore-module .pt-55,
  .kore-module-off .pt-50,
  .kore-module-off .pt-55 {
    padding-top: 40px;
  }

  .kore-module .pt-60,
  .kore-module .pt-65,
  .kore-module .pt-70,
  .kore-module .pt-75,
  .kore-module .pt-80,
  .kore-module .pt-85,
  .kore-module .pt-90,
  .kore-module-off .pt-60,
  .kore-module-off .pt-65,
  .kore-module-off .pt-70,
  .kore-module-off .pt-75,
  .kore-module-off .pt-80,
  .kore-module-off .pt-85,
  .kore-module-off .pt-90 {
    padding-top: 50px;
  }

  .kore-module .pt-95,
  .kore-module .pt-100,
  .kore-module .pt-120,
  .kore-module .pt-150,
  .kore-module-off .pt-95,
  .kore-module-off .pt-100,
  .kore-module-off .pt-120,
  .kore-module-off .pt-150 {
    padding-top: 60px;
  }

  .kore-module .pr-30,
  .kore-module .pr-35,
  .kore-module-off .pr-30,
  .kore-module-off .pr-35 {
    padding-right: 25px;
  }

  .kore-module .pr-40,
  .kore-module .pr-45,
  .kore-module-off .pr-40,
  .kore-module-off .pr-45 {
    padding-right: 30px;
  }

  .kore-module .pr-50,
  .kore-module .pr-55,
  .kore-module-off .pr-50,
  .kore-module-off .pr-55 {
    padding-right: 40px;
  }

  .kore-module .pr-60,
  .kore-module .pr-65,
  .kore-module .pr-70,
  .kore-module .pr-75,
  .kore-module .pr-80,
  .kore-module .pr-85,
  .kore-module .pr-90,
  .kore-module-off .pr-60,
  .kore-module-off .pr-65,
  .kore-module-off .pr-70,
  .kore-module-off .pr-75,
  .kore-module-off .pr-80,
  .kore-module-off .pr-85,
  .kore-module-off .pr-90 {
    padding-right: 50px;
  }

  .kore-module .pr-95,
  .kore-module .pr-100,
  .kore-module .pr-120,
  .kore-module .pr-150,
  .kore-module-off .pr-95,
  .kore-module-off .pr-100,
  .kore-module-off .pr-120,
  .kore-module-off .pr-150 {
    padding-right: 60px;
  }

  .kore-module .pb-30,
  .kore-module .pb-35,
  .kore-module-off .pb-30,
  .kore-module-off .pb-35 {
    padding-bottom: 25px;
  }

  .kore-module .pb-40,
  .kore-module .pb-45,
  .kore-module-off .pb-40,
  .kore-module-off .pb-45 {
    padding-bottom: 30px;
  }

  .kore-module .pb-50,
  .kore-module .pb-55,
  .kore-module-off .pb-50,
  .kore-module-off .pb-55 {
    padding-bottom: 40px;
  }

  .kore-module .pb-60,
  .kore-module .pb-65,
  .kore-module .pb-70,
  .kore-module .pb-75,
  .kore-module .pb-80,
  .kore-module .pb-85,
  .kore-module .pb-90,
  .kore-module-off .pb-60,
  .kore-module-off .pb-65,
  .kore-module-off .pb-70,
  .kore-module-off .pb-75,
  .kore-module-off .pb-80,
  .kore-module-off .pb-85,
  .kore-module-off .pb-90 {
    padding-bottom: 50px;
  }

  .kore-module .pb-95,
  .kore-module .pb-100,
  .kore-module .pb-120,
  .kore-module .pb-150,
  .kore-module-off .pb-95,
  .kore-module-off .pb-100,
  .kore-module-off .pb-120,
  .kore-module-off .pb-150 {
    padding-bottom: 60px;
  }

  .kore-module .pl-30,
  .kore-module .pl-35,
  .kore-module-off .pl-30,
  .kore-module-off .pl-35 {
    padding-left: 25px;
  }

  .kore-module .pl-40,
  .kore-module .pl-45,
  .kore-module-off .pl-40,
  .kore-module-off .pl-45 {
    padding-left: 30px;
  }

  .kore-module .pl-50,
  .kore-module .pl-55,
  .kore-module-off .pl-50,
  .kore-module-off .pl-55 {
    padding-left: 40px;
  }

  .kore-module .pl-60,
  .kore-module .pl-65,
  .kore-module .pl-70,
  .kore-module .pl-75,
  .kore-module .pl-80,
  .kore-module .pl-85,
  .kore-module .pl-90,
  .kore-module-off .pl-60,
  .kore-module-off .pl-65,
  .kore-module-off .pl-70,
  .kore-module-off .pl-75,
  .kore-module-off .pl-80,
  .kore-module-off .pl-85,
  .kore-module-off .pl-90 {
    padding-left: 50px;
  }

  .kore-module .pl-95,
  .kore-module .pl-100,
  .kore-module .pl-120,
  .kore-module .pl-150,
  .kore-module-off .pl-95,
  .kore-module-off .pl-100,
  .kore-module-off .pl-120,
  .kore-module-off .pl-150 {
    padding-left: 60px;
  }

  .kore-module .p-tablet-0,
  .kore-module-off .p-tablet-0 {
    padding: 0;
  }

  .kore-module .pt-tablet-0,
  .kore-module-off .pt-tablet-0 {
    padding-top: 0;
  }

  .kore-module .pr-tablet-0,
  .kore-module-off .pr-tablet-0 {
    padding-right: 0;
  }

  .kore-module .pb-tablet-0,
  .kore-module-off .pb-tablet-0 {
    padding-bottom: 0;
  }

  .kore-module .pl-tablet-0,
  .kore-module-off .pl-tablet-0 {
    padding-left: 0;
  }

}

@media (max-width: 767px) {

  .kore-module .p-5,
  .kore-module .p-15,
  .kore-module .p-20,
  .kore-module .p-25,
  .kore-module-off .p-5,
  .kore-module-off .p-15,
  .kore-module-off .p-20,
  .kore-module-off .p-25 {
    padding: 10px;
  }

  .kore-module .p-30,
  .kore-module .p-35,
  .kore-module-off .p-30,
  .kore-module-off .p-35 {
    padding: 15px;
  }

  .kore-module .p-40,
  .kore-module .p-45,
  .kore-module-off .p-40,
  .kore-module-off .p-45 {
    padding: 20px;
  }

  .kore-module .p-50,
  .kore-module .p-55,
  .kore-module-off .p-50,
  .kore-module-off .p-55 {
    padding: 25px;
  }

  .kore-module .p-60,
  .kore-module .p-65,
  .kore-module .p-70,
  .kore-module .p-75,
  .kore-module .p-80,
  .kore-module .p-85,
  .kore-module .p-90,
  .kore-module .p-95,
  .kore-module .p-100,
  .kore-module .p-120,
  .kore-module .p-150,
  .kore-module-off .p-60,
  .kore-module-off .p-65,
  .kore-module-off .p-70,
  .kore-module-off .p-75,
  .kore-module-off .p-80,
  .kore-module-off .p-85,
  .kore-module-off .p-90,
  .kore-module-off .p-95,
  .kore-module-off .p-100,
  .kore-module-off .p-120,
  .kore-module-off .p-150 {
    padding: 30px;
  }

  .kore-module .py-5,
  .kore-module .py-15,
  .kore-module .py-20,
  .kore-module .py-25,
  .kore-module-off .py-5,
  .kore-module-off .py-15,
  .kore-module-off .py-20,
  .kore-module-off .py-25 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kore-module .py-30,
  .kore-module .py-35,
  .kore-module-off .py-30,
  .kore-module-off .py-35 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .kore-module .py-40,
  .kore-module .py-45,
  .kore-module-off .py-40,
  .kore-module-off .py-45 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .kore-module .py-50,
  .kore-module .py-55,
  .kore-module-off .py-50,
  .kore-module-off .py-55 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .kore-module .py-60,
  .kore-module .py-65,
  .kore-module .py-70,
  .kore-module .py-75,
  .kore-module .py-80,
  .kore-module .py-85,
  .kore-module .py-90,
  .kore-module .py-95,
  .kore-module .py-100,
  .kore-module .py-120,
  .kore-module .py-150,
  .kore-module-off .py-60,
  .kore-module-off .py-65,
  .kore-module-off .py-70,
  .kore-module-off .py-75,
  .kore-module-off .py-80,
  .kore-module-off .py-85,
  .kore-module-off .py-90,
  .kore-module-off .py-95,
  .kore-module-off .py-100,
  .kore-module-off .py-120,
  .kore-module-off .py-150 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .kore-module .px-5,
  .kore-module .px-15,
  .kore-module .px-20,
  .kore-module .px-25,
  .kore-module-off .px-5,
  .kore-module-off .px-15,
  .kore-module-off .px-20,
  .kore-module-off .px-25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .kore-module .px-30,
  .kore-module .px-35,
  .kore-module-off .px-30,
  .kore-module-off .px-35 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .kore-module .px-40,
  .kore-module .px-45,
  .kore-module-off .px-40,
  .kore-module-off .px-45 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kore-module .px-50,
  .kore-module .px-55,
  .kore-module-off .px-50,
  .kore-module-off .px-55 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .kore-module .px-60,
  .kore-module .px-65,
  .kore-module .px-70,
  .kore-module .px-75,
  .kore-module .px-80,
  .kore-module .px-85,
  .kore-module .px-90,
  .kore-module .px-95,
  .kore-module .px-100,
  .kore-module .px-120,
  .kore-module .px-150,
  .kore-module-off .px-60,
  .kore-module-off .px-65,
  .kore-module-off .px-70,
  .kore-module-off .px-75,
  .kore-module-off .px-80,
  .kore-module-off .px-85,
  .kore-module-off .px-90,
  .kore-module-off .px-95,
  .kore-module-off .px-100,
  .kore-module-off .px-120,
  .kore-module-off .px-150 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .kore-module .pt-5,
  .kore-module .pt-15,
  .kore-module .pt-20,
  .kore-module .pt-25,
  .kore-module-off .pt-5,
  .kore-module-off .pt-15,
  .kore-module-off .pt-20,
  .kore-module-off .pt-25 {
    padding-top: 10px;
  }

  .kore-module .pt-30,
  .kore-module .pt-35,
  .kore-module-off .pt-30,
  .kore-module-off .pt-35 {
    padding-top: 15px;
  }

  .kore-module .pt-40,
  .kore-module .pt-45,
  .kore-module-off .pt-40,
  .kore-module-off .pt-45 {
    padding-top: 20px;
  }

  .kore-module .pt-50,
  .kore-module .pt-55,
  .kore-module-off .pt-50,
  .kore-module-off .pt-55 {
    padding-top: 25px;
  }

  .kore-module .pt-60,
  .kore-module .pt-65,
  .kore-module .pt-70,
  .kore-module .pt-75,
  .kore-module .pt-80,
  .kore-module .pt-85,
  .kore-module .pt-90,
  .kore-module .pt-95,
  .kore-module .pt-100,
  .kore-module .pt-120,
  .kore-module .pt-150,
  .kore-module-off .pt-60,
  .kore-module-off .pt-65,
  .kore-module-off .pt-70,
  .kore-module-off .pt-75,
  .kore-module-off .pt-80,
  .kore-module-off .pt-85,
  .kore-module-off .pt-90,
  .kore-module-off .pt-95,
  .kore-module-off .pt-100,
  .kore-module-off .pt-120,
  .kore-module-off .pt-150 {
    padding-top: 30px;
  }

  .kore-module .pr-5,
  .kore-module .pr-15,
  .kore-module .pr-20,
  .kore-module .pr-25,
  .kore-module-off .pr-5,
  .kore-module-off .pr-15,
  .kore-module-off .pr-20,
  .kore-module-off .pr-25 {
    padding-right: 10px;
  }

  .kore-module .pr-30,
  .kore-module .pr-35,
  .kore-module-off .pr-30,
  .kore-module-off .pr-35 {
    padding-right: 15px;
  }

  .kore-module .pr-40,
  .kore-module .pr-45,
  .kore-module-off .pr-40,
  .kore-module-off .pr-45 {
    padding-right: 20px;
  }

  .kore-module .pr-50,
  .kore-module .pr-55,
  .kore-module-off .pr-50,
  .kore-module-off .pr-55 {
    padding-right: 25px;
  }

  .kore-module .pr-60,
  .kore-module .pr-65,
  .kore-module .pr-70,
  .kore-module .pr-75,
  .kore-module .pr-80,
  .kore-module .pr-85,
  .kore-module .pr-90,
  .kore-module .pr-95,
  .kore-module .pr-100,
  .kore-module .pr-120,
  .kore-module .pr-150,
  .kore-module-off .pr-60,
  .kore-module-off .pr-65,
  .kore-module-off .pr-70,
  .kore-module-off .pr-75,
  .kore-module-off .pr-80,
  .kore-module-off .pr-85,
  .kore-module-off .pr-90,
  .kore-module-off .pr-95,
  .kore-module-off .pr-100,
  .kore-module-off .pr-120,
  .kore-module-off .pr-150 {
    padding-right: 30px;
  }

  .kore-module .pb-5,
  .kore-module .pb-15,
  .kore-module .pb-20,
  .kore-module .pb-25,
  .kore-module-off .pb-5,
  .kore-module-off .pb-15,
  .kore-module-off .pb-20,
  .kore-module-off .pb-25 {
    padding-bottom: 10px;
  }

  .kore-module .pb-30,
  .kore-module .pb-35,
  .kore-module-off .pb-30,
  .kore-module-off .pb-35 {
    padding-bottom: 15px;
  }

  .kore-module .pb-40,
  .kore-module .pb-45,
  .kore-module-off .pb-40,
  .kore-module-off .pb-45 {
    padding-bottom: 20px;
  }

  .kore-module .pb-50,
  .kore-module .pb-55,
  .kore-module-off .pb-50,
  .kore-module-off .pb-55 {
    padding-bottom: 25px;
  }

  .kore-module .pb-60,
  .kore-module .pb-65,
  .kore-module .pb-70,
  .kore-module .pb-75,
  .kore-module .pb-80,
  .kore-module .pb-85,
  .kore-module .pb-90,
  .kore-module .pb-95,
  .kore-module .pb-100,
  .kore-module .pb-120,
  .kore-module .pb-150,
  .kore-module-off .pb-60,
  .kore-module-off .pb-65,
  .kore-module-off .pb-70,
  .kore-module-off .pb-75,
  .kore-module-off .pb-80,
  .kore-module-off .pb-85,
  .kore-module-off .pb-90,
  .kore-module-off .pb-95,
  .kore-module-off .pb-100,
  .kore-module-off .pb-120,
  .kore-module-off .pb-150 {
    padding-bottom: 30px;
  }

  .kore-module .pl-5,
  .kore-module .pl-15,
  .kore-module .pl-20,
  .kore-module .pl-25,
  .kore-module-off .pl-5,
  .kore-module-off .pl-15,
  .kore-module-off .pl-20,
  .kore-module-off .pl-25 {
    padding-left: 10px;
  }

  .kore-module .pl-30,
  .kore-module .pl-35,
  .kore-module-off .pl-30,
  .kore-module-off .pl-35 {
    padding-left: 15px;
  }

  .kore-module .pl-40,
  .kore-module .pl-45,
  .kore-module-off .pl-40,
  .kore-module-off .pl-45 {
    padding-left: 20px;
  }

  .kore-module .pl-50,
  .kore-module .pl-55,
  .kore-module-off .pl-50,
  .kore-module-off .pl-55 {
    padding-left: 25px;
  }

  .kore-module .pl-60,
  .kore-module .pl-65,
  .kore-module .pl-70,
  .kore-module .pl-75,
  .kore-module .pl-80,
  .kore-module .pl-85,
  .kore-module .pl-90,
  .kore-module .pl-95,
  .kore-module .pl-100,
  .kore-module .pl-120,
  .kore-module .pl-150,
  .kore-module-off .pl-60,
  .kore-module-off .pl-65,
  .kore-module-off .pl-70,
  .kore-module-off .pl-75,
  .kore-module-off .pl-80,
  .kore-module-off .pl-85,
  .kore-module-off .pl-90,
  .kore-module-off .pl-95,
  .kore-module-off .pl-100,
  .kore-module-off .pl-120,
  .kore-module-off .pl-150 {
    padding-left: 30px;
  }

  .kore-module .p-phone-0,
  .kore-module-off .p-phone-0 {
    padding: 0;
  }

  .kore-module .pt-phone-0,
  .kore-module-off .pt-phone-0 {
    padding-top: 0;
  }

  .kore-module .pr-phone-0,
  .kore-module-off .pr-phone-0 {
    padding-right: 0;
  }

  .kore-module .pb-phone-0,
  .kore-module-off .pb-phone-0 {
    padding-bottom: 0;
  }

  .kore-module .pl-phone-0,
  .kore-module .pl-phone-0,
  .kore-module-off .pl-phone-0,
  .kore-module-off .pl-phone-0 {
    padding-left: 0;
  }

}

/* Font Size */
.kore-module .font-size-12,
.kore-module-off .font-size-12 {
  font-size: 12px;
}

.kore-module .font-size-13,
.kore-module-off .font-size-13 {
  font-size: 13px;
}

.kore-module .font-size-14,
.kore-module-off .font-size-14 {
  font-size: 14px;
}

.kore-module .font-size-15,
.kore-module-off .font-size-15 {
  font-size: 15px;
}

.kore-module .font-size-16,
.kore-module-off .font-size-16 {
  font-size: 16px;
}

.kore-module .font-size-17,
.kore-module-off .font-size-17 {
  font-size: 17px;
}

.kore-module .font-size-18,
.kore-module-off .font-size-18 {
  font-size: 18px;
}

.kore-module .font-size-19,
.kore-module-off .font-size-19 {
  font-size: 19px;
}

.kore-module .font-size-20,
.kore-module-off .font-size-20 {
  font-size: 20px;
}

.kore-module .font-size-21,
.kore-module-off .font-size-21 {
  font-size: 21px;
}

.kore-module .font-size-22,
.kore-module-off .font-size-22 {
  font-size: 22px;
}

.kore-module .font-size-23,
.kore-module-off .font-size-23 {
  font-size: 23px;
}

.kore-module .font-size-24,
.kore-module-off .font-size-24 {
  font-size: 24px;
}

.kore-module .font-size-25,
.kore-module-off .font-size-25 {
  font-size: 25px;
}

.kore-module .font-size-26,
.kore-module-off .font-size-26 {
  font-size: 26px;
}

.kore-module .font-size-27,
.kore-module-off .font-size-27 {
  font-size: 27px;
}

.kore-module .font-size-28,
.kore-module-off .font-size-28 {
  font-size: 28px;
}

.kore-module .font-size-29,
.kore-module-off .font-size-29 {
  font-size: 29px;
}

.kore-module .font-size-30,
.kore-module-off .font-size-30 {
  font-size: 30px;
}

.kore-module .font-size-31,
.kore-module-off .font-size-31 {
  font-size: 31px;
}

.kore-module .font-size-32,
.kore-module-off .font-size-32 {
  font-size: 32px;
}

.kore-module .font-size-33,
.kore-module-off .font-size-33 {
  font-size: 33px;
}

.kore-module .font-size-34,
.kore-module-off .font-size-34 {
  font-size: 34px;
}

.kore-module .font-size-35,
.kore-module-off .font-size-35 {
  font-size: 35px;
}

.kore-module .font-size-36,
.kore-module-off .font-size-36 {
  font-size: 36px;
}

.kore-module .font-size-37,
.kore-module-off .font-size-37 {
  font-size: 37px;
}

.kore-module .font-size-38,
.kore-module-off .font-size-38 {
  font-size: 38px;
}

.kore-module .font-size-39,
.kore-module-off .font-size-39 {
  font-size: 39px;
}

.kore-module .font-size-40,
.kore-module-off .font-size-40 {
  font-size: 40px;
}

.kore-module .font-size-41,
.kore-module-off .font-size-41 {
  font-size: 41px;
}

.kore-module .font-size-42,
.kore-module-off .font-size-42 {
  font-size: 42px;
}

.kore-module .font-size-43,
.kore-module-off .font-size-43 {
  font-size: 43px;
}

.kore-module .font-size-44,
.kore-module-off .font-size-44 {
  font-size: 44px;
}

.kore-module .font-size-45,
.kore-module-off .font-size-45 {
  font-size: 45px;
}

.kore-module .font-size-46,
.kore-module-off .font-size-46 {
  font-size: 46px;
}

.kore-module .font-size-47,
.kore-module-off .font-size-47 {
  font-size: 47px;
}

.kore-module .font-size-48,
.kore-module-off .font-size-48 {
  font-size: 48px;
}

.kore-module .font-size-49,
.kore-module-off .font-size-49 {
  font-size: 49px;
}

.kore-module .font-size-50,
.kore-module-off .font-size-50 {
  font-size: 50px;
}

.kore-module .font-size-51,
.kore-module-off .font-size-51 {
  font-size: 51px;
}

.kore-module .font-size-52,
.kore-module-off .font-size-52 {
  font-size: 52px;
}

.kore-module .font-size-53,
.kore-module-off .font-size-53 {
  font-size: 53px;
}

.kore-module .font-size-54,
.kore-module-off .font-size-54 {
  font-size: 54px;
}

.kore-module .font-size-55,
.kore-module-off .font-size-55 {
  font-size: 55px;
}

.kore-module .font-size-56,
.kore-module-off .font-size-56 {
  font-size: 56px;
}

.kore-module .font-size-57,
.kore-module-off .font-size-57 {
  font-size: 57px;
}

.kore-module .font-size-58,
.kore-module-off .font-size-58 {
  font-size: 58px;
}

.kore-module .font-size-59,
.kore-module-off .font-size-59 {
  font-size: 59px;
}

.kore-module .font-size-60,
.kore-module-off .font-size-60 {
  font-size: 60px;
}

.kore-module .font-size-61,
.kore-module-off .font-size-61 {
  font-size: 61px;
}

.kore-module .font-size-62,
.kore-module-off .font-size-62 {
  font-size: 62px;
}

.kore-module .font-size-63,
.kore-module-off .font-size-63 {
  font-size: 63px;
}

.kore-module .font-size-64,
.kore-module-off .font-size-64 {
  font-size: 64px;
}

.kore-module .font-size-65,
.kore-module-off .font-size-65 {
  font-size: 65px;
}

.kore-module .font-size-66,
.kore-module-off .font-size-66 {
  font-size: 66px;
}

.kore-module .font-size-67,
.kore-module-off .font-size-67 {
  font-size: 67px;
}

.kore-module .font-size-68,
.kore-module-off .font-size-68 {
  font-size: 68px;
}

.kore-module .font-size-69,
.kore-module-off .font-size-69 {
  font-size: 69px;
}

.kore-module .font-size-70,
.kore-module-off .font-size-70 {
  font-size: 70px;
}

.kore-module .font-size-71,
.kore-module-off .font-size-71 {
  font-size: 71px;
}

.kore-module .font-size-72,
.kore-module-off .font-size-72 {
  font-size: 72px;
}

.kore-module .font-size-73,
.kore-module-off .font-size-73 {
  font-size: 73px;
}

.kore-module .font-size-74,
.kore-module-off .font-size-74 {
  font-size: 74px;
}

.kore-module .font-size-75,
.kore-module-off .font-size-75 {
  font-size: 75px;
}

.kore-module .font-size-76,
.kore-module-off .font-size-76 {
  font-size: 76px;
}

.kore-module .font-size-77,
.kore-module-off .font-size-77 {
  font-size: 77px;
}

.kore-module .font-size-78,
.kore-module-off .font-size-78 {
  font-size: 78px;
}

.kore-module .font-size-79,
.kore-module-off .font-size-79 {
  font-size: 79px;
}

.kore-module .font-size-80,
.kore-module-off .font-size-80 {
  font-size: 80px;
}

.kore-module .font-size-81,
.kore-module-off .font-size-81 {
  font-size: 81px;
}

.kore-module .font-size-82,
.kore-module-off .font-size-82 {
  font-size: 82px;
}

.kore-module .font-size-83,
.kore-module-off .font-size-83 {
  font-size: 83px;
}

.kore-module .font-size-84,
.kore-module-off .font-size-84 {
  font-size: 84px;
}

.kore-module .font-size-85,
.kore-module-off .font-size-85 {
  font-size: 85px;
}

.kore-module .font-size-86,
.kore-module-off .font-size-86 {
  font-size: 86px;
}

.kore-module .font-size-87,
.kore-module-off .font-size-87 {
  font-size: 87px;
}

.kore-module .font-size-88,
.kore-module-off .font-size-88 {
  font-size: 88px;
}

.kore-module .font-size-89,
.kore-module-off .font-size-89 {
  font-size: 89px;
}

.kore-module .font-size-90,
.kore-module-off .font-size-90 {
  font-size: 90px;
}

.kore-module .font-size-91,
.kore-module-off .font-size-91 {
  font-size: 91px;
}

.kore-module .font-size-92,
.kore-module-off .font-size-92 {
  font-size: 92px;
}

.kore-module .font-size-93,
.kore-module-off .font-size-93 {
  font-size: 93px;
}

.kore-module .font-size-94,
.kore-module-off .font-size-94 {
  font-size: 94px;
}

.kore-module .font-size-95,
.kore-module-off .font-size-95 {
  font-size: 95px;
}

.kore-module .font-size-96,
.kore-module-off .font-size-96 {
  font-size: 96px;
}

.kore-module .font-size-97,
.kore-module-off .font-size-97 {
  font-size: 97px;
}

.kore-module .font-size-98,
.kore-module-off .font-size-98 {
  font-size: 98px;
}

.kore-module .font-size-99,
.kore-module-off .font-size-99 {
  font-size: 99px;
}

.kore-module .font-size-100,
.kore-module-off .font-size-100 {
  font-size: 100px;
}

@media (max-width: 1139px) {

  .kore-module .font-size-39,
  .kore-module .font-size-40,
  .kore-module .font-size-41,
  .kore-module-off .font-size-39,
  .kore-module-off .font-size-40,
  .kore-module-off .font-size-41 {
    font-size: 38px;
  }

  .kore-module .font-size-42,
  .kore-module .font-size-43,
  .kore-module-off .font-size-42,
  .kore-module-off .font-size-43 {
    font-size: 40px;
  }

  .kore-module .font-size-44,
  .kore-module-off .font-size-44 {
    font-size: 41px;
  }

  .kore-module .font-size-45,
  .kore-module-off .font-size-45 {
    font-size: 42px;
  }

  .kore-module .font-size-46,
  .kore-module .font-size-47,
  .kore-module-off .font-size-46,
  .kore-module-off .font-size-47 {
    font-size: 43px;
  }

  .kore-module .font-size-48,
  .kore-module .font-size-49,
  .kore-module-off .font-size-48,
  .kore-module-off .font-size-49 {
    font-size: 45px;
  }

  .kore-module .font-size-50,
  .kore-module .font-size-51,
  .kore-module .font-size-52,
  .kore-module-off .font-size-50,
  .kore-module-off .font-size-51,
  .kore-module-off .font-size-52 {
    font-size: 47px;
  }

  .kore-module .font-size-53,
  .kore-module .font-size-54,
  .kore-module .font-size-55,
  .kore-module .font-size-56,
  .kore-module .font-size-57,
  .kore-module-off .font-size-53,
  .kore-module-off .font-size-54,
  .kore-module-off .font-size-55,
  .kore-module-off .font-size-56,
  .kore-module-off .font-size-57 {
    font-size: 49px;
  }

  .kore-module .font-size-58,
  .kore-module .font-size-59,
  .kore-module .font-size-60,
  .kore-module .font-size-61,
  .kore-module .font-size-62,
  .kore-module-off .font-size-58,
  .kore-module-off .font-size-59,
  .kore-module-off .font-size-60,
  .kore-module-off .font-size-61,
  .kore-module-off .font-size-62 {
    font-size: 51px;
  }

  .kore-module .font-size-63,
  .kore-module .font-size-64,
  .kore-module .font-size-65,
  .kore-module .font-size-66,
  .kore-module .font-size-67,
  .kore-module-off .font-size-63,
  .kore-module-off .font-size-64,
  .kore-module-off .font-size-65,
  .kore-module-off .font-size-66,
  .kore-module-off .font-size-67 {
    font-size: 53px;
  }

  .kore-module .font-size-68,
  .kore-module .font-size-69,
  .kore-module .font-size-70,
  .kore-module .font-size-71,
  .kore-module .font-size-72,
  .kore-module-off .font-size-68,
  .kore-module-off .font-size-69,
  .kore-module-off .font-size-70,
  .kore-module-off .font-size-71,
  .kore-module-off .font-size-72 {
    font-size: 55px;
  }

  .kore-module .font-size-73,
  .kore-module .font-size-74,
  .kore-module .font-size-75,
  .kore-module .font-size-76,
  .kore-module .font-size-77,
  .kore-module-off .font-size-73,
  .kore-module-off .font-size-74,
  .kore-module-off .font-size-75,
  .kore-module-off .font-size-76,
  .kore-module-off .font-size-77 {
    font-size: 57px;
  }

  .kore-module .font-size-78,
  .kore-module .font-size-79,
  .kore-module .font-size-80,
  .kore-module .font-size-81,
  .kore-module .font-size-82,
  .kore-module-off .font-size-78,
  .kore-module-off .font-size-79,
  .kore-module-off .font-size-80,
  .kore-module-off .font-size-81,
  .kore-module-off .font-size-82 {
    font-size: 59px;
  }

  .kore-module .font-size-83,
  .kore-module .font-size-84,
  .kore-module .font-size-85,
  .kore-module .font-size-86,
  .kore-module .font-size-87,
  .kore-module-off .font-size-83,
  .kore-module-off .font-size-84,
  .kore-module-off .font-size-85,
  .kore-module-off .font-size-86,
  .kore-module-off .font-size-87 {
    font-size: 61px;
  }

  .kore-module .font-size-88,
  .kore-module .font-size-89,
  .kore-module .font-size-90,
  .kore-module .font-size-91,
  .kore-module .font-size-92,
  .kore-module-off .font-size-88,
  .kore-module-off .font-size-89,
  .kore-module-off .font-size-90,
  .kore-module-off .font-size-91,
  .kore-module-off .font-size-92 {
    font-size: 63px;
  }

  .kore-module .font-size-93,
  .kore-module .font-size-94,
  .kore-module .font-size-95,
  .kore-module .font-size-96,
  .kore-module .font-size-97,
  .kore-module-off .font-size-93,
  .kore-module-off .font-size-94,
  .kore-module-off .font-size-95,
  .kore-module-off .font-size-96,
  .kore-module-off .font-size-97 {
    font-size: 65px;
  }

  .kore-module .font-size-98,
  .kore-module .font-size-99,
  .kore-module .font-size-100,
  .kore-module-off .font-size-98,
  .kore-module-off .font-size-99,
  .kore-module-off .font-size-100 {
    font-size: 67px;
  }

}

@media (max-width: 767px) {

  .kore-module .font-size-17,
  .kore-module .font-size-18,
  .kore-module-off .font-size-17,
  .kore-module-off .font-size-18 {
    font-size: 16px;
  }

  .kore-module .font-size-19,
  .kore-module .font-size-20,
  .kore-module-off .font-size-19,
  .kore-module-off .font-size-20 {
    font-size: 18px;
  }

  .kore-module .font-size-21,
  .kore-module .font-size-22,
  .kore-module .font-size-23,
  .kore-module .font-size-24,
  .kore-module .font-size-25,
  .kore-module .font-size-26,
  .kore-module-off .font-size-21,
  .kore-module-off .font-size-22,
  .kore-module-off .font-size-23,
  .kore-module-off .font-size-24,
  .kore-module-off .font-size-25,
  .kore-module-off .font-size-26 {
    font-size: 20px;
  }

  .kore-module .font-size-27,
  .kore-module .font-size-28,
  .kore-module-off .font-size-27,
  .kore-module-off .font-size-28 {
    font-size: 21px;
  }

  .kore-module .font-size-29,
  .kore-module .font-size-30,
  .kore-module-off .font-size-29,
  .kore-module-off .font-size-30 {
    font-size: 22px;
  }

  .kore-module .font-size-31,
  .kore-module .font-size-32,
  .kore-module-off .font-size-31,
  .kore-module-off .font-size-32 {
    font-size: 28px;
  }

  .kore-module .font-size-33,
  .kore-module .font-size-34,
  .kore-module .font-size-35,
  .kore-module .font-size-36,
  .kore-module-off .font-size-33,
  .kore-module-off .font-size-34,
  .kore-module-off .font-size-35,
  .kore-module-off .font-size-36 {
    font-size: 24px;
  }

  .kore-module .font-size-37,
  .kore-module .font-size-38,
  .kore-module-off .font-size-37,
  .kore-module-off .font-size-38 {
    font-size: 25px;
  }

  .kore-module .font-size-39,
  .kore-module .font-size-40,
  .kore-module .font-size-41,
  .kore-module-off .font-size-39,
  .kore-module-off .font-size-40,
  .kore-module-off .font-size-41 {
    font-size: 26px;
  }

  .kore-module .font-size-42,
  .kore-module .font-size-43,
  .kore-module-off .font-size-42,
  .kore-module-off .font-size-43 {
    font-size: 27px;
  }

  .kore-module .font-size-44,
  .kore-module .font-size-45,
  .kore-module .font-size-46,
  .kore-module .font-size-47,
  .kore-module-off .font-size-44,
  .kore-module-off .font-size-45,
  .kore-module-off .font-size-46,
  .kore-module-off .font-size-47 {
    font-size: 28px;
  }

  .kore-module .font-size-48,
  .kore-module .font-size-49,
  .kore-module-off .font-size-48,
  .kore-module-off .font-size-49 {
    font-size: 29px;
  }

  .kore-module .font-size-50,
  .kore-module .font-size-51,
  .kore-module .font-size-52,
  .kore-module-off .font-size-50,
  .kore-module-off .font-size-51,
  .kore-module-off .font-size-52 {
    font-size: 30px;
  }

  .kore-module .font-size-53,
  .kore-module .font-size-54,
  .kore-module .font-size-55,
  .kore-module .font-size-56,
  .kore-module .font-size-57,
  .kore-module-off .font-size-53,
  .kore-module-off .font-size-54,
  .kore-module-off .font-size-55,
  .kore-module-off .font-size-56,
  .kore-module-off .font-size-57 {
    font-size: 32px;
  }

  .kore-module .font-size-58,
  .kore-module .font-size-59,
  .kore-module .font-size-60,
  .kore-module .font-size-61,
  .kore-module .font-size-62,
  .kore-module-off .font-size-58,
  .kore-module-off .font-size-59,
  .kore-module-off .font-size-60,
  .kore-module-off .font-size-61,
  .kore-module-off .font-size-62 {
    font-size: 34px;
  }

  .kore-module .font-size-63,
  .kore-module .font-size-64,
  .kore-module .font-size-65,
  .kore-module .font-size-66,
  .kore-module .font-size-67,
  .kore-module-off .font-size-63,
  .kore-module-off .font-size-64,
  .kore-module-off .font-size-65,
  .kore-module-off .font-size-66,
  .kore-module-off .font-size-67 {
    font-size: 36px;
  }

  .kore-module .font-size-68,
  .kore-module .font-size-69,
  .kore-module .font-size-70,
  .kore-module .font-size-71,
  .kore-module .font-size-72,
  .kore-module-off .font-size-68,
  .kore-module-off .font-size-69,
  .kore-module-off .font-size-70,
  .kore-module-off .font-size-71,
  .kore-module-off .font-size-72 {
    font-size: 38px;
  }

  .kore-module .font-size-73,
  .kore-module .font-size-74,
  .kore-module .font-size-75,
  .kore-module .font-size-76,
  .kore-module .font-size-77,
  .kore-module-off .font-size-73,
  .kore-module-off .font-size-74,
  .kore-module-off .font-size-75,
  .kore-module-off .font-size-76,
  .kore-module-off .font-size-77 {
    font-size: 40px;
  }

  .kore-module .font-size-78,
  .kore-module .font-size-79,
  .kore-module .font-size-80,
  .kore-module .font-size-81,
  .kore-module .font-size-82,
  .kore-module-off .font-size-78,
  .kore-module-off .font-size-79,
  .kore-module-off .font-size-80,
  .kore-module-off .font-size-81,
  .kore-module-off .font-size-82 {
    font-size: 42px;
  }

  .kore-module .font-size-83,
  .kore-module .font-size-84,
  .kore-module .font-size-85,
  .kore-module .font-size-86,
  .kore-module .font-size-87,
  .kore-module-off .font-size-83,
  .kore-module-off .font-size-84,
  .kore-module-off .font-size-85,
  .kore-module-off .font-size-86,
  .kore-module-off .font-size-87 {
    font-size: 44px;
  }

  .kore-module .font-size-88,
  .kore-module .font-size-89,
  .kore-module .font-size-90,
  .kore-module .font-size-91,
  .kore-module .font-size-92,
  .kore-module-off .font-size-88,
  .kore-module-off .font-size-89,
  .kore-module-off .font-size-90,
  .kore-module-off .font-size-91,
  .kore-module-off .font-size-92 {
    font-size: 46px;
  }

  .kore-module .font-size-93,
  .kore-module .font-size-94,
  .kore-module .font-size-95,
  .kore-module .font-size-96,
  .kore-module .font-size-97,
  .kore-module-off .font-size-93,
  .kore-module-off .font-size-94,
  .kore-module-off .font-size-95,
  .kore-module-off .font-size-96,
  .kore-module-off .font-size-97 {
    font-size: 48px;
  }

  .kore-module .font-size-98,
  .kore-module .font-size-99, 
  .kore-module .font-size-100,
  .kore-module-off .font-size-98,
  .kore-module-off .font-size-99, 
  .kore-module-off .font-size-100 {
    font-size: 50px;
  }

}

/* Custom Code Override Existing */
.body-container-wrapper {
  padding: 0 !important;
}