






:root {
  --space-base: 5px;
  --space-3xs: 0px;
  --space-2xs: calc(var(--space-base) / 2);
  --space-xs: var(--space-base);
  --space-s: calc(var(--space-base) * 2);
  --space-m: calc(var(--space-base) * 3);
  --space-l: calc(var(--space-base) * 4);
  --space-xl: calc(var(--space-base) * 8);
  --space-2xl: calc(var(--space-base) * 16);
  --space-3xl: calc(var(--space-base) * 24);
  --space-4xl: calc(var(--space-base) * 60);
  --space-5: calc(var(--space-base) * 5);
  --space-6: calc(var(--space-base) * 6);
  --space-7: calc(var(--space-base) * 7);
  --space-10: calc(var(--space-base) * 10);
  --space-12: calc(var(--space-base) * 12);
  --space-14: calc(var(--space-base) * 14);
  --space-15: calc(var(--space-base) * 15);
  --space-18: calc(var(--space-base) * 18);
  --space-22: calc(var(--space-base) * 22);
  --space-32: calc(var(--space-base) * 32);
  --space-70: calc(var(--space-base) * 70);

  --gray-100: #FFFFFF;
  --gray-97: #F7F7F7;
  --gray-94: #F0F0F0;
  --gray-0: #000000;

  --teal-95: #E6F4EF;
  --teal-88: #D5EEE9;
  --teal-71: #95D4C9;
  --teal-65: #76D5D6;
  --teal-42: #1BB9BB;
  --teal-25: #106F70;
  --teal-17: #0B4A4B;
  --teal-8: #052525;

  --blue-29: #163C80;
  --blue-23: #1E3358;
  --blue-12: #091833;

  --red-91: #FFD9D1;
  --red-57: #F45130;
  --red-31: #7F1D1D;
  --red-23: #5F1616;

  --yellow-84: #FFE8AC;
  --yellow-71: #FDC96D;
  --yellow-57: #F5BC2E;
  --yellow-26: #713F12;

  --border-radius-small: 5px;
  --border-radius-medium: 10px;
  --border-radius-large: 15px;
  --border-radius: 20px;

  --transition--in: .33s ease-out;
  --transition--out: .25s ease-in;

  --max-content-width: 36rem;
}





/* 2a. Containers */

/* Horitzontal Spacing */

  


/* Vertical Spacing */

  



  


/* 2b. Colors */







/* 2c. Typography */

















  

























/* 2d. Buttons */





















  

















 




























 







/* 2e. Forms */




































/* 2f. Icons */
















/* 2g. Cards */







/* 2h. Tables */













/* 2i. Website header */






























/* 2j. Website footer */









/* System templates - Memberships */







   
    
       
     

  








/* Drag and drop layout styles */

.dnd-section {
  padding: 40px var(--space-5);
}

/* Padding on blog post sections */
.blog-post__column-wrapper  {
  padding: 40px 0;
}

@media (min-width: 896px) {
  .dnd-section {
    padding: 80px var(--space-xl);
  }

  .blog-post__column-wrapper  {
    padding: 80px 0;
  }
}

@media (min-width: 1024px) {
  .dnd-section {
    padding-inline:  var(--space-2xl);
  }
}

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

.dnd-section > .row-fluid,
.content-wrapper,
.header__wrapper {
  max-width: 1340px;
}





html {
  font-size: 18px!important;
}

body {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #d5eee9;
  color: #1e3358;
  font-size: 18px!important;
  font-weight: 400!important;
  letter-spacing: 0.02em!important;
  line-height: 1.667!important;
}

body, p, a {
  color: #1e3358!important;
  font-weight: 400!important;
}


/* Paragraphs */

p {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 18px!important;
  font-weight: 400!important;
  letter-spacing: 0.02em!important;
  line-height: 1.667!important;
  max-inline-size: 40em;
}


/* Anchors */

a {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #163c80;
}

a:hover,
a:focus {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #ff8842;
}

a:active {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #ffd892;
}

/* Headings */

h1 {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none!important;
  color: #1e3358!important;
  font-size: 55px!important;
  font-weight: 400!important;
  letter-spacing: 0.02em!important;
  text-transform: none!important;
  line-height: 1.182!important;
}
@media (max-width: 1024px) {
  h1 {    
    font-size: 40px!important;
    line-height: 1.5!important;
  }
}

h2 {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none!important;
  color: #1e3358!important;
  font-size: 45px!important;
  font-weight: 400!important;
  letter-spacing: 0.02em!important;
  text-transform: none!important;
  line-height: 1.333!important;
}
@media (max-width: 1024px) {
  h2 {    
    font-size: 35px!important;   
    line-height: 1.286!important;
  }
}

