/* Theme base styles */

/* Generic */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*, *:before, *:after {
  box-sizing: border-box;
}

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects */

/* Responsive grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

  




/* Content wrappers for blog post and system templates */

.content-wrapper {
  padding: 0 24px;
  margin: 0 auto;
}

/* Drag and drop layout styles */

.dnd-section{
  border-radius: 48px;
  max-width: 1420px;
  margin: auto;
}

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

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

/* Elements */
/* Blog Cards */

.blog-card{
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
    position: relative;
}

.blog-card__image{
    height: 240px;
    border-radius: 24px;
    overflow: clip;
    width: 100%;
}

.blog-card__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-card .blog-card__content{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.blog-card .blog-card__content-footer{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
}

/* Case Study Cards */

.case-card{
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
    position: relative;
    background-color: #E5F1FF;
    border-radius: 24px;
    padding: 22px;
}

.case-card__image{
    height: 240px;
    width: 100%;
    border-radius: 24px;
    overflow: clip;
    position: relative;
    isolation: isolate;
}

.case-card__tags{
    position: absolute;
    bottom: 24px;
    left: 24px;
    padding: 10px 18px;
    border-radius: 8px;
    background-color: #E5F1FF;
    z-index: 2;
}

.case-card__tags span{
    color: var(--bold-blue);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15; 
    letter-spacing: -0.18px;
}

.case-card__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.case-card .case-card__content{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.case-card .case-card__content-footer{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
}
html {
  position: relative;
}

body {
  line-height: 1.4;
}

html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 24px;
  font-size: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3, 
h4,
h5,
h6 {
  margin: 0 0 24px;
}

/* Lists */

ul,
ol {
  padding-left: 1rem;
  margin: 0 0 24px;
}

ul li,
ol li {
  margin: 0.7rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 24px 0;
}

.no-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding-left: 1rem;
  border-left: 10px solid;
  margin: 0 0 24px;
}

/* Horizontal rules */

hr {
  border: 0 none;
  border-bottom: 1px solid;
}

/* Subscripts and superscripts */

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
.primary-cta, .secondary-cta{
  font-size: 16px;
  font-weight: 700!important;
  line-height: 1.1;
  padding: 10px 20px;
  border-radius: 48px;
  text-decoration: none!important;
  text-align: center;
  cursor: pointer;
  max-width: max-content;
  position: relative;
  isolation: isolate;
  border: 2px solid transparent;
  transition: var(--transition);
  display: inline-block;
}

.secondary-cta{
  background-color: transparent;
}

.tertiary-cta{
  font-size: 16px;
  font-weight: 700!important;
  line-height: 1.1;
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.tertiary-cta::after{
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' rx='12' fill='%23FF7700'/%3E%3Cpath d='M15.7487 7.88269H11.343L10.368 7L9.39305 7.88269L9.2408 8.02054L7 10.0493H12.9351L7.11388 15.3196L8.80578 16.8513L14.6069 11.5992V17L17 14.8334V9.0156C17 8.39007 16.44 7.88269 15.7487 7.88269Z' fill='%23F9F5EC'/%3E%3C/svg%3E");
  display: inline-block;
  transition: var(--transition);
}

.tertiary-cta:hover::after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' rx='12' fill='%230D6EFD'/%3E%3Cpath d='M15.7487 7.88269H11.343L10.368 7L9.39305 7.88269L9.2408 8.02054L7 10.0493H12.9351L7.11388 15.3196L8.80578 16.8513L14.6069 11.5992V17L17 14.8334V9.0156C17 8.39007 16.44 7.88269 15.7487 7.88269Z' fill='%23F9F5EC'/%3E%3C/svg%3E");
}

/* Colourways - Primary */

/* Bold Blue */

.primary-cta.bold-blue-cta{
  background-color: var(--bold-blue);
  color: var(--white);
}

.primary-cta:hover.bold-blue-cta{
  background-color: transparent;
  color: var(--bold-blue);
  border-color: var(--bold-blue);
}

/* rich-blue */

.primary-cta.rich-blue-cta{
  background-color: var(--rich-blue);
  color: var(--white);
}

.primary-cta:hover.rich-blue-cta{
  background-color: transparent;
  color: var(--rich-blue);
  border-color: var(--rich-blue);
}

/* White */

.primary-cta.white-cta{
  background-color: var(--white);
  color: var(--rich-blue);
}

.primary-cta:hover.white-cta{
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}

/* Colourways - Secondary */

/* Bold Blue */

.secondary-cta.bold-blue-cta{
  color: var(--bold-blue);
  border-color: var(--bold-blue);
}

.secondary-cta:hover.bold-blue-cta{
  background-color: var(--bold-blue);
  color: var(--white);
}

/* rich-blue */

.secondary-cta.rich-blue-cta{
  color: var(--rich-blue);
  border-color: var(--rich-blue);
}

.secondary-cta:hover.rich-blue-cta{
  background-color: var(--rich-blue);
  color: var(--white);
}

/* White */

.secondary-cta.white-cta{
  color: var(--white);
  border-color: var(--white);
}

.secondary-cta:hover.white-cta{
  background-color: var(--white);
  color: var(--rich-blue);
}


/* Colourways - Tertiary */

.tertiary-cta.bold-blue-cta{
  color: var(--bold-blue);
}

.tertiary-cta.rich-blue-cta{
  color: var(--rich-blue)!important;
}

.tertiary-cta.white-cta{
  color: var(--white)!important;
}


@media screen and (max-width: 767px){
  .cta_button.primary-cta, 
  .cta_button.secondary-cta{
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }

  .primary-cta, 
  .secondary-cta{
    width: 100%;
    max-width: unset;
    justify-content: center;
  }
}
/* Labels */

/* Help text */

form legend {

}

.hs-form__virality-link{
  display: none!important;
}

/* Form fields */

.simple-form{
  position: relative;
}

.hs-form-field{
  position: relative;
  transition: var(--transition);
  margin-top: 10px;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px){
  .hs-form-field{
    margin-bottom: 24px;
  }
}

fieldset.form-columns-1 .hs-input:not(.hs-input[type='checkbox']) {
    width: 100%!important;
}

.hs-form-field.hs-form-field--active{
  
}

.hs-form-field:not(.hs-fieldtype-checkbox) label:not(.hs-error-msg, .hs-form-booleancheckbox-display, .hs-form-radio-display){
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  color: black;
  margin-bottom: 8px;
  display: block;
}


.hs-fieldtype-radio label:first-of-type:not(.hs-form-radio-display), 
.hs-fieldtype-checkbox label:first-of-type:not(.hs-form-checkbox-display){
  top: 0px!important;
  position: relative!important;
  left: 0px!important;
  margin-bottom: 10px!important;
  display: block;
}

.hs-form-field:not(.hs-fieldtype-checkbox).hs-form-field--active label:not(.hs-error-msg), 
.hs-form-field:has(.hs-error-msgs):not(.hs-fieldtype-checkbox).hs-form-field--active label:not(.hs-error-msg){
  top: calc(0% - 10px);
  font-size: 10px;
  left: 0px;
}

.hs-form-booleancheckbox-display{
    position: relative !important;
    top: 0!important;
    transform: unset !important;
    font-size: 16px !important;
    pointer-events: all!important;
}

.hs-form-booleancheckbox-display a{
  color: var(--spring-green)!important;
}

.hs-error-msg{
  color: #F00;
  font-size: 16px;
  line-height: 1;
  margin-top: 18px;
  display: block;
}

.hs-form-field:has(.hs-error-msg) input{
  border-color: #F00!important;
}

.inputs-list.multi-container li label{
  display: flex;
  flex-direction: row;
  align-items: center;
}


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{
  width: 100%;
  padding: 16px 0px!important;
  border: none;
  border-bottom: 1px solid var(--rich-blue);
  background-color: transparent;
  font-size: 16px;
  color: var(--rich-blue);
}

form textarea{
  min-height: 120px;
}

form fieldset{
  max-width: unset!important;
}

form input::placeholder, 
form textarea::placeholder{
  color: var(--rich-blue);
  opacity: 0.7!important;
}

/* Light Form Styles */

.form--light form input,
.form--light form select,
.form--light form textarea {
  border-color: var(--white);
  color: var(--white);
}

.form--light .hs-form-field label:not(.hs-error-msg){
  color: var(--white);
}

.form--light .hs-richtext{
  color: white;
}


.legal-consent-container .hs-form-booleancheckbox-display input{
 
}

/* Form -fields -> intl phone */


.hs-fieldtype-intl-phone{
  display: flex;
  flex-direction: row;
  gap: 10px;
}

/* Form fields - placeholders */

::-webkit-input-placeholder {
  display: none;
}

::-moz-placeholder {
  display: none;
}

:-ms-input-placeholder {
  display: none;
}

:-moz-placeholder {
  display: none;
}

::placeholder {
  display: none;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  
}

form .pika-table thead th {

}

form td.is-today .pika-button {
 
}

form .is-selected .pika-button {

}

form .pika-button:hover {

}

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

}

