/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lato:wght@100;300;400;700;900&family=Raleway:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap'); */
*, *: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 30px;
}



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

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

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

@font-face{
  font-family:"Font Awesome 5 Free";
  font-style:normal;
  font-weight:900;
  font-display:block;
  src:url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube_September_2021/Fonts/fa-solid-900.eot) format("embedded-opentype"),
    url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/fonts/fa-solid-900.woff2) format("woff2"),
    url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/fonts/fa-solid-900.woff) format("woff"),
    url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/fonts/fa-solid-900.ttf) format("truetype");
}


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/fonts/Roboto-Regular.ttf) format('truetype');
  font-display: optional;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto'), url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/fonts/Roboto-Medium.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto'), url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/fonts/Roboto-Bold.ttf) format('truetype');
  font-display: swap;
}

body {
  line-height: 1.4;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin-top:1em;
  margin-right:1em;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: underline;
  -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{
  margin: 0 0 10px;
  line-height:1.16666666667;
}

@media (min-width: 1100px){
  h1{
    margin: 0 0 15px;
    line-height:1.15;

  }
}

h2{
  margin-top:0.83em;
  margin-bottom:0.83em;
  line-height:1.15;
}

h3{
  margin-top:1em;
  margin-bottom:1em;
  line-height:1.15;
}

h3{
  margin-top:1em;
  margin-bottom:1em;
  line-height:1.15;
}

h4{
  margin-top:1.33em ;
  margin-bottom:1.33em ;
  line-height:1.15;
}

h5{
  margin-top:1.67em;
  margin-bottom:1.67em;
  line-height:1.15;
}

h6{
  margin-top:2.33em;
  margin-bottom:2.33em;
  line-height:1.15;
}



/* 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 {
  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: 0 0 30px;
}

/* Labels */

form label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  margin: 0 0 5px;
}

/* 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:0;
  border-style:solid;
  border-bottom-width:1px;
  border-radius: 0px;
  display: inline-block;
  width: 100%;
  line-height: 1.15;
  font-family:Inter, sans-serif;
  font-size: 16px;
  color: #222222;
  outline: none;
  padding:0px 2px;
  padding: 3px 0px;
}

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

form .hs-error-msgs li{
  margin:0;
  line-height: normal;
}

.hs-error-msg,
.hs-error-msgs label{
  color: #EF6B51;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.hs-button,
.button{
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s linear;
  white-space: normal;
  height: 40px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  text-transform: uppercase;
  line-height: 1.15;
  font-family:Inter, sans-serif;
  margin-top:0;
}
main .hs-form-field.bluebg > label {
  color: #000087;
}
/* form input[type=submit]:focus,
form .hs-button:focus,
.hs-button:focus,
.button:focus, */
form input[type=submit]:hover:active,
form .hs-button:hover:active,
.hs-button:hover:active,
.button:hover:active,
form input[type=submit]:active,
form .hs-button:active,
.hs-button:active,
.button:active{
  background: rgba(0,0,135,0.6);
  color: rgba(255,255,255,0.4);
}

form input[type=submit]:hover,
form .hs-button:hover,
.button:hover,
.hs-button:hover,
.button:hover{
  -webkit-box-shadow: 0px 0px 15px rgb(0 0 135 / 30%);
  box-shadow: 0px 0px 15px rgb(0 0 135 / 30%);
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs_cos_wrapper_type_password_prompt,
.hs-search-field__bar,
.hs_cos_wrapper_type_form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription,
.section.post-footer form ,.hs_cos_wrapper_type_member_login , 
.hs_cos_wrapper_type_member_register,.hs_cos_wrapper_type_password_reset_request ,
.hs_cos_wrapper_type_password_reset{
  display:block;
  margin-bottom:20px;
  -webkit-box-shadow: 0px 0px 37px 7px rgb(0 0 0 / 5%);
  box-shadow: 0px 0px 37px 7px rgb(0 0 0 / 5%);
  max-width:767px;
  padding: 25px 20px;
  border-radius: 8px;
}

@media (min-width: 1200px){
  .hs_cos_wrapper_type_password_prompt,
  .hs-search-field__bar,
  .hs_cos_wrapper_type_form,
  .widget-type-blog_subscribe,
  .widget-type-google_search,
  .widget-type-password_prompt.custom_error_message,
  .widget-type-email_simple_subscription,
  .section.post-footer form ,.hs_cos_wrapper_type_member_login , 
  .hs_cos_wrapper_type_member_register,.hs_cos_wrapper_type_password_reset_request ,
  .hs_cos_wrapper_type_password_reset{
    padding: 50px;
    border-radius: 16px;
  }
}
/* Table */

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

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
}
header#header label#header-menu-close{
  display: block;
  min-width: 20px; 
  max-width: 20px;
  height: 18px;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 0 0 15px;
  background-image: url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/images/close.svg);
  cursor: pointer;
}
header#header {
  min-height: 100px;
}
header#header label#header-menu-open{
  display: block;
  min-width: 20px;
  max-width: 20px;
  height: 18px;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 0 0 15px;
  background-image: url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/images/menu.svg);
  cursor: pointer;
}

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

header#header div.float {
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0;
  background: #fff;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  line-height: 1.15;
}


header#header .header_logo a {
  display: block;
  width: 114px;
  height: 33px;
}

.header_logo img{
  vertical-align:middle;
  max-width: 100%;
}

header#header div.center {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header#header nav#header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

header#header nav#header-nav div.middle,
header#header nav#header-nav div.right {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .hs-button{
  margin:0;
}

header .secondary_btn .hs-button {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: #000087;
  min-height: auto;

  border: 0 !important;
}

header .secondary_btn .hs-button:hover{
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

header .secondary_btn{
  line-height: 1.15;
  font-size: 14px;
}

header#header.on div.float {
  position: fixed;
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  padding: 10px 0;
  z-index:999;
}



header#header nav#header-menu-drawer {
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 30px;
  overflow: auto;
  z-index: 999;
}

.open_menu header#header nav#header-menu-drawer{
  right:0; 
}

header#header nav#header-menu-drawer div.top {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}




.mobile_menu {
  /* padding: 50px 0; */
}

.mobile_menu .navigation-primary>ul {
  padding: 50px 0;
}

.mobile_menu .navigation-primary>ul>li {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 50px;
}

.mobile_menu .navigation-primary>ul>li:last-child{
  margin-bottom:0;
}

.mobile_menu .navigation-primary>ul>li>a {
  color: #000087;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 5px 0;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}

.mobile_menu .navigation-primary>ul ul li {
  font-size: 18px;
  font-weight: 500;
}

.mobile_menu .navigation-primary>ul ul li a {
  text-decoration: none !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  display: block;
  padding: 5px 0;
  margin: 0 0 10px;
  color: #7c7c7c;
  text-transform: none !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}

#header-menu-drawer .mobile_btn {
  margin: 0 0 50px;
}

