







/* 1a. Containers */


  
  



  


/* 1b. Colors */







/* 1c. Typography */





























/* 1d. Buttons */




































/* 1e. Forms */










































/* 1f. Icons */
















/* 1g. Cards */











/* 1h. Tables */













/* 1i. Website header */



























/* 1j. Website footer */









:root {
  --white: #FFFFFF;
  --orange: #EB612B;
  --dark-orange: #E85319;
  --light-grey: #F4F4F4;
  --dark-grey: #212934;
  --charcoal: #2E353F;
  
  --short-transition: 0.15s ease-in-out;
  --transition: 0.3s ease-in-out;
}





/* Drag and drop layout styles */

.dnd-section {
  padding: 60px 20px;
  transition: background-color 0.6s ease-in-out;
}

.dnd-section.theme-toggle {
  position: relative;
}

.dnd-section.theme-toggle::before {
  position: absolute;
  background-color: transparent;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
}

.dnd-section.theme-toggle.active::before {
  background-color: var(--dark-grey);
}

.dnd-section.theme-toggle.dark::before {
  background-color: var(--dark-grey);
}

.dnd-section.theme-toggle.dark.active::before {
  background-color: var(--dark-orange);
}

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

/* .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: 1440px;
  margin: 0 auto;
  width: 100%;
}

.content-wrapper {
  margin: 0 auto;
}

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

.header__wrapper {
  max-width: 1560px;
  margin: 0;
}





html {
  font-size: 18px;
}

body {
  font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: #ffffff;
  color: #231f20;
  font-size: 18px;
}

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

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

/* Paragraphs */

p {
  font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
}

/* Anchors */

a {
  font-weight: 400; text-decoration: underline; font-family: 'Effra Trial', sans-serif; font-style: normal;
  color: #212934;
}

a:hover,
a:focus {
  font-weight: 400; text-decoration: underline; font-family: 'Effra Trial', sans-serif; font-style: normal;
  color: #415239;
}

a:active {
  font-weight: 400; text-decoration: underline; font-family: 'Effra Trial', sans-serif; font-style: normal;
  color: #91a289;
}

/* Headings */
h1, h2.h1 {
  font-family: 'Effra Trial', serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 80px;
  text-transform: none;
}

h2, h1.h2 {
  font-family: 'Effra Trial', serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 60px;
  text-transform: none;
}

h3 {
  font-family: 'Effra Trial', serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 46px;
  text-transform: none;
}

h4 {
  font-family: 'Effra Trial', serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 30px;
  text-transform: none;
}

h5 {
  font-family: 'Effra Trial', serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 20px;
  text-transform: none;
}

