*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

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

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

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

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

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

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

.container-fluid {
  *zoom: 1;
}

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

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

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

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

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


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

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

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

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

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

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

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

  .visible-desktop {
    display: none !important ;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.banner-section  .dnd-section{
  padding:0;
}

.banner-section  .dnd-section > .row-fluid {
  max-width:100%;
}

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

.dnd-section .dnd-column {
  padding: 0 20px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
::selection {
  background-color: #231f20;
  text-shadow: none;
}

@font-face { 
  font-family: "Knockout-30";
  src: local("☺"), url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/Knockout-30.woff) format("woff"), 
    url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/Knockout-30.ttf) format("truetype");
  font-style: normal; 
  font-weight: 300;
}
@font-face { 
  font-family: "Knockout Welterweight";
  src:url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/KNOCKOUT-50WELTERWEIGHT.woff2) format("woff2");
  font-style: normal; 
}
@font-face { 
  font-family: "Knockout-67"; 
  src: local("☺"), url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/Knockout-67.woff) format("woff"), 
    url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/Knockout-67.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal;
}


@font-face { 
  font-family: "Sentinel-Book"; 
  src: local("☺"), url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/Sentinel-Book.woff) format("woff"), 
    url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/Sentinel-Book.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal;
}


@font-face { 
  font-family: "Sentinel-BookItal"; 
  src: local("☺"), url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/Sentinel-BookItal.woff) format("woff"), 
    url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/Sentinel-BookItal.ttf) format("truetype");
  font-style: italic;
  font-weight: normal; 
}


@font-face {
  font-family: "Sentinel-SemiboldItal";
  src: local("☺"), url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/Sentinel-SemiboldItal.woff) format("woff"), 
    url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/Sentinel-SemiboldItal.ttf) format("truetype");
  font-style: italic; 
  font-weight: bold;
}

@font-face {
  font-family: "Sentinel-Light";
  src: local("☺"), url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/Sentinel-Light.woff) format("woff"), 
    url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/Sentinel-Light.ttf) format("truetype");
  font-style: normal; 
  font-weight: 400; 
}


@font-face { 
  font-family: "Fionascript Bold"; 
  src: url() format("woff"), 
    url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/FIONASCRIPT-BOLD.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face { 
  font-family: icomoon;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SAywAAAC8AAAAYGNtYXAaVcxZAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZjAeVDIAAAFwAAABzGhlYWQFJeYbAAADPAAAADZoaGVhB8IDyAAAA3QAAAAkaG10eA4AADgAAAOYAAAAHGxvY2EAzgFgAAADtAAAABBtYXhwAAoAMAAAA8QAAAAgbmFtZVcZpu4AAAPkAAABRXBvc3QAAwAAAAAFLAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYC//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQA4/9oDyAOIACYAAAkBNjQnJgYHCQEmIgcGFhcJAQYUFx4BMzI2NwkBHgEzMjY3NjQnAQKKAT4bGxtPIP7C/sIbTyAfBBsBPv7CGxsSJBISIg4BPgE+DSMSEiIOGxv+yAHAAT4bTyAfBBv+wgE4GxsbTyD+yP7CG08gCQ8QDgE4/sINERAOG08gAT4AAAAAAgAAAAAEAAKAABAALQAAASEiBhURFBYzITI2NRE0JiMHIxUzFSE1MzUhFTMVITUzNSM1IRUjFSE1IzUhFQPz/BoFCAgFA+YFCAgFgG1t/rp5/rR5/rptbQFGeQFMeQFGAoAIBf2aBQgIBQJmBQjG+lpgWlpZWfRgWk1HYGAAAAACAAAAgAQAAwAAEAAtAAABISIGFREUFjMhMjY1ETQmIwcjFTMVITUzNSEVMxUhNTM1IzUhFSMVITUjNSEVA/P8GgUICAUD5gUICAWAbW3+unn+tHn+um1tAUZ5AUx5AUYDAAgF/ZoFCAgFAmYFCMb6WmBaWllZ9GBaTUdgYAAAAAEAAAABAAClcKjgXw889QALBAAAAAAA0QNQ3gAAAADRA1DeAAD/2gQAA4gAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAACAAAABAAAOAQAAAAEAAAAAAAAAAAKABQAHgBmAKYA5gABAAAABwAuAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA") format("truetype"), url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAWYAAsAAAAABUwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIDLGNtYXAAAAFoAAAATAAAAEwaVcxZZ2FzcAAAAbQAAAAIAAAACAAAABBnbHlmAAABvAAAAcwAAAHMMB5UMmhlYWQAAAOIAAAANgAAADYFJeYbaGhlYQAAA8AAAAAkAAAAJAfCA8hobXR4AAAD5AAAABwAAAAcDgAAOGxvY2EAAAQAAAAAEAAAABAAzgFgbWF4cAAABBAAAAAgAAAAIAAKADBuYW1lAAAEMAAAAUUAAAFFVxmm7nBvc3QAAAV4AAAAIAAAACAAAwAAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gIDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmAv/9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAOP/aA8gDiAAmAAAJATY0JyYGBwkBJiIHBhYXCQEGFBceATMyNjcJAR4BMzI2NzY0JwECigE+GxsbTyD+wv7CG08gHwQbAT7+whsbEiQSEiIOAT4BPg0jEhIiDhsb/sgBwAE+G08gHwQb/sIBOBsbG08g/sj+whtPIAkPEA4BOP7CDREQDhtPIAE+AAAAAAIAAAAABAACgAAQAC0AAAEhIgYVERQWMyEyNjURNCYjByMVMxUhNTM1IRUzFSE1MzUjNSEVIxUhNSM1IRUD8/waBQgIBQPmBQgIBYBtbf66ef60ef66bW0BRnkBTHkBRgKACAX9mgUICAUCZgUIxvpaYFpaWVn0YFpNR2BgAAAAAgAAAIAEAAMAABAALQAAASEiBhURFBYzITI2NRE0JiMHIxUzFSE1MzUhFTMVITUzNSM1IRUjFSE1IzUhFQPz/BoFCAgFA+YFCAgFgG1t/rp5/rR5/rptbQFGeQFMeQFGAwAIBf2aBQgIBQJmBQjG+lpgWlpZWfRgWk1HYGAAAAABAAAAAQAApXCo4F8PPPUACwQAAAAAANEDUN4AAAAA0QNQ3gAA/9oEAAOIAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAgAAAAQAADgEAAAABAAAAAAAAAAACgAUAB4AZgCmAOYAAQAAAAcALgACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAA4AAAABAAAAAAACAA4ARwABAAAAAAADAA4AJAABAAAAAAAEAA4AVQABAAAAAAAFABYADgABAAAAAAAGAAcAMgABAAAAAAAKADQAYwADAAEECQABAA4AAAADAAEECQACAA4ARwADAAEECQADAA4AJAADAAEECQAEAA4AVQADAAEECQAFABYADgADAAEECQAGAA4AOQADAAEECQAKADQAYwBpAGMAbwBtAG8AbwBuAFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuAFIAZQBnAHUAbABhAHIAaQBjAG8AbQBvAG8AbgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("woff");
  font-style: normal;
  font-weight: 400; 
}

@font-face { font-family: "Sentinal Book Font"; 
  src: url() format("woff"), 
    url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/SENTINEL-BOOK-1.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal; 
}

@font-face { 
  font-family: "bebas-neue"; 
  src: url("https://use.typekit.net/af/2f0e6a/00000000000000003b9b12e6/27/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3") format("woff2"), 
    url("https://use.typekit.net/af/2f0e6a/00000000000000003b9b12e6/27/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/2f0e6a/00000000000000003b9b12e6/27/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}


@font-face { 
  font-family: "adelle";
  src: url("https://use.typekit.net/af/19af50/00000000000000003b9af920/27/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/19af50/00000000000000003b9af920/27/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/19af50/00000000000000003b9af920/27/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3") format("opentype");
  font-style: normal; 
  font-weight: 400; 
  font-display: auto;
}


@font-face { 
  font-family: "adelle"; 
  src: url("https://use.typekit.net/af/01fb88/00000000000000003b9af921/27/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3") format("woff2"),
    url("https://use.typekit.net/af/01fb88/00000000000000003b9af921/27/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3") format("woff"),
    url("https://use.typekit.net/af/01fb88/00000000000000003b9af921/27/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3") format("opentype");
  font-style: normal; 
  font-weight: 600;
  font-display: auto; 
}


@font-face { 
  font-family: "adelle"; 
  src: url("https://use.typekit.net/af/d79a98/00000000000000003b9af917/27/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("woff2"),
    url("https://use.typekit.net/af/d79a98/00000000000000003b9af917/27/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/d79a98/00000000000000003b9af917/27/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("opentype"); 
  font-style: normal; font-weight: 700; font-display: auto; 
}


@font-face { 
  font-family: "Bowlby One";
   src: local("☺"), url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/BowlbyOne-Regular.woff) format("woff"), 
     url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/BowlbyOne-Regular.woff2) format("woff2"), 
    url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/BowlbyOne-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face { 
  font-family: "Bowlby One SC"; 
   src: local("☺"), url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/BowlbyOneSC-Regular.woff) format("woff"),
      url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/BowlbyOneSC-Regular.woff2) format("woff2"),
    url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/BowlbyOneSC-Regular.ttf) format("truetype");
  font-style: normal; 
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face { 
  font-family: eicons; 
  src: url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/eicons.woff) format("woff"),
      url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/eicons.woff2) format("woff2"),
    url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/fonts/eicons.ttf) format("truetype");
  font-style: normal; 
  font-weight: 400; 
}