#header-menu-drawer .mobile_btn a {
  width: 100%;
}

@media (min-width: 750px){
  header#header nav#header-nav div.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .secondary_btn .hs-button{
    margin: 0 25px 0 25px;
  }
}

@media (min-width: 1200px){


  header#header.blue-theme div.float,
  header#header.blue-theme {
    background: #16166F;
  }
  .blue-theme .custom-menu-wrapper .navigation-primary>ul>li>a {
    color: #fff;
  }
  .blue-theme .custom-menu-wrapper .navigation-primary>ul>li>a:hover {
    color: #fff;
  }
  header.blue-theme .secondary_btn .hs-button,header.blue-theme .secondary_btn .hs-button:hover {
    color: #fff;
  }

  header.blue-theme .primary_btn .hs-button,
  header.blue-theme .primary_btn .hs-button:hover{
    background-color: #fff;
    color: #000087;
  }
  header#header div.float {
    padding: 30px 0;
  }
  header#header nav#header-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }

  header#header nav#header-nav div.middle {
    display: block;
  }

  header .secondary_btn .hs-button{
    margin: 0 0 0 25px;
  }

  header#header .header_logo a{
    min-width: 141px;
    max-width: 141px;
    height: 42px;
    margin: 0 0 -2px;
  }

  header#header.on div.float {
    padding: 20px 0;
  }
  header#header label#header-menu-open{
    display: none;
  }


  header#header label#header-menu-open{
    display: none;
  }
  .blue-theme .left.tab-header-logo.header_logo {
    display: none;
  }
}

@media (max-width:1199px){
  header#header .header_logo a{
    padding-right: 2px;
    padding-left: 1px;
  }
  header#header {
    min-height: 70px;
  }
  .blue-theme .left.header_logo {
    display: none;
  }
  .blue-theme .mobile_logo.left.header_logo {
    display: block;
  }
  .blue-theme .mobile_menu .navigation-primary>ul>li>a,.blue-theme .mobile_menu .navigation-primary>ul ul li a {
    line-height: 1.15;
  }
  .blue-theme .left.tab-header-logo.header_logo{
    display:block;
  }
}

@media (max-width:732px){
  header#header {
    min-height: 63px;
  } 
}
footer#footer div.bot {
  background: #000087;
  padding: 30px 0;
}

footer .center {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer#footer div.bot nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer#footer div.bot .footer__copyright, footer#footer div.bot nav a {
  display: block;
  margin: 0 0 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

footer#footer div.bot .footer__copyright {
  font-size: 12px;
  line-height: 16px;
}

.footer-privacy-menu ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.footer-privacy-menu ul li {
  display: inline;
}

.footer-privacy-menu ul li a {
  font-weight: 700;
  text-decoration: none;
}

footer#footer div.mid {
  padding: 40px 0;
}

footer .hs_cos_wrapper_type_form{
  display: block;
  margin-bottom: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width:100%;
  padding:  0px !important;
  border-radius: 0px !important;
  background: none !important;
}

div#footer-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div#footer-subscribe .form-title {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 600;
  font-family: Montserrat;
  color: #7c7c7c;
}

div#footer-subscribe form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  
}

 div#footer-subscribe form .hs_error_rollup{
 order: 7;
width: 100%;
} 

div#footer-subscribe form .hs-form-field{
  margin:0;
}

div#footer-subscribe form .hs-input{
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #f8f8f8;
  font-size: 12px;
  text-align: center;
  height: 40px;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 270px;
  max-width: 270px;
  display: block;
}

div#footer-subscribe form .hs-form-field>label{
  display:none;
}

div#footer-subscribe form input[type=submit]{
  margin:0;
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000087;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.15;
  white-space: nowrap;
}

div#footer-subscribe form input[type=submit]:hover{
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

div#footer-subscribe form .actions{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div#footer-subscribe form .actions:after{
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/images/round-arrow.svg);
  background-size: 14px 14px;
  margin: 1px 0 0 10px;
}

footer#footer div.mid div.soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0 0;
}

footer#footer div.mid div.soc p {
  font-size: 12px;
  line-height: 16px;
  margin-right: 10px;
  max-width: 300px;
  text-align: right;
}

footer#footer div.mid div.soc .hs_cos_wrapper_type_rich_text{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



footer#footer div.top {
  padding: 50px 0 0;
}

footer#footer div.top div.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer#footer div.top nav.social {
  margin: 0 0 30px;
}

.navigation ul ul {
  display: block !important;
  position: static !important;
  opacity: 1 !important;
}

.navigation .hs-menu-wrapper>ul>li{
  margin: 0 0 30px;
}

.navigation .hs-menu-wrapper>ul>li>a{
  color: #000087;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin: 0 0 15px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display:block;
}

.footer_menu{
  width:100%;
}

.navigation .hs-menu-wrapper>ul ul li{
  text-align: center;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.15;
}

.navigation .hs-menu-wrapper>ul ul li a{
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  color: #7c7c7c;
  display: inline !important;
}

.navigation .hs-menu-wrapper>ul ul li:last-child {
  margin-bottom: 0;
}

footer#footer {
  background-image: url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/images/footer-bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
footer.blog-footer {
  position: relative;
  background: #191993;
  z-index: 1;
}

footer.blog-footer #button-scroll {
  display: block;
  position: fixed;
  bottom: 5%;
  right: 1.5%;
  -webkit-transition: opacity .5s, visibility .5s;
  -o-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
  z-index: 10;
}

footer.blog-footer #button-scroll i {
  font-size: 35px;
  color: #0671ef;
}

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

footer.blog-footer .box-footer-widgets {
  max-width: 1150px;
  margin: 0 auto;
}

footer.blog-footer .box-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2.5%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer.blog-footer .footer-widgets {
  width: 31%;
}

footer.blog-footer .widget {
  text-align: center;
  margin: 12% 0;
  padding: 0;
  line-height: 1.6;
}

footer.blog-footer .widget h3{
  text-align: left;
  color: #ccc;
  font-weight: 500;
  font-size: 23px;
  padding-bottom: 7px;
  margin: 7% auto;
  clear: both;
  line-height: 1.37;
  font-family: 'Roboto', sans-serif;
  position: relative;
  border-bottom: 2px solid #535353;
}

footer.blog-footer .widget h3:before {
  content: "";
  width: 100px;
  position: absolute;
  border-bottom: 2px solid #0671ef;
  left: 0;
  bottom: -2px;
}

footer.blog-footer .widget ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
footer.blog-footer .widget li{
  padding: 3px 0;
  position: relative;
  left: 10px;
}
footer.blog-footer .widget li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
  bottom: 0;
  right: 10px;
  font-size: 14px;
}
footer.blog-footer .widget li,
footer.blog-footer .widget a {
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}

