/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
  ========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -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 */
  -webkit-text-decoration: underline dotted;
          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;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.no-scroll {
    overflow: hidden;
}

:root {
    --primary-h: 225;
    --primary-s: 99%;
    --primary-l: 58.8%;

    --secondary-h: 154;
    --secondary-s: 100%;
    --secondary-l: 41%;

    --accent: #3800e0;

    --primary: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    --primary-darken: hsl(var(--primary-h), var(--primary-s), calc(var(--primary-l) - 15%));
    --secondary: hsl(var(--secondary-h), var(--secondary-s), var(--secondary-l));
    --secondary-darken: hsl(var(--secondary-h), var(--secondary-s), calc(var(--secondary-l) - 15%));

    --white: #fff;
    --black: #000;
    --light-gray: rgb(243, 243, 243);
    --bright-blue:hsl(225, 99.00%, 58.80%);
    --blue-purple: var(--primary);
    --tealish-green: var(--secondary);
    --midnight-teal: #0b1e29;
}

.bg-light-gray {
    background-color: var(--light-gray);
}

.bg-white {
    background-color: var(--white);
}

.bg-bright-blue {
    background-color: var(--bright-blue);
    color:var(--font-color-light);
}

.bg-blue-purple {
    background-color: var(--blue-purple);
    color:var(--font-color-light);
}

.bg-tealish-green {
    background-color: var(--tealish-green);
}

.bg-midnight-teal {
    background-color: var(--midnight-teal);
    color:var(--font-color-light);
}

:root {
    --content-max-width: 1440px;
    --content-max-width-small: 1000px;
    --padding-sides: var(--spacing-xl);
    --offset: calc((100vw - var(--content-max-width)) / 2);
}

.wrapper {
    --margin-sides: max(var(--spacing-lg), 50vw - var(--content-max-width)/2);
    padding: clamp(var(--spacing-lg), 6vw, var(--spacing-xxxl)) var(--margin-sides);
}

.wrapper.small {
        --margin-sides: max(var(--spacing-lg), 50vw - var(--content-max-width-small)/2);
    }

.wrapper.compact {
        padding-top: var(--spacing-lg);
        padding-bottom: var(--spacing-lg);
    }

.wrapper.dark {
        background-color: var(--wrapper-dark-bg-color);
        color: var(--font-color-light);
    }

.wrapper.white {
        background-color: var(--white);
    }

.wrapper.primary {
        background-color: var(--primary);
        color: var(--font-color-light);
    }

.wrapper.full-width-right {
        padding: var(--spacing-xxxl) 0 var(--spacing-xxxl) var(--margin-sides);
    }

.header {
    position: sticky;
    top: 0;
    z-index: 10;
}

.header:has(.inverted){
        box-shadow: none;
    }

.dnd-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dnd-column  .row-fluid-wrapper:has(+.row-fluid-wrapper .wrapper) .wrapper {
    padding-bottom: 0 !important;
}

.row-fluid {
    display: flex;
    gap: var(--spacing-lg);
}

@media (max-width: 1000px) {

.row-fluid {
        flex-direction: column !important
}
     }

.span1 { 
        width: calc(100% * 1 / 12);
    }

@media (max-width: 1000px) {

.span1 {
            width: 100% !important
    }
        }

.span2 { 
        width: calc(100% * 2 / 12);
    }

@media (max-width: 1000px) {

.span2 {
            width: 100% !important
    }
        }

.span3 { 
        width: calc(100% * 3 / 12);
    }

@media (max-width: 1000px) {

.span3 {
            width: 100% !important
    }
        }

.span4 { 
        width: calc(100% * 4 / 12);
    }

@media (max-width: 1000px) {

.span4 {
            width: 100% !important
    }
        }

.span5 { 
        width: calc(100% * 5 / 12);
    }

@media (max-width: 1000px) {

.span5 {
            width: 100% !important
    }
        }

.span6 { 
        width: calc(100% * 6 / 12);
    }

@media (max-width: 1000px) {

.span6 {
            width: 100% !important
    }
        }

.span7 { 
        width: calc(100% * 7 / 12);
    }

@media (max-width: 1000px) {

.span7 {
            width: 100% !important
    }
        }

.span8 { 
        width: calc(100% * 8 / 12);
    }

@media (max-width: 1000px) {

.span8 {
            width: 100% !important
    }
        }

.span9 { 
        width: calc(100% * 9 / 12);
    }

@media (max-width: 1000px) {

.span9 {
            width: 100% !important
    }
        }

.span10 { 
        width: calc(100% * 10 / 12);
    }

@media (max-width: 1000px) {

.span10 {
            width: 100% !important
    }
        }

.span11 { 
        width: calc(100% * 11 / 12);
    }

@media (max-width: 1000px) {

.span11 {
            width: 100% !important
    }
        }

.span12 { 
        width: calc(100% * 12 / 12);
    }

@media (max-width: 1000px) {

.span12 {
            width: 100% !important
    }
        }

:root {
    --spacing-xs: calc(var(--spacing) / 4);
    --spacing-sm: calc(var(--spacing) / 2);
    --spacing: 1rem;
    --spacing-lg: calc(var(--spacing) * 2);
    --spacing-xl: calc(var(--spacing) * 4);
    --spacing-xxl: calc(var(--spacing) * 6);
    --spacing-xxxl: calc(var(--spacing) * 8);
}

.padding-xs {
    padding: var(--spacing-xs);
}

.padding-md {
    padding: var(--spacing);
}

.padding-lg {
    padding: var(--spacing-lg);
}

.padding-xxxl {
    padding: var(--spacing-xxxl);
    padding: clamp(var(--spacing-lg), 7vw, var(--spacing-xxxl));
}

