








/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */





































/* 1f. Tables */













/* 1g. Website header */



/* 1h. Website footer */








.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 1rem;
}

body {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: var(--fs-0);
}

/* Paragraphs */

p {
  font-size: var(--fs-0);
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #0270E0;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #0048b8;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #2a98ff;
}

/* Headings */

h1 {
  font-weight: normal; text-decoration: none; font-family: 'DM Serif Display', serif; font-style: normal;
  color: #0C132B;
  font-size: var(--fs-5);
  text-transform: none;
  line-height: 1em;
}

h2 {
  font-weight: normal; text-decoration: none; font-family: 'DM Serif Display', serif; font-style: normal;
  color: #0C132B;
  font-size: var(--fs-4);
  text-transform: none;
}

h3 {
  font-weight: normal; text-decoration: none; font-family: 'DM Serif Display', serif; font-style: normal;
  color: #0C132B;
  font-size: var(--fs-3);
  text-transform: none;
}

h4 {
  font-weight: normal; text-decoration: none; font-family: 'DM Serif Display', serif; font-style: normal;
  color: #0C132B;
  font-size: var(--fs-2);
  text-transform: none;
}

h5 {
  font-weight: normal; text-decoration: none; font-family: 'DM Serif Display', serif; font-style: normal;
  color: #000000;
  font-size: var(--fs-1);
  text-transform: none;
}

h6 {
  font-weight: normal; text-decoration: none; font-family: 'DM Serif Display', serif; font-style: normal;
  color: #0C132B;
  font-size: var(--fs-0);
  text-transform: none;
}







button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  {font=Inter, font_set=GOOGLE, styles={font-family=Inter, sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#0C132B, variant=regular, fallback=sans-serif, style=font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #0C132B;font-family: Inter, sans-serif;};
  text-transform: none;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(52, 59, 83, 1.0);
  border-color: #343b53;
}





form,
.submitted-message {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  ;
  border-top-left-radius: px;
  border-top-right-radius: px;
  border-bottom-left-radius: px;
  border-bottom-right-radius: px;
  ;
}

.submitted-message {
  
  border: 2px solid var(--orange);
  box-shadow: 8px 8px var(--turquoise);
  border-radius: 3px;

  font-size: var(--fs-1);
  text-align: center;
  background: white;
  padding: 2em;
  max-width: 80%;
  margin: 0 auto;
  color: var(--black);
}

/* Form title */

.form-title {
  ;
  font-family: 'DM Serif Display'; font-style: normal; font-weight: normal; text-decoration: none;
  border-top-left-radius: px;
  border-top-right-radius: px;
  border-bottom-left-radius: px;
  border-bottom-right-radius: px;
  font-size: 30;
  color: ;
}


/* Labels */

form label {
  color: ;
}

/* Help text */

form legend {
  color: #0C132B;
}

/* 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 {
  
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: ;
  border-radius: px;
}

.hs-form > fieldset[class*="form-columns-"] > .hs-form-field .hs-input {
  width: 100% !important;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #0C132B;
}

::-moz-placeholder {
  color: #0C132B;
}

:-ms-input-placeholder {
  color: #0C132B;
}

::placeholder {
  color: #0C132B;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #0C132B;
}

.fn-date-picker td.is-selected .pika-button {
  background: #0C132B;
}

.fn-date-picker td .pika-button:hover {
  background-color: #0C132B !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #0C132B;
}





/* Table */

table {
  border: 1px solid #0C132B;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #0C132B;

  padding: 18px;

  color: #0C132B;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(12, 19, 43, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #0C132B;
}






.header {
  background-color: white;
  z-index: 3;
}
  

  @media (width >= 64rem) {
    
  .header:not(.header--no-navigation) {
    position: fixed;
    z-index: 3;
    width: 100%;
  }

  }

  
.header__logo .logo-company-name {
  color: ;
  font-family: Inter;
}





.hs-search-results__title {
  font-weight: normal; text-decoration: none; font-family: 'DM Serif Display', serif; font-style: normal;
  color: #0C132B;
}