*, *: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: 100%;
        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: 40px 20px;
}

.dnd-section>.row-fluid {
  margin: 0 auto;
padding-left: 15px;
    padding-right: 15px;
}

.banner-section .dnd-section > .row-fluid {
  padding: 0;
}

.banner-section .dnd-section, .content-wrapper--vertical-spacing {
  padding: 0;
}

@media (max-width: 1240px) {
  .content-wrapper {
    margin: 0 auto;
    padding: 40px 15px;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .dnd-section>.row-fluid {
    margin: 0 auto;
    padding: 0 15px;
  }
}
@font-face { 
  font-family: PlutoSansCond; 
  src: url("https://8593961.fs1.hubspotusercontent-eu1.net/hubfs/8593961/Hapi_February2022/fonts/PlutoSansCondLight.otf") format("opentype"); 
  font-style: normal; font-weight: 300; font-display: swap; 
}

@font-face { 
  font-family: PlutoSansCond; 
  src: url("https://8593961.fs1.hubspotusercontent-eu1.net/hubfs/8593961/Hapi_February2022/fonts/PlutoSansCondRegular.otf") format("opentype"); 
  font-style: normal; font-weight: 400; font-display: swap; 
}

@font-face { 
  font-family: PlutoSansCond; 
  src: url("https://8593961.fs1.hubspotusercontent-eu1.net/hubfs/8593961/Hapi_February2022/fonts/PlutoSansCondMedium.otf") format("opentype"); 
  font-style: normal; font-weight: 600; font-display: swap; 
}

@font-face { 
  font-family: "Open Sans"; 
  src: url(https://8593961.fs1.hubspotusercontent-eu1.net/hubfs/8593961/raw_assets/public/Hapi_February2022/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format("woff2"); 
  font-style: normal; font-weight: 400; font-stretch: normal; 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; 
}

html {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  line-height: 1.5;
}


/* Paragraphs */

p {
  font-weight: 400;
  margin: 0 0 1.4rem;
  color: #333;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  text-decoration: none;
}

/* Headings */

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

h1 {
  text-transform: uppercase;
  line-height: .9em;
  letter-spacing: -2px;
}

h2 { 
  text-transform: uppercase;
  line-height: 3.8rem;
  letter-spacing: -.26rem;
}

h3 { 
  line-height: 1em;
  letter-spacing: 0;
}

h4 { 
  line-height: 1; 

}

h5 {
  line-height: 1; 

}

h6 { 
  line-height: 1; 

}


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

img {
  max-width: 100%; 
  height: auto;
}

.hs-landing-page form {
  margin-bottom: 20px;
  padding: 20px;
}

@media (max-width: 479px) {
  .hs-landing-page form {
    padding: 20px 15px;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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: .875rem; */
    margin-bottom: 4px;
    font-weight: 500;
    line-height: 20px;
    font-family: Open Sans;
    font-size: 14px;
}

/* 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 {
    /* background-color: #FFF; */
    /* border: 1px solid; */
    /* border-radius: 3px; */
    display: inline-block;
    /* font-size: .875rem; */
    /* padding: .7rem; */
    width: 100%;
    outline: 0;
    margin-top: 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    height: 40px;
    border: 0;
    /* border-radius: 0; */
    background: none;
    border-bottom: 2px solid #cad5e2;
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
}

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 !important;
}

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

/* Submit button */

button, .button, form input[type=submit], form .hs-button {
    /* cursor: pointer; */
    /* display: inline-block; */
    /* font-size: 16px; */
    /* text-align: center; */
    /* transition: all .15s linear; */
    white-space: normal;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: 100%;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    font-family: Open Sans;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form#email-prefs-form h3 {
  margin-bottom: 0;
}
/* Table */

table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  vertical-align: bottom;
}
.headertop {
  position: relative;
  padding: 0.1rem 0 0.4rem 0;
  background-color: #4B4A48;
  min-height: 5px;
}

.headertop .inner {
  padding: 0;
  text-align: right;
  line-height: 1;
}

.headertop .inner p:first-child {
  color: #fff;
}