html {
  font-size: 10px;
}

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

img {
  max-width: 100%;
  height:auto;
  vertical-align: middle;
}
/* Anchor Links */
a {
  color: ;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  line-height: 1.5;
  word-break: break-word;
}


strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left:40px;
}

ul li,
ol li {
  line-height: inherit;
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}


/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
  }
}

@media (max-width: 480px) {
  html {
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
 form,
 .submitted-message {
   max-width: ;
   font-family: ;
 }
 
 .hs-button,
 .button--primary {
   cursor:pointer;
  display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
       min-height: 40px;
   font-size: 23px;
   font-family:roboto;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
     margin:15px 0;
   word-break: break-word;
    white-space: normal;
   outline:none!important;
 }
 
 .hs-button:hover,
 .button--primary:hover {
   text-decoration: none;
   
 }
 
 
 .hs-form label {
         padding-bottom: 4px;
   font-size:16px;
   font-family:roboto;
   display:block;
   font-weight:400;
   line-height:1.5;
 }
 
 form .hs-error-msgs label {
       margin-top: .5rem;
     color: red !important;
     display: block;
     line-height: 1.5;
 }
 
 .hs-input,
 input#hs-pwd-widget-password {
   width: 100%;
    max-width: 100%;
    border: 1.5px solid #818a91;
   min-height: 40px;
   display:block;
    padding: 5px 14px;
 }
 input#hs-pwd-widget-password {
 height: 45px!important;
 }
 .hs-input:focus,
 input#hs-pwd-widget-password:focus {
   outline: 0;
 }
 
 .hs-input[type=checkbox],
 .hs-input[type=radio] {
   cursor: pointer;
   width: auto!important;
   height: auto!important;
   display:inline-block;
   padding: 0;
   margin: 3px 5px 3px 0px;
   line-height: normal;
   border: none;
       vertical-align: middle;
 }
 .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
}
 .hs-input[type=file] {
   background-color: #fff;
   padding: initial;
   border: initial;
   line-height: initial;
   box-shadow: none;
 }
 
 .hs-input:-moz-placeholder {
   color: ;
 }
 
 .hs-input::-webkit-input-placeholder {
   color: ;
 }
 
 textarea.hs-input {
   height: auto;
 }
 
 select[multiple].hs-input {
   height: inherit;
 }
 
 /* Force single column fields to full width inside of fieldsets */
 fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
   width: 100% !important;
 }
 
 input.hs-input.error,
 div.field.error input,
 div.field.error textarea,
 div.field.error .chzn-choices,
 textarea.hs-input.error,
 select.hs-input.error {
   border-color: #e49f9f;
 }
 
 
 .actions {
   padding: 0;
 }
 
 .inputs-list {
   margin: 0 0 5px;
   width: 100%;
   padding-left: 0;
 }
 .inputs-list > li {
   display: block;
   padding: 0;
   width: 100%;
   padding-top: 0;
 }
 .inputs-list label {
   display: block;
   float: none;
   width: auto!important;
   padding: 0;
   line-height: 18px;
   text-align: left;
   white-space: normal;
   font-weight: normal;
 }
 .inputs-list:first-child {
   padding-top: 6px;
 }
 .inputs-list > li + li {
   padding-top: 2px;
 }
 .inputs-list label > input,
 .inputs-list label > span {
   vertical-align: middle;
 }
 
 ul.no-list {
   list-style: none;
 }
 
 .hs-form-field{
   margin-bottom: 18px;
 }
 
 .hs-field-desc {
   color: ;
   margin: 0px 0px 6px;
   font-size: 14px;
 }
 
 .hs-form-required {
   color: red;
 }
 
 .hs-richtext {
   margin-bottom: 3px;
   line-height: 1.2;
   font-size: ;
   color: ;
 }
 .hs-richtext hr {
   text-align: left;
   margin-left: 0;
   width: 91%;
 }
 
 .grecaptcha-badge {
   margin: 0;
 }
 
 .email-correction, .email-validation {
   padding-top: 3px;
   font-size: 12px;
 }
 .email-correction a,
 .email-validation a {
   cursor: pointer;
 }
 
 #hs-search-module form input {
   margin-bottom: 20px;
 }
 
 
 @media (max-width: 400px),
   (min-device-width: 320px) and (max-device-width: 480px) {
     .email-correction form .form-columns-2 .hs-form-field,
     .email-correction form .form-columns-3 .hs-form-field,
     .email-validation form .form-columns-2 .hs-form-field,
     .email-validation form .form-columns-3 .hs-form-field {
       float: none;
       width: 100%;
     }
     .email-correction form .form-columns-2 .hs-form-field .hs-input,
     .email-correction form .form-columns-3 .hs-form-field .hs-input,
     .email-validation form .form-columns-2 .hs-form-field .hs-input,
     .email-validation form .form-columns-3 .hs-form-field .hs-input {
       width: 90%;
     }
     .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
     .email-correction form .form-columns-2 .hs-form-field input[type=radio],
     .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
     .email-correction form .form-columns-3 .hs-form-field input[type=radio],
     .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
     .email-validation form .form-columns-2 .hs-form-field input[type=radio],
     .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
     .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
       width: 24px;
     }
 }
 
 .hs-button,
 .hs-form-field input[type=text],
 .hs-form-field input[type=email],
 .hs-form-field input[type=phone],
 .hs-form-field input[type=number],
 .hs-form-field input[type=tel],
 .hs-form-field input[type=date],
 .hs-form-field textarea {
   -webkit-appearance: none;
   -moz-appearance: none;
 }
 
 .hs-default-font-element,
 .hs-main-font-element {
   font-family: ;
 }