footer.blog-footer .widget li a{
  font-size: 15px;
  text-decoration:none;
  text-transform: capitalize;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

footer.blog-footer .widget li:hover,
footer.blog-footer .widget a:hover {
  color: #278cf1;
}

@media (max-width: 1000px){
  footer.blog-footer .box-widget {
    padding: 0 3%;
  } 
  footer.blog-footer .footer-widgets {
    width: 48%;
  }
}
@media (max-width: 700px){
  footer.blog-footer .footer-widgets {
    width: 100%;
  }
  footer.blog-footer .widget {
    margin: 3% 0;
  }

  span.filter-link-count {
    display: none;
  }
}
@media (min-width: 1100px){
  footer#footer div.bot {
    padding: 15px 0;
  }
  footer#footer div.bot nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer#footer div.bot .footer__copyright, footer#footer div.bot nav a {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    white-space: nowrap;
  }
  footer#footer div.bot .footer__copyright {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .footer-privacy-menu ul li{
    margin: 0 40px 0 0;
  }

  .footer-privacy-menu ul li:last-child {
    margin: 0;
  }

  footer#footer div.mid div.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  div#footer-subscribe {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  div#footer-subscribe form{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
  }

  div#footer-subscribe form .hs-input{
    min-width: 270px;
    margin: 0 25px 0 0;
    text-align: left;
  }

  footer#footer div.top {
    padding: 100px 0 0;
  }

  footer#footer div.top div.center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  footer#footer div.top nav.social {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 300px;
  }

  .navigation{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;  
    -webkit-box-flex: 1;  
    -ms-flex-positive: 1;  
    flex-grow: 1;
  }

  .navigation .hs-menu-wrapper>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navigation .hs-menu-wrapper>ul>li{
    min-width: 150px;
    margin: 0 0 0 20px;
  }

  .navigation .hs-menu-wrapper>ul>li>a{
    text-align: left;
  }

  .navigation .hs-menu-wrapper>ul ul li{
    text-align: left;
  }



}


@media (max-width:1099px){
  .footer_menu .hs-menu-wrapper ul,
  .footer-privacy-menu .hs-menu-wrapper ul{
    display:block !important;
  }
  .footer-privacy-menu ul li a {
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    text-decoration: none;
  }

  .footer-privacy-menu ul li:last-child a {
    margin-bottom: 0 !important;
  }

  div#footer-subscribe form input[type=submit] {
    height: auto;
  }

  div#footer-subscribe form .hs-input {
    margin: 0 0 15px;
  }

  div#footer-subscribe .form-title {
    text-align: center;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

h1, h2, h3, h4, h5, h6, p, span{
  font-display: optional !important;
}

.leadinModal-close {
  top: 3px!important;
}

.policy-page {
  padding: 50px 0;
  font-size: 16px;
  line-height: 24px;
  color: #494949;
}

.policy-page h1 {
  margin: 0 0 30px;
  text-align:Center;
}
.hs-search-field__suggestions a:hover, .hs-search-field__suggestions a:focus {
  background-color: transparent !important;
}
.policy-page p {
  color: #494949;
  margin: 0 0 20px;
  word-break: break-word;
}
.security-content-row4 .featured-content li h2,
.security-content-row4 .featured-content li p {
  text-transform: none;
  color: #fff;
}
.security-content-row4 .featured-content li p {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
}

.policy-page p img {
  display: unset;
}
.banner-section .dnd-section {
  padding: 0;
}

main img{
  max-width:100%; 
  display:block;
}
.cube-page .trusted-by,
.cube-page .plan-implementation-wrapper {
  padding: 50px 0;
}

.cube-banner .hs-input {
  height: 25px;
}

.slick-arrow:before{
  display:none !important; 
}
.home-page .plan-implementation-wrapper .center:before{
  background-image: url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/images/home-table-drawing.svg);
}
.about-subscribe .center:before {
  background-image: url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/images/about-subscribe.svg);
}
.flip-content ul a:after,
.cm-content-with-image.ct2x2 ul a:after {
  background-image: url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/images/blue-chevron.svg);
}
.plan-implementation-wrapper .table .row.highlight p.col.yes:before {
  background-image: url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/images/checkmark-white.svg);
}
.plan-implementation-wrapper .table p.col.yes:before {
  background-image: url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/images/checkmark-navy.svg);
}
.plan-implementation-wrapper .table p.col.no:before {
  background-image: url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/images/line-pink.svg);
}


.solution-page .flip-content ul h3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin: 0;
  color: #494949;
  text-align: center;
  font-family: Inter, sans-serif;
}

.solution-page .flip-content ul h2 {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.cube-content-row3 {
  padding: 50px 0;
  text-align: center;
}

.cube-content-row3 h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
  font-family: Inter, sans-serif;
  line-height: 1.15;
  padding-bottom: 25px;
  font-size: 2em;
  margin: 0.67em 0;
}