.headertop .inner p {
  display: inline;
  padding: 0 0.6rem 0 0;
  text-align: right;
  font-weight: 600;
  line-height: 1em;
  vertical-align: middle;
  margin: 0;
}

.headertop .inner p:last-child a {
  display: inline-block;
  background-color: #FFD401;
  color: #000000;
  font-size: .9rem;
  padding: 0.6rem 2rem 0.6rem 1.8rem;
  text-transform: uppercase;
  border-top-right-radius: 1.4rem;
  border-bottom-right-radius: 1.4rem;
  line-height: 1em;
  letter-spacing: 2px;
  font-weight: 600;
  cursor: pointer;
  font-size: .8rem;
  padding: 0.5rem 1rem 0.5rem 0.8rem;
  letter-spacing: 1px;
}

.headertop .inner p em {
  font-style: normal;
}

nav.social-links {
  position: relative;
  display: inline-block;
  text-align: right;
}

nav.social-links ul {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

nav.social-links ul>li {
  display: inline-block;
  margin: .2rem 0 0 1em;
  line-height: normal;
}

nav.social-links ul>li>a {
  font-weight: 500;
  color: #000;
  text-decoration: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
}

.content-details {
  display: inline;
  line-height: 0;
}

.content-details>div {
  display: inline;
  line-height: 1;
}

.headertop .inner p:first-child a {
  font-size: 1.1rem;
  color: #FFD401;
}

.headertop .inner p:first-child a:hover{
  text-decoration: underline;
}


header.site__header {
  position: absolute;
  background-color: rgb(102,134,133,.5);
  width: 100%;
  height: 125px;
  top: 0;
  left: 0;
  z-index: 60;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: normal;
}

.site__header .header {
  position: relative;
  width: 100%;
  height: 110px;
}

.header-logo img {
  display: block;
  width: auto !important;
  height: auto;
  max-width: 100%;
  max-height: 84px;
}

.header-logo {
  position: absolute;
  display: block;
  top: 15px;
  left: 0;
  width: 130px;
  height: auto;
  z-index: 5;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

a.openmenu {
  display: none;
  position: absolute;
  top: 40px;
  right: 4%;
  width: 44px;
  height: 30px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 2;
}

.header nav.main {
  position: relative;
  display: block;
  margin-left: auto;
  width: 100%;
  z-index: 4;
  text-align: right;
}

.header .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.menuicon {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 3px;
  margin: 12px 0;
  position: relative;
  transition-duration: .4s;
  transition-property: background;
  width: 44px;
}

.menuicon:after, .menuicon:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: all .4s ease 0s;
  width: 44px;
}

.menuicon:before {
  top: -12px;
}

.menuicon:after {
  bottom: -12px;
}


.sidenav {
  height: 100%;
  width: 0;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--headertopbg);
  overflow: hidden;
  padding: 0 0 30px 0;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
}


.sidenav {
  height: 100%;
  width: 0;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #4B4A48;
  overflow: hidden;
  padding: 0 0 30px 0;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
}

.slide .sidenav {
  width: 380px;
}


