*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* 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: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -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: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.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;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .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: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -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: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .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: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* 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 ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section[class*="force-full"]>.row-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url('https://2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/Zyxel_October2022/fonts/FontAwesome.eot');
  src: url('https://2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/Zyxel_October2022/fonts/FontAwesome.eot') format('embedded-opentype'),
    url('//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/FontAwesome.woff2') format('woff2'),
      url('//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/FontAwesome.woff') format('woff'),
        url('//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/FontAwesome.ttf') format('truetype'),
          url('//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/FontAwesome.svg') format('svg');
            }


@font-face {
  font-family: 'Galano Grotesque';
  src: url('https://2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/Zyxel_October2022/fonts/GalanoGrotesque-Regular.eot');
  src: url('https://2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/Zyxel_October2022/fonts/GalanoGrotesque-Regular.eot') format('embedded-opentype'),
    url('//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/GalanoGrotesque-Regular.woff2') format('woff2'),
      url('//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/GalanoGrotesque-Regular.woff') format('woff'),
        url('//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/GalanoGrotesque-Regular.ttf') format('truetype'),
          url('//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/GalanoGrotesque-Regular.svg') format('svg');
            }


@font-face {
  font-family: 'Galano Grotesque';
  font-weight: 600;
  font-style: normal;
  src: url('https://2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/Zyxel_October2022/fonts/GalanoGrotesque-SemiBold.eot');
  src: url('https://2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/Zyxel_October2022/fonts/GalanoGrotesque-SemiBold.eot') format('embedded-opentype'),
    url(//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/GalanoGrotesque-SemiBold.woff2) format('woff2'),
    url(//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/GalanoGrotesque-SemiBold.woff) format('woff'),
    url(//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/GalanoGrotesque-SemiBold.ttf) format('truetype'),
    url(//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/GalanoGrotesque-SemiBold.svg) format('svg');
}

@font-face { 
  font-family: "galano_grotesqueregular"; 
  src: url(//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/1a04845ea499e318104b6f16a957c8a2.ttf) format("eot"),
    url(//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/GalanoGrotesque-Medium.woff) format("woff"),
    url(//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/1a04845ea499e318104b6f16a957c8a2.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Galano Grotesque';
  font-weight: 500;
  font-style: normal;
  src: url('https://2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/Zyxel_October2022/fonts/GalanoGrotesque-SemiBold.eot');
  src: url('https://2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/Zyxel_October2022/fonts/GalanoGrotesque-SemiBold.eot') format('embedded-opentype'),
    url(//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/GalanoGrotesque-Regular.woff2) format('woff2'),
    url(//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/GalanoGrotesque-Regular.woff) format('woff'),
    url(//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/GalanoGrotesque-Regular.ttf) format('truetype'),
    url(//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/GalanoGrotesque-Regular.svg) format('svg');
}

@font-face {
  font-family: 'Century Gothic';
  font-weight: normal;
  font-style: normal;
  src: url('https://2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/Zyxel_October2022/fonts/CenturyGothic.eot');
  src: url('https://2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/Zyxel_October2022/fonts/CenturyGothic.eot') format('embedded-opentype'),
    url(//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/CenturyGothic.woff2) format('woff2'),
    url'//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/CenturyGothic.woff) format('woff'),
    url(//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/CenturyGothic.ttf) format('truetype'),
    url(//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/CenturyGothic.svg) format('svg');
}

@font-face {
  font-family: 'Font Awesome 5 Free Solid';
  font-weight: 900;
  font-style: normal;
  src: url('https://2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/Zyxel_October2022/fonts/FontAwesome5Free-Solid.eot');
  src: url('https://2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/Zyxel_October2022/fonts/FontAwesome5Free-Solid.eot') format('embedded-opentype'),
    url(//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/FontAwesome5Free-Solid.woff2) format('woff2'),
    url(//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/FontAwesome5Free-Solid.woff) format('woff'),
    url(//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/FontAwesome5Free-Solid.ttf) format('truetype'),
    url(//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/FontAwesome5Free-Solid.svg) format('svg');
}

@font-face { 
  font-family: "IBM Plex Sans";
  src: url(//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/fonts/zYXgKVElMYYaJe8bpLHnCwDKhdHeFQ.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}





/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v14/zYXgKVElMYYaJe8bpLHnCwDKhdzeFaxOedfTDw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v14/zYXgKVElMYYaJe8bpLHnCwDKhdXeFaxOedfTDw.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v14/zYXgKVElMYYaJe8bpLHnCwDKhdLeFaxOedfTDw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v14/zYXgKVElMYYaJe8bpLHnCwDKhd7eFaxOedfTDw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v14/zYXgKVElMYYaJe8bpLHnCwDKhd_eFaxOedfTDw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v14/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v14/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIxsdP3pBmtF8A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v14/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIVsdP3pBmtF8A.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v14/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIJsdP3pBmtF8A.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v14/zYX9KVElMYYaJe8bpLHnCwDKjSL9AI5sdP3pBmtF8A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v14/zYX9KVElMYYaJe8bpLHnCwDKjSL9AI9sdP3pBmtF8A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v14/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIFsdP3pBms.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  line-height:1.428571429;
  word-break: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 2.5rem;
}


h1{
  line-height:1.1;
}

h2{
  line-height:1.3
}

h3{
  line-height:1.3
}

h4,h5,h6{
  line-height:1.2
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  min-width: 152px;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  line-height: 38px;
  height: 40px;
}

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

input.hs-input {
  margin-bottom: 20px;
}

.hs-form{
  margin-bottom:40px;
}

/* Labels */

form label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

/* Help text - legends */

form legend {
  font-size: 14px;
  margin-bottom: 5px;
}

/* 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 {
  border-radius: 4px;
  display: inline-block;
  font-size: 15px;
  padding: 6px 12px;
  width: 100%;
  min-height: 45px;
  outline: none;
  line-height: 1.428571429;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c8c8c8;
}



form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus{
  border: 0.5px solid #6CBE45;
  box-shadow: inset 0 0 1px rgb(0 0 0 / 80%), 0 0 8px rgb(108 190 69 / 60%);
  -webkit-box-shadow: inset 0 0 1px rgb(0 0 0 / 80%), 0 0 8px rgb(108 190 69 / 60%);

}

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

/* Inputs - checkbox/radio */

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

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

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: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  min-width: 152px;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  line-height: 38px;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  background-color: #6CBE45;
  border-color: #6CBE45;
  margin:30px 0;
}

/* 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 {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background: transparent;
  box-shadow: none;
  padding: 15px 0;
  padding-bottom: 14px;
  margin-bottom: 0;
  transition: all .3s;
  color: #010101;
}

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

.header .header-inner {
  max-width: 100%;
  width: 100%;
  position: relative;
  min-height: 50px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header  .region-navigation-top {
  float: none;
  max-width: 1310px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  text-align: right;
}


.header .header-bottom {
  position: static;
  max-width: 1320px;
  margin: auto;
}

.header .header-logo {
  vertical-align: middle;
}

.header .header-menu {
  display: inline-block;
}

.header .custom-menu-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .custom-menu-primary .navigation-primary>ul>li {
  float: none;
  display: inline-block;
  line-height: 1.428571429;
  position: relative;
}

.header .custom-menu-primary .navigation-primary>ul>li>a {
  font-weight: 400;
  transition: all .3s;
  font-size: 16px;
  color: #010101;
  padding: 15px 20px;
  text-shadow: none;
  display: block;
}

.header  .header-button {
  float: right;
  height: 56px;
  display: flex;
  align-items: center;
  margin-left: 21px;
  position: relative;
  right: -8px;
}

.header  .header-button span.hs-cta-wrapper {
  margin-left: 10px;
  margin-top: -2px;
}

.header  .custom-menu-primary {
  float: left;
  padding-left: 5px;
}

.header  .header-button a {
  color: #888;
  border-color: #888;
  padding-right: 13px;
  padding-left: 13px;
  display: inline-flex;
  height: 28px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid #575757;
  border-radius: 15px;
  cursor: pointer;
  user-select: none;
}

.header .AppLauncher {
  float: right;
  margin-left: 33px;
  height: 56px;
  display: flex;
  align-items: center;
  color: #010101;
  position: relative;
  right: -9px;
  z-index: 999;
}

.header .AppLauncher:after {
  content: 'Applications';
  position: absolute;
  background-color: white;
  border-radius: 3px;
  font-size: 12px;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
  padding: 3px 8px;
  transform: translate(-26%, 8%);
  display: none;
  top: 46px;
}



.header .AppLauncher:hover:after {
  display: block; 
  width: max-content;
}

.header  .AppLauncher-inner {
  position: relative;
  margin-right: 0.25rem;
  cursor: pointer;
  width: 35px;
  height: 36px;
  margin-left: 5px;
}

.header .AppLauncher-inner svg {
  fill: #888;
}

.header .popup-search-form {
  float: right;
  margin-left: 33px;
  height: 56px;
  align-items: center;
  display: block;
  position: relative;
  right: -9px;
}

.header .search-form {
  float: right;
  margin-left: 33px;
  height: 56px;
  display: flex;
  align-items: center;
}

.header button.btn.btn-search {
  background: transparent;
  padding: 0;
  line-height: 0;
  min-width: auto;
  vertical-align: baseline;
  margin-right: -10px;
  border-radius: 5px;
  height: 40px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  border: 1px solid transparent;
  font-size: 15px;
}

.header span.search-icon.seach-form.icon {
  padding: 5px;
}


.header .search-icon:before {
  background-image: url(//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/images/black-search-ico.png);
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: 18px;
  content: '';
  background-repeat: no-repeat;
}


.header .custom-menu-primary .navigation-primary>ul>li>ul {
  width: 100%;
  border: 0;
  box-shadow: 0 11px 7px -9px rgb(0 0 0 / 20%);
  margin:0;
  position: absolute;
  z-index: 1000;
  float: left;
  top: 75px;
  background-color: #fff;
  left: 0;
  min-width: 200px;
  display: none;
  padding:30px 0;

}

ul.submenu.level-2:before {
  content: "";
  width: 100%;
  height: 29px;
  top: -29px;
  left: 0;
  position: absolute;
}



.header .custom-menu-primary .navigation-primary>ul>li>ul>li>a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 2.1;
  display: block;
  padding-bottom: 10px;
}

.search-modal {
  display: none;
  z-index: 9999;
  background: rgb(0 0 0 / 65%);
  padding-top: 15px;
  top: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  transition: opacity 0.15s linear;
  transform: translate3d(0, -50%, 0);
}

body.open-search  .search-modal {
  display: block;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

.header .custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li {
  padding: 15px 0;
}

.header .custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li>a {
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 0 10px;
  align-items: center;
  position: relative;
  display: inline-block;
  transition: all ease 0.5s;
  color: #010101;
}

.header .custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li>a:hover:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  border-bottom: 1px solid #4D4D4D;
  width: 100%;
}

.header .custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li>a:hover:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  background: #F9F9F9;

  width: 10px;
  height: 4px;
}


.header .custom-menu-primary .navigation-primary>ul>li>ul>li>ul {
  position: absolute;
  left: 100%;
  right: auto;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 11px 7px -9px rgb(0 0 0 / 20%);
  top: 0;
  display: none;
  background: #fff;
  padding: 0;
}

.header .custom-menu-primary .navigation-primary>ul>li:hover>ul {
  display: block;
}

.header .custom-menu-primary .navigation-primary>ul>li>ul>li:hover>ul {
  display: block;
}

.open .custom-application-wrapper {
  visibility: visible;
}
.open  .AppLauncher-inner svg {
  fill: #000;
}
.active .domain-menu .domain-selection-wrapper {
  display: block;
}

.modal-dialog {
  transition: transform 0.3s ease-out;
  z-index: 1700;
  transform: translate(0, -25%);
  position: relative;
}

.header.sticky {
  position: fixed;
  background: #fff;
}

.header.sticky  .region-navigation-top {
  display: none;
}

.modal-content.ui-dialog {
  border-radius: 5px;
  padding: 5px 20px 0;
  box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
  background: #fff;
  position: relative;
  border: 1px solid rgba(0,0,0,0.2);
  top: 0;
  left: 0;
}

.modal-header.ui-dialog-titlebar {
  margin: 0 -20px -15px;
  padding: 0 25px;
  height: auto;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 4px;
  position: relative;
}

.modal-title.ui-dialog-title {
  width: 100%;
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.428571429;
  text-overflow: ellipsis;
}

span.search-icon.search-form.icon {
  display: block;
  position: relative;
  padding: 0;
  float: none;
  margin: 0;
  height: auto;
  display: block;
  top:0;
}

div#auto-complete-result {
  left: 35.2px;
  top: 8px;
  font-size: 15px;
  opacity: 0.3;
  text-transform: lowercase;
  color: #000;
  pointer-events: none;
  position: absolute;
}

input#search-keyword {
  border: 0;
  padding: 0 35px 9px;
  color: #000;
  text-transform: lowercase;
  height: 45px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  line-height: 1.428571429;
  background-color: #fff;
  background-image: none;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  display: block;
  outline: none;
  position: relative;
}

button.icon-close-search {
  float: right;
  background: transparent !important;
  border: 0;
  height: auto;
  line-height: normal;
  top: -2px;
  position: absolute;
  right: 23px;
  cursor: pointer;
  font-size: 32px;
  color: #000;
  min-width: inherit;
}

.modal-header.ui-dialog-titlebar:before,
.modal-header.ui-dialog-titlebar:after {
  content: "";
  display: table;
  clear: both;
}

button.icon-close-search span {
  font-size: 32px;
  color: #000;
}

.modal-body {
  padding: 0 12px;
  overflow-y: hidden;
  border-bottom: 0 !important;
  overflow-x: hidden;
  position: relative;
  border: 0;
}

span.search-icon.search-form.icon:before {
  position: absolute;
  top: 10px;
  left:0;
  z-index: 999;
}

.open-search .modal-dialog {
  transform: translate(0, 0);
}

input#search-keyword::placeholder {
  color: #999;
}

.header .custom-menu-primary .navigation-primary>ul>li>ul>li {
  padding: 0 15px;
}



@media screen and (min-width: 768px){
  .header .header-logo {
    float: left;
    width:22.4%;
  }

  .header .header-menu {
    width: 77%;
  }

  .header .header-inner {
    border-radius: 4px;
  }

  .header  button.navbar-toggle {
    display: none;
  }

  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

}

@media screen and (min-width: 992px){

  .modal-dialog {
    width: 900px;
  }

}

@media screen and (min-width: 1024px){
  .header .header-bottom {
    padding: 6px 15px 0;
  }
  .custom-mobile-header {
    display: none;
  }
  .header .custom-menu-primary nav.navigation-primary>ul>li:nth-child(3)>ul>li:last-child>ul>li:nth-child(2),
  .header .custom-menu-primary nav.navigation-primary>ul>li:nth-child(3)>ul>li:last-child>ul>li:last-child,
  .header .custom-menu-primary nav.navigation-primary>ul>li:nth-child(3)>ul>li:first-child>ul>li:nth-child(2),
  .header .custom-menu-primary nav.navigation-primary>ul>li:nth-child(3)>ul>li:first-child>ul>li:nth-child(5),
  .header .custom-menu-primary nav.navigation-primary>ul>li:nth-child(3)>ul>li:first-child>ul>li:nth-child(6),
  .header .custom-menu-primary nav.navigation-primary>ul>li:nth-child(3)>ul>li:first-child>ul>li:nth-child(7) {
    display:none; 
  }
}
@media screen and (max-width: 1300px){
  .header .header-logo {
    width: 21%;
  }
  .header .header-menu {
    width: 79%;
  }

  .header .custom-menu-primary {
    padding-left: 4px;
  }
  .header .AppLauncher {
    right: -1px;
  }

  .header .header-button {
    right: 0;
  }

  .header .popup-search-form {
    right: -1px;
  }


}
@media screen and (max-width: 1200px){
  .header .header-logo {
    width: 18%;
  }
  .header .header-menu {
    width: 82%;
  }

  .header .custom-menu-primary {
    padding-left: 9px;
  }

}

@media screen and (max-width: 1104px){
  .header .header-logo {
    width: 15%;
  }

  .header .header-menu {
    width: 85%;
  }

  .header .popup-search-form,
  .header .search-form{
    margin-left: 0;
  }

}
@media screen and (max-width: 1023px){
  .header .region-navigation-top {
    display: none;
  } 
  header.header {
    display: none;
  }
  .header-wrapper {
    min-height: inherit;
  }

  .custom-application-wrapper .custom-application-wrap{
    right:23px; 
  }

  .custom-mobile-header-wrapper {
    min-height: 86px;
  }

  .mobile-menu nav.navigation-primary>ul>li:nth-child(3)>ul>li:first-child>ul>li:nth-child(9)>a {
    font-weight: 500;
    font-size: 16px !important;
    font-family: galano_grotesqueregular;
    color: #6CBE45 !important;
  }

  .mobile-menu nav.navigation-primary>ul>li:nth-child(3)>ul>li:first-child>ul>li:nth-child(9)>a:after {
    content: "\f105 ";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 0 5px 0 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-top: -1px;
    padding-left: 13px;
  }
  .mobile-menu nav.navigation-primary>ul>li:nth-child(3)>ul>li:first-child>ul>li:first-child,
  .mobile-menu nav.navigation-primary>ul>li:nth-child(3)>ul>li:first-child>ul>li:nth-child(8),
  .mobile-menu nav.navigation-primary>ul>li:nth-child(3)>ul>li:last-child>ul>li:first-child {
    display: none;
  }

  .custom-mobile-header {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background: transparent;
    box-shadow: none;
    padding: 15px 0;
    margin-bottom:3px;
    transition: all .3s;

  }

  .custom-mobile-header  .custom-mobile-inner {
    max-width: 100%;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .custom-mobile-header  .header-mobile-logo {
    float: none;
    margin-left: 33px;
    margin-right: 16px;
    margin-top: 3px;
  }

  .custom-mobile-header  button.navbar-toggle {
    position: absolute;
    left: 15px;
    top: 43px;
    text-shadow: none;
    background: none;
    color: #000;
    box-shadow: none;
    border: 0;
    min-width: unset;
    padding: 5px;
    height: auto;
    display: block !important;
    transform: translate3d(0, -50%, 0) !important;
    z-index: 0;
    opacity: 1;
  }

  .custom-mobile-header  span.icon-bar {
    display: block;
    height: 2px;
    border-radius: 1px;
    transition: all 300ms;
    width: 21px;
    background-color: #010101;
  }

  .custom-mobile-header   span.icon-bar+span.icon-bar {
    margin-top: 5px;
  }
  .custom-mobile-header  .popup-search-form {
    float: right;
    margin-left: 33px;
    height: 56px;
    display: block;
  }

  .custom-mobile-header  .search-form {
    float: right;
    height: 56px;
    align-items: center;
    position: absolute;
    top: 12px;
    right: 25px;
    margin: 0 !important;
    display: flex;
  }

  .custom-mobile-header   button.btn.btn-search {
    background: transparent;
    padding: 0;
    line-height: 0;
    min-width: auto;
    vertical-align: baseline;
    margin-right: -10px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    touch-action: manipulation;
    cursor: pointer;
  }

  .custom-mobile-header  .icon {
    padding: 5px;
  }

  .custom-mobile-header .search-modal {
    display: none;
    overflow: hidden;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.3);
    padding-top: 15px;
    opacity: 0;
    transition: opacity 0.15s linear;
  }

  .custom-mobile-header .search-icon:before {
    content: '';
    background: url(//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/images/black-search-ico.png) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: 18px;
  }

  .header-button,
  .AppLauncher {
    display: none;
  }

  .mobile-menu nav.navigation-primary ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-menu nav.navigation-primary>ul>li {
    display:block;
    list-style: none;
    line-height: 1.428571429;
    padding: 0;
    margin: 0;
    width: 100%;
    border-top: 1px solid rgba(136,136,136,0.19);
    text-align: left;
    color: #010101;
    font-size: 18px;
  }


  .mobile-menu nav.navigation-primary>ul>li>a {
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 20px;
    display: block;
    color: #010101;
  }

  .mobile-toggle .custom-mobile-header {
    background: none;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    left: 0;
    background-color: #fff;
    top: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 0;
  }

  .region-mobile-nav {
    text-align: left;
    padding: 0 22px;
    border-bottom: 1px solid rgba(136,136,136,0.19);
    margin: 0 0 45px;

    display: block;
  }

  .region-mobile-nav a {
    line-height: 60px;
    color: #010101;
    transition: all 0.2s;

  }

  .region-mobile-nav a:after {
    display: none;
  }

  .region-mobile-nav  .domain-menu a.selected-domain:after {
    display: none;
  }

  .region-mobile-nav  .domain-menu .domain-selection-wrapper {
    display: none !important;
  }

  .mobile-menu nav.navigation-primary>ul>li>a:after {
    content: "";
    right: 22px;
    font-size: 19px !important;
    top: 50%;
    font: normal normal normal 14px/1 FontAwesome;
    color: #010101;
    transform: translate3d(0, -50%, 0);
    position: absolute;
    margin-top: -2px;
  }

  .mobile-menu nav.navigation-primary>ul>li>ul>li>a {
    font-weight: 600;
    color: #888;
    display: inline-block;
    position: relative;
    background-color: #f2f2f2 !important;
    border-top: 1px solid rgba(51,51,51,0.15) !important;
    padding: 12px 45px 11px 38px;
    width: 100%;
  }


  .mobile-menu nav.navigation-primary>ul>li:first-child>ul>li:last-child,
  .mobile-menu nav.navigation-primary>ul>li:nth-child(2)>ul>li:last-child {
    display: none;
  }

  .mobile-menu nav.navigation-primary>ul>li>ul>li>a span {
    position: relative;
  }
  .mobile-menu nav.navigation-primary>ul>li>ul>li>a span:after {
    content: "";
    right: -20px;
    font-size: 19px !important;
    top: 50%;
    font: normal normal normal 14px/1 FontAwesome;
    color: #888;
    transform: translate3d(0, -50%, 0);
    position: absolute;
    margin-top: 0;
  }
  .mobile-menu nav.navigation-primary>ul>li>ul>li>ul {
    padding: 13px 38px;
    background: #fff;
  }

  .mobile-menu nav.navigation-primary>ul>li>ul>li>ul>li {
    padding: 5px 0;
  }

  .mobile-menu nav.navigation-primary>ul>li>ul>li>ul>li>a {
    font-size: 18px;
    color: #010101;
  }

  .mobile-menu nav.navigation-primary>ul ul{
    display: none;
  }

  .mobile-menu {
    display: none;
  }
  .mobile-toggle .mobile-menu {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
  }

  .mobile-menu nav.navigation-primary>ul>li:last-child {
    border-bottom: 1px solid rgba(136,136,136,0.19);
  }

  .mobile-toggle .custom-mobile-header .popup-search-form {
    display: none;
  }

  .mobile-toggle .custom-mobile-header button.navbar-toggle {
    position: absolute;
    top: 33px;
  }

  .mobile-toggle .custom-mobile-header span.icon-bar:nth-child(1) {
    transform: rotate(45deg);
  }

  .mobile-toggle  .custom-mobile-header span.icon-bar:nth-child(2) {
    display: none;
  }
  .mobile-toggle  .custom-mobile-header button.btn.btn-search,
  .mobile-toggle  .custom-mobile-header .header-mobile-logo{
    display: none;
  }

  .mobile-toggle .custom-mobile-header span.icon-bar:nth-child(3) {
    margin-top: -2px;
    transform: rotate(-45deg);
  }

  .mobile-toggle  .custom-mobile-header span.icon-bar+span.icon-bar {
    margin-top: -2px;
  }

  .mobile-toggle   .custom-mobile-header .custom-mobile-inner {
    text-align: right;
    padding: 19px 20px;
    display: block;
  }

  .mobile-toggle .header-button {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    text-align: right;
  }

  .mobile-toggle .header-button a {
    color: #888;
    border-color: #888;
    height: 23px;
    padding: 0;
    width: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #575757;
    border-radius: 15px;
    margin-right: 5px;
    margin-top: 0px;
  }

  .mobile-menu nav.navigation-primary>ul>li>ul>li>ul>li>a:hover {
    text-decoration: underline;
  }

  .mobile-toggle  .AppLauncher-inner {
    position: relative;
    margin-right: 0.25rem;
    cursor: pointer;
    width: 28px;
    height: 30px;
  }

  .mobile-menu nav.navigation-primary>ul>li>a.child-open:after {
    content: "";
    right: 22px;
    font-size: 19px !important;
    top: 50%;
    font: normal normal normal 14px/1 FontAwesome;
    color: #010101;
    transform: translate3d(0, -50%, 0);
    position: absolute;
    margin-top: -2px;
  }

  .mobile-menu nav.navigation-primary>ul>li>ul>li>a.child-open span:after {
    content: "";
    right: -20px;
    font-size: 19px !important;
    top: 50%;
    font: normal normal normal 14px/1 FontAwesome;
    color: #888;
    transform: translate3d(0, -50%, 0);
    position: absolute;
    margin-top: 0;
  }
  .mobile-toggle .AppLauncher {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
  }

  body.open-search .search-modal {
    background: rgb(0 0 0 / 65%);
  }

  .mobile-menu nav.navigation-primary>ul>li>a.child-open{
    color: #6CBE45;
    font-weight: 600;
    background-color: transparent;
  }
  .custom-application-wrapper .custom-application-wrap {
    left: auto;
    right: 3px;
    top: 46px;
  }
  .mobile-toggle .AppLauncher-inner:hover svg {
    fill: #000;
  }
  
  .mobile-toggle .AppLauncher-inner svg {
    fill: #888;
  }
}

.AppLauncher-inner:hover svg {
  fill: #000;
}
@media(max-width:767px){
  .mobile-toggle .AppLauncher-inner {
    margin-right: 0;
  }

  .modal-content.ui-dialog {
    padding: 5px 0 0;
    border-radius: 0;
    height: 101vh;
    overflow-y: auto;
    border-bottom: 1px solid #fff;
    position: relative;
  }

  .modal-dialog {
    transform: translate(0, 0);
    margin: -1px;
  }

  .custom-mobile-header .search-modal {
    padding-top: 0;
  }

  .modal-header.ui-dialog-titlebar {
    margin: 0;
  }

  input#search-keyword::placeholder {
    color: #999;
  }

  span.search-icon.search-form.icon {
    top: 0;
    right: 0;
  }
  .custom-mobile-header.sticky {
    background: #fff;
    position: fixed;
  }
}

@media(max-width:479px){
  .custom-mobile-header {
    padding: 3px 0 9px;
  } 
  .custom-mobile-header .search-form {
    top: 2px;
  }

  .custom-mobile-header .header-mobile-logo img {
    max-width: 86px;
    vertical-align: middle;
  }

  .custom-mobile-header button.navbar-toggle {
    top: 33px;
  }

  .custom-mobile-header-wrapper {
    min-height: 66px;
  }
}
.footer-top {
  background: #333;
  color: #fff;
  font-size: 12px;
  position: relative;
}

footer {
    overflow: hidden;
}
.footer-top-conatiner:before,
.footer-top-conatiner:after {
  display: table;
  content: " ";
  clear:both;
}

.footer-left,.footer-right{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Galano Grotesque,Helvetica,Arial,sans-serif;
}

.footer-form .form-title {
  display: none;
}


.fot-col span.hs_cos_wrapper_type_text {
  color: #6CBE45;
  font-size: 16px;
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  font-family: Galano Grotesque,Helvetica,Arial,sans-serif;
  line-height: 1.428571429;
  font-weight: 400;
}

.fot-col .hs-menu-wrapper>ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.fot-col .hs-menu-wrapper>ul>li{
  padding: 8px 0 ;
  clear: both;
  line-height: 1.42857 ; 
}

.fot-col .hs-menu-wrapper>ul>li>a{
  font-size: 12px;
  color: #fff
}


.footer-form p {
  color: #fff;
  font-size: 12px;
  margin: 0;
  line-height: 1.428571429;
  font-family: Galano Grotesque,Helvetica,Arial,sans-serif;
  margin: 27px 0 15px 0;
}

.footer-top-conatiner {
  padding-top: 35px;
  padding-bottom: 10px;
  clear: both;
}


.footer-logo a img {
  vertical-align: middle;
}


.footer-form .hs-form stacked {
  display: flex;
}

.footer-form .hs-form {
  display: flex;
  margin-bottom: 0;
}

.footer-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {

  max-width: 198px;
  margin-bottom: 15px !important;
  font-family: Galano Grotesque,Helvetica,Arial,sans-serif;
}

.footer-form form input[type=email] {
  min-height: 40px !important;
  border-radius: 5px 0 0 5px !important;
  width: 100%;
  box-shadow: none;
  font-size: 15px;
  display: block;
  padding: 6px 12px;
  line-height: 1.428571429;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c8c8c8;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  font-family: Galano Grotesque,Helvetica,Arial,sans-serif;
}


.footer-form .hs_submit.hs-submit {
  margin: 
    padding: 0;
  border: 0;
}

.footer-form form .hs-button, .footer-form form input[type=submit] {
  width: auto;
  margin: 0 !important;
  padding: 0 10px !important;
  min-width: 101px;
  border-radius: 0 5px 5px 0 !important;
  font-weight: 600;
  height: 40px;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #6CBE45;
  font-size: 15px;
}



.footer-form form label {
  margin: 0;
  color: #EF6B51;
  position: absolute;
  left: 15px;
  margin-top: 10%;
}

.footer-form input.hs-input {
  margin-bottom: 0;
}

.fot-col .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: underline;
  color: #6CBE45;
}


.ft-right-icon ul li a:after {
  content: '';
  background: url(//2533502.fs1.hubspotusercontent-na1.net/hubfs/2533502/raw_assets/public/Zyxel_October2022/images/zypartner-icon.png) no-repeat;
  width: 11px;
  height: 10px;
  display: inline-block;
  margin-left: 16px;
}


.footer-bottom-conatiner:after, 
.footer-bottom-conatiner:before {
  clear: both;
  display: table;
  content: " ";
}

.copyright p {
  font-size: 12px;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 48px;
}

.copyright {
  float: left;
}

.footer-links ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.footer-links ul li {
  padding: 0 16.5px;
  display: inline-block;
}

.footer-links ul li a {
  position: relative;
  display: block;
  padding: 0;
  font-size: 12px;
  color: #fff;
  outline: 0;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all 0.2s;
  font-family: Galano Grotesque,Helvetica,Arial,sans-serif;
  line-height: 48px;
  letter-spacing: 0.04em;
}

.footer-links ul li a:hover {
  color: #6CBE45;
}

.to-top {
  opacity: 1;
  pointer-events: auto;
  position: fixed;
  z-index: 90;
  right: 30px;
  bottom: 15%;
  transition: all .3s;
  cursor:pointer;
}

i.fa.fa-angle-up {
  color: #6CBE45;
  font-size: 21px;
  position: relative;
  left: 13px;
  top: 9px;
}

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

div#back-to-top {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  background: #565656;
  border: 0;
}

footer ul.no-list.hs-error-msgs.inputs-list {
  margin-bottom: 30px;
}

.footer-form form label {
  margin-top: 12%;
  text-align: left;
  width: 100%;
}

/*  responsive*/


@media only screen and (min-width: 768px) and (max-width: 992px){
  .footer-form form .hs-button, .footer-form form input[type=submit]{
    padding: 0 5px !important;
    min-width: 74px;
    font-size: 13px;
  }

  .copyright p {
    margin-bottom: -20px;
  }
  .copyright p{
    text-align: center;
  }

  .copyright {
    float: left;
    width: 100%;
  }

  .copyright p {
    line-height:48px;
  }

  .footer-links {
    width: 100%;
  }

  .footer-links ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }

}

@media (min-width: 768px){


  .footer-right-col2-wrapper, 
  .footer-right-col3-wrapper,
  .footer-right-col1{
    margin-bottom: 20px;
  }

  .footer-links {
    float: right;
  }


  .fot-col {
    width: calc(100% / 3);
    float: left;
    padding-left: 5%;
    display: block;
  }

  .footer-left {
    width: 25%;
    float: left;
  }

  .footer-right {
    width: 75%;
    float: left;
  }

  .footer-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    float: left;
  }

  .footer-form .hs_submit.hs-submit {
    float: left;
  }

}



@media(max-width:767px){

  .footer-form form label {
    margin-top: 10%;
    text-align: center;
    width: 100%;
  }

  .footer-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field{
    margin-right: -4px;
  }

  .child-trigger-wrp1.active-icon .hs_cos_wrapper_type_text:before {
    content: "\f107";
  }

  .footer-right-conatiner>div:nth-child(2)>div:last-child {
    border: 0;
  }


  .child-trigger-wrp1 span {
    display: block;
  }
  .footer-top .page-center {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-top-conatiner {
    display: flex;
    flex-direction: column;
    padding: 3px 0 0 !important;
  }

  .footer-left {
    order: 2;
    text-align: center;
    padding: 40px 5px 20px;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .footer-right {
    order: 1;
  }

  .footer-form .hs-form{
    justify-content: center;
  }

  .fot-col .hs-menu-wrapper>ul {
    display: none;
  }

  .footer-left, .footer-right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .fot-col span.hs_cos_wrapper_type_text {
    font-size: 18px ;
    margin-bottom: 0 ;
    float: none;
    width: 100%;
    padding: 17px 20px ;
    cursor: pointer;
    position: relative;
  }

  .fot-col span.hs_cos_wrapper_type_text:before {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    right: 24px;
    font-size: 19px;
    color: #6CBE45;
    line-height: 1.4289;
  }
  .copyright p{
    text-align: center;
  }

  .footer-links {
    float: right;
    text-align: center;
    display: block;
    width: 100%;
  }

  .footer-bottom {
    text-align: center;
    padding: 20px 25px;
  }

  .copyright {
    float: left;
    width: 100%;
  }

  .copyright p {
    line-height: 1.428571429;
    margin-bottom: 15px;
  }

  .footer-links ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }

  .footer-links ul li {
    padding: 0 6.5px;
  }

  .footer-links ul li a {
    line-height: 1.428571429;
  }
  .fot-col .hs-menu-wrapper>ul {
    clear: both;
    float: none;
    width: 100%;
    margin-bottom: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  span.child-trigger {
    position: absolute;
    height: 19px;
    width: 10px;
    right: 22px;
    top: 22px;
    cursor: pointer;
  }
  .footer-right-col1.fot-col {
    border-bottom: 1px solid #888;
  }

  .footer-right-col3-wrapper {
    border-bottom: 1px solid #888;
  }

  .footer-right-col2.fot-col {
    border-bottom: 1px solid #888;
  }

  .footer-right-col2-wrapper {
    border-bottom: 1px solid #888;
  }

}



@media(max-width:496px){
  .footer-links ul{
    flex-wrap:wrap;
  }
}