.cube-content-row3 video {
  width:100%;
  background: #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
  box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
}
.cube-content-row3 .dnd-section>div {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.solution-page .flip-content .back p {
  font-size: 12px;
}

.solution-page .flip-content ul p,
.solution-page .flip-content ul a {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin: 0 0 15px;
  color: #fff;
}

.solution-page .flip-content ul a {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.solution-page .flip-content ul a:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/images/white-chevron.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 0 5px;
}
.contact-banner form .hs-input {
  height: 40px;
}
.cube-content-row2 .flip-content {
  padding: 50px 0;
}
.cube-content-row2 .flip-content ul .disable-fliped-content .front {
  padding: 25px;
  height: 100%; 
  width:100%;
}
.integrations-page .cube-content-row2 .flip-content ul li.disable-fliped-content:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cube-content-row2 .flip-content ul li.disable-fliped-content {
  -webkit-transition: all 400ms;
  transition: all 400ms;
  height:auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cube-content-row2 .flip-content ul li.disable-fliped-content:hover {
  -webkit-box-shadow: 0px 0px 37px 7px rgb(0 0 135 / 20%);
  box-shadow: 0px 0px 37px 7px rgb(0 0 135 / 20%);
}

.cube-content-row2 .flip-content ul li.disable-fliped-content:hover .front {
  transform: none;
}

.cube-content-row2 .flip-content ul .front, .cube-content-row2 .flip-content ul .back {
  position: static;
}
main .slick-arrow.slick-prev, main .slick-arrow.slick-next{
  border-radius:0  ; 
}
.cases-page .type2-banner .hero-with-content {
  margin-bottom: 0;
  padding: 50px 0 300px;
}
.how-it-works-page .type2-banner h2,
.cases-page .type2-banner h2 {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 10px;
  font-weight: 700;
  color: #74bdc3;
  text-align:center;
  font-family: Montserrat;
  text-transform: uppercase;
}
.how-it-works-page .type2-banner .hero-with-content .text p,
.cases-page .type2-banner .hero-with-content .text p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin: 0 0 25px;
  text-align: center;
  font-family:Inter, sans-serif;
  text-transform:none;
  font-weight:400;
}
.cases-page .type2-banner ul{
  margin:0;
  padding:0;
  list-style:none;
  text-align:center;
}

.cases-page .type2-banner ul li a{
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  min-height: 40px;
  text-align: center;
  border-radius: 25px;
  border: 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  text-transform: uppercase;
  background: #fff;
  color: #21287A;
}
.cases-page .type2-banner .hero.hero-with-content .center {
  margin-bottom: -100px;
}

.how-it-works-page .type2-banner .hero-with-content .text p{
  margin: 0 0 50px;
}

.how-it-works-page-content-row2 .dnd-section>div {
  max-width: 100%;
}
.how-it-works-page-content-row2 {
  margin: 0 0 50px;
}
.how-it-works-page-content-row2 video {
  width: 100%;
  background: #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
.integrations-page .cube-content-row2 .flip-content {
  padding: 30px 0;
}
.about-subscribe form .hs_error_rollup {
  position: absolute;
  top: 61px;
}
.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 1;
  padding: 10px !important;
}
.about-subscribe .center form {
  position: relative;
}
section#roi-calculator div.card h2 {
  background-image: url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/images/logo.svg);
}
section.pricing-comparison div.table div.rows p.tick:before {
  background: url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/images/features-tick.svg) no-repeat center center;
}
.integrations-page .cube-content-row2 .flip-content ul .disable-fliped-content .front {
  justify-content: flex-start;
}
.IE .testimonials blockquote{
  display:block;
}
.IE .cm-content-with-image ul .front{
  display:block;
}
.IE .cm-content-with-image ul .front img{
  margin: 0 auto 20px;
}
.cube-content-row1 .flip-content {
    padding: 30px 0;
}
@media (min-width: 500px){
  .cube-banner .hs-input {
    height: 40px;
  } 
}

@media (min-width: 700px){
  main .slick-arrow.slick-prev {
    left: 0;
  }
  main .slick-arrow.slick-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -20px;
  }

  main .slick-arrow.slick-prev,main .slick-arrow.slick-next {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 21px;
    height: 36px;
    top: 90px;
    z-index:99;
    background: url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/images/testimonials-arrow.svg);
  }
}
@media (min-width: 800px){
  .policy-page {
    padding: 100px 0;
  }
  section.pricing-comparison div.table div.rows p.essential.tick:before {
    background-image: url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/images/checkmark-blue.svg);
  }
  section.pricing-comparison div.table div.rows p.premium.tick:before {
    background-image: url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/images/checkmark-teal.svg);
  }
  section.pricing-comparison div.table div.rows p.enterprise.tick:before {
    background-image: url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/images/checkmark-pink.svg);
  }
}


@media (min-width: 900px){
  .cube-content-row1 .flip-content,
  .cube-page .testimonials {
    padding: 50px 0;
  } 
}
@media (min-width: 1000px){
  section#roi-calculator div.card:before {
    background-image: url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/images/pricing-roi-calculator.svg);
  }
  main .slick-arrow.slick-prev, main .slick-arrow.slick-next {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 21px;
    height: 36px;
    top: 54%;
  }
  .how-it-works-page-content-row2 {
    margin: 0 0 150px;
  }
  .how-it-works-page-content-row2 .dnd-section>div {
    max-width: 920px;
  }
  .cube-content-row3 .dnd-section>div {
    max-width: 920px;
  }
  .cube-page .plan-implementation-wrapper .center p.col:last-child{
    padding-right:25px;
  } 
  main .slick-arrow.slick-prev {
    left: 0;
  }
  main .slick-arrow.slick-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}



@media (min-width: 1100px){
  .solution-page .flip-content ul li, .solution-page .flip-content ul li {
    max-width: 530px !important;
    height: 280px;
    margin: 0px 25px 50px !important;
  }
  .security-content-row4 .featured-content ul li {
    min-width: 330px;
  }
  .security-page article.cm-content-with-featured-image {
    padding: 100px 0;
  }
  .integrations-page .cube-content-row2 .flip-content {
    padding: 100px 0;
  }
  .cube-content-row2 .flip-content ul .disable-fliped-content .front {
    padding: 60px;
  }
  .policy-page h1 {
    margin: 0 0 60px;
  }
  .solution-page .flip-content ul {
    margin-bottom: -50px;
  }
  .solution-page .flip-content  .back p {
    font-size: 14px;
  }
  .solution-page .flip-content ul h2 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 5px;
  }
  .how-it-works-page .type2-banner .hero-with-content .text p{
    margin: 0 0 60px;
  }
  .solution-page .flip-content ul .front, .solution-page .flip-content ul .back {
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 0 30px;
  }

  .solution-page .flip-content ul img {
    height: 60px;
    margin: 0 0 15px;
  }

  .solution-page .flip-content ul h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1200px){
  .cases-page .type2-banner .hero.hero-with-content .center{
    margin-bottom: -150px;
  }
  .IE .hero .thumbnail{
    max-width:500px; 
  }
  .how-it-works-page .type2-banner .hero-with-content .text p{
    font-size: 24px;
    line-height: 30px;
  }
  .cases-page .type2-banner .hero-with-content .text p {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 50px;
  }
  .cases-page .type2-banner .hero-with-content {
    margin-bottom: 0;
    padding: 80px 0 500px;
  }
  .how-it-works-page .type2-banner h2,
  .cases-page .type2-banner h2 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 1109px){
  section.searchable-list .center {
    padding: 0 5px;
  }
}

@media (max-width: 1099px){
  .integrations-page .cube-content-row2 .flip-content ul li.disable-fliped-content:hover {
    -webkit-box-shadow: 0px 0px 37px 7px rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 37px 7px rgb(0 0 0 / 5%);
  } 
  .about-subscribe form .hs_error_rollup {
    position: static;
    width: 100%;
    padding-left: 35px;
  }

  .about-subscribe .center form {
    width: 100%;
  }

}
@media (max-width: 699px){
  section.searchable-list .center {
    padding: 0 30px;
  }
}
@media (max-width: 649px){
  .cube-content-row2 .flip-content ul li.disable-fliped-content {
    display: block;
    width: auto;
  } 
}
@media (max-width: 499px){
  .cube-banner .banner.hero-with-form .form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .contact-banner form .hs-input {
    height: 25px;
  }
  .cube-banner .banner.hero-with-form .form fieldset.form-columns-2 .input {
    margin-right: 0 !important;
  }
}
@media (max-width: 425px){
  .about-subscribe form .hs_error_rollup {
    padding-left: 0;
  }
}