a.closebtn {
  position: absolute;
  top: 26px;
  right: 10%;
  width: 35px;
  height: 37px;
  background-image: url(https://8593961.fs1.hubspotusercontent-eu1.net/hubfs/8593961/raw_assets/public/Hapi_February2022/images/close-bg.png);
  background-size: 100% 100%;
}


.sidenavhdr img {
  display: block;
  width: 30% !important;
  max-width: 160px;
  height: 68px;
}

.sidenavhdr {
  position: relative;
  margin-bottom: 20px;
}

.slide span.menuicon {
  background: 0 0;
}

.slide .menuicon:before {
  transform: rotateZ(-45deg) translate(-10px,7px);
  background: #fff;
}

.slide .menuicon:after {
  transform: rotateZ(45deg) translate(-10px,-7px);
  background: #fff;
}

.sidenavinner {
  margin: 90px 2% 20px 6%;
  padding-right: 8%;
  position: relative;
  width: 92%;
  height: calc(100% - 96px);
  overflow: hidden;
  display: none;
}

.ps {
  overflow: auto!important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.sidenavinner::-webkit-scrollbar {
  background: transparent;
  /* width: 15px; */
  -webkit-transition: background-color .2s linear,opacity .2s linear;
  width: 6px;
  opacity: 0.6;
}

.sidenavinner::-webkit-scrollbar-thumb {
  border-radius: 16px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #aaa;
  width: 15px;
  opacity: 0.6;
}

.sidenavinner::-webkit-scrollbar-track {
  width: 20px;
  opacity: 0.6;
}

.slide .sidenavinner {
  display: block;
}

.fixed header.site__header .header {
  position: fixed;
  top: 0;
  background-color: #002837;
  transition: all .3s linear;
}


ul.submenu.level-1>li>ul.submenu.level-2:before {
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 40%;
  height: 100%;
  content: '';
  background-color: #fff;
  z-index: 100;
}

.headertop .inner p:last-child a:hover {
  text-decoration: underline;
}


.hdrsearch {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  position: relative;
  background-color: #EEEDEB;
  padding: 5px 0;
  display:none;
}
.search-active header.site__header {
  top: 55px;
}

.hdrsearchinner {
  position: relative;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  background: url(https://8593961.fs1.hubspotusercontent-eu1.net/hubfs/8593961/raw_assets/public/Hapi_February2022/images/icon-search-rev.png) 14px center no-repeat #ffffff;
  background-size: 20px 20px;
  height: 40px;
}

.hdrsearchinner #search_form {
  margin-left: 44px;
  position: relative;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
}

.hdrsearchinner #search_form:before {
  width: 1px;
  height: 26px;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #d7d8d9;
  content: '';
}

.hdrsearchinner #search_form fieldset {
  padding: 0;
  max-width: none;
  margin: 0;
  border: none;
}

.hdrsearchinner #search_form .searchtext.text {
  width: calc(100% - 44px);
  height: 34px;
  margin-left: 4px;
  margin-top: 3px;
  overflow: hidden;
  padding: 3px 52px 3px 8px;
  font-size: 90%;
  font-weight: 400;
  color: rgb(35 31 32);
  background: white;
  font-family: PlutoSansCond,Helvetica,Arial,sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}

.hdrsearchinner #search_form .searchbtn {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 36px;
  height: 36px;
  border: none;
  background: url(https://8593961.fs1.hubspotusercontent-eu1.net/hubfs/8593961/raw_assets/public/Hapi_February2022/images/hdrsearchbtn.png) center center no-repeat;
  background-size: 36px 36px;
  display: block;
  cursor: pointer;
  filter: none;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
}
.hdrsearchinner #search_form .searchtext.text::-webkit-input-placeholder {
  color: #757575;
}