.padding-0 {
    padding: 0;
}

.padding-x-0 {
    padding-left: 0;
    padding-right: 0;
}

.padding-x-sm {
    padding-left: var(--spacing-sm);
    padding-right: var(--spacing-sm);
}

.padding-x-md {
    padding-left: var(--spacing);
    padding-right: var(--spacing);
}

.padding-x-lg {
    padding-left: var(--spacing-lg);
    padding-right: var(--spacing-lg);
}

.padding-y-xs {
    padding-top: var(--spacing-xs);
    padding-bottom: var(--spacing-xs);
}

.padding-y-sm {
    padding-top: var(--spacing-sm);
    padding-bottom: var(--spacing-sm);
}

.padding-y-md {
    padding-top: var(--spacing);
    padding-bottom: var(--spacing);
}

.padding-y-lg {
    padding-top: var(--spacing-lg);
    padding-bottom: var(--spacing-lg);
}

.padding-y-xl {
    padding-top: var(--spacing-xl) !important;
    padding-bottom: var(--spacing-xl) !important;
}

.padding-y-xxl {
    padding-top: var(--spacing-xxl) !important;
    padding-bottom: var(--spacing-xxl) !important;
}

.padding-t-md {
    padding-top: var(--spacing);
}

.padding-t-lg {
    padding-top: var(--spacing-lg);
}

.padding-b-md {
    padding-bottom: var(--spacing);
}

.padding-b-lg {
    padding-bottom: var(--spacing-lg);
}

.padding-r-md {
    padding-right: var(--spacing);
}

.padding-l-md {
    padding-left: var(--spacing);
}

.margin-y-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.margin-y-md {
    margin-top: var(--spacing);
    margin-bottom: var(--spacing);
}

.margin-r-md {
    margin-right: var(--spacing);
}

.margin-b-0 {
    margin-bottom: 0;
}

.margin-b-md {
    margin-bottom: var(--spacing);
}

.margin-b-lg {
    margin-bottom: var(--spacing-lg);
}

.margin-t-md {
    margin-top: var(--spacing);
}

.margin-b-lg {
    margin-bottom: var(--spacing-lg);
}

.margin-l-sm {
    margin-left: var(--spacing-sm);
}

.gap-xs {
    gap: var(--spacing-xs);
}

.gap-sm {
    gap: var(--spacing-sm);
}

.gap {
    gap: var(--spacing);
}

.gap-lg {
    gap: var(--spacing-lg);
}

.gap-xl {
    gap: var(--spacing-xl);
}

.gap-xxl {
    gap: clamp(var(--spacing), 6vw, var(--spacing-xxl));
}

:root {
    --font-family-base: 'Inter', sans-serif;
    --font-family-heading: 'Poppins', sans-serif;

    --font-weight-base: 300;
    --font-size-small: 0.875rem;
    --font-size-base: 1.125rem;
    --font-size-large: 1.4rem;
    --font-size-xl: 2rem;
    --font-size-xxl: 4rem;

    --font-color-base: var(--midnight-teal);
    --font-color-dark: var(--midnight-teal);
    --font-color-light: var(--white);

    --link-color: var(--primary);
}

html {
    font-family: var(--font-family-base);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-base);
    color: var(--font-color-base);
    line-height: 150%;
}

b,
strong {
    font-weight: 600;
}

p {
    margin-top: 0;
    margin-bottom: var(--spacing);
}

a {
    color: var(--font-color-base);
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-heading);
    margin: 0 0 var(--spacing) 0;
    font-weight: 600;
}

h1 {
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 120%;
}

h2 {
    font-size: clamp(1.6rem, 2vw, 2rem);
    line-height: 130%;
}

h3 {
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    line-height: 140%;
    margin-bottom: var(--spacing-xs);
}

h4 {
    font-size: clamp(1.5rem, 4vw, 1.9rem);
    line-height: 150%;
}

h5 {
    font-size: 1.5rem;
    line-height: 160%;
}

h6 {
    font-size: 1.2rem;
    line-height: 170%;
}

.font-size-xl {
    font-size: var(--font-size-xl);
}

.text-center {
    text-align: center;
}

input[type=text], input[type=tel], input[type=email]  {
    padding: 9px 10px;
    border-radius: 3px;
    border: 1px solid #cbd6e2;
    font-size: 16px;
    transition: all .15s ease-out;
    background-color: #f5f8fa;
    color: #33475b;
    display: block;
    height: 40px;
    line-height: 22px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    margin-bottom: var(--spacing);
    box-sizing: border-box;
}

textarea {
    padding: 9px 10px;
    border-radius: 3px;
    border: 1px solid #cbd6e2;
    font-size: 16px;
    background-color: #f5f8fa;
    color: #33475b;
    display: block;   
    line-height: 22px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    margin-bottom: var(--spacing);
    min-height: 200px;
}

.partners {
    --content-max-width: 1440px;
    --margin-sides: max(var(--spacing-lg), 50vw - var(--content-max-width) / 2);

    gap: var(--spacing-lg) !important;
    padding: 0 var(--margin-sides);
}

.partners__item {
        background-color: #fff;
        border-radius: 1rem;
        overflow: hidden;
    }

.partners__description {
        min-height: 0 !important;
    }

.row-fluid-wrapper :has(+.row-fluid-wrapper .partners) h2 {
    --content-max-width: 1440px;
    --margin-sides: max(var(--spacing-lg), 50vw - var(--content-max-width) / 2);

    padding: 0 var(--margin-sides);
}

.blog-post__header {
    height: 410px;
    widtH: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    background-position: 50% 50%;
}