h3 {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none!important;
  color: #1e3358!important;
  font-size: 35px!important;
  font-weight: 400!important;
  letter-spacing: 0.02em!important;
  text-transform: none!important;
  line-height: 1.286!important;
}
@media (max-width: 1024px) {
  h3 {    
    font-size: 25px!important;    
    line-height: 1.4!important;
  }
}

h4 {
  font-family: 'Lexend Giga', sans-serif;
  font-family: 'Lexend Giga', sans-serif; font-style: normal; font-weight: 700; text-decoration: none!important;
  color: #1e3358!important;
  font-size: 15px!important;
  font-weight: 700!important;
  letter-spacing: 0.02em!important;
  text-transform: uppercase!important;
  line-height: 1.667!important;
}
@media (max-width: 1024px) {
  h4 {    
    font-size: 13px!important; 
    line-height: 1.538!important;
  }
}

h5 {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none!important;
  color: #1e3358!important;
  font-size: 27px!important;
  font-weight: 400!important;
  letter-spacing: 0.02em!important;
  text-transform: none!important;
  line-height: 1.481!important;
}
@media (max-width: 1024px) {
  h5 {    
    font-size: 25px!important;  
    line-height: 1.4!important;
  }
}

h6 {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none!important;
  color: #1e3358!important;
  font-size: 27px!important;
  font-weight: 400!important;
  letter-spacing: 0.02em!important;
  text-transform: none!important;
  line-height: 1.481!important;
}
@media (max-width: 1024px) {
  h6 {    
    font-size: 25px!important;  
    line-height: 1.4!important; 
  }
}

/* Blockquotes */

blockquote {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border-left-color: #ffffff;
  color: #1e3358;
  font-size: 24px;
}

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

/* Horizontal rules */

hr {
  border-bottom-color: #1bb9bb;
}





button,
.button,
.hs-button {
  display: inline-flex;
  align-items: center;
  border: 2px solid #fdc96d;

  padding-top: 20px;
padding-right: 40px;
padding-bottom: 20px;
padding-left: 40px;

  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(253, 201, 109, 1.0)

;
  border-radius: 20px;
  color: #091833;
  fill: #091833;
  font-size: 18px;
  text-transform: none;
  line-height: 1.333!important;
  letter-spacing: 0.02em!important;
  text-align: left;
  transition: all var(--transition--out);
}

.button .button-icon {
  margin-inline-start: var(--space-l);
  block-size: 20px;
  inline-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.button .button-icon svg {
  block-size: 24px;
  inline-size: 24px;
  flex-shrink: 0;
}

@media only screen and (max-width: 750px) {
  body {
    .button {
      margin-bottom: 0;
    }
  }
}

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

  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #163c80;
  fill: #163c80;
  transition: all var(--transition--in);
}

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

  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 255, 255, 100);
  border-color: #ffffbd;
  color: #163c80;
  fill: #163c80;
}

/* Primary button */
.button.button--primary {
  box-shadow: 0px 0px 0px 0px rgba(26, 26, 25, 1.0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(26, 26, 25, 1.0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(26, 26, 25, 1.0);
}

/* Secondary button */

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

  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 136, 66, 1.0)

;
  border-radius: 20px;
  color: #1e3358;
  fill: #1e3358;
  text-transform: none;
  box-shadow: 0px 0px 0px 0px rgba(26, 26, 25, 1.0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(26, 26, 25, 1.0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(26, 26, 25, 1.0);

}

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

  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #091833;
  fill: #091833;
}

.button.button--secondary:active {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 255, 255, 100);
  border: 2px solid #f0f0f0;

  border-color: #ffd892;
  color: #091833;
  fill: #091833;
}

/* Brutalist button */

.button.button--brutalist {   
  border: 3px solid #1a1a19;

  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 50px;
  color: #1a1a19;
  fill: #1a1a19;
  text-transform: none;
  box-shadow: 6px 6px 0px 

  
  
    
  


  rgba(26, 26, 25, 1.0)

;
}

.button.button--brutalist:hover,
.button.button--brutalist:focus,
.button.button--brutalist:active {        
  border: 3px solid #1a1a19;

  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(250, 250, 251, 1.0)

;
  color: #1a1a19;
  fill: #1a1a19;
  top: -4px;
  left: -4px;
  box-shadow: 10px 10px 0px 

  
  
    
  


  rgba(26, 26, 25, 1.0)

;
}

/* Highlight button */

