*, *: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.
 */

/* 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,
.dnd-section > .row-fluid,
.page-center {
  margin: 0 auto;
  padding: 0 15px;
}
div[class*="force-full-width-section"] > .row-fluid {
  padding: 0;
}

.content-and-image.bg-blue {
  background-color: #F3FAFE !important;
}

.platform-features__wrapper {
  background-image: url(https://19491342.fs1.hubspotusercontent-na1.net/hubfs/19491342/CrownComputing_October2021/Images/mask_blue-alt.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@font-face {
  font-family:"canada-type-gibson";
  src:url("https://use.typekit.net/af/69c1f9/00000000000000007735a53a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/69c1f9/00000000000000007735a53a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/69c1f9/00000000000000007735a53a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style:normal;
  font-weight:700;
}

@font-face {
  font-family:"canada-type-gibson";
  src:url("https://use.typekit.net/af/da581f/00000000000000007735a540/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff2"),url("https://use.typekit.net/af/da581f/00000000000000007735a540/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff"),url("https://use.typekit.net/af/da581f/00000000000000007735a540/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("opentype");
  font-style:normal;
  font-weight:200;
}

@font-face {
  font-family:"canada-type-gibson";
  src:url("https://use.typekit.net/af/987a60/00000000000000007735a543/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/987a60/00000000000000007735a543/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/987a60/00000000000000007735a543/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style:normal;
  font-weight:400;
}

@font-face {
  font-family:"canada-type-gibson";
  src:url("https://use.typekit.net/af/6c50f4/00000000000000007735a544/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/6c50f4/00000000000000007735a544/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/6c50f4/00000000000000007735a544/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-style:normal;
  font-weight:600;
}

@font-face {
  font-family:"canada-type-gibson";
  src:url("https://use.typekit.net/af/37e7f5/00000000000000007735a548/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/37e7f5/00000000000000007735a548/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/37e7f5/00000000000000007735a548/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-style:normal;
  font-weight:300;
}

@font-face {
  font-family:"canada-type-gibson";
  src:url("https://use.typekit.net/af/be28cc/00000000000000007735a54a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/be28cc/00000000000000007735a54a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/be28cc/00000000000000007735a54a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style:normal;
  font-weight:500;
}

/* latin */
@font-face {
  font-family: 'Asul';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/asul/v19/VuJ-dNjKxYr42fQPXYz_NIk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Asul';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/asul/v19/VuJxdNjKxYr40U8qSKHdOaNkaRs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v2/_Xmu-HUzqDCFdgfMm4GNAa5o7Cqcs8-2.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v2/_Xmu-HUzqDCFdgfMm4GND65o7Cqcsw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v2/_Xmu-HUzqDCFdgfMm4GNAa5o7Cqcs8-2.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v2/_Xmu-HUzqDCFdgfMm4GND65o7Cqcsw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v2/_Xmu-HUzqDCFdgfMm4GNAa5o7Cqcs8-2.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v2/_Xmu-HUzqDCFdgfMm4GND65o7Cqcsw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v2/_Xms-HUzqDCFdgfMm4q9DaRvziissg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v2/_Xms-HUzqDCFdgfMm4S9DaRvzig.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v2/_Xms-HUzqDCFdgfMm4q9DaRvziissg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v2/_Xms-HUzqDCFdgfMm4S9DaRvzig.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v2/_Xms-HUzqDCFdgfMm4q9DaRvziissg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v2/_Xms-HUzqDCFdgfMm4S9DaRvzig.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
  margin: 0;
}

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

/* Paragraphs */

ol, p, ul {
  margin: 0 0 1.5em;
}
ul li {
    margin-bottom: .5em;
}
/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Figtree', sans-serif; 
}

h1 {
  line-height: 1.16;
  margin: .3333334em 0;
}
h2 {
  line-height: 1.3;
  margin: .64444em 0;
}
h3 {
  line-height: 1.4;
}
h4 {
  line-height: 1.3;
  margin: .64444em 0;
}
h5 {
  margin: .64444em 0;
}

/* Lists */

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,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  text-decoration: none;
  background-color: #00bdf2;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  cursor: pointer;
  text-shadow: none;
  background-image: none;
  box-shadow: none;
  border: 1px solid #00bdf2;
  margin: 20px 0 0;
  transition: none;
  padding: 15px 40px;
  font-size: .888888888888889em;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  transition-duration: .25s;
  transition-property: border-color,color,background-color;
  transition-timing-function: ease-in-out;
  line-height: normal;
}

.hsbtn {
  font-family: 'Figtree', sans-serif;
}

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

/* Alternative button style */

.button_action .hs-button,
.button_action_alt .hs-button {
  border: 2px solid #00bdf2 !important;
  font-size: 14px;
  text-transform: uppercase;
}

.button_action_alt button,
.button_action_alt .button,
.button_action_alt .hs-button {
  background-color: rgba(255,255,255,1.0);
  color: rgba(0,189,242,1.0);
}

.button_action_alt button:hover,
.button_action_alt .button:hover,
.button_action_alt .hs-button:hover {
  background-color: #00bdf2;
  color: #fff;
}
/* Form fields */

.hs-form-field,
#hs-pwd-widget-password {
  margin-bottom: 21px;
}

/* Labels */

form label {
  display: block;
}

/* 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,
#hs-pwd-widget-password {
  background-color: #fff;
  border: 1px solid #3a3737;
  border-radius: 4px;
  box-shadow: none;
  color: #3a3737;
  cursor: text;
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  height: 52px;
  padding: 0 0 0 10px;
  width: 100%;
  display: block;
  max-width: 767px;
  line-height: normal;
  outline: none;
}

form select{
  height: 50px;
  background-image: url(https://19491342.fs1.hubspotusercontent-na1.net/hubfs/19491342/raw_assets/public/CrownComputing_October2021/images/icon-arrow-down-select.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 95%;
  font-family: canada-type-gibson,sans-serif;
  width: 100%!important;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 30px;
}

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-field ul.inputs-list {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  margin-top: 11px;
  margin-bottom: 20px !important;
}
.hs-error-msgs li {
  margin: 0!important;
}
form .hs-form-field ul.inputs-list li {
  list-style: none;
  padding: 0 15px 0 0;
}

.hs-error-msgs label {
  line-height: 1.5;
  color: #bb1064 !important;
  font-size: 14px;
  padding: 0!important;
}

/* CheckBox */

form .hs-fieldtype-checkbox .inputs-list {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0 15px 1px!important;
  margin: 0px !important;
}

form .hs-fieldtype-checkbox ul.inputs-list li {
  margin: 0;
  width: 100%;
  margin-bottom: 0.5em;
  list-style: none;
  padding: 0 15px 0 0;
}

form .hs-fieldtype-checkbox ul.inputs-list li label {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  cursor: pointer;
  padding: 5px 0 0!important
}

form .hs-fieldtype-checkbox ul.inputs-list li label input {
  background-color: #fff;
  border: 1px solid #3a3737;
  border-radius: 4px;
  box-shadow: none;
  color: #3a3737!important;
  cursor: text;
  font-family: canada-type-gibson,sans-serif!important;
  font-size: 18px;
  padding: 0 0 0 10px;
  height: 20px;
  margin: 0;
  width: inherit;
  vertical-align: unset;
}

form .hs-fieldtype-checkbox ul.inputs-list li label span {
  color: #3a3737;
  font-family: canada-type-gibson,sans-serif;
  padding: 0 0 0 10px;
  font-size: 15px;
  vertical-align: unset;
  line-height: 18px;
}

@media screen and (min-width: 768px) {
  form .hs-fieldtype-checkbox ul.inputs-list li label input {
    padding: 0 0 0 20px;
  }
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  text-decoration: none;
  background-color: #00bdf2;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  cursor: pointer;
  text-shadow: none;
  background-image: none;
  box-shadow: none;
  border: 1px solid #00bdf2;
  margin: 20px 0 0;
  transition: none;
  padding: 15px 40px;
  font-size: .888888888888889em;
  font-family: canada-type-gibson,sans-serif;
  font-weight: 600;
  transition-duration: .25s;
  transition-property: border-color,color,background-color;
  transition-timing-function: ease-in-out;
  line-height: normal;
}


/* Submitted Message */
.submitted-message{
  font-size: 15px;
}
.submitted-message :first-child {
  margin-top: 0;
}
.submitted-message :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .submitted-message{
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .submitted-message{
    font-size: 18px;
  }
  .submitted-message p {
    font-size: 22px;
    line-height: 32px;
  }
}

/* Captcha */

.grecaptcha-badge {
  margin: 0;
}

@media (min-width: 768px) {
  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 {
    padding: 0 0 0 20px;
  }

}