@media screen and (min-width: 1121px) {
  .submenu.level-1 > .has-submenu > .menu-arrow {
    display: none;
  }

  ul.submenu.level-1 li input {
    display: none;
  }


  ul.submenu.level-1>li:hover> ul.submenu.level-2,
  ul.submenu.level-2>li:hover> ul.submenu.level-3 {
    visibility: visible;
    max-height: 500px;
    min-height: 280px;
    opacity: 1;
    transition: .4s ease .25s;
  }


  .header nav.main>div>nav>ul {
    list-style: none;
    padding: 45px 0 0 0;
  }

  .header nav.main>div>nav>ul {
    list-style: none;
    padding: 45px 0 0 0;
  }


  .header nav.main>div>nav>ul>li {
    display: inline-block;
    text-align: center;
    margin-left: -3.5px;
  }


  .header nav.main>div>nav>ul>li>a {
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 0 45px 0;
    margin: 0 .7rem;
    display: inline-block;
    letter-spacing: 1px;
  }


  .header nav ul {
    list-style-type: none;
  }

  .header nav.main>div>nav>ul>li>ul {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 3.5%;
    width: 100%;
    padding: 36px 0 40px 0;
    position: absolute;
    z-index: 101;
    left: 0;
    margin: 0;
  }

  .header nav.main>div>nav>ul>li>a:before {
    position: absolute;
    content: '';
    bottom: 2rem;
    left: 0;
    width: 0;
    height: .1rem;
    background-color: #FFD401;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .header nav.main>div>nav>ul>li:hover>a:before {
    width: 100%;
  }

  .header nav.main>div>nav>ul>li>ul.submenu.level-2:before {
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 40%;
    height: 100%;
    content: '';
    background-color: #fff;
    z-index: 100;
  }


  .header nav.main>div>nav>ul>li.has-submenu:hover>a:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 14px 14px;
    border-color: transparent transparent #fff transparent;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .header nav.main>div>nav>ul>li>ul>li>a {
    display: block;
    font-size: .96rem;
    padding: .4rem 0;
    margin: 0 .6rem 0 0;
    text-transform: none;
    font-weight: 500;
    z-index: 10;
  }

  .header nav.main>div>nav>ul>li>ul>li {
    position: relative;
    text-align: left;
    color: #fff;
    border-bottom: 0 solid #FFD401;
    margin-bottom: 2.6rem;
  }

  .header nav.main>div>nav>ul>li>ul>li>a {
    display: block;
    font-size: .96rem;
    padding: .4rem 0;
    margin: 0 .6rem 0 0;
    text-transform: none;
    font-weight: 500;
    z-index: 10;
  }

  .header nav.main>div>nav>ul>li>ul>li:after {
    position: absolute;
    top: 2.8rem;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #FFD401;
    z-index: -1;
  }

  .header nav.main>div>nav>ul>li>ul>li p {
    color: #5b5b5b;
    font-size: .86rem;
    font-weight: 400;
    line-height: 1.2em;
    padding: 1.6rem 10% 0 0;
    margin: 0;
  }

  .slide .sidenav {
    width: 0 !important;
  }

  ul.submenu.level-1>li>ul.submenu.level-2:after {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 40%;
    height: 100%;
    content: '';
    background-color: #fff;
    z-index: 100;
  }

  .header nav.main>div>nav>ul>li>ul>li>a:hover {
    text-decoration: underline;
  }

}

@media (min-width:1120px) and (max-width: 1160px) {
  .header nav.main>div>nav>ul>li>a {
    margin-left: .2em;
  }
}

@media screen and (max-width: 1240px) {
  .headertop .inner {
    padding: 0 4% 0 4%;
  }

  .header .inner {
    padding: 0 4% 0 4%;
  }

  .header-logo {
    left: 4%;
  }

}

