*,:after,:before{
    border:0 solid #e5e7eb;
    box-sizing:border-box
}
:after,:before{
    --tw-content:""
}
html{
    -webkit-text-size-adjust:100%;
    font-feature-settings:normal;
    font-family:Public Sans,sans-serif;
    font-variation-settings:normal;
    line-height:1.5;
    -moz-tab-size:4;
    tab-size:4
}
body{
    line-height:inherit;
    margin:0
}
img.logo {
    width:100%;
    display:block;
}
.header a img:hover {
    opacity: 0.6;
}
a.btn, .btn {
    color: #fff;
    background-color: #46d3c9;
    border:1px solid #46d3c9;
    border-radius: 4px;
    text-align:center;
    line-height: 1.0158730159;
	border-radius: 4px;
	padding: 1rem 2rem;
	letter-spacing: .125rem;
	font-weight: 700;
    font-size:1.15rem;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	cursor: pointer;
}
a.btn:hover, .btn:hover {
    color: #46d3c9;
    background-color: #fff;
    border-radius: 4px;
	text-decoration:none;
}
a.btn.btn-small {
    padding: 10px 20px;
    font-size: 0.8rem;
    background-color: #171c56;
    border: 1px solid #171c56;
}
a.btn.btn-small:hover {
	background-color: #fff;

}
p{
  margin:0 0 20px 0;
  display:block;
  }

.center{text-align:center;}
.subtext{
    padding: 20px;
    background-color: #edeffe;
    max-width: 980px;
    margin: 0 auto;
    border-radius: 8px;
    font-size: 1.15rem;
}

.card {
    max-width:640px;
    margin:0 auto;
	display: block;
	border: 2px solid #eef0f7;
	border-radius: 8px;
	padding: 30px;
	margin: 2rem auto;
}

ion-icon.md.hydrated {
    font-size: 2rem;
    color: #171c56;
    padding:0 10px;
}
.sbcta-card {
    border-radius: 6px;
    margin: 20px 0;
    background: #ebecf9;
}
.post-content ion-icon.md.hydrated.sb {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    font-size: 3rem;
    color: #171c56;
}
.sbcta-card p {
    padding: 0 0 20px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
}
a.sb-btn:hover {
    background-color: #171c56;
    text-decoration: none;
	color:#fff;
}
a.sb-btn {
    display: block;
    background-color: #46d3c9;
    padding: 1rem;
    color: #fff;
    text-align: center;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
hr{
    border-top-width:1px;
    color:inherit;
    height:0
}
abbr:where([title]){
    text-decoration:underline;
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted
}
h1,h2,h3,h4,h5,h6{
    font-size:inherit;
    font-weight:inherit
}
h1.project-name.lp-center {
    margin: 1rem;
    text-align:center;
	color:#fff;
}
a{
    color:inherit;
    text-decoration:inherit
}
b,strong{
    font-weight:bolder
}
p#breadcrumbs {
	font-size:0.875rem;
}
code,kbd,pre,samp{
    font-family:IBM Plex Mono,monospace;
    font-size:1em
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:initial
}
sub{
    bottom:-.25em
}
sup{
    top:-.5em
}
table{
    border-collapse:collapse;
    border-color:inherit;
    text-indent:0
}
tr.table-header {
    background: #171c56;
    color: #fff;
}
span.h1-subtext {
    display: block;
    font-size: 1.15rem;
}

.form-container{
    padding: 20px;
    border-radius: 8px;
    background-color:#171c56;
    color:#fff;
	max-width: 720px;
    margin: 0 auto;
}
form ion-icon.md.hydrated {
	color:#46d3c9;
	font-size: 1.75rem;
}

.form-title{
  font-size:1.5em;
  font-weight:bold;
  text-align:center;
  margin:1.5rem auto;
  color:#fff;
}
.form-title:after{
	height: 2px;
	content: "";
	display: block;
	width: 80px;
	background: #46d3c9;
	border-radius: 2px;
    margin:10px auto 30px;
}

form input{
    padding-left:10px;
    display: block;
    border: 1px solid #c3c7ef;
    border-radius: 4px;
    width: 90%;
    height:2rem;
    margin-left: 10px;
    color: #171c56;
    
}
form textarea {
    display: block;
    border: 1px solid #c3c7ef;
    border-radius: 4px;
    width: 100%;
    margin-top: 10px;
    color: #171c56;
}
form label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
form label#case-info{
    flex-direction: column;
    font-size:1.15rem;
    }
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding: 5px;
    border-radius: 8px;
    margin-left: 10px;
    border: 1px solid #c3c7ef;
    cursor: pointer;
    color:#171c56;
}
option {
    display: block;
    margin: 5px 0;
    cursor: pointer;
    color:#171c56;
}
textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus{
	border-color: #edeffe;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 123, 255, 0.13) inset, 0 0 8px rgba(0, 123, 255, 0.53);
	outline: 0 none;
}
input[type=button], input[type=reset], input[type=submit]{
    -webkit-appearance: button;
    background-color: initial;
    background-image: none;
}
/*** Quiz ***/
.quiz-step {
	display: none;
}

.active {
	display: block;
}

.quiz-button {
	text-align: center;
	margin-top: 20px;
}

[type=button].btn-quiz-previous,
[type=button].btn-quiz-next {
	display: inline-block;
	padding: 8px 16px;
	border: none;
	cursor: pointer;
	border-radius: 6px;
	border: 1px solid #46d3c9;
	height:auto;
}

.btn-quiz-previous {
	display: none;
}

/* Initially hide the 'Previous' button */
.progress-bar {
	height: 20px;
	background-color: #46d3c9;
	width: 0%;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

[type=button].btn-quiz-previous {
	background: #fff !important;
	color: #46d3c9 !important
}

[type=button].btn-quiz-previous:hover {
	background: #46d3c9 !important;
	color: #fff !important
}

#progress-text,
#progress-percentage {
	margin-left: 10px;
}

form.wpcf7-form.init {
	text-align: center;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.quiz-select {
	padding: 10px;
	border-radius: 8px;
	margin: 1rem auto;
	border: 1px solid #c3c7ef;
	cursor: pointer;
	color: #171c56;
	font-weight: bold;
	max-width:340px;
	min-width:300px;
	text-align:center;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.quiz-select{text-align:center;}

form.wpcf7-form.init select option {
	text-align: center;
	cursor: pointer;

}

form.wpcf7-form.init p {
	display: inline-flex;
}

.btn-quiz-previous,
.btn-quiz-next {
	margin: 2rem 1rem;
}

input#quiz-fault-yes,
input#quiz-fault-no,
input#quiz-cv-yes,
input#quiz-cv-no,
input#quiz-hmt-yes,
input#quiz-hmt-no {
	width: 1.5rem;
	cursor: pointer;
	padding-left: 0;
	display: inline-flex;
}

form.wpcf7-form.init textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus {
	box-shadow: none;
}

input.quiz-calendar {
	padding: 20px;
	border-radius: 8px;
	margin: 2rem auto;
	border: 1px solid #c3c7ef;
	cursor: pointer;
	color: #171c56;
	font-weight: bold;
	max-width: 190px;
}

::-webkit-calendar-picker-indicator {
	cursor: pointer;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background-color: #46d3c9;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	border-radius: 6px;
	font-size: 1.25rem;
	font-weight: bold;
	margin: 2rem auto;
	padding: 0;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.quiz-finish {
    max-width: 520px;
}
.quiz-footer {
	margin: 1.5rem auto;
}

input.c-info {
	max-width: 520px;
	margin: 1rem auto;
}

.quiz-status {
	background: #eefffe;
	border: 1px solid #46d3c9;
	padding: 20px;
	border-radius: 6px;
	max-width: 520px;
	margin: 0 auto 3.5rem auto;
	font-style: italic;
}
.fm-legal-quiz,
.fm-legal {
    max-width: 520px;
    text-align: left;
    margin: 1rem auto;
    font-size: 0.9rem;
	font-style: italic;
	display:flex;
}
.fm-legal input[type="checkbox"] {
	margin-right:10px;
	display:flex;
}

label.terms {
	font-size: 12px;
	display:inline-block;
	padding-right: 20px;
    text-align: justify;
	max-width: 420px;
}
label.terms-quiz {
	max-width: 520px;
    text-align: left;
    margin: 0 auto;
    font-size: 0.9rem;
    font-style: italic;
    display: flex;
}
form.wpcf7-form.invalid, form.wpcf7-form.sent {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffdada;
    background: #ffdada;
    color: red;
    border-radius: 6px;
}
.wpcf7-list-item-label {
	display:none;
}
span.wpcf7-not-valid-tip {
	display:none;
}

ion-icon.status.md.hydrated {
	color: #46d3c9!important;
}
div.note{
	margin: 2rem 0;
}

div.note p{
	background: #fff;
	border-radius: 8px;
	padding: 20px 40px;
    font-size:0.95rem;
}

div.note p strong:before {
    content:'🖊️ ';
}
div.example{
	margin: 2rem 0;
}

div.example p{
	font-family:monospace;
	border:1px solid #46d3c9;
	background: #fff;
	border-radius: 8px;
	padding: 20px 40px;
}
p.fee-note, p.note {
    border: 2px solid #20e8da;
    padding: 20px;
    border-radius: 6px;
}
.p-cta,
.quiz-cta {
    background-color: #171c56;
    margin:2rem auto;
    color: #fff;
    text-align: center;
    border: 2px solid #171c56;
    border-radius: 6px;
}
.calc-cta {
	background-color: #171c56;
    color: #fff;
    text-align: center;
    border: 2px solid #171c56;
    border-radius: 6px;
}
.calc-cta {
	border-top-right-radius:0;
	border-top-left-radius:0;
}
.calc-cta {
	border-top-right-radius:0;
	border-top-left-radius:0;
}
.p-cta a, 
.quiz-cta a,
.calc-cta a{
    background-color: #46d3c9;
    color:#fff;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration:none;
    }
.p-cta a:hover,
.quiz-cta a:hover,
.calc-cta a:hover{
    background-color: #fff;
    color:#46d3c9;
    text-decoration:none;
}
.post-content .article-intro {
    font-size:1.25rem;
}
.related-articles ul li{
   list-style: circle;
   line-height: 1.5rem;
   margin: 20px 0; 
}
::selection{
  background-color:#edeffe;
}

::-moz-selection{
  background-color:#edeffe;
}
button,input,optgroup,select,textarea{
    color:inherit;
    font-family:inherit;
    font-size:100%;
    font-weight:inherit;
    line-height:inherit;
    margin:0;
    padding:0
}
button,select{
    text-transform:none
}
.post-content h1 {
    color:#fff;
    font-weight: bold;
    font-size: 3rem;
    line-height: 3.25rem;
}
.post-content ion-icon.md.hydrated {
    font-size: 2rem;
    color: #fff;
	padding:0;
}
ion-icon.social {
	color:#46d3c9;
	font-size: 1.75rem !important;
}
ion-icon.social:hover {
	color:#171c56;
}
.github-stars svg {
    color: #46d3c9;
}
ul.flex.flex-col.border.border-brand-lighter.divide.divide-y.divide-brand-lighter.rounded-lg.text-sm.max-w-\[300px\].md\:max-w-none.mx-auto.md\:ml-auto.md\:mr-0 {
    background: #fff;
    color: #171c56;
}
[type=button],[type=reset],[type=submit]{
    border:1px solid #46d3c9;
    background-color:#46d3c9!important;
    cursor:pointer;
    color:#fff;
    padding:1rem 2rem;
    display:block;
    height:3rem;
    margin:0 auto;
    font-weight:bold;
}

[type=button]:hover,[type=reset]:hover,[type=submit]:hover{
    border:1px solid #46d3c9!important;
    background-color:#fff!important;
    color:#46d3c9!important;
}
:-moz-focusring{
    outline:auto
}
:-moz-ui-invalid{
    box-shadow:none
}
progress{
    vertical-align:initial
}
::-webkit-inner-spin-button,::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    -webkit-appearance:textfield;
    outline-offset:-2px
}
::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    -webkit-appearance:button;
    font:inherit
}
summary{
    display:list-item
}
blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,pre{
    margin:0
}
fieldset{
    margin:0
}
fieldset,legend{
    padding:0
}
menu,ol,ul{
    list-style:none;
    margin:0;
    padding:0
}
textarea{
    resize:vertical
}
input::placeholder,textarea::placeholder{
    color:#9ca3af;
    opacity:1
}
[role=button],button{
    cursor:pointer
}
:disabled{
    cursor:default
}
audio,canvas,embed,iframe,img,object,svg,video{
    display:block;
    vertical-align:middle
}
img,video{
    height:auto;
    max-width:100%
}
[hidden]{
    display:none
}
html{
    scroll-behavior:smooth
}
body{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color:#171c56;;
}
a{
    color:#46d3c9;
    font-weight:bold;
}