/* 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

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

.header.lp-header .header__navigation {
  justify-content: center;
}

header.header {
  position: absolute;
  width: 100%;
  z-index:9;
}

.header .header__navigation>div {
  height: 14.28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Sentinel-SemiboldItal";
}
.header .navigation-primary>ul>li{
  height: 14.28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Sentinel-SemiboldItal";
}

.header .header__logo a {

}

.header .header__logo img{
  width:100px!important;
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.header .custom-menu-primary{
  width:100%
}

.header .navigation-primary>ul{
  list-style: none;
  margin: 0;
  padding: 0;
  line-height:1;
}

.header .navigation-primary>ul>li{
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.header .navigation-primary>ul>li>a{
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1.6em;
  text-decoration: none;
  text-transform: none;
  font-style: italic;
  font-size: 1.4em;
  margin: auto;
}


.header .navigation-primary>ul>li>ul{
  box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
  width: 280px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  display:none;
  list-style:none;
  padding:0;
  margin:0;
  text-align:left;
  left: 12px;

}

.header .navigation-primary>ul>li>ul>li{
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.header .navigation-primary>ul>li>ul>li>a{
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1.6em;
  text-decoration: none;
  text-transform: none;
  font-style: italic;
  font-size: 19.2px;
  margin: auto;
  display: block;
  padding: 10px;
}



.header .header__navigation .mobile-menu{
  display:none;
}

@media (min-width: 768px){
  .header .navigation-primary>ul>li:hover>ul{
    display:block;
  }
  .header .header__container {
    background-color: transparent;
    position: relative;
    -webkit-transform: none;
    transform: none;
    margin: 10px auto;
    width: 100%;
    max-width: 960px;
  }
  .header .header__navigation{
    list-style-type: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
  }
  .header .header__logo {
    display: block;
    -ms-flex-item-align: center;
    align-self: center;
    width: 14.28%;
    text-align: center;
    justify-content: center;
  }
  .header_right_menu,
  .header_left_menu{
    width:42.84%;
  }
  .header .navigation-primary>ul>li>a{
    font-size: 19.2px;
    color: #231f20;
    display: block;
    font-family: "Sentinel-SemiboldItal";
  }

  .header .navigation-primary>ul>li.About>a:hover {
    color: #ea0075;
  }

  .header .navigation-primary>ul>li.Community>a:hover {
    color: #522986;
  }

  .header .navigation-primary>ul>li.Work>a:hover {
    color: #00aed0;
  }

  .header .navigation-primary>ul>li.Services>a:hover {
    color: #81bf37;
  }

  .header .navigation-primary>ul>li.Pitch>a:hover {
    color: #f36f21;
  }

  .header .navigation-primary>ul>li.Blog>a:hover {
    color: #ea0075;
  }

  .header .navigation-primary>ul>li{
    display: block;
    width: 33.333%;
    text-align: center;
  }
  .header .header__logo a{
    font-size: 1.2em;
    color: #231f20;
    display: block;
  }

  header.header.show{
    height: auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    position: fixed;
    display: block;
    width: 100%;
    background-color: #fff;
    top: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  header.header.sticky {
    transform: translateY(-100%);
    position: fixed!important;
    display: block;
    width: 100%;
    background-color: #fff;
    top: 0;
  }
  header.header.sticky.show {
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  header.header.show .navigation-primary>ul>li>a{
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  header.header.show .navigation-primary>ul>li>a {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  header.header.sticky .navigation-primary>ul>li>a {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  header.header.sticky.show .navigation-primary>ul>li>a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  header.header.sticky.show .navigation-primary>ul>li.About>a {
    -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
    transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  }
  header.header.sticky.show .navigation-primary>ul>li.Community>a {
    -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
    transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  }
  header.header.sticky.show .navigation-primary>ul>li.Work>a {
    -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s;
    transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s;
  }
  header.header.sticky.show .navigation-primary>ul>li.Services>a {
    -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
    transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
  }
  header.header.sticky.show .navigation-primary>ul>li.Pitch>a {
    -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.35s;
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.35s;
  }
  header.header.sticky.show .navigation-primary>ul>li.Blog>a {
    -webkit-transition: all 0.55s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
    transition: all 0.55s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  }
  body.header-show header.header {
    transition: 0.4s;
  }

}


@media (max-width:767px){
  body.No_banner header.header{
    min-height:70px;
  }

.header .header__navigation {
    background-color: #fff;
    width: 75%;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .45s cubic-bezier(0.215,0.61,0.355,1);
    transition: -webkit-transform .45s cubic-bezier(0.215,0.61,0.355,1);
    transition: transform .45s cubic-bezier(0.215,0.61,0.355,1);
    transition: transform .45s cubic-bezier(0.215,0.61,0.355,1),-webkit-transform .45s cubic-bezier(0.215,0.61,0.355,1);
}
  .header .header__navigation .header_right_menu,
  .header .header__navigation .header_left_menu{
    display:none;
  }
  .header .navigation-primary>ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .header .header__navigation .header__logo {
    height: 14.28%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    font-family: "Sentinel-SemiboldItal";
  }
  .header__logo {
    text-align: center;
    width: 100%;
  }
  .header .header__logo a {
    color: #231f20;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 1.6em;
    text-decoration: none;
    text-transform: none;
    font-style: italic;
    font-size: 1.4em;
    margin: auto;
    color: #fff;
  }
  .header .header__logo img{
    width:125px!important;
  }
  .nav-toggle {
    z-index: 1000;
    position: fixed;
    height: 40px;
    width: 40px;
    top: 10px;
    left: 10px;
    -webkit-transition: left 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: left 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-toggle .col {
    display: inline-block;
    width: 24%;
    text-align: center;
    height: auto;
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;

  }
  .nav-toggle .con {
    width: auto;
    margin: 0 auto;
    -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    cursor: pointer;
    display: inline-block;
  }
  .nav-toggle .bar {
    -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    display: block;
    height: 4px;
    width: 30px;
    background-color: #231f20;
    margin: 5px auto;
  }
 
   body.nav-open .body-wrapper{
  overflow-x:hidden;
  }
  body .body-wrapper>div{
    left: 0;
    position: relative;
    width: 100%;
    -webkit-transition: left 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: left 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body.nav-open .body-wrapper>div{
    left: 75%;
    -webkit-transition: left 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: left 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    overflow-x: hidden;
  }
  .nav-open .nav-toggle {
    left: 74%;
  }
  .nav-open .arrow-top-r {
    -webkit-transform: rotateZ(-45deg) translateY(12px);
    transform: rotateZ(-45deg) translateY(12px);
    width: 25px;
  }
  .nav-open .nav-toggle .arrow-middle-r {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
    opacity: 0;
  }
  .nav-open .arrow-bottom-r {
    -webkit-transform: rotateZ(45deg) translateY(-13px);
    transform: rotateZ(45deg) translateY(-13px);
    width: 25px;
  }
 
  .nav-open .header .header__navigation{
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .header .header__navigation .mobile-menu-primary>div,
  .header .header__navigation nav.navigation-primary,
  .header .header__navigation .mobile-menu{
    height: 100%;
  }
  .header .header__navigation .mobile-menu-primary {
    width: 100%;
    height: 100%;
  }
  .header .navigation-primary>ul>li:nth-of-type(1) {
    background-color: #ea0075;
  }
  .header .navigation-primary>ul>li:nth-of-type(2) {
    background-color: #f36f21;
  }
  .header .navigation-primary>ul>li:nth-of-type(3) {
    background-color: #522986;
  }
  .header .navigation-primary>ul>li:nth-of-type(4) {
    background-color: #00a1b4;
  }
  .header .navigation-primary>ul>li:nth-of-type(5) {
    background-color: #81bf37;
  }
  .header .navigation-primary>ul>li:nth-of-type(6) {
    background-color: #ffc52f;
  }
  .header .navigation-primary>ul>li>a {
    color: #231f20;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 1.6em;
    text-decoration: none;
    text-transform: none;
    font-style: italic;
    font-size: 1.4em;
    margin: auto;
    color: #fff!important;
  }
  .header .header__navigation .mobile-menu{
    display:block;
  }

  .header .child-trigger:before{
    content:'+';
  }
  .header .child-trigger {
    color: white;
    padding: 10px;
    position: absolute;
    font-size: 36px;
    right: 0;
    font-family: 'Sentinel-Book';
    font-style: normal;
  }

  .header .child-trigger i {
    vertical-align: middle;
    font-style:normal;
  }
  .child-trigger i:before {
    content: '\f107';
    font-family: IcoMoon;
    font-style: normal;
  }
  .header.lp-header .header__navigation {
    position: relative;
    transform: none;
    width:100%;
  }
  .header .navigation-primary>ul>li {
    height: auto;
    min-height: auto;
    flex-direction: column;
  }

  .header .navigation-primary>ul>li>ul {
    position: static;
    width: 100%;
  }

  .header .navigation-primary>ul>li>a {
    display: block;
    padding: 5vh 0;
  }

  .header .navigation-primary>ul {
    display: block;
  }

  .header .navigation-primary>ul>li {
    display: block;
    float: none;
    text-align: center;
  }

  .header .child-trigger {
    top: 35px;
  }
 .header .child-trigger.icon:before{
  content:"-";
  }
  .nav-toggle .bar {
    -webkit-transition: all .45s cubic-bezier(0.215,0.61,0.355,1);
    transition: all .45s cubic-bezier(0.215,0.61,0.355,1);
    opacity: 1;
    display: block;
    height: 4px;
    width: 30px;
    background-color: dimgrey;
    margin: 5px auto;
}
}
.footer a{
  text-decoration:none;
}
.footer{
  position: relative;
  z-index: 1;
}
.lp-footer .footer__content-section {
  width: 100%;
}
.lp-footer .footer__content-section.desktop-only {
  display: block;
}
.lp-footer .footer__copyright {
      max-width: 100%;
  float: left;
  border-right: 0;
  box-sizing: content-box;
}
.footer::before {
  content: "";
  display: block;
  background: url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/images/TopShadowDark.svg) no-repeat center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  height: 100%;
}
.footer a:hover{
  text-decoration:underline;
}

.footer__twitter {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 60px 0;
  font-family: 'Sentinel-BookItal';
}

.footer__twitter-img {
  width: 100%;
  text-align: center;
  float: left;
}

.footer__twitter-img img {
  height: 80px;
  width:80px!important;
  margin-top: 25px;
}
.footer__twitter-feed {
  float: left;
  width: 100%;
}

.footer__twitter .usertimeline {
  float: left;
  width: auto;
  font-family: 'Sentinel-BookItal';
  text-align: center;
  font-size: 22px;
}

.ctf-author-commonworks{
  padding: 15px 5px;
  overflow: hidden;
}

.footer__twitter .context {
  width: 100%;
  margin-bottom: 2px;
  font-size: 12px;
}

.footer__twitter .context a {
  display: inline-block;
  font-size: inherit;
  line-height: 1;
  margin: 0 3px 0 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}


.footer__twitter .context a svg {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  font-size: inherit;
}
.footer__twitter .context p {
  display:inline-block;
  margin:0;
  line-height: 1.5;
  font-size: 20px;
}

.footer__twitter .author-box h1{
  margin:0;
  font-weight: 700!important;
  margin-top: 4px;
  margin-right: 1px;
  display: inline-block;
  font-family: 'Sentinel-BookItal';
  font-size:20px;
}
.footer__twitter .author-box p{
  margin:0;
  margin-left: 0;
  margin-right: 1px;
  display: inline-block;
  font-family: 'Sentinel-BookItal';
  font-size:20px;
}

.footer__twitter .author-box p svg{
  display: inline-block;
  box-sizing: unset;
  overflow: visible;
  width: 1em;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.footer__twitter .author-box time,
.footer__twitter .author-box h2 {
  margin:0;
  margin-left: 4px;
  font-size: 12px;
  margin-right: 1px;
  font-weight:400;
  display: inline-block;
  font-family: 'Sentinel-BookItal';
}
.footer__twitter .ctf-screename-sep {
  margin: 0 .5px;
  display: inline-block;
}
.footer__twitter .corner-logo {
  display: inline-block;
  float: right;
  color: #1b95e0;
  font-size: 24px;
}
.footer__twitter .corner-logo svg{
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.footer__twitter .tweet-content{
  margin-top: 3px;
  max-width: 100%;
}
.footer__twitter .tweet-content p{
  padding: 0;
  margin: 0;
  line-height: 1.4;
  font-family: 'Sentinel-BookItal';
  font-size: 22px;
}

.author-box-link{
  text-decoration: none;
  display: inline-block;
  line-height: 1.5!important;
}

.footer__content {
  border-top: 1px solid grey;
  height: 100%;
  width: 100%;
}

.footer__content-inner {
  width: auto;
  margin: auto;
  max-width: 1080px;
}
.footer__content-section {
  width: 100%;
  float: left;
}

.footer__content-section.desktop-only {
  display: none;
}
.footer__content-section {
  width: 100%;
  float: left;
}
.footer__content-section .footer-logo img {
  width:87.59px!important;
  height: 80px;
  margin: 30px auto 15px;
  display: block;
}
nav.footer__nav .hs-menu-wrapper>ul {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
}
nav.footer__nav .hs-menu-wrapper>ul>li {
  display: block;
  padding: 5px;
}
nav.footer__nav .hs-menu-wrapper>ul>li a {
  font-size: 18px;
  font-family: "Sentinel-BookItal";
  display: block;
  margin: auto;
}

.footer .footer__email a{
  text-decoration:none;
}
.footer__email {
  text-align: center;
}
.footer__subscribe, .footer__email {
  padding: 30px 0;
}

.footer__email h2{
  line-height: 1.5;
  letter-spacing: 3px;
  font-size: 30px;
  margin: 10px 0 20px;
  font-weight: 100;
  font-family: "Knockout-67";
  text-transform: uppercase;
  margin-bottom: 0;
}

.footer__email p{
  font-size: 16px;
  margin: 0 0 5px;
  text-align: center;
  font-family: "Sentinel-Book";
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
}
.footer__email ~ hr {
  max-width: 60%;
  border: 0;
  border-top: 1px solid grey!important;
  border-left: 1px solid grey!important;
  border-right: 1px solid grey!important;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 10px;
}
.footer__email a{
  border: 2px solid #fff;
  display: block;
  width: 30%;
  text-align: center;
  text-transform: uppercase;
  padding: 8px;
  font-family: "Knockout-30";
  letter-spacing: 2px;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  font-size: 20px;
  font-size: 16px;
  margin: 10px auto;
  width: 50%;
}
.footer__content-section--full {
  border-top: 1px solid grey;
  width: 100%;
  float: left;
  display: none;
}

.footer__copyright {
  margin: 1em 0;
  font-size: 1.2rem;
  text-align: center;
  font-family: "Sentinel-Book";
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
}

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

.footer form .hs-form-field>label{
  display:none;
}
.footer__made-by p{
  font-size: 13px;
  text-align: center;
  font-family: "Sentinel-Book";
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  margin: 1em 0;
}

.footer__forms {
  text-align: center;
}
.footer__subscribe p {
  font-size: 16px;
  margin: 0 0 5px;
  font-family: "Sentinel-Book";
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
}
.footer form input.hs-input.error{
  border-color: #6B0505;
}
.footer__subscribe h2{
  letter-spacing: 3px;
  font-size: 30px;
  margin: 10px 0 20px;
  font-weight: 100;
  font-family: "Knockout-67";
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.5;
}

.footer__subscribe form .hs-form-field {
  margin-bottom: 0;
}
.footer__subscribe ::placeholder {
  color: grey;
}
.footer__subscribe form .hs-input {
  background-color: #231f20;
  border: 2px solid #fff;
  color: #fff;
  display: block;
  width: 80%;
  text-align: center;
  text-transform: uppercase;
  padding: 8px;
  font-family: "Knockout-30";
  letter-spacing: 2px;
  margin: 10px auto;
  font-size:16px;
  border-radius:0;
  line-height: 1.5;
  height: unset;
}
.footer__subscribe form .hs-email .hs-input {
  line-height: 1.15;
  min-height: unset;
}
.footer__content-section--full {
  border-top: 1px solid grey;
  color: #fff;
  width: 100%;
  float: left;
  display: block;
}

.footer__subscribe form input[type=submit] {
  color: #fff;
  border: 2px solid #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 8px;
  font-family: "Knockout-30";
  letter-spacing: 2px;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  font-size: 20px;
  color: #ea0075;
  background-color: transparent;
  font-size: 16px;
  line-height: 1.15;
  width: 80%;
  min-height:unset;
}

.footer__content-section--full {
  display: none;
}
.footer__content-section--full.mobile-only {
  display: block;
}

.footer__twitter .author-box time {
  margin-right: 4px;
  margin-left: 2px;
}

footer.footer .footer__copyright {
    color: rgba(255,255,255,1.0);
}

.footer__made-by {
    font-size: 13px;
    text-align: center;
}
.footer .submitted-message {
    color: white;
    text-align: center;
}
@media (min-width: 768px){
  .footer__subscribe form input[type=submit] {
    width: 30%;
    margin: 0;
    float: left;
  }
  .footer__twitter-img {
    width: 15%;
  }
  .footer__twitter-feed {
    width: 85%;
  }
  .footer__forms,
  .footer__twitter .usertimeline {
    text-align: left;
  }
  .footer__content-inner {
    border-left: 1px solid grey;
    border-right: 1px solid grey;
  }
  .footer__content-section.border-right {
    border-right: 1px solid grey;
  }
  .footer__content-section.border-left {
    border-left: 1px solid grey;
  }
  .footer__content-section {
    width: 50%;
  }
  .footer__content-section.desktop-only {
    display: block;
  }
  .footer__content-section {
    width: 50%;
  }
  .footer__email a{
    width: 80%;
    margin: 10px auto;
  }
  .footer__content-section--full {
    display: block;
  }

  .footer__copyright {
    width: 50%;
    float: left;
    border-right: 1px solid #a19fa0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .footer__made-by {
    width: 49%;
    float: left;
  }
  .footer__forms {
    padding-bottom: 60px;
  }
  .footer__subscribe {
    padding: 30px;
  }
  .footer__subscribe form .hs-input {
    border: 2px solid #fff;
    width: 60%;
    margin: 10px 0;
    display: block;
  }
  .footer__content-section--full.mobile-only {
    display: none;
  }
}

@media (max-width:767px){
.footer form .hs-error-msgs label{
margin: 10px auto;
  width: 80%!important;
}
footer.footer .footer__copyright p:last-of-type{
    font-size: 13px;
}
  footer.footer .footer__copyright p{
    text-align: center;
}
}
@media (max-width:479px){
footer.footer .footer__copyright {
    padding: 0 10px;
}

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* @import url('http://example.com/example_style.css'); */

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

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