h6 {
  font-family: 'Effra Trial', serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

@media (max-width: 767px) {
  h1,
  h2.h1, h1 *, h2.h1 * {
    font-size: 46px;
  }

  h2, h2 *, h1.h2, h1.h2 * {
    font-size: 36px;
  }

  h3, h3 * {
    font-size: 28px;
  }

  h4, h4 * {
    font-size: 24px;
  }
}

/* Blockquotes */

blockquote {
  font-family: 'Effra Trial', serif; font-style: normal; font-weight: 400; text-decoration: none;
  border-left-color: #EB612B;
  color: #231f20;
  font-size: 24px;
}

blockquote > footer {
  font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 18px;
}

/* Horizontal rules */

hr {
  border-bottom-color: #8B8D8E;
}





/* Primary button */

button,
.button,
.hs-button {
  border: 0px solid #212934;

  padding-top: 26px;
padding-right: 90px;
padding-bottom: 26px;
padding-left: 20px;

  font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(33, 41, 52, 1.0)

;
  border-radius: 50px;
  color: #ffffff;
  fill: #ffffff;
  font-size: 18px;
  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: 0px solid #212934;

  font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(235, 97, 43, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}

button:active,
.button:active,
.hs-button:active {
  border: 0px solid #212934;

  font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: rgba(255, 177, 123, 100);
  border-color: #717984;
  color: #ffffff;
  fill: #ffffff;
}

/* Secondary button */

.button.button--secondary,
.hs-delete-data__button,
.hs-download-data__button {
  border: 0px solid #212934;

  font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(235, 97, 43, 1.0)

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

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active,
.hs-delete-data__button:hover,
.hs-delete-data__button:focus,
.hs-delete-data__button:active,
.hs-download-data__button:hover,
.hs-download-data__button:focus,
.hs-download-data__button:active {
  border: 0px solid #212934;

  font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(235, 97, 43, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}

.button.button--secondary:active,
.hs-delete-data__button:active,
.hs-download-data__button:active {
  font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: rgba(255, 177, 123, 100);
  border: 0px solid #212934;

  border-color: #717984;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple button */

.button.button--simple {
  font-weight: 400; text-decoration: underline; font-family: 'Effra Trial', sans-serif; font-style: normal;
  color: #212934;
  fill: #212934;
}

.button.button--simple:hover,
.button.button--simple:focus {
  font-weight: 400; text-decoration: underline; font-family: 'Effra Trial', sans-serif; font-style: normal;
  color: #415239;
  fill: #415239;
}

.button.button--simple:active {
  font-weight: 400; text-decoration: underline; font-family: 'Effra Trial', sans-serif; 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;
}





/* Form */

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-global__font-family: Effra Trial;
  --hsf-global__font-size: 1rem;
  --hsf-global__color: #231f20;
}

form {
  border: 1px none #EB612B;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(235, 97, 43, 1.0)

;
  border-radius: 0px;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-background__background-color: 

  
  
    
  


  rgba(235, 97, 43, 1.0)

;
  --hsf-background__padding: 45px;
  --hsf-background__border-style: solid;
  --hsf-background__border-color: #EB612B;
  --hsf-background__border-radius: 0px;
  --hsf-background__border-width: 1px;
}

/* Form title */

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

  padding: 25px;

  font-family: 'Effra Trial', serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(33, 41, 52, 1.0)

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

/* Labels */

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

  font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 18px;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-field-label__font-family: Effra Trial;
  --hsf-field-label__font-size: 18px;
  --hsf-field-label__color: #231f20;
  --hsf-erroralert__font-family: var(--hsf-field-label__font-family);
}

/* Help text */

form legend {
  font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 14px;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-field-description__font-family: Effra Trial;
  --hsf-field-description__color: #231f20;
  --hsf-field-footer__font-family: var(--hsf-field-description__font-family);
  --hsf-field-footer__color: var(--hsf-field-description__color);
}

/* Form fields */

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

  padding: 20px;

  font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 10px;
  color: #231f20;
  font-size: 18px;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-field-input__font-family: Effra Trial;
  --hsf-field-input__color: #231f20;
  --hsf-field-input__background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  --hsf-field-input__border-color: #8B8D8E;
  --hsf-field-input__border-width: 1px;
  --hsf-field-input__border-style: none;
  --hsf-field-input__border-radius: 10px;
  --hsf-field-input__padding: 20px;

  /* Textarea */
  --hsf-field-textarea__font-family: var(--hsf-field-input__font-family);
  --hsf-field-textarea__color: var(--hsf-field-input__color);
  --hsf-field-textarea__background-color: var(--hsf-field-input__background-color);
  --hsf-field-textarea__border-color: var(--hsf-field-input__border-color);
  --hsf-field-textarea__border-style: var(--hsf-field-input__border-style);
  --hsf-field-textarea__border-radius: var(--hsf-field-input__border-radius);
  --hsf-field-textarea__padding: var(--hsf-field-input__padding);

  /* Checkbox */
  --hsf-field-checkbox__padding: 8px;

  /* Radio */
  --hsf-field-radio__padding: 8px;
}

/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #8B8D8E;
}

::-moz-placeholder {
  color: #8B8D8E;
}

:-ms-input-placeholder {
  color: #8B8D8E;
}

:-moz-placeholder {
  color: #8B8D8E;
}

::placeholder {
  color: #8B8D8E;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-field-input__placeholder-color: #8B8D8E;
}

/* Form fields - date picker */

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

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

  
  
    
  


  rgba(33, 41, 52, 1.0)

;
  color: #ffffff;
}

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

