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

.cm_tbs_wrp table tbody tr td a:hover{
    color: #96d22a;
}
/*! 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;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}


@media (max-width: 991px){
  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding-left: 30px;
    padding-right: 30px;
  }
}


@media (max-width: 480px){
  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}


@media (max-width: 991px) {
  .content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 480px) {
  .content-wrapper {
    padding-left: 20px; 
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  } 
}
@font-face { font-family: "Font Awesome 5 Brands"; 
  src: url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/Genians_July2022/Fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"), 
    url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/FontAwesome5Brands-Regular.woff2") format("woff2"), 
      url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/FontAwesome5Brands-Regular.woff") format("woff"), 
        url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/FontAwesome5Brands-Regular.ttf") format("truetype"), 
          url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/FontAwesome5Brands-Regular.svg") format("svg"); 
            font-style: normal; font-weight: 400; font-display: block; }


@font-face { font-family: "Font Awesome 5 Free"; 
  src: url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/Genians_July2022/Fonts/FontAwesome5Free-Regular.eot") format("embedded-opentype"), 
    url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/FontAwesome5Free-Regular.woff2") format("woff2"), 
      url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/FontAwesome5Free-Regular.woff") format("woff"), 
        url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/FontAwesome5Free-Regular.ttf") format("truetype"), 
          url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/FontAwesome5Free-Regular.svg") format("svg"); 
            font-style: normal; font-weight: 400; font-display: block; }

@font-face { font-family: "Font Awesome 5 Free"; 
  src: url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/Genians_July2022/Fonts/FontAwesome5Free-Solid.eot") format("embedded-opentype"), 
    url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/FontAwesome5Free-Solid.woff2") format("woff2"), 
      url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/FontAwesome5Free-Solid.woff") format("woff"), 
        url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/FontAwesome5Free-Solid.ttf") format("truetype"), 
          url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/FontAwesome5Free-Solid.svg") format("svg"); 
            font-style: normal; font-weight: 900; font-display: block; }


@font-face { font-family: "FontAwesome"; 
  src: url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/Genians_July2022/Fonts/FontAwesome.eot") format("embedded-opentype"), 
    url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/FontAwesome.woff2") format("woff2"), 
      url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/FontAwesome.woff") format("woff"), 
        url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/FontAwesome.ttf") format("truetype"), 
          url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/FontAwesome.svg") format("svg"); 
            font-style: normal; font-weight: normal; }


@font-face { font-family: the_grid; 
  src: url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/Genians_July2022/Fonts/the_grid.eot") format("embedded-opentype"), 
    url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/the_grid.ttf") format("truetype"), 
      url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/the_grid.woff") format("woff"), 
        url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/the_grid.svg") format("svg"); 
          font-style: normal; font-weight: 400; }


@font-face { font-family: "porto"; 
  src: url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/Genians_July2022/Fonts/porto.eot") format("embedded-opentype"), 
    url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/porto.woff2") format("woff2"), 
      url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/porto.woff") format("woff"), 
        url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/porto.ttf") format("truetype"), 
          url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/porto.svg") format("svg"); 
            font-style: normal; font-weight: normal; font-display: swap; }

@font-face { font-family: "Noto Sans KR"; 
  src: url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/PbykFmXiEBPT4ITbgNA5Cgm20xz64px_1hVWr0wuPNGmlQNMEfD4.118.woff2") format("woff2"); 
  font-style: normal; font-weight: 400; 
  font-display: swap;
  }

@font-face {
  font-family: ninja-tables-icons;
  src: local("ninja-tables-icons"), url(https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/ninja-tables.woff2) format("woff2"),
    url(https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/ninja-tables.woff) format("woff"),
    url(https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/ninja-tables.ttf) format("truetype"),
    url(https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/ninja-tables.eot) format("embedded-opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: vc_openiconic; 
  src:  url(https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/vc_openiconic/vc_openiconic.woff) format("woff"),
    url(https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/vc_openiconic/vc_openiconic.ttf) format("truetype"),
    url(https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/vc_openiconic/vc_openiconic.svg) format('svg');
    font-style: normal;
  font-weight: 400; 
}

body {
  line-height: 1.666666666666667;
  word-break: break-word;
}

html {
  font-size: 16px;
  line-height: 1.15;
}

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

}

/* Paragraphs */

p {
  margin: 0 0 1.25rem;
  letter-spacing: 0;
}

/* Anchors */


a {
  cursor: pointer;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}


img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.05em;
}


h1 {
  line-height: 35px;
  letter-spacing: -0.05em;
}

h2 {
  margin: 0 0 32px 0;
  line-height: 23px;
}

h3 {
  line-height: 18px;
  margin: 0 0 20px 0;
}

h4 {
  margin: 0 0 14px 0;
  line-height: 16px;
}

h5 {
  line-height: 18px;
  margin: 0 0 14px 0;
}

h6 {
  line-height: 18px;
  margin: 0 0 14px 0;
}


/* Lists */

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

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: 5px solid #eee;
  margin: 0 0 1rem 0;
  padding: 0.5rem 1rem;
  font-size: 1em;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 30px;
  cursor: pointer;
  line-height: 1.5;
  font-family: "Noto Sans KR";
  -webkit-transition: background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out;
  transition: transform .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out,-webkit-transform .4s ease-in-out;
  font-size: 110%;
  border-style: solid;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  overflow: visible;
  outline: none;
  font-family: "Noto Sans KR";
  vertical-align: middle;
  box-shadow: none;
  background-color: #fff;
  color: #777;
  display: block;
  margin: 0;
  min-width: 10px;
  max-width: 100%;
  width: 100%;
  padding: 8px;
  height: auto;
  line-height: 1.5;
  font-size: 1em;
  border: 1px solid #e3e3e3;
  -webkit-appearance: none;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
  padding: 3px 15px;
  background-color: #f2dede;
  color: #b94a48;
  border-left: 5px solid #c73412;
  max-width: 100%;
  margin: 5px 0px;
}



form .inputs-list > li {
  display: block;
  margin: 0px;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: 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;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

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

.hs-error-msg {
  color: #b94a48;
  margin: 0px;
}

.hs_error_rollup label {
  color: #b94a48;
  margin: 0px;
}



/* Submit button */

form input[type=submit],
form .hs-button {
  display: inline-block;
  margin: 0;
  cursor: pointer;
  line-height: 1.5;
  font-family: "Noto Sans KR";
  -webkit-transition: background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out;
  transition: transform .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out,-webkit-transform .4s ease-in-out;
  font-size: 110%;
  margin-top: 15px;
  margin-bottom: 30px;
  border-style: solid;
}

form input[type=submit]:hover,
form .hs-button:hover {
  text-decoration: none;
}

/* Captcha */

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

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid; 
  vertical-align: bottom;
}
.header .header-row {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header.header {
  position: relative;
  z-index: 999;
}
.header .top_header .header-row {
  min-height: 25px;
}

.header .bottom_header .header-row {
  min-height: 68px;
}
.header_socials_links a:hover {
  opacity: 0.9; 
}
.header .header-col {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 100%;
  max-width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  vertical-align: middle;
}

.header .header-right {
  margin-left: auto;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .header-left {
  margin-right: auto;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  padding: 27px 0;
}

.header .bottom_header .header-left, 
.header .bottom_header .header-right {
  padding-top: 0px;
  padding-bottom: 0px;
}

.header .top_header .header-contact {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1em;
}

header.header ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.header .top_header .header-contact ul.submenu.level-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-size: 0.9em;
}

.header .top_header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  position: relative;
  z-index: 1001;
  font-size: 14px;
  color: #777777;
}


.header .top_header .header-contact ul.submenu.level-1 li {
  line-height: 25px;
  display: block
}

.header .top_header .header-contact ul.submenu.level-1 li a {
  color: #999999;
  display: inline-block;
  padding: 6px 10px;
}

.header .top_header .header-contact ul.submenu.level-1 li a:hover{
  text-decoration: none;
}

.header .top_header .header-contact ul.submenu.level-1>li:first-child a {
  padding-left: 0px;
}

.header .top_header .header-contact ul.submenu.level-1 li a:before {
  content: "\f105";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  margin: 0 5px;
  font-size: .8em;
  margin-right: 6px;
  margin-left: 0;
}

.bottom_header {
  position: relative;
  -webkit-backface-visibility: hidden;
  background: none;
}

.bottom_header .header-left a {
  display: inline-block;
  max-width: 100%;
}

.bottom_header .header-left a img {
  max-width: 160px;
  transform-origin: left center;
  transition: all 0.3s;
  display: inline-block;
  width: 100% !important;
}

.bottom_header .navigation-primary>ul:before,
.bottom_header .navigation-primary>ul:after {
  content: " ";
  display: table;
  clear: both;
}

.bottom_header .navigation-primary>ul>li {
  display: block;
  float: left;
  position: relative;
  margin: 0 1px 0 0;
}

.bottom_header .navigation-primary>ul>li:last-child {
  margin-right: 0px;
}

.bottom_header .navigation-primary>ul li {
  line-height: 25px;
}

.bottom_header .navigation-primary>ul a{
  position: relative;
}

.bottom_header .navigation-primary>ul>li>a {
  display: inline-block;
  text-transform: uppercase;
  font-family: Noto Sans,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.5px;
  color: #444444;
  padding: 30px 14px 30px 14px;
}

.bottom_header .navigation-primary>ul>li:hover>a{
  background-color: transparent;
  color: #86bc25;
  text-decoration: none;
}

