/*!
 * Act3 (c) Copyright Neambo | https://neambo.com
 * This license grants you, the purchaser, an ongoing, non-exclusive, worldwide
 * license to make use of this digital work on a single Hub ID (HubSpot Account)
 */

@font-face { font-family: 'Druk Wide Bold';  src: url('https://21153699.fs1.hubspotusercontent-na1.net/hubfs/21153699/Druk%20Wide%20Bold.eot?') format('eot'), url('https://21153699.fs1.hubspotusercontent-na1.net/hubfs/21153699/Druk%20Wide%20Bold.woff') format('woff'), url('https://21153699.fs1.hubspotusercontent-na1.net/hubfs/21153699/Druk%20Wide%20Bold.ttf') format('truetype');}
@import url('https://fonts.googleapis.com/css2?family=Tiro+Tamil:ital@0;1&display=swap');

























/* Include your CSS font code here (e.g. @font-face, @import). For best speed performance, use the same Font Family for all three */



  
  
  
  
  
  




























  
  
  
  
  
  

  
  
  
  
  
  

  
  
  
  
  
  












































































  





  



















  
  
  





  
  
  
  
  
  
  
  
  
  
  
  
  



  
  
  



  
  



  









































:root {
  --text-font-family: nimbus_sans_d_otRgEx;
  --text-font-weight: normal;
  --text-font-style: normal;
  --strong-font-family: nimbus_sans_d_otRgEx;
  --strong-font-weight: bold;
  --strong-font-style: normal;
  
  --headings-font-family: Druk Wide Bold;
  --headings-font-weight: normal;
  --headings-font-style: normal;
  --headings-strong-font-family: ;
  --headings-strong-font-weight: ;
  --headings-strong-font-style: ;
  
  --ui-font-family: nimbus_sans_d_otRgEx;
  --ui-font-weight: normal;
  --ui-font-style: normal;
  --ui-strong-font-family: nimbus_sans_d_otRgEx;
  --ui-strong-font-weight: bold;
  --ui-strong-font-style: normal;
}


*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

html {
  font-size: 137.50%;
  --vw: 1vw;
}

body {
  margin: 0;
  background: #fff;
  color: #FFFFFF;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  font-style: var(--text-font-style);
  font-size: 1rem;
  line-height: 1.56;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  /* make font consistent across browsers */
  -webkit-text-rendering: antialiased;
  -moz-text-rendering: antialiased;
  -ms-text-rendering: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  
    overflow-wrap: normal;
  
  
    hyphens: none;
  
}

a {
  color: #0b4650;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #08b5ae;
  text-decoration: none;
}

b,
strong {
  font-family: var(--strong-font-family);
  font-weight: var(--strong-font-weight);
  font-style: var(--strong-font-style);
}

p,
.p,
blockquote {
  margin: 0 0 24px;
}

.important-quote {
  position: relative;
  padding: 24px;
  padding-inline-start: 60px;
  background: #F8F9FB;
  border-radius: 0;
  border-inline-start: 4px solid #0b4650;
  color: #222326;
}