@media screen and (max-width: 1120px) {

  i.child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 60.8px;
    line-height: 60.8px;
    width: 50px;
    text-align: center;
    cursor: pointer;
    font-style: normal;
  }

  ul.submenu.level-2 li a {
    color: #fff;
  }

  .header-logo {
    width: 80px;
    height: auto;
    top: 8px;
  }

  header.site__header {
    min-height: 133px;
    height: auto;
  }

  a.openmenu {
    display: block;
    top: 24px;
  }

  .sidenav ul li a {
    position: relative;
    display: block;
    padding: .8rem 0;
    color: #fff !important;
    text-transform: none;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 300;
    line-height: normal;
  }

  .sidenav ul li {
    position: relative;
    padding: 0 42px 0 0;
    border-top: 1px solid #6F6E6C;
  }

  .sidenav ul {
    width: 100%;
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #6F6E6C;
    padding: 0;
  }

  .header nav.main>div>nav>ul {
    display: none; 
  }

  i.child-trigger {
    display: none;
  }

  .sidenav ul li ul {
    margin: 0 16px 10px 16px;
    border-bottom: 0 solid #363636;
    background: transparent !important;
    display: none;
  }

  .sidenavinner {
    margin: 90px 2% 20px 6%;
    padding-right: calc(8% - 9px);
    position: relative;
    width: calc(92% + -4px);
    height: calc(100% - 96px);
  }

  .sidenav ul li ul li a {
    padding: 9px 0 9px 0;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 300;
  }

  .sidenav ul li ul li {
    border-top: 0 solid #363636;
  }

  .sidenav ul li a:hover {
    color: #FFD401 !important;
  }

  i.child-trigger {
    position: absolute;
    display: block;
    top: 5px;
    right: 0;
    width: 40px;
    height: 34px;
    background-image: url(https://8593961.fs1.hubspotusercontent-eu1.net/hubfs/8593961/raw_assets/public/Hapi_February2022/images/expander-bg.png);
    background-size: 100% 100%;
    cursor: pointer;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  i.child-trigger.child-open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .snsocial {
    position: absolute;
    top: 12px;
    right: 0;
    width: auto;
  }

  a.twitter {
    font-weight: 500;
    color: #231F20;
    text-decoration: none;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 0.8rem;
    background-size: 100% 100%;
  }

  a.linkedin {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 0.8rem;
    background-size: 100% 100%;
  }

  .site__header .header {
    height: 78px;
  }


}

@media (max-width: 625px) {
  .slide .sidenav {
    width: 100%;
  }

  .sidenavhdr img {
    max-height: 68px;
  }

}

@media screen and (max-width: 600px) {
  nav.social-links ul>li.twitter {
    display: none;
  }

  nav.social-links ul>li.linkedin {
    display: none;
  }

  .headertop .inner p {
    padding: 0 0.4rem 0 0;
  }

}

@media screen and (max-width: 480px) {
  .headertop .inner p {
    font-size: .9rem;
  }

  .headertop .inner p:first-child a {
    font-size: .9rem;
  }

  .headertop .inner p:last-child a {
    font-size: .8rem;
    padding: 0.5rem 0.8rem 0.4rem 0.57rem;
    letter-spacing: 0;
  }

  nav.social-links ul>li {
    margin: 0.2rem 0 0 0.4em;
  }

}

@media screen and (max-width: 400px) {
  .headertop .inner p em {
    display: none;
  }

}
footer.site__footer {
  width: 100%;
  position: relative;
  color: #fff;
  line-height: 1.5em;
  font-size: 90%;
  z-index: 20;
  color: #fff;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
}

footer.site__footer .inner {
  position: relative;
  padding: 50px 0 40px 0;
  z-index: 2;
}

.coll {
  float: left;
  display: inline;
  width: 48%;
  padding-bottom: 40px;
  line-height: 1.6em;
}

.colr {
  position: relative;
  float: right;
  width: 48%;
}

.clear {
  clear: both;
  font-size: 1%;
  overflow: hidden;
  width: 100%;
  height: 0;
}

.site__footer .coll .col {
  float: left;
  width: 50%; 
  padding-right: 2%; 
}

.col.logo>div:first-child {
  width: 86% !important;
  max-width: 140px;
  height: auto;
  display: block;
}

.site__footer h4 {
  color: #fff;
  padding: 0;
  font-size: .9rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.6em;
}

.site__footer .colr .signup p {
  padding: 0 0 1rem 0;
  font-size: 116%;
  font-weight: 300;
  line-height: 1.3em;
  margin: 0;
  color: #fff;
}

.creds.isos.ison div#hs_cos_wrapper_iso27001_image img {
  display: inline-block;
  width: 87px !important;
  height: 50px;
}

.creds.isos.ison div#hs_cos_wrapper_iso9001_image img {
  display: inline-block;
  width: 87px !important;
  height: 50px;
}

.signup a {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  background-color: #FFD401;
  color: #000;
  font-size: .9rem;
  padding: 0.6rem 2rem 0.6rem 1.8rem;
  text-transform: uppercase;
  border-top-right-radius: 1.4rem;
  border-bottom-right-radius: 1.4rem;
  line-height: 1em;
  letter-spacing: 2px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: .9rem;
  padding: 0.5rem 1.4rem 0.4rem 1.2rem;
}

.creds.reba.gcloud.cyber>div {
  display: inline-block;
}

.creds.isos.ison>div {
  display: inline-block;
  margin-left: 8px;
  line-height: 0;
}