main.body-container-wrapper {
  background-color: #fff;
  z-index: 2;
  position: relative;
}

body.No_banner header.header{
  position:relative;
}
body.popup-open  header.header,
body.notvisible header.header{
  z-index:-1
}

#videoModal iframe {
  height: 60vh;
  width: 100vw;
  border: none;
  position: relative;
  z-index: 40;
  margin-top: 50px;
}
#videoModal #videoModalClose {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #00a1b4;
  font-size: 90px;
  line-height: 20px;
  font-family: "Sentinel-Book";
  cursor: pointer;
  height: 40px;
  width: 40px;
  z-index: 50;
}

#videoModal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  text-align: left;

}

#videoModal.visible {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1;
  visibility:visible;
  pointer-events: all;
}



.hs-home-bottom-section .content-with-bg-img .text h1 {
  letter-spacing:1px;
  line-height:1.5;
  margin:0 0 10px;
}
.hs-home-bottom-section .content-with-bg-img .bg-img-overlay {
  display: none;
}
.hs-home-bottom-section .content-with-bg-img .content-section{
  position: relative;
  background-size: auto 200%;
  background-position: 50% 50%;
}
.hs-home-main-section .content-with-bg-img .text p {
  font-size: 20px;
  line-height: 1.2;
}

.common-info-page header.header{
  padding:10px;
  padding-bottom:17px;
  background-color: #231F200F;
  min-height:107px;
}