.button.button--highlight {
  border: 2px solid #1e3358;

  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(30, 51, 88, 1.0)

;
  border-radius: 20px;
  color: #d5eee9!important;
  fill: #d5eee9;
  text-transform: none;
  box-shadow: 0px 0px 0px 0px rgba(26, 26, 25, 1.0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(26, 26, 25, 1.0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(26, 26, 25, 1.0);

}

.button.button--highlight:hover,
.button.button--highlight:focus,
.button.button--highlight:active {
  border: 2px solid #f0f0f0;

  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1e3358!important;
  fill: #1e3358;
}

.button.button--highlight:active {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 255, 255, 100);
  border: 2px solid #f0f0f0;

  border-color: #8297bc;
  color: #1e3358;
  fill: #1e3358;
}

/* Simple button */

.button.button--simple {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #163c80;
  fill: #163c80;
}

.button.button--simple:hover,
.button.button--simple:focus {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #ff8842;
  fill: #ff8842;
}

.button.button--simple:active {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #ffd892;
  fill: #ffd892;
}

/* Button sizing */

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

  border-radius: var(--border-radius-large);
  font-size: 15px;
}

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

  font-size: 27px;
}
@media (max-width: 1024px) {
  .button.button--large {    
    font-size: 25px;
  }
}





/* Form */

.widget-type-form {
  border: 0px none #ffffff;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;  
  
}


/* Form title */

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

  padding: 25px;

  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #191a1a !important;
  font-size: 35px;
  text-transform: ;
}

/* Labels */

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

  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1e3358;
  font-size: 18px;
}

/* Help text */

form legend {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1e3358;
  font-size: 14px;
}

/* 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-top: 0px none #8b8c8f;
border-right: 0px none #8b8c8f;
border-bottom: 1px solid #8b8c8f;
border-left: 0px none #8b8c8f;

  padding: 10px;

  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #1e3358;
  font-size: 18px;
}

/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #1bb9bb;
}

::-moz-placeholder {
  color: #1bb9bb;
}

:-ms-input-placeholder {
  color: #1bb9bb;
}

:-moz-placeholder {
  color: #1bb9bb;
}

::placeholder {
  color: #1bb9bb;
}

/* Form fields - date picker */

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

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

  
  
    
  


  rgba(250, 250, 251, 1.0)

;
  color: #191a1a;
}

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

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

form .pika-button:hover {
  background-color: #1e3358 !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: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1e3358;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1e3358;
  font-size: 14px;
}

/* Submit button */



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

    font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(253, 201, 109, 1.0)

;
    border-radius: 20px;
    color: #091833;
    text-transform: none;
  }

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

    font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #163c80;
  }

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

    font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: rgba(255, 255, 255, 100);
    border-color: #ffffbd;
    color: #163c80;
}





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

    font-size: 18px;
  }



/* Inline thank you message */

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

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
}





/* Default icon (regular/dark) */

.icon {
  padding: 12px;

  background-color: 

  
  
    
  


  rgba(22, 60, 128, 1.0)

;
}

.icon svg {
  fill: #091833;
  height: 22px;
  width: 22px;
}

/* Light icon */

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

  
  
    
  


  rgba(255, 232, 172, 1.0)

;
}

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

/* Size */

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

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

}

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

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

}





/* Table */

table {
  border: 0px solid #1bb9bb;

  background-color: 

  
  
    
  


  rgba(250, 250, 251, 1.0)

;
}

/* Table cells */

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

  padding: 10px;

  color: #1e3358;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(250, 250, 251, 1.0)

;
  color: #191a1a;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1e3358;
}





/* Header container */

.header {
  background-color: 

  
  
    
  


  rgba(230, 244, 239, 1.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: #1e3358;
}

/* Header top bar */

.header__global .header__top {
  background-color: 

  
  
    
  


  rgba(230, 244, 239, 1.0)

;
  padding-top: 12px;
padding-right: 20px;
padding-bottom: 12px;
padding-left: 20px;
  
}

/* Language switcher */

.header__global .header__language-switcher-current-label > span {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1e3358;
  font-size: 18px;
  text-transform: none;
}

.header__global .header__language-switcher:hover .header__language-switcher-current-label > span,
.header__global .header__language-switcher:focus .header__language-switcher-current-label > span {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1a1a19;
}

.header__global .header__language-switcher-child-toggle svg {
  fill: #1e3358;
}

/* Language switcher - submenu */

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

  
  
    
  


  rgba(230, 244, 239, 1.0)

;
}