a:hover{
    color:rgba(70, 211, 201, 0.65);
    text-decoration: underline;
}
.bg-brand-primary a:not(a){
    --tw-text-opacity:1;
    color:#f4f6f8;
    color:rgb(244 246 248/var(--tw-text-opacity))
}
*,:after,:before{
    --tw-border-spacing-x:0;
    --tw-border-spacing-y:0;
    --tw-translate-x:0;
    --tw-translate-y:0;
    --tw-rotate:0;
    --tw-skew-x:0;
    --tw-skew-y:0;
    --tw-scale-x:1;
    --tw-scale-y:1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness:proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width:0px;
    --tw-ring-offset-color:#fff;
    --tw-ring-color:#3b82f680;
    --tw-ring-offset-shadow:0 0 #0000;
    --tw-ring-shadow:0 0 #0000;
    --tw-shadow:0 0 #0000;
    --tw-shadow-colored:0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: 
}
::backdrop{
    --tw-border-spacing-x:0;
    --tw-border-spacing-y:0;
    --tw-translate-x:0;
    --tw-translate-y:0;
    --tw-rotate:0;
    --tw-skew-x:0;
    --tw-skew-y:0;
    --tw-scale-x:1;
    --tw-scale-y:1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness:proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width:0px;
    --tw-ring-offset-color:#fff;
    --tw-ring-color:#3b82f680;
    --tw-ring-offset-shadow:0 0 #0000;
    --tw-ring-shadow:0 0 #0000;
    --tw-shadow:0 0 #0000;
    --tw-shadow-colored:0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: 
}
.container{
    width:100%
}
.sr-only{
    clip:rect(0,0,0,0);
    border-width:0;
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    white-space:nowrap;
    width:1px
}
.visible{
    visibility:visible
}
.static{
    position:static
}
.fixed{
    position:fixed
}
.absolute{
    position:absolute
}
.relative{
    position:relative
}
.inset-0{
    bottom:0;
    left:0;
    right:0;
    top:0
}
.bottom-0{
    bottom:0
}
.left-0{
    left:0
}
.left-2{
    left:.5rem
}
.right-0{
    right:0
}
.top-0{
    top:0
}
.top-\[100px\]{
    top:100px
}
.top-full{
    top:100%
}
.z-10{
    z-index:10
}
.z-20{
    z-index:20
}
.z-30{
    z-index:30
}
.order-1{
    order:1
}
.order-2{
    order:2
}
.order-3{
    order:3
}
.col-span-2{
    grid-column:span 2/span 2
}
.\!m-0{
    margin:0!important
}
.m-2{
    margin:.5rem
}
.mx-4{
    margin-left:1rem;
    margin-right:1rem
}
.mx-auto{
    margin-left:auto;
    margin-right:auto
}
.my-10{
    margin-bottom:2.5rem;
    margin-top:2.5rem
}
.my-12{
    margin-bottom:3rem;
    margin-top:3rem
}
.my-4{
    margin-bottom:1rem;
    margin-top:1rem
}
.my-6{
    margin-bottom:1.5rem;
    margin-top:1.5rem
}
.my-8{
    margin-bottom:2rem;
    margin-top:2rem
}
.\!mb-0{
    margin-bottom:0!important
}
.\!mb-2{
    margin-bottom:.5rem!important
}
.\!mb-3{
    margin-bottom:.75rem!important
}
.\!ml-0{
    margin-left:0!important
}
.\!mt-0{
    margin-top:0!important
}
.-ml-1{
    margin-left:-.25rem
}
.-ml-2{
    margin-left:-.5rem
}
.-ml-3{
    margin-left:-.75rem
}
.mb-1{
    margin-bottom:.25rem
}
.mb-10{
    margin-bottom:2.5rem
}
.mb-12{
    margin-bottom:3rem
}
.mb-2{
    margin-bottom:.5rem
}
.mb-3{
    margin-bottom:.75rem
}
.mb-4{
    margin-bottom:1rem
}
.mb-5{
    margin-bottom:1.25rem
}
.mb-6{
    margin-bottom:1.5rem
}
.mb-8{
    margin-bottom:2rem
}
.mb-auto{
    margin-bottom:auto
}
.ml-1{
    margin-left:.25rem
}
.ml-2{
    margin-left:.5rem
}
.ml-3{
    margin-left:.75rem
}
.ml-4{
    margin-left:1rem
}
.ml-auto{
    margin-left:auto
}
.mr-1{
    margin-right:.25rem
}
.mr-1\.5{
    margin-right:.375rem
}
.mr-2{
    margin-right:.5rem
}
.mr-3{
    margin-right:.75rem
}
.mr-4{
    margin-right:1rem
}
.mr-5{
    margin-right:1.25rem
}
.mr-6{
    margin-right:1.5rem
}
.mr-8{
    margin-right:2rem
}
.mr-auto{
    margin-right:auto
}
.mt-1{
    margin-top:.25rem
}
.mt-10{
    margin-top:2.5rem
}
.mt-12{
    margin-top:3rem
}
.mt-14{
    margin-top:3.5rem
}
.mt-16{
    margin-top:4rem
}
.mt-2{
    margin-top:.5rem
}
.mt-3{
    margin-top:.75rem
}
.mt-4{
    margin-top:1rem
}
.mt-5{
    margin-top:1.25rem
}
.mt-6{
    margin-top:1.5rem
}
.mt-8{
    margin-top:2rem
}
.mt-auto{
    margin-top:auto
}
.block{
    display:block
}
.inline-block{
    display:inline-block
}
.inline{
    display:inline
}
.flex{
    display:flex
}
.inline-flex{
    display:inline-flex
}
.table{
    display:table
}
.grid{
    display:grid
}
.contents{
    display:contents
}
.hidden{
    display:none
}
.aspect-\[16\/12\]{
    aspect-ratio:16/12;
}
.aspect-\[4\/3\]{
    aspect-ratio:4/3;
}
.aspect-video{
    aspect-ratio:16/9;
}
.h-10{
    height:2.5rem
}
.h-12{
    height:3rem
}
.h-16{
    height:4rem
}
.h-20{
    height:5rem
}
.h-24{
    height:6rem
}
.h-3{
    height:.75rem
}
.h-4{
    height:1rem
}
.h-48{
    height:12rem
}
.h-5{
    height:1.25rem
}
.h-6{
    height:1.5rem
}
.h-64{
    height:16rem
}
.h-7{
    height:1.75rem
}
.h-8{
    height:2rem
}
.h-full{
    height:100%
}
.h-screen{
    height:100vh
}
.min-h-screen{
    min-height:100vh
}
.w-10{
    width:2.5rem
}
.w-12{
    width:3rem
}
.w-16{
    width:4rem
}
.w-3{
    width:.75rem
}
.w-4{
    width:1rem
}
.w-5{
    width:1.25rem
}
.w-6{
    width:1.5rem
}
.w-7{
    width:1.75rem
}
.w-8{
    width:2rem
}
.w-auto{
    width:auto
}
.w-full{
    width:100%
}
.w-screen{
    width:100vw
}
.min-w-0{
    min-width:0
}
.max-w-2xl{
    max-width:42rem
}
.max-w-3xl{
    max-width:48rem
}
.max-w-4xl{
    max-width:56rem
}
.max-w-6xl{
    max-width:72rem
}
.max-w-\[280px\]{
    max-width:280px
}
.max-w-\[300px\]{
    max-width:300px
}
.max-w-full{
    max-width:100%
}
.max-w-lg{
    max-width:32rem
}
.max-w-md{
    max-width:28rem
}
.max-w-sm{
    max-width:24rem
}
.max-w-xl{
    max-width:36rem
}
.flex-1{
    flex:1 1 0%
}
.flex-shrink-0{
    flex-shrink:0
}
.grow{
    flex-grow:1
}
.border-collapse{
    border-collapse:collapse
}
.translate-x-0{
    --tw-translate-x:0px;
    transform:translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.translate-x-full{
    --tw-translate-x:100%;
    transform:translate(100%,var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.translate-y-2{
    --tw-translate-y:0.5rem;
    transform:translate(var(--tw-translate-x),.5rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rotate-180{
    --tw-rotate:180deg;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rotate-180,.transform{
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
@keyframes spin{
    to{
        transform:rotate(1turn)
    }
}
.animate-spin{
    animation:spin 1s linear infinite
}
.cursor-pointer{
    cursor:pointer
}
.scroll-mt-4{
    scroll-margin-top:1rem
}
.list-outside{
    list-style-position:outside
}
.list-\[upper-roman\]{
    list-style-type:upper-roman
}
.list-decimal{
    list-style-type:decimal
}
.list-disc{
    list-style-type:disc
}
.list-none{
    list-style-type:none
}
.break-inside-avoid{
    -moz-column-break-inside:avoid;
    break-inside:avoid;
    page-break-inside:avoid
}
.grid-cols-1{
    grid-template-columns:repeat(1,minmax(0,1fr))
}
.grid-cols-2{
    grid-template-columns:repeat(2,minmax(0,1fr))
}
.grid-cols-3{
    grid-template-columns:repeat(3,minmax(0,1fr))
}
.grid-cols-4{
    grid-template-columns:repeat(4,minmax(0,1fr))
}
.flex-row{
    flex-direction:row
}
.flex-row-reverse{
    flex-direction:row-reverse
}
.flex-col{
    flex-direction:column
}
.flex-col-reverse{
    flex-direction:column-reverse
}
.flex-wrap{
    flex-wrap:wrap
}
.items-end{
    align-items:flex-end
}
.items-center{
    align-items:center
}
.justify-start{
    justify-content:flex-start
}
.justify-center{
    justify-content:center
}
.justify-items-center{
    justify-items:center
}
.gap-1{
    gap:.25rem
}
.gap-2{
    gap:.5rem
}
.gap-3{
    gap:.75rem
}
.gap-4{
    gap:1rem
}
.gap-5{
    gap:1.25rem
}
.gap-6{
    gap:1.5rem
}
.divide-y>:not([hidden])~:not([hidden]){
    --tw-divide-y-reverse:0;
    border-bottom-width:0;
    border-bottom-width:calc(1px*var(--tw-divide-y-reverse));
    border-top-width:1px;
    border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))
}
.divide-brand-lighter>:not([hidden])~:not([hidden]){
    --tw-divide-opacity:1;
    border-color:#c3c7ef;
    border-color:rgb(195 199 239/var(--tw-divide-opacity))
}
.divide-brand-lightest>:not([hidden])~:not([hidden]){
    --tw-divide-opacity:1;
    border-color:#ebecf9;
    border-color:rgb(235 236 249/var(--tw-divide-opacity))
}
.overflow-hidden,.truncate{
    overflow:hidden
}
.truncate{
    text-overflow:ellipsis
}
.truncate,.whitespace-nowrap{
    white-space:nowrap
}
.whitespace-pre{
    white-space:pre
}
.rounded-2xl{
    border-radius:1rem
}
.rounded-full{
    border-radius:9999px
}
.rounded-lg{
    border-radius:.5rem
}
.rounded-md{
    border-radius:.375rem
}
.rounded-bl-md{
    border-bottom-left-radius:.375rem
}
.rounded-br-md{
    border-bottom-right-radius:.375rem
}
.border{
    border-width:1px
}
.border-2{
    border-width:2px
}
.border-b{
    border-bottom-width:1px
}
.border-t{
    border-top-width:1px
}
.border-brand-light{
    --tw-border-opacity:1;
    border-color:#838ad3;
    border-color:rgb(131 138 211/var(--tw-border-opacity))
}
.border-brand-lighter{
    --tw-border-opacity:1;
    border-color:#c3c7ef;
    border-color:rgb(195 199 239/var(--tw-border-opacity))
}
.border-brand-lightest{
    --tw-border-opacity:1;
    border-color:#ebecf9;
    border-color:rgb(235 236 249/var(--tw-border-opacity))
}
.border-brand-navy{
    --tw-border-opacity:1;
    border-color:#171c56;
    border-color:rgb(23 28 86/var(--tw-border-opacity))
}
.border-brand-primary{
    --tw-border-opacity:1;
    border-color:#788aff;
    border-color:rgb(82 93 220/var(--tw-border-opacity))
}
.border-b-brand-lightest{
    --tw-border-opacity:1;
    border-bottom-color:#ebecf9;
    border-bottom-color:rgb(235 236 249/var(--tw-border-opacity));
	background: #171c56;
    color: #fff;
}
.bg-black\/75{
    background-color:#000000bf
}
.bg-brand-lighter{
    --tw-bg-opacity:1;
    background-color:#c3c7ef;
    background-color:rgb(195 199 239/var(--tw-bg-opacity))
}
/**
.bg-brand-lightest{
    --tw-bg-opacity:1;
    background-color:#ebecf9;
    background-color:rgb(235 236 249/var(--tw-bg-opacity))
}
**/
.bg-brand-navy{
    --tw-bg-opacity:1;
    background-color:#171c56;
    background-color:rgb(23 28 86/var(--tw-bg-opacity))
}
.bg-brand-primary{
    --tw-bg-opacity:1;
    background-color:#788aff;
}
.bg-green-400{
    --tw-bg-opacity:1;
    background-color:#4ade80;
    background-color:rgb(74 222 128/var(--tw-bg-opacity))
}
.bg-green-500{
    --tw-bg-opacity:1;
    background-color:#22c55e;
    background-color:rgb(34 197 94/var(--tw-bg-opacity))
}
.bg-indigo-400{
    --tw-bg-opacity:1;
    background-color:#818cf8;
    background-color:rgb(129 140 248/var(--tw-bg-opacity))
}
.bg-red-100{
    --tw-bg-opacity:1;
    background-color:#fee2e2;
    background-color:rgb(254 226 226/var(--tw-bg-opacity))
}
.bg-red-400{
    --tw-bg-opacity:1;
    background-color:#f87171;
    background-color:rgb(248 113 113/var(--tw-bg-opacity))
}
.bg-white{
    --tw-bg-opacity:1;
    background-color:#fff;
    background-color:rgb(255 255 255/var(--tw-bg-opacity))
}
.bg-yellow-100{
    --tw-bg-opacity:1;
    background-color:#fef9c3;
    background-color:rgb(254 249 195/var(--tw-bg-opacity))
}
.bg-yellow-400{
    --tw-bg-opacity:1;
    background-color:#facc15;
    background-color:rgb(250 204 21/var(--tw-bg-opacity))
}
.bg-opacity-80{
    --tw-bg-opacity:0.8
}
.p-1{
    padding:.25rem
}
.p-12{
    padding:3rem
}
.p-2{
    padding:.5rem
}
.p-3{
    padding:.75rem
}
.p-4{
    padding:1rem
}
.p-6{
    padding:1.5rem
}
.p-8{
    padding:2rem
}
.px-1{
    padding-left:.25rem;
    padding-right:.25rem
}
.px-1\.5{
    padding-left:.375rem;
    padding-right:.375rem
}
.px-2{
    padding-left:.5rem;
    padding-right:.5rem
}
.px-3{
    padding-left:.75rem;
    padding-right:.75rem
}
.px-4{
    padding-left:1rem;
    padding-right:1rem
}
.px-6{
    padding-left:1.5rem;
    padding-right:1.5rem
}
.py-0{
    padding-bottom:0;
    padding-top:0
}
.py-0\.5{
    padding-bottom:.125rem;
    padding-top:.125rem
}
.py-1{
    padding-bottom:.25rem;
    padding-top:.25rem
}
.py-1\.5{
    padding-bottom:.375rem;
    padding-top:.375rem
}
.py-2{
    padding-bottom:.5rem;
    padding-top:.5rem
}
.py-3{
    padding-bottom:.75rem;
    padding-top:.75rem
}
.py-4{
    padding-bottom:1rem;
    padding-top:1rem
}
.py-6{
    padding-bottom:1.5rem;
    padding-top:1.5rem
}
.py-8{
    padding-bottom:2rem;
    padding-top:2rem
}
.pb-px{
    padding-bottom:1px
}
.pl-3{
    padding-left:.75rem
}
.pl-4{
    padding-left:1rem
}
.pl-5{
    padding-left:1.25rem
}
.pl-6{
    padding-left:1.5rem
}
.pr-1{
    padding-right:.25rem
}
.pr-1\.5{
    padding-right:.375rem
}
.pt-6{
    padding-top:1.5rem
}
.text-center{
    text-align:center
}
.font-mono{
    font-family:IBM Plex Mono,monospace
}
.\!text-sm{
    font-size:.875rem!important;
    line-height:1.25rem!important
}
.text-2xl{
    font-size:1.5rem;
    line-height:2rem
}
.text-3xl{
    font-size:1.875rem;
    line-height:2.25rem
}
.text-4xl{
    font-size:2.25rem;
    line-height:2.5rem
}
.text-5xl{
    font-size:3rem;
    line-height:1
}
.text-6xl{
    font-size:3.75rem;
    line-height:1
}
.text-7xl{
    font-size:4.5rem;
    line-height:1
}
.text-lg{
    font-size:1.125rem;
    line-height:1.75rem
}
.text-sm{
    font-size:.875rem;
    line-height:1.25rem
}
.text-xl{
    font-size:1.25rem;
    line-height:1.75rem
}
.text-xs{
    font-size:.75rem;
    line-height:1rem
}
.font-bold{
    font-weight:700
}
.font-extrabold{
    font-weight:800
}
.font-light{
    font-weight:300
}
.font-normal{
    font-weight:400
}
.font-semibold{
    font-weight:600
}
.uppercase{
    text-transform:uppercase
}
.not-italic{
    font-style:normal
}
.leading-normal{
    line-height:1.5
}
.tracking-tight{
    letter-spacing:-.025em
}
.text-black{
    --tw-text-opacity:1;
    color:#000;
    color:rgb(0 0 0/var(--tw-text-opacity))
}
.text-brand-light{
    --tw-text-opacity:1;
    color:#838ad3;
    color:rgb(131 138 211/var(--tw-text-opacity))
}
.text-brand-navy{
    --tw-text-opacity:1;
    color:#171c56;
    color:rgb(23 28 86/var(--tw-text-opacity))
}
.text-brand-primary{
    color:#171c56;
}
nav a.text-brand-primary:hover{
   color:#46d3c9;
}
.text-current{
    color:currentColor
}
.text-gray-600{
    --tw-text-opacity:1;
    color:#4b5563;
    color:rgb(75 85 99/var(--tw-text-opacity))
}
.text-green-50{
    --tw-text-opacity:1;
    color:#f0fdf4;
    color:rgb(240 253 244/var(--tw-text-opacity))
}
.text-indigo-50{
    --tw-text-opacity:1;
    color:#eef2ff;
    color:rgb(238 242 255/var(--tw-text-opacity))
}
.text-red-50{
    --tw-text-opacity:1;
    color:#fef2f2;
    color:rgb(254 242 242/var(--tw-text-opacity))
}
.text-white{
    --tw-text-opacity:1;
    color:#fff;
    color:rgb(255 255 255/var(--tw-text-opacity))
}
.text-yellow-50{
    --tw-text-opacity:1;
    color:#fefce8;
    color:rgb(254 252 232/var(--tw-text-opacity))
}
.opacity-0{
    opacity:0
}
.opacity-100{
    opacity:1
}
.shadow-md{
    --tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;
    --tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);
    box-shadow:0 0 #0000,0 0 #0000,0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.outline{
    outline-style:solid
}
.filter{
    filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.transition{
    transition-duration:.15s;
    transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function:cubic-bezier(.4,0,.2,1)
}
.duration-200{
    transition-duration:.2s
}
.duration-500{
    transition-duration:.5s
}
.ease-in{
    transition-timing-function:cubic-bezier(.4,0,1,1)
}
.ease-out{
    transition-timing-function:cubic-bezier(0,0,.2,1)
}
.has-brand-lightest-color{
    --tw-text-opacity:1;
    color:#ebecf9;
    color:rgb(235 236 249/var(--tw-text-opacity))
}
.has-brand-lighter-color{
    --tw-text-opacity:1;
    color:#c3c7ef;
    color:rgb(195 199 239/var(--tw-text-opacity))
}
.has-brand-light-color{
    --tw-text-opacity:1;
    color:#838ad3;
    color:rgb(131 138 211/var(--tw-text-opacity))
}
.has-brand-primary-color{
    --tw-text-opacity:1;
    color:#788aff;
    color:#788aff;
}
.bg-brand-primary a:not(.has-brand-primary-color){
    --tw-text-opacity:1;
    color:#f4f6f8;
    color:rgb(244 246 248/var(--tw-text-opacity))
}
.has-brand-navy-color{
    --tw-text-opacity:1;
    color:#171c56;
    color:rgb(23 28 86/var(--tw-text-opacity))
}
.has-brand-gray-lightest{
    --tw-text-opacity:1;
    color:#f4f6f8;
    color:rgb(244 246 248/var(--tw-text-opacity))
}
.has-brand-lightest-background-color{
    --tw-bg-opacity:1;
    background-color:#ebecf9;
    background-color:rgb(235 236 249/var(--tw-bg-opacity))
}
.has-brand-lighter-background-color{
    --tw-bg-opacity:1;
    background-color:#c3c7ef;
    background-color:rgb(195 199 239/var(--tw-bg-opacity))
}
.has-brand-light-background-color{
    --tw-bg-opacity:1;
    background-color:#838ad3;
    background-color:rgb(131 138 211/var(--tw-bg-opacity))
}
.has-brand-primary-background-color{
    --tw-bg-opacity:1;
    background-color:#788aff;
    background-color:rgb(82 93 220/var(--tw-bg-opacity))
}
.has-brand-primary-background-color a:not(.text-brand-primary){
    --tw-text-opacity:1;
    color:#f4f6f8;
    color:rgb(244 246 248/var(--tw-text-opacity))
}
.has-brand-navy-background-color{
    --tw-bg-opacity:1;
    background-color:#171c56;
    background-color:rgb(23 28 86/var(--tw-bg-opacity))
}
.has-brand-gray-lightest-background-color{
    --tw-bg-opacity:1;
    background-color:#f4f6f8;
    background-color:rgb(244 246 248/var(--tw-bg-opacity))
}
.has-amber-50-background-color{
    --tw-bg-opacity:1;
    background-color:#fffbeb;
    background-color:rgb(255 251 235/var(--tw-bg-opacity))
}
@font-face{
    font-display:swap;
    font-family:Public Sans;
    font-style:normal;
    font-weight:300;
    src:local(""),url(/dist/fonts/public-sans-v11-latin-300.18b1df.woff2) format("woff2")
}
@font-face{
    font-display:swap;
    font-family:Public Sans;
    font-style:normal;
    font-weight:400;
    src:local(""),url(/dist/fonts/public-sans-v11-latin-regular.4063c1.woff2) format("woff2")
}
@font-face{
    font-display:swap;
    font-family:Public Sans;
    font-style:normal;
    font-weight:700;
    src:local(""),url(/dist/fonts/public-sans-v11-latin-700.1428a7.woff2) format("woff2")
}
@font-face{
    font-display:swap;
    font-family:Public Sans;
    font-style:italic;
    font-weight:400;
    src:local(""),url(/dist/fonts/public-sans-v11-latin-italic.4b4ac6.woff2) format("woff2")
}
@font-face{
    font-display:swap;
    font-family:Public Sans;
    font-style:italic;
    font-weight:700;
    src:local(""),url(/dist/fonts/public-sans-v11-latin-700italic.ee88dc.woff2) format("woff2")
}
@font-face{
    font-display:swap;
    font-family:IBM Plex Mono;
    font-style:normal;
    font-weight:400;
    src:url(/dist/fonts/ibm-plex-mono-v15-latin-regular.bd1aee.woff2) format("woff2")
}
pre:not(.wp-block-code)>code{
    --tw-border-opacity:1;
    border-color:#c3c7ef;
    border-color:rgb(195 199 239/var(--tw-border-opacity));
    border-radius:.5rem;
    border-width:1px;
    color:#24292e;
    display:block;
    margin-bottom:2rem;
    margin-top:2rem;
    max-width:calc(100vw - 3rem);
    overflow-x:auto;
    padding:.75rem
}
pre:not(.wp-block-code)>code .hljs-doctag,pre:not(.wp-block-code)>code .hljs-keyword,pre:not(.wp-block-code)>code .hljs-meta .hljs-keyword,pre:not(.wp-block-code)>code .hljs-template-tag,pre:not(.wp-block-code)>code .hljs-template-variable,pre:not(.wp-block-code)>code .hljs-type,pre:not(.wp-block-code)>code .hljs-variable.language_{
    color:#d73a49
}
pre:not(.wp-block-code)>code .hljs-title,pre:not(.wp-block-code)>code .hljs-title.class_,pre:not(.wp-block-code)>code .hljs-title.class_.inherited__,pre:not(.wp-block-code)>code .hljs-title.function_{
    color:#6f42c1
}
pre:not(.wp-block-code)>code .hljs-attr,pre:not(.wp-block-code)>code .hljs-attribute,pre:not(.wp-block-code)>code .hljs-literal,pre:not(.wp-block-code)>code .hljs-meta,pre:not(.wp-block-code)>code .hljs-number,pre:not(.wp-block-code)>code .hljs-operator,pre:not(.wp-block-code)>code .hljs-selector-attr,pre:not(.wp-block-code)>code .hljs-selector-class,pre:not(.wp-block-code)>code .hljs-selector-id,pre:not(.wp-block-code)>code .hljs-variable{
    color:#005cc5
}
pre:not(.wp-block-code)>code .hljs-meta .hljs-string,pre:not(.wp-block-code)>code .hljs-regexp,pre:not(.wp-block-code)>code .hljs-string{
    color:#032f62
}
pre:not(.wp-block-code)>code .hljs-built_in,pre:not(.wp-block-code)>code .hljs-symbol{
    color:#e36209
}
pre:not(.wp-block-code)>code .hljs-code,pre:not(.wp-block-code)>code .hljs-comment,pre:not(.wp-block-code)>code .hljs-formula{
    color:#6a737d
}
pre:not(.wp-block-code)>code .hljs-name,pre:not(.wp-block-code)>code .hljs-quote,pre:not(.wp-block-code)>code .hljs-selector-pseudo,pre:not(.wp-block-code)>code .hljs-selector-tag{
    color:#22863a
}
pre:not(.wp-block-code)>code .hljs-subst{
    color:#24292e
}
pre:not(.wp-block-code)>code .hljs-section{
    color:#005cc5;
    font-weight:700
}
pre:not(.wp-block-code)>code .hljs-bullet{
    color:#735c0f
}
pre:not(.wp-block-code)>code .hljs-emphasis{
    color:#24292e;
    font-style:italic
}
pre:not(.wp-block-code)>code .hljs-strong{
    color:#24292e;
    font-weight:700
}
pre:not(.wp-block-code)>code .hljs-addition{
    background-color:#f0fff4;
    color:#22863a
}
pre:not(.wp-block-code)>code .hljs-deletion{
    background-color:#ffeef0;
    color:#b31d28
}
.wysiwyg{
    font-size:1.125rem;
    line-height:1.75rem
}
.wysiwyg p,.wysiwyg pre{
    margin-bottom:1.5rem;
    margin-top:1.5rem
}

.wysiwyg syntax-highlight pre{
    margin:0
}
.wysiwyg video{
    margin-bottom:2.5rem;
    margin-top:2.5rem
}
.hentry>.wysiwyg>p:first-child,.wysiwyg p.lead{
    font-size:1.25rem;
    line-height:1.75rem
}
.wysiwyg p.mb-0{
    margin-bottom:0
}
.wysiwyg h2{
    font-size:1.5rem;
    font-weight:600;
    letter-spacing:-.025em;
    line-height:2rem;
    margin-bottom:1.5rem;
    margin-top:2.5rem;
	margin: 60px auto;
}
@media (min-width:768px){
    .wysiwyg h2{
        font-size:1.875rem;
        line-height:2.25rem;
		margin: 40px auto;
    }
	.post-meta {
		display:inline-block;
		text-align:left;
		font-size:.75rem;
	}
	span.font-mono.text-sm.author-info {
    display: block;
    margin: 1rem 0;
}
}
@media (min-width:1024px){
    .wysiwyg h2{
        font-size:2.25rem;
        line-height:2.5rem;
		margin: 60px auto;
    }
}
.wysiwyg h3{
    font-size:1.25rem;
    font-weight:600;
    letter-spacing:-.025em;
    line-height:1.75rem;
    margin-bottom:1.5rem
}
@media (min-width:768px){
    .wysiwyg h3{
        font-size:1.5rem;
        line-height:2rem
    }
}
@media (min-width:1024px){
    .wysiwyg h3{
        font-size:1.875rem;
        line-height:2.25rem
    }
}
.wysiwyg h4{
    font-size:1.125rem;
    font-weight:600;
    letter-spacing:-.025em;
    line-height:1.75rem;
    margin-bottom:1.5rem
}
@media (min-width:768px){
    .wysiwyg h4{
        font-size:1.25rem;
        line-height:1.75rem
    }
}
@media (min-width:1024px){
    .wysiwyg h4{
        font-size:1.5rem;
        line-height:2rem
    }
}
.wysiwyg ol{
    list-style-position:inside;
    list-style-type:decimal;
    margin-bottom:1.5rem
}
.wysiwyg ul{
    list-style-type:disc;
    margin-bottom:1.5rem;
    margin-left:1rem
}
.wysiwyg li{
    margin-bottom:.5rem
}
.wysiwyg li:last-child{
    margin-bottom:0
}
.wysiwyg li code,.wysiwyg p code{
    white-space:pre
}
.wysiwyg li code,.wysiwyg p code,.wysiwyg td code{
    --tw-bg-opacity:1;
    background-color:#ebecf9;
    background-color:rgb(235 236 249/var(--tw-bg-opacity));
    border-radius:.375rem;
    padding:.125rem .25rem
}
.wysiwyg .tip p code{
    --tw-border-opacity:1;
    border-color:#c3c7ef;
    border-color:rgb(195 199 239/var(--tw-border-opacity));
    border-width:1px
}
.wysiwyg pre code{
    display:block;
    overflow-x:auto
}
.wysiwyg pre code.hljs,.wysiwyg pre.wp-block-code{
    --tw-border-opacity:1;
    border-color:#c3c7ef;
    border-color:rgb(195 199 239/var(--tw-border-opacity));
    border-radius:.5rem;
    border-width:1px;
    padding:.75rem
}
.wysiwyg blockquote{
    --tw-bg-opacity:1;
    background-color:#ebecf9;
    background-color:rgb(235 236 249/var(--tw-bg-opacity));
    margin-bottom:1.5rem
}
.wysiwyg blockquote,p.has-background{
    border-radius:.5rem;
    padding:1.5rem
}
p.has-background.has-sm-font-size{
    padding:.75rem
}
.wysiwyg blockquote>p{
    margin-top:0
}
.wysiwyg blockquote p:last-child{
    margin-bottom:0
}
.wysiwyg table{
    border-collapse:collapse;
    margin-bottom:1.5rem;
    margin-top:1.5rem;
    width:100%
}
/**
.wysiwyg table th{
    --tw-border-opacity:1;
    --tw-bg-opacity:1;
    background-color:#ebecf9;
    background-color:rgb(235 236 249/var(--tw-bg-opacity));
    text-align:left
}

.wysiwyg table td,.wysiwyg table th{
    border-bottom-width:1px;
    border-color:#c3c7ef;
    border-color:rgb(195 199 239/var(--tw-border-opacity));
    padding:.75rem 1.5rem
}
.wysiwyg table td{
    --tw-border-opacity:1
}
**/
.wysiwyg .wp-block-image,.wysiwyg details,.wysiwyg p>img{
    --tw-border-opacity:1;
    border-color:#c3c7ef;
    border-color:rgb(195 199 239/var(--tw-border-opacity));
    border-radius:.5rem;
    border-width:1px;
    margin-bottom:1.5rem;
    margin-top:1.5rem;
    padding:.75rem
}
.wp-block-image.no-border {
    border: none;
}
.wysiwyg details summary{
    --tw-text-opacity:1;
    color:#171c56;
    cursor:pointer;
}

summary::marker {
	color:rgb(70, 211, 201);
}
.bg-brand-primary a:not(.wysiwyg details summary){
    --tw-text-opacity:1;
    color:#f4f6f8;
    color:rgb(244 246 248/var(--tw-text-opacity))
}
.wysiwyg details[open] summary{
    padding-bottom:.75rem
}
details ul li {
	margin: 40px !important;
}
/** Table of Contents */
ul.toc {
    padding: 20px 0 0 20px;
}
details ul.toc li {
    margin: 10px !important;
}
.wp-element-caption{
    --tw-text-opacity:1;
    color:#838ad3;
    color:rgb(131 138 211/var(--tw-text-opacity));
    margin-top:.75rem;
    text-align:center
}
.has-sm-font-size,.wp-element-caption{
    font-size:.875rem;
    line-height:1.25rem
}
:root{
    --docsearch-primary-color:var(--color-brand-primary)!important;
    --docsearch-highlight-color:var(--color-brand-primary)!important;
    --docsearch-modal-background:var(--color-brand-lightest)!important;
    --docsearch-modal-shadow:none!important;
    --docsearch-footer-shadow:none!important;
    --docsearch-footer-background:var(--color-brand-lightest)!important;
    --docsearch-key-gradient:none!important;
    --docsearch-key-shadow:0 0 0 1px var(--color-brand-light)!important;
    --docsearch-muted-color:var(--color-brand-navy)!important;
    --docsearch-hit-shadow:none!important
}

section.c-newsletter-banner {
	box-sizing: border-box;
	display: block;
	background-color: #171c56;
	padding: 1.5rem 0;
    color:#fff;
    width:100%;
    margin-bottom: 2rem;
}

section.c-newsletter-banner ion-icon.md.hydrated {
	color:#fff;
}

.l-container {
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 75em;
}

.c-newsletter-banner__col {
	text-align: center;
}

.o-icon {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.c-icon--newsletter-banner {
	display: inline-block;
	padding: 1.05rem;
	font-size: 2.5rem;
	border-radius: 50%;
}

.c-newsletter-banner__col--content {
	margin: 1.5rem auto 1.5rem;
}

.c-newsletter-banner__title {
	font-size: 2rem;
	letter-spacing: .0625rem;
	font-weight: 700;
	color: #fff;
}

.c-newsletter-banner__text {
	margin: 0 auto;
	max-width: 40rem;
    font-size:1rem;
}

.c-newsletter-banner__col {
	text-align: center;
}

.c-newsletter-banner__cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -1rem;
	margin-left: -1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.c-newsletter-banner__col--content {
    text-align:left;
}

.c-button {
	line-height: 1.0158730159;
	border-radius: 4px;
	border: 1px solid #46d3c9;
	padding: 1.125rem 2.125rem;
	color: #fff;
	background-color: #20e8da;
	letter-spacing: .125rem;
	font-weight: 700;
    font-size:1.3rem;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	cursor: pointer;
	border-color: #46d3c9;
	color: #fff;
    margin:0 auto;
}

.c-button:hover {
	background-color: #fff;
	border: 1px solid #788aff;
    color:#46d3c9;
	text-decoration:none;
}

.c-button--newsletter .o-icon {
	padding-left: 0.5rem;
}

.o-icon,
.c-button .o-icon {
	line-height: inherit;
	font-size: inherit;
	display: inline-block;
}
footer{
    background-color: #fff;
}
footer ion-icon.md.hydrated{
    font-size: 2rem;
    padding: 0 10px;
	color:#171c56;
}
.legal {
    font-size: 0.9rem;
	padding: 1rem 0;
}
ul.b-link li a {color:#171c56}
ul.b-link li a:hover{
   color:#46d3c9;
   text-decoration: none;
}
.DocSearch-Button.DocSearch-Button{
    --docsearch-searchbox-background:#fff;
    border:2px solid #788aff;
    border:2px solid var(--color-brand-primary);
    border-radius:.375rem;
    height:auto;
    margin:0;
    padding:.5rem 1rem;
    width:100%
}
.DocSearch-Button.DocSearch-Button:hover{
    box-shadow:none
}
.DocSearch-Button.DocSearch-Button .DocSearch-Search-Icon{
    color:#788aff;
    color:var(--color-brand-primary)
}
.DocSearch-Button .DocSearch-Button-Keys{
    justify-content:flex-end
}
.DocSearch-Button .DocSearch-Button-Key{
    background:none;
    box-shadow:none;
    margin-right:0;
    padding:0;
    top:auto;
    width:auto
}
.DocSearch-Modal.DocSearch-Modal{
    margin-top:180px
}
.DocSearch-Hit-icon{
    display:none
}
:root{
    --color-brand-primary:#788aff;
    --color-brand-light:#838ad3;
    --color-brand-lighter:#c3c7ef;
    --color-brand-lightest:#ebecf9;
    --color-brand-navy:#171c56;
    --color-gray-lightest:#f4f6f8
}
img,video{
    height:auto;
    max-width:100%
}
iframe{
	height: 250px;
    max-width: 100%;
	border:0;
	border-radius:4px;
}
.bg-brand-primary a:not(.text-brand-primary){
    --tw-text-opacity:1;
    color:#f4f6f8;
    color:rgb(244 246 248/var(--tw-text-opacity))
}
[x-cloak]{
    display:none!important
}
/**
.hover\:border-brand-light:hover{
    --tw-border-opacity:1;
    border-color:#838ad3;
    border-color:rgb(131 138 211/var(--tw-border-opacity))
}
.hover\:bg-brand-lightest:hover{
    --tw-bg-opacity:1;
    background-color:#ebecf9;
    background-color:rgb(235 236 249/var(--tw-bg-opacity))
}
.hover\:bg-brand-navy:hover{
    --tw-bg-opacity:1;
    background-color:#171c56;
    background-color:rgb(23 28 86/var(--tw-bg-opacity))
}
.hover\:font-bold:hover{
    font-weight:700
}
.hover\:text-brand-navy:hover{
    --tw-text-opacity:1;
    color:#171c56;
    color:rgb(23 28 86/var(--tw-text-opacity))
}
.hover\:text-brand-primary:hover{
    --tw-text-opacity:1;
    color:#788aff;
    color:#788aff;
}
.hover\:shadow-inner:hover{
    --tw-shadow:inset 0 2px 4px 0 #0000000d;
    --tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color);
    box-shadow:0 0 #0000,0 0 #0000,inset 0 2px 4px 0 #0000000d;
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.hover\:shadow-sm:hover{
    --tw-shadow:0 1px 2px 0 #0000000d;
    --tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);
    box-shadow:0 0 #0000,0 0 #0000,0 1px 2px 0 #0000000d;
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
**/
.focus\:not-sr-only:focus{
    clip:auto;
    height:auto;
    margin:0;
    overflow:visible;
    padding:0;
    position:static;
    white-space:normal;
    width:auto
}
.disabled\:bg-brand-primary\/50:disabled{
    background-color:#788aff;
}
.group:hover .group-hover\:flex{
    display:flex
}
.group:hover .group-hover\:fill-brand-navy{
    fill:#171c56
}
.group:hover .group-hover\:text-brand-navy{
    --tw-text-opacity:1;
    color:#171c56;
    color:rgb(23 28 86/var(--tw-text-opacity))
}
@media (min-width:640px){
    .sm\:max-w-lg{
        max-width:32rem
    }
    .sm\:grid-cols-2{
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
    .sm\:grid-cols-3{
        grid-template-columns:repeat(3,minmax(0,1fr))
    }
    .sm\:text-2xl{
        font-size:1.5rem;
        line-height:2rem
    }
    .sm\:text-3xl{
        font-size:1.875rem;
        line-height:2.25rem
    }
    .sm\:text-5xl{
        font-size:3rem;
        line-height:1
    }
}
@media (min-width:768px){
    .md\:sticky{
        position:sticky
    }
    .md\:top-4{
        top:1rem
    }
    .md\:col-span-1{
        grid-column:span 1/span 1
    }
    .md\:col-span-2{
        grid-column:span 2/span 2
    }
    .md\:col-span-4{
        grid-column:span 4/span 4
    }
    .md\:col-span-8{
        grid-column:span 8/span 8
    }
    .md\:m-6{
        margin:1.5rem
    }
    .md\:my-14{
        margin-bottom:3.5rem;
        margin-top:3.5rem
    }
    .md\:mb-0{
        margin-bottom:0
    }
    .md\:mb-12{
        margin-bottom:3rem
    }
    .md\:mb-8{
        margin-bottom:2rem
    }
    .md\:ml-auto{
        margin-left:auto
    }
    .md\:mr-0{
        margin-right:0
    }
    .md\:mr-7{
        margin-right:1.75rem
    }
    .md\:mt-0{
        margin-top:0
    }
    .md\:mt-3{
        margin-top:.75rem
    }
    .md\:mt-4{
        margin-top:1rem
    }
    .md\:mt-8{
        margin-top:2rem
    }
    .md\:grid{
        display:grid
    }
    .md\:hidden{
        display:none
    }
    .md\:aspect-\[1\/1\.6\]{
        aspect-ratio:1/1.6
    }
    .md\:h-20{
        height:5rem
    }
    .md\:h-full{
        height:100%
    }
    .md\:w-1\/2{
        width:50%
    }
    .md\:max-w-3xl{
        max-width:48rem
    }
    .md\:max-w-none{
        max-width:none
    }
    .md\:columns-2{
        -moz-columns:2;
        column-count:2
    }
    .md\:auto-rows-fr{
        grid-auto-rows:minmax(0,1fr)
    }
    .md\:grid-cols-12{
        grid-template-columns:repeat(12,minmax(0,1fr))
    }
    .md\:grid-cols-2{
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
    .md\:grid-cols-3{
        grid-template-columns:repeat(3,minmax(0,1fr))
    }
    .md\:grid-cols-6{
        grid-template-columns:repeat(6,minmax(0,1fr))
    }
    .md\:grid-cols-8{
        grid-template-columns:repeat(8,minmax(0,1fr))
    }
    .md\:flex-row{
        flex-direction:row
    }
    .md\:flex-col{
        flex-direction:column
    }
    .md\:flex-wrap{
        flex-wrap:wrap
    }
    .md\:items-start{
        align-items:flex-start
    }
    .md\:justify-start{
        justify-content:flex-start
    }
    .md\:justify-end{
        justify-content:flex-end
    }
    .md\:gap-10{
        gap:2.5rem
    }
    .md\:gap-16{
        gap:4rem
    }
    .md\:gap-2{
        gap:.5rem
    }
    .md\:gap-4{
        gap:1rem
    }
    .md\:gap-5{
        gap:1.25rem
    }
    .md\:gap-6{
        gap:1.5rem
    }
    .md\:gap-8{
        gap:2rem
    }
    .md\:p-4{
        padding:1rem
    }
    .md\:p-5{
        padding:1.25rem
    }
    .md\:p-6{
        padding:1.5rem
    }
    .md\:px-5{
        padding-left:1.25rem;
        padding-right:1.25rem
    }
    .md\:py-10{
        padding-bottom:2.5rem;
        padding-top:2.5rem
    }
    .md\:py-4{
        padding-bottom:1rem;
        padding-top:1rem
    }
    .md\:pl-1{
        padding-left:.25rem
    }
    .md\:pl-1\.5{
        padding-left:.375rem
    }
    .md\:text-2xl{
        font-size:1.5rem;
        line-height:2rem
    }
    .md\:text-3xl{
        font-size:1.875rem;
        line-height:2.25rem
    }
    .md\:text-4xl{
        font-size:2.25rem;
        line-height:2.5rem
    }
    .md\:text-7xl{
        font-size:4.5rem;
        line-height:1
    }
    .md\:text-lg{
        font-size:1.125rem;
        line-height:1.75rem
    }
    .md\:text-xl{
        font-size:1.25rem;
        line-height:1.75rem
    }
	section.c-newsletter-banner {
		padding:20px;
	}
}
@media (min-width:1024px){
    .lg\:sr-only{
        clip:rect(0,0,0,0);
        border-width:0;
        height:1px;
        margin:-1px;
        overflow:hidden;
        padding:0;
        position:absolute;
        white-space:nowrap;
        width:1px
    }
    .lg\:static{
        position:static
    }
    .lg\:absolute{
        position:absolute
    }
    .lg\:sticky{
        position:sticky
    }
    .lg\:left-0{
        left:0
    }
    .lg\:top-6{
        top:1.5rem
    }
    .lg\:top-full{
        top:100%
    }
    .lg\:col-span-3{
        grid-column:span 3/span 3
    }
    .lg\:col-span-9{
        grid-column:span 9/span 9
    }
    .lg\:col-start-4{
        grid-column-start:4
    }
    .lg\:mx-0{
        margin-left:0;
        margin-right:0
    }
    .lg\:mx-auto{
        margin-left:auto;
        margin-right:auto
    }
    .lg\:my-20{
        margin-bottom:5rem;
        margin-top:5rem
    }
    .lg\:mb-10{
        margin-bottom:2.5rem
    }
    .lg\:mb-6{
        margin-bottom:1.5rem
    }
    .lg\:mb-8{
        margin-bottom:2rem
    }
    .lg\:ml-auto{
        margin-left:auto
    }
    .lg\:mr-4{
        margin-right:1rem
    }
    .lg\:mt-10{
        margin-top:2.5rem
    }
    .lg\:mt-12{
        margin-top:3rem
    }
    .lg\:mt-3{
        margin-top:.75rem
    }
    .lg\:mt-5{
        margin-top:1.25rem
    }
    .lg\:flex{
        display:flex
    }
    .lg\:grid{
        display:grid
    }
    .lg\:hidden{
        display:none
    }
    .lg\:h-10{
        height:2.5rem
    }
    .lg\:h-24{
        height:6rem
    }
    .lg\:h-auto{
        height:auto
    }
    .lg\:min-h-0{
        min-height:0
    }
    .lg\:w-10{
        width:2.5rem
    }
    .lg\:w-auto{
        width:auto
    }
    .lg\:w-full{
        width:100%
    }
    .lg\:max-w-4xl{
        max-width:56rem
    }
    .lg\:max-w-5xl{
        max-width:64rem
    }
    .lg\:grid-cols-12{
        grid-template-columns:repeat(12,minmax(0,1fr))
    }
    .lg\:grid-cols-2{
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
    .lg\:grid-cols-3{
        grid-template-columns:repeat(3,minmax(0,1fr))
    }
    .lg\:grid-cols-8{
        grid-template-columns:repeat(8,minmax(0,1fr))
    }
    .lg\:flex-row{
        flex-direction:row
    }
    .lg\:flex-col{
        flex-direction:column
    }
    .lg\:items-center{
        align-items:center
    }
    .lg\:justify-end{
        justify-content:flex-end
    }
    .lg\:justify-center{
        justify-content:center
    }
    .lg\:gap-10{
        gap:2.5rem
    }
    .lg\:gap-6{
        gap:1.5rem
    }
    .lg\:gap-8{
        gap:2rem
    }
    .lg\:p-5{
        padding:1.25rem
    }
    .lg\:p-6{
        padding:1.5rem
    }
    .lg\:p-8{
        padding:2rem
    }
    .lg\:px-1{
        padding-left:.25rem;
        padding-right:.25rem
    }
    .lg\:px-3{
        padding-left:.75rem;
        padding-right:.75rem
    }
    .lg\:py-14{
        padding-bottom:3.5rem;
        padding-top:3.5rem
    }
    .lg\:text-2xl{
        font-size:1.5rem;
        line-height:2rem
    }
    .lg\:text-3xl{
        font-size:1.875rem;
        line-height:2.25rem
    }
    .lg\:text-4xl{
        font-size:2.25rem;
        line-height:2.5rem
    }
    .lg\:text-5xl{
        font-size:3rem;
        line-height:1
    }
    .lg\:text-8xl{
        font-size:6rem;
        line-height:1
    }
    .lg\:text-base{
        font-size:1rem;
        line-height:1.5rem
    }
    .lg\:text-xl{
        font-size:1.25rem;
        line-height:1.75rem
    }
    .lg\:leading-8{
        line-height:2rem
    }
    .lg\:blur-lg{
        --tw-blur:blur(16px);
        filter:blur(16px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
        filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
    }
}
@media (min-width:1280px){
    .xl\:sticky{
        position:sticky
    }
    .xl\:top-6{
        top:1.5rem
    }
    .xl\:col-span-2{
        grid-column:span 2/span 2
    }
    .xl\:col-span-7{
        grid-column:span 7/span 7
    }
    .xl\:mt-0{
        margin-top:0
    }
    .xl\:flex{
        display:flex
    }
}
a.flex.flex-col.p-3.bg-white.border.rounded-md.md\:p-4.lg\:p-5.border-brand-lighter.hover\:shadow-inner.hover\:shadow-sm.hover\:border-brand-light {
    color: #788aff;
    font-weight: normal;
}
/*HEADER SECTION*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: Public Sans,sans-serif;
}
a {
    text-decoration: none;
}
header ul li,
nav ul li {     
  list-style: none;
}
.sub-menu .row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.bg-white.rounded-box.shadow-inner {
    padding: 20px;
    border: 1px solid rgb(195 199 239);
    border-radius: 6px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 138px;
    width: 437px;
}
.sub-menu .bg-white.rounded-box.shadow-inner:hover {
    border: none;
    border-radius: 6px;
    background: #eef0f7;
    box-shadow: none;
	cursor:pointer;
}
i.fa-solid.fa-angle-down:hover {
    cursor: pointer;
}
.link-icon{
    display: inline !important;
}
.sub-menu .row {
    padding: 0 !important;
    justify-content: unset !important;
}
.sub-menu a h2:hover, .sub-menu a span:hover {
    color: #171c56;
}
.bg-white.rounded-box.shadow-inner:hover {
    border: 1px solid  #46d3c9;
}
a.logo {
    color: #46d3c9;
}
.sub-menu {
    width: 100%;
    max-width: 1400px !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    padding: 40px 0;
    top: 88px;
    transition: ease-in-out .5s;
    z-index: 999;
}
.inner-content a {
    text-decoration: none;
}
.header ul li a i {
    margin-left: 4px;
    font-size: 19px;
    line-height: 16px;
    font-weight: 600;
}
.header ul li a:first-child {
    display: flex;
    align-items: center;
}

.bg-white.rounded-box.shadow-inner p {
    font-size: 16px;
    line-height: 26px;
    margin: 16px 0 0;
    word-spacing: 0.2px;
    letter-spacing: 0.2px;
}
.social{
   color: #46d3c9 !important;
}
.social:hover{
   color: #171c56 !important;
}
.bg-white.rounded-box.shadow-inner img {
    width: 40px;
    margin-right: 16px;
}
.inner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inner-content-right img {
    width: 20px !important;
    margin: 0 0 0 4px !important;
}
.inner-content-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inner-content-right span {
    color: #46d3c9;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.header{
  border-bottom: 1px solid #ebecf9;
}
.container {
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
}
.header a img {
    width: 100%;
    max-width: 224px;
}
.header .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 16px;
}
.header ul {
    display: flex;
    align-items: center;
}
.header ul li {
    padding: 32px 12px;
}
.header ul li  a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #171c56;
}
nav label {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #171c56;
	cursor: pointer;
}
nav label:hover {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #46d3c9;
	cursor: pointer;
}
.header ul li  a:hover {
  color: #46d3c9;
}
i.fa.fa-github {
    font-family: 'FontAwesome';
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked ~ .sub-menu {
  display: block;
  visibility: visible;
    opacity: 1;
}
.fa-angle-down {
  transition: transform 0.3s;
}
input[type="checkbox"]:checked ~ label .fa-angle-down {
  transform: rotateX(180deg);
}
.toggle-btn {
  display: none;
}
.toggle-btn i {
  font-size: 24px;
}
.nav-menu {
  list-style: none;
}
.nav-menu li {
  display: inline-block;
}
li.social-item {
    padding-right: 0px !important;
	padding-left: 0px !important;
}
html.hydrated {
    margin-top: 0 !important;
}
#toggle-submenu-articles:checked + .sub-menu ~ #main {
    filter: blur(16px) !important;
}
@media(max-width: 991px){
 .sub-menu {
    padding: 20px 0;
   }
}
@media (max-width: 767px){
  .bg-white.rounded-box.shadow-inner {
    max-width: 100%; 
}
.bg-white.rounded-box.shadow-inner {
    max-width: 100%;
    padding: 12px;
}
.bg-white.rounded-box.shadow-inner p {
    margin: 8px 0 0;
}
.bg-white.rounded-box.shadow-inner img {
    width: 16px;
    margin-right: 8px;
}}
@media (max-width: 1024px) {
  .toggle-btn {
    display: block;
    cursor: pointer;
  }
  .nav-menu {
    display: none !important;
  }
  #toggle-nav:checked ~ .nav-menu {
    display: block !important;
  }
  .header ul li:nth-child(5), .header ul li:nth-child(6) {
    display: inline-block;
}}
@media (max-width: 1024px){
    /* Hide the "times" icon by default */
.toggle-btn .fa-times {
  display: none;
  color: #46d3c9;
}

/* Show the "times" icon when the toggle is checked */
#toggle-nav:checked + .toggle-btn .fa-times {
  display: inline-block;
}

/* Hide the "bars" icon when the toggle is checked */
#toggle-nav:checked + .toggle-btn .fa-bars {
  display: none ;
}
.toggle-btn .fa-bars{
    display: block;
    color: #171c56;
}
    .header .row, .header ul {
    display: block;
}
label.toggle-btn.toggle-open {
    position: absolute;
    top: 30px;
    right: 15px;
}
.header ul li {
    padding: 8px;
    display: block;
    margin: 0;
}
.sub-menu .row {
    display: flex;
}
#toggle-nav:checked ~ .nav-menu {
    display: block !important;
    width: 100%;
}
.sub-menu {
    position: static !important;
    display: none;
    max-width: 100% !important;
}
.sub-menu .row{
    padding: 0;
}
.bg-white.rounded-box.shadow-inner {
    max-width: 49%;
}
.sub-menu .row {
    gap: 14px;
}
a.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}
.bg-white.rounded-box.shadow-inner {
    box-shadow: none;
}}
@media (max-width: 767px){
  .bg-white.rounded-box.shadow-inner {
    max-width: 100%;  
}
.sub-menu {
     padding: 20px 0
}
label.toggle-btn.toggle-open {
    top: 20px;
}
.header a img {
    width: 100%;
    max-width: 150px;
}}
header .bg-white.rounded-box.shadow-inner {
    border: none;
    box-shadow: none;
}
.sub-menu {
    background: #fff;
    border-left: 1px solid #eef0f7;
    border-right: 1px solid #eef0f7;
    border-bottom: 1px solid #eef0f7;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

svg#nav {
	fill: #171c56;
	width:15%;
	padding:10px;
}
h3.wp-block-heading {
    border-left: 0.15rem solid #46d3c9;
    padding-left: 20px;
}

.category-blog p{
	margin-top : 0;
}

.category-blog time, time{
    background: #171c56;
    font-family: monospace;
    color: #fff;
}
.footer-container {
	padding:20px;
}
.settlement-calculator {
    display: block;
    border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border: 2px solid #171c56;
}
.settlement-calculator table {
  border-collapse: collapse;
}
.settlement-calculator table tr {
	border-bottom: 2px solid #171c56;
    margin-bottom:20px;
    display:inline-block;
    padding:0 20px;
}
.settlement-calculator table tr:last-of-type {
	border-bottom: 0px;
}
.calc-title {
    font-size:1.75rem;
    text-align:center;
    font-weight:bold;
    border-bottom: 0.11rem solid #171c56;
    text-align: center;
    background: #171c56;
    color: #fff;
    margin: 0 auto;
    padding: 20px 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	margin-bottom: 0;
    margin-top:0;
}
.wysiwyg h2.calc-title {
	margin-bottom: 0;
    margin-top:0;
}
.settlement-calculator label {
    font-size:1.15rem;
    font-weight:bold;
}
.settlement-calculator input {
    display:block;
    width:260px;
    padding-left:40px;
    margin: 1rem auto;
    border: 1px solid #c3c7ef;
    border-radius: 8px;
	 background-color:#eef0f7;
	 padding-left: 10px;
	 line-height:  28px;
}
.settlement-calculator p{
    font-size:0.98rem;
    max-width:620px;
	margin: 20px 20px 20px 0;

}
.settlement-calculator ul {
    padding: 0 1rem;
    font-size:0.98rem;
}
p#result {
	font-family:monospace;
	font-size:1.5rem;
	margin:1rem auto;
}
.category-blog {margin: 2rem auto;}
.doc-content ul li,
.404 ul li {
    list-style: initial;
}
@media screen and (max-width: 1080px) {
    .calculator-container table td {
        display:flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .settlement-calculator input {
    width:100%;
	}
	.p-cta,
	.quiz-cta,
	.calc-cta {
		background-color: #171c56;
		padding: px;
		color: #fff;
		text-align: center;
		border: 2px solid #171c56;
		border-radius: 6px;
	}
	.calc-cta {
		border-top-right-radius:0;
		border-top-left-radius:0;
	}
	.p-cta a, 
	.quiz-cta a,
	.calc-cta a{
		background-color: #46d3c9;
		color:#fff;
		font-weight: bold;
		padding: 10px 20px;
		border-radius: 6px;
		text-decoration:none;
		}
	.p-cta a:hover,
	.quiz-cta a:hover,
	.calc-cta a:hover{
		background-color: #fff;
		color:#46d3c9;
		text-decoration:none;
	}
	.p-cta a, 
	.quiz-cta a,
	.calc-cta a{
		display: block;
		max-width: 220px;
		margin: 1.5rem auto;
	}
	.p-cta, 
	.quiz-cta,
	.calc-cta{
	   padding: 0 10px;
	}
	.c-newsletter-banner__cols{
		padding: 1.5rem 1.5rem;
		margin: 0 3rem;
	}
/*** Quiz ***/
.quiz-step {
	display: none;
}

.active {
	display: block;
}

.quiz-button {
	text-align: center;
	margin-top: 20px;
}

[type=button].btn-quiz-previous,
[type=button].btn-quiz-next {
	display: inline-block;
	padding: 8px 16px;
	border: none;
	cursor: pointer;
	border-radius: 6px;
	border: 1px solid #46d3c9;
	height:auto;
}

.btn-quiz-previous {
	display: none;
}

/* Initially hide the 'Previous' button */
.progress-bar {
	height: 20px;
	background-color: #46d3c9;
	width: 0%;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

[type=button].btn-quiz-previous {
	background: #fff !important;
	color: #46d3c9 !important
}

[type=button].btn-quiz-previous:hover {
	background: #46d3c9 !important;
	color: #fff !important
}

#progress-text,
#progress-percentage {
	margin-left: 10px;
}

form.wpcf7-form.init {
	text-align: center;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.quiz-select {
	padding: 10px;
	border-radius: 8px;
	margin: 1rem auto;
	border: 1px solid #c3c7ef;
	cursor: pointer;
	color: #171c56;
	font-weight: bold;
	max-width:340px;
	min-width:300px;
	text-align:center;
}
	
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.quiz-select{text-align:center;}
	
form.wpcf7-form.init select option {
	text-align: center;
	cursor: pointer;

}

form.wpcf7-form.init p {
	display: inline-flex;
}

.btn-quiz-previous,
.btn-quiz-next {
	margin: 2rem 1rem;
}

input#quiz-fault-yes,
input#quiz-fault-no,
input#quiz-cv-yes,
input#quiz-cv-no,
input#quiz-hmt-yes,
input#quiz-hmt-no {
	width: 1.5rem;
	cursor: pointer;
	padding-left: 0;
	display: inline-flex;
}

form.wpcf7-form.init textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus {
	box-shadow: none;
}

input.quiz-calendar {
	padding: 20px;
	border-radius: 8px;
	margin: 2rem auto;
	border: 1px solid #c3c7ef;
	cursor: pointer;
	color: #171c56;
	font-weight: bold;
	max-width: 190px;
}

::-webkit-calendar-picker-indicator {
	cursor: pointer;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background-color: #46d3c9;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	max-width: 180px;
	border-radius: 6px;
	font-size: 1.25rem;
	font-weight: bold;
	margin: 2rem auto;
	padding: 0;
	display: flex;
    flex-direction: column;
}

.quiz-footer {
	margin: 1.5rem auto;
}

input.c-info {
	max-width: 520px;
	margin: 1rem auto;
}

.quiz-status {
	background: #eefffe;
	border: 1px solid #46d3c9;
	padding: 20px;
	border-radius: 6px;
	max-width: 520px;
	margin: 0 auto 3.5rem auto;
	font-style: italic;
}

ion-icon.status.md.hydrated {
	color: #46d3c9!important;
}
}
.404 h1 {
    font-weight:bold;
    font-size:2rem;
    margin: 20px auto;
}
article ul li::marker {
    content: "◉ ";
    color: #46d3c9;
    margin: 0px 0.5rem 0px 0px;
}
.about-card {
    background-color:#eef0f7;
    padding: 10px 15px;
    border-radius: 6px;
}
time.post-date {
	background:transparent;
	color:#fff;
}
details summary ul,
details summary ol {
	padding:0 20px;
}
@media (min-width:640px){
    .container{
        max-width:640px
    }
}
@media (min-width:768px){
    .container{
        max-width:768px
    }
}
@media (min-width:1024px){
    .container{
        max-width:1024px
    }
}
@media (min-width:1280px){
    .container{
        max-width:1280px
    }
}
@media (min-width:1536px){
    .container{
        max-width:1536px
    }
}
.card.404 h1 {
    font-size:2rem;
    font-weight:bold;
}
.card.404 ul {
    list-style: disc;
    padding-left: 20px;
}
404-inner {
     color:#fff;
     background-color:#171c56;
}
.bg-highlight {
	background:#171c56;
}
.main-page {
	max-width: 720px;
    margin: 2rem auto;
}
.ti-header-write-btn-container {
	display:none;
}