@media (max-width: 480px) {
  .hs_recaptcha.hs-recaptcha {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.cstm-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8!important;
  background: #fff;
  transition: box-shadow .4s;
}
.hdr_spacer,
.lp-header .header-inner {
  min-height: 77px;
}
.scroll-header .cstm-header {
  box-shadow: 0 2px 4px rgb(0 0 0 / 13%);
}
.header-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.5em;
}
.header_logo {
  position: relative;
  z-index: 7;
  display: inline-block;
  max-width: 100px;
}
.header_logo img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 100% !important;
}
.navigation-primary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation-primary > ul {
  margin: 0;
  padding: 60px 10px;
  list-style: none;
  font-weight: 400;
  line-height: 1.5
}
.navigation-primary > ul > li {
  position: relative;
  cursor: pointer;
  padding: 10px;
  margin: 0;
}
.navigation-primary > ul > li a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.navigation-primary > ul > li.has-submenu:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #222324 transparent transparent;
  transition: transform .4s;
}
.navigation-primary > ul > li:hover:before {
  transform: scale(1);
}
.header-inner .hs-button {
  line-height: inherit;
  margin: 0;
}
.navigation-primary > ul > li .has-submenu__arrow {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px;
  border-color: transparent transparent #fff;
  pointer-events: none;
  transition: transform .4s ease-in-out,opacity .4s ease-in-out,visibility .4s ease-in-out;
}
.navigation-primary>ul>li.has-submenu:after {
  border-top-color: #00bdf2 !important;
}
.header-inner__mobile-toggle {
  display: inline-block;
  position: relative;
  z-index: 8;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
}
.header-inner__mobile-toggle .line {
  width: 30px;
  height: 2px;
  background-color: #000;
  display: block;
  margin: 6px auto;
  transition: transform .3s ease-in-out,opacity .3s ease-in-out;
}
.mobile-open .header-inner__mobile-toggle .line:first-child {
  transform: translateY(8px) rotate(
    45deg);
}
.mobile-open .header-inner__mobile-toggle .line:nth-child(2) {
  opacity: 0;
}
.mobile-open .header-inner__mobile-toggle .line:nth-child(3) {
  transform: translateY(-8px) rotate(
    -45deg);
}
.header-inner__nav-submenu {
  z-index: 6;
  transition: opacity .4s,transform .4s,visibility .4s;
}
.header-inner__nav-submenu-holder {
  padding: 10px 0;
  background-color: transparent;
}
.header-inner__nav-submenu .header-inner__nav-submenu-inner {
  background-color: #fff;
  border-radius: 6px;
}

.header-inner__nav-submenu ul {
  margin: 0;
  padding: 0;
}
.header-inner__nav-submenu-inner ul li {
  display: block;
}
.header-inner__nav > ul li a {
  line-height: 1.5;
  color: #222324;
  text-decoration: none;
}
.header-inner__nav-submenu-inner ul li a {
  display: block;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.8;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #e6f6ff;
  transition: border-color .4s,background-color .4s;
}
.header-inner__nav-submenu-cta {
  position: relative;
  background-color: rgba(230,246,255,.8);
  border-radius: 6px;
}
.header-inner__nav-submenu-cta-decoration-right, 
.header-inner__nav-submenu-cta-decoration-top {
  display: none;
  position: absolute;
  max-width: 100%;
  width: auto!important;
}
.header-inner__nav-submenu-cta-decoration-top {
  top: 30px;
  left: 30px;
}
.header-inner__nav-submenu-cta-decoration-right {
  bottom: 0;
  right: 0;
}
.header-inner__nav-submenu-cta__inner strong {
  display: block;
  max-width: 260px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.header-inner__nav>ul li {
  margin-bottom: 0;
}
.header-inner .header-inner__nav .hs-button {
  background: transparent;
  color: #00bdf2;
  border-color: #00bdf2;
  margin-top: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #222324;
  text-decoration: none;
  font-size: 13px;
  padding: 11px 10px;
  margin-bottom: 20px;
  display: inline-block;
}
.header-inner .header-inner__nav .hs-button:hover {
  background-color: #00bdf2;
  color: #fff;
}
.header-inner .header-inner__nav .hs-button svg {
  height: auto;
  margin: 4px 0 0 10px!important;
  width: 16px;
}
.header-inner .header-inner__nav .hs-button:hover path {
  fill: #fff;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(45,42,42,.3);
  z-index: 6;
  pointer-events: none;
  transition: opacity .4s,visibility .4s;
}
body.nav-active:before {
  opacity: 1;
  visibility: visible;
}
.submenu.level-2 > li > a {
  display: none;
  font-size: 20px;
  line-height: 1.64;
  font-weight: 400;
}
.submenu.level-2 .has-submenu__arrow,
.submenu.level-2 > li > a:empty {
  display: none !important;
}
.lp-header {
  padding: 0 !important;
}

.header-inner .header_btn {
  display: flex;
}

.header-inner .header_btn.header_btn_wrapper_mobile {
  flex-direction: column;
  margin: 0 15px;
}

.header-inner .header_btn .button_action a {
  margin: 0 15px 0 0;
}

@media (max-width: 991px) {
  .cstm-header {
    padding: 6px 0;
  }
  .header-inner .hs-button {
    display: none;
  }
  .header-inner .header_btn.header_btn_wrapper_mobile .hs-button {
    display: inline-block;
    margin: 0 0 10px;
    width: 100%;
  }
  .header-inner__nav_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    z-index: 6;
    transition: transform .4s,opacity .4s,visibility .4s;
  }
  .mobile-open .header-inner__nav_wrap {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .hdr_spacer,
  .lp-header .header-inner {
    min-height: 59.45px;
  }
  .header-inner__nav > ul {
    margin: 0;
    padding: 60px 10px;
    list-style: none;
  }
  .header-inner__nav > ul > li {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #e6f6ff;
  }
  .header-inner__nav-submenu {
    display: none;
  }
  .header-inner__nav-submenu-cta__inner {
    padding: 14px;
    margin-top: 20px;
  }
  .header-inner__nav > ul > li.has-submenu.child-open {
    border-color: #00bdf2;
  }
  .desktop_menu {
    display: none !important;
  }
  .child-trigger {
    height: 49px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
  }
  .navigation-primary > ul > li.has-submenu.child-open:after,
  .navigation-primary > ul > li.has-submenu.active:after {
    transform: translateY(-50%) rotate(
      180deg);
  }
  .cstm-header .header-inner__nav>ul>li.has-submenu.active {
    border-color: #00bdf2;
  }
  .header-inner__nav>ul>li:nth-child(2) .header-inner__nav-submenu li:first-child .hs-button {
    width: 100%;
    text-align: left;
  }
  
}

@media (max-width: 767px) {
  .hdr_spacer,
  .lp-header .header-inner {
    min-height: 43.64px;
  }

}

@media (min-width: 768px) {
  .header_logo {
    max-width: 150px;
  }
  .header-inner .hs-button {
    min-width: 100px;
  }
  .header-inner .header-inner__nav .hs-button {
    margin-bottom: 0;
  }
  .header-inner .header-inner__nav .hs-button svg {
    display: none;
  }


}

@media (min-width: 992px) {
  .mobile_menu {
    display: none !important;
  }
  .header-inner__mobile-toggle {
    display: none;
  }
  .navigation-primary > ul {
    padding: 0;
  }
  .navigation-primary > ul > li {
    display: inline-block;
    padding: 24px 26px;
  }
  .navigation-primary > ul > li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #00bdf2;
    transition: transform .4s;
    transform: scale(0);
    transform-origin: center center;
  }
  .navigation-primary > ul > li.has-submenu:after {
    top: 50%;
    transform: translateY(-50%);
  }
  .navigation-primary > ul > li.has-submenu:hover:after {
    transform: translateY(-50%) rotate(
      180deg);
  }
  .header-inner .hs-button {
    display: inline-block;
    padding: 11px 20px;
  }
  .navigation-primary > ul > li .has-submenu__arrow {
    display: inline-block;
  }
  .navigation-primary > ul > li.has-submenu:hover .has-submenu__arrow {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  .header-inner__nav-submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .navigation-primary>ul>li.has-submenu:hover .header-inner__nav-submenu {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: all;
  }
  .header-inner__nav-submenu-holder {
    padding: 14px;
  }
  .header-inner__nav-submenu .header-inner__nav-submenu-inner {
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
  }
  .header-inner__nav-submenu-single {
    margin-right: 10px;
  }
  .header-inner__nav-submenu-inner ul {
    min-width: 220px;
  }
  .header-inner__nav-submenu-cta {
    min-width: 240px;
    min-height: 400px;
  }
  .header-inner__nav-submenu-cta-decoration-right,
  .header-inner__nav-submenu-cta-decoration-top {
    display: inline-block;
  }
  .header-inner__nav-submenu-cta-decoration-top {
    max-width: 120px;
  }
  .header-inner__nav-submenu-cta-decoration-right {
    max-width: 60px;
  }
  .header-inner__nav-submenu-cta__inner {
    position: absolute;
    bottom: 50px;
    left: 30px;
  }
  .header-inner__nav-submenu-cta__inner strong {
    font-size: 20px;
    line-height: 1.2;
  }
  .header-inner .header-inner__nav .hs-button {
    margin-top: 30px;
  }
  .submenu.level-2 > li > a {
    display: block;
    font-size: 18px;
    margin-bottom: 14px;
  }
  .header-inner__nav-submenu-inner ul li a {
    font-size: 14px;
  }
  .home-pg .hdr_spacer {
    min-height: 76px;
  }
  .header-inner__nav>ul>li:nth-child(2) .header-inner__nav-submenu li:first-child .hs-button {
    width: 100%;
    text-align: left;
  }
  .child-trigger {
    display: none;
  }

}

@media screen and (min-width: 1440px) {
  .header-inner__nav-submenu-single {
    margin-right: 30px;
  }
  .header-inner__nav-submenu-inner ul {
    min-width: 360px;
  }
  .header-inner__nav-submenu-cta {
    min-width: 360px;
  }
  .header-inner__nav-submenu-cta-decoration-top,
  .header-inner__nav-submenu-cta-decoration-right {
    max-width: 100%;
  }
  .header-inner__nav-submenu-cta__inner strong {
    font-size: 26px;
  }
  .header-inner .header-inner__nav .hs-button {
    font-size: 18px;
    padding: 11px 20px;
  }
  .header-inner .header-inner__nav .hs-button svg {
    display: inline-block;
  }
  .submenu.level-2 > li > a {
    font-size: 22px;
  }
  .header-inner__nav-submenu-inner ul li a {
    font-size: 16px;
  }

}
.cstm-footer {
  padding: 36px 0 14px;
  color: #000;
  line-height: 1.5em;
}
.footer-policy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  margin-top: 15px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: rgba(55,15,70,.1);
}
.footer-policy a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #3a3737;
  margin-right: 20px;
  text-decoration: none;
  transition: opacity .4s;
}
.flogo {
  -ms-flex: none;
  flex: none;
  width: 50%;
}
.flogo img {
  margin-top: 100px;
  max-width: 260px;
  max-height: 130px;
  width: auto!important;
  height: auto!important;
}
.footer_menus .hs-col {
  -ms-flex: none;
  flex: none;
  width: 100%;
}
.footer-links__anchor,
.footer-links__headline {
  line-height: 1.5;
  color: #3a3737;
}
.footer-links__headline {
  display: block;
  font-weight: 500;
  font-size: 16px;
}
.footer-contact__info li,
.footer-links__anchor li {
  margin: 0;
}
.footer-contact__info a,
.footer-links__anchor a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  color: #3a3737;
}
.footer-contact__info a:before, 
.footer-links__anchor a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3a3737;
  transition: transform .4s;
  transform-origin: center center;
  transform: scale(0);
}
.footer-contact__info a:hover:before,
.footer-links__anchor a:hover:before {
  transform: scale(1);
}
.footer_menus .hs-button {
  padding: 11px 20px;
  line-height: inherit;
}
.footer-contact__info a,
.footer-contact__info a:hover {
  color: #400e51;
}
.footer-contact__info p {
  margin: 0;
}
.footer-contact__info {
  margin-top: 20px;
}
.cntct_details p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  padding: 0;
}
.cntct_details .hs_cos_wrapper_type_rich_text > strong {
  font-size: 14px;
  line-height: 1.5;
  display: block;
  margin-top: 10px;
  font-weight: 600;
}
.footer-socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: rgba(55,15,70,.1);
}
.footer-logo {
  position: relative;
  z-index: 7;
  display: inline-block;
  max-width: 100px;
}
.header-inner__logo img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
} 
.footer-socials a img {
  vertical-align: top;
}
.footer-socials__links a {
  display: inline-block;
  text-decoration: none;
  margin-left: 20px;
}
.footer-socials__links a:first-of-type {
  margin-left: 0;
}
.footer-socials__links a svg g, 
.footer-socials__links a svg path {
  transition: fill .4s;
}
.feat-pg .fetDtl_grp .bottom_cta_section .cta-inner__content-title {
  max-width: 485px;
}