.header__global .header__language-switcher .lang_list_class a:not(.button) {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1e3358;
  font-size: 18px;
  text-transform: none;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1e3358;
}

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

  
  
    
  


  rgba(230, 244, 239, 1.0)

;
}


  @media screen and ( min-width: 1280px ) {
    .header__global .header__language-switcher .lang_list_class {
      box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
      -webkit-box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
      -moz-box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
    }    
  }


/* Header bottom */

.header__global .header__bottom {
  background-color: 

  
  
    
  


  rgba(230, 244, 239, 1.0)

;
  padding: 20px;
;
}

/* Logo */

.header__global .header__logo-company-name {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1e3358;
  font-size: 35px;
  text-transform: none;
}

/* Menu */

@media (max-width: 1279px) {
  .header__global .header__menu--mobile {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

/* Menu items */

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

/* Menu items - top level */

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

.header__global .header__menu-item--depth-1 > .header__menu-link:hover,
.header__global .header__menu-item--depth-1 > .header__menu-link:focus {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #1e3358;
}

.header__global .header__menu-item--depth-1 > .header__menu-link:active {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #6e83a8;
}

.header__global .header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  font-weight: normal; text-decoration: underline; font-family: 'Lexend Deca', sans-serif; font-style: normal;
  color: #1e3358;
}

/* Spacing for all Dropdown toggles */
.header__global .header__menu-submenu .header__menu-child-toggle { 
  
  
    padding-top: 18px;
padding-right: 24px;
padding-bottom: 18px;
padding-left: 24px;

  

}

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

/* Menu items - submenus */

.header__global .header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}



.header__global .header__menu-submenu .header__menu-link {

  
    padding-top: 18px;
padding-right: 24px;
padding-bottom: 18px;
padding-left: 24px;

    

}