.txt--dark .important-quote {
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.important-quote::before {
  content: '“';
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 3.5rem;
  color: #0b4650;
}

.important-quote *:last-child {
  margin-bottom: 0;
}



.pns p {
  margin-bottom: 0;
}

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

li > ul,
li > ol {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 24px;
  color: #FFFFFF;
}

h1,
.h1 {
  font-family: var(--headings-font-family);
  font-weight: var(--headings-font-weight);
  font-style: var(--headings-font-style);
  font-size: 2.73rem;
  line-height: 1.14;
}

h2,
.h2 {
  font-family: var(--headings-font-family);
  font-weight: var(--headings-font-weight);
  font-style: var(--headings-font-style);
  font-size: 2.18rem;
  line-height: 1.18;
}

h3,
.h3 {
  font-family: var(--headings-font-family);
  font-weight: var(--headings-font-weight);
  font-style: var(--headings-font-style);
  font-size: 1.91rem;
  line-height: 1.25;
}

h4,
.h4 {
  font-family: var(--headings-font-family);
  font-weight: var(--headings-font-weight);
  font-style: var(--headings-font-style);
  font-size: 0.68rem;
  line-height: 1.40;
}

h5,
.h5 {
  font-family: var(--headings-font-family);
  font-weight: var(--headings-font-weight);
  font-style: var(--headings-font-style);
  font-size: 1.36rem;
  line-height: 1.33;
}

h6,
.h6 {
  font-family: var(--headings-font-family);
  font-weight: var(--headings-font-weight);
  font-style: var(--headings-font-style);
  font-size: 0.55rem;
  line-height: 1.25;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong,
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b,
.h1 b, .h2 b, .h3 b, .h4 b, .h5 b, .h6 b {
  font-family: ;
  font-weight: ;
  font-style: ;
}

.display {
  margin: 0 0 24px;
  color: #FFFFFF;
  font-family: var(--headings-font-family);
  font-weight: var(--headings-font-weight);
  font-style: var(--headings-font-style);
  font-size: 3.27rem;
  line-height: 1.11;
}

hr {
  height: 0;
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #E3E6EC;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0;
}

pre {
  max-width: 100%;
  overflow-x: auto;
}

sup,
sub {
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.4em;
}

sub { 
  top: 0.4em; 
}

[hidden] {
  display: none;
}

form {
  margin-bottom: 0;
}

/* UI label */

.ui-label {
  color: #222326;
  font-family: var(--ui-font-family);
  font-weight: var(--ui-font-weight);
  font-style: var(--ui-font-style);
  font-size: 1rem;
  line-height: 1.28;
}

/* Important text */

.important-text {
  color: #222326;
}

/* Text size */

.small-text {
  font-size: 0.89rem;
}

.large-text {
  font-size: 1.22rem;
}

.xlarge-text {
  font-size: 1.830rem;
}

@media (max-width: 1139px) {
  .xlarge-text {
    font-size: 1.586000000000000054178883601707639172673225402832031250rem;
  }
}

@media (max-width: 767px) {
  .xlarge-text {
    font-size: 1.34200000000000010835776720341527834534645080566406250rem;
  }
}

/* Super text */

.super-text {
  display: block;
  color: #FFFFFF;
  font-size: .8rem;
}

/* Rich text */

.txt--dark,
.txt--dark .super-text {
  color: rgba(255, 255, 255, 1.00);
}

.txt--dark a,
.txt--dark a:hover,
.txt--dark h1,
.txt--dark h2,
.txt--dark h3,
.txt--dark h4,
.txt--dark h5,
.txt--dark h6,
.txt--dark .h1,
.txt--dark .h2,
.txt--dark .h3,
.txt--dark .h4,
.txt--dark .h5,
.txt--dark .h6,
.txt--dark .display,
.txt--dark .important-text,
.txt--dark .ui-label {
  color: #fff;
}

.txt--dark hr {
  background: rgba(255, 255, 255, .2);
}

/* Unstyle links */

.txt--unstyle-links a {
  color: inherit;
  text-decoration: none;
}

.txt--unstyle-links a:hover {
  color: inherit;
  text-decoration: underline;
}

/* Unstyle lists */

.txt--unstyle-lists ul,
.txt--unstyle-lists ol {
  padding-inline-start: 0;
  list-style: none;
}

.txt--unstyle-lists li + li {
  margin-top: .28rem;
}

/* UI Font */

.ui-font {
  font-family: var(--ui-font-family);
  font-weight: var(--ui-font-weight);
  font-style: var(--ui-font-style);
  line-height: 1.28;
}

.ui-font strong,
.ui-font b {
  font-family: var(--ui-strong-font-family);
  font-weight: var(--ui-strong-font-weight);
  font-style: var(--ui-strong-font-style);
}

/* UI icon */

.ui-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-icon svg {
  display: block;
  width: 1.00rem;
  height: 1.00rem;
  pointer-events: none;
}

/* Image radius */

.img--radius img,
img.img--radius {
  border-radius: 0;
}

/* Image shadow */

.img--shadow img,
img.img--shadow {
  box-shadow: 0px 32px 64px rgba(34, 35, 38, 0.05), 0px 16px 32px rgba(34, 35, 38, 0.05);
}

@media (max-width: 1139px) {
  html {
    font-size: 137.50%;
  }
  
  h1,
  .h1 {
    font-size: 1.50rem;
  }
  
  h2,
  .h2 {
    font-size: 1.23rem;
  }
  
  h3,
  .h3 {
    font-size: 0.89rem;
  }
  
  h4,
  .h4 {
    font-size: 0.68rem;
  }
  
  h5,
  .h5 {
    font-size: 0.61rem;
  }
  
  h6,
  .h6 {
    font-size: 0.55rem;
  }
  
  .display {
    font-size: 2.55rem;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 137.50%;
  }
  
  h1,
  .h1 {
    font-size: 1.09rem;
  }
  
  h2,
  .h2 {
    font-size: 0.95rem;
  }
  
  h3,
  .h3 {
    font-size: 0.82rem;
  }
  
  h4,
  .h4 {
    font-size: 0.68rem;
  }
  
  h5,
  .h5 {
    font-size: 0.61rem;
  }
  
  h6,
  .h6 {
    font-size: 0.55rem;
  }
  
  .display {
    font-size: 2.00rem;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* Background */

.bg-accent {
  background: linear-gradient(111.02deg, #0b4650 0%, #01dc94 100%);
}

.bg-dark {
  background: #222326;
}

.bg-light {
  background: #F8F9FB;
}

.bg-white {
  background: #fff;
}

.bg-ghost {
  background: rgba(255, 255, 255, .1);
}

/* Tippy */

.tippy-box[data-theme~='act-light'] {
  border-radius: 0;
  background: #fff;
  color: #222326;
}

.tippy-box[data-theme~='act-light'] .tippy-arrow {
  color: #fff;
}

.tippy-box[data-theme~='act-dark'] {
  border-radius: 0;
  background: #222326;
  color: #fff;
}

.tippy-box[data-theme~='act-dark'] .tippy-arrow {
  color: #222326;
}
/* Dnd */

.row-fluid,
.row-fluid > * {
  display: flex;
  flex-direction: column;
}

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

@media (min-width: 768px) {
  .row-fluid {
    flex-direction: row;
  }

  .row-fluid > * + * {
    margin-inline-start: 24px;
  }

  
    .span1 {
      width: calc(0.08333333333333333 * (100% + 24px) - 24px);
    }
  
    .span2 {
      width: calc(0.16666666666666666 * (100% + 24px) - 24px);
    }
  
    .span3 {
      width: calc(0.25 * (100% + 24px) - 24px);
    }
  
    .span4 {
      width: calc(0.3333333333333333 * (100% + 24px) - 24px);
    }
  
    .span5 {
      width: calc(0.4166666666666667 * (100% + 24px) - 24px);
    }
  
    .span6 {
      width: calc(0.5 * (100% + 24px) - 24px);
    }
  
    .span7 {
      width: calc(0.5833333333333334 * (100% + 24px) - 24px);
    }
  
    .span8 {
      width: calc(0.6666666666666666 * (100% + 24px) - 24px);
    }
  
    .span9 {
      width: calc(0.75 * (100% + 24px) - 24px);
    }
  
    .span10 {
      width: calc(0.8333333333333334 * (100% + 24px) - 24px);
    }
  
    .span11 {
      width: calc(0.9166666666666666 * (100% + 24px) - 24px);
    }
  
    .span12 {
      width: calc(1.0 * (100% + 24px) - 24px);
    }
  
}

.dnd-section {
  position: relative;
  padding: 96px 24px;
}

@media (max-width: 767px) {
  .dnd-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.dnd-section > .row-fluid {
  max-width: 1138px;
  margin: 0 auto;
}

.dnd-module > * {
  width: 100%;
}

.hs_cos_wrapper {
  display: block;
}

/* Non-dnd */

.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 96px 0;
  position: relative;
}

@media (max-width: 767px) {
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 1186px;
  max-width: 100%;
  padding: 0 24px;
}

.container.full {
  width: 100%;
}

.container.half {
  width: 593.0px;
}

.row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -12.0px;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-shrink: 0;
  padding: 0 12.0px;
}

.row.no-gutter > .col {
  padding-left: 0;
  padding-right: 0;
}

.row.even .col {
  flex: 1 1 0px;
}

.box {
  width: 100%;
}


  .s1 {
    width: 8.333333333333332%;
  }

  .s2 {
    width: 16.666666666666664%;
  }

  .s3 {
    width: 25.000000000000000%;
  }

  .s4 {
    width: 33.333333333333330%;
  }

  .s5 {
    width: 41.666666666666670%;
  }

  .s6 {
    width: 50.000000000000000%;
  }

  .s7 {
    width: 58.333333333333336%;
  }

  .s8 {
    width: 66.666666666666660%;
  }

  .s9 {
    width: 75.000000000000000%;
  }

  .s10 {
    width: 83.333333333333340%;
  }

  .s11 {
    width: 91.666666666666660%;
  }

  .s12 {
    width: 100.000000000000000%;
  }


.eq5 { width: 20% }
.eq7 { width: 14.285714285714286% }

@media (max-width: 1139px) {
  
    .md-s1 {
      width: 8.333333333333332%;
    }
  
    .md-s2 {
      width: 16.666666666666664%;
    }
  
    .md-s3 {
      width: 25.000000000000000%;
    }
  
    .md-s4 {
      width: 33.333333333333330%;
    }
  
    .md-s5 {
      width: 41.666666666666670%;
    }
  
    .md-s6 {
      width: 50.000000000000000%;
    }
  
    .md-s7 {
      width: 58.333333333333336%;
    }
  
    .md-s8 {
      width: 66.666666666666660%;
    }
  
    .md-s9 {
      width: 75.000000000000000%;
    }
  
    .md-s10 {
      width: 83.333333333333340%;
    }
  
    .md-s11 {
      width: 91.666666666666660%;
    }
  
    .md-s12 {
      width: 100.000000000000000%;
    }
  
  
  .md-eq5 { width: 20% }
  .md-eq7 { width: 14.285714285714286% }
}

@media (max-width: 767px) {
  .col { width: 100% }

  
    .sm-s1 {
      width: 8.333333333333332%;
    }
  
    .sm-s2 {
      width: 16.666666666666664%;
    }
  
    .sm-s3 {
      width: 25.000000000000000%;
    }
  
    .sm-s4 {
      width: 33.333333333333330%;
    }
  
    .sm-s5 {
      width: 41.666666666666670%;
    }
  
    .sm-s6 {
      width: 50.000000000000000%;
    }
  
    .sm-s7 {
      width: 58.333333333333336%;
    }
  
    .sm-s8 {
      width: 66.666666666666660%;
    }
  
    .sm-s9 {
      width: 75.000000000000000%;
    }
  
    .sm-s10 {
      width: 83.333333333333340%;
    }
  
    .sm-s11 {
      width: 91.666666666666660%;
    }
  
    .sm-s12 {
      width: 100.000000000000000%;
    }
  

  .sm-eq5 { width: 20% }
  .sm-eq7 { width: 14.285714285714286% }
}

/* Flex utility */

.flex { display: flex }
.inline-flex { display: inline-flex }

.no-shrink > *,
.self-no-shrink {
  flex-shrink: 0;
}

.self-shrink {
  flex-shrink: 1;
}

.flex-row { flex-direction: row }
.flex-row-reverse { flex-direction: row-reverse }
.flex-col { flex-direction: column }
.flex-col-reverse { flex-direction: column-reverse }

.wrap { flex-wrap: wrap }
.wrap-reverse { flex-wrap: wrap-reverse }

.justify-start { justify-content: flex-start }
.justify-end { justify-content: flex-end }
.justify-center { justify-content: center }
.justify-between { justify-content: space-between }
.justify-around { justify-content: space-around }
.justify-evenly { justify-content: space-evenly }

.items-start { align-items: flex-start }
.items-end { align-items: flex-end }
.items-center { align-items: center }
.items-stretch { align-items: stretch }
.items-baseline { align-items: baseline }

.content-start { align-content: flex-start }
.content-end { align-content: flex-end }
.content-center { align-content: center }
.content-stretch { align-content: stretch }
.content-between { align-content: space-between }
.content-around { align-content: space-around }

@media (max-width: 1139px) {
  .md-flex { display: flex }
  .md-inline-flex { display: inline-flex }
  
  .md-no-shrink > *,
  .md-self-no-shrink {
    flex-shrink: 0;
  }

  .md-self-shrink {
    flex-shrink: 1;
  }

  .md-flex-row { flex-direction: row }
  .md-flex-row-reverse { flex-direction: row-reverse }
  .md-flex-col { flex-direction: column }
  .md-flex-col-reverse { flex-direction: column-reverse }

  .md-wrap { flex-wrap: wrap }
  .md-wrap-reverse { flex-wrap: wrap-reverse }

  .md-justify-start { justify-content: flex-start }
  .md-justify-end { justify-content: flex-end }
  .md-justify-center { justify-content: center }
  .md-justify-between { justify-content: space-between }
  .md-justify-around { justify-content: space-around }
  .md-justify-evenly { justify-content: space-evenly }

  .md-items-start { align-items: flex-start }
  .md-items-end { align-items: flex-end }
  .md-items-center { align-items: center }
  .md-items-stretch { align-items: stretch }
  .md-items-baseline { align-items: baseline }

  .md-content-start { align-content: flex-start }
  .md-content-end { align-content: flex-end }
  .md-content-center { align-content: center }
  .md-content-stretch { align-content: stretch }
  .md-content-between { align-content: space-between }
  .md-content-around { align-content: space-around }
}

@media (max-width: 767px) {
  .sm-flex { display: flex }
  .sm-inline-flex { display: inline-flex }
  
  .sm-no-shrink > *,
  .sm-self-no-shrink {
    flex-shrink: 0;
  }

  .sm-self-shrink {
    flex-shrink: 1;
  }

  .sm-flex-row { flex-direction: row }
  .sm-flex-row-reverse { flex-direction: row-reverse }
  .sm-flex-col { flex-direction: column }
  .sm-flex-col-reverse { flex-direction: column-reverse }

  .sm-wrap { flex-wrap: wrap }
  .sm-wrap-reverse { flex-wrap: wrap-reverse }

  .sm-justify-start { justify-content: flex-start }
  .sm-justify-end { justify-content: flex-end }
  .sm-justify-center { justify-content: center }
  .sm-justify-between { justify-content: space-between }
  .sm-justify-around { justify-content: space-around }
  .sm-justify-evenly { justify-content: space-evenly }

  .sm-items-start { align-items: flex-start }
  .sm-items-end { align-items: flex-end }
  .sm-items-center { align-items: center }
  .sm-items-stretch { align-items: stretch }
  .sm-items-baseline { align-items: baseline }

  .sm-content-start { align-content: flex-start }
  .sm-content-end { align-content: flex-end }
  .sm-content-center { align-content: center }
  .sm-content-stretch { align-content: stretch }
  .sm-content-between { align-content: space-between }
  .sm-content-around { align-content: space-around }
}

/* Clear */

.module:after,
.clear:after {
  content: '';
  display: table;
  clear: both;
}

/* Module */

.module {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.module--block-left   { align-items: flex-start }
.module--block-center { align-items: center }
.module--block-right  { align-items: flex-end }

.module--text-left   { text-align: left }
.module--text-center { text-align: center }
.module--text-right  { text-align: right }

@media (max-width: 1139px) {
  .module--md-block-left   { align-items: flex-start }
  .module--md-block-center { align-items: center }
  .module--md-block-right  { align-items: flex-end }

  .module--md-text-left   { text-align: left }
  .module--md-text-center { text-align: center }
  .module--md-text-right  { text-align: right }
}

@media (max-width: 767px) {
  .module--sm-block-left   { align-items: flex-start }
  .module--sm-block-center { align-items: center }
  .module--sm-block-right  { align-items: flex-end }

  .module--sm-text-left   { text-align: left }
  .module--sm-text-center { text-align: center }
  .module--sm-text-right  { text-align: right }
}

.module__inner {
  width: 100%;
  max-width: 100%;
}

/* Hidden */

@media (min-width: 1140px) {
  .lg-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .md-hidden {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sm-hidden {
    display: none !important;
  }
}

/* Min height */

.minh-full {
  min-height: 100vh;
}

.minh-half {
  min-height: 50vh;
}

.dnd-section.minh-full,
.dnd-section.minh-half {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dnd-section.minh-full > *,
.dnd-section.minh-half > * {
  width: 100%;
}

/* Preset width */

.content-width {
  max-width: 1138px;
  padding-left: 12.0px;
  padding-right: 12.0px;
}

.half-content-width {
  max-width: calc(569.0px - 12.0px);
}

/* Inline items (for 'Space between buttons/icons' options) */

.inline-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.inline-items--left {
  justify-content: flex-start;
}

.inline-items--center {
  justify-content: center;
}

.inline-items--right {
  justify-content: flex-end;
}

@media (max-width: 1139px) {
  .inline-items--md-left {
    justify-content: flex-start;
  }
  
  .inline-items--md-center {
    justify-content: center;
  }
  
  .inline-items--md-right {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .inline-items--sm-left {
    justify-content: flex-start;
  }
  
  .inline-items--sm-center {
    justify-content: center;
  }
  
  .inline-items--sm-right {
    justify-content: flex-end;
  }
}


@keyframes uiPop {
  from {
    opacity: 0;
    transform: scale(.9) translateZ(0);
  }
  to {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Animation */
  
@keyframes btn_ripple {
  0% {
    opacity: .3;
  }
  30% {
    opacity: .3;
  }
  100% {
    opacity: 0;
    transform: scale(4, 4);
  }
}

/* Base */

.btn {
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: none;
  border: none; /* for <button> */
  font-family: var(--ui-font-family);
  font-weight: var(--ui-font-weight);
  font-style: var(--ui-font-style);
  line-height: 1.56;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transform: scale(1); /* required for the ripple effect, otherwise it won't show on :focus */
  transition: box-shadow, background-image, background-color, transform;
  transition-duration: .1s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  outline: none; /* using our own styling */
}

.btn.btn--full {
  display: block;
}

.btn:hover {
  text-decoration: none;
  transform: scale(1.07, 1.07);
}

.btn:active {
  transform: scale(.93, .93);
  transition-duration: 0.05s;
}

.btn::after { /* ripple effect */
  content: '';
  display: block;
  width: 2.22rem;
  height: 2.22rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.11rem;
  margin-left: -1.11rem;
  z-index: -1;
  background: currentColor;
  border-radius: 20px;
  color: inherit;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

.btn:focus::after {
  animation: .5s ease-in-out btn_ripple;
  animation-fill-mode: forwards;
}

/* Outline */

.btn--outline {
  border: 2px solid;
}

.btn--outline:hover {
  border: 0;
}

/* Small */

.btn--small {
  padding: 0.45rem 0.68rem;
  border-radius: 0;
  font-size: .83rem;
}

.btn--small.btn--outline:not(:hover) {
  padding: calc(0.45rem - 2px) calc(0.68rem - 2px);
}

/* Medium */

.btn--medium {
  padding: 0.64rem 0.91rem;
  border-radius: 0;
  font-size: .89rem;
}

.btn--medium.btn--outline:not(:hover) {
  padding: calc(0.64rem - 2px) calc(0.91rem - 2px);
}

/* Large */

.btn--large {
  padding: 0.91rem 1.36rem;
  border-radius: 0;
  font-size: 1rem;
}

.btn--large.btn--outline:not(:hover) {
  padding: calc(0.91rem - 2px) calc(1.36rem - 2px);
}

/* Accent */

.btn--accent.btn--outline {
  border-color: #0b4650;
  color: #0b4650;
}

.btn--accent.btn--fill,
.btn--accent.btn--outline:hover {
  background: linear-gradient(111.02deg, #0b4650 0%, #01dc94 100%);
  color: #fff;
}

.btn--accent:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(11, 70, 80, .15);
}

/* Dark */

.btn--dark.btn--outline {
  border-color: #222326;
  color: #222326;
}

.btn--dark.btn--fill,
.btn--dark.btn--outline:hover {
  background: #222326;
  color: #fff;
}

.btn--dark:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(34, 35, 38, .15);
}

/* Light */

.btn--light.btn--outline {
  border-color: #E3E6EC;
  color: #222326;
}

.btn--light.btn--fill,
.btn--light.btn--outline:hover {
  background: #F8F9FB;
  color: #222326;
}

.btn--light:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(227, 230, 236, .15);
}

/* Light darker */

.btn--light-darker.btn--outline {
  border-color: #E3E6EC;
  color: #222326;
}

.btn--light-darker.btn--fill,
.btn--light-darker.btn--outline:hover {
  background: #E3E6EC;
  color: #222326;
}

.btn--light-darker:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(227, 230, 236, .15);
}

/* White */

.btn--white.btn--outline {
  border-color: #fff;
  color: #fff;
}

.btn--white.btn--fill,
.btn--white.btn--outline:hover {
  background: #fff;
  color: #222326;
}

.btn--white:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* White with accent */

.btn--white-accent.btn--outline {
  border-color: #fff;
  color: #0b4650;
}

.btn--white-accent.btn--fill,
.btn--white-accent.btn--outline:hover {
  background: #fff;
  color: #0b4650;
}

.btn--white-accent:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* White with hover accent */

.btn--white-hover-accent.btn--outline {
  border-color: #fff;
  color: #fff;
}

.btn--white-hover-accent.btn--fill {
  background: #fff;
  color: #222326;
}

.btn--white-hover-accent.btn--fill:hover,
.btn--white-hover-accent.btn--outline:hover {
  background: #fff;
  color: #0b4650;
}

.btn--white-hover-accent:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* Ghost */

.btn--ghost.btn--outline {
  border-color: rgba(255, 255, 255, .2);
  color: #fff;
}

.btn--ghost.btn--fill {
  background: rgba(255, 255, 255, .2);
  color: #fff;
}

.btn--ghost.btn--outline:hover,
.btn--ghost.btn--fill:hover {
  background: #fff;
  color: #222326;
}

.btn--ghost:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* Pill */

.btn--pill {
  border-radius: 999px;
}

/* Icon */

.btn__icon {
  color: inherit;
  line-height: 0;
}

.btn__icon--right {
  order: 1;
  margin-left: .4em;
}

.btn__icon--left {
  margin-right: .4rem;
}

.btn__icon svg {
  fill: currentColor;
}
/* Base */

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.icon img,
.icon svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  text-align: center;
}

.icon svg {
  fill: currentColor;
}

/* Shape */

.icon--disc {
  border-radius: 100%;
}

.icon--square.icon--small {
  border-radius: 0;
}

.icon--square.icon--medium {
  border-radius: 0;
}

.icon--square.icon--large {
  border-radius: 0;
}

.icon--square.icon--extra-large {
  border-radius: 0;
}

/* Size */

.icon--small.icon--disc,
.icon--small.icon--square {
  width: 1.82rem;
  height: 1.82rem;
}

.icon--small .icon__glyph {
  width: 0.91rem;
  height: 0.91rem;
  line-height: 0.91rem;
  font-size: .91rem;
}

.icon--medium.icon--disc,
.icon--medium.icon--square {
  width: 2.73rem;
  height: 2.73rem;
}

.icon--medium .icon__glyph {
  width: 1.11rem;
  height: 1.11rem;
  line-height: 1.11rem;
  font-size: 1.11rem;
}

.icon--large.icon--disc,
.icon--large.icon--square {
  width: 3.64rem;
  height: 3.64rem;
}

.icon--large .icon__glyph {
  width: 1.82rem;
  height: 1.82rem;
  line-height: 1.82rem;
  font-size: 1.82rem;
}

.icon--extra-large.icon--disc,
.icon--extra-large.icon--square {
  width: 5.46rem;
  height: 5.46rem;
}

.icon--extra-large .icon__glyph {
  width: 3.18rem;
  height: 3.18rem;
  line-height: 3.18rem;
  font-size: 3.18rem;
}

/* Outline */

.icon--outline {
  border: 1px solid;
}

/* Accent */

.icon--accent {
  color: #0b4650;
}

.icon--accent.icon--fill {
  background: linear-gradient(111.02deg, #0b4650 0%, #01dc94 100%);
  color: #fff;
}

.icon--accent.icon--outline {
  border-color: #0b4650;
}

/* Dark */

.icon--dark {
  color: #222326;
}

.icon--dark.icon--fill {
  background: #222326;
  color: #fff;
}

.icon--dark.icon--outline {
  border-color: #222326;
}

/* Light */

.icon--light {
  color: #222326;
}

.icon--light.icon--fill {
  background: #F8F9FB;
  color: #222326;
}

.icon--light.icon--outline {
  border-color: #E3E6EC;
}

/* White */

.icon--white {
  color: #fff;
}

.icon--white.icon--fill {
  background: #fff;
  color: #222326;
}

.icon--white.icon--outline {
  border-color: #fff;
}

/* White with accent */

.icon--white-accent {
  color: #0b4650;
}

.icon--white-accent.icon--fill {
  background: #fff;
  color: #0b4650;
}

.icon--white-accent.icon--outline {
  border-color: #fff;
}

/* Ghost */

.icon--ghost {
  color: #fff;
}

.icon--ghost.icon--fill {
  background: rgba(255, 255, 255, .2);
}

.icon--ghost.icon--outline {
  border-color: rgba(255, 255, 255, .2);
}
/* Holder */

.ttip-holder {
  position: relative;
}

/* Tooltip */

.ttip {
  display: none;
  max-width: 200px;
  padding: .77rem .91rem;
  font-family: var(--ui-font-family);
  font-weight: var(--ui-font-weight);
  font-style: var(--ui-font-style);
  font-size: .82rem;
  line-height: 1.28;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ttip[style*="position"] {
  display: block;
}

/* Block */

.ttip--block {
  width: 220px;
  text-align: left;
  white-space: normal;
  text-overflow: clip;
}

/* On hover */

.ttip--on-hover {
  visibility: hidden;
  pointer-events: none;
}

*:hover > .ttip--on-hover {
  visibility: visible;
  pointer-events: auto;
  animation: .2s ease-in-out forwards fadeIn;
}

/* Background */

.ttip::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: -1;
  border-radius: 0;
}

/* Caret */

.ttip::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: -2;
  background: inherit;
}

.ttip[data-popper-placement="top-start"]::after {
  bottom: 4px;
  left: 10px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.ttip[data-popper-placement="top"]::after {
  bottom: 6px;
  left: 50%;
  margin-left: -6px;
  transform: rotate(45deg);
  ;
}

.ttip[data-popper-placement="top-end"]::after {
  bottom: 4px;
  right: 10px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.ttip[data-popper-placement="bottom-start"]::after {
  top: 4px;
  left: 10px;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
}

.ttip[data-popper-placement="bottom"]::after {
  top: 6px;
  left: 50%;
  margin-left: -6px;
  transform: rotate(45deg);
  ;
}

.ttip[data-popper-placement="bottom-end"]::after {
  top: 4px;
  right: 10px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.ttip[data-popper-placement="left-start"]::after {
  top: 10px;
  right: 4px;
  clip-path: polygon(0 100%, 100% 0, 0 0);
}

.ttip[data-popper-placement="left"]::after {
  top: 50%;
  right: 6px;
  margin-top: -6px;
  transform: rotate(45deg);
  ;
}

.ttip[data-popper-placement="left-end"]::after {
  bottom: 10px;
  right: 4px;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}

.ttip[data-popper-placement="right-start"]::after {
  top: 10px;
  left: 4px;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.ttip[data-popper-placement="right"]::after {
  top: 50%;
  left: 6px;
  margin-top: -6px;
  transform: rotate(45deg);
  ;
}

.ttip[data-popper-placement="right-end"]::after {
  bottom: 0;
  left: 4px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/* Accent */

.ttip--accent {
  color: #fff;
}

.ttip--accent::before,
.ttip--accent::after {
  background: #0b4650;
}

.ttip--accent::before {
  box-shadow: 0px 8px 16px rgba(11, 70, 80, 0.2), 0px 4px 8px rgba(11, 70, 80, 0.2);
}

/* Dark */

.ttip--dark {
  color: #fff;
}

.ttip--dark::before,
.ttip--dark::after {
  background: #222326;
}

.ttip--dark::before {
  box-shadow: 0px 8px 16px rgba(34, 35, 38, 0.05), 0px 4px 8px rgba(34, 35, 38, 0.05);
}

/* White */

.ttip--white {
  color: #222326;
}

.ttip--white::before,
.ttip--white::after {
  background: #fff;
}

/* White accent */

.ttip--white-accent {
  color: #0b4650;
}

.ttip--white-accent::before,
.ttip--white-accent::after {
  background: #fff;
}
/* Base */

.badge {
  display: inline-block;
  font-family: var(--ui-strong-font-family);
  font-weight: var(--ui-strong-font-weight);
  font-style: var(--ui-strong-font-style);
  line-height: 1.28;
  text-transform: uppercase;
  vertical-align: middle;
}

.badge,
.badge:hover {
  text-decoration: none;
}

/* Lowercase */

.badge--lowercase {
  text-transform: none;
}

/* Small */

.badge--small {
  padding: .11rem .22rem;
  border-radius: 0;
  font-size: .46rem;
}

.badge--small.badge--lowercase {
  font-size: .72rem;
}

/* Medium */

.badge--medium {
  padding: .18rem 0.36rem;
  border-radius: 0;
  font-size: .6rem;
}

.badge--medium.badge--lowercase {
  font-size: .78rem;
}

/* Large */

.badge--large {
  padding: .22rem .44rem;
  border-radius: 0;
  font-size: .73rem;
}

.badge--large.badge--lowercase {
  font-size: .89rem;
}

/* Accent */

.badge--accent {
  background: linear-gradient(111.02deg, #0b4650 0%, #01dc94 100%);
  color: #fff;
}

.badge--accent:hover {
  color: #fff;
}

/* Dark */

.badge--dark {
  background: #222326;
  color: #fff;
}

.badge--dark:hover {
  color: #fff;
}

/* White */

.badge--white {
  background: #fff;
  color: #222326;
}

.badge--white:hover {
  color: #222326;
}

/* Ghost */

.badge--ghost {
  background: rgba(255, 255, 255, .2);
  color: #fff;
}

.badge--ghost:hover {
  color: #fff;
}
/* ==========================================================================
   Base
   ========================================================================== */

/* Reset input list */

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

/* Make spacing consistent */

.field > .input {
  margin-top: .28rem;
}

.hs-form fieldset {
  max-width: none !important;
}

.hs-form .input {
  margin-right: 0 !important;
}

.form-columns-2,
.form-columns-3 {
  margin: 0 -12.0px !important;
}

.form-columns-2 > .hs-form-field,
.form-columns-3 > .hs-form-field {
  padding: 0 12.0px;
  float: left;
}

.form-columns-3 > .hs-form-field {
  width: 33.3333% !important;
}

@media (max-width: 667px) {
  .form-columns-3 > .hs-form-field {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .form-columns-2 > .hs-form-field,
  .form-columns-3 > .hs-form-field {
    width: 100% !important;
  }
}

.hs-form-field,
.hs-richtext,
.legal-consent-container p,
.legal-consent-container ul {
  margin-bottom: 24px;
}

.legal-consent-container .hs-form-field {
  margin-bottom: 0 !important;
}

body .legal-consent-container .hs-form-booleancheckbox-display input {
  float: none;
}

body .legal-consent-container .hs-form-booleancheckbox-display > span {
  display: inline;
}

/* Hide empty form title */

.form-title:empty,
.hs-form h3:empty {
  display: none;
}

/* Global input styles */

.hs-input,
#hs-pwd-widget-password {
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  transition: .2s ease-in-out;
}

/* Placeholders */

.hs-input::-webkit-input-placeholder,
#hs-pwd-widget-password::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

.hs-input::-moz-placeholder,
#hs-pwd-widget-password::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

.hs-input:-ms-input-placeholder,
#hs-pwd-widget-password:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

.hs-input:-moz-placeholder,
#hs-pwd-widget-password:-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

/* Make other HubSpot forms consistent with the rest.
`!important` necessary to override inline styles. */

/* email_simple_subscription */

#email-prefs-form .hs-input {
  padding: 0.91rem .91rem !important;
  font-size: 1rem !important;
}

#email-prefs-form h3 {
  font-weight: var(--headings-font-weight) !important;
}

#email-prefs-form h3 + div {
  padding-bottom: 24px !important;
}

/* password_prompt */

#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 24px;
}

/* Checkbox and radio field stucture */

.hs-form .multi-container {
  margin-top: .28rem;
}

.hs-form .multi-container li + li {
  margin-top: .11rem;
}

.hs-form-checkbox-display,
.hs-form-radio-display,
.hs-form-booleancheckbox-display {
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  font-style: var(--text-font-style);
}

.hs-input[type='checkbox'] + *,
.hs-input[type='radio'] + * {
  display: inline;
  float: none;
  margin-left: 0 !important;
  vertical-align: middle;
}

/* Labels & text */

.hs-form legend {
  color: inherit;
}

.hs-form-field > label {
  color: #222326;
}

.txt--dark .hs-form-field > label {
  color: #fff;
}

/* ==========================================================================
   Inputs
   ========================================================================== */

/* Default state
   ========================================================================== */

.hs-input,
#hs-pwd-widget-password {
  display: block;
  width: 100% !important;
  padding: 0.91rem .91rem;
  background-color: #fff;
  border: 1px solid #E3E6EC;
  border-radius: 0;
  box-shadow: 0px 8px 16px rgba(34, 35, 38, 0.05), 0px 4px 8px rgba(34, 35, 38, 0.05);
  color: #222326;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  font-style: var(--text-font-style);
  font-size: inherit;
  line-height: 1.56;
}

textarea.hs-input {
  height: 130px;
  border-radius: 0;
}

select.hs-input {
  padding-inline-end: 38px;
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path fill=\"%23222326\" d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>");
  background-size: 7.5px 12px;
  background-position: center right 20px;
  background-repeat: no-repeat;
}



.hs-input[type='checkbox'],
.hs-input[type='radio'] {
  display: inline-block;
  width: 20px !important;
  height: 20px;
  margin: 0;
  margin-inline-end: .56rem;
  padding: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #cfd2d8;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  vertical-align: middle;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: normal;
}

.hs-input[type='checkbox'] {
  background-size: 12px 12px;
}

.hs-input[type='radio'] {
  background-size: 10px 10px;
  border-radius: 100%;
}

/* Hover state
   ========================================================================== */

.hs-input:hover,
#hs-pwd-widget-password:hover {
  box-shadow: 0 0 0 8px rgba(227, 230, 236, .4);
}

.hs-input[type='checkbox']:hover,
.hs-input[type='radio']:hover {
  box-shadow: 0 0 0 8px rgba(227, 230, 236, .4);
}

/* Focus state
   ========================================================================== */

.hs-input:focus,
#hs-pwd-widget-password:focus {
  border-color: #0b4650;
  box-shadow: 0 0 0 4px rgba(11, 70, 80, .15), 0 0 0 1px #0b4650 inset;
}

.hs-input[type='checkbox']:focus,
.hs-input[type='radio']:focus {
  border-color: #0b4650;
  box-shadow: 0 0 0 4px rgba(11, 70, 80, .2);
}

/* Error state
   ========================================================================== */

.hs-input.error {
  border-color: #0b4650;
  box-shadow: 0 0 0 4px rgba(11, 70, 80, .2), 0 0 0 1px #0b4650 inset;
}

/* Checked state
   ========================================================================== */

.hs-input[type='checkbox']:checked,
.hs-input[type='radio']:checked {
  background-color: #0b4650;
  border-color: transparent;
}

.hs-input[type='checkbox']:checked {
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%23fff\" d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>");
}

.hs-input[type='radio']:checked {
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%23fff\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>");
}

/* ==========================================================================
   Date fields
   ========================================================================== */

/* Inputs
   ========================================================================== */

.hs-input[type='date'],
.hs-input[type='datetime-local'],
.hs-input[type='month'],
.hs-input[type='week'],
.hs-dateinput .hs-input {
  padding-inline-start: 2.56rem !important;
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"%23222326\" d=\"M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"></path></svg>");
  background-position: 1.11rem center;
  background-repeat: no-repeat;
  background-size: .78rem .89rem;
}



/* Date-picker widget
   ========================================================================== */

body .fn-date-picker.pika-single {
  color: inherit;
  font: inherit;
}

body .fn-date-picker.pika-single.is-bound {
  background: #fff;
  border: 1px solid #E3E6EC;
  border-radius: 0;
  box-shadow: 0px 16px 32px rgba(34, 35, 38, 0.05), 0px 8px 16px rgba(34, 35, 38, 0.05);
}

body .fn-date-picker .pika-label {
  background-color: inherit;
  font: inherit;
}

body .fn-date-picker .pika-button {
  background: #F8F9FB;
  color: #222326;
  font-family: inherit;
  box-shadow: none !important;
}

body .fn-date-picker .is-today .pika-button {
  color: #0b4650;
  font-weight: inherit;
}

body .fn-date-picker .pika-button:hover,
body .fn-date-picker .is-selected .pika-button {
  background: linear-gradient(111.02deg, #0b4650 0%, #01dc94 100%) !important;
  color: #fff;
  font-weight: inherit;
}

body .fn-date-picker .pika-table th {
  color: #FFFFFF;
  font-weight: inherit;
  font-family: inherit;
}

body .fn-date-picker .pika-next,
body .fn-date-picker .pika-prev {
  background: none !important;
  color: inherit !important;
  text-indent: 0 !important;
  font-size: 0;
  line-height: 0;
}

body .fn-date-picker .pika-prev:before {
  content: "‹";
  font-size: 14px;
}

body .fn-date-picker .pika-next:before {
  content: "›";
  font-size: 14px;
}



/* ==========================================================================
   File fields
   ========================================================================== */

/* File input
   ========================================================================== */

.hs-input[type='file'] {
  padding-inline-end: 2.56rem !important;
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%23222326\" d=\"M296 384h-80c-13.3 0-24-10.7-24-24V192h-87.7c-17.8 0-26.7-21.5-14.1-34.1L242.3 5.7c7.5-7.5 19.8-7.5 27.3 0l152.2 152.2c12.6 12.6 3.7 34.1-14.1 34.1H320v168c0 13.3-10.7 24-24 24zm216-8v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h136v8c0 30.9 25.1 56 56 56h80c30.9 0 56-25.1 56-56v-8h136c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"></path></svg>");
  background-position: center right 1.11rem;
  background-repeat: no-repeat;
  background-size: .89rem .89rem;
  cursor: pointer;
}



/* File button
   ========================================================================== */

.hs-input[type='file']::-webkit-file-upload-button {
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 1.67rem;
  background: #F8F9FB;
  border: 1px solid #E3E6EC;
  border-radius: 0;
  color: #222326;
  font-family: var(--strong-font-family);
  font-weight: var(--strong-font-weight);
  font-style: var(--strong-font-style);
  font-size: 0.89rem;
  cursor: pointer;
}

.hs-input[type='file']::-webkit-file-upload-button:hover {
  background: none;
}

/* ==========================================================================
   Errors
   ========================================================================== */

.hs-error-msg {
  display: inline-block;
  padding: .23rem .46rem;
  margin-top: -.23rem;
  margin-left: .56rem;
  margin-right: .56rem;;
  vertical-align: top;
  background: linear-gradient(111.02deg, #0b4650 0%, #01dc94 100%);
  border-radius: 0;
  color: #fff;
  font-size: 0.89rem;
  line-height: 1.1;
}

.hs-fieldtype-checkbox .hs-error-msg,
.hs-fieldtype-radio .hs-error-msg,
.hs-fieldtype-booleancheckbox .hs-error-msg {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.hs_error_rollup {
  color: #222326;
  font-family: var(--strong-font-family);
  font-weight: var(--strong-font-weight);
  font-style: var(--strong-font-style);
  line-height: 1.56;
  margin-bottom: 24px;
}

body .legal-consent-container .hs-error-msgs label {
  color: #fff;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.hs-button {
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: none;
  font-family: var(--ui-font-family);
  font-weight: var(--ui-font-weight);
  font-style: var(--ui-font-style);
  line-height: 1.56;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transform: scale(1); /* required for the ripple effect, otherwise it won't show on :focus */
  transition: box-shadow, background-image, background-color, color, transform;
  transition-duration: .1s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  outline: none; /* we have our own styling */
  background: #222326;
  color: #fff;
  padding: 0.91rem 1.36rem;
  border-radius: 0;
  font-size: 1rem;
}

form .hs-button {
  background: linear-gradient(111.02deg, #0b4650 0%, #01dc94 100%);
}

.hs-button:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.07, 1.07);
}

.hs-button:active {
  transform: scale(.93, .93);
  transition-duration: 0.05s;
}

.hs-button:focus:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(11, 70, 80, .15);
}

.hs-button::after { /* ripple effect */
  content: '';
  display: block;
  width: 2.22rem;
  height: 2.22rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.11rem;
  margin-left: -1.11rem;
  z-index: -1;
  background: currentColor;
  border-radius: 20px;
  color: inherit;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

.hs-button:focus::after {
  animation: .5s ease-in-out btn_ripple;
  animation-fill-mode: forwards;
}
/* Base */

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

.hs-menu-wrapper li {
  position: relative;
}

.hs-menu-wrapper a {
  display: block;
  position: relative;
  color: #222326;
  text-decoration: none;
  transition: .2s ease-in-out;
}

/* Flyouts */

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  display: none;
  width: 220px;
  padding: .46rem 0;
  position: absolute;
  z-index: 1;
  background: #fff;
  box-shadow: 0px 32px 64px rgba(34, 35, 38, 0.05), 0px 16px 32px rgba(34, 35, 38, 0.05);
  border-radius: 0;
}

.hs-menu-wrapper.flyouts li:hover > .hs-menu-children-wrapper {
  display: block;
  animation: .2s ease-in-out forwards uiPop;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li > a {
  padding: .46rem .91rem;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li:not(:first-child) > a {
  border-top: 1px solid #E3E6EC;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li:hover > a {
  background-color: #F8F9FB;
}

/* Top level */

.hs-menu-flow-horizontal > ul {
  display: inline-flex;
  flex-wrap: wrap;
}

.hs-menu-flow-horizontal.flyouts > ul {
  align-items: center;
}

.hs-menu-flow-horizontal.flyouts > ul > li:not(:last-child) {
  margin-right: 2rem;
}

.hs-menu-flow-horizontal.flyouts > ul > li > a {
  padding-top: .46rem;
  padding-bottom: .46rem;
}

.hs-menu-flow-horizontal.flyouts > ul > li > a::before {
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  background: linear-gradient(111.02deg, #0b4650 0%, #01dc94 100%);
  opacity: 0;
  transform: scale(.2,1) translateY(2px);
  transition: .3s ease-out;
}

.hs-menu-flow-horizontal.flyouts > ul > li:hover > a::before,
.hs-menu-flow-horizontal.flyouts > ul > li > a[aria-expanded="true"]::before {
  transform: none;
  opacity: 1;
}

/* All sub-levels */

.hs-menu-wrapper ul ul a {
  font-size: .9rem;
}

/* 2nd level */

.hs-menu-flow-horizontal.flyouts > ul > li > ul {
  top: 100%;
  margin-left: -.91rem;
}

/* 3rd level */

.hs-menu-flow-horizontal.flyouts ul ul ul,
.hs-menu-flow-vertical.flyouts ul ul {
  top: 0;
  left: 100%;
  margin-top: -.46rem;
}
.lightbox-open {
  overflow: hidden;
}

#bp_caption,
#bp_container {
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  opacity: 0;
}

#bp_container > *,
#bp_loader {
  position: absolute;
  right: 0;
  z-index: 10;
}

#bp_container,
#bp_caption,
#bp_container svg {
  pointer-events: none;
}

#bp_container {
  top: 0;
  z-index: 99999999999;
  background: rgba(34, 35, 38, .9);
  opacity: 0;
  transition: .35s opacity;
}

#bp_loader {
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  cursor: wait;
  background: none;
  z-index: 9;
}

#bp_loader svg {
  width: 50%;
  max-width: 300px;
  max-height: 50%;
  margin: auto;
  animation: bpturn 1s infinite linear;
}

#bp_aud,
#bp_container img,
#bp_sv,
#bp_vid {
  user-select: none;
  max-height: 96%;
  max-width: 96%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-shadow: 0px 32px 64px rgba(34, 35, 38, 0.05), 0px 16px 32px rgba(34, 35, 38, 0.05);
  z-index: -1;
}

#bp_sv {
  background: #222326;
}