.bottom_header .share-links-wrapper {
  margin-left: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

.header .top_header .header-contact ul.submenu.level-1 li a:hover:before {
  animation: navItemArrow .6s linear infinite;
}

@keyframes navItemArrow {

  0% {
    position: relative;
    right: -1px;
  }

  50% {
    position: relative;
    right: 3px;
  }
  100% {
    position: relative;
    right: -1px;
  }
}

@keyframes header-reveal{
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}



.header .top_header .custom-html {
  margin-left: 0.875rem;
}

.bottom_header .navigation-primary>ul ul li {
  display: block;
  position: relative;
  margin: 0;
  line-height: inherit;
  padding: 0;
}



.bottom_header .navigation-primary>ul ul li:hover>a {
  color: #444444;
  background-color: #f4f4f4;
}

.header .top_header form {
  text-decoration: none;
  text-align: left;
  text-transform: none;
  text-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  direction: ltr;
  align-items: stretch;
  height: 28px;
  background: transparent;
  box-shadow: none;
  width: 250px;
  background-image: radial-gradient(ellipse at center,rgb(255,255,255),rgb(255,255,255));
  overflow: hidden;
  border: 0 solid rgb(181,181,181);
  border-radius: 0;
  box-shadow: 0 1px 0 0 #e4e4e4;
  background: #d1eaff;
}

.header .top_header input.hs-search-field__input {
  transition: width 130ms linear;
  -webkit-transition: width 130ms linear;
  letter-spacing: normal;
  min-width: 140px;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  border: 0 none rgb(255,255,255);
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  font-family: "Open Sans";
  color: rgb(0,0,0);
  padding-left: 11px;
  padding-top: 10px;
}

.header .top_header form button {
  margin: 0px;
  padding: 0px;
  text-align: center;
  z-index: 1;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  order: 11;
  -webkit-order: 11;
  float: right;
  border: 0 solid rgb(255,255,255);
  border-radius: 0;
  box-shadow: -1px 1px 0 0 rgb(255 255 255 / 64%) inset;
  width: 28px;
  height: 28px;
  background-color: #fff;
}

.header .top_header form button svg {
  height: 100%;
  width: 22px;
  vertical-align: baseline;
  display: inline-block;
  fill: rgb(54,54,54);
}

.bottom_header .navigation-primary>ul a:hover {
  text-decoration: none;
}

.bottom_header .navigation-primary>ul ul li:last-child>a {
  border-bottom-width: 0;
}

@keyframes menuFadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.header .top_header input.hs-search-field__input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.85;
}


/* MEDIA QUERY */
@media (min-width: 992px){
  .bottom_header .navigation-primary>ul>li:hover>ul {
    top: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .bottom_header .navigation-primary>ul>li:hover ul li>a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .bottom_header .navigation-primary>ul ul li.has-submenu>a:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    float: right;
    margin-right: -1px;
    font-size: .5rem;
    opacity: .7;
    transition: margin-right 0.2s;
  }

  body.fixed .top_header {
    display: none;
  }

  body.fixed .bottom_header {
    transition: none;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    top: 0;
    z-index: 1001;
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 6%);
    background-color: #fff;
    border-top: 0px solid #86BC25;
    margin-top: 0;
    animation: header-reveal 0.4s ease-in;
  }

  body.fixed .bottom_header .header-left a img {
    max-width: 120px;
  }

  body.fixed .bottom_header .navigation-primary>ul>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  body.fixed .header .bottom_header .header-row {
    min-height: 60px;
  }
  .bottom_header .navigation-primary>ul ul>li:hover ul{
    opacity: 1;
    display: block;
    top: -5px;
  }

  .bottom_header .navigation-primary>ul>li>ul {
    margin: 0;
    z-index: 111;
    min-width: 200px;
    line-height: 20px;
    will-change: transform, top;
    position: absolute;
    text-align: left;
    top: -3000px;
    transition: transform 0.2s ease-out;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    display: block;
    padding: 5px 0;
    box-shadow: 0 5px 8px rgb(0 0 0 / 15%);
    border-top: 0 solid #ccc;
    z-index: 10;
  }
  .bottom_header .navigation-primary>ul ul {
    min-width: 200px;
    padding: 5px 0;
    box-shadow: 0 5px 8px rgb(0 0 0 / 15%);
    border-top: 0 solid #ccc;
    z-index: 10;  
  }

  .bottom_header .navigation-primary>ul ul ul {
    position: absolute;
    left: 100%;
    animation: menuFadeInLeft 0.2s ease-out;
    display: none;
    opacity: 0;
  }
  .bottom_header .navigation-primary>ul ul li a {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    white-space: nowrap;
    padding: 8px 18px;
    transition: transform 0.2s ease-out;
    font-family: Open Sans,sans-serif;
    font-size: 12.8px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #777777;
    border-bottom-color: #f3f3f3;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  header.header {
    min-height: 113px;
  }

  .bottom_header .navigation-primary>ul ul li:hover>a:after {
    margin-right: -7px;
  }


}

@media (max-width: 1220px) and (min-width: 991px){
  .bottom_header .navigation-primary>ul ul ul {
    left: -200px;
  }

}

@media (max-width: 1269px){
  .bottom_header .navigation-primary>ul>li>a{
    padding: 25px 12px 25px 12px;
  }
}



