







/* 1a. Containers */


  



  


/* 1b. Colors */







/* 1c. Typography */





























/* 1d. Buttons */






























/* 1e. Forms */































/* 1f. Icons */
















/* 1g. Cards */











/* 1h. Tables */













/* 1i. Website header */



























/* 1j. Website footer */













/* Drag and drop layout styles */

.dnd-section {
  padding: 60px 20px;
  position: relative;
  z-index: 1;
}

/* Padding on blog post sections */

.blog-post-section {
  padding: 60px 0;
}

/* .content-wrapper is used for blog post and system templates and .header-wrapper is used for the website header module */

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

.content-wrapper {
  max-width: calc(1234px + 40px );
}

.content-wrapper.narrow {
  max-width: 860px;
}

.header__wrapper {
  padding: 0 20px;
  max-width: calc(1234px + 40px );
}

@media (max-width: 1050px) {
  .header__wrapper {
    padding: 0;
  }
}






:root {
  --black: #000000;
  --white: #ffffff;
  --off-white: #C1C1C1;
  --orange: #D14600;
  --orange-dark: #B83D00;
  --grey: #ADADAD;
  --light-grey: #EAEAEA;
  --purple: #8600FF;
  --purple-2: #A13AFF;
  --light-purple: #F9F2FF;
}

html {
  font-size: 16px;
}

html.no-scroll {
  overflow-y: hidden
}

body {
  font-family: Campton-Book, sans-serif !important; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: #000000;
  color: #000000;
  font-size: 16px;
}

img.page-bg-asset__v2 {
  position: absolute;
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow-y: hidden;
}

img.page-bg-asset {
  position: absolute;
  width: 100%;
  max-height: 100%;
  top: 0;
  height: 450vh;
  left: 0;
  z-index: -1;
  overflow-y: hidden;
}

main.extended_bg img.page-bg-asset {
  max-height: none;
  top: -250px;
}

html,
body {
  overflow-x: clip;
  overscroll-behavior: smooth;
  scroll-behavior: smooth;
}

:target::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
}