form .hs-richtext a {

}

/* GDPR */

form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-size: 18px!important;
  color: var(--black);
  margin-bottom: 24px;
}

/* Inline thank you message */

.submitted-message {

}

/* Custom checkbox */

input[type="checkbox"]{
  position: relative;
  cursor: pointer;
  appearance: none; 
  width: 24px;
  height: 24px;
}



input[type="checkbox"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: var(--transition);
}

.form--dark input[type="checkbox"]::before, 
input[type="checkbox"]::before  {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19" height="19" rx="2.5" fill="%23F9F5EC" stroke="%23003934"/></svg>');
}

.form--dark input[type="checkbox"]:checked::before, 
input[type="checkbox"]:checked::before  {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19" height="19" rx="2.5" fill="%23F9F5EC" stroke="%23003934"/><rect x="4" y="4" width="12" height="12" rx="2" fill="%23070637"/></svg>');
}

.form--light input[type="checkbox"]::before {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19" height="19" rx="2.5" stroke="white"/></svg>');
}

.form--light input[type="checkbox"]:checked::before {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19" height="19" rx="2.5" stroke="white"/><rect x="4" y="4" width="12" height="12" rx="2" fill="white"/></svg>');
}

input[type="checkbox"] + span:not(.legal-consent-container .hs-form-booleancheckbox-display>span){
  padding-left: 32px;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
    margin-left: 36px!important;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
    font-size: 16px;
}