.common-info-page .header .header__container{
  margin: 0 auto;
}

.common-info-page .hs-responsive-embed-wrapper.hs-responsive-embed{
  max-width:100%!important;
  max-height:100%!important;
}

.commonardraft-info-page header.header .header__container{
  margin: 0 auto;
}

.commonardraft-info-page  header.header{
  padding:10px;
  position:absolute!important;
}

.hs-commonardraft-info-main-section .hs_cos_wrapper_type_rich_text>*{
  color:white;
}

.hs-commonardraft-info-main-section h1 {
  margin: 0.67em 0;
}
.hs-commonardraft-info-main-section h2{
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}

.hs-commonardraft-info-main-section .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100%!important;
  max-height: 100%!important;
  border: 4.5px solid white;
}

.hs-commonardraft-info-main-section .counter-wrapper{
  padding:10px;
  background-color:white;
}
.hs-common-info-main-section .btn-wrapper {
  text-align: center;
}
.hs-commonardraft-info-main-section h3{
  margin-top: 1em;
  margin-bottom: 1em;
}
.hs-commonardraft-info-main-section h4{
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}
.hs-commonardraft-info-main-section h5{
  font-size: 16.6px;
  font-family:roboto;
  line-height:24px;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}
.hs-commonardraft-info-main-section .btn-wrapper .btn{
  padding: 20px;
  background-color: #d25215;
  display: inline-block;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
  font-family:Sentinel-Book;
  font-size:16px;
  font-weight:600;
  text-transform: uppercase;
  border-radius:0;
  line-height:1.5;
}
.hs-commonardraft-info-main-section iframe{
  width:100%!important;
}
.hs-commonardraft-info-main-section .btn-wrapper .btn:hover{
  text-decoration: underline;
}