@media (max-width: 991px){
  .bottom_header .navigation-primary>ul>li>a.active-branch,
  .bottom_header .navigation-primary>ul ul li a.active-branch,
  .bottom_header .navigation-primary>ul>li>a.active-item,
  .bottom_header .navigation-primary>ul ul li a.active-item{
    background-color: #86bc25!important;
    color: #fff!important;
  }
  .bottom_header .navigation-primary>ul>li>a.active-item+.child-trigger,
  .bottom_header .navigation-primary>ul>li>a.active-branch+.child-trigger{
    color:white!important;
  }
  .header .bottom_header .header-right .mobile-toggle {
    font-size: 13px;
    vertical-align: middle;
    line-height: 20px;
    border-radius: 0.25rem;
    cursor: pointer;
    padding: 7px 13px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    background-color: #86bc25;
  }
  .header .bottom_header .header-right .mobile-toggle i:before {
    content: "\f0c9";
  }
  .header .bottom_header .header-right .mobile-toggle i {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
  .header .bottom_header .navigation-primary {
    font-size: .9em;
    display: none;
    transition: transform .2s ease-in-out;
  }
  .bottom_header .header-left a img{
    max-width: 100px;
  }
  .header .bottom_header .header-right {
    padding: 0px;
  }
  .header .top_header .header-row,
  .header .bottom_header .header-row{
    padding-left: 30px;
    padding-right: 30px;
  }
  .header .bottom_header .navigation-primary ul.submenu.level-1 {
    padding-bottom: 15px;
  }
  .header .bottom_header .navigation-primary {
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    vertical-align: middle;
  }
  .header .bottom_header .navigation-primary>ul {
    display: block;
    font-size: 1em;
  }
  .header .bottom_header .navigation-primary>ul li {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px solid #e8e8e8;
    float: none;
    width: 100%;
  }
  .header-col.header-left {
    width: 100%;
  }

  .bottom_header .header-col.header-right {
    width: 100%;
    display: block;
    position: unset;

  }

  .header .bottom_header .header-row {
    display: block;
    position: relative;
  }

  .header .bottom_header .navigation-primary {
    display: none;
  }

  .bottom_header .share-links-wrapper {
    position: absolute;
    right: 80.5px;
    top: 25px;
  }

  .header .bottom_header .header-right .mobile-toggle {
    position: absolute;
    right: 30px;
    top: 23px;
  }

  .bottom_header .navigation-primary>ul>li>ul, 
  .bottom_header .navigation-primary>ul ul {
    position: static !important;
    display: none;
    box-shadow: unset;
    border: none;
  }
  .header .bottom_header .header-left{
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .bottom_header .navigation-primary>ul>li>a {
    color: #86bc25 !important;
    display: block;
    font-size: inherit;
    padding: 5px 6px;
    line-height: 25px;
    font-family: Noto Sans KR;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .bottom_header .navigation-primary>ul a {
    transition: .25s;
    padding: 5px 6px;
    line-height: 25px;
    position: relative;
    display: block;
    padding-right: 33px;
    font-size: inherit;
    padding: 5px 6px;
    line-height: 25px;
    font-family: Noto Sans KR;
  }
  .header .bottom_header .navigation-primary>ul li.has-submenu .child-trigger {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
    transition: .25s;
    cursor: pointer;
    text-align: center;
    position: absolute;
    background: none;
    right: 5px;
    top: 0;
    width: 30px;
    height: 35px;
    line-height: 35px;
    color: #86bc25;
    display: inline-block;
  }
  .header .bottom_header .navigation-primary>ul li.has-submenu .child-trigger:before {
    font-family: 'porto';
    content: "\e81c";
  }
  .header .bottom_header .navigation-primary>ul li:last-child {
    border-bottom: none;
  }
  .bottom_header .navigation-primary>ul ul li a {
    color: #333333 !important;
  }
  .bottom_header .navigation-primary>ul ul {
    margin-left: 20px;
  }
  .header .bottom_header .navigation-primary>ul ul li.has-submenu .child-trigger {
    color: #333333;
  }

  .header .bottom_header .navigation-primary::-webkit-scrollbar{
    width: 5px;
  }
  .header .bottom_header .navigation-primary::-webkit-scrollbar-thumb {
    background: rgba(204,204,204,0.5);
  }
  .header .bottom_header .navigation-primary::-webkit-scrollbar-thumb {
    border-radius: 0px;
  }
}

@media (max-width: 767px){
  .back-to-top {
    display: none !important;
  }
}

@media (max-width: 575px){
  .header .top_header .header-contact{
    display: none;
  }
}


@media (max-width: 480px){
  .header .top_header .header-row,
  .header .bottom_header .header-row{
    padding-left: 20px;
    padding-right: 20px;
  }
  .bottom_header .share-links-wrapper{
    right: 70.5px;
  }
  .header .bottom_header .header-right .mobile-toggle{
    right: 20px;
  }

}
footer.footer {
  position: relative;
  z-index: 9;
  font-size: .9em;
  font-family: "Noto Sans KR";
}
footer.footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
footer.footer .page-center {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 2.4rem;

}

footer.footer .d-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 51px;
}

.footer_left, 
.footer_right {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.footer_left .text p {
  padding: 0px;
  line-height: 25px;
  font-family: Noto Sans,sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #c6c6c6;
  font-size: 1em;
  margin-top: -3px;
  margin-bottom: 13px;
}
.footer_left .text p a {
  transition: .1s ease-in-out;
  color: #ffffff;
}
.footer_left .text p a+span {
  color: #ffffff;
}
.footer_left .text p a:hover {
  text-decoration: none;
}
.footer_left .text p span {
  color: #808080;
}
.footer_right .text {
  padding-left: 20px;
}
.footer_right .text p {
  margin: 0 0 1.25rem;
  line-height: 25px;
  font-family: Noto Sans,sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #c6c6c6;
  font-size: 1em;
  margin-top: -3px;
  margin-bottom: 13px;
}
.footer_right .text p a:hover {
  text-decoration: none;
}
footer.footer {
  padding-bottom: 1px;
}


.back-to-top {
  background: rgba(64,64,64,0.75);
  color: #FFF;
  width: 49px;
  height: 48px;
  right: 10px;
  text-align: center;
  text-decoration: none;
  z-index: 1040;
  transition: background 0.3s ease-out;
  position: fixed;
  bottom: 0px;
  opacity: 1;
  cursor: pointer;
}

.back-to-top i.fas.fa-chevron-up {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  height: 24px;
  line-height: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.back-to-top i.fas.fa-chevron-up:before {
  content: "\f077";
}

.back-to-top:hover {
  color: #86bc25;
}

.footer-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(120 120 120 / 70%);
  z-index: 9999;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.footer-popup-wrapper.active-popup {
  visibility: visible;
  opacity: 1;
}

.ft-popup {
  cursor: pointer;
}

.footer-popup-wrapper .footer-popup-container {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  display: flex;
}

.footer-popup-wrapper .footer-popup-spacer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 20px #111;
  -moz-box-shadow: 0 0 20px #111;
  -webkit-box-shadow: 0 0 20px #111;
  padding: 25px 25px 45px 25px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}

.footer-popup-wrapper .footer-popup-content {
  margin: auto;
  max-width: 720px;
  width: 100%;
  padding: 20px;
}

.footer-popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url('https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/images/close.png') -40px 0px;
    cursor: pointer;
    z-index: 111103;
    }

.footer-popup-wrapper .footer-popup-spacer span {
  font-size: 18px;
}



/* MEDIA QUERY */
@media (min-width: 768px){
  .footer_left {
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .footer_right{
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}



@media (max-width: 991px){
  footer.footer .page-center {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px){
  .footer_right .text {
    padding-left: 0px;
  }
  .footer_right {
    margin-top: 22px;
  }
}

@media (max-width: 480px){
  footer.footer .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Menu and simple menu */

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

.banner-section .dnd-section {
  padding: 0px !important;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

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

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    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;
  }
}
@font-face {
    font-family: 'Simple-Line-Icons';
    font-weight: normal;
    font-display: swap;
    src: url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/Simple-Line-Icons/Simple-Line-Icons.eot") format("embedded-opentype"),
      url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/Simple-Line-Icons/Simple-Line-Icons.ttf") format("truetype"),
      url("https://22120960.fs1.hubspotusercontent-na2.net/hubfs/22120960/raw_assets/public/Genians_July2022/fonts/Simple-Line-Icons/Simple-Line-Icons.woff") format("woff");
    font-style: normal
}

 
.fa,.fas,.far,.fal,.fad,.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before,.fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before,.fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
  content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
  content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
  content: "\f158"
}

.fa-won:before,.fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-tv:before,.fa-television:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-edge:before {
  content: "\f282"
}

.fa-credit-card-alt:before {
  content: "\f283"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-modx:before {
  content: "\f285"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-usb:before {
  content: "\f287"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-pause-circle-o:before {
  content: "\f28c"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stop-circle-o:before {
  content: "\f28e"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-percent:before {
  content: "\f295"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-envira:before {
  content: "\f299"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-wheelchair-alt:before {
  content: "\f29b"
}

.fa-question-circle-o:before {
  content: "\f29c"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-volume-control-phone:before {
  content: "\f2a0"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
  content: "\f2a4"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
  content: "\f2a7"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
  content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
  content: "\f2b4"
}

.sr-only {
  position: absolute; 
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}
.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


.form_page .input {
  position: relative;
}

.form_page .hs-fieldtype-select .input:after {
  content: '';
  border: solid #111;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2.5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: 42px;
  position: absolute;
  top: 17px;
}
.home-bnr-sec .dnd-section {
  padding: 0;
}

.home-bnr-sec .row-fluid .dnd-column {
  padding: 0;
}

.home-bnr-sec .dnd-section > .row-fluid {
  max-width: 100%;
}

table tfoot td {
  -webkit-transition: background .1s ease,color .1s ease;
  transition: background .1s ease,color .1s ease;
  font-weight: 700;
  text-transform: none;
  color: rgba(0,0,0,.87);
  cursor: auto;
  background: #f9fafb;
  text-align: right;
  vertical-align: middle;
  font-weight: 400;
  border: none;
  border-top: 1px solid rgba(34,36,38,.1);
  padding: 0.78571429em;
}

table {
  width: 100%;
  background: #fff;
  margin: 1em 0;
  border: 1px solid rgba(34,36,38,.15);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0.28571429rem;
  text-align: left;
  color: rgba(0,0,0,.87);
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1em;
  margin-top: 0;
  max-width: 100%;
  position: relative;
  table-layout: auto;
  line-height: 1.42857143;
}

table>thead>tr>th {
  padding: 0.92857143em 0.78571429em;
}

table thead th {
  -webkit-transition: background .1s ease,color .1s ease;
  transition: background .1s ease,color .1s ease;
  font-weight: 700;
  text-transform: none;
  border-bottom: 1px solid rgba(34,36,38,.1);
  border-left: none;
  color: rgba(0,0,0,.87);
  cursor: auto;
  background: #f9fafb;
  border-top: 0;
  border-right: 0;
  text-align: right;
}

table thead tr:first-child>th:first-child {
  border-radius: 0.28571429rem 0 0 0;
  display: table-cell;
  width: 20%;
  text-align: left;
}
span.fooicon.fooicon-sort {
  text-align: right;
  display: inline-block;
  font-size: inherit;
  font-family: ninja-tables-icons;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0);
  transform: translate(0);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}
span.fooicon.fooicon-sort:before {
  font-family: ninja-tables-icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normalt;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F0DC";
}

table thead th {
  position: relative;
}

table>thead>tr>th:hover span.fooicon.fooicon-sort {
  opacity: 1;
}
.cm_tbs_tb_width {
  overflow-x: auto;
  width: 100%;
}

table tbody tr td ,
table tr th {
  word-break: keep-all;

}


table tbody td {
  -webkit-transition: background .1s ease,color .1s ease;
  transition: background .1s ease,color .1s ease;
  font-weight: 700;
  text-transform: none;
  border-bottom: 1px solid rgba(34,36,38,.1);
  border-left: none;
  color: rgba(0,0,0,.87);
  cursor: auto;
  background: #f9fafb;
  text-align: right;
  vertical-align: middle;
  border: none;
  font-weight: 400;  
  border-top: 1px solid rgba(34,36,38,.1);
  padding: 0.78571429em;
}

table tbody tr:nth-child(odd) td {
  background-color: transparent;
}

table .table tr td {
  border-top: 1px solid rgba(34,36,38,.1);
}

table tbody tr:nth-child(2n) td {
  background-color: transparent;
}

table tbody td:first-child {
  text-align: left;
}
table tbody tr:nth-child(2n) {
  background-color: rgba(0,0,50,.02);
}
table tr:hover {
  background: rgba(0,0,0,.05);
  color: rgba(0,0,0,.95);
}
table tr:first-child td {
  border-top: none;
}


.home-page .integration-wrapper {
  margin-top: 35px;
}

.home-page .home-sec-2 .news-wrapper {
  padding-top: 49px;
  padding-bottom: 100px;
}

.home-page .home-sec-2 .news-wrapper .news-heading h1 {
  letter-spacing: normal;
  margin-bottom: 31px;
}

.home-page .home-sec-2 .news-wrapper .news-heading p {
  letter-spacing: normal;
  font-weight: 400;
  margin: 0 0 38px;
}

.home-page .home-sec-4 .news-wrapper .news-heading h1 {
  padding-bottom: 3px;
}

.tolb-holder .tolb-close, 
.tolb-holder .tolb-title, 
.tolb-holder .tolb-counter, 
.tolb-holder .tolb-next i, 
.tolb-holder .tolb-prev i {
  color: #ffffff;
}

.home-page .dnd-section>.row-fluid .dnd-column {
  padding-left: 0px;
  padding-right: 0px;
}


.genian-bnr-sec {
  overflow: hidden;
}

.genian-bnr-sec .cm_ad_banner_wrp {
  margin: 0;
  padding-top: 120px;
  padding-bottom: 50px;
}

.genian-bnr-sec .cm_ad_banner_wrp h1 {
  margin-bottom: 32px;
  word-break: break-word;
  font-weight: 700;
  font-size: 23px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.genian-bnr-sec .cm_ad_banner_wrp h1 span {
  font-size: 26px;
}

.genian-bnr-sec .cm_ad_banner_header h2 {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 700;
}

.genian-bnr-sec .cm_ad_banner_header h2 span {
  font-size: 40px;
}

.genian-bnr-sec .cm_ad_banner_wrp .cm_ad_banner_buttons {
  padding-top: 40px;
  padding-bottom: 40px;
}

.genian-bnr-sec .cm_ad_banner_wrp .content-wrapper {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.genian-bnr-sec .cm_ad_banner_wrp .cm_ad_banner_btn {
  margin-bottom: 20px;
}

.genian-bnr-sec .cm_ad_banner_wrp .cm_ad_banner_btn a {
  min-width: auto;
  width: 100%;
  font-size: 14px;
  padding: 16px 19px;
}

.genian-bnr-sec .cm_ad_banner_wrp span.cm_ad_bn_btn {
  font-size: 14px;
  padding: 0;
  position: relative;
  top: 1px;
}


.genian-edr-page .genian-bnr-sec .cm_ad_banner_wrp {
  padding-top: 119px;
  padding-bottom: 0;
}

.genian-edr-page .genian-bnr-sec .cm_ad_banner_wrp .cm_ad_banner_header {
  margin-bottom: 27px;
}

.genian-edr-page .genian-bnr-sec .cm_ad_banner_wrp .cm_ad_banner_buttons {
   padding-bottom: 90px;
}

.genian-edr-page .genian-bnr-sec .cm_ad_banner_wrp h1 span {
   font-size: 25px;
}

.genian-edr-page .genian-edr-page .genian-bnr-sec .cm_ad_banner_wrp {
  padding-top: 139px;
  padding-bottom: 0;
}

.genian-edr-page .genian-edr-page .genian-bnr-sec .cm_ad_banner_header_wrp h2 {
  font-size: 35px;
  line-height: 35px;
  letter-spacing: -0.05em;
}

.genian-edr-page .genian-edr-page .genian-bnr-sec .cm_ad_banner_header h2 span {
  font-size: 42px;
}



.genian-gpi-page p,
.genian-edr-page p {
  line-height: 25px;
}

.genian-edr-page .resources-wrapper .resources-heading h1 {
  margin-bottom: 32px;
}

.genian-edr-page .resources-wrapper .resources-heading p {
  color: #999999;
  font-weight: 700;
  letter-spacing: -0.05em;
  font-size: 18px;
  line-height: 18px;
}

.genian-edr-page .resources-wrapper .resources-image-wrap {
  margin-bottom: 40px;
}

.genian-edr-page .resources-wrapper .resources-content p span.res-title {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}

.genian-edr-page .resources-wrapper .resources-content p {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  letter-spacing: -0.05em;
}

.genian-edr-page .resources-wrapper .resources-content p span.res-title strong {
  font-weight: 700;
}

.genian-gpi-page .genian-bnr-sec .cm_ad_banner_wrp {
  padding-top: 120px;
  padding-bottom: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.genian-gpi-page .resources-wrapper .resources-image-wrap {
  margin-bottom: 42px;
} 

.genian-edr-page .resources-wrapper .item-1 .resources-content p, 
.genian-edr-page .resources-wrapper .item-2 .resources-content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
}

.genian-edr-page .resources-wrapper {
  padding-top: 100px;
  padding-bottom: 0px;
}

.genian-edr-page .news-wrapper {
  padding-top: 100px;
  padding-bottom: 80px;
}

.genian-edr-page .news-wrapper .news-heading h1 {
  font-size: 32px;
}

.genian-edr-page .news-wrapper .news-heading p {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  letter-spacing: -0.05em;
}

.genian-edr-page .news-item .btn-readmore {
  display: none;
}

.genian-edr-page .news-wrapper h4.entry-title {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-size: 1.2em;
}

.genian-edr-page .news-wrapper h4.entry-title a {
  color: #212529;
}

.genian-edr-page .news-wrapper p.post-excerpt {
  display: none;
}

.genian-edr-page .news-wrapper .post-meta {
  display: none;
}

.genian-edr-page .news-wrapper .post-meta.top-date {
  display: block;
}

.genian-edr-page .news-wrapper .news-item-image {
  margin-bottom: 10px;
}

.genian-edr-page .news-wrapper h4.entry-title {
  margin-bottom: 1rem;
}

.genian-edr-page .news-wrapper .news-item {
  margin-bottom: 40px;
}


.netargos-page .genian-bnr-sec .cm_ad_banner_wrp {
  padding-top: 120px;
  padding-bottom: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.netargos-page .genian-bnr-sec .cm_ad_banner_wrp h2 {
  margin-bottom: 27px;
}

.netargos-page .genian-bnr-sec .cm_ad_banner_wrp .cm_ad_banner_buttons {
  padding-top: 40px;
  padding-bottom: 40px;
}

.netargos-page .benefits-wrapper .benefits-heading p {
  letter-spacing: -0.05em;
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
}

.netargos-page .benefits-wrapper .benefits-heading p span {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
}

.netargos-page .benefits-wrapper .benefits-item-element p strong > span {
  font-size: 19px !important;
  text-align: center;
  display: inline-block;
  width: 100%;  
  color: #000;
}

.netargos-page .benefits-wrapper .benefits-item-element p .benefits-item-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}

.netargos-page .benefits-wrapper {
  padding-bottom: 80px;
}

.netargos-page .benefits-wrapper .benefits-item-element p {
  color: #444444;
}

.netargos-page .resources-wrapper {
  padding-top: 100px;
}

.netargos-page .resources-wrapper .resources-heading p {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  letter-spacing: -0.05em;
}

.netargos-page .resources-wrapper .resources-heading p span {
  font-size: 16px;
  color: #333333;
}

.netargos-page .resources-wrapper .resources-heading h1 {
  margin-bottom: 35px;
}

.netargos-page .resources-wrapper .resources-image-wrap {
  margin-bottom: 40px;
}

b, strong {
  font-weight: 700;
}

.genian-cloud-page .resources-wrapper .resources-item {
  margin-bottom: 0;
}

.genian-cloud-page  .resources-wrapper .resources-inner {
  padding-bottom: 32px;
}

.genian-cloud-page .resources-wrapper {
  padding-top: 100px;
  padding-bottom: 0px;
}

.genian-cloud-page .news-wrapper {
  padding-top: 100px;
  padding-bottom: 80px;
}

.genian-cloud-page .news-wrapper .news-heading h1 {
  font-size: 32px;
}

.genian-cloud-page .news-wrapper .news-heading p {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  letter-spacing: -0.05em;
}

.genian-cloud-page .news-item .btn-readmore {
  display: none;
}

.genian-cloud-page .news-wrapper h4.entry-title {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-size: 1.2em;
}

.genian-cloud-page .news-wrapper h4.entry-title a {
  color: #212529;
}

.genian-cloud-page .news-wrapper p.post-excerpt {
  display: none;
}

.genian-cloud-page .news-wrapper .post-meta {
  display: none;
}

.genian-cloud-page .news-wrapper .post-meta.top-date {
  display: block;
}

.genian-cloud-page .news-wrapper .news-item-image {
  margin-bottom: 10px;
}

.genian-cloud-page .news-wrapper h4.entry-title {
  margin-bottom: 1rem;
}

.genian-cloud-page .news-wrapper .news-item {
  margin-bottom: 40px;
}


.genian-ipam-page .benefits-wrapper {
  padding-top: 100px;
  padding-bottom: 80px;
}

.genian-ipam-page .benefits-wrapper .benefits-item-element p.benefits-item-heading span {
  font-size: 19px;
}

.genian-ipam-page .benefits-wrapper .benefits-item-element p.benefits-item-heading {
  margin-bottom: 20px;
}

.genian-ipam-page .benefits-wrapper .benefits-item-element p .benefits-item-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #444444;
}

.genian-ipam-page .resources-wrapper {
  padding-top: 100px;
  padding-bottom: 40px;
}

.genian-ipam-page .resources-wrapper .resources-item {
  margin-bottom: 0;
}

.genian-ipam-page .resources-wrapper .resources-content {
  margin-bottom: 35px;
}

.genian-ipam-page .resources-wrapper .resources-image-wrap {
  margin-bottom: 42px;
}

.genian-edr-page .benefits-wrapper .benefits-item-element p.benefits-item-heading {
  margin-bottom: 25px;
}

.genian-gpi-page .genian-bnr-sec .cm_ad_banner_header h2 span {
  font-size: 40px;
}

.genian-gpi-page .genian-bnr-sec .cm_ad_banner_header h2 {
  letter-spacing: -0.05em;
  font-size: 23px;
  line-height: 23px;
}

.genian-gpi-page .genian-bnr-sec .cm_ad_banner_wrp h1 {
  line-height: 1;
  margin-bottom: 36px;
}

.genian-gpi-page .genian-gpi-page .genian-bnr-sec .cm_ad_banner_wrp {
  padding-top: 119px;
}

.genian-gpi-page .genian-bnr-sec .cm_ad_banner_wrp .cm_ad_banner_buttons {
  padding-bottom: 40px;
}

.genian-gpi-page .resources-wrapper 
{ padding-top: 100px; padding-bottom: 0px; } 

.genian-gpi-page .news-wrapper 
{ padding-top: 100px; padding-bottom: 0px; } 

.genian-gpi-page .news-wrapper .news-heading h1 
{ font-size: 32px; } 

.genian-gpi-page .news-wrapper .news-heading p 
{ font-weight: 700; font-size: 16px; line-height: 18px; color: #333333; letter-spacing: -0.05em; } 

.genian-gpi-page .news-item .btn-readmore 
{ display: none; }
.genian-gpi-page .news-wrapper h4.entry-title 
{ font-weight: 700; line-height: 1.2; margin-bottom: 0.5rem; font-size: 1.2em; } 

.genian-gpi-page .news-wrapper h4.entry-title a 
{ color: #212529; } 

.genian-gpi-page .news-wrapper p.post-excerpt 
{ display: none; } 

.genian-gpi-page .news-wrapper .post-meta 
{ display: none; } 

.genian-gpi-page .news-wrapper .post-meta.top-date 
{ display: block; } 
.genian-gpi-page .news-wrapper .news-item-image 
{ margin-bottom: 10px; } 

.genian-gpi-page .news-wrapper h4.entry-title 
{ margin-bottom: 1rem; } 

.genian-gpi-page .news-wrapper .news-item 
{ margin-bottom: 40px; }


.genian-ipam-page .news-wrapper h4.entry-title a 
{ color: #212529; } 

.genian-ipam-page .news-wrapper p.post-excerpt 
{ display: none; } 

.genian-ipam-page .news-wrapper .post-meta 
{ display: none; } 

.genian-ipam-page .news-wrapper .post-meta.top-date 
{ display: block; } 
.genian-ipam-page .news-wrapper .news-item-image 
{ margin-bottom: 10px; } 

.genian-ipam-page .news-wrapper h4.entry-title 
{ margin-bottom: 1rem; } 

.genian-ipam-page .news-wrapper .news-item 
{ margin-bottom: 40px; }

.genian-ipam-page .news-item .btn-readmore {
  display: none;
}

.netargos-page .genian-bnr-sec .cm_ad_banner_wrp h1 span {
  font-size: 25px;
}

.netargos-page .genian-bnr-sec .cm_ad_banner_header h2 span {
  font-size: 42px;
}

.netargos-page .genian-bnr-sec .cm_ad_banner_wrp h2 {
  font-size: 35px;
  line-height: 35px;
  letter-spacing: -0.05em;
}

.netargos-page .benefits-wrapper {
  padding-top: 100px;
  padding-bottom: 80px;
}

.netargos-page .benefits-wrapper .benefits-item-element p.benefits-item-heading {
  margin-bottom: 35px;
}

.genian-ztna-page .genian-bnr-sec .cm_ad_banner_wrp {
  padding-left: 15px;
  padding-right: 15px;
}

.genian-ztna-page .genian-ztna-page .benefits-wrapper {
  padding-top: 100px;
  padding-bottom: 80px;
}

.genian-ztna-page .benefits-wrapper .benefits-item-element p.benefits-item-heading span {
  font-size: 19px;
}

.genian-ztna-page .benefits-wrapper .benefits-item-element p .benefits-item-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #444444;
}

.genian-ztna-page .resources-wrapper {
  padding-top: 100px;
  padding-bottom: 80px;
}

.genian-ztna-page .resources-wrapper .resources-item {
  margin-bottom: 0;
}

.genian-ztna-page .resources-wrapper .resources-heading p span {
  font-size: 16px;
  color: #333333;
}

.genian-ztna-page .resources-wrapper .resources-heading p {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.05em;
}

.genian-ztna-page .resources-wrapper .resources-heading h1 {
  margin-bottom: 35px;
}

.genian-ztna-page .resources-wrapper .resources-image-wrap {
  margin-bottom: 40px;
}

.genian-ztna-page .ipam-key-features-wrapper .ipam-features-items-wrap {
  padding-left: 25px;
}

.genian-ztna-page .ipam-key-features-wrapper .ipam-item-title {
  font-weight: 900;
}

.genian-ztna-page .news-wrapper {
  padding-top: 100px;
  padding-bottom: 80px;
}

.genian-ztna-page .news-wrapper .news-heading h1 {
  font-size: 32px;
}

.genian-ztna-page .news-wrapper .news-heading p {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  letter-spacing: -0.05em;
}

.genian-ztna-page .news-item .btn-readmore {
  display: none;
}

.genian-ztna-page .news-wrapper h4.entry-title {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-size: 1.2em;
}

.genian-ztna-page .news-wrapper h4.entry-title a {
  color: #212529;
}

.genian-ztna-page .news-wrapper p.post-excerpt {
  display: none;
}

.genian-ztna-page .news-wrapper .post-meta {
  display: none;
}

.genian-ztna-page .news-wrapper .post-meta.top-date {
  display: block;
}

.genian-ztna-page .news-wrapper .news-item-image {
  margin-bottom: 10px;
}

.genian-ztna-page .news-wrapper h4.entry-title {
  margin-bottom: 1rem;
}

.genian-ztna-page .news-wrapper .news-item {
  margin-bottom: 40px;
}

.genian-ztna-page .benefits-wrapper {
  padding-top: 100px;
  padding-bottom: 80px;
}

.genian-nac-page .genian-bnr-sec .cm_ad_banner_wrp h1 span {
  font-size: 25px;
}

.genian-nac-page .genian-bnr-sec .cm_ad_banner_wrp {
  padding-top: 120px;
  padding-bottom: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.genian-nac-page .genian-bnr-sec .cm_ad_banner_wrp h1 {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 25px;
}

.genian-nac-page .genian-bnr-sec .cm_ad_banner_header h2 {
  margin-bottom: 0;
  line-height: 1;
}

.genian-nac-page .genian-bnr-sec .cm_ad_banner_header h2 span {
  font-size: 42px;
}

.genian-nac-page .cm_ad_banner_wrp .cm_ad_banner_header {
  margin-bottom: 27px;
}

.genian-nac-page .genian-bnr-sec .cm_ad_banner_wrp .cm_ad_banner_buttons {
  padding-top: 50px;
  padding-bottom: 40px;
}

.genian-nac-page p {
  line-height: 25px;
}

.genian-nac-page .benefits-wrapper {
  padding-top: 100px;
  padding-bottom: 80px;
}

.genian-nac-page .benefits-wrapper .benefits-heading p {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  letter-spacing: -0.05em;
}

.genian-nac-page .benefits-wrapper .benefits-heading h1 {
  margin-bottom: 31px;
}

.genian-nac-page .resources-wrapper {
  padding-top: 100px;
  padding-bottom: 0px;
}

.genian-nac-page .resources-wrapper .resources-heading p {
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  color: #999999;
  letter-spacing: -0.05em;
}

.genian-nac-page .resources-wrapper .resources-heading h1 {
  margin-bottom: 35px;
}

.genian-nac-page .resources-wrapper .resources-content p {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  letter-spacing: -0.05em;
}

.genian-nac-page .edr-release-wrapper {
  padding-top: 50px;
  padding-bottom: 48px;
}

.genian-nac-page .edr-release-wrapper .item {
  padding-top: 0;
  padding-bottom: 0;
}

.genian-nac-page .edr-release-wrapper .Simple-Line-Icons-doc:before {
  content: "\e836";
  font-family: "porto";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.genian-nac-page .news-wrapper {
  padding-top: 100px;
  padding-bottom: 80px;
}

.genian-nac-page .news-wrapper .news-heading h1 {
  font-size: 32px;
}

.genian-nac-page .news-wrapper .news-heading p {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  letter-spacing: -0.05em;
}

.genian-nac-page .news-item .btn-readmore {
  display: none;
}

.genian-nac-page .news-wrapper h4.entry-title {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-size: 1.2em;
}

.genian-nac-page .news-wrapper h4.entry-title a {
  color: #212529;
}

.genian-nac-page .news-wrapper p.post-excerpt {
  display: none;
}

.genian-nac-page .news-wrapper .post-meta {
  display: none;
}

.genian-nac-page .news-wrapper .post-meta.top-date {
  display: block;
}

.genian-nac-page .news-wrapper .news-item-image {
  margin-bottom: 10px;
}

.genian-nac-page .news-wrapper h4.entry-title {
  margin-bottom: 1rem;
}

.genian-nac-page .news-wrapper .news-item {
  margin-bottom: 40px;
}




.genian-cloud-page .genian-bnr-sec .cm_ad_banner_wrp {
  padding-top: 120px;
  padding-bottom: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.genian-cloud-page .genian-bnr-sec .cm_ad_banner_wrp h1 span {
  font-size: 23px;
}

.genian-cloud-page .genian-bnr-sec .cm_ad_banner_header h2 span {
  font-size: 42px;
}

.genian-cloud-page .genian-bnr-sec .cm_ad_banner_wrp h2 {
  font-size: 42px;
  line-height: 30px;
  letter-spacing: -0.05em;
}


.genian-cloud-page .genian-bnr-sec .cm_ad_banner_wrp .cm_ad_banner_buttons {
  padding-top: 50px;
  padding-bottom: 40px;
}

.netargos-page .netargos-key-features-wrapper .item-col-2 .item-1 .netargos-item-title span {
  font-size: 18px;
}

.genian-bnr-sec .cm_ad_banner_wrp .cm_ad_banner_btn a {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.genian-bnr-sec .cm_ad_banner_wrp .cm_ad_banner_btn a:focus,
.genian-bnr-sec .cm_ad_banner_wrp .cm_ad_banner_btn a:hover {
  color: #666;
}

.genian-ztna-page .resources-wrapper .resources-items-wrapper {
  justify-content: center;
}


.registration-page .registration-main-sec [class*=type-header] h1 {
  text-align: center;
  margin-top: 0;
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: -0.05em;
  color: #000000;
  margin-bottom: 35px;
}

.registration-page .registration-main-sec [class*=type-header] h1:after {
  content: "";
  display: block;
  background: rgba(0,0,0,0.08);
  background-image: -webkit-linear-gradient(left, transparent, green, transparent);
  background-image: linear-gradient(to right, transparent, green, transparent);
  height: 3px;
  width: 15.2%;
  margin: 0 auto;
  position: relative;
  clear: both;
  margin-top: 24px;
}

.registration-page .registration-main-sec [class*=type_linked_image] img { 
  width: 100%;
}

.registration-page .registration-main-sec p {
  line-height: 25px;
}

.registration-page .registration-main-sec {
  color: #444444;
}

.genian-ztna-page .benefits-wrapper .benefits-item-element p.benefits-item-heading {
  margin-bottom: 20px;
}

.tolb-holder {
  background: rgba(0,0,0,0.8) !important;
}

.genian-gpi-page .genian-bnr-sec .cm_ad_banner_wrp .cm_ad_banner_btn {
  min-width: 200px;
} 

.genian-portfolio-bnr-sec .banner .content_wrapper {
  max-width: 1240px;
  padding: 0 15px;
  display: flex;
  flex-flow: wrap;
  flex-direction: column-reverse;
}

.genian-portfolio-bnr-sec .banner .banner_inner {
  padding: 0;
}

.genian-portfolio-bnr-sec .banner {
  padding: 152px 0px 84px 0px;
}

.genian-portfolio-bnr-sec .banner .description {
  font-family: Noto Sans,sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  margin: 0px 0 15px;
}

.genian-portfolio-bnr-sec .banner .description span {
  font-size: 16px;
}

.genian-portfolio-bnr-sec .banner .title {
  font-family: Noto Sans,sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  margin-bottom: 35px;
}

.genian-portfolio-bnr-sec .banner .title span {
  font-size: 35px;
}

.genian-portfolio-page .video_embed .inner {
  background-color: #f4f4f4;
  border-radius: 15px;
  padding: 30px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.genian-portfolio-page .video_embed {
  margin: 0 -15px;
}

.genian-portfolio-page .genian-portfolio-sec-1 p {
  font-family: Noto Sans,sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #444444;
}

.genian-portfolio-page .benefits-wrapper .benefits-heading h1 {
  text-align: left;
  font-family: Noto Sans,sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
  color: #444444;
}

.genian-portfolio-page .benefits-wrapper .benefits-items-wrap {
  padding-top: 18px;
}

.genian-portfolio-page .benefits-wrapper .benefits-item-element p {
  font-family: Noto Sans,sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #444444;
}

.genian-portfolio-page .benefits-wrapper .benefits-item-element p.benefits-item-heading strong {
  font-weight: 400;
}

.genian-portfolio-page .benefits-wrapper .benefits-item-element p.benefits-item-heading {
  margin-bottom: 0;
  color: #444444;
}

.genian-portfolio-page .benefits-wrapper {
  padding-bottom: 39px;
  margin-bottom: 56px;
}

.genian-cloud-page p {
  line-height: 25px;
}


.genian-portfolio-page .video_embed .inner path.ultv-youtube-icon-bg {
  fill: rgb(31, 31, 30) !important;
}

.partner-tech-page .cm_ptnr_wrp .row_2 .cm_ptnr_card_img {
  margin-top: 0;
  margin-bottom: 20px;
}





@media (min-width: 992px) {
  .genian-ztna-page .genian-bnr-sec .cm_ad_banner_wrp .content-wrapper {
    max-width: 960px;
  }
}

@media (min-width: 1270px) {
  .genian-ztna-page .genian-bnr-sec .cm_ad_banner_wrp .content-wrapper {
    max-width: 1240px;
  }
}


@media (min-width: 768px) {
  .genian-gpi-page .genian-bnr-sec .cm_ad_banner_wrp .cm_ad_banner_btn,
  .netargos-page .genian-bnr-sec .cm_ad_banner_wrp .cm_ad_banner_btn {
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; 
  }

  .genian-edr-page .genian-bnr-sec .cm_ad_banner_wrp .cm_ad_banner_btn { 
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: none;
  }

  .genian-ztna-page .genian-bnr-sec .cm_ad_banner_wrp .cm_ad_banner_btn {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .genian-nac-page .genian-bnr-sec .cm_ad_banner_wrp .cm_ad_banner_btn {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: none;
  }

  .genian-cloud-page .genian-bnr-sec .cm_ad_banner_wrp .cm_ad_banner_btn {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: none;
  }

  .registration-page .registration-main-sec .dnd-section > .row-fluid > .dnd-column {
    margin: 0 auto;
    max-width: 66.6666666667%;
    float: none;
  }
}


@media (max-width: 991px) {
  .registration-page .registration-main-sec .dnd-section>.row-fluid>.dnd-column {
    padding-left: 25px;
    padding-right: 25px;
  } 
  .banner-section.portfolio_banner {
    margin-top: -5px;
    position: relative;
    z-index: 999;
  }
}


@media (max-width: 767px) {
  .partner-tech-page  .cm_ptnr_wrp {
    padding-bottom: 58px;
  }

  .genian-portfolio-page .benefits-wrapper .benefits-item:not(:last-child) {
    margin-bottom: 35px;
  }

  .tolb-holder.tolb-ready .tolb-inner {
    padding: 0 50px !important;
  }

  .registration-page .registration-main-sec .dnd-section>.row-fluid>.dnd-column {
    padding-left: 30px;
    padding-right: 30px;
  }

  .registration-page .registration-main-sec [class*=type-header] h1:after {
    width: 10%;
  }

  .genian-bnr-sec .cm_ad_banner_wrp .cm_ad_banner_btn {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
  } 

  .genian-bnr-sec .cm_ad_banner_wrp .cm_ad_banner_buttons {
    margin: 0;
  }

  .genian-ztna-page .benefits-wrapper {
    padding-bottom: 80px;
  }

  .genian-ztna-page  .resources-wrapper .resources-content {
    margin-bottom: 35px;
  }

  .genian-ztna-page .news-wrapper .news-item {
    margin-bottom: 10px;
  }

  .genian-ztna-page .news-wrapper {
    padding-bottom: 115px;
  }
}


.video_webinar_banner .banner{
  padding-top: 100px;
  padding-bottom: 51px;
}

.video_webinar_banner .banner .description {
  font-size: 18px;
  margin-bottom: 0;
  font-family: "Noto Sans KR";
}
.integration_banner .banner{
  padding-top:100px;
}
.integration_banner .banner .title span {
  font-size: 36px;
  font-weight: 700;
}
.integration_banner .banner .description {
  font-size: 16px;
  margin-bottom: 35px;
}
.home-page .news-wrapper .wpb_wrapper h3,
.home-page .news-wrapper .wpb_wrapper h2{
  font-size: 15px;
  color: #333;
  font-weight: 400;
  font-family: Noto Sans KR,sans-serif;
  margin:0;
}
.home-page .news-wrapper .wpb_wrapper h3{
  margin:0 0 15px;
}

.online-edu-chapter .online-edu-btn a:focus{
  outline: 0;
  color: #f7f7f7;
  background-color: #5f9434;
  box-shadow: 0 0 0 0.2rem rgb(134 188 37 / 25%);
}


@media (max-width: 991px){
  .video_webinar_banner .banner {
    margin-top: -19px;
  }
  .banner-section.integration_banner {
    margin-top: -19px;
  }
}
@media (max-width: 767px){
  .banner-section.integration_banner .btn_wrap {
    padding: 42px 0 12px;
    text-align: center;
  }
}

.hs_download_row1 .banner { 
  padding-top: 100px;
}
.hs_download_row1 .banner .description {
  padding-top: 1px;
}
.hs_history_page .banner {
  padding-top: 100px;
}

.hs_history_page .banner .description {
  padding-top: 6px;
  line-height: 26px;
}
.financial_row1 p.title {
  margin: 0;
}
.financial_row1 .banner {
  padding-top: 100px;
  margin-bottom: 45px;
}

.financial_row1 .banner .description {
  padding-top: 2px;
}

.financial_row3 .cm_tbs_tb {
  padding-bottom: 75px;
}
.hs_bug_row3 .cm_cwi_wrp {
  padding-top: 120px ;
  padding-bottom: 80px ;
}.hs_bug_row3 .cm_cwi_wrp .cm_cwi_left_inner {
  margin-right: 10px ;
}
.hs_bug_row6 .cm_cwi_left_inner {
  margin-left: 10px;
}
.hs_bug_row6  .cm_cwi_wrp {
  padding-top: 100px ;
  padding-bottom: 70px ;
}.hs_bug_row6 .cm_cwi_wrp .cm_cwi_left_inner p {
  font-size: 15px;
}

.hs_download_row3  .cm_fd_cont_wrp {
  padding-bottom: 80px;
}
.hs_faq_row1 .banner {
  margin-bottom: 30px !important;
  padding-top: 100px !important;
  padding-bottom: 90px !important;
}

.hs_faq_row1 .banner .title {
  font-size: 40px;
  line-height: 35px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  letter-spacing: -2px;
}

.hs_faq_row1 .banner .title span {
  color: inherit;
  font-size: inherit;
}

.hs_faq_row1 .banner .banner_inner {
  padding-top: 20px;
}

.hs_faq_row2 .dnd-section {
  padding: 0;
}
.container-fluid.hs_faq_row2 p {
  font-family: Noto Sans,sans-serif;
}

.container-fluid.hs_faq_row2 ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs_faq_row2 .widget-type-rich_text {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 76px;
}

.hs_faq_row2 .dnd-section>.row-fluid {
  padding: 0 10px;
}
.hs_faq_row2 ul li {
  margin: 0 0 1.25rem;
}
.hs_faq_row2 ul li:last-child {
  margin-bottom: 0;
}
.hs_business_row1 .banner{
  padding-top:100px;
}
.hs_business_row1 .banner .description {
  padding-top: 6px;
  line-height: 26px;
}

.hs_business_row2 .dnd-section {
  padding-top: 80px ;
  padding-bottom: 3rem ;
  text-align: center;
}

.hs_business_row2 h1 {
  margin-top: 0;
  color: #000000;
  margin-bottom: 35px;
}

.hs_business_row2 hr {
  background: rgba(0,0,0,0.08);
  margin: 0 auto;
  background-image: -webkit-linear-gradient(left, transparent, green, transparent);
  background-image: linear-gradient(to right, transparent, green, transparent);
  height: 3px;
  width: 10%;
  margin-bottom: 22px;
}

.hs_business_row2 p {
  font-size: 16px;
  color:#444;
}

.hs_business_row2 .widget-type-rich_text {
  margin-bottom: 35px;
}

.hs_business_row3 .dnd-section {
  padding-top: 80px ;
  padding-bottom: 80px ;
}

.hs_business_row3 .widget-type-linked_image {
  margin-bottom: 35px;
}
.hs_ceo_row1 .banner {
  padding-top: 100px;
}

.hs_ceo_row1 .banner .description {
  padding-top: 6px;
  line-height: 26px;
}
.hs_ceo_row2 .dnd-section {
  padding-top: 80px ;
  padding-bottom: 3rem ;
}
.hs_ceo_row2 .widget-type-linked_image {
  margin-bottom: 35px;
}
.hs_ceo_row2 .widget-type-rich_text {
  margin-bottom: 35px;
}
.hs_ceo_row1 .banner .title {
  line-height: 25px;
}
.hs_gpage {
  line-height: 25px;
}
.hs_contact_row2 .dnd-section {
  padding: 0;
  padding-top: 80px;
}

.hs_contact_row2 .widget-type-rich_text {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.hs_contact_row2 .widget-type-rich_text h2 {
  margin-bottom: 40px;
  color: #000000;
  font-size: 28px;
  font-family: "Noto Sans KR";
  font-weight: 400;
  letter-spacing: normal;
  line-height: 25px;
}

.hs_contact_row2 table {
  line-height: 25px;
  border-width: 1px;
  border-radius: 0;
  border-collapse: collapse;
}

.hs_contact_row2 table tbody td {
  text-align: left;
}

.container-fluid.hs_contact_row2 th, td {
  padding: 8px;
  border-width: 1px;
}

.hs_contact_row2 table tr:first-child td {
  border-top: 1px;
}

.hs_contact_row2 thead th, thead td {
  border: 1px;
}

.hs_contact_row2 table tbody td {
  border-width: 1px;
}
.hs_contact_row2 table tbody td {
  padding: 8px;
}
.hs_contact_row2 table tbody tr td {
  background-color: #fff;
}
.hs_contact_row2 .dnd-section {
  padding-bottom: 20px;
}
.cm_table {
  overflow-x: auto;
  overflow-y: hidden;
}
.hs_employee_row1 .banner {
  padding-top: 100px ;
  padding-bottom: 50px ;
}

.hs_employee_row1 .banner .title {
  font-family: "Noto Sans KR";
  font-size: 45px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -1.75px;
  margin: 0 0 40px 0;
}

.hs_employee_row1 .banner .description {
  line-height: 23px;
  font-weight: 700;
  letter-spacing: -1.15px;
}
.hs_paper_row1 .banner {
  margin-bottom: 45px ;
}

@media (min-width: 768px) {
  .hs_faq_row2 .widget-type-rich_text {
    max-width: 66.6666666667%;
    width: 66.6666666667%;
    margin: 0 auto;

  }
}
@media (max-width: 991px) {
  .hs_faq_row2 .dnd-section>.row-fluid {
    padding: 0px 25px;
  }
  .hs_ceo_row2 .row-fluid .span6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hs_contact_row2 .dnd-section>.row-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hs_ceo_row2 .dnd-section >.row-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .hs_faq_row2 .dnd-section>.row-fluid {
    padding-top: 71px;
  }

  .hs_faq_row2 h3 {
    font-size: 18px;
  }
  .hs_contact_row2 table tbody tr td {
    white-space: nowrap;
  }
  .hs_faq_row2 .widget-type-rich_text {
    padding-bottom: 79px;
  }

}

@media (max-width:480px) {
  .hs_faq_row1 .banner .title {
    font-size: 22px;
    letter-spacing: normal;
  }
  .hs_faq_row2 .dnd-section>.row-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs_ceo_row2 .dnd-section>.row-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
} 


.banner-section.irnotice_banner_sec p.title {
  line-height: 25px;
  margin-bottom: 21px;
}


.banner-section.irarchive_banner_sec p.title {
  line-height: 25px;
  margin-bottom: 21px;
}


.banner-section.release_preview_banner_sec .banner{
  padding-bottom: 49px;
}

.banner-section.online_education_banner_sec .banner .description span {
  font-size: 18px;
}
.banner-section.online_education_banner_sec .banner{
  padding-bottom: 49px;
}



.full_width_page .widget-type-rich_text  {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 22px;
  padding-left: 21.9px;
  margin:0 auto;
}
.full_width_page .widget-type-rich_text p {
  font-family: Noto Sans,sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
}


.full_width_page table {
  box-shadow: none;
  border-radius: 0.28571429rem;
  text-align: left;
  color: rgba(0,0,0,.87);
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1em;
  width: 100%;
  background: #fff;
  margin: 1em 0;
  margin-top: 0;
  border: unset;
  position: relative;
  table-layout: auto;
  border: 1px solid rgba(34,36,38,.15);
}

.full_width_page table tr td {
  border:none;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0.78571429em;
  transition: background .1s ease,color .1s ease;
  background-color: transparent;
  line-height: 1.42857143;
  word-break: keep-all;
  border-top: 1px solid rgba(34,36,38,.1);
}

.full_width_page thead th {
  border:0;
  display: table-cell;
  text-align: center;
  border-left: none;
  vertical-align: middle;
  padding: 0.92857143em 0.78571429em;
  cursor: auto;
  background: #f9fafb;
  color: rgba(0,0,0,.87);
  font-weight: 700;
  text-transform: none;
  border-bottom: 1px solid rgba(34,36,38,.1);
  transition: background .1s ease,color .1s ease;
}
.full_width_page thead tr:first-child>th:first-child , .full_width_page thead tr:first-child>th:last-child{
  border-radius: 0.28571429rem 0 0 0; 
}
.full_width_page thead tr>th:first-child {
  border-left: none;
}
.full_width_page thead tr:first-child>th , .full_width_page thead tr:first-child>th{
  border-top: 0;
}

.full_width_page table tbody tr:first-child td {
  border-top: none;
}

.full_width_page tbody tr:nth-child(odd) td{
  background-color: transparent;
}

.full_width_page tbody tr:nth-child(2n) {
  background-color: rgba(0,0,50,.02);
}

.full_width_page tbody tr:hover{
  background: rgba(0,0,0,.05);
  color: rgba(0,0,0,.95);
}
.full_width_page ul{
  margin-bottom:20px;
}


.full_width_banner .cm_ad_banner_wrp {  
  padding-top: 120px;
  padding-bottom: 60px;
  min-height: 280px;
  margin: 0;
}
.full_width_banner .cm_ad_banner_wrp h1 {
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 35px;
  text-align: center;
  letter-spacing: -2px;
}

.portfolio_banner .banner .title span,
.webinar_banner .banner .title span {
  color: #ffffff;
  font-family: "Noto Sans KR";
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: -0.05em;
  text-transform: none;
}
.portfolio_banner .banner{
  padding-top: 100px;
  padding-bottom: 86px;

}

.webinar_banner .banner{
  padding-top: 100px;
  padding-bottom: 76px;

}

.nac_beginner_banner .banner {
  padding-bottom: 86px;
}

.portfolio_banner  .banner .title,
.webinar_banner  .banner .title,
.nac_banner .banner .title,
.nac_beginner_banner .title,{
  margin-bottom: 0;
}

.webinar_page p {
  font-family: Noto Sans,sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}
.webinar_page .widget-type-rich_text{
  padding: 0px 2px;
}
.nac_banner .banner .title span ,
.nac_beginner_banner .banner .title span{
  font-weight: 700;
  font-size: 35px;
  /*   line-height: 35px; */
  letter-spacing: -0.05em;
}

.nac_beginner_banner .banner .title span{
  line-height: 33px;
}



.nac_banner .banner {
  padding-bottom: 89px;
}
.nac_banner .banner .content_wrapper {
  margin-bottom: 35px;
  padding: 0 15px;
}
.nac_banner p.title {
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  color: #333333;
  margin-bottom: 35px;
}

.nac_online_page p {
  font-family: Noto Sans,sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color:#444;
}

.nac_online_page a.hs-button,
.nac_beginner_page a.hs-button {
  color: #fff;
  background-color: #6dab3c;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0.533rem 0.933rem;
  font-size: 0.8rem;
  line-height: 1.42857;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
}
.nac_online_page a.hs-button:hover,
.nac_beginner_page a.hs-button:hover {
  color: #f7f7f7;
  background-color: #5f9434;
}

.nac_online_page  .dnd-section>.row-fluid {
  padding: 0 100px;
}
.portfolio_page .video_embed {
  padding: 15px;
  padding-bottom: 30px;
}
.portfolio_page  .video_embed  path.ultv-youtube-icon-bg {
  fill: rgb(31, 31, 30)!important;
}

.nac_beginner_page h3 {
  margin-bottom: 20px;
}

.nac_beginner_page p {
  font-family: Noto Sans,sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color:#444;
}
.form_page .widget-type-form {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.form_page .widget-type-form {
  border-top-width: 1px ;
  border-right-width: 1px ;
  border-bottom-width: 1px ;
  border-left-width: 1px ;
  padding-top: 10px ;
  padding-right: 10px ;
  padding-bottom: 10px ;
  padding-left: 10px;
  background-color: #f9f9f9 ;
  border-radius: 5px ;
}


.form_page .hs-form label {
  margin-bottom: 0;
  display: inline-block;
  float: none;
  width: auto;
  cursor: pointer;
  font-weight: normal;
  font-family: "Noto Sans KR";
  color: #333333;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 3px;
  vertical-align: middle;
}
.form_page .hs-form .hs-form-field {
  margin-bottom: 0;
  position:relative;
  padding-bottom: 15px;
}
.form_page form input[type=text], 
.form_page form input[type=email],
.form_page form input[type=password],
.form_page form input[type=tel], 
.form_page form input[type=number],
.form_page form input[type=file], 
.form_page form select, form textarea {
  -webkit-appearance: none;
  display: block;
  margin: 0;
  min-width: 10px;
  max-width: 100%;
  width: 100%;
  padding: 8px;
  height: auto;
  line-height: 1.5;
  font-size: 1em;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  color: #777;
  outline: none;
  box-shadow: none;
  text-align: left;
  vertical-align: middle;
  font-family: "Noto Sans KR";
}

.form_page .hs-form span.hs-form-required {
  color: #cc0101;
  font-size: 90%;
}

.form_page .hs-form  .input textarea {
  height: 200px;
}

.form_page .hs-form ul.inputs-list.multi-container {
  margin: 0 -10px!important;
  width: auto;
  max-width: none!important;
  padding-left: 0;
  border: none;
  background-color: inherit;
  padding:0;
}

.form_page .hs-form li.hs-form-checkbox {
  width: 33.33333333%;
  float: left;
  float: left;
  padding: 0 10px;
  min-height: 1px;
  position: relative;
  display: block;
  line-height: 20px;
}


.form_page .hs-form .hs-form-checkbox-display span,
.form_page .hs-form ul.inputs-list.multi-container li.hs-form-radio label span{
  padding-left: 8px;
}
.form_page .hs-form ul.inputs-list.multi-container li.hs-form-radio {
  position: relative;
  display: block;
  margin: 0;
  float: left;
  padding: 0 10px;
  min-height: 1px;
  width: 25%;
  line-height: 20px;
}

.form_page form .inputs-list:before {
  content: " ";
  display: table;
}
.form_page form .inputs-list:after {
  content: " ";
  display: table;
  clear:both;
}
.form_page input.hs-button.primary.large {
  display: block;
  margin: 0;
  cursor: pointer;
  line-height: 1.5;
  max-width: 100%;
  transition: transform .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out,-webkit-transform .4s ease-in-out;
  width: 100%;
}

.form_page form{
  margin-bottom: 50px;
}

.form_page form .hs_submit.hs-submit {
  margin-top: 10px;
}
.form_page .hs-form ul.inputs-list.multi-container li.hs-form-radio label,
.form_page .hs-form li.hs-form-checkbox label{
  margin-bottom: 0;
}
.form_banner .banner .title span {
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
  line-height: 25px;
  padding-right:10px;
}


.form_banner .banner .description span {
  font-size: 16px;
  font-family: "Noto Sans KR";
  color: #ffffff;
  line-height: 25px;
}
.form_banner .banner {
  padding-top: 150px;
  padding-bottom: 80px;

}
.form_banner .banner .description p {
  line-height: 25px;
}
.form_page .hs-form .hs-form-field.hs-company > label,
.form_page .hs-form .hs-form-field.hs-contact > label,
.form_page .hs-form .hs-form-field.hs_contact_detail > label,
.form_page .hs-form .hs-form-field.hs_email  > label 
,.form_page .hs-form .hs-form-field.hs_third_party_products_you_wish_to_link_with  > label  
{
  display: none;
}

.form_page .hs-form  input[type=checkbox],
.form_page .hs-form input[type=radio] {
  margin-right: 0;
}


.summary_banner .banner .title {
  padding: 0;
  font-size: 15px;
  margin-bottom: 27px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0

}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px
}

.tooltip-inner {
  max-width: 200px;
  padding: 5px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px;
  display:inline-block;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -10px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}


.summary_page .dnd-section>.row-fluid {
  padding: 0 15px;
}
.webinar_fortinet .dnd-section {
  padding-left: 5px;
  padding-right: 5px;
}


.video_release_row1 #nacreleasepreview_1 .vid_title {
  margin-bottom: 30px;
}
.video_release_row1 #nacreleasepreview_1 .vid_title p span {
  letter-spacing: -1.15px;
}


.video_release_row1 #nacreleasepreview_2 .vid_subtitle p span {
  letter-spacing: normal;
  color: #444444;
}
.video_release_row1 #nacreleasepreview_2 .vid_subtitle {
  margin-bottom: 37px;
}
.ct_release_prev_wrapper {
  padding: 95px 0 20px;
}
.release_preview_cnt_wrapper .ct_release_prev_wrapper #nacreleasepreview_1 .mly_item_wrap.style_one .main_wrapper .vid_post_blk .vid_subtitle p {
  color: #333;
}

#nacreleasepreview_2 .vid_post_blk {
  margin-bottom: 20px;
}
#nacreleasepreview_1 .vid_post_blk {
  margin-bottom: 40px;
}
.release_preview_row1 .ct_release_prev_wrapper {
  padding: 95px 0 0px;
}
.release_preview_row1 div#nacreleasepreview_1,
.release_preview_row1 div#nacreleasepreview_3,
.release_preview_row1 div#nacreleasepreview_2 {
  padding-bottom: 55px;
}
.ct_irnotice_outer_wrap .ct_ir_notice_table table tr td:last-child {
  color: #333333;
}

.release_preview_row1 .ct_release_prev_wrapper .ct_tab_cnt_inner .mly_item_wrap.style_two .mly_post_wrapper{
  margin-bottom:0;
}

@media (min-width: 768px){
  .full_width_page .widget-type-rich_text,
  .full_width_page .cm_tbs_wrp,  
  .webinar_page .widget-type-rich_text{
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin:0 auto;
  }
  .nac_online_page .video_embed .inner,
  .portfolio_page .video_embed .inner,
  .nac_beginner_page .video_embed .inner{
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .nac_online_page .video_embed .inner{
    padding: 0 15px;
  }
  .video_embed .inner {
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
  .form_page .widget-type-form {
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; 
    margin: 0 auto;
  }

}


@media (min-width: 992px){
  .banner-section.portfolio_banner,
  .banner-section.nac_banner{
    margin-top: 6px;
  }
  .banner-section.nac_beginner_banner {
    margin-top: 6px;
  }

}

@media (min-width: 1270px){
  .banner-section.portfolio_banner{
    MARGIN: 6px 0;
    margin-bottom: 0;
  }
  .banner-section.webinar_banner{
    MARGIN: 2PX 0;
    margin-bottom: 0;
  }
}


@media (max-width: 992px){
  .webinar_fortinet .dnd-section {
    padding-left: 15px;
    padding-right:15px;
  }
  .portfolio_page .video_embed { 
    padding-left: 0;
    padding-right: 0;
  }
  .portfolio_page .video_embed .inner {
    padding: 0;
  }
  .nac_beginner_page .video_embed .inner {
    padding: 0;
  }
  .banner .banner_inner {
    padding-right: 30px;
    padding-left: 30px;
  }
  .form_page .dnd-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .summary_page .dnd-section>.row-fluid {
    padding: 0 30px;
  }
  .nac_online_page .dnd-section>.row-fluid {
    padding: 0 115px;
  }
  .hs_nac_online_main .dnd-section>.row-fluid .dnd-column {
    padding-left: 15px;
  }
  .webinar_fortinet .dnd-section>.row-fluid .dnd-column{
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs_portfolio.webinar_fortinet .video_embed {
    padding-left: 15px;
    padding-right: 15px;
  }
  .webinar_page .widget-type-rich_text {
    padding: 0 12px;
  }
}

@media (max-width: 767px){
  .nac_online_page .video_embed .inner {
    padding: 0 15px;
  }
}

@media (max-width: 479px){
  .portfolio_banner .banner{
    padding-left:5px;
    padding-right:5px;
  }
  .banner-section.portfolio_banner {
    margin-top: -5px;
  }
  .nac_online_page  .dnd-section>.row-fluid {
    padding: 0 20px;
  }
  .nac_online_page .video_embed .inner {
    padding-right: 15px;
    padding-left: 15px;
  }

  .portfolio_page .video_embed .inner {
    padding: 0 10px;
  }
  .banner .banner_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form_page .dnd-section {
    padding-left: 5px;
    padding-right: 5px;
  }
  .summary_page .dnd-section>.row-fluid {
    padding: 0 20px;
  }
  .webinar_fortinet .dnd-section {
    padding-left: 5px;
    padding-right: 5px;
  }
  .hs_portfolio.webinar_fortinet .video_embed .inner {
    padding: 0 0px;
  }
  .nac_online_page .video_embed .inner {
    padding-right: 30px;

    padding-left: 30px;
  }
  .nac_online_page .dnd-section>.row-fluid {
    padding: 0;
  }
}


.online-edu-banner .banner {
  padding-top: 100px !important;
  padding-bottom: 90px !important;
}

.online-edu-banner .banner .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  color: #333333;
  font-family: "Noto Sans KR";
  letter-spacing: -0.05em;
  margin: 0 0 32px 0;
  display: inline-block;
  width: 100%;
}

.online-edu-banner .banner .title span {
  font-size: 35px;
}

.online-edu-banner .banner .content_wrapper {
  margin-bottom: 3px;
  margin-top: 1.25rem;
}
.two-column-content-sec .dnd-section {
  padding: 0;
}
.two-column-content-sec .dnd-section .dnd-column {
  padding: 0;
}
.two-column-content-sec .dnd-section>.row-fluid {
  width: 100%;
}
.two-column-content-sec .content-wrapper {
  padding-left: 25px;
  padding-right: 25px;
}
.two-column-content-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.left-content, .sidebar-content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.sidebar-column-content p span {
  font-size: 14px;
}
.two-column-content-sec .dnd-section .dnd-column {
  padding: 0;
}
.sidebar-column-content h3 {
  margin-top: 20px;
}

.sidebar-column-content p {
  font-family: Noto Sans,sans-serif;
  color: #444;
}

.sidebar-column-content>div {
  margin-bottom: 35px;
}

.sidebar-column-content p:last-child {
  margin: 0;
}

.sidebar-column-content,
.left-column-content{
  padding-top: 35px;
}
.left-column-content .hs-responsive-embed-wrapper.hs-responsive-embed {
  margin: 20px !important;
  margin-bottom: 60px !important;
  margin-left: -5px !important;
  margin-top: 0 !important;
  max-width: 100% !important;
  width: auto !important;
  max-height: initial !important;
  min-width: auto !important;
}
.two-column-content-sec .dnd-section>.row-fluid .dnd-column {
  padding: 0;
}
.left-column-content iframe.hs-responsive-embed-iframe {
  max-width: 100%;
  vertical-align: middle;
}
.two-column-content-sec {
  margin-bottom: 20px;
}
.sidebar-column-content h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}



@media (min-width: 768px){
  .sidebar-content {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .left-content {
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (max-width: 991px){
  .two-column-content-sec .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .online-edu-banner .banner .banner_inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width:767px){
  .sidebar-content {
    margin-top: -30px !important;
  }
}

@media (max-width: 480px){
  .two-column-content-sec .content-wrapper {
    padding-left: 30px;
    padding-right:30px;
  }
}

@media (max-width: 480px){
  .online-edu-chapter .online-edu-image-gallery ul>li img {
    width: 100%;
  }
}


.form_page .hs-form li.hs-form-checkbox {
  white-space: nowrap !important;
}

.form_page .hs-form .hs-form-field.hs-information {
  display: none;
}

.form_page .hs-form .hs-form-field.hs-information label {
  display: none;
}

.cm_tbs_wrp table tbody tr td a {
  color: #000;
}

.ir_archive_cnt_wrapper .cm_tbs_wrp table,
.ir_archive_cnt_wrapper .cm_tbs_wrp table tbody td {
  color: rgba(0, 0, 0, 0.95) !important;
}

.ir_archive_cnt_wrapper .cm_tbs_wrp.ct_tr_archive_table .cm_tbs__title p {
  color: #444444;
}

.nac_beginner_page .video_embed {
  margin-top: 32px;
}

.content_with_right_img .content_section button:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

.cm_tbs_wrp table tbody tr td a:hover{
  color: #96d22a;
}

.top_header .hs-search-field--open .hs-search-field__suggestions {
  padding: 4px;
  border: 0 solid rgb(181,181,181);
  border-radius: 0;
  box-shadow: 0 0 9px -7px rgb(0 0 0) inset;
  background: rgb(255,255,255);
  position: absolute;
  width: 100%;
  right: 0;
  z-index: 99;
  top: auto;
  margin-top: 11px;
}

.top_header .hs-search-field--open .hs-search-field__suggestions li {
  padding: 11px;
}

.top_header .hs-search-field--open .hs-search-field__suggestions li a {
  display: block;
  font-weight: bold;
  font-family: "Lato";
  color: rgb(20,104,169);
  font-size: 14px;
  line-height: 1.55em;
  background-color: transparent;
  text-decoration: none;
}

.top_header .hs-search-field--open .hs-search-field__suggestions li a:hover {
  color: rgb(20,104,169);
}

.top_header .hs-search-field--open .hs-search-field__suggestions li:hover {
  background: #f4f4f4;
}

.tolb-holder .tolb-inner {
  padding: 20px!important;
}

.hs_bug_page .cm_ad_banner_wrp .cm_ad_banner_btn a {
  border-width: 1px;
}

.form_page .hs-form label.hs-error-msg {
  color: #b94a48;
}

.ct_release_prev_wrapper .ct_tab_cnt_inner .mly_item_wrap.style_one .main_wrapper .vid_post_blk .vid_title p {
  color: #333333;
}

.ct_release_prev_wrapper .ct_mob_select select.et-mobile-tabs option {
  color: #444;
}

.ct_online_edu_wrapper .ct_tabber_cnt_wrapper p {
  color: #444444;
}



@media (max-width: 767px) {
  .form_page .hs-form li.hs-form-checkbox {
    width: 100% !important;
  }

  .form_page .hs-form ul.inputs-list.multi-container li.hs-form-radio {
    width: 100% !important;
  } 
}


@media (max-width: 600px) {
  .ct_irnotice_outer_wrap .ct_single_pagination .navct_item a {
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
  }

  .review-detail-navigation .nav-links {
    display: flex;
    flex-flow: column-reverse;
    flex-direction: column-reverse;
  }

  .ct_irnotice_outer_wrap .ct_single_pagination .navct_item.nav-next a {
    text-align: left;
  }

  .ct_irnotice_outer_wrap .ct_single_pagination .navct_item.nav-next a .navi-arrow {
    float: right;
  }

  .ct_irnotice_outer_wrap .ct_single_pagination .navct_item.nav-next {
    margin-bottom: 0;
  }
}