.press-banner{
  padding: 50px 0 300px;
  background-image: url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/images/hero-bg-solid.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 101%;
}

.press-banner {
  padding-bottom: 150px;
  margin-bottom: -150px;
}

.press-banner .center {
  margin-bottom: 0;
}

.center {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.press-banner hgroup {
  display: flex;
  flex-direction: column-reverse;
}.press-banner hgroup h1 {
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
  color: #fff;
  margin: 0 0 10px;
  text-align:center;
}
.press-banner hgroup h2 {
  font-size: 14px;
  text-align:center;
  line-height: 16px;
  margin: 0 0 10px;
  font-weight: 700;
  color: #74bdc3;
  font-family: Montserrat;
  text-transform: uppercase;
}
.press-banner .text p {
  margin-bottom: 50px;
}
.press-banner p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin: 0 0 25px;
  text-align: center;
}
section.searchable-list {
  margin: 0 0 50px;
}
section.searchable-list .center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.searchable-list .search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 50px;
}
section.searchable-list .search .keyword {
  display: flex;
  border-bottom: 2px solid #fff;
  margin: 0 0 20px;
}
section.searchable-list .search .keyword:before {
  content: '';
  display: block;
  min-width: 24px;
  background-image: url(//8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/raw_assets/public/Cube_September_2021/images/searchable-list-search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 -24px 0 0;
}
section.searchable-list .search .keyword:before, section.searchable-list .search .keyword input {
  height: 40px;
}
section.searchable-list .search .keyword input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  flex-basis: 100%;
  background: none;
  border: 0;
  color: #fff;
  padding: 0 15px 0 40px;
}
section.searchable-list .search .tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 -10px;
}
section.searchable-list .search .tags a.active {
  opacity: 1;
  background: #74bdc3;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  border-radius: 120px;
  padding: 5px 15px;
  margin: 0 4px 10px;
  text-transform: uppercase;
  -webkit-box-shadow: 3px 4px 0px rgb(0 0 0 / 10%);
  box-shadow: 3px 4px 0px rgb(0 0 0 / 10%);
  cursor: pointer;
  text-decoration:none;
}
section.searchable-list .search .keyword .hs-search-field__bar {
  background: no-repeat;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

@media (min-width: 700px){

  section.searchable-list {
    margin: 0 0 100px;
  }

}
@media (min-width: 1100px){


}
@media (min-width: 1200px){
  .press-banner hgroup h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .press-banner{
    padding: 80px 0 500px;
    background-size: auto 101%;
  }
  .center {
    max-width: 1240px;
  }
  .press-banner hgroup h1 {
    font-size: 40px;
    line-height: 46px;
    margin: 0 0 20px;
  }
  .press-banner p {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 50px;
  }
}
@media (min-width: 1110px){
  section.searchable-list .search {
    flex-direction: row;
  }
  section.searchable-list .search .tags a.active {
    margin: 0 25px 0 0;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 25px;
  }
  section.searchable-list .search .keyword {
    margin: 0 40px 0 0;
  }
  section.searchable-list .search .tags {
    margin: 0 -25px 0 0;
  }
}
@media (min-width: 1100px){
  .press-banner .text p {
    margin-bottom: 60px;
  }
  .press-banner {
    padding-bottom: 700px;
    margin-bottom: -700px;
  }
  .press-banner .text hgroup h1, .press-banner .text hgroup h2, .press-banner .text p {
    text-align: center;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*****************************/
/***** SLIDER CTA STYLES (NEW LEFT) *****/
/*****************************/

div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner div.leadin-content-body {
  background: unset !important;
  background-image: url('https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20Website%20-%202023/Images/slider-general%20%281%29.webp') !important;
  background-repeat: no-repeat !important;
/*   background-image: url(https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20Website%20-%202023/Images/slider-background.png) !important; */
  background-position: top !important;
  background-size: cover !important;
  max-width: 295px;
}

.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner .leadinModal-content {
  max-width: 295px;
}

div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner .leadin-content-body .leadin-preview-wrapper {
  padding: 100px 20px 30px;
}

div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner div.leadinModal-content button.leadinModal-close:before {
  color: var(--main-blue) !important;
}

div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner div.leadinModal-content div.leadin-content-body h4,
div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner div.leadinModal-content div.leadin-content-body p {
  font-size: 22px !important;
  color: var(--main-blue) !important;
  font-weight: 400;
  margin: 0 0 20px;
  font-family: var(--main-font);
}

div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner div.leadinModal-content div.leadin-content-body p {
  font-weight: 700;
}

div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner div.leadinModal-content div.leadinModal-description-body {
  margin: 0 0 40px;
}

div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner div.leadinModal-content a.leadin-button.leadin-advance-button.leadin-button-secondary {
  background-color: var(--main-blue) !important;
  color: #FFFFFF!important;
  padding: 15px;
  border-radius: 80px;
  font-size: 18px;
  font-family: var(--main-font);
  border: 2px solid var(--main-blue);
}

div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner div.leadinModal-content a.leadin-button.leadin-advance-button.leadin-button-secondary:hover {
  background-color: #ffff !important;
  color: var(--main-blue)!important;
}

/*****************************/
/***** POP UP CTA STYLES *****/
/*****************************/

div.leadinModal-theme-default div.leadin-content-body {
  height: 305px !important;
  width: 100%;
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20-%20Website%20Refresh%20-%202022/Forms/Popup.svg')!important;
}

div.leadinModal-theme-default div.leadin-preview-wrapper h4 {
  font-family: var(--headline-font) !important;
  font-weight: 700 !important;
  font-size: 34px !important;
  line-height: 44px !important;
  text-align: center;
  color: var(--main-blue) !important;
  max-width: unset;
}

div.leadinModal-theme-default div.leadinModal-description-body p {
  font-family: var(--main-font) !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #0F0F4D !important;
  text-align: center !important;
/*   height: 80px !important; */
  margin: 0 0 20px;
}

div.leadinModal-theme-default div.advance-wrapper.callout-special-font {
  display: flex;
  justify-content: center
}

div.leadinModal-theme-default div.advance-wrapper.callout-special-font a.leadin-button {
  border-radius: 80px;
  height: 40px !important;
  max-width: 240px !important;
  border: 1.5px solid rgba(183, 209, 255, 0.58);
  background: linear-gradient(180deg, #3B65AF 0%, #163D83 100%) !important;
  padding: 18px 40px;
  color: #FFF;
  text-align: center;
  font-family: var(--main-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.2s linear 0s;
  display: inline-flex;
}

/* div.leadinModal-theme-default div.advance-wrapper.callout-special-font a.leadin-button:hover {
  color: #088080 !important;
  background-color: #fff !important;
}

div.leadinModal-theme-default div.advance-wrapper.callout-special-font a.leadin-button:hover:before {
  filter: invert(0.67) sepia(1) hue-rotate(124deg) saturate(4);
} */

div.leadinModal-theme-default div.advance-wrapper.callout-special-font a.leadin-button:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 10px;
  right: 20px;
  background-image: url("https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/direction%20right.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*****************************/
/***** POP UP CTA STYLES *****/
/*****************************/

/*************************************************************************************/

/*****************************/
/***** SLIDER CTA STYLES *****/
/*****************************/

div#leadinModal-3509336 div.leadin-content-body {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 293px !important;
  width: fit-content;
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20-%20Website%20Refresh%20-%202022/Forms/Slider.svg') !important;
}

div#leadinModal-3509336 div.leadin-preview-wrapper {
  padding: 20px 40px;
}

div#leadinModal-3509336 div.leadin-preview-wrapper h4 {
  font-family: var(--headline-font) !important;
  font-weight: 700 !important;
  font-size: 25px !important;
  line-height: 33px !important;
  text-align: center;
  margin: 0 10px 5px !important; 
  color: #FFFFFF !important;
  position: relative;
}

div#leadinModal-3509336 div.leadin-preview-wrapper h4:before {
  position: absolute;
  content: '';
  top: 27px;
  z-index: 3;
  left: 35px;
  width: 258px;
  background-image: url('https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20-%20Website%20Refresh%20-%202022/Forms/yellow-underline.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
}

div#leadinModal-3509336 div.leadinModal-description-body p {
  font-family: var(--main-font) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #FFFFFF !important;
  margin: 0 !important;
  text-align: center !important;
}

div#leadinModal-3509336 div.advance-wrapper.callout-special-font {
  display: flex;
  justify-content: center;
}

div#leadinModal-3509336 div.advance-wrapper.callout-special-font a.leadin-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #088080 !important;
  text-decoration: none;
  width: 193px;
  height: 50px;
  font-family: var(--main-font) !important;
  font-size: 16px;
  line-height: 18px;
  border-radius: 100px;
  border-style: none;
  padding: 0 20px 0 50px;
  position: relative;
  margin: 20px 0 0 0;
  color: #FFFFFF !important;
}