.hs-commonardraft-info-main-section .btn-wrapper{
  margin: 60px 0;
  text-align:center;
}
/*******************************************************************************************************************************************************/
.hs-strategy-session-banner h1{
  color: #00abbc;
  font-family: "Bowlby One SC", Sans-serif;
  font-size: 24px;
  font-weight: 100;
  margin:0 0 20px;
  line-height:1;
  padding-bottom:70px;

}
.hs-strategy-session-banner {
  text-align:center;
}
.hs-strategy-session-banner h3{
  margin:0 0 20px;
  color: #231f20;
  line-height:1;
  font-family: "Bowlby One", Sans-serif;
  font-size: 63px;
  font-weight: 900;
  text-shadow: 0px 0px 0px rgb(0 0 0 / 30%);
}

.hs-strategy-session-banner .dnd-section {
  background-size: unset!important;
  background-position: unset!important;
  background-repeat: repeat!important;
}
.hs-strategy-session-banner h5{  
  line-height:1;
  color: #231f20;
  font-size: 22px;
  font-family:roboto;
  font-weight: 300;
  line-height: 1.3em;
  margin:0;
}
.hs-strategy-session-banner h5 strong{
  font-weight:400;
}

body.No_banner .strategy-session-page header.header {
  position: absolute;
}

.hs-strategy-session-main .btn-wrapper {
  text-align: center;
}

.hs-strategy-session-main hr{
  border:0;
  border-top:2px solid rgb(35, 31, 32);
}
.hs-strategy-session-main p{
  color: #231f20;
  font-family: "Helvetica", Sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3em;
}

.hs-strategy-session-main  .dnd-section[class*="background-color"] .hs_cos_wrapper_type_rich_text>* {
  color:white;
}

.hs-strategy-session-main  .dnd-section[class*="background-color"] .hs_cos_wrapper_type_rich_text p {
  font-size: 23px;
  font-family:roboto, Sans-serif;
}
.hs-strategy-session-main  .dnd-section[class*="background-color"] .hs_cos_wrapper_type_rich_text strong{
  font-weight:400;
}

.hs-strategy-session-main  .dnd-section[class*="background-color"] ul{
  font-size: 23px;
  font-weight: 300;
  line-height: 1.3em;
  font-family:roboto, Sans-serif;
}