#bp_sv svg {
  width: 66px;
}

#bp_caption {
  font-size: 1rem;
  padding: 24px;
  background: #222326;
  color: #fff;
  text-align: center;
  transition: .2s opacity;
}

#bp_aud {
  width: 650px;
  top: calc(50% - 20px);
  bottom: auto;
  box-shadow: none;
}

#bp_count {
  left: 0;
  right: auto;
  padding: 12px;
  color: #fff;
  font-size: .9rem;
  cursor: default;
}



#bp_container button {
  position: absolute;
  border: 0;
  outline: 0;
  background: 0;
  cursor: pointer;
  transition: all .1s;
}

#bp_container .bp-x {
  padding: 0;
  height: 41px;
  width: 41px;
  border-radius: 100%;
  top: 8px;
  right: 14px;
  opacity: .8;
  line-height: 1;
  background: #222326;
  color: #fff;
}

.bp-x svg,
.bp-xc svg {
  height: 20px;
  width: 20px;
  vertical-align: top;
  transition: .2s ease-in-out;
}

#bp_container .bp-x:hover svg,
#bp_container .bp-xc:hover svg {
  transform: scale(1.1);
}

#bp_container .bp-xc {
  left: 2%;
  bottom: 100%;
  padding: .6rem .8rem;
  background: #222326;
  color: #fff;
  border-radius: 0 0 0 0;
}