@-webkit-keyframes GradientAnim 
{
  0% {background-position:100% 0%}
  50%{background-position:0% 20%}
  100%{background-position:100% 0%}
}
@-moz-keyframes GradientAnim 
{
  0%{background-position:100% 0%}
  50%{background-position:0% 20%}
  100%{background-position:100% 0%}
}
@keyframes GradientAnim 
{
  0%{background-position:100% 0%}
  50%{background-position:0% 20%}
  100%{background-position:100% 0%}
}
#main-content{
  background-color: hsla(276, 100%, 20%, 1);
  background-image: radial-gradient(at 27% 17%, hsla(270,100%,20%,0.81) 0px, transparent 70%), radial-gradient(at 37% 1%, hsla(17,57%,42%,1) 0px, transparent 50%), radial-gradient(at 87% 18%, hsla(20,100%,67%,1) 0px, transparent 50%), radial-gradient(at 56% 57%, hsla(268,99%,42%,0.93) 0px, transparent 50%), radial-gradient(at 11% 24%, hsla(293,43%,28%,1) 0px, transparent 50%), radial-gradient(at 60% 7%, hsla(293,43%,28%,1) 0px, transparent 50%);
  background-size: 150% 150%;
  -webkit-animation: GradientAnim 7s ease infinite;
  -moz-animation: GradientAnim 7s ease infinite;
  animation: GradientAnim 7s ease infinite;
}
#main-content{
  position: relative;
}
#main-content:after{
  content:"";
  background: rgb(0, 0, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
}
header.header {
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.1);
}
header.header.scrolled {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Paragraphs */

p {
  font-family: Campton-Book, sans-serif !important; font-style: normal; font-weight: 400; text-decoration: none;
}

/* Anchors */

a {
  font-weight: 400; text-decoration: none; font-family: Campton-Book, sans-serif; font-style: normal;
  color: #000000;
}

a:hover,
a:focus {
  font-weight: 400; text-decoration: underline; font-family: Campton-Book, sans-serif !important; font-style: normal;
  color: #415239;
}

a:active {
  font-weight: 400; text-decoration: underline; font-family: Campton-Book, sans-serif !important; font-style: normal;
  color: #91a289;
}

/* Headings */

h1, h1 span {
  font-family: Campton-Bold, sans-serif !important; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000000;
  font-size: 64px;
  text-transform: none;
}

h2, h2 span {
  font-family: Campton-Bold, sans-serif !important; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000000;
  font-size: 64px;
  text-transform: none;
}

h3, h3 span {
  font-family: Campton-Bold, sans-serif !important; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000000;
  font-size: 48px;
  text-transform: none;
}

h4, h4 span {
  font-family: Campton-Bold, sans-serif !important; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000000;
  font-size: 32px;
  text-transform: none;
}

h5, h5 span {
  font-family: Campton-Book, sans-serif !important; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000000;
  font-size: 24px;
  text-transform: none;
}

h6, h6 span {
  font-family: Campton-Book, sans-serif !important; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
  font-size: 20px;
  text-transform: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700 !important;
}

/* Blockquotes */

blockquote {
  font-family: Campton-Bold, sans-serif !important; font-style: normal; font-weight: 600; text-decoration: none;
  border-left-color: #ffffff;
  color: #000000;
  font-size: 24px;
}

blockquote > footer {
  font-family: Campton-Book, sans-serif !important; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 16px;
}

/* Horizontal rules */

hr {
  border-bottom-color: #333333;
}

@media screen and (max-width: 767px) {
  h1, h1 span {
    font-size: 48px;
  }

  h2, h2 span {
    font-size: 32px;
  }

  h3, h3 span {
    font-size: 32px;
  }
}





/* Primary button */

button:not(.header__button):not(.private-button):not(.header__menu-toggle):not(input[type="submit"]):not(.header__language-switcher-child-toggle),
.button:not(.header__button):not(.private-button):not(.header__menu-toggle):not(input[type="submit"]),
.hs-button:not(.header__button):not(.private-button):not(.header__menu-toggle):not(input[type="submit"]) {
  padding: 12px 16px !important;
}

button,
.button,
.hs-button {
  border: 2px solid #D14600;

  padding-top: 12px;
padding-right: 16px;
padding-bottom: 12px;
padding-left: 16px;

  font-family: Campton-Book, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(209, 70, 0, 1.0)

;
  border-radius: 4px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  border: 2px solid #B83D00;

  font-family: Campton-Book, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(184, 61, 0, 1.0)

;
  color: #000000;
  fill: #000000;
}

button:active,
.button:active,
.hs-button:active {
  border: 2px solid #B83D00;

  font-family: Campton-Book, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(255, 141, 80, 100);
  border-color: #ff9650;
  color: #000000;
  fill: #000000;
}

button.light,
.button.light,
.hs-button.light {
  background-color: #FF5600;
  border-color: #FF5600;
}

button.light:hover,
button.light:focus,
button.light:active,
.button.light:hover,
.button.light:focus,
.button.light:active,
.hs-button.light:hover,
.hs-button.light:focus,
.hs-button.light:active {
  background-color: #E34D00 !important;
  border-color: #E34D00 !important;
}

/* Secondary button */

.button.button--secondary {
  border: 2px solid #D14600;

  font-family: Campton-Book, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-radius: 4px;
  color: #d14600;
  fill: #d14600;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 2px solid #B83D00;

  font-family: Campton-Book, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #b83d00;
  fill: #b83d00;
}

.button.button--secondary:active {
  font-family: Campton-Book, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(255, 255, 255, 100);
  border: 2px solid #B83D00;

  border-color: #ff9650;
  color: #b83d00;
  fill: #b83d00;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  background-color: transparent !important;
  border-color: #B83D00 !important;
  color: #B83D00 !important;
}

.button.button--secondary.light {
  border-color: #FF5600;
  color: #FF5600;
}

.button.button--secondary.light:hover,
.button.button--secondary.light:focus,
.button.button--secondary.light:active {
  background-color: transparent !important;
  border-color: #E34D00 !important;
  color: #E34D00 !important;
}

.button.cta_button:hover {
   background-color: #B83D00 !important;
   border: 2px solid #B83D00 !important;
}

.button.button--secondary.cta_button:hover {
  color: #E34D00 !important;
  border: 2px solid #E34D00 !important;
}

.button.button--secondary.cta_button {
  background-color: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}

.button.button--secondary.light.cta_button:hover {
  color: #B83D00 !important;
  border: 2px solid #B83D00 !important;
}

.button.button--secondary.light.cta_button {
  background-color: transparent !important;
  border: 2px solid #D14600 !important;
  color: #D14600 !important;
}

/* Simple button */

.button.button--simple {
  font-weight: 400; text-decoration: none; font-family: Campton-Book, sans-serif; font-style: normal;
  color: #000000;
  fill: #000000;
}

.button.button--simple:hover,
.button.button--simple:focus {
  font-weight: 400; text-decoration: underline; font-family: Campton-Book, sans-serif !important; font-style: normal;
  color: #415239;
  fill: #415239;
}

.button.button--simple:active {
  font-weight: 400; text-decoration: underline; font-family: Campton-Book, sans-serif !important; font-style: normal;
  color: #91a289;
  fill: #91a289;
}

/* Button sizing */

.button.button--small {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 14px;
}

.button.button--large {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 18px;
}

@media ( max-width: 767px ) {
  button:not(.header__button),
  a.button:not(.header__button),
  .button:not(.header__button),
  .hs-button:not(.header__button),
  a.hs-button:not(.header__button),
  .cta-button:not(.header__button),
  a.cta-button:not(.header__button) {
    display: flex;
    justify-content: center;
  }

  button.header__menu-toggle:not(.header__menu-toggle--show) {
    display: none;
  }
}





/* Form */

form {
  border: 1px none #ffffff;

  padding: 0px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
}

/* Form title */

.form-title {
  border: 1px none #ffffff;

  padding: 25px;

  font-family: Campton-Bold, serif !important; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #000000;
  font-size: 48px;
  text-transform: ;
}

/* Labels */

form label {
  padding-top: 6px;
padding-right: 0px;
padding-bottom: 6px;
padding-left: 0px;

  font-family: Campton-Book, sans-serif !important; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 16px;
}

/* Help text */

form legend {
  font-family: Campton-Book, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #707070;
  font-size: 14px;
}

/* Form fields */

form input[type='text'],
input[type='text'],
form input[type='email'],
input[type='email'],
form input[type='password'],
input[type='password'],
form input[type='tel'],
input[type='tel'],
form input[type='number'],
input[type='number'],
form input[type='search'],
input[type='search'],
form select,
form textarea {
  border: 1px solid #707070;

  padding: 12px;

  font-family: Campton-Book, sans-serif !important; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 4px;
  color: #000000;
  font-size: 16px;
}

/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #707070;
}