@media (max-width: 767px) {
  .footer_menus .hs-col:not(.footer-col5) {
    display: none;
  }

}

@media screen and (min-width: 520px) {
  .flogo {
    -ms-flex: none;
    flex: none;
    width: 33.33333%;
  }

}

@media (min-width: 768px) {
  .footer_menus .hs-col {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .footer-logo {
    max-width: 150px;
  }
  
}

@media (min-width: 1025px) {
  .footer-policy {
    margin-top: 30px;
  }
  .flogo,
  .footer_menus .hs-col {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }
  .footer_menus .footer-col3,
  .footer_menus .footer-col4,
  .footer_menus .footer-col5 {
    -ms-flex: none;
    flex: none;
    width: 16.66667%;
  }
  .footer-socials {
    padding-bottom: 36px;
  }

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: block;
  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;
  }
}
.full-width-section{
  padding: 40px 0px;
}
.full-width-section h1, .cus-bastyle h1{
  font-size: 2.533333333333333em;
}
.full-width-section h2{
  font-size: 1.777777777777778em;
}
.full-width-section h3, .full-width-section p strong {
  color: #400e51;
  font-family: 'Figtree', sans-serif;
}
.full-width-section p strong {
  font-weight: 600;
}
.contact-us__svg_one, .contact-us__svg_two, .landing__svg_one, .landing__svg_two {
  display: none;
  position: absolute;
  z-index: 1;
}
.contact-us__svg_one, .landing__svg_one {
  right: -145px;
  top: -110px;
}
.contact-us__svg_two, .landing__svg_two {
  left: -245px;
  top: 40%;
}
.landing__svg_two {
  left: 0;
  top: 40%;
}
.hidden-touch, .hidden-mobile {
  display: none !important;
}
.col img {
  height: auto;
  width: 100%;
}
.contact-us-section {
  background-image: url(https://19491342.fs1.hubspotusercontent-na1.net/hubfs/19491342/raw_assets/public/CrownComputing_October2021/images/contact-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 50px 0 25px;
  position: relative; 
}
.contact-us-section .dnd-section > .row-fluid,
.sps_row .dnd-section > .row-fluid{
  padding-left: 0;
  padding-right: 0;
}
h3.form-title:empty{
  display: none;
}
.contact-us-section form input[type=text], 
.contact-us-section form input[type=email], 
.contact-us-section form input[type=password],
.contact-us-section form input[type=tel], 
.contact-us-section form input[type=number],
.contact-us-section form input[type=file], 
.contact-us-section form select, 
.contact-us-section form textarea {
  border-color: #3a3737;
}

.sps_row .bottom_cta_section .cta-inner__content-title{
  max-width: 100%;
  font-weight: 600;
}

/*====Features Details Page Styles===*/
.featDtl-pg {
  background-image: url(https://19491342.fs1.hubspotusercontent-na1.net/hubfs/19491342/raw_assets/public/CrownComputing_October2021/images/pagewide-chart-gradient-b.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow-x: hidden;
}
.featDtl-pg .banner-section{
  position: relative;
}
.featDtl-pg.damPg .banner-section{
  overflow: hidden;
}
.featDtl-pg .banner-section .purple-hex {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 1;
  pointer-events: none;
  display: none;
}
.featDtl-pg .travel-path {
  position: absolute;
  top: -103px;
  right: 16px;
  max-width: 250px;
  pointer-events: none;
  z-index: 3;
  display: none;
}
.featDtl-pg .banner-area .banner_wrap .large {
  position: static;
  max-width: 100%;
  margin-top: 40px;
}
.text-align-center {
  text-align: center;
}
.clr-off-black {
  color: #3a3737;
}
.fetDtl_grp .hstiwc-wrapper .hstiwcTpcon .col {
  -ms-flex: none;
  flex: none;
  width: 83.33333%;
}
.fetDtl_grp .hstiwc-wrapper {
  padding-bottom: 0;
}
.fetDtl_grp .bottom_cta_section .cta-inner__content-title,
.crr_grp .bottom_cta_section .cta-inner__content-title{
  font-weight: 600;
}

.contact_page .content-with-form .landing__content-image{
  display: none;
}
.contact_bottom_sec .dnd-section > .row-fluid{
  padding-left: 0;
  padding-right: 0;
}
.contact_bottom_sec .cols {
  margin-top: 15px;
}
.contact_bottom_sec .contact-us__details, .contact_bottom_sec .contact-us__office {
  padding: 20px 0;
}
.contact_bottom_sec .contact-us__details h2, .contact_bottom_sec .contact-us__office h2 {
  color: #370f46!important;
  font-family: 'Figtree', sans-serif;
  font-size: 26px!important;
  line-height: 40px!important;
  margin: 0 0 10px;
}
.contact_bottom_sec .contact-us__details a, .contact_bottom_sec .contact-us__details p, .contact_bottom_sec .contact-us__office a, .contact_bottom_sec .contact-us__office p{
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  line-height: 26px;
}
.contact_bottom_sec .contact-us__details p, .contact_bottom_sec .contact-us__office p {
  color: #3a3737;
  margin: 0;
  padding: 0;
}
.contact_bottom_sec .contact-us__details a {
  color: #3c0848!important;
  display: block;
  margin: 30px 0 0;
  text-decoration: none;
}
.contact_bottom_sec .contact-us__details, .contact_bottom_sec .contact-us__office{
  line-height: 1.5em;
}
.contact_bottom_sec .contact-us__details h3, .contact_bottom_sec .contact-us__office h3 {
  color: #370f46!important;
  font-family: canada-type-gibson,sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1.388888888888889em;
  line-height: inherit;
}
.featDtl-pg.damPg .travel-path{
  top: -162px;
  pointer-events: none;
}
.featDtl-pg.damPg .banner-section .purple-hex{
  top: -50px;
  pointer-events: none;
}
.damPg .banner_wrap .col .svg-container svg	{
  margin: 0 auto 40px;
}

/*====Careers Page Styles===*/

.crr_grp .logos .main_sec {
  position: relative;
}
.careers-page .crr_grp .logos .decoration {
  display: none;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: -180px;
  pointer-events: none;
}
.careers-page .crr_grp .logos .col.is-6-sm {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.careers-page .crr_grp .logos .logos-title .col{
  -ms-flex: none;
  flex: none;
  width: 100%;
}
.careers-page .crr_grp .logos .logos-title h2{
  max-width: none!important;
  margin-bottom: 40px;
}
.careers-page .crr_grp .logos img {
  max-width: 100%!important;
}

.careers-page .testimonials .testi_btn, 
.careers-page .testimonials .testi_blank,
.careers-page .testimonials .testi_adjust{
  display: none !important;
}
.careers-page .testimonials .testi_title{
  -ms-flex: none;
  flex: none;
  width: 100%;
  padding-bottom: 0;
}
.careers-page .testimonials .testi_title h3{
  margin: 0 0 30px;
  font-size: 1.777777777777778em;
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
  color: #3a3737;
}
.careers-page .testimonials .testi_item{
  -ms-flex: none;
  flex: none;
  width: 100%;
}
.careers-page .testimonials .tile-testimonial {
  margin-bottom: 20px;
  padding: 20px;
  background-color: rgba(230,246,255,.4);
  min-width: 0;
  transform: none;
}
.careers-page .testimonials .tile-testimonial p {
  font-weight: 600;
  line-height: 1.5;
  font-size: 16px;
}
.careers-page .testimonials .tile-testimonial span {
  line-height: 1.6;
  font-size: 18px;
}
.crr_grp .bottom_cta_section .cta-inner__content-title {
  max-width: 485px;
}
.careers-page .testimonials .main_sec{
  padding-bottom: 30px;
}
.bg-gradient-light-blue {
  background: rgba(230,246,255,.7);
  background: linear-gradient(180deg,rgba(230,246,255,.7),hsla(0,0%,100%,.7));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6f6ff",endColorstr="#ffffff",GradientType=1);
}
.careers-page .main-content-wrapper .row-fluid [class*="span"]{
  min-height: 0;
}

.careers-page .careers-iwct:first-child{
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

/*=====policing Page Style====*/
.policing-page{
  background-image: url(https://19491342.fs1.hubspotusercontent-na1.net/hubfs/19491342/raw_assets/public/CrownComputing_October2021/images/pagewide-chart-gradient-c.svg);
  background-size: 100% auto;
  background-position: center top 250px;
  background-repeat: no-repeat;
}
.policing-page .split-hex {
  position: absolute;
  right: 0;
  width: 320px;
  pointer-events: none;
  top: -65px;
}
.policing-page .dotted-hex{
  position: absolute;
  left: 0;
  top: 130px;
  display: none;
}
.policing-page .banner_wrap{
  padding-bottom: 30px;
  padding-top: 350px;
  overflow: hidden;
  position: relative;
}
.policing-page .banner_wrap span {
  display: inline-block;
  font-size: 1.22222em;
  font-weight: 300;
  margin-bottom: 20px;
}
.policing-page .banner_wrap .col h1 {
  font-size: 2.777777777777778em;
  max-width: none;
  margin-top: 0;
}
.pp_twoCol{
  padding: 60px 0;
}
.pp_twoCol .col > div{
  width: 100%;
}
.pp_twoCol .pp_rowimg img {
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto 40px;
  max-width: 75% !important;
}
.pp_twoCol .pp_rowText p{
  font-size: 1.222222222222222em;
  line-height: 1.5;
}
.policing-page .hscwic-wrapper h3{
  font-size: 1.777777777777778em;
  line-height: 1.3;
  margin: 0.64444em 0;
  margin-top: auto;
}
.policing-page .hscwic-wrapper .cols img {
  display: block;
  margin: 0 auto 40px !important;
  max-width: 75%;
}
.policing-page .hscwic-wrapper .col.hscw_img{
  -ms-flex: none;
  flex: none;
  width: 100%;
}
.policing-page .hscwic-wrapper .hscw_blank {
  display: none !important;
}
.pp_grp .hscwic-wrapper .buttons-container{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pp_grp .hscwic-wrapper .buttons-container .hsbtn {
  margin-bottom: 20px;
  margin-top: auto;
  margin-right: 0;
}
.policing-page .hstiwc-wrapper .hstiwcTpcon .col.is-8-lg{
  -ms-flex: none;
  flex: none;
  width: 83.33333%;
}
.policing-page .logos .logos-title .col {
  -ms-flex: none;
  flex: none;
  width: 100%;
}
.policing-page .logos .logos-title h2 {
  font-size: 1.388888888888889em;
  max-width: 100%;
}
.policing-page .hstiwc-wrapper {
  padding-bottom: 0;
}
.policing-page .logos img {
  display: block;
  margin: 30px auto 0;
  height: auto;
  max-height: 100px;
  width: auto;
  max-width: 166px;
}
.policing-page .bottom_cta_section .cta-inner__content-title{
  max-width: 485px;
  font-weight: 600;
}
.policing-page .hscwic-wrapper .page-center{
  position: relative;
  z-index: 2;
}
.policing-page .hstiwc-wrapper .tile svg{
  width: 100%;
}
.policing-page .hscwic-wrapper .buttons-container .hsbtn svg.icon-arrow-download {
  margin-top: 4px !important;
}

/*==== Government Page ====*/
.policing-page.government-page .split-hex{
  top: -10px;
}
.government-page .banner_wrap .purple-hex {
  position: absolute;
  pointer-events: none;
  top: 166px;
  right: 58px;
  z-index: 1;
}
.government-page .pp_twoCol{
  position: relative;
}
.government-page .pp_twoCol .purple-hex{
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.government-page .gp_row1 img {
  height: auto;
  max-width: 260px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%
}
.government-page .gp_row1 h2 {
  color: #400e51;
}
.government-page .pp_twoCol.gp_row2{
  padding-top: 0;
}
.government-page .gp_row2 .gp_colright .hs_cos_wrapper_type_rich_text{
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.government-page .gp_row2 h2 {
  color: #400e51;
  margin-top: auto;
}
.government-page .gp_row2 h3 {
  line-height: inherit;
  font-size: 1.388888888888889em;
  color: #3a3737;
}
.government-page .gp_row2 h3:first-child {
  margin-top: auto;
}
.government-page .gp_row2 svg{
  display: block;
  height: auto;
  max-width: 100%;  
  margin: 50px auto!important;
}
.government-page .hscwic-wrapper .purple-split-path {
  position: absolute;
  top: -15px;
  right: 0;
  height: auto;
  width: 200px;
}
.government-page .banner_wrap .small{
  position: absolute;
  width: 215px;
  right: 150px;
  top: 100px;
  z-index: 3;
}
.government-page .gp_row3{
  padding-top: 60px;
}

@media screen and (min-width: 500px){
  .government-page .hscwic-wrapper .purple-split-path {
    top: 15px;
  }
}


@media screen and (min-width: 520px){
  .featDtl-pg .travel-path {
    right: 5px;
    max-width: 300px;
  }
}

@media screen and (min-width: 560px){
  .government-page .hscwic-wrapper .purple-split-path {
    top: 10px;
  }
}

@media screen and (min-width: 660px){
  .government-page .hscwic-wrapper .purple-split-path {
    top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .contact-us__svg_one, .contact-us__svg_two, .landing__svg_one, .landing__svg_two {
    display: block;
  }
  .hidden-mobile {
    display: block!important;
  }
  .featDtl-pg .banner-section .purple-hex {
    display: block;
    right: -30px;
  }
  .featDtl-pg .travel-path {
    display: block;
    top: -140px;
  }
  .contact_bottom_sec .contact-us__details h2, .contact_bottom_sec .contact-us__office h2{
    font-size: 32px!important;
  }
  .contact_bottom_sec .contact-us__details a, .contact_bottom_sec .contact-us__details p, .contact_bottom_sec .contact-us__office a, .contact_bottom_sec .contact-us__office p {
    font-size: 22px;
    line-height: 32px;
  }
  .damPg .banner_wrap .col .svg-container svg{
    margin-bottom: 0;
  }
  .careers-page .testimonials .testi_title h3{
    margin: 0 0 60px;
  }
  .careers-page .testimonials .testi_item{
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .careers-page .testimonials .tile-testimonial {
    padding: 40px 16px 30px 30px;
    margin-bottom: 0;
  }
  .careers-page .testimonials .tile-testimonial p {
    font-size: 21px;
  }
  .careers-page .testimonials .tile-testimonial span {
    line-height: 1.6;
    font-size: 22px;
  }
  .crr_grp .logos .main_sec {
    padding-top: 80px;
  }
  .careers-page .testimonials .main_sec{
    padding-bottom: 130px;
  }
  .crr_grp .tcwia .col {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .careers-page .careers-iwct:first-child{
    padding-bottom: 80px;
    padding-top: 80px !important;
  }
  .policing-page .split-hex{
    width: 440px;
  }
  .policing-page .dotted-hex{
    display: block;
    top: 700px;
  }
  .pp_twoCol{
    padding: 80px 0;
  }
  .pp_twoCol .pp_rowimg img {
    max-width: 425px !important;
  }
  .pp_grp .hstiwc-wrapper .col.is-4-md{
    -ms-flex: none;
    flex: none;
    width: 33.33333%;
  }
  .policing-page{
    background-position: center top 150px;
  }
  .policing-page .hscwic-wrapper .cols img {
    max-width: 425px;
  }
  .policing-page .hscwic-wrapper .col.hscw_img{
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .government-page .banner_wrap .purple-hex{
    right: 200px;
    top: 180px;
  }
  .government-page .gp_row1 img{
      margin-top: 0;
  }
  .government-page .gp_row2 svg{
    margin-top: 50px!important;
  }
  .government-page .banner_wrap .small{
    right: 280px;
  }
  .government-page .gp_row3{
    padding-top: 80px;
  }
}

@media screen and (min-width: 1025px){
  .full-width-section{
    padding: 70px 0px;
  }
  .full-width-section h1, .cus-bastyle h1{
    font-size: 3em;
  }
  .contact-us-section{
    padding:106px 0 60px;
  }
  .featDtl-pg .banner-section .purple-hex {
    right: 0;
    top: 0;
  }
  .featDtl-pg .travel-path {
    top: 0;
    right: 50px;
    max-width: 320px;
  }
  .fetDtl_grp .hstiwc-wrapper .hstiwcTpcon .col {
    -ms-flex: none;
    flex: none;
    width: 66.66667%;
  }
  .contact_bottom_sec .contact-us__details, .contact_bottom_sec .contact-us__office {
    padding: 0;
  }
  .damPg .banner_wrap .col .svg-container svg{
    margin-top: 0px!important;
  }
  .featDtl-pg.damPg .travel-path{
    top: 20px;
  }
  .featDtl-pg.damPg .banner-section .purple-hex{
    top: 50px;
  }
  .careers-page .crr_grp .logos .logos-title .col{
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .careers-page .testimonials .testi_item{
    -ms-flex: none;
    flex: none;
    width: 33.33333%;
  }
  .careers-page .testimonials .testi_adjust{
    -ms-flex: none;
    flex: none;
    width: 16.66667%;
    display: block! important;
  }
  .careers-page .careers-iwct:first-child{
    padding-top: 80px !important;
    padding-bottom: 60px;
  }
  .crr_grp .logos .main_sec{
    padding-top: 100px;
  }
  .policing-page .dotted-hex{
    top: 650px;
  }
  .policing-page .banner_wrap{
    padding-bottom: 100px;
    padding-top: 130px
  }
  .policing-page.government-page .banner_wrap{
    padding-bottom: 100px;
    padding-top: 110px
  }
  .policing-page .banner_wrap .col h1{
    max-width: 645px;
  }
  .pp_twoCol{
    padding: 100px 0;
  }
  .pp_twoCol .pp_rowimg img {
    transform: translateX(20px) translateY(10px);
  }
  .policing-page{
    background-position: center top 200px;
  }
  .policing-page .hscwic-wrapper .col.hscw_img{
    -ms-flex: none;
    flex: none;
    width: 41.66667%;
  }
  .policing-page .hscwic-wrapper .col.hscw_Text{
    margin-left: 8.33333%;
  }
  .policing-page .hstiwc-wrapper .hstiwcTpcon .col.is-8-lg {
    -ms-flex: none;
    flex: none;
    width: 66.66667%;
  }
  .policing-page .hstiwc-wrapper .tile h3, .policing-page .hstiwc-wrapper .tile p {
    padding: 0 20px;
  }
  .pp_grp .hstiwc-wrapper .col.is-4-md{
    -ms-flex: none;
    flex: none;
    width: 25%;
  }
  .policing-page.government-page .split-hex{
    top: 5px;
  }
  .government-page .banner_wrap .purple-hex{
    right: 45px;
    top: 220px;
  }
  .government-page .pp_twoCol .purple-hex{
    bottom:-100px;
    display: block;
    height: auto;
    width: 90px;
  }
  .government-page .banner_wrap .small{
    top: 170px;
    right: 75px;
  }
  .government-page .gp_row3{
    padding-top: 100px;
  }
}


@media screen and (min-width: 1140px) {
  .full-width-section h1, .cus-bastyle h1{
    font-size: 3.3333em;
  }
  .sps_row .bottom_cta_section .cta-inner,
  .fetDtl_grp .bottom_cta_section .cta-inner,
  .crr_grp .bottom_cta_section .cta-inner,
  .policing-page .bottom_cta_section .cta-inner {
    padding: 75px 200px 75px 90px;
  }
  .featDtl-pg .travel-path {
    top: 50px;
    right: 120px;
    max-width: 361px;
  }
  .damPg .banner_wrap .col .svg-container svg{
    transform: translateX(-50px) translateY(-20px);
    margin-top: 50px!important;
  }
  .featDtl-pg.damPg .banner-section .purple-hex{
    top: 115px;
  }
  .crr_grp .logos .main_sec {
    padding-top: 80px;
  }
  .careers-page .crr_grp .logos .decoration {
    display: block;
  }
  .policing-page .split-hex{
    top: 31px;
    width: 500px;
  }
  .policing-page .dotted-hex{
    top: 550px;
  }
  .pp_twoCol{
    padding: 130px 0;
  }
  .policing-page{
    background-position: center top 205px;
  }
  .policing-page.government-page {
    background-position: center top 240px;
  }
  .policing-page.government-page .split-hex{
    top: 120px;
  }
  .government-page .banner_wrap .purple-hex{
    right: 60px;
    top: 340px;
  }
  .government-page .hscwic-wrapper .purple-split-path {
    width: auto;
    top: 20px;
    right: 0;
  }
  .government-page .banner_wrap .small{
    top: 300px;
    right: 105px;
  }
  .government-page .gp_row3{
    padding-top: 130px;
  }
}

@media screen and (min-width: 1300px){
  .damPg .tcwia .flipped-desktop .col svg{
    min-width: calc(100% + 40px);
    transform: translateX(20px);
  }
  .government-page .pp_twoCol .purple-hex{
    bottom:-200px;
    width: 135px;
  }
}

@media screen and (min-width: 1360px){
  .policing-page .dotted-hex{
    top: 500px;
  }
}

@media screen and (min-width: 1360px){
 .government-page .hscwic-wrapper .purple-split-path {
    top: 50px;
  }
}
  
  
@media screen and (max-width: 1024px) and (min-width: 768px){
  .policing-page .hscwic-wrapper .col.hscw_Text {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .policing-page .hstiwc-wrapper .hstiwc_row {
    -ms-flex-pack: center;
    justify-content: center;
  }
}


@media screen and (max-width: 1024px) {
  .contact-us-section form{
    font-size: 16px;
  }
  .contact_bottom_sec .contact-us__details a + h3{
    padding-top: 40px;
  }
  .policing-page .logos .cols.align-center {
    justify-content: unset;
  }
  .contact_page .content-with-form .cols{
    margin-bottom: 0;
  }
  .contact_page .contact_bottom_sec .cols {
    margin-top: 0;
  }
}


@media screen and (max-width: 767px) {
  .contact-us-section form{
    font-size: 15px;
  }
  .sps_row .bottom_cta_section .col,
  .fetDtl_grp .bottom_cta_section .col,
  .crr_grp .bottom_cta_section .col,
  .policing-page .bottom_cta_section .col{
    padding: 0 15px;
  }
  .contact_bottom_sec .cols {
    margin-top: 0;
  }
  .crr_grp .logos .main_sec {
    padding: 20px 0;
  }
  .careers-page .testimonials .tile-testimonial{
    margin-top: 0;
  }
  .careers-page .testimonials .tile-testimonial p{
    margin-top: 2px;
  }
  .careers-page .crr_grp .logos .col.is-6-sm{
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .careers-page .careers-iwct:first-child{
    padding-top: 40px !important;
  }
  .contact_page .content-with-form .cols {
    padding-bottom: 20px;
  }
  .contact_bottom_sec .contact-us__details {
    padding-top: 0;
  }
}

@media screen and (max-width: 519px) {
  .policing-page .logos .logos-title {
    margin-bottom: -15px;
  }
}


.hs-row {
  margin: 0 -15px;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hs-col {
  padding: 0 15px;
}
img {
  max-width: 100%;
  height: auto;
}
.banner-area .dnd-section,
.banner-area .dnd-section > .row-fluid {
  padding: 0;
}
.cols {
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px
}

@media screen and (min-width: 768px) {
  .cols {
    margin:0 -15px -15px
  }
}

@media screen and (min-width: 1025px) {
  .cols {
    margin:0 -15px -15px
  }
}

.cols.is-mobile {
  display: -ms-flexbox;
  display: flex
}

.cols.align-center {
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (min-width: 520px) {
  .cols {
    display:-ms-flexbox;
    display: flex
  }
}

.col {
  box-sizing: border-box;
  display: block;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 0 15px
}

@media screen and (min-width: 768px) {
  .col {
    padding:0 15px 15px
  }
}

@media screen and (min-width: 1025px) {
  .col {
    padding:0 15px 15px
  }
}

.col:last-child {
  margin: 0
}

.col.flex {
  display: -ms-flexbox;
  display: flex
}

.col.is-1 {
  -ms-flex: none;
  flex: none;
  width: 8.33333%
}

.col.is-offset-1 {
  margin-left: 8.33333%
}

.col.is-2 {
  -ms-flex: none;
  flex: none;
  width: 16.66667%
}

.col.is-offset-2 {
  margin-left: 16.66667%
}

.col.is-3 {
  -ms-flex: none;
  flex: none;
  width: 25%
}

.col.is-offset-3 {
  margin-left: 25%
}

.col.is-4 {
  -ms-flex: none;
  flex: none;
  width: 33.33333%
}

.col.is-offset-4 {
  margin-left: 33.33333%
}

.col.is-5 {
  -ms-flex: none;
  flex: none;
  width: 41.66667%
}

.col.is-offset-5 {
  margin-left: 41.66667%
}

.col.is-6 {
  -ms-flex: none;
  flex: none;
  width: 50%
}

.col.is-offset-6 {
  margin-left: 50%
}

.col.is-7 {
  -ms-flex: none;
  flex: none;
  width: 58.33333%
}

.col.is-offset-7 {
  margin-left: 58.33333%
}

.col.is-8 {
  -ms-flex: none;
  flex: none;
  width: 66.66667%
}

.col.is-offset-8 {
  margin-left: 66.66667%
}

.col.is-9 {
  -ms-flex: none;
  flex: none;
  width: 75%
}

.col.is-offset-9 {
  margin-left: 75%
}

.col.is-10 {
  -ms-flex: none;
  flex: none;
  width: 83.33333%
}

.col.is-offset-10 {
  margin-left: 83.33333%
}

.col.is-11 {
  -ms-flex: none;
  flex: none;
  width: 91.66667%
}

.col.is-offset-11 {
  margin-left: 91.66667%
}

.col.is-12 {
  -ms-flex: none;
  flex: none;
  width: 100%
}

.col.is-offset-12 {
  margin-left: 100%
}

@media screen and (min-width: 520px) {
  .col {
    margin:0
  }
}

@media screen and (min-width: 520px) {
  .col.is-1-sm {
    -ms-flex:none;
    flex: none;
    width: 8.33333%
  }

  .col.is-offset-1-sm {
    margin-left: 8.33333%
  }

  .col.is-2-sm {
    -ms-flex: none;
    flex: none;
    width: 16.66667%
  }

  .col.is-offset-2-sm {
    margin-left: 16.66667%
  }

  .col.is-3-sm {
    -ms-flex: none;
    flex: none;
    width: 25%
  }

  .col.is-offset-3-sm {
    margin-left: 25%
  }

  .col.is-4-sm {
    -ms-flex: none;
    flex: none;
    width: 33.33333%
  }

  .col.is-offset-4-sm {
    margin-left: 33.33333%
  }

  .col.is-5-sm {
    -ms-flex: none;
    flex: none;
    width: 41.66667%
  }

  .col.is-offset-5-sm {
    margin-left: 41.66667%
  }

  .col.is-6-sm {
    -ms-flex: none;
    flex: none;
    width: 50%
  }

  .col.is-offset-6-sm {
    margin-left: 50%
  }

  .col.is-7-sm {
    -ms-flex: none;
    flex: none;
    width: 58.33333%
  }

  .col.is-offset-7-sm {
    margin-left: 58.33333%
  }

  .col.is-8-sm {
    -ms-flex: none;
    flex: none;
    width: 66.66667%
  }

  .col.is-offset-8-sm {
    margin-left: 66.66667%
  }

  .col.is-9-sm {
    -ms-flex: none;
    flex: none;
    width: 75%
  }

  .col.is-offset-9-sm {
    margin-left: 75%
  }

  .col.is-10-sm {
    -ms-flex: none;
    flex: none;
    width: 83.33333%
  }

  .col.is-offset-10-sm {
    margin-left: 83.33333%
  }

  .col.is-11-sm {
    -ms-flex: none;
    flex: none;
    width: 91.66667%
  }

  .col.is-offset-11-sm {
    margin-left: 91.66667%
  }

  .col.is-12-sm {
    -ms-flex: none;
    flex: none;
    width: 100%
  }

  .col.is-offset-12-sm {
    margin-left: 100%
  }
}

@media screen and (min-width: 768px) {
  .col.is-1-md {
    -ms-flex:none;
    flex: none;
    width: 8.33333%
  }

  .col.is-offset-1-md {
    margin-left: 8.33333%
  }

  .col.is-2-md {
    -ms-flex: none;
    flex: none;
    width: 16.66667%
  }

  .col.is-offset-2-md {
    margin-left: 16.66667%
  }

  .col.is-3-md {
    -ms-flex: none;
    flex: none;
    width: 25%
  }

  .col.is-offset-3-md {
    margin-left: 25%
  }

  .col.is-4-md {
    -ms-flex: none;
    flex: none;
    width: 33.33333%
  }

  .col.is-offset-4-md {
    margin-left: 33.33333%
  }

  .col.is-5-md {
    -ms-flex: none;
    flex: none;
    width: 41.66667%
  }

  .col.is-offset-5-md {
    margin-left: 41.66667%
  }

  .col.is-6-md {
    -ms-flex: none;
    flex: none;
    width: 50%
  }

  .col.is-offset-6-md {
    margin-left: 50%
  }

  .col.is-7-md {
    -ms-flex: none;
    flex: none;
    width: 58.33333%
  }

  .col.is-offset-7-md {
    margin-left: 58.33333%
  }

  .col.is-8-md {
    -ms-flex: none;
    flex: none;
    width: 66.66667%
  }

  .col.is-offset-8-md {
    margin-left: 66.66667%
  }

  .col.is-9-md {
    -ms-flex: none;
    flex: none;
    width: 75%
  }

  .col.is-offset-9-md {
    margin-left: 75%
  }

  .col.is-10-md {
    -ms-flex: none;
    flex: none;
    width: 83.33333%
  }

  .col.is-offset-10-md {
    margin-left: 83.33333%
  }

  .col.is-11-md {
    -ms-flex: none;
    flex: none;
    width: 91.66667%
  }

  .col.is-offset-11-md {
    margin-left: 91.66667%
  }

  .col.is-12-md {
    -ms-flex: none;
    flex: none;
    width: 100%
  }

  .col.is-offset-12-md {
    margin-left: 100%
  }
}

@media screen and (min-width: 1025px) {
  .col.is-1-lg {
    -ms-flex:none;
    flex: none;
    width: 8.33333%
  }

  .col.is-offset-1-lg {
    margin-left: 8.33333%
  }

  .col.is-2-lg {
    -ms-flex: none;
    flex: none;
    width: 16.66667%
  }

  .col.is-offset-2-lg {
    margin-left: 16.66667%
  }

  .col.is-3-lg {
    -ms-flex: none;
    flex: none;
    width: 25%
  }

  .col.is-offset-3-lg {
    margin-left: 25%
  }

  .col.is-4-lg {
    -ms-flex: none;
    flex: none;
    width: 33.33333%
  }

  .col.is-offset-4-lg {
    margin-left: 33.33333%
  }

  .col.is-5-lg {
    -ms-flex: none;
    flex: none;
    width: 41.66667%
  }

  .col.is-offset-5-lg {
    margin-left: 41.66667%
  }

  .col.is-6-lg {
    -ms-flex: none;
    flex: none;
    width: 50%
  }

  .col.is-offset-6-lg {
    margin-left: 50%
  }

  .col.is-7-lg {
    -ms-flex: none;
    flex: none;
    width: 58.33333%
  }

  .col.is-offset-7-lg {
    margin-left: 58.33333%
  }

  .col.is-8-lg {
    -ms-flex: none;
    flex: none;
    width: 66.66667%
  }

  .col.is-offset-8-lg {
    margin-left: 66.66667%
  }

  .col.is-9-lg {
    -ms-flex: none;
    flex: none;
    width: 75%
  }

  .col.is-offset-9-lg {
    margin-left: 75%
  }

  .col.is-10-lg {
    -ms-flex: none;
    flex: none;
    width: 83.33333%
  }

  .col.is-offset-10-lg {
    margin-left: 83.33333%
  }

  .col.is-11-lg {
    -ms-flex: none;
    flex: none;
    width: 91.66667%
  }

  .col.is-offset-11-lg {
    margin-left: 91.66667%
  }

  .col.is-12-lg {
    -ms-flex: none;
    flex: none;
    width: 100%
  }

  .col.is-offset-12-lg {
    margin-left: 100%
  }
}

@media screen and (min-width: 1140px) {
  .col.is-1-xl {
    -ms-flex:none;
    flex: none;
    width: 8.33333%
  }

  .col.is-offset-1-xl {
    margin-left: 8.33333%
  }

  .col.is-2-xl {
    -ms-flex: none;
    flex: none;
    width: 16.66667%
  }

  .col.is-offset-2-xl {
    margin-left: 16.66667%
  }

  .col.is-3-xl {
    -ms-flex: none;
    flex: none;
    width: 25%
  }

  .col.is-offset-3-xl {
    margin-left: 25%
  }

  .col.is-4-xl {
    -ms-flex: none;
    flex: none;
    width: 33.33333%
  }

  .col.is-offset-4-xl {
    margin-left: 33.33333%
  }

  .col.is-5-xl {
    -ms-flex: none;
    flex: none;
    width: 41.66667%
  }

  .col.is-offset-5-xl {
    margin-left: 41.66667%
  }

  .col.is-6-xl {
    -ms-flex: none;
    flex: none;
    width: 50%
  }

  .col.is-offset-6-xl {
    margin-left: 50%
  }

  .col.is-7-xl {
    -ms-flex: none;
    flex: none;
    width: 58.33333%
  }

  .col.is-offset-7-xl {
    margin-left: 58.33333%
  }

  .col.is-8-xl {
    -ms-flex: none;
    flex: none;
    width: 66.66667%
  }

  .col.is-offset-8-xl {
    margin-left: 66.66667%
  }

  .col.is-9-xl {
    -ms-flex: none;
    flex: none;
    width: 75%
  }

  .col.is-offset-9-xl {
    margin-left: 75%
  }

  .col.is-10-xl {
    -ms-flex: none;
    flex: none;
    width: 83.33333%
  }

  .col.is-offset-10-xl {
    margin-left: 83.33333%
  }

  .col.is-11-xl {
    -ms-flex: none;
    flex: none;
    width: 91.66667%
  }

  .col.is-offset-11-xl {
    margin-left: 91.66667%
  }

  .col.is-12-xl {
    -ms-flex: none;
    flex: none;
    width: 100%
  }

  .col.is-offset-12-xl {
    margin-left: 100%
  }
}
.indDtl-pg .split-hex {
  position: absolute;
  right: 0;
  width: 320px;
  top: -65px;
  pointer-events: none;
}
.indDtl-pg .banner_wrap {
  padding: 80px 0;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 350px;
  position: relative;
}
.indDtl-pg .banner_wrap .col h1 {
  font-size: 2.777777777777778em;
  max-width: none;
  margin-top: 0;
}
.indDtl-pg .banner_wrap .col p {
  font-size: 1.222222222222222em;
}
.buttons-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.hsbtn {
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0,0%,100%,0);
  border-style: solid;
  border-radius: 4px;
  border-width: 1px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: .888888888888889em;
  padding: 11px 20px;
  text-decoration: none;
  transition-duration: .25s;
  transition-property: border-color,color,background-color;
  transition-timing-function: ease-in-out;
}
.hsbtn--border-clr-blue {
  border-color: #00bdf2;
}
.hsbtn--border-clr-blue:hover {
  background-color: #00bdf2;
}
.hsbtn--text-clr-black {
  color: #3a3737;
}
.hsbtn--border-clr-no-border {
  border-color: hsla(0,0%,100%,0);
}
.hsbtn--text-clr-purple {
  color: #400e51;
}
.hsbtn svg.icon-arrow-right-alt {
  width: 5px;
}
.valign {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.valign :first-child {
  margin-top: auto;
}
.valign :last-child {
  margin-bottom: auto;
}
.buttons-container .hsbtn {
  margin: 10px 10px 0 0;
}
.hsbtn svg {
  height: auto;
  margin: 0 0 0 10px!important;
  width: 16px;
}
.hsbtn svg.icon-arrow-right {
  margin-top: 4px!important;
}
.hsbtn--icon-clr-black path, 
.hsbtn--icon-clr-black polygon,
.hsbtn--icon-clr-blue path, 
.hsbtn--icon-clr-blue polygon,
.hsbtn--icon-clr-purple path, 
.hsbtn--icon-clr-purple polygon {
  transition-property: fill;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
}
.hsbtn--icon-clr-blue path, .hsbtn--icon-clr-blue polygon {
  fill: #00bdf2;
}
.hsbtn--text-clr-black:not(.hsbtn--border-clr-no-border):hover,
.hsbtn--text-clr-blue:not(.hsbtn--border-clr-no-border):hover, 
.hsbtn--text-clr-purple:not(.hsbtn--border-clr-no-border):hover {
  color: #fff;
}
.hsbtn--icon-clr-black:not(.hsbtn--border-clr-no-border):hover path,
.hsbtn--icon-clr-black:not(.hsbtn--border-clr-no-border):hover polygon, 
.hsbtn--icon-clr-blue:not(.hsbtn--border-clr-no-border):hover path,
.hsbtn--icon-clr-blue:not(.hsbtn--border-clr-no-border):hover polygon, 
.hsbtn--icon-clr-purple:not(.hsbtn--border-clr-no-border):hover path, 
.hsbtn--icon-clr-purple:not(.hsbtn--border-clr-no-border):hover polygon {
  fill: #fff!important;
}
.clr-purple {
  color: #400e51;
}
.indDtl-pg {
  background-image: url(https://19491342.fs1.hubspotusercontent-na1.net/hubfs/19491342/raw_assets/public/CrownComputing_October2021/images/pagewide-chart-gradient-c.svg);
  background-size: 100% auto;
  background-position: center top 250px;
  background-repeat: no-repeat;
}
.feat-pg {
  background-image: url(https://19491342.fs1.hubspotusercontent-na1.net/hubfs/19491342/raw_assets/public/CrownComputing_October2021/images/pagewide-chart-gradient-a.svg);
  background-position: center top 28vh;
  overflow: initial;
}
.main_sec,
.whycrown_grp2 .dnd-section {
  padding: 60px 0;
}
.indDtl-pg .hstiwc-wrapper .tile h3 {
  color: #400e51;
}
.indDtl-pg .hscwic-wrapper .title {
  color: #3a3737;
  margin-bottom: 30px;
}
.indDtl-pg .hscwic-wrapper h3 {
  color: #400e51;
  font-size: 1.4444em;
  line-height: 1.230769230769231;
  font-weight: 500;
}
.indDtl-pg .bottom_cta_section .cta-inner__content-title,
.whycrown_grp4 .bottom_cta_section .cta-inner__content-title {
  font-weight: 600;
}
.whycrown_grp4 .bottom_cta_section .cta-inner__content-title {
  max-width: 440px;
}
.indDtl-pg .testimonials h3 {
  line-height: 1.25;
}
.indDtl-pg .bottom_cta_section .col,
.whycrown_grp4 .bottom_cta_section .col {
  padding-left: 15px;
  padding-right: 15px;
}
.indsrty-pg .banner_wrap span {
  display: inline-block;
  font-size: 1.22222em;
  font-weight: 300;
  margin-bottom: 20px;
}
.indsrty-pg .banner_wrap .purple-hex,
.hs-landing-page .banner_wrap .purple-hex {
  position: absolute;
  top: 166px;
  right: 58px;
  z-index: 0;
  pointer-events: none;
}
.indsrty-pg .split-hex {
  top: -10px;
}
.indsrty-pg .logos h2 {
  max-width: none;
}
.whycrown-pg .wcbanner_wrap .page-center .hero-svg__images img,
.whycrown-pg .wcbanner_wrap .page-center .hero-svg__images svg {
  margin-top: 0!important;
}
.whycrown-pg .logos h2 {
  max-width: 100%;
}
.whycrown-pg .logos-title .col {
  -ms-flex: none;
  flex: none;
  width: 83.33333%;
}
.whycrown-pg .logos img {
  max-width: 100%!important;
}
.whycrown-pg .logos .is-mobile > .col {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.whycrown_grp2 {
  background: linear-gradient(
    180deg,rgba(230,246,255,.7),hsla(0,0%,100%,.7));
}
.whycrown_grp2 .dnd-section > .row-fluid {
  padding: 0;
}
.whycrown_grp2 .widget-type-rich_text {
  text-align: center;
  box-sizing: border-box;
  display: block;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 0 15px;
  -ms-flex: none;
  flex: none;
  width: 100%;
}
.whycrown_grp2 .widget-type-rich_text h3 {
  font-size: 32px;
  line-height: 1.25;
  color: #400e51;
  font-weight: 500;
  margin-top: 0;
}
.whycrown_grp2 .widget-type-rich_text p {
  margin: 0 auto 50px;
  font-size: 16px;
  line-height: 1.45;
}
.whycrown_grp3 .widget-type-rich_text h2 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 30px;
  color: #400e51;
  font-weight: 300;
}
.whycrown_grp3 .hscwict2-wrapper p {
  margin: 0 0 1.5em;
}
.whycrown_grp3 .crvls-wrapper p:first-child {
  margin-top: 0;
}
.whycrown_grp3 .crvls-wrapper .col:first-child {
  margin-left: 0;
}
.feat-pg .travel-path-1 {
  display: none;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 83px;
}
.feat-pg .banner-section .purple-hex {
  position: absolute;
  right: 0;
  top: 30px;
  height: auto;
  width: 150px;
  pointer-events: none;
  display: none;
}
.feat-pg .banner_wrap .svg-container .pink-hex {
  position: absolute;
  top: -30px;
  right: 275px;
  z-index: 1;
  width: 200px;
}
.feat-pg .banner_wrap .load-hidden {
  position: relative;
  z-index: 3;
}
.feat-pg .banner_wrap .svg-container svg:not(.pink-hex) {
  position: relative;
  z-index: 2;
  width: 100%;
}
.feat-pg .banner_wrap .col .svg-container {
  max-width: 550px;
  margin: 30px auto 40px;
  position: relative;
}
.sticky-container {
  position: relative;
}
.scrollto {
  box-sizing: border-box;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 20px 0 40px;
}
.feat-pg .scrollto {
  top: 70px;
}
.scrollto .scrollto__menu.scrollto__menu--desktop ul {
  padding: 0;
}
.scrollto ul {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.scrollto a {
  background-color: #f6fcff;
  border: 1px solid #400e51;
  border-radius: 4px;
  display: inline-block;
  color: #400e51;
  margin: 8px 15px;
  letter-spacing: -.28px;
  font-weight: 500;
  font-size: .72em;
  text-align: center;
  text-decoration: none;
  transition: background-color .25s ease-in-out,color .25s ease-in-out;
  padding: 6px 23px;
}
.scrollto ul li {
  margin: 0;
}
.scrollto a.active,
.scrollto a:hover {
  background-color: #400e51;
  color: #fff;
}
.scrollto__menu--mobile select {
  font-size: 13.3333px;
  line-height: normal;
  background-image: url(https://19491342.fs1.hubspotusercontent-na1.net/hubfs/19491342/raw_assets/public/CrownComputing_October2021/images/icon-arrow-down-select.svg);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center right 15px;
  -webkit-appearance: none;
  border: 1px solid #400e51;
  box-sizing: border-box;
  letter-spacing: -.28px;
  border-radius: 4px;
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  color: #400e51;
  padding: 9px 25px 9px 15px;
  width: 100%;
  outline: none;
}
.fd_row1 .hscwict2-wrapper h3 {
  font-size: 1.777777777777778em;
  line-height: 1.3;
  margin: .64444em 0;
  margin-top: auto;
}
.load-hidden {
  visibility: hidden;
}
.feat-pg .tiw-content .tile .arrow_text svg {
  margin: 0 0 0 10px!important;
  margin-top: 4px!important;
  width: auto;
}
.tiw-content .col:nth-child(8) .tile:after {
  content: none;
}
.hsbtn--icon-clr-purple path,
.hsbtn--icon-clr-purple polygon {
  fill: #400e51;
}
.hm_top_sec {
  position: relative;
}
.hm_top_sec .hexagon,
.hm_top_sec .line-1 {
  left: 0;
  position: absolute;
  pointer-events: none;
}
.hm_top_sec .line-1 {
  top: -90px;
  width: 120px;
}
.hm_top_sec .hexagon {
  top: -80px;
  width: 45px;
}
p.lead {
  font-size: 1.222222222222222em;
  line-height: 1.5;
}
.hm_grp2 .hscwi-wrapper .cols svg {
  margin: 0 auto;
}
.btmpn .bottom_cta_section .cols {
  margin-left: -15px;
  margin-right: -15px;
}
.btmpn .bottom_cta_section .col {
  padding: 0 30px;
}
.btmpn .bottom_cta_section .cta-inner__content-title {
  font-weight: 600;
}
.hm_grp2 .testimonials h3 {
  line-height: unset;
}
.hm_grp2 .hscwi-wrapper .flipped-desktop p {
  max-width: 515px;
}
.hm_grp2 .hscwi-wrapper .flipped-desktop ul {
  max-width: 475px;
}
.home-pg {
  overflow: hidden;
}
.hm_grp2 .hscwi-wrapper .hscwi_sec1 {
  padding-top: 0;
}
.hm_grp2 .hscwi-wrapper .hscwi_sec2 {
  padding-top: 100px !important;
}
.hm_grp2 .hscwi-wrapper .purple-hex {
  position: absolute;
  top: -180px;
  right: 0;
  left: auto;
  pointer-events: none;
  width: 200px;
  z-index: -1;
}
.hm_grp2 .hscwi-wrapper .main_sec {
  position: relative;
}
.hm_grp2 .hscwi-wrapper .page-center {
  position: static;
}
.hm_grp2 .hscwi-wrapper .page-center ul {
  max-width: 475px;
}
.hm_grp2 .hscwi-wrapper .cols .image-container svg {
  margin: 0;
}
.feat-pg .fd_row1 .hscwi-wrapper ul {
  max-width: none;
}
.hs-landing-page .banner-section {
  overflow: hidden;
}
.hs-landing-page form {
  margin-bottom: 30px;
  max-width: 767px;
}
body {
  overflow-x: hidden;
}
.featDtl-pg .hstiwc-wrapper .tile h3 {
  color: inherit;
} 



@media all and (-ms-high-contrast:none) {
  .load-hidden {
    visibility: visible !important;
  }
  .hsbtn svg,
  .workforce-management .cols svg,
  .header-inner .header-inner__nav .hs-button svg {
    height: 10px !important;
  }
  .valign {
    display: block;
  }

}

@media (max-width: 1024px) {
  .scrollto__menu--desktop {
    display: none;
  }
  .hs-landing-page .banner_wrap {
    padding-top: 350px;
  }

}

@media (max-width: 990px) {
  .feat-pg .scrollto {
    top: 50px;
  }
  
}

@media (max-width: 767px) {
  .whycrown-pg .logos .is-mobile > .col {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .feat-pg .scrollto {
    top: 40px;
  }
  .hs-landing-page .banner_wrap .large {
    right: 0;
  }
  .hs-landing-page .banner_wrap .small {
    top: 170px;
    right: 110px;
  }

}

@media screen and (min-width: 520px) {
  .hs-row {
    display: -ms-flexbox;
    display: flex;
  }
  .feat-pg .banner_wrap .svg-container .pink-hex {
    top: -60px;
  }

}

@media (min-width: 768px) {
  .hs-row {
    margin: 0 -15px -15px;
  }
  .hs-col {
    padding: 0 15px 15px;
  }
  .indDtl-pg .split-hex {
    width: 440px;
  }
  .indDtl-pg {
    background-position: center top 150px;
  }
  .main_sec,
  .whycrown_grp2 .dnd-section {
    padding: 80px 0;
  }
  .indDtl-pg .hscwic-wrapper .title {
    margin-bottom: 60px;
  }
  .indsrty-pg .banner_wrap .purple-hex,
  .hs-landing-page .banner_wrap .purple-hex {
    right: 200px;
    top: 180px;
  }
  .whycrown_grp2 .widget-type-rich_text p {
    font-size: 22px;
  }
  .whycrown_grp3 .widget-type-rich_text h2 {
    margin: 0 0 40px;
    font-size: 44px;
  }
  .feat-pg .banner-section .purple-hex {
    display: block;
    top: 100px;
    width: 120px;
  }
  .feat-pg .banner_wrap .col .svg-container {
    max-width: none;
    margin: 0;
  }
  .feat-pg .banner_wrap .svg-container .pink-hex {
    top: -10px;
    right: 170px;
    width: 160px;
  }
  .feat-pg .banner_wrap .is-7-lg {
    -ms-flex: none;
    flex: none;
    width: 58.33333%;
  }
  .feat-pg .banner_wrap .is-5-lg {
    -ms-flex: none;
    flex: none;
    width: 41.66667%;
  }
  .hm_top_sec .line-1 {
    width: 170px;
    top: -70px;
  }
  .hm_top_sec .hexagon {
    width: 65px;
    top: -60px;
  }
  .hm_grp2 .hscwi-wrapper .purple-hex {
    width: 100px;
  }



}

@media (min-width: 1025px) {
  .hidden-touch {
    display: block!important;
  }
  .indDtl-pg .banner_wrap {
    padding-bottom: 100px;
    padding-top: 130px;
  }
  .indDtl-pg .banner_wrap .col h1 {
    max-width: 420px;
  }
  .indsrty-pg .banner_wrap .col h1 {
    max-width: 645px;
  }
  .indsrty-pg .banner_wrap {
    padding-top: 110px;
  }
  .indDtl-pg {
    background-position: center top 200px;
  }
  .main_sec,
  .whycrown_grp2 .dnd-section {
    padding: 100px 0;
  }
  .indsrty-pg .banner_wrap .purple-hex,
  .hs-landing-page .banner_wrap .purple-hex {
    right: 45px;
    top: 220px;
  }
  .indsrty-pg .split-hex {
    top: 5px;
  }
  .whycrown-pg .logos-title .col {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .whycrown_grp2 .widget-type-rich_text {
    margin-left: 16.66667%;
    -ms-flex: none;
    flex: none;
    width: 66.66667%;
  }
  .whycrown_grp2 .widget-type-rich_text p {
    padding-right: 30px;
  }
  .feat-pg .banner-section .purple-hex {
    width: 175px;
    right: 0;
    top: 120px;
  }
  .feat-pg .banner_wrap .col p {
    padding-right: 40px;
  }
  .feat-pg .banner_wrap .col {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .feat-pg .banner_wrap .svg-container .pink-hex {
    top: -55px;
    right: 245px;
    width: 233px;
  }
  .feat-pg .banner_wrap .svg-container svg {
    margin-top: 50px!important;
  }
  .scrollto {
    padding: 40px 0;
  }
  .feat-pg .scrollto {
    top: 40px;
  }
  .scrollto__menu--mobile {
    display: none;
  }
  .feat-pg .tiw-content .tile h4 {
    padding: 0 25px;
  }
  .hm_top_sec .line-1 {
    top: -60px;
    width: 280px;
  }
  .hm_top_sec .hexagon {
    width: 110px;
    top: -48px;
  }
  .hm_grp2 .hscwi-wrapper .hscwi_sec1 p {
    padding-right: 30px;
  }
  .hm_grp2 .hscwi-wrapper .cols:not(.flipped-desktop) .styled-list {
    width: 41.66667%;
    margin-left: 8.33333%;
  }
  .hm_grp2 .hscwi-wrapper .flipped-desktop .styled-list {
    margin-right: 8.33333%;
  }
  .hm_grp2 .hscwi-wrapper .cols svg {
    margin-top: 60px;
  }
  .hm_grp2 .hscwi-wrapper .hscwi_sec2 {
    padding-top: 20px !important;
  }
  .hm_grp2 .hscwi-wrapper .hscwi_sec1 {
    padding-top: 40px !important;
  }
  .hm_grp2 .hscwi-wrapper .purple-hex {
    width: 250px;
  }


}

@media (min-width: 1140px) {
  .indDtl-pg .split-hex {
    top: 31px;
    width: 500px;
  }
  .indDtl-pg {
    background-position: center top 205px;
  }
  .indsrty-pg {
    background-position: center top 240px;
  }
  .main_sec {
    padding: 130px 0;
  }
  .whycrown_grp2 .dnd-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .indDtl-pg .hstiwc-wrapper .img_item .tile h3 {
    max-width: 260px;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .indDtl-pg .hstiwc-wrapper .tile p {
    padding: 0 18px;
  }
  .indDtl-pg .bottom_cta_section .cta-inner,
  .whycrown_grp4 .bottom_cta_section .cta-inner {
    padding: 75px 200px 75px 90px;
  }
  .indsrty-pg .banner_wrap .purple-hex,
  .hs-landing-page .banner_wrap .purple-hex {
    top: 340px;
    right: 60px;
  }
  .indsrty-pg .split-hex {
    top: 120px;
    width: 500px;
  }
  .whycrown_grp3 .crvls-wrapper .main_sec {
    padding: 0 0 20px;
  }
  .whycrown_grp4 .bottom_cta_section .cta-inner__content-description {
    padding-right: 50px;
  }
  .feat-pg .banner-section .purple-hex {
    top: 120px;
    width: 170px;
  }
  .btmpn .bottom_cta_section .cta-inner {
    padding: 75px 200px 75px 90px;
  }
  .hm_grp2 .hscwi-wrapper .hscwi_sec1,
  .hm_grp2 .hscwi-wrapper .hscwi_sec2 {
    padding-bottom: 130px !important;
  }
  .hm_grp2 .hscwi-wrapper .purple-hex {
    width: 273px;
  }


}

@media (min-width: 1200px) {
  .feat-pg .travel-path-1 {
    display: block;
  }

}

@media (min-width: 1360px) {
  .feat-pg .banner_wrap .svg-container .pink-hex {
    right: 175px;
    top: -63px;
  }
  .feat-pg .banner_wrap .svg-container svg:not(.pink-hex) {
    transform: translateX(80px);
  }
  .hm_top_sec .line-1 {
    width: 475px;
    top: -80px;
  }
  .hm_top_sec .hexagon {
    width: 190px;
    top: -58px;
  }

}

@media (min-width: 1440px) {
  .hm_top_sec .line-1 {
    top: -120px;
  }
  .hm_top_sec .hexagon {
    top: -98px;
  }

}

@media (min-width: 1560px) {
  .hm_top_sec .line-1 {
    top: -150px;
  }
  .hm_top_sec .hexagon {
    top: -128px;
  }

}