.bp-lr {
  top: 50%;
  transform: translateX(-50%);
  width: 40px;
  background: 0;
  border: 0;
  color: #fff;
  line-height: 0;
  transition: opacity .1s;
}

#bp_container .bp-lrl {
  left: 24px;
}

#bp_container .bp-lrr {
  right: 24px;
}



.bp-lr svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.33rem;
  height: 1.33rem;
  transition: .2s ease-in-out;
}

.bp-lr:hover svg {
  transform: scale(1.2);
}

@keyframes bpf {
  50% {
    transform: translatex(15px);
  }

  100% {
    transform: none;
  }
}

@keyframes bpl {
  50% {
    transform: translatex(-15px);
  }

  100% {
    transform: none;
  }
}

@keyframes bpfl {
  0% {
    opacity: 0;
    transform: translatex(70px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes bpfr {
  0% {
    opacity: 0;
    transform: translatex(-70px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes bpfol {
  0% {
    opacity: 1;
    transform: none;
  }

  100% {
    opacity: 0;
    transform: translatex(-70px);
  }
}

@keyframes bpfor {
  0% {
    opacity: 1;
    transform: none;
  }

  100% {
    opacity: 0;
    transform: translatex(70px);
  }
}

@keyframes bpturn {
  0% {
    transform: none;
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  .bp-lr {
    font-size: 15vw;
  }
}


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

@font-face {
  font-family: "sf-mono";
  src:
    url("https://21153699.fs1.hubspotusercontent-na1.net/hubfs/21153699/SFMonoRegular.woff") format("woff");
}
@font-face {
  font-family: "articulat";
  src:
    url("https://21153699.fs1.hubspotusercontent-na1.net/hubfs/21153699/Articulat_CF_Medium.otf") format("opentype");
}
@font-face {
  font-family: "procerus";
  src:
    url("https://21153699.fs1.hubspotusercontent-na1.net/hubfs/21153699/Artegra%20-%20Procerus-SemiBold-1.otf") format("opentype");
}
@font-face {
  font-family: "ppformula-cb";
  src:
    url("https://21153699.fs1.hubspotusercontent-na1.net/hubfs/21153699/PPFormula-CondensedBlack.otf") format("opentype");
}
@font-face {
  font-family: "ppsuppy-mono";
  src:
    url("https://21153699.fs1.hubspotusercontent-na1.net/hubfs/21153699/PPSupplyMono-Regular.otf") format("opentype");
}
@font-face {
  font-family: "ppformula-med";
  src:
    url("https://21153699.fs1.hubspotusercontent-na1.net/hubfs/21153699/PPFormula-Medium.otf") format("opentype");
}


.conference-header,.header--overlap:not(.header--sticky-active){
background-color:#fff;
}
.conference  .speaker-section a:hover, .conference  .kids a:hover, .conference  .vid-container a:hover, .conference .item-one a:hover {
color:#fff!important;
}

#form_1715210300855 h3, #form_1715210300855 label{
display: none;
}
#form_1715210300855 .hs-button{
background: #ed041c;
font-family: nimbus_sans_d_otRgEx;
  font-size:20px;
  text-transform:uppercase;
}

.hs-logo-grid__logo {
    min-width: 170px;
}

/* Conference 2025*/
.conf25_hero{
padding-top: 200px;
}
.conf25_hero-heading{
  font-family: "ppformula-cb";
font-size:279px!important;
text-align:center;
color: #ff6306;
}
#hs_cos_wrapper_widget_1737427194369{
display:flex;
}
#hs_cos_wrapper_widget_1737427194369 a{
text-align:center;
margin:50px auto;
  font-family: "ppsuppy-mono"!important;
color:#dddddd!important;
  border:1px solid #353535;
}
#hs_cos_wrapper_module_1738253268171_,#hs_cos_wrapper_widget_1738252755700_{
  font-family: "ppformula-cb";
}
#hs_cos_wrapper_widget_1737428053108_, .btn--1715115407190-1.btn--fill{
 font-family: "ppsuppy-mono";
 font-weight: 300;
}

 #hs_cos_wrapper_module_1738253268171_, #hs_cos_wrapper_widget_1738252755700_, .tnl span{

font-size:110px!important;
}
.module--1739211252240 .btn, .module--1738253348168 .btn{
  font-family: "ppsuppy-mono"!important;
}
@media(max-width:768px){
.conf25_hero-heading, .pad-1, #hs_cos_wrapper_module_1738253268171_, #hs_cos_wrapper_widget_1738252755700_, #rtext__1739213906333 .tnl span{

font-size:50px!important;
}
}