::-moz-placeholder {
  color: #707070;
}

:-ms-input-placeholder {
  color: #707070;
}

:-moz-placeholder {
  color: #707070;
}

::placeholder {
  color: #707070;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 12px;
}

form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #000000;
}

form .is-selected .pika-button {
  background-color: #ffffff;
  color: #000000;
}

form .pika-button:hover {
  background-color: #000000 !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Campton-Book, sans-serif !important; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

form .hs-richtext a {
  font-family: Campton-Book, sans-serif !important; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Campton-Book, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #707070;
  font-size: 16px;
}

/* Submit button */



  form input[type='submit'],
  form .hs-button {
    border: 2px solid #D14600;

    font-family: Campton-Book, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(209, 70, 0, 1.0)

;
    border-radius: 4px;
    color: #FFFFFF;
    text-transform: none;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    border: 2px solid #B83D00;

    font-family: Campton-Book, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(184, 61, 0, 1.0)

;
    color: #000000;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    border: 2px solid #B83D00;

    font-family: Campton-Book, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(255, 141, 80, 100);
    border-color: #ff9650;
    color: #000000;
}





  form input[type='submit'],
  form .hs-button {
    padding-top: 12px;
padding-right: 16px;
padding-bottom: 12px;
padding-left: 16px;

    font-size: 16px;
  }



/* Inline thank you message */

.submitted-message {
  border: 1px none #ffffff;

  padding: 0px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
}





/* Default icon (regular/dark) */

.icon {
  padding: 15px;

  background-color: 

  
  
    
  


  rgba(161, 58, 255, 1.0)

;
}

.icon svg {
  fill: #ffffff;
  height: 16px;
  width: 16px;
}

/* Light icon */

.icon--light .icon {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.icon--light svg {
  fill: #A13AFF;
}

/* Size */

.icon--small svg {
  height: 12px;
  width: 12px;
}

.icon--small .icon {
  padding: 10px;

}

.icon--large svg {
  height: 24px;
  width: 24px;
}

.icon--large .icon {
  padding: 25px;

}





/* Table */

table {
  border: 1px solid #333333;

  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Table cells */

th,
td {
  border: 1px solid #333333;

  padding: 10px;

  color: #000000;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}





/* Header container */

/* Header content color */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote,
.header .tabs__tab,
.header .tabs__tab:hover,
.header .tabs__tab:focus,
.header .tabs__tab:active {
  color: #ffffff;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-family: Campton-Book, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
  transition: 0.3s;
}

@media (min-width: 1051px) {

  li.header__menu-item.header__menu-item--depth-1:hover {
    border-bottom: 5px solid var(--white);
  }

  /*

  .header__language-switcher:hover .header__language-switcher-current-label > span,
  .header__language-switcher:focus .header__language-switcher-current-label > span {
    font-family: Campton-Book, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #ff5600;
  }

  .header__language-switcher:hover .header__language-switcher-current-label > svg path,
  .header__language-switcher:focus .header__language-switcher-current-label > svg path {
    fill: #ff5600;
  }

  */

  .search-lang-col .search-col:hover svg path,
  .search-lang-col .search-col:focus svg path {
    stroke: #ff5600;
  }

  .header__language-switcher-child-toggle svg {
    fill: #FFFFFF;
  }

}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class li {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.9)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-family: Campton-Book, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: var(--white);
  font-size: 16px;
  text-transform: none;
}

/* Logo */

.header__logo-company-name {
  font-family: Campton-Bold, sans-serif !important; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000000;
  font-size: 64px;
  text-transform: none;
}

/* Menu */

@media (max-width: 1050px) {
  .header__menu--mobile {
    background-color: var(--black);
  }
}

/* Menu items */

.header__menu-link {
  font-family: Campton-Book, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 16px;
  text-transform: none;
}

@media (max-width: 1050px) {
  .header__menu-item--depth-1:not(:last-of-type) {
    border-bottom: 1px solid var(--grey);
  }
}

/* Menu items - top level */

.header__menu-item--depth-1 > .header__menu-link:not(.button) {
  color: #FFFFFF;
}

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
  text-decoration: none;
  /*
  font-family: Campton-Book, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
  */
}

.header__menu-item--depth-1 > .header__menu-link:active {
  font-family: Campton-Book, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #505050;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  font-family: Campton-Book, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: #FFFFFF;
}

/* Menu items - submenus */

.header__menu-submenu .header__menu-link:not(.button) {
  color: var(--white);
}

.header__menu-submenu .header__menu-link {
  position: relative;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
  font-family: Campton-Book, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: var(--black);
}

.header__menu-submenu .header__menu-link:hover::before,
.header__menu-submenu .header__menu-link:focus::before {
  content: "";
  position: absolute;
  left: 9px;
  height: 85%;
  width: 3px;
  background-color: var(--white);
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none !important;
}

.header__menu-submenu .header__menu-link:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.8)

;
}