.creds.isos.ison>div span {
  line-height: 0;
  display: inline-block;
}


.footer-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  margin-bottom: 10px;
}

.footer-links ul>li>a {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding: 2px 10px;
  font-size: 80%;
  display: inline-block;
}

.footer-links ul>li {
  position: relative;
  display: inline;
  line-height: 1.2em;
  margin-left: -3px;
}

.site__footer .coll .col>div#hs_cos_wrapper_contact_details>span>div {
  line-height: 1.7em;
  font-weight: 300;
  padding: 0 0 16px 0;
}

.site__footer .coll .col>div#hs_cos_wrapper_contact_details>span>div>div {
  font-size: 220%;
  font-weight: 700;
  color: #fff;
  line-height: 1.4em;
  letter-spacing: -1px;
  display: inline-block;;
}

.site__footer .coll .col>div#hs_cos_wrapper_contact_details>span>div>div>a {
  color: #ffd500;
  text-decoration: none;
  white-space: nowrap;
}

.site__footer .coll .col>div#hs_cos_wrapper_contact_details>span>div>a {
  color: #ffd500;
  text-decoration: none;
}

.copyright p {
  text-align: right;
  line-height: 1.7em;
  font-size: 80%;
  text-align: right;
  padding: 0;
  margin: 0;
  color: #fff;
}

.copyright p a {
  color: #fff;
  text-decoration: none;
}

.website-links ul>li>a {
  position: relative;
  display: block;
  color: #ffd500;
  font-weight: 500;
  text-decoration: none;
  padding: 0;
}

.website-links ul>li {
  position: relative;
  display: block;
  font-size: .9rem;
  line-height: 1.7em;
}

.website-links ul {
  list-style: none;
  margin: 0 0 0.6rem 0;
  padding: 0;
  margin: 0;
  margin: 0 0 0.6rem 0;
}

.footer-links ul>li:not(:last-child)>a:after {
  content: "|";
  font-size: 100%;
  position: absolute;
  top: 1px;
  right: -1px;
  color: #ffd500;
}


.footer-links ul>li:last-child a {
  padding: 2px 0 2px 10px;
}

.website-links ul>li>a:after {
  content: '>';
  color: #fff;
  margin-left: .4rem;
}

.signup {
  position: relative;
  padding: 0 264px 20px 0;
}

.footercr {
  margin-top: 26px;
  clear: both;
}

.creds {
  line-height: 1.7em;
  float: right;
  display: inline-block;
  width: auto;
  padding: 0 0 16px 0;
  text-align: right;
}

footer.site__footer .coll p {
  line-height: 1.7em;
  font-weight: 300;
  padding: 0 0 16px 0;
  margin: 0;
  color: #fff;
}

footer.site__footer .coll p a {
  color: #ffd500;
  text-decoration: none;
}

.signup a:hover {
  color: #000;
}

.footer-links ul>li>a:hover {
  color: #ffd500;
  text-decoration: none;
}

.copyright p a:hover {
  color: #fff;
  text-decoration: underline;
}


.col.logo>div:last-child img {
  display: none;
}

.creds.reba.gcloud.cyber>div:nth-child(1) {
  display: inline-block;
  width: 120px !important;
  height: 55px;
}

.creds.reba.gcloud.cyber>div:nth-child(2) {
  display: inline-block;
  width: 165px !important;
  height: 55px;
}

.creds.reba.gcloud.cyber>div:nth-child(3) {
  display: inline-block;
  width: 58px !important;
  height: 49px;
}

.creds.reba.gcloud.cyber>div {
  margin-left: 8px;
}



@media (min-width: 1121px) {
  .col.logo.lp>div:last-child img {
    display: block;
  }

  .col.logo.lp {
    min-height: 53px;
  }

  .col.lp {
    min-height: 148px;
  }

  .col.col-lp {
    min-height: 106px;
  }

  .col.lp-height {
    min-height: 112.4px;
  }

  .signup.lp {
    min-height: 79px;
  }
}