/* Custom Radio Button Styling */

/* Target radio inputs inside any label with the common HubSpot structure */
.hs-form-radio-display input[type="radio"] {
  position: relative;
  cursor: pointer;
  appearance: none; /* Hide default radio button */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.hs-form-radio-display input[type="radio"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: var(--transition, 0.3s ease);
  pointer-events: none;
}

.form--dark .hs-form-radio-display input[type="radio"]::before {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19" height="19" rx="9.5" fill="white" stroke="%23003934"/></svg>');
}

.form--dark .hs-form-radio-display input[type="radio"]:checked::before {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19" height="19" rx="9.5" fill="white" stroke="%23003934"/><rect x="4" y="4" width="12" height="12" rx="6" fill="%23544BFF"/></svg>');
}

.form--light .hs-form-radio-display input[type="radio"]::before {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19" height="19" rx="9.5" stroke="white"/></svg>');
}

.form--light .hs-form-radio-display input[type="radio"]:checked::before {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19" height="19" rx="9.5" stroke="white"/><rect x="4" y="4" width="12" height="12" rx="6" fill="white"/></svg>');
}


/* Position label text to the right of the custom radio */
.hs-form-radio-display input[type="radio"] + span {
  display: inline-block;
  padding-left: 36px; /* Leave room for the 20px icon and spacing */
  line-height: 20px;
  font-size: 16px;
  vertical-align: middle;
  position: relative;
}


.hs-form-radio-display{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.hs-form-radio-display label span{
  font-size: 16px;
  display: inline-block;
  margin-bottom: 8px;
}

form .legal-consent-container .hs-richtext{
  font-size: 16px!important;
  line-height: 1.2;
}

form .hs-richtext a{
  color: var(--bold-blue)!important;
}

/* Buttons */


form input[type="submit"].hs-button{
  font-size: 16px;
  line-height: 1.1;
  padding: 10px 20px;
  border-radius: 48px;
  text-decoration: none;
  cursor: pointer;
  max-width: max-content;
  position: relative;
  isolation: isolate;
  border: 1px solid transparent;
  transition: var(--transition);
  background-color: var(--rich-blue);
  color: var(--white);
}

form input[type="submit"].hs-button:hover{
  background-color: transparent;
  color: var(--rich-blue);
  border: 1px solid var(--rich-blue);
}
/* 

Need to make individual adjustments? -- Please use modifier classes e.g. slider-navigation--team-slider
inside of your modules respective css file 

*/


/* Slider Navigation */

.slider-navigation{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--spacing-xs);
}

.slider-navigation__item{
    width: 45px;
    height: 45px;
    display: flex;
    transition: var(--transition);
    cursor: pointer;
}

.slider-navigation__item--next{
    transform: rotate(180deg);
}

.slider-navigation__item svg path:first-of-type{
    stroke: var(--orange-blaze);
    fill: var(--orange-blaze);
    transition: var(--transition);
}

.slider-navigation__item svg path:last-of-type{
    fill: var(--white);
    transition: var(--transition);
}

.slider-navigation__item.swiper-button-disabled{
    cursor: disabled;
}

.slider-navigation__item.swiper-button-disabled svg path:first-of-type{
    stroke: var(--rich-blue);
    fill: transparent;
}

.slider-navigation__item.swiper-button-disabled svg path:last-of-type{
    fill: var(--rich-blue);
}


/* Logo Slider */

.logo-slider{
    position: relative;
    isolation: isolate;
}

.logo-slider::after, 
.logo-slider::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

.logo-slider::after{
    top: 0;
    right: 0;
}

.logo-slider::before{
    top: 0;
    left: 0;
}

.logo-slider__logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-slider.logo-slider--light .logo-slider__logo img{
 filter: brightness(0) saturate(100%) invert(1);
  -webkit-filter: brightness(0) saturate(100%) invert(1);
} 

.logo-slider.logo-slider--dark .logo-slider__logo img{
    filter: brightness(0) saturate(100%);
    -webkit-filter: brightness(0) saturate(100%);
}

.logo-slider__logo img{
    min-height: 90px;
    max-height: 100px;
    width: 100%;
    object-fit: contain;
}

.logo-slider .swiper-wrapper{
    transition-timing-function: linear;
}

/* Scrollbar */

.slider-scroll-bar{
    margin-top: 120px;
    height: 1px;
    background-color: #4D4D4D;
}

.slider-scroll-bar .swiper-scrollbar-drag {
    height: 12px;
    background-color: white;
    top: -6px;
}

@media screen and (max-width: 768px){

    .logo-slider__logo img{
        min-height: 30px;
        max-height: 30px;
    }
}

.pagination{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination__page, 
.pagination__arrow{
    max-width: 40px;
    max-height: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: inherit;
    background-color: transparent;
    transition: var(--transition);
    cursor: pointer;

}

.pagination__page:hover, 
.pagination__page.pagination__page--active{
    background-color: var(--bold-blue);
    color: white!important;
}

.pagination__arrow:hover{
    background-color: var(--bold-blue);
}

.pagination__arrow svg path{
    stroke: var(--bold-blue);
}

.pagination__arrow:hover svg path{
    stroke: var(--white);
}


.pagination__arrow svg{
    pointer-events: none;
}

.pagination__arrow.pagination__arrow--prev svg{
    transform: rotate(180deg);
}

.pagination__arrow.pagination__arrow--inactive{
    cursor: not-allowed;
    opacity: 0.3;
}

.pagination:has(.pagination__arrow.pagination__arrow--prev.pagination__arrow--inactive):has(.pagination__arrow.pagination__arrow--next.pagination__arrow--inactive) .pagination__arrow.pagination__arrow--inactive{
    display: none;
}
/* Table */

table {
  border-collapse: collapse;
  margin: 0px;
  width: 100%;
}

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
    vertical-align: top;
    text-align: left;
}

thead th{
	border-right: 1px solid var(--grey);
}

thead th h6{
	margin: 0px;
} 

thead th:last-of-type{
	border-right: none;
}


table {
	border-collapse: collapse;
}
table td {
	padding: 15px;
	font-size: 14px;
}
table thead td {
	background-color: #54585d;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #54585d;
}
table tbody td {
	color: #636363;
	border: 1px solid #dddfe1;
}

table td p, 
table td h6{
	margin-bottom: 0px;
}

table tbody tr {
	background-color: #e6f3f2;
}

table:not(.pricing-table) tbody tr:first-of-type h1, 
table:not(.pricing-table) tbody tr:first-of-type h2, 
table:not(.pricing-table) tbody tr:first-of-type h3, 
table:not(.pricing-table) tbody tr:first-of-type h4, 
table:not(.pricing-table) tbody tr:first-of-type h5, 
table:not(.pricing-table) tbody tr:first-of-type h6{
	color: white!important;
	margin-bottom: 0px;
}

table tbody tr:first-of-type td{
	border: 0px solid transparent!important;
}

table:not(.pricing-table) tbody tr:first-of-type td:nth-child(odd) {
  border-right: 0;
  background-color: #008D7F;
  color: white!important;
}

table:not(.pricing-table) tbody tr:first-of-type td:nth-child(even) {
  border-right: 0;
  background-color: #1B6359;
  color: white!important;
}

table tbody tr:nth-child(odd) {
	background-color: #ffffff;
}

table tbody tr td:first-of-type{
	border-left: 0px solid red;
}

table tbody tr td:last-of-type{
	border-right: 0px solid red;
}

table ul{
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

table li{
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.video-media{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.video-media.video-media--paused{

}

.video-media video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    display: block;
}

.video-media .video-media__thumbnail{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    transition: var(--transition);
}

.video-media.video-media--paused .video-media__thumbnail{
    opacity: 1;
}

.video-media .video-media__controls{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    transition: var(--transition);
}

.video-media:hover .video-media__controls{
    background-color: rgba(0, 0, 0, 0.3);
}

.video-media.video-media--paused .video-media__controls{
    opacity: 1;
    pointer-events: all;
}

.video-media__controls svg{
    transition: var(--transition);
    border: 0px solid rgba(255, 255, 255, 0);
    border-radius: 100%;
}

.video-media__controls svg circle{
    fill: var(--white);
    transition: var(--transition);
}

.video-media__controls svg path{
    fill: var(--sapphire);
    transition: var(--transition);
}

.video-media__controls:hover svg circle{
    fill: var(--sapphire);
}

.video-media__controls:hover svg path{
    fill: var(--white);
}

@media screen and (max-width: 767px){

    .video-media__controls svg{
        width: 50px;
        height: 50px;
    }

}
.accordion{
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 30px;
  padding: 30px;
  gap: 0px;
  transition: var(--transition);
}

.accordion.active{
  gap: 20px;
}

.accordion.accordion--dark.active, 
.accordion.accordion--dark:hover{
  background-color: var(--rich-blue);
}

.accordion.accordion--light.active, 
.accordion.accordion--light:hover{
  background-color: var(--orange-blaze);
}

.accordion__title-indicator__title span{
  font-weight: 700;
  font-size: 30px;
}

.accordion.accordion--light .accordion__title-indicator__title span{
  color: var(--dune);
  transition: var(--transition);
}

.accordion.accordion--dark .accordion__title-indicator__title span{
  color: var(--rich-blue);
  transition: var(--transition);
}

.accordion .accordion__title-indicator{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin-bottom: 0px;
  transition: var(--transition);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

 .accordion.accordion--dark.active .accordion__title-indicator__title span, 
 .accordion.accordion--dark:hover .accordion__title-indicator__title span{
  color: var(--dune);
 }

.accordion.accordion--light.active .accordion__title-indicator__title span, 
.accordion.accordion--light:hover .accordion__title-indicator__title span{
  color: var(--rich-blue);
 }

.accordion__title-indicator .accordion__title__indicator{
  position: relative;
  margin-left: 20px;
  background-color: var(--bold-blue);
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
}

.accordion:hover.accordion--dark .accordion__title-indicator .accordion__title__indicator, 
.accordion.active.accordion--dark .accordion__title-indicator .accordion__title__indicator{
  background-color: var(--orange-blaze);
}

.accordion:hover.accordion--light .accordion__title-indicator .accordion__title__indicator, 
.accordion.active.accordion--light .accordion__title-indicator .accordion__title__indicator{
  background-color: var(--rich-blue);
}

.accordion__title__indicator__plus{
  width: 20px;
  height: 20px;
  opacity: 1;
  transition: var(--transition)
}

.accordion.active .accordion__title__indicator__plus{
  opacity: 0;
}

.accordion .accordion__title__indicator__plus path, 
.accordion .accordion__title__indicator__minus path{
  fill: white;
  transition: var(--transition);
}

.accordion.accordion--dark:hover .accordion__title__indicator__plus path{
  fill: var(--rich-blue);
}

.accordion.accordion--light:hover .accordion__title__indicator__plus path{
  fill: var(--orange-blaze);
}

.accordion.active.accordion--dark .accordion__title__indicator__minus rect{
  fill: var(--rich-blue);
}

.accordion.active.accordion--light .accordion__title__indicator__minus rect{
  fill: var(--orange-blaze);
}

.accordion__title__indicator__minus{
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: var(--transition)
}

.accordion.active .accordion__title__indicator__minus{
  opacity: 1;
}

.accordion .accordion__title-indicator-svg{
  min-width: 14px;
  min-height: 7px;
  transform: rotate(0deg);
  transition: var(--transition);
}

.accordion.active .accordion__title-indicator-svg{
  transform: rotate(180deg);
}

.accordion .accordion__content{
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height var(--transition), opacity var(--transition), padding var(--transition);
  width: 90%;
  line-height: 1.5;
  position: relative;
}

.accordion.active .accordion__content{
  opacity: 1;
}

.accordion.accordion--dark.active .accordion__content{
  color: var(--dune);
}

.accordion.accordion--light.active .accordion__content{
  color: var(--rich-blue);
}

.accordion.active .accordion__content p:last-of-type{
  margin-bottom: 0px;
}

.accordion.active .accordion__content img{
  border-radius: 8px;
  margin-bottom: 24px;
}

@media screen and (max-width: 780px) {

  .accordion{
    padding: 16px;
    border-radius: 20px;
  }

  .accordion__title-indicator__title span{
    font-size: 20px;
  }

  .accordion__title__indicator{
    margin-left: 0px!important;
  }

  .accordion .accordion__content{
    width: 100%;
  }

  .accordion__title-indicator .accordion__title__indicator{
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
  }
  
  .accordion__title__indicator__plus{
    width: 16px;
    height: 16px;
  }
  
  .accordion__title__indicator__minus{
    width: 16px;
    height: 16px;
  }

}
.statistic{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: var(--spacing-sm);
    position: relative;
}

.statistic-number{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.3px;
    color: white;
}

.statistic-content p:last-of-type{
    margin-bottom: 0px;
}

/* Modules */
/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}
/* Global */


/* Missing Template at Path: \'kreditz-theme\/css\/modules\/global\/_header.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/global\/_footer.css\' */
.hs-search-results__listing {
  margin: 0;
  padding: 0;
  list-style: none;
 
}
.hs-search-results__listing li {
  margin: 0;
  padding: 0px 0px 40px 0px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.hs-search-results__listing li::before{
  display: none;
}

a.hs-search-results__title,
a.hs-search-results__title:hover{
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
}
.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__prev-page {
  float: left;
}
.hs-search-results__next-page {
  float: right;
}
.hs-search-results__date.posts{
  font-size: 12px;
  color: #a0a0a0;
  margin-bottom: 3px;
}

.blog_tabs {
 
}
.blog_tabs .tabs-nav{
  display: flex;
  flex-direction: row!important;
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0px;
}
.blog_tabs .tabs-nav li {
  padding: 0;
  margin: 0;
}

.blog_tabs .tabs-nav li::before{
  display: none!important;
}

.blog_tabs .tabs-nav li:first-child a {
  border-right: 0;
 
}
.blog_tabs .tabs-nav li:last-child a {
  
}
.tabs-nav a {
  color: #07272D;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 16px 24px;
}
.tabs-nav a:hover {
  border-bottom: 4px solid #008D7F;
}
.tabs-nav a span{
  font-weight: 100;
}
.tabs-nav .tab-active a {
  color: #008D7F;
  cursor: default;
  border-bottom: 4px solid #008D7F;
  font-weight: 600;
}
.blog_tabs .tabs-stage {
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #cecfd5;
  clear: both;
  padding-top: 40px;
  position: relative;
  top: -1px;
}
#searchIcon{
  display: block;
}
#searchIcon.d-none{
  display: none;
}

.hs-search-results__title{
  font-size: 30px!important;
  color: #008D7F;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 0;
  line-height: 1.2;
}


select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  color: #000;
  background-color: #fff;
  background-image: none;
  cursor: pointer;
  font-size: 12px;
  border: 1px solid #02003f;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
.select {
  position: relative;
  display: none; /* Remove this if you want it */
  width: 230px;
  height: 35px;
  overflow: hidden;
  float: right;
}
/* Arrow */
.select::after {
  background-color: #02003e;
  content: "\25BC";
  padding: 1em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0px;
  color: white;
  font-size: 10px;
  height: 100%;
  line-height: 19px;
}
/* Transition */
.select:hover::after {
  color: #46d0ff;
}

@media (max-width:767px){
  .select{
    float: none;
    margin: 20px 0;
  }
}

/* Sections */

/* Missing Template at Path: \'kreditz-theme\/css\/modules\/sections\/_image-banner.css\' */

/* Components */

/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_insight-cards.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_locations.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_book-a-demo.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_switchback.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_icon-cards.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_attendee-roles.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_course-structure.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_alumni-testimonial.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_academy-summary-statistics.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_academy-header.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_academy-sidebar.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_academy-case-study.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_boxed-content-switchback.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_academy-compliance.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_academy-skills.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_academy-course-summary.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_all-products.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_all-solutions.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_academy-subscription-banner.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_certifications.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_cta-banner.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_event-header.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_feature-cards.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_featured-case-study.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_case-study-summary.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_home-hero.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_image-cards.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_filterable-alumni-testimonials.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_informational-banner.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_mixed-content.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_portal-login.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_pricing-table.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_portal-overview.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_product-bundles.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_product-summary-cards.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_share-article.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_academy-releated-articles.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_simple-header.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_simple-partner-cards.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_simple-testimonial.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_speaker-cards.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_step-card-grid.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_statistics.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_subscription-form.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_switchback-header.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_tabbed-dnd-navigation.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_tabbed-switchback.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_team-cards.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_text-and-form.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_video-modal-banner.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_video-with-timestamps.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_webinar-header.css\' */
/* Missing Template at Path: \'kreditz-theme\/css\/modules\/components\/_testimonial.css\' */

/* Utility */


/* Missing Template at Path: \'kreditz-theme\/css\/modules\/utility\/_tabbed-drag-and-drop-sections.css\' */

/* Macro */
.latest-articles__title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
}

.latest-articles__title h2{
    margin-bottom: 0px;
}

.latest-articles__articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    align-items: stretch;
}