.header__menu-submenu .header__menu-link--active-link:not(.button):not(.header__menu-link) {
  color: ;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Menu icons */

.header__menu-toggle svg {
  fill: #FFFFFF;
}





/* Footer container */

.footer {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Footer content color */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote,
.footer .tabs__tab,
.footer .tabs__tab:hover,
.footer .tabs__tab:focus,
.footer .tabs__tab:active {
  color: #FFFFFF;
}

.footer hr {
  border-bottom-color: #FFFFFF !important;
}

/* Footer menu */

.footer .hs-menu-wrapper a {
  font-family: Campton-Book, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: Campton-Book, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #d14600;
}

.footer .hs-menu-wrapper a:active {
  font-family: Campton-Book, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ff9650;
}

.footer .hs-menu-wrapper .active > a {
  font-weight: bold; text-decoration: underline; font-family: Campton-Book, sans-serif; font-style: normal;
  color: #d14600;
}






/* Dark card */

.card--dark {
  border: 1px solid #000000;

  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-radius: 0px;
  color: #ffffff;
}

.card--dark summary,
.card--dark p,
.card--dark h1,
.card--dark h2,
.card--dark h3,
.card--dark h4,
.card--dark h5,
.card--dark h6,
.card--dark a:not(.button),
.card--dark span,
.card--dark div,
.card--dark li,
.card--dark blockquote {
  color: #ffffff;
}

/* Light card */

.card--light {
  border: 1px solid #333333;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #000000;
}

.card--light summary,
.card--light p,
.card--light h1,
.card--light h2,
.card--light h3,
.card--light h4,
.card--light h5,
.card--light h6,
.card--light a:not(.button),
.card--light span,
.card--light div,
.card--light li,
.card--light blockquote {
  color: #000000;
}





/* Error templates */

.error-page:before {
  font-family: Campton-Book, sans-serif !important; font-style: normal; font-weight: 400; text-decoration: none;
}

/* System templates */

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #000000;
}

/* Search template */

.hs-search-results__title {
  font-size: 64px;
}

/* Backup unsubscribe template */

.backup-unsubscribe input[type='email'] {
  font-size: 16px !important;
  padding: padding: 12px;
 !important;
}





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: Campton-Bold, sans-serif !important; font-style: normal; font-weight: 600; text-decoration: none;
  font-size: 32px;
}