form .is-selected .pika-button {
  background-color: #EB612B;
  color: #231f20;
}

form .pika-button:hover {
  background-color: #212934 !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: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
}

form .hs-richtext a {
  font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-heading__font-family: Effra Trial;
  --hsf-heading__color: #231f20;
  --hsf-heading__text-shadow: none;
  --hsf-richtext__font-family: Effra Trial;
  --hsf-richtext__font-size: 1rem;
  --hsf-richtext__color: #231f20;
  --hsf-field-footer__font-family: var(--hsf-field-description__font-family);
  --hsf-field-footer__color: var(--hsf-field-description__color);
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 14px;
}

/* Submit button */



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

    font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(33, 41, 52, 1.0)

;
    border-radius: 50px;
    color: #ffffff;
    text-transform: none;
  }

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

    font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(235, 97, 43, 1.0)

;
    color: #ffffff;
  }

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

    font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    background-color: rgba(255, 177, 123, 100);
    border-color: #717984;
    color: #ffffff;
  }

  .hsfc-Form,
  .hsfc-FormWrapper {
    --hsf-button__font-family: Effra Trial;
    --hsf-button__color: #ffffff;
    --hsf-button__background-color: 

  
  
    
  


  rgba(33, 41, 52, 1.0)

;
    --hsf-button__background-image: none;
    --hsf-button__border-radius: 50px;
    --hsf-button__box-shadow: none;
  }





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

    font-size: 18px;
  }

  .hsfc-Form,
  .hsfc-FormWrapper {
    --hsf-button__font-size: 18px;
    --hsf-button__padding: 26px;
  }



/* Inline thank you message */

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

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(235, 97, 43, 1.0)

;
  border-radius: 0px;
}





/* Default icon (regular/dark) */

.icon {
  padding: 15px;

  background-color: 

  
  
    
  


  rgba(223, 223, 223, 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: #DFDFDF;
}

/* 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 #8B8D8E;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

th,
td {
  border: 1px solid #8B8D8E;

  padding: 10px;

  color: #231f20;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(33, 41, 52, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(235, 97, 43, 1.0)

;
  color: #231f20;
}





/* Header container */

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

/* 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: #231f20;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(235, 97, 43, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 18px;
  text-transform: none;
}

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

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

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  border-color: #8B8D8E;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 18px;
  text-transform: none;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}

.header__language-switcher .lang_list_class a:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header bottom */

.header__bottom {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

/* Logo */

.header__logo-company-name {
  font-family: 'Effra Trial', serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 80px;
  text-transform: none;
}

/* Menu */

@media (max-width: 1024px) {
  .header__menu--mobile {
    background-color: var(--light-grey);
  }
}

/* Menu items */

.header__menu-link {
  font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 18px;
  text-transform: none;
}

/* Menu items - top level */

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

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

.header__menu-item--depth-1 > .header__menu-link:active {
  font-family: 'Effra Trial', 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: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: var(--dark-orange);
}

/* Menu items - submenus */

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #8B8D8E;
}

.header__menu-submenu .header__menu-link:not(.button) {
  color: #231f20;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
  font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Menu icons */

.header__menu-toggle svg {
  fill: var(--dark-grey)};
}





/* Footer container

.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 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: #231f20;
}

.footer hr {
  border-bottom-color: #231f20 !important;
} */

/* Footer menu */

/* .footer .hs-menu-wrapper a {
  font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 18px;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.footer .hs-menu-wrapper a:active {
  font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #505050;
}

.footer .hs-menu-wrapper .active > a {
  font-weight: bold; text-decoration: underline; font-family: 'Effra Trial', sans-serif; font-style: normal;
  color: #000000;
} */ */






/* Dark card */

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

  background-color: 

  
  
    
  


  rgba(35, 31, 32, 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 #8B8D8E;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #231f20;
}

.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: #231f20;
}





/* Error templates */

.error-page:before {
  font-family: 'Effra Trial', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
}