div#leadinModal-3509336 div.advance-wrapper.callout-special-font a.leadin-button:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 10px;
  right: 20px;
  background-image: url("https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/direction%20right.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*****************************/
/***** SLIDER CTA STYLES *****/
/*****************************/

/*****************************/
/***** SLIDER CTA STYLES *****/
/*********************f********/

div#leadinModal-3509336 div.leadin-content-body {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 293px !important;
  width: fit-content;
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20-%20Website%20Refresh%20-%202022/Forms/Slider.svg') !important;
}

div#leadinModal-3509336 div.leadin-preview-wrapper {
  padding: 20px 40px;
}

div#leadinModal-3509336 div.leadin-preview-wrapper h4 {
  font-family: var(--headline-font) !important;
  font-weight: 700 !important;
  font-size: 25px !important;
  line-height: 33px !important;
  text-align: center;
  margin: 0 10px 5px !important; 
  color: #FFFFFF !important;
  position: relative;
}

div#leadinModal-3509336 div.leadin-preview-wrapper h4:before {
  position: absolute;
  content: '';
  top: 27px;
  z-index: 3;
  left: 35px;
  width: 258px;
  background-image: url('https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20-%20Website%20Refresh%20-%202022/Forms/yellow-underline.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
}

div#leadinModal-3509336 div.leadinModal-description-body p {
  font-family: var(--main-font) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #FFFFFF !important;
  margin: 0 !important;
  text-align: center !important;
}

div#leadinModal-3509336 div.advance-wrapper.callout-special-font {
  display: flex;
  justify-content: center;
}

div#leadinModal-3509336 div.advance-wrapper.callout-special-font a.leadin-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #088080 !important;
  text-decoration: none;
  width: 193px;
  height: 50px;
  font-family: var(--main-font) !important;
  font-size: 16px;
  line-height: 18px;
  border-radius: 100px;
  border-style: none;
  padding: 0 20px 0 50px;
  position: relative;
  margin: 20px 0 0 0;
  color: #FFFFFF !important;
}

div#leadinModal-3509336 div.advance-wrapper.callout-special-font a.leadin-button:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 10px;
  right: 20px;
  background-image: url("https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/direction%20right.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*************************************************************************************/

/*****************************/
/***** POP UP CTA STYLES *****/
/*****************************/

div#leadinModal-content-wrapper-3509327 div.leadin-content-body {
  min-height: 300px !important;
  width: 100%;
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20-%20Website%20Refresh%20-%202022/Forms/Popup.svg')!important;
}

div#leadinModal-content-wrapper-3509327 div.leadin-preview-wrapper h4 {
  font-family: var(--headline-font) !important;
  font-weight: 700 !important;
  font-size: 34px !important;
  line-height: 44px !important;
  text-align: center;
  color: #000082 !important;
  max-width: unset;
}

div#leadinModal-content-wrapper-3509327 div.leadinModal-description-body p {
  font-family: var(--main-font) !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #0F0F4D !important;
  text-align: center !important;
}

div#leadinModal-content-wrapper-3509327 div.advance-wrapper.callout-special-font {
  display: flex;
  justify-content: center
}

div#leadinModal-content-wrapper-3509327 div.advance-wrapper.callout-special-font a.leadin-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #088080 !important;
  text-decoration: none;
  width: 217px;
  height: 50px;
  font-size: 14px;
  border-radius: 100px;
  border-style: none;
/*   padding: 0 20px 0 50px; */
  margin: 0 0 22px 0;
  position: relative;
  color: #FFFF;
}

div#leadinModal-content-wrapper-3509327 div.advance-wrapper.callout-special-font a.leadin-button:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 10px;
  right: 20px;
  background-image: url("https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/direction%20right.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*****************************/
/***** SLIDER CTA STYLES *****/
/*****************************/


/*****************************/
/***** SLIDER CTA STYLES (OLD) *****/
/*****************************/

div#leadinModal-3509336 div.leadin-content-body {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 293px !important;
  width: fit-content;
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20-%20Website%20Refresh%20-%202022/Forms/Slider.svg') !important;
}

div#leadinModal-3509336 div.leadin-preview-wrapper {
  padding: 20px 40px;
}

div#leadinModal-3509336 div.leadin-preview-wrapper h4 {
  font-family: var(--headline-font) !important;
  font-weight: 800 !important;
  font-size: 25px !important;
  line-height: 33px !important;
  text-align: center;
  margin: 0 10px 5px !important; 
  color: #FFFFFF !important;
  position: relative;
}