.hero-heading{font-size: 48px; padding-top: 40px;}

.lab-sesh{
display:flex;
  flex-wrap:wrap;
  
}
.lab-sesh div{
flex:1;
}
.square-box{

  display:inline-block;
width:108px;
  height:108px;
  background-color:#f55414;
    margin-left:10px;
}
.rectangle{
    display: inline-block;
    height: 61px;
    width: 175px;
    position: relative;
    left: 322px;
    bottom: 107px;
}
.sm-box{
    display: inline-block;
    height: 40px;
    width: 40px;
  background-color:#fd9dff;
    position: relative;
    bottom: 17px;
}
.sm-box2{
    display: inline-block;
    height: 40px;
    width: 40px;
  background-color:#8e7df8;
    position: relative;
    bottom: 17px;
}
.green-rectangle{
  background-color: #01CC01;
       bottom: 229px;
    left: 164px;
    display: inline-block;
    height: 61px;
    position: relative;
    width: 175px;
  
}
.pink-rectangle{
 background-color:#FD9DFF;
       bottom: 452px;
    left: 134px;
    display: inline-block;
    height: 61px;
    position: relative;
    width: 175px;
  
}
.grey-rectangle{
  background-color:#E6E4E5;
       bottom: 355px;
    left: 140px;
    display: inline-block;
    height: 61px;
    position: relative;
    width: 175px;
  
}
.purple{
background-color: #8e7df8;
}
.green{
background-color: #01CC01;
}
.pink{
background-color:#FD9DFF;
}
.grey{
background-color:#E6E4E5;
}