.hs-strategy-session-main h1{
  color: #231f20;
  font-family: "bebas-neue", Sans-serif;
  font-size: 38px;
  font-weight: 900;
  margin:0;
  line-height:1;
  text-align:center;
  text-shadow: 0px 0px 0px rgb(0 0 0 / 30%);
}
.unsummit-page header.header {
  background-color:transparent;
}
/*****************************************************************************************************************************************/
.hs-memberspace-main-section .pitch-winners-grid .title{
  padding: 0 0 60px 0;
}

.hs-memberspace-main-section .pitch-winners-grid.three .pitch-winners-grid__item{
  display: flex;
  flex-wrap: wrap;
  height:306px;
}

.hs-memberspace-main-section .pitch-winners-grid.three .pitch-winners-grid__item>*{
  width:100%;
}
.hs-memberspace-main-section .pitch-winners-grid.three .pitch-winners-grid__item>a{
  order:2;
}
.hs-memberspace-main-section  .pitch-winners-grid.three .pitch-winners-grid__logo{
  width:100px!important;
  order:2;
}

.hs-memberspace-main-section  .pitch-winners-grid.three .pitch-winners-grid__copy {
  order: 3;
  margin-bottom: 27px;
}
.hs-memberspace-main-section .pitch-winners-grid.three .pitch-winners-grid__header {
  order: 1;
  margin: 0px;
  padding: 10px 0;
  font-size: 30px;
  letter-spacing: 3px;
  font-family: "Knockout-67";
  text-transform: uppercase;
  font-weight: 100;
  color: #fff;
}

.hs-memberspace-main-section .pitch-winners-grid.three .member-benefits-grid__color.green {
  background-color: #dd3333!important;
}

.hs-memberspace-main-section .pitch-winners-grid.three .member-benefits-grid__color.blue {
  background-color: #dd9933!important;
}

.hs-memberspace-main-section .pitch-winners-grid.three .member-benefits-grid__color.yellow {
  background-color:#81d742!important;
}
.hs-memberspace-main-section .hs_cos_wrapper_type_linked_image {
  display: block;
  text-align: center;
}
.hs-memberspace-main-section .hs_cos_wrapper_type_linked_image img {
  width: 676px;
  max-width: 52%!important;
  opacity: 1;
}

body.No_banner .memberspace-page header.header {
  position: absolute;
  padding-bottom: 9px;
  background: white;
}

.hs-commonardraft-info-main-section  form .form-columns-3 .hs-form-field>label,
.hs-memberspace-main-section form .hs-form-field>label{
  display:none;
}
.hs-commonardraft-info-main-section form .hs-input,
.hs-memberspace-main-section form .hs-input{
  background-color: #ffffff;
  font-size: 18px;
  min-height: 59px;
  color:rgb(122, 122, 122);
  padding: 7px 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: "adelle", Sans-serif;
  line-height:1;
  border-width: 0px 0px 0px 0px;
  
}
.hs-commonardraft-info-main-section  .hs-input::-webkit-input-placeholder,
.hs-memberspace-main-section .hs-input::-webkit-input-placeholder{
  color:rgb(122, 122, 122);
  opacity: .6;
  font-family: "adelle", Sans-serif;
}
.hs-commonardraft-info-main-section form fieldset ,
.hs-memberspace-main-section form fieldset {
  max-width:100%!important;
}
.hs-commonardraft-info-main-section .hs_submit,
.hs-memberspace-main-section .hs_submit{
  display: block;
  text-align: center;
}
.hs-memberspace-main-section form .hs-form-field .input>.hs-input,
.hs-commonardraft-info-main-section form .hs-form-field .input>.hs-input {
  width: 100%!important;
}
.hs-commonardraft-info-main-section form fieldset.form-columns-3,
.hs-memberspace-main-section form fieldset.form-columns-3 {
  max-width: unset !important;
  margin-left: calc( -9px/2 );
  margin-right: calc( -9px/2 );
}

.hs-commonardraft-info-main-section form .form-columns-3 .hs-form-field,
.hs-memberspace-main-section form .form-columns-3 .hs-form-field {
  padding:0 4.5px;
  width:33.33%!important;
  margin-bottom:10px;
}
.hs-commonardraft-info-main-section form .input, 
.hs-memberspace-main-section form .input {
  margin-right: 0px!important;
}
.hs-commonardraft-info-main-section form .hs-button,
.hs-memberspace-main-section form .hs-button{
  font-family: "bebas-neue", Sans-serif;
  font-size: 38px;
  border:0;
  font-weight: normal;
  border-radius: 0% 0% 0% 0%;
  margin:0;
  min-height: 72px;
  padding: 25px 50px;
  background-color: #db5c13!important;
  color: #ffffff!important;
  outline:none!important;
}
.hs-commonardraft-info-main-section form .hs-form-field {
  margin-bottom: 13px;
}
.hs-commonardraft-info-main-section form .hs-button{
  min-height:59px;
  padding:20px 40px;
}

.hs-commonardraft-info-main-section form .hs-form-field>label {
  font-family: "adelle", Sans-serif;
  font-size: 46px;
  font-weight: bold;
  color:white;
  line-height: 2.2em;
  padding-bottom: 0;
}

.hs-commonardraft-info-main-section form .hs-form-field .input>.inputs-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  margin:0;
  padding:0;
}

.hs-commonardraft-info-main-section form .hs-form-field .input>.inputs-list>li{
  padding-right: 10px;
  display: inline-block;
  width: auto;
}
.hs-commonardraft-info-main-section form .hs-form-field .input>.inputs-list>li label{
  font-family: "adelle", Sans-serif;
  color: #ffffff;
  font-size:16px;
  padding-bottom: 0;
}
.hs-memberspace-main-section .widget-type-linked_image{
  width:100%;
}
.hs-commonardraft-info-main-section form .hs-input[type=checkbox],
.hs-commonardraft-info-main-section form .hs-input[type=radio] {
  min-height: auto!important;
  margin: 0;
  margin-right: 3px;
}
.slick-slider .slick-track,
.slick-initialized .slick-slide{
  outline:none!important;
}
.home-page header.header,
.unsummit-page header.header.sticky {
  transform: none!important;
  position: absolute!important;
  background-color: transparent!important;
  top: unset!important;

}
.unsummit-page header.header.sticky .navigation-primary>ul>li>a,
.home-page header.header.sticky .navigation-primary>ul>li>a {
  -webkit-transform:none!important;
  transform: none!important;
}

