/* @import url('http://example.com/example_style.css'); */
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
*, *: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;
}

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

html, body {margin: 0; padding: 0; position: relative;}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }

/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/***********************************************/
/*** Containers ***/
/***********************************************/


.p-container {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  float: none;
  padding-left: 66px;
  padding-right: 66px;
}


.p-container.lg {
  max-width: 1436px;
}

.p-container.md {
  max-width: 1306px;
}

.p-container.sm {
  max-width: 1237px;
}

.p-container.xs {
  max-width: 1096px;
}


@media only screen and (max-width: 1024px) {
  .p-container {
    padding-left: 42px;
    padding-right: 42px;
  }
  
  .p-container.lg {
    max-width: 1388px;
  }
  
  .p-container.md {
    max-width: 1258px;
  }
  
  .p-container.sm {
    max-width: 1189px;
  }
  
  .p-container.xs {
    max-width: 1048px;
  }
  
}

@media only screen and (max-width: 480px) {
  .p-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .p-container.lg {
    max-width: 1344px;
  }
  
  .p-container.md {
    max-width: 1214px;
  }
  
  .p-container.sm {
    max-width: 1145px;
  }
  
  .p-container.xs {
    max-width: 1004px;
  }
  
}

.p-container.no_padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/***********************************************/
/*** FLEXBOX SYSTEM ***/
/***********************************************/
.p-flex {
  display: flex;
}

/* Flex Direction */
.p-flex.row {
  flex-direction: row;
}
.p-flex.row-reverse {
  flex-direction: row-reverse;
}
.p-flex.column {
  flex-direction: column;
}
.p-flex.column-reverse {
  flex-direction: column-reverse;
}

/* Justify Content (Horizontal Alignment) */
.p-flex.justify-start {
  justify-content: flex-start;
}
.p-flex.justify-center {
  justify-content: center;
}
.p-flex.justify-end {
  justify-content: flex-end;
}
.p-flex.justify-between {
  justify-content: space-between;
}
.p-flex.justify-around {
  justify-content: space-around;
}
.p-flex.justify-evenly {
  justify-content: space-evenly;
}

/* Align Items (Vertical Alignment) */
.p-flex.align-start {
  align-items: flex-start;
}
.p-flex.align-center {
  align-items: center;
}
.p-flex.align-end {
  align-items: flex-end;
}
.p-flex.align-stretch {
  align-items: stretch;
}
.p-flex.align-baseline {
  align-items: baseline;
}

/* Align Content (Multi-line Alignment) */
.p-flex.content-start {
  align-content: flex-start;
}
.p-flex.content-center {
  align-content: center;
}
.p-flex.content-end {
  align-content: flex-end;
}
.p-flex.content-between {
  align-content: space-between;
}
.p-flex.content-around {
  align-content: space-around;
}
.p-flex.content-stretch {
  align-content: stretch;
}

/* Flex Wrap */
.p-flex.wrap {
  flex-wrap: wrap;
}
.p-flex.nowrap {
  flex-wrap: nowrap;
}
.p-flex.wrap-reverse {
  flex-wrap: wrap-reverse;
}

/* Gap Utilities */
.p-flex.gap-xs {
  gap: 8px;
}
.p-flex.gap-sm {
  gap: 16px;
}
.p-flex.gap-md {
  gap: 24px;
}
.p-flex.gap-lg {
  gap: 32px;
}
.p-flex.gap-xl {
  gap: 48px;
}

/* Flex Item Controls */
.p-flex-item {
  /* Base flex item class */
}
.p-flex-item.grow {
  flex-grow: 1;
}
.p-flex-item.shrink {
  flex-shrink: 1;
}
.p-flex-item.no-shrink {
  flex-shrink: 0;
}
.p-flex-item.auto {
  flex: 1 1 auto;
}
.p-flex-item.none {
  flex: none;
}

/* Flex Basis Percentages */
.p-flex-item.basis-25 {
  flex-basis: 25%;
}
.p-flex-item.basis-33 {
  flex-basis: 33.333333%;
}
.p-flex-item.basis-50 {
  flex-basis: 50%;
}
.p-flex-item.basis-66 {
  flex-basis: 66.666667%;
}
.p-flex-item.basis-75 {
  flex-basis: 75%;
}
.p-flex-item.basis-100 {
  flex-basis: 100%;
}

/* Self Alignment */
.p-flex-item.self-start {
  align-self: flex-start;
}
.p-flex-item.self-center {
  align-self: center;
}
.p-flex-item.self-end {
  align-self: flex-end;
}
.p-flex-item.self-stretch {
  align-self: stretch;
}

