/*! 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 */
  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;
}
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap);:root{--container-width: 1460px;--container-width--large: 95vw;--container-width--medium: 95vw;--container-width--small: 97vw;--container-padding: 0 20px;--container-padding--medium: 0 20px;--container-padding--small: 0 15px;--white-color: rgb(255, 255, 255);--black-color: rgb(0, 0, 0);--grey-color: #5E5E5E;--light-grey-color: #F8F7F7;--grey-light-color: #EFEFEF;--light-blue-color: #DDF3FA;--blue-color: #57C4E5;--dark-blue-color: #1D305E}sup{font-size:75%;line-height:0;vertical-align:baseline;position:relative;top:-0.5em}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;scroll-behavior:smooth}html.is-blocked{overflow:hidden}main{max-width:100%;overflow:initial;min-height:calc(100vh - 192px)}@media (max-width: 74.9375em){main{min-height:calc(100vh - 140px)}}@media (max-width: 61.9375em){main{min-height:calc(100vh - 94px)}}*,*::before,*::after{box-sizing:inherit}a{text-decoration:none;color:inherit}video,img{max-width:100%;height:auto;vertical-align:middle}svg{max-width:100%;vertical-align:middle}svg:not([height]){height:auto}iframe{max-width:100%}h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote{margin:0;padding:0}b,strong{font-weight:700}ul,ol{list-style:none}figure.wp-block-video{width:var(--container-width);padding:var(--container-padding);max-width:100%;margin:0 auto;display:flex;justify-content:center;align-items:center}@media (max-width: 74.9375em){figure.wp-block-video{width:var(--container-width--large)}}@media (max-width: 61.9375em){figure.wp-block-video{width:var(--container-width--medium);padding:var(--container-padding--medium)}}@media (max-width: 47.9375em){figure.wp-block-video{width:var(--container-width--small);padding:var(--container-padding--small)}}figure.wp-block-video video{max-height:80vh}figure.wp-block-video video[poster]{font-family:"object-fit:contain";-o-object-fit:contain;object-fit:contain;width:-webkit-max-content;width:-moz-max-content;width:max-content}div.wpcf7{width:var(--container-width);padding:var(--container-padding);max-width:100%;margin:0 auto}@media (max-width: 74.9375em){div.wpcf7{width:var(--container-width--large)}}@media (max-width: 61.9375em){div.wpcf7{width:var(--container-width--medium);padding:var(--container-padding--medium)}}@media (max-width: 47.9375em){div.wpcf7{width:var(--container-width--small);padding:var(--container-padding--small)}}div.wpcf7 form{max-width:700px;padding:2rem 0}div.wpcf7 form>ol{display:flex;flex-wrap:wrap;gap:1rem}div.wpcf7 form>ol>li{width:100%}div.wpcf7 form>ol>li:nth-child(1),div.wpcf7 form>ol>li:nth-child(2){width:100%;max-width:calc(50% - 0.5rem)}@media (max-width: 35.9375em){div.wpcf7 form>ol>li:nth-child(1),div.wpcf7 form>ol>li:nth-child(2){max-width:100%}}div.wpcf7 form>ol>li p label{font-size:0}div.wpcf7 form>ol>li p label span{font-size:1rem}div.wpcf7 form>ol>li p label span input{width:100%;border:1px solid var(--dark-blue-color);border-radius:10px;color:var(--dark-blue-color);padding:1rem}div.wpcf7 form>ol>li p label span input::-moz-placeholder{color:var(--dark-blue-color)}div.wpcf7 form>ol>li p label span input:-ms-input-placeholder{color:var(--dark-blue-color)}div.wpcf7 form>ol>li p label span input::placeholder{color:var(--dark-blue-color)}div.wpcf7 form>ol>li p:has(input.wpcf7-submit){display:flex;align-items:center}div.wpcf7 form>ol>li p input.wpcf7-submit{font-size:1rem;font-weight:500;line-height:1;color:var(--dark-blue-color);background-color:var(--blue-color);border-radius:10px;padding:0.75rem 1.875rem;display:flex;align-items:center;gap:0.5rem;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:pointer}div.wpcf7 form>ol>li p input.wpcf7-submit::after{content:'';display:block;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9999 8.46942C15.1403 8.47006 15.2747 8.52611 15.3739 8.62537C15.4732 8.72462 15.5292 8.85905 15.5299 8.99942L15.5299 13.9994C15.5324 14.0706 15.5206 14.1415 15.4951 14.208C15.4695 14.2745 15.4309 14.3352 15.3814 14.3865C15.332 14.4377 15.2727 14.4784 15.2072 14.5063C15.1416 14.5341 15.0711 14.5485 14.9999 14.5485C14.9287 14.5485 14.8582 14.5341 14.7926 14.5063C14.7271 14.4784 14.6678 14.4377 14.6183 14.3865C14.5689 14.3352 14.5302 14.2745 14.5047 14.208C14.4792 14.1415 14.4674 14.0706 14.4699 13.9994L14.4699 10.2794L9.37489 15.3744C9.27544 15.4739 9.14054 15.5297 8.99989 15.5297C8.85924 15.5297 8.72435 15.4739 8.62489 15.3744C8.52544 15.275 8.46956 15.1401 8.46956 14.9994C8.46956 14.8588 8.52544 14.7239 8.62489 14.6244L13.7199 9.52942L9.99989 9.52942C9.86257 9.52457 9.73248 9.46661 9.63704 9.36775C9.54161 9.26888 9.48827 9.13683 9.48827 8.99942C9.48827 8.86201 9.54161 8.72996 9.63704 8.63109C9.73248 8.53223 9.86256 8.47427 9.99989 8.46942L14.9999 8.46942Z' fill='%231D305E'/%3E%3C/svg%3E%0A");background-repeat:no-repeat no-repeat;background-position:center center;background-size:contain}div.wpcf7 form>ol>span span.wpcf7-list-item{margin:0}div.wpcf7 form>ol>span span.wpcf7-list-item label input{margin-right:0.5rem}div.wpcf7 form>ol>span span.wpcf7-list-item label span{color:var(--dark-blue-color)}div.wpcf7 form>ol>span span.wpcf7-list-item label span a{font-weight:500;text-decoration:underline}div.wpcf7 form>p{color:var(--dark-blue-color);margin-top:1rem}div#cmplz-document{width:100%;padding:0px 15px;padding-top:48px;padding-bottom:48px;max-width:1160px;margin:0px auto;position:relative}.inter-font{font-family:"Inter", sans-serif;font-optical-sizing:auto;font-style:normal}.merriweather-font{font-family:"Merriweather", serif;font-optical-sizing:auto;font-style:normal;font-variation-settings:"wdth" 100}.lato-font{font-family:"Lato", sans-serif;font-style:normal}body{font:normal 400 100%/normal "Lato",sans-serif;font-variant:none;color:var(--text-color)}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;white-space:inherit}.invisible{visibility:hidden}.hide-small{display:block}@media (max-width: 47.9375em){.hide-small{display:none}}.hide-large{display:none}@media (max-width: 47.9375em){.hide-large{display:block}}.plugin{display:flex;max-width:600px;margin:2em 0;border:2px solid #EBEBEB;background-color:gold}