.card--dark .accordion__summary:before {
  color: #ffffff;
}

.card--light .accordion__summary:before {
  color: #000000;
}

/* Blog listing, recent posts, related posts, and blog post */

.blog-listing__post-title {
  text-transform: none;
}

.blog-listing__post-title-link {
  font-family: Campton-Bold, sans-serif !important; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000000;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  font-family: Campton-Bold, sans-serif !important; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000000;
}

.blog-listing__post-title-link:active {
  font-family: Campton-Bold, sans-serif !important; font-style: normal; font-weight: 600; text-decoration: none;
  color: #505050;
}

.blog-listing__post-tag {
  color: #000000;
}

.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus {
  color: #000000;
}

.blog-listing__post-tag:active {
  color: #505050;
}

.blog-listing__post-author-name,
.blog-post__author-name {
  color: #000000;
}

.blog-listing__post-author-name :hover,
.blog-listing__post-author-name :focus,
.blog-post__author-name:hover,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-listing__post-author-name :active,
.blog-post__author-name:active {
  color: #505050;
}

/* Image gallery */

.image-gallery__close-button-icon:hover,
.image-gallery__close-button-icon:focus {
  background-color: rgba(81, 0, 175, 1.0);
}

.image-gallery__close-button-icon:active {
  background-color: rgba(241, 138, 255, 1.0);
}

.icon--light .image-gallery__close-button-icon:hover,
.icon--light .image-gallery__close-button-icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .image-gallery__close-button-icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Pagination */

.pagination__link-icon svg {
  fill: #000000;
  height: 16px;
  width: 16px;
}

.pagination__link:hover .pagination__link-icon svg,
.pagination__link:focus .pagination__link-icon svg {
  fill: #415239;
}

.pagination__link:active .pagination__link-icon svg {
  fill: #505050;
}

.pagination__link--active {
  border-color: #333333
}

/* Pricing card */

.pricing-card__heading {
  background-color: #000000;
}

/* Social follow and social sharing */

.social-follow__icon:hover,
.social-follow__icon:focus,
.social-sharing__icon:hover,
.social-sharing__icon:focus {
  background-color: rgba(81, 0, 175, 1.0);
}

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(241, 138, 255, 1.0);
}

.icon--light .social-follow__icon:hover,
.icon--light .social-follow__icon:focus,
.icon--light .social-sharing__icon:hover,
.icon--light .social-sharing__icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .social-follow__icon:active,
.icon--light .social-sharing__icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Tabs */

.tabs__tab,
.tabs__tab:hover,
.tabs__tab:focus,
.tabs__tab:active {
  border-color: #000000;
  color: #000000;
}