div#leadinModal-3509336 div.leadin-preview-wrapper h4:before {
  position: absolute;
  content: '';
  top: 27px;
  z-index: 3;
  left: 35px;
  width: 258px;
  background-image: url('https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20-%20Website%20Refresh%20-%202022/Forms/yellow-underline.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
}

div#leadinModal-3509336 div.leadinModal-description-body p {
  font-family: var(--main-font) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #FFFFFF !important;
  margin: 0 !important;
  text-align: center !important;
}

div#leadinModal-3509336 div.advance-wrapper.callout-special-font {
  display: flex;
  justify-content: center;
}

div#leadinModal-3509336 div.advance-wrapper.callout-special-font a.leadin-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #088080 !important;
  text-decoration: none;
  width: 193px;
  height: 50px;
  font-family: var(--main-font) !important;
  font-size: 16px;
  line-height: 18px;
  border-radius: 100px;
  border-style: none;
  padding: 0 20px 0 50px;
  position: relative;
  margin: 20px 0 0 0;
  color: #FFFFFF !important;
}

div#leadinModal-3509336 div.advance-wrapper.callout-special-font a.leadin-button:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 10px;
  right: 20px;
  background-image: url("https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/direction%20right.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}



.eyebrow {
  align-items: center;
  color: var(--eyebrow-color);
  font-family: var(--main-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2.8px;
  line-height: 18px;
  margin: 0;
  text-transform: uppercase;
}


form .actions .hs-button,
.primary-button{
  border-radius: 80px;
  border: 1.5px solid rgba(183, 209, 255, 0.58);
  background: linear-gradient(180deg, #3B65AF 0%, #163D83 100%);
  padding: 18px 40px;
  color: #FFF;
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.2s linear 0s;
  display: inline-flex;
}
.primary-button:visited{
  color: #FFF;
}
.primary-button:before{
  content: url(https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20website%20-%202024/Patterns/Arrow%20Right.svg);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 7px;
  top: 7px;
  opacity: 0;
  height: 80%;
  width: 45px;
  transition: all 0.2s linear 0s;
  text-indent: 0px;
  transform: translateX(-30%);
  z-index: 2;
}
.primary-button:after{
  position: absolute;
  content: "";
  right: 26px;
  top: 24px;
  padding: 2px;
  background-color: #61BFB9;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.2s linear 0s;
  visibility: hidden;
}
.primary-button:hover{
  padding: 18px 65px 18px 15px;
  color: #fff;
}
.primary-button:hover:before{
  opacity: 1;
  text-indent: 0px;
  transform: translateX(0);
}
.primary-button:hover:after{
  transform: scale(11);
  visibility: visible;
}



.secondary-button {
  border-radius: 80px;
  background: linear-gradient(180deg, #B9F4DC 0%, #6FE8B6 100%);
  padding: 20px 40px;
  color: var(--main-blue);
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--main-blue);
  transition: all 0.2s linear 0s;
}

.secondary-button:visited {
  color: var(--main-blue);
}

.secondary-button:before {
  content: url(https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20website%20-%202024/Patterns/Arrow%20Right.svg);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 7px;
  top: 7px;
  opacity: 0;
  height: 80%;
  width: 45px;
  transition: all 0.2s linear 0s;
  text-indent: 0px;
  transform: translateX(-30%);
  z-index: 2;
}

.secondary-button:after {
  position: absolute;
  content: "";
  right: 28px;
  top: 26px;
  padding: 2px;
  background-color: #4E9F9A;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.2s linear 0s;
  visibility: hidden;
}

.secondary-button:hover {
  padding: 20px 65px 20px 15px;
  color: var(--main-blue);
}
.secondary-button:hover:before {
  opacity: 1;
  text-indent: 0px;
  transform: translateX(0);
}

.secondary-button:hover:after {
  transform: scale(12);
  visibility: visible;
}



.teal-button {
  border-radius: 80px;
  border: 1.5px solid rgba(22, 61, 131, 0.40);
  background: var(--light-teal);
  padding: 20px 40px;
  color: var(--main-blue);
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--main-blue);
  transition: all 0.2s linear 0s;
}

.teal-button:visited {
  color: var(--main-blue);
}

.teal-button:before {
  content: url(https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20website%20-%202024/Icons/Arrow%20Right.svg);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 7px;
  top: 7px;
  opacity: 0;
  height: 80%;
  width: 45px;
  transition: all 0.2s linear 0s;
  text-indent: 0px;
  transform: translateX(-30%);
  z-index: 2;
}

.teal-button:after {
  position: absolute;
  content: "";
  right: 28px;
  top: 26px;
  padding: 2px;
  background-color: #D4EDED;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.2s linear 0s;
  visibility: hidden;
}

.teal-button:hover {
  padding: 20px 65px 20px 15px;
  color: var(--main-blue);
}
.teal-button:hover:before {
  opacity: 1;
  text-indent: 0px;
  transform: translateX(0);
}

.teal-button:hover:after {
  transform: scale(12);
  visibility: visible;
}




.ghost-button {
  border-radius: 80px;
  border: 1.5px solid rgba(22, 61, 131, 0.40);
  background: #fff;
  padding: 20px 40px;
  color: var(--main-blue);
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--main-blue);
  transition: all 0.2s linear 0s;
}

.ghost-button:visited {
  color: var(--main-blue);
}

.ghost-button:before {
  content: url(https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20website%20-%202024/Icons/Arrow%20Right.svg);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 7px;
  top: 7px;
  opacity: 0;
  height: 80%;
  width: 45px;
  transition: all 0.2s linear 0s;
  text-indent: 0px;
  transform: translateX(-30%);
  z-index: 2;
}

.ghost-button:after {
  position: absolute;
  content: "";
  right: 28px;
  top: 26px;
  padding: 2px;
  background-color: #D4EDED;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.2s linear 0s;
  visibility: hidden;
}

.ghost-button:hover {
  padding: 20px 65px 20px 15px;
  color: var(--main-blue);
}
.ghost-button:hover:before {
  opacity: 1;
  text-indent: 0px;
  transform: translateX(0);
}

.ghost-button:hover:after {
  transform: scale(12);
  visibility: visible;
}



.login-button {
  overflow: hidden;
  display: flex;
  border-radius: 80px;
  border: 1px dashed rgba(22, 61, 131, 0.40);
  width: 124px;
  height: 54px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s linear 0s;
  position: relative;
}

.login-button:visited p{
  color: var(--main-blue);
}

.login-button p{
  color: var(--main-blue);
  text-align: center;
  font-family: var(--main-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin:0;
  text-transform: uppercase;
  transition: all 0.3s linear 0s;
}

.login-button:after {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  transition: all 0.3s linear 0s;
  background-image: url(https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20website%20-%202024/Patterns/icon%20login.svg);
  transform: translateX(85px);
}

.login-button:hover {
  border: 1px solid var(--main-blue);
  transition: all 0.3s linear 0s;
}

.login-button:hover p{
  transform: translateX(-85px);
  transition: all 0.3s linear 0s;
}

.login-button:hover:after {
  transform: translateX(0);
  transition: all 0.3s linear 0s;
}




.see-more-button {
  color: #F3F7FD;
  font-family: var(--main-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  transition: all 0.1s linear 0s;
  margin-right: 35px;
}
.see-more-button:visited {
  color: #F3F7FD;
}
.see-more-button:hover {
  color: #F3F7FD;
}
.see-more-button:before {
  content: '';
  height: 5px;
  background-image: url(https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20website%20-%202024/Patterns/underline-white-see-more.svg);
  position: absolute;
  width: calc(100% + 3px);
  background-repeat: no-repeat;
  background-size: contain;
  top: 95%;
  left: -2px;
}
.see-more-button:after {
  content: url(https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20website%20-%202024/Patterns/underline-see-more.svg);
  position: absolute;
  left: calc(100% + 7px);
  transform: rotate(40deg) scale(0.6) translatey(14px);
  transition: all 0.1s linear 0s;
  visibility: hidden;
}

.see-more-button:hover:before {
  background-image: url(https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20website%20-%202024/Patterns/arrow%20see%20more.svg);
}

.see-more-button:hover:after {
  transform: rotate(0deg) scale(1) translatey(0);
  visibility: visible;
}





.see-more-button-blue {
  color: var(--main-blue);
  font-family: var(--main-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  transition: all 0.1s linear 0s;
  /*   margin-right: 35px; */
}

.see-more-button-blue:visited {
  color: var(--main-blue);
}

.see-more-button-blue:hover {
  color: var(--main-blue);
}

.see-more-button-blue:before {
  content: '';
  height: 5px;
  background-image: url(https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20website%20-%202024/Patterns/underline-blue.svg);
  position: absolute;
  width: calc(100% + 3px);
  background-repeat: no-repeat;
  background-size: contain;
  top: 95%;
  left: -2px;
}

.see-more-button-blue:after {
  content: url(https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20website%20-%202024/Patterns/arrow-dark-teal.svg);
  position: absolute;
  left: calc(100% + 7px);
  transform: rotate(40deg) scale(0.6) translatey(14px);
  transition: all 0.1s linear 0s;
  visibility: hidden;
}

.see-more-button-blue:hover:before {
  background-image: url(https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20website%20-%202024/Patterns/underline-dark-teal.svg);
}

.see-more-button-blue:hover:after {
  transform: rotate(0deg) scale(1) translatey(0);
  visibility: visible;
}




.play-button {
  color: var(--main-blue);
  text-align: center;
  font-family: var(--main-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  position: relative;
}

.play-button:visited {
  color: var(--main-blue);
}
.play-button div{
  display: inline-block;  
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background-color: var(--main-blue);
  margin-right: 10px;
}

.play-button:before {
  position: absolute;
  content: url(https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20website%20-%202024/Patterns/play-vector-button.svg);
  top: 2px;
  left: 8px;
  transition: all 0.1s linear 0s;
}

.play-button:after {
  position: absolute;
  content: url(https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20website%20-%202024/Patterns/play-vector-button-green.svg);
  top: 2px;
  visibility: hidden;
  transition: all 0.1s linear 0s;
  left: -3px;
}

.play-button:hover:before {
  transition: all 0.1s linear 0s;
  visibility: hidden;
  transform: translateX(11px);
}
.play-button:hover:after {
  transform: translateX(11px);
  visibility: visible;
  transition: all 0.1s linear 0s;
}


/************ FORM BUTTONS **************/

form .actions .hs-button {
  width: 100%;
  padding: 0;
  min-height: 45px;
}

/************ FORM BUTTONS **************/



/************ STYLEGUIDE **************/

.hs_cos_wrapper_type_text {
  font-size: 24px;
  font-family: var(--headline-font);
  font-weight: 800;
  text-decoration: underline;
}
.section-item {
  border: 2px dashed var(--main-blue)
}

.dnd-title {
  cursor: pointer;
  width: 350px;
  padding: 10px;
}

.dnd-title.active {
  background-color: var(--main-blue);
  color: #fff;
  border-radius: 15px;
}

.dnd-items {
  /*   display: none; */
}

.dnd-title.active + .dnd-items {
  display: block !important;
}
/************ STYLEGUIDE **************/





.new-center {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1440px;
}

@media (min-width: 800px) {
  .new-center {
    padding: 0 64px;
  }
}



.primary-button-2 {
  border-radius: 8px;
  background: var(--main-blue);
  color: var(--cube-white);
  width: fit-content;
  font-family: var(--headline-font);
  padding: 24px 32px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.primary-button-2:hover {
  box-shadow: var(--box-shadow);
  color: var(--cube-white);
}

.secondary-button-2 {
  border-radius: 8px;
  font-family: var(--headline-font);
  color: var(--main-blue);
  background: var(--cube-yellow);
  padding: 24px 32px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
  font-size: 12px;
  width: fit-content;
  text-decoration: none;
}

.secondary-button-2:hover {
  box-shadow: var(--box-shadow);
  color: var(--main-blue);
}

.ghost-button-2 {
  border: 1px solid var(--main-blue);
  border-radius: 8px;
  font-family: var(--headline-font);
  color: var(--main-blue);
  background: var(--cube-white);
  padding: 24px 32px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
  font-size: 12px;
  width: fit-content;
  text-decoration: none;
}

.secondary-button-2:hover {
  box-shadow: var(--box-shadow);
  color: var(--main-blue);
}

/************ STYLEGUIDE **************/

html {
  scroll-behavior: smooth;
}

:root {
  --main-blue: #163D83;
  --dark-blue: #0A1A39;
  --cta-color: #6FE8B6;
  --light-teal: #F1F9FA;
  --medium-teal: #C0E5E3;
  --teal: #61BFB9;
  --dark-teal: #098080;
  --eyebrow-color: #2667D8;
  --border-teal: #B1DDDE;
  --main-font: Lato;
  --headline-font: Montserrat;
  --button-gradient: linear-gradient(100deg, #163D83 40.85%, #2667D8 101.39%);
  
  /* 2025 */
  --cube-white: #F9FFF5;
  --cube-light-green: #70CF98;
  --cube-yellow: #CAE34B;
  --cube-off-white: #F1FFE7; 
  --cube-grey: #F0F0F0;
  --cube-dark: #1B2026;
  --cube-off-blue: #F4F7FD;
  --cube-green: #229E66;
  --cube-dark-green: #08492E;
  --box-shadow: 0px 8px 14px 0px rgba(82, 90, 115, 0.40);
  --green-box-shadow: 0px 4px 20px 0px rgba(202, 227, 75, 0.30);
}