.squares{
    left: 30%;
    position: relative;
    top: -22px;
}
.squares-boxes{
    left: 30%;
    position: relative;
    top: 45px;
    z-index: 1;
}

.wheel-btn, .events-btn{
    background-color: #08b5ae;
    /* padding: 20px 34px; */
    border-radius: 0;
    font-size: 1rem;
    padding: 0.91rem 1.36rem;
    color: #fff;
}
.wheel-btn:hover{
color:#f6ced7;
}
.events-btn:hover{
color:#1e191a
}

.team-card__desc a:hover {
color:#f6ced7;
}
.module__inner h1, h1{
    font-size: clamp(30px,4vw,60px);

}
.blog-body-1, .blog-body-1 li{
color:#000;
  text-transform:none
}
.blog-3--listing h1,.blog-3--listing h2,.blog-3--listing h3,.blog-3--listing h4{
color:#000;
}
.blog-3--listing h3{
font-size:1.2rem;
}
.section-intro__title .h2, .section-intro__desc-inner, .blog-card__info, .blog-card__title, .blog-comments__intro, .blog-comments__intro h3 {
color:#000!important;
}
.image-box__image{
min-height:12rem;
}
.s7 {
    width: 81.333333%;
}
.module--1697601506452 img{
display:block;
  margin:auto;
}
.hs-content-id-169541665063 h2,#hs_cos_wrapper_widget_1715359619213 #hs_cos_wrapper_widget_1715359619213_{
font-family: 'Druk Wide Bold'!important;
font-size: 46px!important;
 
}
#hs_cos_wrapper_module_1749590728585_{
font-family: 'nimbus_sans_d_otRgEx'!important;
}
.hs-content-id-169541665063 h3{
font-size: 24px;
 
}
.hs-content-id-169541665063 p{
font-size: 18px;
 
}
#rtext__1717591506914 li::marker {
  color: #24B5AE;
  
    font-size: 36px;
}
.podcast-row .content-card__title-tag{
font-size:1rem!important;
}