/* Order */
.p-flex-item.order-first {
  order: -1;
}
.p-flex-item.order-last {
  order: 9999;
}


/***********************************************/
/*** CSS GRID SYSTEM ***/
/***********************************************/
.p-grid {
  display: grid;
}

/* Grid Template Columns - Common Patterns */
.p-grid.cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
.p-grid.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.p-grid.cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
.p-grid.cols-6 {
  grid-template-columns: repeat(6, 1fr);
}
.p-grid.cols-12 {
  grid-template-columns: repeat(12, 1fr);
}

/* Auto-fit/fill for responsive grids */
.p-grid.cols-auto-fill {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.p-grid.cols-auto-fit {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/* Grid Template Rows */
.p-grid.rows-1 {
  grid-template-rows: repeat(1, 1fr);
}
.p-grid.rows-2 {
  grid-template-rows: repeat(2, 1fr);
}
.p-grid.rows-3 {
  grid-template-rows: repeat(3, 1fr);
}
.p-grid.rows-4 {
  grid-template-rows: repeat(4, 1fr);
}

/* Gap Utilities */
.p-grid.gap-xs {
  gap: 8px;
}
.p-grid.gap-sm {
  gap: 16px;
}
.p-grid.gap-md {
  gap: 24px;
}
.p-grid.gap-lg {
  gap: 32px;
}
.p-grid.gap-xl {
  gap: 48px;
}

/* Row Gap */
.p-grid.row-gap-xs {
  row-gap: 8px;
}
.p-grid.row-gap-sm {
  row-gap: 16px;
}
.p-grid.row-gap-md {
  row-gap: 24px;
}
.p-grid.row-gap-lg {
  row-gap: 32px;
}

/* Column Gap */
.p-grid.col-gap-xs {
  column-gap: 8px;
}
.p-grid.col-gap-sm {
  column-gap: 16px;
}
.p-grid.col-gap-md {
  column-gap: 24px;
}
.p-grid.col-gap-lg {
  column-gap: 32px;
}

/* Grid Alignment */
.p-grid.justify-items-start {
  justify-items: start;
}
.p-grid.justify-items-center {
  justify-items: center;
}
.p-grid.justify-items-end {
  justify-items: end;
}
.p-grid.justify-items-stretch {
  justify-items: stretch;
}

.p-grid.align-items-start {
  align-items: start;
}
.p-grid.align-items-center {
  align-items: center;
}
.p-grid.align-items-end {
  align-items: end;
}
.p-grid.align-items-stretch {
  align-items: stretch;
}

/* Grid Content Alignment */
.p-grid.justify-content-start {
  justify-content: start;
}
.p-grid.justify-content-center {
  justify-content: center;
}
.p-grid.justify-content-end {
  justify-content: end;
}
.p-grid.justify-content-between {
  justify-content: space-between;
}
.p-grid.justify-content-around {
  justify-content: space-around;
}
.p-grid.justify-content-evenly {
  justify-content: space-evenly;
}

.p-grid.align-content-start {
  align-content: start;
}
.p-grid.align-content-center {
  align-content: center;
}
.p-grid.align-content-end {
  align-content: end;
}
.p-grid.align-content-between {
  align-content: space-between;
}
.p-grid.align-content-around {
  align-content: space-around;
}

/* Grid Item Controls */
.p-grid-item {
  /* Base grid item class */
}

/* Column Span */
.p-grid-item.col-span-1 {
  grid-column: span 1;
}
.p-grid-item.col-span-2 {
  grid-column: span 2;
}
.p-grid-item.col-span-3 {
  grid-column: span 3;
}
.p-grid-item.col-span-4 {
  grid-column: span 4;
}
.p-grid-item.col-span-5 {
  grid-column: span 5;
}
.p-grid-item.col-span-6 {
  grid-column: span 6;
}
.p-grid-item.col-span-full {
  grid-column: 1 / -1;
}

/* Row Span */
.p-grid-item.row-span-1 {
  grid-row: span 1;
}
.p-grid-item.row-span-2 {
  grid-row: span 2;
}
.p-grid-item.row-span-3 {
  grid-row: span 3;
}
.p-grid-item.row-span-4 {
  grid-row: span 4;
}
.p-grid-item.row-span-full {
  grid-row: 1 / -1;
}

/* Grid Item Self Alignment */
.p-grid-item.justify-self-start {
  justify-self: start;
}
.p-grid-item.justify-self-center {
  justify-self: center;
}
.p-grid-item.justify-self-end {
  justify-self: end;
}
.p-grid-item.justify-self-stretch {
  justify-self: stretch;
}

.p-grid-item.align-self-start {
  align-self: start;
}
.p-grid-item.align-self-center {
  align-self: center;
}
.p-grid-item.align-self-end {
  align-self: end;
}
.p-grid-item.align-self-stretch {
  align-self: stretch;
}


/***********************************************/
/*** RESPONSIVE HELPERS ***/
/***********************************************/
/* Tablet breakpoint (max-width: 1024px) */
@media only screen and (max-width: 1024px) {
  /* Flexbox responsive */
  .p-flex.tablet-column {
    flex-direction: column;
  }
  .p-flex.tablet-wrap {
    flex-wrap: wrap;
  }
  
  /* Grid responsive */
  .p-grid.tablet-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-grid.tablet-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-grid.tablet-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .p-grid-item.tablet-col-span-full {
    grid-column: 1 / -1;
  }
}

/* Mobile breakpoint (max-width: 480px) */
@media only screen and (max-width: 480px) {
  /* Flexbox responsive */
  .p-flex.mobile-column {
    flex-direction: column;
  }
  .p-flex.mobile-wrap {
    flex-wrap: wrap;
  }
  
  /* Grid responsive */
  .p-grid.mobile-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-grid.mobile-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .p-grid-item.mobile-col-span-full {
    grid-column: 1 / -1;
  }
  
  /* Reduce gaps on mobile */
  .p-flex.gap-lg,
  .p-grid.gap-lg {
    gap: 16px;
  }
  .p-flex.gap-xl,
  .p-grid.gap-xl {
    gap: 24px;
  }
}


/***********************************************/
/*** ELEMENTS ***/
/***********************************************/
ul.no-list,
ol.no-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/***********************************************/
/*** TYPOGRAPHY ***/
/***********************************************/
h1 { color: #000000;font-size: 56px;font-family: Montserrat; font-weight: 700; }
h2 { color: #000000;font-size: 46px;font-family: montserrat; font-weight: 700; }
h3 { color: #000000;font-size: 26px;font-family: montserrat; font-weight: 700; }
h4 { color: #000000;font-size: 20px;font-family: montserrat; font-weight: 700; }
h5 { color: #000000;font-size: 16px;font-family: montserrat; font-weight: 700; }
h6 { color: #000000;font-size: 14px;font-family: montserrat; font-weight: 700; }

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #00F783 0%, #3BF6E3 100%);
}

a { text-decoration: none; }

p { color: #000000;font-size: 16px;font-family: montserrat; font-weight: 400; line-height: 24px; }

ul li,
ol li { color: #000000;font-size: 16px;font-family: montserrat; font-weight: 400; line-height: 24px; }

button,
figcaption {
  font-family: montserrat, sans-serif;
}

@media only screen and (max-width: 767px) {
  h1 { color: #000000;font-size: 32px;font-family: Montserrat; font-weight: 700; }
  h2 { color: #000000;font-size: 30px;font-family: montserrat; font-weight: 700; }
  h3 { color: #000000;font-size: 24px;font-family: montserrat; font-weight: 700; }
  h4 { color: #000000;font-size: 20px;font-family: montserrat; font-weight: 700; }
  h5 { color: #000000;font-size: 16px;font-family: montserrat; font-weight: 700; }
  h6 { color: #000000;font-size: 14px;font-family: montserrat; font-weight: 700; }

  a { text-decoration: none; }

  p { color: #000000;font-size: 14px;font-family: montserrat; font-weight: 400; line-height: 24px; }

  ul li,
  ol li { color: #000000;font-size: 16px;font-family: montserrat; font-weight: 400; line-height: 24px; }

  button,
  figcaption {
    font-family: montserrat, sans-serif;
  }
}

/***********************************************/
/*** Buttons ***/
/***********************************************/
.p-btn {
  display: inline-block;
  text-decoration: none;
  padding: 16.5px 30px;
}
.p-btn.primary {
  color: #ffffff;font-size: 16px;font-family: montserrat; font-weight: 600;
  background: #0071E3;
  border-radius: 12px;
  transition: .2s ease color, .2s ease background;
}

.p-btn.primary:hover {
  background: #0071E3;
  color: #ffffff;
  transition: .2s ease color, .2s ease background;
}


/***********************************************/
/*** iFrame ***/
/***********************************************/
.hs_cos_wrapper_type_rich_text iframe {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 8px 12px 0px rgba(0,0,0,.1);
  box-shadow: 0px 8.19px 12.29px 0px #0000001A;
  overflow: hidden;
  max-width: 100% !important;
} 


/***********************************************/
/*** Images ***/
/***********************************************/
figure {
  margin: 0;
  display: block;
}