.latest-articles__articles .article-card{
    display: flex;
    opacity: 1;
}

@media (max-width: 1023px) {
    .latest-articles__articles {
        grid-template-columns: repeat(2, 1fr);
    }

    .latest-articles__title .primary-cta{
        display: none;
    }
}

@media (max-width: 767px) {
    .latest-articles__articles {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
.masked-image{
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    max-width: 667px;
    max-height: 602px;
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.masked-image__tall{
    aspect-ratio: 501 / 625;
}

.masked-image__bottom-left {
    mask-image: url("data:image/svg+xml,%3Csvg width='724' height='656' viewBox='0 0 724 656' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M679.137 0H61.7914C36.9971 0 16.8984 20.1188 16.8984 44.9012C16.8984 207.915 16.8984 351.915 16.8984 513.195H16.7788V525.123C16.7788 531.7 14.1767 538.037 9.51097 542.671L7.26782 544.913C-2.4226 554.599 -2.4226 570.323 7.26782 580.039L16.7788 589.545L20.9959 593.76L75.3699 648.706C80.0357 653.369 86.3165 655.97 92.8964 655.97V654.864L94.033 655.97H679.167C703.931 655.97 724.03 635.881 724.03 611.129V44.8414C724.03 20.089 703.931 0 679.167 0H679.137Z'/%3E%3C/svg%3E");
}

.masked-image__bottom-right {
    mask-image: url("data:image/svg+xml,%3Csvg width='724' height='656' viewBox='0 0 724 656' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='scale(-1,1) translate(-724,0)'%3E%3Cpath fill='black' d='M679.137 0H61.7914C36.9971 0 16.8984 20.1188 16.8984 44.9012C16.8984 207.915 16.8984 351.915 16.8984 513.195H16.7788V525.123C16.7788 531.7 14.1767 538.037 9.51097 542.671L7.26782 544.913C-2.4226 554.599 -2.4226 570.323 7.26782 580.039L16.7788 589.545L20.9959 593.76L75.3699 648.706C80.0357 653.369 86.3165 655.97 92.8964 655.97V654.864L94.033 655.97H679.167C703.931 655.97 724.03 635.881 724.03 611.129V44.8414C724.03 20.089 703.931 0 679.167 0H679.137Z'/%3E%3C/g%3E%3C/svg%3E");
}
  

.masked-image-tall-bottom-right{
  mask-image: url("data:image/svg+xml,%3Csvg width='501' height='625' viewBox='0 0 501 625' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.00700073 20.0004C0.00687435 8.95456 8.96124 2.82847e-06 20.0071 2.75917e-06L459.747 0C474.878 6.61397e-07 487.15 12.269 487.15 27.4078L487.149 521.437C487.149 526.63 489.214 531.615 492.883 535.285L494.654 537.057C502.301 544.704 502.301 557.105 494.654 564.753L440.476 618.941C436.802 622.615 431.823 624.675 426.631 624.675H20.0096C8.96488 624.675 0.0109528 615.723 0.00973938 604.678C-0.0116729 409.785 0.00923065 214.893 0.00700073 20.0004Z' fill='black'/%3E%3C/svg%3E");
}

.masked-image-top-left {
    mask-image: url("data:image/svg+xml,%3Csvg width='796' height='597' viewBox='0 0 796 597' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M796.176 47.3545L796.176 550.548C796.176 576.703 771.9 596.39 739.647 596.39L58.6313 596.391C36.8031 596.391 19.0996 582.04 19.0996 564.333L19.0995 120.753C19.0995 114.679 16.121 108.847 10.8282 104.555L8.27317 102.483C-2.75772 93.538 -2.75772 79.0338 8.27317 70.0886L86.431 6.70851C91.7311 2.41055 98.9147 0.00112698 106.405 0.00112731L739.639 0C771.892 1.40983e-06 796.169 19.6866 796.169 45.8414L796.176 47.3545Z' fill='black'/%3E%3C/svg%3E");
    aspect-ratio: 796 / 597;
}

.masked-image__small {
    mask-image: url("data:image/svg+xml,%3Csvg width='249' height='124' viewBox='0 0 249 124' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M0 20.6862L9.38766e-05 103.303C9.4376e-05 114.728 7.80492 123.992 17.4313 123.992H231.489C238.004 123.992 243.287 117.723 243.287 109.988V73.1684C243.287 70.515 244.176 59.9677 245.756 58.0927L246.519 57.1876C249.811 53.28 249.811 46.9441 246.519 43.0365L241.851 37.497L207.513 2.93007C205.932 1.05255 203.787 0 201.552 0H17.4334C7.80701 0 0.00218053 9.26342 0.00218103 20.6888L0 20.6862Z'/%3E%3C/svg%3E");
}

/* Sections */



/* Settings */

:root {
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 48px;
  --spacing-3xl: 64px;
  --spacing-4xl: 96px;
  --spacing-5xl: 128px;
  --spacing-6xl: 192px;
  --dune: #F9F5EC;
  --titanium: #E5F1FF;
  --bold-blue: #0D6EFD;
  --orange-blaze: #FF7700;
  --rich-blue: #070637;
  --neutral-50: #F8FAFC;
  --neutral-100: #F1F5F9;
  --neutral-200: #E2E8F0;
  --neutral-300: #CBD5E1;
  --neutral-400: #94A3B8;
  --neutral-500: #64748B;
  --neutral-600: #475569;
  --neutral-700: #334155;
  --neutral-800: #1E293B;
  --neutral-900: #0F172A;
  --white: #fff;
  --black: #000;
  --error: #B30000;
  --success: #0AC573;
  --info: #2FB6F9;
  --warning: #FFC440;
  --transition: 0.3s ease-in-out;
  }
  
  /* Helpers */
  
  .hide-desktop{
    display: none;
  }
  
  body.no-scroll{
    overflow-y: clip;
  }

  
  @media screen and (max-width: 767px){
  
    .hide-desktop{
      display: flex!important;
    }
    .hide-mobile{
      display: none!important;
    }
  }


  [id]{
    scroll-margin-top: 100px!important;
  }
  
  /* All */
  
  html {
    scroll-behavior: smooth;
  }
  
  .body-wrapper{
    overflow-x: clip;
    padding: 12px;
    position: relative;
  }
  
  .cover-link{
      position: absolute!important;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 5;
  }
  
  a:not(.primary-cta):not(.secondary-cta):not(.text-cta) {
    color: var(--sapphire);
    position: relative;
    text-decoration: none;
    transition: var(--transition);
  }
  
  a:not(.primary-cta, .text-cta):hover {
    color: var(--sapphire);
  }
  
  a:not(.primary-cta, .text-cta)::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: var(--dark-teal-green);
    transition: var(--transition);
  }
  
  a:not(.primary-cta, .text-cta):hover::before {
    width: 100%;
  }
  
  .decorative-text{
    font-size: 54px;
    line-height: 64px;
    letter-spacing: -1.2px;
    font-weight: 900!important;
  }

  .big-text{
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: -0.2px;
  }
  
  .small-text{
    font-size: 20px;
    line-height: 1.5;
  }
  
  blockquote {
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
    border: 0px;
    padding: 0px;
    margin-bottom: 0px;
  }
  
  .label{
    color: #0D6EFD;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.18px;
    text-transform: uppercase;
  }
  
  ul li::marker{
    font-size: 18px;
    color: var(--rich-blue);
  }

  ul{
    padding: 0px;
    margin: 0px;
    margin-left: 8px;
  }
  
  ul.inputs-list{
    list-style: none;
    margin: 0!important;
    padding: 0!important;
  }
  
  ul.inputs-list li{
    padding: 0px;
    margin: 0px;
    line-height: 1.5;
  }
  
  
  /* Custom List Style */
  
  .icon-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .icon-checklist li {
    --icon-size: 1.25rem;
    --icon-gap: 0.75rem;
    position: relative;
    padding-left: calc(var(--icon-size) + var(--icon-gap));
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    color: var(--rich-blue);
  }
  
  .icon-checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: var(--icon-size);
    height: var(--icon-size);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Crect width='29' height='29' rx='14.5' fill='%23FF7700'/%3E%3Cpath d='M19.7501 10.3962L12.8396 17.7078L7 11.5293V17H8.49718L11.8795 20.5789C12.4101 21.1404 13.27 21.1404 13.8006 20.5789L22 11.9036V8L19.7505 10.3967L19.7501 10.3962Z' fill='white'/%3E%3C/svg%3E");
  }
  
  .icon-checklist.icon-checklist--light li{
    color: var(--white);
  }
  
  .icon-checklist.icon-checklist--light li::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M8 14.5519L12.221 18.7729L20.9938 10' stroke='white' stroke-width='2.0953'/%3E%3Ccircle cx='14.9184' cy='14.9194' r='11.3695' transform='rotate(-105 14.9184 14.9194)' stroke='url(%23paint0_linear_6884_872)' stroke-width='1.62422'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_6884_872' x1='4.79978' y1='2.73779' x2='27.2063' y2='21.6825' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2351FFDC'/%3E%3Cstop offset='1' stop-color='%23544BFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }
  
  .icon-checklist li strong {
    color: inherit;
  }
  
  /* Impact checklist */
  
  .impact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .impact-list li {
    position: relative;
    padding-left: calc(18px + 0.5rem);
    margin: 0;
    font-size: 18px;
    color: var(--rich-blue);
  }
  
  .impact-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.1707 5.12042L7.27885 12.0317L1.45508 6.19147V11.3629H2.94821L6.32135 14.7456C6.85053 15.2762 7.70809 15.2762 8.23727 14.7456L16.4145 6.54526V2.85547L14.1711 5.12088L14.1707 5.12042Z' fill='%230D6EFD'/%3E%3C/svg%3E");
  }
  
  .impact-list.impact-list--light li{
    color: var(--white);
  }
  
  .impact-list.impact-list--light li::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M8 14.5519L12.221 18.7729L20.9938 10' stroke='white' stroke-width='2.0953'/%3E%3Ccircle cx='14.9184' cy='14.9194' r='11.3695' transform='rotate(-105 14.9184 14.9194)' stroke='url(%23paint0_linear_6884_872)' stroke-width='1.62422'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_6884_872' x1='4.79978' y1='2.73779' x2='27.2063' y2='21.6825' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2351FFDC'/%3E%3Cstop offset='1' stop-color='%23544BFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }
  
  .impact-list li strong {
    color: inherit;
  }
  
  .title{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }
  
  .title h5{
    margin-bottom: 0px;
    width: 100%;
    max-width: max-content;
  }
  
  /* Misc */
  
  .widget-type-linked_image{
    overflow: clip;
  }
  
  
  h1{
    font-weight: 800!important;
  }
  
  h2{
    font-weight: 900!important;
  }
  
  h3{
    font-weight: 700!important;
  }
  
  h4{
    font-weight: 700!important;
  }
  
  /* Helper Classes */
  
  .k-seperator{
    width: 100%;
    height: 1px;
    background-color: var(--rich-blue);
  }
  
  /* Contact Methods */
  
  .contact-method{
    display: flex;
    flex-direction: row;
    gap: var(--spacing-xs);
    margin-bottom: 10px;
  }
  
  .contact-method:first-of-type{
    margin-top: var(--spacing-xl);
  }
  
  .contact-method-icon{
    width: 18px;
    height: 18px;
  }
  
  .contact-method-icon svg{
    width: 100%;
    height: 100%;
  }
  
  .contact-method-icon svg path{
    fill: var(--orange-blaze);
  }
  
  /* Breadcrumbs  */
  
  .breadcrumbs a, 
  .breadcrumbs span{
    color: var(--bold-blue)!important;
  }
  
  
  /* Filter Checkboxes */
  
  .checkbox-filter {
    position: relative;
    display: inline-flex;
    text-align: center;
    padding: 6px 16px;
    border-radius: 28px;
    border: 1px solid var(--rich-blue);
    color: var(--rich-blue);
    cursor: pointer;
    user-select: none;
    transition: var(--transition);
  }
  
  .checkbox-filter input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
  }
  
  .checkbox-filter p {
    margin: 0;
    pointer-events: none;
  }
  
  .checkbox-filter:hover, 
  .checkbox-filter:has(input:checked){
    background-color: var(--rich-blue);
  }
  
  .checkbox-filter:hover p, 
  .checkbox-filter:has(input:checked) p{
    color: white;
  }
  
  .checkbox-filter input:checked {
    background-color: transparent;
  }
  
  
  
  
  @media screen and (max-width: 768px) {
  
    .align-center-mobile{
      text-align: center;
    }
  
    .big-text{
      font-size: 22px;
      line-height: 1.4;
    }
  
    blockquote {
      font-size: 30px;
      line-height: 1.3;
    }
  
  }

/* Utilities */

img {
  max-width: 100%;
  height: auto;
}

a,
a.button {
  transition: all 0.3s;
}

a.cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.d-grid {
  display: grid;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.text-center {
  text-align: center;
}

.w-100 {
  width: 100%;
}

.position-fixed {
  position: fixed !important;
}

@media screen and (max-width: 767px) {
  .flex-phone {
    display: flex;
  }

  .flex-row-phone {
    flex-direction: row;
  }

  .flex-row-reverse-phone {
    flex-direction: row-reverse;
  }

  .flex-col-phone {
    flex-direction: column;
  }

  .flex-col-reverse-phone {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .flex-row-tablet {
    flex-direction: row;
  }

  .flex-row-reverse-tablet {
    flex-direction: row-reverse;
  }

  .flex-col-tablet {
    flex-direction: column;
  }

  .flex-col-reverse-tablet {
    flex-direction: column-reverse;
  }
}

/* = box shadows -------------------- */
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* For content that needs to be visually hidden but stay visible for screenreaders */

/* stylelint-disable declaration-no-important */
.show-for-sr {
  position: absolute !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    position: absolute !important;
    overflow: hidden !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
  }
}

/* stylelint-enable declaration-no-important */