.header__global .header__menu-submenu .header__menu-link:not(.button) {
  color: #1e3358;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__global .header__menu-submenu .header__menu-link:hover,
.header__global .header__menu-submenu .header__menu-link:focus {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #1e3358;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__global .header__menu-item--depth-2 .header__menu-child-toggle svg {
  fill: #1e3358;
}


/* Mobile media queries */
@media (max-width: 1279px) {

  
  
  

  .header__global .header__menu-link {

    display: block;      

    
      padding-top: 18px;
padding-right: 24px;
padding-bottom: 18px;
padding-left: 24px;

        
    
    
      padding-left: 20px !important;
    

  }
  
  /* Spacing for Top level manu item toggle on mobile only */
  .header__global .header__menu-child-toggle { 
  
    
      padding-top: 18px;
padding-right: 24px;
padding-bottom: 18px;
padding-left: 24px;

    

    
      padding-right: 20px !important;
    

  }
  
  /* Mobile dropdown spacing around button */
  .header__global .header__menu-item--button {

    
      padding-top: 18px;
padding-right: 24px;
padding-bottom: 18px;
padding-left: 24px;

     
    
  }

  .header__global .header__language-switcher-child-toggle {
      
    
      padding-top: 18px;
padding-right: 24px;
padding-bottom: 18px;
padding-left: 24px;

    
    
    
      padding-right: 20px !important;
    
  }

  .header__global .header__language-switcher-current-label {
    
      padding-left: 20px !important;
    
  }

  .header__global .header__language-switcher .lang_list_class .lang_switcher_link {
    
      padding-top: 18px;
padding-right: 24px;
padding-bottom: 18px;
padding-left: 24px;

    
    
      padding-left: 20px !important;
    
  }

}

/* Desktop media queries */
@media (min-width: 1279px) {  

      

  .header__global .header__menu-item--depth-1 {

    
      padding-top: 0px;
padding-right: 18px;
padding-bottom: 0px;
padding-left: 18px;

    

  }
  
}


  @media screen and (min-width: 1280px) {
    .header__global .header__menu-submenu {
      box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
      -webkit-box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
      -moz-box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
    }    
  }


/* Menu icons */
.header__global .header__menu-toggle svg {
  fill: #1e3358;
}





.gen-header {      
  background-color: rgba(213, 238, 233, 1.0);
}

.gen-header__wrapper {
  padding-top: 20px;
padding-right: 0px;
padding-bottom: 20px;
padding-left: 0px;
;
  max-width: 1340px; 
}

.gen-header__nav-submenu-header {
  color: #1e3358;font-size: 20px;;;
  padding-bottom: 0px;
}

/*.gen-header__nav-submenu-item > a {
  color: #1e3358;font-size: 16px;;;
  padding: 0px;
;
} */

/*.gen-header__nav-submenu-item > a:hover {
  color: #E6F4EF;font-size: 16px;;;
} */

/* Language Switcher */

.gen-header .globe_class {
  width: 22px;
  height: 23px;
}

.gen-header .globe_class .mask-class {
  width: 22px;
  height: 23px;
  background-color: #091833;
}

.gen-header .lang_list_class {
  padding: 0px;
;
  border-radius: 10px;
  box-shadow:     ;
  -webkit-box-shadow:     ;
  -moz-box-shadow:     ;
  background-color: rgba(255, 255, 255, 1.0);
}

.gen-header .lang_switcher_link {
  color: #1e3358;font-size: 16px;;;
  padding: 0px;
;
}

.gen-header .lang_switcher_link:hover {
  color: #E6F4EF;font-size: 16px;;;
}

.gen-header__nav-submenu-column {
  padding: 10px;
;
}

/* CTA Button */

.gen-header__button .button {
  
    background-color: rgba(#null, 0.0);
  
  
  
  
  
  
  
  
}



.gen-header__button .button:hover,
.gen-header__button .button:focus {    
  
  
    background-color: rgba(#null, 0.0);
  

  
    
  

  

  

  
}


      

.gen-header__button .button:active {
  
  
  
  
  
  
}  

.gen-header__menu-toggle div,
.gen-header__search-close-btn div,
.gen-header__menu-close .cross div {
  background-color: #d5eee9!important;
  transition: all var(--transition--out);
}

.gen-header__menu-toggle:hover div,
.gen-header__search-close-btn:hover div,
.gen-header__menu-close:hover .cross div {
  background-color: #1e3358!important;
  transition: all var(--transition--in);
}

.gen-header__menu-toggle:focus div,
.gen-header__search-close-btn:focus div,
.gen-header__menu-close:focus .cross div {
  background-color: #1e3358!important;
  transition: all var(--transition--in);
}

.gen-header__menu-toggle:active div,
.gen-header__search-close-btn:active div,
.gen-header__menu-close:active .cross div {
  background-color: #1e3358!important;
  transition: all var(--transition--in);
}

/* Media Queries */
@media (min-width: 1279px) {
  .gen-header__nav {
    gap: var(--space-xs);
  }
  .gen-header__nav-item > a,
  .gen-header__nav-item > span {
    color: #091833;font-size: 18px;;;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: var(--border-radius-large);
    line-height: 1.333 !important;
    transition: all var(--transition--out);
  } 

  .gen-header__nav-item > a:hover,
  .gen-header__nav-item > span:hover {
    border: 2px solid #f0f0f0;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #1e3358!important;
    transition: all var(--transition--in);
  }

  
  
  
  
  
  

  .gen-header__nav-item > a,
  .gen-header__nav-item > span {
    padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
;
  } 
  
  .gen-header__nav-submenu-inner {
    padding: 0px;
;
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: 10px;
    box-shadow: 0px 5px 0px 0px 

  
  
    
  


  rgba(0, 0, 0, 0.25)

;
    -webkit-box-shadow: 0px 5px 0px 0px 

  
  
    
  


  rgba(0, 0, 0, 0.25)

;
    -moz-box-shadow: 0px 5px 0px 0px 

  
  
    
  


  rgba(0, 0, 0, 0.25)

;
  }

  .gen-header__nav-submenu-inner::before {
    border-bottom: 8px solid rgba(255, 255, 255, 1.0);
  }

  .gen-header__nav-submenu-column {
    padding: 10px;
;
  }

  /*.gen-header__button {
    padding-left: 20px;
  }*/

  .gen-header .globe_class:hover .mask-class {  
    background-color: #091833;
  }

}  

@media (max-width: 1279px) { 
  .gen-header__nav-container {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .gen-header__nav {
    gap: var(--space-l);
  }

  .gen-header__nav-item > a,
  .gen-header__nav-item > a:hover,
  .gen-header__nav-item > a:active,
  .gen-header__nav-item > span,
  .gen-header__nav-item > span:hover,
  .gen-header__nav-item > span:active {
    color: #091833;font-size: 26px;;;
    padding-top: 5px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 0px;
;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color var(--transition--out);
  }

  .gen-header__nav-item > a:hover,
  .gen-header__nav-item > a:active,
  .gen-header__nav-item > span:hover,
  .gen-header__nav-item > span:active {
    text-decoration-color: inherit;
    transition: text-decoration-color var(--transition--in);
  }

  .gen-header__nav-submenu {
    padding-left: 0px;
  }

  .gen-header__nav-submenu-column {
    /*padding-bottom: 0px;*/
    padding: 0;
  }

  .gen-header__button--mobile {
    padding-top: 5px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 0px;
;
  }

  .gen-header__menu-toggle {
    margin-left: 20px;
  }

  .gen-header__menu-toggle,
  .gen-header__menu-close {
    border: 2px solid #1e3358;

    font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(30, 51, 88, 1.0)

;
    border-radius: var(--border-radius-large);
    fill: #d5eee9;
    text-transform: none;
    box-shadow: 0px 0px 0px 0px rgba(26, 26, 25, 1.0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(26, 26, 25, 1.0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(26, 26, 25, 1.0);
    transition: all var(--transition--out);
  }

  .gen-header__menu-toggle:hover,
  .gen-header__menu-toggle:focus,
  .gen-header__menu-toggle:active,
  .gen-header__menu-close:hover,
  .gen-header__menu-close:focus,
  .gen-header__menu-close:active {
    border: 2px solid #f0f0f0;

    font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    transition: all var(--transition--in);
  }

  .gen-header__menu-toggle:active,
  .gen-header__menu-close:active {
    font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: rgba(255, 255, 255, 100);
    border: 2px solid #f0f0f0;

    border-color: #8297bc;
    transition: all var(--transition--in);
  }
} 





/* Footer container */

.footer {
  background-color: 

  
  
    
  


  rgba(30, 51, 88, 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: #d5eee9;
}


/* Footer menu */

.footer .hs-menu-wrapper a {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1e3358;
  font-size: 18px;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1a1a19;
}

.footer .hs-menu-wrapper a:active {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #6a6a69;
}

.footer .hs-menu-wrapper .active > a {
  font-weight: bold; text-decoration: underline; font-family: 'Lexend Deca', sans-serif; font-style: normal;
  color: #1a1a19;
}






.card-shadow {  
  box-shadow: 0px 0px 0px 0px 

  
  
    
  


  rgba(26, 26, 25, 1.0)

;
  -webkit-box-shadow: 0px 0px 0px 0px 

  
  
    
  


  rgba(26, 26, 25, 1.0)

;
  -moz-box-shadow: 0px 0px 0px 0px 

  
  
    
  


  rgba(26, 26, 25, 1.0)

;
}






/* Error templates */

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

/* System templates */

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

/* Backup unsubscribe template */

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






/* Content Gate */
.hs-membership-gated-content {
  box-shadow: initial !important;
  background-color: #d5eee9;
  border-top: 0px none #bcc4ce;
border-right: 0px none #bcc4ce;
border-bottom: 1px solid #bcc4ce;
border-left: 0px none #bcc4ce;
;
  border-radius: 0px;
}

.hs-membership-gated-content, 
.hs-membership-gated-content__heading {
  color: #1e3358;
}

.hs-membership-gated-content__sign-up-link {
  font-weight: bold;
  margin-left: 6px;
} 

/* Form styles */

/* Default form styles inherit from theme settings */
.systems-page.memberships .memberships__content {

  border: 0px none #ffffff;


  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;  

  

}

@media (min-width: 768px) {
  .systems-page.memberships .memberships__content {
    padding: 45px;
;
  }
}


/* For style overrides can be set by the user */


/* Form title */
/* Inherit from Forms section above */

/* Labels */
/* Inherit from Forms section above */

.systems-page.memberships .memberships__content form input[type='text'],
.systems-page.memberships .memberships__content form input[type='email'],
.systems-page.memberships .memberships__content form input[type='password'],
.systems-page.memberships .memberships__content form input[type='tel'],
.systems-page.memberships .memberships__content form input[type='number'],
.systems-page.memberships .memberships__content form input[type='search'],
.systems-page.memberships .memberships__content form select,
.systems-page.memberships .memberships__content form textarea {
  border-top: 0px none #8b8c8f;
border-right: 0px none #8b8c8f;
border-bottom: 1px solid #8b8c8f;
border-left: 0px none #8b8c8f;

  padding: 10px;

  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #1e3358;
  font-size: 18px;
}


/* For style overrides can be set by the user */


/* Register Template */
.systems-page.memberships-register {
  

  

  
    padding-top: 100px;
padding-right: 0px;
padding-bottom: 100px;
padding-left: 0px;
;
  
}

.systems-page.memberships-register .memberships__logo {
  margin-top: 0px;
margin-bottom: 40px;
;    
}

/* Register - Alt Template */
.systems-page.memberships-register-alt {

  

  

}

.systems-page.memberships-register-alt .memberships__image-column {
  
  
    background-image: url('https://48534485.fs1.hubspotusercontent-na1.net/hubfs/48534485/Memberships/memberships-bg.jpg');
background-size: cover;
background-position: center center;
;
  

  
    width: 36%;
  

  

}

@media (min-width: 768px) {
  .systems-page.memberships-register-alt {
    
      padding: 0px;
;
      
  }
}

/* Registration Confirmation */
.systems-page.memberships-registration-confirmation {
  

  

  
    padding-top: 100px;
padding-right: 0px;
padding-bottom: 100px;
padding-left: 0px;
;
  
}

.systems-page.memberships-registration-confirmation .memberships__logo {
  margin-top: 0px;
margin-bottom: 40px;
;    
}

/* Verify Registration */
.systems-page.memberships-verify-registration {
  

  

  
    padding-top: 100px;
padding-right: 0px;
padding-bottom: 100px;
padding-left: 0px;
;
  
}

.systems-page.memberships-verify-registration .memberships__logo {
  margin-top: 0px;
margin-bottom: 40px;
;    
}

/* Access Denied Template */
.systems-page.memberships-access-denied {
  

  

  
    padding-top: 100px;
padding-right: 0px;
padding-bottom: 100px;
padding-left: 0px;
;
  
}

.systems-page.memberships-access-denied .memberships__logo {
  margin-top: 0px;
margin-bottom: 40px;
;    
}

/* Login Template */
.systems-page.memberships-login {
  

  

  
    padding-top: 100px;
padding-right: 0px;
padding-bottom: 100px;
padding-left: 0px;
;
  
}

.systems-page.memberships-login .memberships__logo {
  margin-top: 0px;
margin-bottom: 40px;
;    
}


/* Login - Alt Template */

.systems-page.memberships-login-alt {

  

   

}

.systems-page.memberships-login-alt .memberships__image-column {

  
    background-image: url('https://48534485.fs1.hubspotusercontent-na1.net/hubfs/48534485/Memberships/memberships-bg.jpg');
background-size: cover;
background-position: center center;
;
  

  
    width: 36%;
  

  

}

@media (min-width: 768px) {
  .systems-page.memberships-login-alt {
    
      padding: 0px;
;
     
  }
}

/* Logout Template */
.systems-page.memberships-logout {
  

  

  
    padding-top: 100px;
padding-right: 0px;
padding-bottom: 100px;
padding-left: 0px;
;
  
}

.systems-page.memberships-logout .memberships__logo {
  margin-top: 0px;
margin-bottom: 40px;
;    
}

/* Password Reset Request Template */
.systems-page.memberships-reset-password-request {
  

  

  
    padding-top: 100px;
padding-right: 0px;
padding-bottom: 100px;
padding-left: 0px;
;
  
}

.systems-page.memberships-reset-password-request .memberships__logo {
  margin-top: 0px;
margin-bottom: 40px;
;    
}

/* Password Reset (Create New Password) Template */
.systems-page.memberships-reset-password {
  

  

  
    padding-top: 100px;
padding-right: 0px;
padding-bottom: 100px;
padding-left: 0px;
;
  
}

.systems-page.memberships-reset-password .memberships__logo {
  margin-top: 0px;
margin-bottom: 40px;
;    
}






/* Accordion */

.accordion__summary {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.667;
}

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

.blog-post__left-sidebar .btn__back-to-posts {
  color: #1e3358;
}

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

.blog-listing__post-title-link {
  color: #1e3358;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  color: #000008;
}

.blog-listing__post-title-link:active {
  color: #6e83a8;
}

.blog-listing__post-tag {
  color: #1e3358;
}

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

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

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

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

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

/* Image gallery */

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

.image-gallery__close-button-icon:active {
  background-color: rgba(102, 140, 208, 1.0);
}

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

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

/* Pagination */

.pagination__link-icon svg {
  fill: #163c80;
  height: 18px;
  width: 18px;
}

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

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

.pagination__link--active {
  border-color: #1bb9bb
}

/* Pricing card */

.pricing-card__heading {
  background-color: #1e3358;
}

/* Social follow and social sharing */

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

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(102, 140, 208, 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, 152, 92, 1.0);
}

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

/* Tabs */

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





/*
  Utility classes that allow editors to apply heading styles to any element
  regardless of the semantic heading level used.

  Usage: <h4 class="h1-style">Looks like H1, but semantically H4</h4>
*/

.h0-style {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none!important;
  color: #1e3358!important;
  font-size: 75px!important;
  font-weight: 400!important;
  letter-spacing: 0.05em!important;
  line-height: 1.1333333333!important;
}
@media (max-width: 1024px) {
  .h0-style {    
    font-size: 30px!important;
  }
}

.h1-style {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none!important;
  color: #1e3358!important;
  font-size: 55px!important;
  font-weight: 400!important;
  letter-spacing: 0.02em!important;
  text-transform: none!important;
  line-height: 1.182!important;
}
@media (max-width: 1024px) {
  .h1-style {    
    font-size: 40px!important;
    line-height: 1.5!important;
  }
}

.h2-style {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none!important;
  color: #1e3358!important;
  font-size: 45px!important;
  font-weight: 400!important;
  letter-spacing: 0.02em!important;
  text-transform: none!important;
  line-height: 1.333!important;
}
@media (max-width: 1024px) {
  .h2-style {    
    font-size: 35px!important;   
    line-height: 1.286!important;
  }
}

.h3-style {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none!important;
  color: #1e3358!important;
  font-size: 35px!important;
  font-weight: 400!important;
  letter-spacing: 0.02em!important;
  text-transform: none!important;
  line-height: 1.286!important;
}
@media (max-width: 1024px) {
  .h3-style {    
    font-size: 25px!important;    
    line-height: 1.4!important;
  }
}

.h4-style {
  font-family: 'Lexend Giga', sans-serif!important;
  font-family: 'Lexend Giga', sans-serif; font-style: normal; font-weight: 700; text-decoration: none!important;
  color: #1e3358!important;
  font-size: 15px!important;
  font-weight: 700!important;
  letter-spacing: 0.02em!important;
  text-transform: uppercase!important;
  line-height: 1.667!important;
}
@media (max-width: 1024px) {
  .h4-style {    
    font-size: 13px!important; 
    line-height: 1.538!important;
  }
}

.h5-style {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none!important;
  color: #1e3358!important;
  font-size: 27px!important;
  font-weight: 400!important;
  letter-spacing: 0.02em!important;
  text-transform: none!important;
  line-height: 1.481!important;
}
@media (max-width: 1024px) {
  .h5-style {    
    font-size: 25px!important;  
    line-height: 1.4!important;
  }
}

.h6-style {
  font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none!important;
  color: #1e3358!important;
  font-size: 27px!important;
  font-weight: 400!important;
  letter-spacing: 0.02em!important;
  text-transform: none!important;
  line-height: 1.481!important;
}
@media (max-width: 1024px) {
  .h6-style {    
    font-size: 25px!important;  
    line-height: 1.4!important; 
  }
}

.p1-style {
  font-family: 'Lexend Deca', sans-serif !important;
  font-size: 27px!important;
  font-weight: 400!important;
  letter-spacing: 0.02em!important;
  line-height: 1.481!important;
  text-transform: none!important;
}
@media (max-width: 1024px) {
  .p1-style {    
    font-size: 25px!important; 
  }
}

.p3-style {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6666666667; /* 166.667% */
  letter-spacing: 0.02em;
}

.caption-style {
  font-size: 15px!important;
  letter-spacing: 0.02em!important;
  line-height: 1.667!important;
}

.label-style {
  font-family: 'Lexend Giga', sans-serif !important;
  font-weight: 700;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em!important;
  text-transform: uppercase!important;
  line-height: 1.538!important;
}


/* Rich Text Spacing Attempt */
.widget-type-rich_text .hs_cos_wrapper_type_rich_text > * {
  margin: 0;
  padding: 0;
  max-width: 40em;
}

.widget-type-rich_text .hs_cos_wrapper_type_rich_text > * + * {
  margin-block-start: var(--space-l);
}

/* Horizontal Spacer Default */
.generator-horizontal-spacer {
  height: var(--space-xl);
  display: block;
}

.generator-horizontal-spacer.generator-horizontal-spacer--medium {
  height: var(--space-3xl);
}

.generator-horizontal-spacer.generator-horizontal-spacer--large {
  height: var(--space-32);
}


/* Override Last Section Border Radius */
.row-fluid-wrapper {
  border-radius: 0!important;
}


/* Default rich text styles */
.default-rich-content-styles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: var(--space-l);
}

.default-rich-content-styles > * {
  margin: 0;
  max-inline-size: var(--max-content-width);
}

.default-rich-content-styles li {
  margin: 0 0 0 .5em;
}

.default-rich-content-styles li:not(:first-child) {
  margin-block-start: .33em;
}

.default-rich-content-styles a:not(.button) {
  font-size: inherit;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: text-decoration-color var(--transition--out);
}
.default-rich-content-styles a:hover {
  text-decoration-color: transparent;
  transition: text-decoration-color var(--transition--in);
}

/* Image */
.default-rich-content-styles img {
  inline-size: 100%;
}