@media screen and (max-width: 1240px) {
  footer.site__footer .inner {
    padding: 50px 4% 40px 4%;
  }
  .footer-links ul>li:not(:last-child)>a:after {
    display: none; 
  }
}

@media screen and (max-width: 1120px){
  .site__footer .colr .signup p {
    position: relative;
    padding: 0 0 .4rem 0;
  }

  .signup a {
    position: relative;
    top: auto;
    right: auto;
  }

  .signup {
    text-align: right;
    padding: 0 0 1.6rem 0;
  }

}

@media screen and (max-width: 768px) {
  .coll {
    float: none;
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }

  .site__footer .colr {
    float: none;
    display: block;
    width: 100%;
    clear: both;
  }

  .signup {
    text-align: left;
    padding: 0 0 1.6rem 0;
  }

  .creds.reba.gcloud.cyber {}

  .creds {
    float: none;
    display: block;
    padding: 0 0 8px 0;
    text-align: left;
  }

  .footer-links ul {
    text-align: left;
  }

  .copyright p {
    text-align: left;
  }

  .footer-links ul>li>a {
    padding: 5px 10px;
  }

  .footer-links ul>li:last-child a {
    padding: 5px 10px 5px 10px;
  }

  .signup a {
    padding: 0.7rem 1.4rem 0.6rem 1.2rem;
  }

  .website-links ul>li>a {
    padding: 0.3rem 0;
  }


  .footer-links ul>li:first-child a {
    padding: 5px 10px 5px 0;
  }

  .footer-links ul>li {
    margin-left: 0;
  }

  .footer-links ul:before, .footer-links ul:after {
    display: table;
    content: "";
  }

  .footer-links ul:after {
    clear: both;
  }

  .footer-links ul>li {
    float: left;
  }

  .creds.reba.gcloud.cyber>div {
    margin-left: 8px;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .creds.isos.ison>div {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

}

@media screen and (max-width: 600px) {
  footer.site__footer .inner {
    padding: 24px 4% 40px 4%;
  }

  .footer-links ul>li {
    display: block;
    float: none;
  }

  .footer-links ul {
    margin-bottom: 1rem;
  }

  .footer-links ul>li>a {
    display: block;
    padding: 4px 0 4px 0;
  }

  .footer-links ul>li:last-child a {
    padding: 4px 0 4px 0;
  }

  .footer-links ul>li:first-child a {
    padding: 4px 0 4px 0;
  }

  .footercr {
    margin-top: 10px;
  }

  .site__footer .coll .col {
    float: none;
    width: 100%;
    margin-bottom: 0.4rem;
  }

  .coll {
    padding-bottom: 0;
  }

  .site__footer .coll .col>div#hs_cos_wrapper_contact_details>span>p {
    display: none;
  }

  .site__footer .coll .col>div#hs_cos_wrapper_contact_details>span>div>div {
    font-size: 160%;
  }

  .site__footer .coll .col>div#hs_cos_wrapper_contact_details>span>div br {
    display: none;
  }

  .col.logo>div:first-child img {
    display: inline-block !important;
  }

  .col.logo>div:last-child img {
    display: inline-block !important;
  }

  .col.logo>div:last-child,
  .col.logo>div:first-child {
    display: inline-block;
    line-height: 0;
  }

  .col.logo span {
    display: inline-block;
    line-height: 0;
  }

  .col.logo>div:first-child {
    max-width: 140px;
    height: auto;
    display: inline-block;
    margin-right: 4%;
  }

  .col.logo>div:last-child {
    width: 40%;
    max-width: 70px;
    height: auto;
    display: inline-block;
    vertical-align: top;
  }


}

@media screen and (max-width: 480px) {
  .creds.reba.gcloud.cyber>div:nth-child(3) {
    display: inline-block;
    width: 16% !important;
    height: auto;
  }

  .creds.reba.gcloud.cyber>div:nth-child(2) {
    display: inline-block;
    width: 47% !important;
    height: auto;
  }

  .creds.reba.gcloud.cyber>div:nth-child(1) {
    display: inline-block;
    width: 33% !important;
    height: auto;
  }


}