.blog-toolbar-1__topics .solid-btn{
background:#08b5ae;
}
.minh-full{
min-height:70vh!important;
}
.blog-hero-1{
background-position: top!important;
}

.section-intro__divider div{
background:#08b5ae!important;
}
.image-box__image{
object-fit:fill;
}


@media (max-width:767px){
  .reg-now{
  display:none;
  }
 #hs_cos_wrapper_widget_1715359619213  #hs_cos_wrapper_widget_1715359619213_{
font-size: 26px!important;
 
}
  #hs_cos_wrapper_widget_1737427194369 .hs-button{
padding: .5rem 1rem
}
  #rtext__1688580106352 .rtext__content h1 {
 font-size:36px!important;
}
  .events-btn{
font-size:0.7rem;
}
  .hs-content-id-180862110564 .rtext__content h1 span{
    
font-size:40px!important;
}
#hs_cos_wrapper_widget_1695446560052_ h2, #hs_cos_wrapper_module_16954476452985_ h2{
font-size:25px!important;
}
  
  /* Canada Page */
  .canada-heading span{
    display:inline-block;
    text-align:center;
  font-size:35px;
  font-weight:400;
    
  }
  .globe-canada, .linestar{
  display:none
  }
  
  .squares, .square-box, .item-four-24, .squares-boxes, .shapes-section, .green-rectangle{
  display:none!important;
  }
  .item-one-24{
  padding:80px 20px 20px 20px!important;
  }
  .conference-video a{
  padding:15px 25px!important;

  }
  
  .better-than-one {
    left: 89px;
}
  .lab-sesh div {
    flex: unset;
}



.hs-form-field>label>span{
color:#fff;
  padding-top:30px;
}
.feature-card__desc{
color:#000!important;
}

.nav__list--level1>li>a:before{
background: #01dc94!important;
}
#hs_cos_wrapper_footer_logo{
max-width:200px;
}
  #hs-link-sticky_header_logo_hs_logo_widget img{
  width:160px;
  }