/* System templates */

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

/* Search template */

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

/* Backup unsubscribe template */

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





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: 'Effra Trial', serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 30px;
}

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

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

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

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

.blog-listing__post-title-link {
  font-family: 'Effra Trial', serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  font-family: 'Effra Trial', serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

.blog-listing__post-title-link:active {
  font-family: 'Effra Trial', serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #736f70;
}

.blog-listing__post-tag {
  color: #231f20;
}

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

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

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

.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: #736f70;
}

/* Image gallery */

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

.image-gallery__close-button-icon:active {
  background-color: rgba(255, 255, 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: #212934;
  height: 18px;
  width: 18px;
}

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

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

.pagination__link--active {
  border-color: #8B8D8E
}

/* Pricing card */

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

/* Social follow and social sharing */

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

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(255, 255, 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: #231f20;
  color: #231f20;
}

/* cs_metrics -- default module */
.cs-metric .cs-metric__data {
  font-family: Effra Trial;
}


/* Home New */
.section a { display:inline-block; }


.fl { display:flex; }
.jfs { justify-content:flex-start; }
.jc { justify-content:center; }
.jfe { justify-content:flex-end; }
.jsb { justify-content:space-between; }
.ac { align-items:center; }
.afs { align-items:flex-start; }
.afe { align-items:flex-end; }

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


  .cgap5 { column-gap:5px; }
  .rgap5 { row-gap:5px; }
  .col1, .row-fluid .col1 { width:8.333333333333334%; margin:0; }

  .cgap10 { column-gap:10px; }
  .rgap10 { row-gap:10px; }
  .col2, .row-fluid .col2 { width:16.666666666666668%; margin:0; }

  .cgap15 { column-gap:15px; }
  .rgap15 { row-gap:15px; }
  .col3, .row-fluid .col3 { width:25.0%; margin:0; }

  .cgap20 { column-gap:20px; }
  .rgap20 { row-gap:20px; }
  .col4, .row-fluid .col4 { width:33.333333333333336%; margin:0; }

  .cgap25 { column-gap:25px; }
  .rgap25 { row-gap:25px; }
  .col5, .row-fluid .col5 { width:41.66666666666667%; margin:0; }

  .cgap30 { column-gap:30px; }
  .rgap30 { row-gap:30px; }
  .col6, .row-fluid .col6 { width:50.0%; margin:0; }

  .cgap35 { column-gap:35px; }
  .rgap35 { row-gap:35px; }
  .col7, .row-fluid .col7 { width:58.333333333333336%; margin:0; }

  .cgap40 { column-gap:40px; }
  .rgap40 { row-gap:40px; }
  .col8, .row-fluid .col8 { width:66.66666666666667%; margin:0; }

  .cgap45 { column-gap:45px; }
  .rgap45 { row-gap:45px; }
  .col9, .row-fluid .col9 { width:75.0%; margin:0; }

  .cgap50 { column-gap:50px; }
  .rgap50 { row-gap:50px; }
  .col10, .row-fluid .col10 { width:83.33333333333334%; margin:0; }

  .cgap55 { column-gap:55px; }
  .rgap55 { row-gap:55px; }
  .col11, .row-fluid .col11 { width:91.66666666666667%; margin:0; }


.btns a { padding:12px 30px; font-size:17px; border:var(--orange) solid 1px; background:var(--orange); line-height:20px; color:var(--orange); border-radius:26px; } 
.btns a.has-shadow { box-shadow:rgb(235 97 43 / 24%) 0 12px 32px 0px; }
.w100 { float:left; width:100%; }

.home-new { background:#f8f8f8; }

.header-new .btns a { padding:10px 23.5px; font-size:15px; }
.hnr-left > span { display:none; }
.hnrr-search a { background: var(--white); width: 42px; height: 42px; display: flex; justify-content: center; align-items: center; border-radius: 50%; }
.hhrr-search a:hover { background: var(--orange); } 
.hhrr-search a:hover svg, .hhrr-search a:hover svg * { fill:var(--white); }
.btns a.has-arrow { padding: 13px 63px 13px 38px; line-height: 24px; position:relative; }
.btns a.has-arrow:after { position: absolute; content: ''; right: 7px; top: 7px; background: var(--white); border-radius: 50%; width: 36px; height: 36px; }
.btns a.has-arrow:before { position: absolute; content: ''; right: 23px; top: 20px; border-top:var(--orange) solid 2px; border-right:var(--orange) solid 2px; z-index:1; transform:rotate(45deg); width:7px; height:7px; }

.hsn-inner { border-radius: 24px; }
.hsn-left { padding-right:70px; }
.hsn-left h1 { font-size: 70px; line-height: 80px; }
.hsnl-text { color:rgb(35 31 32 / 70%); margin: 0 0 32px; line-height: 26px; }
.hn-right { text-align:right; }
.hnr-image:first-child { width: 328px; height: 360px; border: #FFFFFF solid 4px; border-radius: 24px; overflow: hidden; float:right; }
.hnr-image:last-child { margin: -172px 164px 0 0; width: 280px; height: 280px; display: inline-block; border: #ffffff solid 4px; border-radius: 24px; overflow: hidden; } 
.hnr-image img { width:100%; height:100% !important; object-fit:cover; }

.pft-left h3 { font-size:48px; line-height:1.2; }
.pft-right p { font-size:17px; }
.pfi-card { padding:28px 24px; border-radius:24px; overflow:hidden; min-height:404px; position:relative; }
.pfi-card:before { position:absolute; content:''; opacity:0.7; left:0; top:0; width:100%; height:100%; background:var(--dark-grey); }
.pfici-text { overflow:hidden; }
.pficit-inner { opacity: 0; height: 0; visibility:hidden; transition:ease all 0.4s; transform:translateY(100%); }
.pfic-inner { position:relative; z-index:1; color:var(--white); max-height: 348px; overflow-y: auto; }
.pfic-inner h4 { color:var(--white); font-weight:600 !important; } 
.pfici-tag { margin:0 0 12px; background: rgba(255, 255, 255, 0.2); padding: 4px 16px; border-radius: 24px; font-size: 14px; line-height: 20px; display: inline-block; }
.pfi-card:hover .pficit-inner { opacity:1; visibility:visible; height:auto; transform:translateY(0); }

/* .jc .hsn-inner { background:url(https://144280306.fs1.hubspotusercontent-eu1.net/hubfs/144280306/Appello%20Assets%20-%202026/images/join-con-bg.png) no-repeat left top/contain; } */
.jc-card { background:var(--dark-grey); padding:28px; border-radius:24px; }
.jcc-text { margin: 0 0 20px; color: rgba(255, 255, 255, 0.7); font-size:16px; }
.jcc-text h1, .jcc-text h2, .jcc-text h3, .jcc-text h4, .jcc-text h5, .jcc-text h6 { color:var(--white); }
.jcc-text p { font-size:inherit; }
.jc .hn-right { border-radius: 24px; overflow: hidden; }
.jc .hn-right img { width:100%; vertical-align:top; }

.st-left { padding-right:50px; }
.st-left h3 { font-size:48px; }

.dtti-card { background: var(--white); padding: 25px 20px; border-radius: 24px; }

.footer-new, .footer-new a { color:var(--white); font-size:16px; font-weight:400; line-height:24px; }
.footer-new .fnr-menu ul { gap:16px; }
.footer-new .fnl-social ul { display: flex; flex-flow: row wrap; justify-content: flex-start; flex-direction: initial; margin: 0 0 32px; }
.footer-new .fnl-social ul li a { border-radius:50%; width:32px; height:32px; background:var(--white); display:flex; justify-content:center; align-items:center; }
.footer-new .fnl-social ul li span { height:20px; }
.footer-new .fnl-social ul li svg { width:20px; height:20px; fill:var(--dark-grey); }
.fnl-logo { margin: 0 0 32px; }





@media(max-width:991px){
  .frwt { flex-flow:row wrap; }
}
@media(max-width:767px){
  .frwm { flex-flow:row wrap; }
}