body.No_banner .memberspace-page header.header.sticky {
  padding-bottom: 0px;
}
.home-page header.header .nav-toggle .bar{
  background-color: #A8A8A8;
}
.unsummit-page header.header .nav-toggle .bar{
  background-color:	#C0C0C0;
}
.nav-open .unsummit-page header.header .arrow-middle-r,
.nav-open .commonardraft-info-page header.header .arrow-middle-r,
.nav-open .home-page header.header .arrow-middle-r {
  opacity: 0;
}

.home-page .member-container .member-grid::before {
    content: "";
    display: block;
   background: url(https://7235528.fs1.hubspotusercontent-na1.net/hubfs/7235528/raw_assets/public/Common_January2022/images/TopShadowDark.svg) no-repeat center top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;
    height: 100%;
}

.hs-commonardraft-info-main-section .hs_cos_wrapper_type_rich_text a{
text-decoration:none;
}


/***********************************************************************************************************************************************************/
@media (min-width: 768px){
  .hs-memberspace-main-section .pitch-winners-grid .title {
    border-bottom: 2px solid grey;
  }
  .commonardraft-info-page header.header.show{
    position:fixed!important;
    background-color: #fff;
  }
  .unsummit-page header.header.show .navigation-primary>ul>li>a,
  .commonardraft-info-page header.header.show .navigation-primary>ul>li>a{
    color:#231f20;
  }
  .unsummit-page header.header .navigation-primary>ul>li>a,
  .commonardraft-info-page  .header .navigation-primary>ul>li>a{
    color:white;
  }
  .commonardraft-info-page header.header{
    background-color: #231f20;
  }
  .common-info-page header.header.sticky.show{
    background-color: #fff;
  }
  .hs-home-main-section .content-with-bg-img .text h1,
  .hs-home-bottom-section .content-with-bg-img .text h1 {
    font-size: 102px;
  }
  .hs-home-main-section .content-with-bg-img .text p {
    font-size: 22px;
  }
  #videoModal iframe {
    height: 80vh;
    margin-top: 10vh;
    margin-left: 10vw;
    width: 80vw;
  }
  #videoModal #videoModalClose {
    top: 5vh;
    width: 5vw;
  }
}

@media (min-width: 1023px){
  .hs-home-bottom-section .content-with-bg-img .content-section{
    background-size: cover;
  }
}

@media (max-width:767px){
  .hs-commonardraft-info-main-section form .hs-form-field>label{
    font-size: 18px;
    line-height: 1.5em;
  }
body.nav-open .home-banner-area .content-section {
    left: 75%;
    -webkit-transition: left 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: left 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.nav-open .home-banner-area .video-slider {
    left: 75%;
    -webkit-transition: left 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: left 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
  .hs-commonardraft-info-main-section form .form-columns-3 .hs-form-field, 
  .hs-memberspace-main-section form .form-columns-3 .hs-form-field {
    width:100%!important;
    margin-bottom:10px;
  }
  .hs-memberspace-main-section .pitch-winners-grid.three .pitch-winners-grid__item {
    height: 282px;
  }
  .hs-memberspace-main-section .hs_cos_wrapper_type_rich_text h2{
    font-size:70px!important;
  }
  .hs-strategy-session-banner h5{
    font-size:20px;
  }
  .hs-strategy-session-main h1,
  .hs-strategy-session-banner h3{
    font-size: 30px;
  }
  .banner #videoModal iframe{
    width: 100%;
    padding: 0 15px;
  }
  #videoModal iframe{
    width: 100%;
    padding: 0 15px;
  }
  .common-info-page header.header{
    min-height:107px!important;
  }
  .commonardraft-info-page .nav-toggle .bar {
    background-color: #fff;
  }
}
@media (max-width: 492px){
  .hs-memberspace-main-section .pitch-winners-grid.three .pitch-winners-grid__item {
    height: 305px;
  }
}
@media (max-width:460px){
  .hs-memberspace-main-section .hs_cos_wrapper_type_rich_text h1{
    font-size:60px!important;
  }
}

@media (max-width:360px){
  .hs-memberspace-main-section .hs_cos_wrapper_type_rich_text h2{
    font-size:60px!important;
  }
}





.unsummit-row1 .hs_cos_wrapper_type_header h1 {
  font-family: "Knockout Welterweight", Sans-serif;
  font-size: 50px;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.unsummit-row1 .hs_cos_wrapper_type_rich_text h3 {
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
}
.body-container--home .row-fluid .span12 {
  min-height: auto;
}
.container-fluid.unsummit-row1 .hs_cos_wrapper_type_rich_text h2 {
  font-family: "Knockout Welterweight", Sans-serif;
  font-size: 85px;
  letter-spacing: 0px;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.unsummit-row1 .hs_cos_wrapper_type_rich_text h3 {
  font-weight: 600;
}

.unsummit-row1 .hs_cos_wrapper_type_rich_text h3 strong {
  font-weight: bolder;
}
.container-fluid.unsummit-row1 .hs_cos_wrapper_type_rich_text {
  font-family: "Open Sans", Sans-serif;
}
.container-fluid.unsummit-row1 .hs_cos_wrapper_type_rich_text h6 {
  font-size: 31.49px;
}
.dialog-widget {
  justify-content: center;
  align-items: center;
  pointer-events: all;
  background-color: rgba(0,0,0,.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* background-color: transparent; */
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
z-index: 99999;
}
.dialog-widget.popup-open {
    display: flex;
}
  .dialog-widget {
    display: none;
  }
.dialog-widget-content.dialog-lightbox-widget-content.animated {
  background-color: #fff;
  position: absolute;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
  box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
  overflow: hidden;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  width: auto;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: all;
  box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
}

.dialog-message.dialog-lightbox-message {
  width: 800px;
  height: 730px;
  align-items: center;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  font-size: 12px;
  line-height: 1.5;
}

.dialog-content {
  width: 100%;
  padding: 10px;
}

iframe {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
  height: 100%;
}

body.popup-open {
  overflow: hidden;
}


.dialog-close-button.dialog-lightbox-close-button {
  top: 20px;
  margin-top: 0;
  right: 20px;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
  display: block;
  cursor: pointer;
  position: absolute;
  font-size: 15px;
  line-height: 1;
}
.eicon-close:before {
  content: '\e87f';
}
[class*=" eicon-"], [class^=eicon] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media(max-width:840px) and (min-width:768px){
  .container-fluid.unsummit-row1 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 77px;
}
}
@media (max-width:842px) and (min-width:768px){
.unsummit-row1 .hs_cos_wrapper_type_header h1 {
    font-size: 43px;
}
}
@media(max-width:767px){
.dialog-message.dialog-lightbox-message {
    height: 759px;
  }
}


@media (max-width: 426px){
.hs-home-bottom-section .pitch-winners-grid .pitch-winners-grid__item {
    height: unset;
}
}