/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

address {
    font-style: normal;
}

body {
    margin: 0
}

main {
    display: block
}

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

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

fieldset,ol,ul {
    margin: 0;
    padding: 0
}

ol,ul {
    list-style: none
}

html {
    font-family: proxima-nova,Open Sans,sans-serif;
    line-height: 1.5
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #d1d5db
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #a0aec0
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #a0aec0
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #a0aec0
}

input::-ms-input-placeholder,textarea::-ms-input-placeholder {
    color: #a0aec0
}

input::placeholder,textarea::placeholder {
    color: #a0aec0
}

[role=button],button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,input,optgroup,select,textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code,kbd,pre,samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}

audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

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

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

@media (min-width: 768px) {
    .container {
        max-width:768px;
        padding-right: 2rem;
        padding-left: 2rem
    }
}

@media (min-width: 992px) {
    .container {
        max-width:992px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1200px;
        padding-right: 2rem;
        padding-left: 2rem
    }
}

@media (min-width: 1278px) {
    .container {
        max-width:1278px;
        padding-right: 2rem;
        padding-left: 2rem
    }
}

@media (min-width: 1400px) {
    .container {
        max-width:1400px;
        padding-right: 2rem;
        padding-left: 2rem
    }
}

.tb-1 td, .tb-1 th {
    border: 1px solid;
    padding: .5rem;
}

.ol-1 {
    list-style: decimal;
}

.ol-1 li+li {
    margin-top: .5rem;
}

.practice-statement-contents-active {
    -webkit-transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform!important;
    transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform!important;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform!important;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform!important;
    padding: .5rem .75rem!important;
    --border-opacity: 1!important;
    border-color: #f7c929!important;
    border-left: 4px!important;
    border-color: rgba(247,201,41,var(--border-opacity))!important;
    border-style: solid!important;
    --bg-opacity: 1!important;
    background-color: #e3f7f8!important;
    background-color: rgba(227,247,248,var(--bg-opacity))!important;
    --text-opacity: 1!important;
    color: #005f93!important;
    color: rgba(0,95,147,var(--text-opacity))!important;
    border-radius: .375rem!important
}

.c-list {
    margin-left: 1.25rem;
    list-style-type: disc
}

.c-list li+li {
    margin-top: .5rem
}

.input {
    padding: .75rem 1rem;
    border-radius: .375rem;
    width: 100%;
    border-width: 1px;
    --border-opacity: 1;
    border-color: #d1d5db;
    border-color: rgba(209,213,219,var(--border-opacity));
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.input:focus {
    outline: none;
    --border-opacity: 1;
    border-color: #1a4b69;
    border-color: rgba(26,75,105,var(--border-opacity));
    --bg-opacity: 1;
    background-color: #e3f7f8;
    background-color: rgba(227,247,248,var(--bg-opacity))
}

.input--error,.input-validation-error {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229,62,62,var(--border-opacity));
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255,245,245,var(--bg-opacity))
}

.field-validation-error {
    color: #f56565;
    color: rgba(245,101,101,var(--text-opacity));
    font-size: .875rem
}

.field-validation-error,.label {
    font-family: proxima-nova-soft,Open Sans,sans-serif;
    --text-opacity: 1;
    font-weight: 700
}

.label {
    font-size: 1.125rem;
    color: #4b5563;
    color: rgba(75,85,99,var(--text-opacity))
}

.select {
    position: relative
}

.select select {
    padding-right: 2.75rem
}

.select select+.select__arrow {
    width: 1rem;
    height: 1rem;
    right: 1rem;
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 238 238' fill='%23004561'%3E%3Cpath class='st0' d='M130.3 181.8L233.4 78.7c6.2-6.2 6.2-16.3 0-22.5s-16.3-6.2-22.5 0L119 148.1 27.1 56.2c-6.2-6.2-16.3-6.2-22.5 0s-6.2 16.3 0 22.5l103 103.1c3.1 3.1 7.2 4.7 11.3 4.6 4.2 0 8.3-1.5 11.4-4.6z'/%3E%3C/svg%3E")
}

.select select:focus+.select__arrow {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.form-dob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.form-dob__control {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    position: relative
}

.form-dob__control-item {
    position: absolute;
    z-index: 10;
    top: 0;
    margin-left: .75rem;
    margin-right: .75rem;
    padding-left: .25rem;
    padding-right: .25rem;
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    --transform-translate-y: -50%
}

.form-dob__control-item:before {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity));
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.form-dob__label {
    font-family: proxima-nova-soft,Open Sans,sans-serif;
    --text-opacity: 1;
    color: #9ca3af;
    color: rgba(156,163,175,var(--text-opacity));
    z-index: 10;
    position: relative
}

.input-group {
    width: 100%
}

.input-group,.input-group__addon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative
}

.input-group__addon {
    border-width: 1px;
    --border-opacity: 1;
    border-color: #d1d5db;
    border-color: rgba(209,213,219,var(--border-opacity));
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.input-group--addon-before .input-group__addon {
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
    border-right: 0
}

.input-group--addon-before .input-group__field {
    border-radius: 0;
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem
}

.input-group--addon-after .input-group__addon {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
    border-left: 0
}

.input-group--addon-after .input-group__field {
    border-radius: 0;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem
}

.input-group--loading .input-group__addon {
    border-style: none;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' preserveAspectRatio='xMidYMid' style='background:0 0'%3E%3Ccircle cx='50' cy='50' fill='none' r='30' stroke='rgba(255, 255, 255, 0.5)' stroke-width='10'/%3E%3Ccircle cx='50' cy='50' fill='none' r='30' stroke='%23005F93' stroke-width='10' stroke-linecap='square' transform='rotate(417.97 50 50)'%3E%3CanimateTransform attributeName='transform' type='rotate' calcMode='linear' values='0 50 50;180 50 50;720 50 50' keyTimes='0;0.5;1' dur='1s' begin='0s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' calcMode='linear' values='18.84955592153876 169.64600329384882;94.2477796076938 94.24777960769377;18.84955592153876 169.64600329384882' keyTimes='0;0.5;1' dur='1' begin='0s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E")
}

.form-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-radio .form-radio__label {
    margin-left: 1rem;
    cursor: pointer
}

.form-radio input[type=radio] {
    opacity: 0;
    position: absolute;
    left: -9999px
}

.form-radio input[type=radio]+.form-radio__button {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    border: .25rem solid #fff;
    -webkit-box-shadow: 0 0 0 .2rem #d1d5db;
    box-shadow: 0 0 0 .2rem #d1d5db;
    -webkit-transition: background .2s ease-in;
    transition: background .2s ease-in
}

.form-radio input[type=radio]:checked+.form-radio__button {
    --bg-opacity: 1;
    background-color: #005f93;
    background-color: rgba(0,95,147,var(--bg-opacity))
}

.form-radio input[type=radio]:checked:disabled+.form-radio__button {
    --bg-opacity: 1;
    background-color: #d1d5db;
    background-color: rgba(209,213,219,var(--bg-opacity))
}

.form-radio input[type=radio]:focus+.form-radio__button {
    --bg-opacity: 1;
    background-color: #1a4b69;
    background-color: rgba(26,75,105,var(--bg-opacity))
}

.form-radio input[type=radio]:disabled+.form-radio__button {
    cursor: not-allowed
}

.form-radio--default input[type=radio]+.form-radio__button {
    margin-left: 0
}

.btn {
    padding: .75rem 1.25rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    border-radius: .375rem;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn.btn--sm {
    padding: .5rem 1rem;
    font-size: .875rem
}

.btn.btn--lg {
    padding: 1rem 1.5rem;
    font-size: 1.125rem
}

.btn.btn--primary {
    --bg-opacity: 1;
    background-color: #f7c929;
    background-color: rgba(247,201,41,var(--bg-opacity));
    --text-opacity: 1;
    color: #005f93;
    color: rgba(0,95,147,var(--text-opacity));
    --border-opacity: 1;
    border: 1px solid #f7c929;
    border-color: rgba(247,201,41,var(--border-opacity))
}

.btn.btn--primary:active,.btn.btn--primary:active:focus,.btn.btn--primary:active:hover,.btn.btn--primary:focus,.btn.btn--primary:hover {
    --bg-opacity: 1;
    background-color: #dd9a06;
    background-color: rgba(221,154,6,var(--bg-opacity));
    --border-opacity: 1;
    border-color: #dd9a06;
    border-color: rgba(221,154,6,var(--border-opacity));
    --text-opacity: 1;
    color: #005f93;
    color: rgba(0,95,147,var(--text-opacity))
}

.btn.btn--secondary {
    --bg-opacity: 1;
    background-color: #005f93;
    background-color: rgba(0,95,147,var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity));
    --border-opacity: 1;
    border: 1px solid #005f93;
    border-color: rgba(0,95,147,var(--border-opacity))
}

.btn.btn--secondary:active,.btn.btn--secondary:active:focus,.btn.btn--secondary:active:hover,.btn.btn--secondary:focus,.btn.btn--secondary:hover {
    --bg-opacity: 1;
    background-color: #1a4b69;
    background-color: rgba(26,75,105,var(--bg-opacity));
    --border-opacity: 1;
    border-color: #1a4b69;
    border-color: rgba(26,75,105,var(--border-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity))
}

.btn.btn--warning {
    --border-opacity: 1;
    border: 1px solid #ed8936;
    border-color: rgba(237,137,54,var(--border-opacity))
}

.btn.btn--warning,.btn.btn--warning:active,.btn.btn--warning:active:focus,.btn.btn--warning:active:hover,.btn.btn--warning:focus,.btn.btn--warning:hover {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237,137,54,var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity))
}

.btn.btn--warning:active,.btn.btn--warning:active:focus,.btn.btn--warning:active:hover,.btn.btn--warning:focus,.btn.btn--warning:hover {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237,137,54,var(--border-opacity))
}

.btn.btn--success {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72,187,120,var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity));
    --border-opacity: 1;
    border: 1px solid #48bb78;
    border-color: rgba(72,187,120,var(--border-opacity))
}

.btn.btn--success:active,.btn.btn--success:active:focus,.btn.btn--success:active:hover,.btn.btn--success:focus,.btn.btn--success:hover {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56,161,105,var(--bg-opacity));
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56,161,105,var(--border-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity))
}

.btn.btn--teal {
    --border-opacity: 1;
    border: 1px solid #0db2a4;
    border-color: rgba(13,178,164,var(--border-opacity))
}

.btn.btn--teal,.btn.btn--teal:active,.btn.btn--teal:active:focus,.btn.btn--teal:active:hover,.btn.btn--teal:focus,.btn.btn--teal:hover {
    --bg-opacity: 1;
    background-color: #0db2a4;
    background-color: rgba(13,178,164,var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity))
}

.btn.btn--teal:active,.btn.btn--teal:active:focus,.btn.btn--teal:active:hover,.btn.btn--teal:focus,.btn.btn--teal:hover {
    --border-opacity: 1;
    border-color: #0db2a4;
    border-color: rgba(13,178,164,var(--border-opacity))
}

.btn.btn--skeleton {
    --text-opacity: 1;
    color: #005f93;
    color: rgba(0,95,147,var(--text-opacity));
    --border-opacity: 1;
    border: 1px solid #005f93;
    border-color: rgba(0,95,147,var(--border-opacity))
}

.btn.btn--skeleton:active,.btn.btn--skeleton:active:focus,.btn.btn--skeleton:active:hover,.btn.btn--skeleton:focus,.btn.btn--skeleton:hover {
    --border-opacity: 1;
    border-color: #1a4b69;
    border-color: rgba(26,75,105,var(--border-opacity));
    --text-opacity: 1;
    color: #005f93;
    color: rgba(0,95,147,var(--text-opacity));
    --bg-opacity: 1;
    background-color: #e3f7f8;
    background-color: rgba(227,247,248,var(--bg-opacity))
}

.btn.btn--disabled,.btn[disabled] {
    cursor: not-allowed;
    opacity: .6
}

.btn.btn--loading {
    position: relative
}

.btn.btn--loading,.btn.btn--loading:hover {
    color: transparent
}

.btn.btn--loading:after {
    width: 1.75rem;
    height: 1.75rem;
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' preserveAspectRatio='xMidYMid' style='background:0 0'%3E%3Ccircle cx='50' cy='50' fill='none' r='30' stroke='rgba(255, 255, 255, 0.5)' stroke-width='10'/%3E%3Ccircle cx='50' cy='50' fill='none' r='30' stroke='%23005F93' stroke-width='10' stroke-linecap='square' transform='rotate(417.97 50 50)'%3E%3CanimateTransform attributeName='transform' type='rotate' calcMode='linear' values='0 50 50;180 50 50;720 50 50' keyTimes='0;0.5;1' dur='1s' begin='0s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' calcMode='linear' values='18.84955592153876 169.64600329384882;94.2477796076938 94.24777960769377;18.84955592153876 169.64600329384882' keyTimes='0;0.5;1' dur='1' begin='0s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E");
    background-size: 100%;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.c-block {
    --bg-opacity: 1;
    background-color: #eef5fb;
    background-color: rgba(238,245,251,var(--bg-opacity));
    border-radius: .375rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.c-block:hover>.c-block__content {
    --bg-opacity: 1;
    background-color: #d9e9f6;
    background-color: rgba(217,233,246,var(--bg-opacity))
}

.c-block__img-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 72.25%
}

.c-block__img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c-block__content {
    padding: 1rem 2.5rem 1rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.c-block__content,.c-block__title {
    --text-opacity: 1;
    color: #005f93;
    color: rgba(0,95,147,var(--text-opacity))
}

.c-block__title {
    font-size: 1.25rem;
    font-family: proxima-nova-soft,Open Sans,sans-serif;
    font-weight: 700
}

.c-block__icon {
    width: 1.75rem;
    height: 1.75rem;
    position: absolute;
    right: 1rem
}

.footer {
    --bg-opacity: 1;
    background-color: #393838;
    background-color: rgba(57,56,56,var(--bg-opacity))
}

.footer__title {
    --text-opacity: 1;
    color: #f7c929;
    color: rgba(247,201,41,var(--text-opacity));
    font-family: proxima-nova-soft,Open Sans,sans-serif;
    font-weight: 700;
    font-size: 1.25rem
}

.footer__link {
    --text-opacity: 1;
    color: #d1d5db;
    color: rgba(209,213,219,var(--text-opacity));
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.footer__link:hover {
    --text-opacity: 1;
    color: #f3f4f6;
    color: rgba(243,244,246,var(--text-opacity))
}

.nav {
    --bg-opacity: 1;
    background-color: #005f93;
    background-color: rgba(0,95,147,var(--bg-opacity));
    -webkit-box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);
    z-index: 50
}

.nav__link {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity));
    --border-opacity: 1;
    border-color: #005f93;
    border-color: rgba(0,95,147,var(--border-opacity));
    border-style: solid;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.nav__link:hover {
    --bg-opacity: 1;
    background-color: #1a4b69;
    background-color: rgba(26,75,105,var(--bg-opacity));
    --border-opacity: 1;
    border-color: #f7c929;
    border-color: rgba(247,201,41,var(--border-opacity))
}

.nav__link--lg {
    padding: 1.25rem 1.5rem 1rem;
    border-bottom-width: 4px
}

.nav__link--sm {
    padding: 1rem 1.25rem 1rem 1rem;
    border-left-width: 4px;
    font-size: .875rem
}

.breadcrumb {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity))
}

.breadcrumb__container {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumb__link {
    --text-opacity: 1;
    color: #005f93;
    color: rgba(0,95,147,var(--text-opacity));
    font-weight: 700;
    font-size: 1.125rem
}

.breadcrumb__icon {
    padding-left: .75rem;
    padding-right: .75rem;
    --text-opacity: 1;
    color: #9ca3af;
    color: rgba(156,163,175,var(--text-opacity))
}

.breadcrumb__icon-img {
    width: 1.5rem;
    height: 1.5rem
}

.breadcrumb__link--current {
    --text-opacity: 1;
    color: #374151;
    color: rgba(55,65,81,var(--text-opacity))
}

.c-card {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity));
    border-radius: .375rem;
    -webkit-box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)
}

.c-card__header {
    padding: 1rem 1.5rem;
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
    --border-opacity: 1;
    border-color: #f3f4f6;
    border-bottom: 2px;
    border-color: rgba(243,244,246,var(--border-opacity));
    border-style: solid
}

.c-card__title {
    font-weight: 700;
    --text-opacity: 1;
    color: #005f93;
    color: rgba(0,95,147,var(--text-opacity));
    font-size: 1.125rem
}

.c-card__body {
    padding: 1rem 1.5rem;
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem
}

.c-section-page {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media(min-width: 768px) {
    .c-section--xs {
        width:20rem
    }
}

.c-scheme-title {
    --text-opacity: 1;
    color: #005f93;
    color: rgba(0,95,147,var(--text-opacity));
    font-size: 1.25rem;
    font-family: proxima-nova-soft,Open Sans,sans-serif;
    margin-bottom: 1rem
}

.c-scheme-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.c-scheme-point {
    margin-right: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    --bg-opacity: 1;
    background-color: #005f93;
    background-color: rgba(0,95,147,var(--bg-opacity));
    border-radius: 9999px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700
}

.c-scheme-sub-point {
    background-color: #187cb3;
    background-color: rgba(24,124,179,var(--bg-opacity))
}

.c-scheme-sub-point,.c-scheme-sub-point-2 {
    margin-right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    --bg-opacity: 1;
    border-radius: 9999px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700
}

.c-scheme-sub-point-2 {
    background-color: #4ac1dd;
    background-color: rgba(74,193,221,var(--bg-opacity))
}

.alert {
    border-radius: .375rem;
    padding: .75rem 1.25rem 1rem;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)
}

.alert__title {
    font-family: proxima-nova-soft,Open Sans,sans-serif;
    font-size: 1.125rem;
    font-weight: 700
}

.alert__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.alert--primary {
    border-top: 5px solid #005f93
}

.alert--primary .alert__close button,.alert--primary .alert__title {
    color: #005f93
}

.alert--success {
    border-top: 5px solid #38a169
}

.alert--success .alert__close button,.alert--success .alert__title {
    color: #38a169
}

.alert--warning {
    border-top: 5px solid #ed8936
}

.alert--warning .alert__close button,.alert--warning .alert__title {
    color: #ed8936
}

.alert--danger {
    border-top: 5px solid #e53e3e
}

.alert--danger .alert__close button,.alert--danger .alert__title {
    color: #e53e3e
}

.alert--teal {
    border-top: 5px solid #0db2a4
}

.alert--teal .alert__close button,.alert--teal .alert__title {
    color: #0db2a4
}

.c-video {
    position: relative;
    padding-top: 56.25%;
    border-radius: 5px;
    overflow: hidden
}

.c-video-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.c-video-overlay.loading {
    --bg-opacity: 1;
    background-color: #6b7280;
    background-color: rgba(107,114,128,var(--bg-opacity))
}

.c-video-overlay__img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.c-video-overlay__img,.c-video-overlay__img:after,.c-video-overlay__img img {
    width: 100%;
    height: 100%
}

.c-video-overlay__img:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 -50px 50px rgba(0,0,0,.5);
    box-shadow: inset 0 -50px 50px rgba(0,0,0,.5)
}

.c-video-overlay__about,.c-video-overlay__img,.c-video-overlay__img:after,.c-video-overlay__title {
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.c-video-overlay__about {
    --text-opacity: 1;
    color: #f0d63c;
    color: rgba(240,214,60,var(--text-opacity));
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    z-index: 2;
    letter-spacing: 2.5px;
    margin-bottom: .25rem
}

.c-video-overlay__title {
    z-index: 2;
    color: #fff;
    font-size: 1.1rem;
    text-shadow: 0 5px 5px rgba(0,0,0,.2)
}

.c-video-overlay__btn {
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    z-index: 2;
    background: none;
    border: none
}

.c-video-overlay__btn img {
    width: 50px;
    height: 50px
}

.c-video-contents {
    top: 0;
    position: absolute
}

.c-video-contents,.c-video-contents__video {
    width: 100%;
    height: 100%
}

.c-video:hover .c-video-overlay__btn,.c-video:hover .c-video-overlay__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.c-video:hover .c-video-overlay__btn {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.c-video:hover .c-video-overlay__about,.c-video:hover .c-video-overlay__title {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0
}

.c-video:hover .c-video-overlay__img:after {
    background: rgba(0,0,0,.3)
}

.c-home-video iframe,.c-home-video video {
    width: 71vw;
    height: 40vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 1334px;
    max-height: 750px
}

.space-y-2>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--space-y-reverse))
}

.space-y-3>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem*(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem*var(--space-y-reverse))
}

.space-y-4>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem*var(--space-y-reverse))
}

.space-y-6>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--space-y-reverse))
}

.space-y-8>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem*var(--space-y-reverse))
}

.space-y-10>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--space-y-reverse))
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
}

.bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0,0,0,var(--bg-opacity))
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity))
}

.bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243,244,246,var(--bg-opacity))
}

.bg-yellow-400 {
    --bg-opacity: 1;
    background-color: #f7c929;
    background-color: rgba(247,201,41,var(--bg-opacity))
}

.bg-blue-100 {
    --bg-opacity: 1;
    background-color: #e3f7f8;
    background-color: rgba(227,247,248,var(--bg-opacity))
}

.bg-blue-700 {
    --bg-opacity: 1;
    background-color: #005f93;
    background-color: rgba(0,95,147,var(--bg-opacity))
}

.bg-blue-800 {
    --bg-opacity: 1;
    background-color: #1a4b69;
    background-color: rgba(26,75,105,var(--bg-opacity))
}

.bg-charcoal {
    --bg-opacity: 1;
    background-color: #393838;
    background-color: rgba(57,56,56,var(--bg-opacity))
}

.bg-charcoalDark {
    --bg-opacity: 1;
    background-color: #2c2c2c;
    background-color: rgba(44,44,44,var(--bg-opacity))
}

.bg-bannerGrey {
    --bg-opacity: 1;
    background-color: #636363;
    background-color: rgba(99,99,99,var(--bg-opacity))
}

.bg-opacity-40 {
    --bg-opacity: 0.4
}

.border-collapse {
    border-collapse: collapse
}

.border-gray-400 {
    --border-opacity: 1;
    border-color: #9ca3af;
    border-color: rgba(156,163,175,var(--border-opacity))
}

.border-teal {
    --border-opacity: 1;
    border-color: #0db2a4;
    border-color: rgba(13,178,164,var(--border-opacity))
}

.border-blue-600 {
    --border-opacity: 1;
    border-color: #187cb3;
    border-color: rgba(24,124,179,var(--border-opacity))
}

.hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #6b7280;
    border-color: rgba(107,114,128,var(--border-opacity))
}

.rounded {
    border-radius: .25rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-xl {
    border-radius: .75rem
}

.border-solid {
    border-style: solid
}

.border-none {
    border-style: none
}

.border-2 {
    border-width: 2px
}

.border {
    border-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.flex-row {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-col,.flex-row {
    -webkit-box-direction: normal
}

.flex-col {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

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

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.self-start {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.flex-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flex-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.font-display {
    font-family: proxima-nova-soft,Open Sans,sans-serif
}

.font-thin {
    font-weight: 200
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.h-4 {
    height: 1rem
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-full {
    height: 100%
}

.text-xs {
    font-size: .75rem
}

.text-sm {
    font-size: .875rem
}

.text-base {
    font-size: 1rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.25rem
}

.text-2xl {
    font-size: 1.5rem
}

.text-3xl {
    font-size: 1.875rem
}

.text-4xl {
    font-size: 2.25rem
}

.leading-tight {
    line-height: 1.25
}

.m-2 {
    margin: .5rem
}

.m-5 {
    margin: 1.25rem
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mt-0, .mt-0 li+li {
    margin-top: 0
}

.mt-1, .mt-1 li+li {
    margin-top: .25rem
}

.mb-1 {
    margin-bottom: .25rem
}

.ml-1 {
    margin-left: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.ml-2 {
    margin-left: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mb-3 {
    margin-bottom: .75rem
}

.ml-3 {
    margin-left: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mr-4 {
    margin-right: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.ml-4 {
    margin-left: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mt-10 {
    margin-top: 2.5rem
}

.ml-10 {
    margin-left: 2.5rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mt-14 {
    margin-top: 3.5rem
}

.mb-14 {
    margin-bottom: 3.5rem
}

.mt-auto {
    margin-top: auto
}

.mr-auto {
    margin-right: auto
}

.ml-auto {
    margin-left: auto
}

.max-w-lg {
    max-width: 32rem
}

.max-w-3xl {
    max-width: 48rem
}

.min-h-screen {
    min-height: 100vh
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.overflow-hidden {
    overflow: hidden
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.pb-0 {
    padding-bottom: 0
}

.pt-2 {
    padding-top: .5rem
}

.pt-4 {
    padding-top: 1rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.pr-8 {
    padding-right: 2rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pt-10 {
    padding-top: 2.5rem
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.top-6 {
    top: 1.5rem
}

.shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)
}

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

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

.focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66,153,225,.5);
    box-shadow: 0 0 0 3px rgba(66,153,225,.5)
}

.table-auto {
    table-layout: auto
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity))
}

.text-gray-600 {
    --text-opacity: 1;
    color: #4b5563;
    color: rgba(75,85,99,var(--text-opacity))
}

.text-blue-200 {
    --text-opacity: 1;
    color: #bfedf0;
    color: rgba(191,237,240,var(--text-opacity))
}

.text-blue-600 {
    --text-opacity: 1;
    color: #187cb3;
    color: rgba(24,124,179,var(--text-opacity))
}

.text-blue-700 {
    --text-opacity: 1;
    color: #005f93;
    color: rgba(0,95,147,var(--text-opacity))
}

.hover\:text-yellow-400:hover {
    --text-opacity: 1;
    color: #f7c929;
    color: rgba(247,201,41,var(--text-opacity))
}

.hover\:text-blue-700:hover {
    --text-opacity: 1;
    color: #005f93;
    color: rgba(0,95,147,var(--text-opacity))
}

.hover\:text-blue-800:hover {
    --text-opacity: 1;
    color: #1a4b69;
    color: rgba(26,75,105,var(--text-opacity))
}

.uppercase {
    text-transform: uppercase
}

.underline {
    text-decoration: underline
}

.tracking-tight {
    letter-spacing: -.025em
}

.align-top {
    vertical-align: top
}

.w-4 {
    width: 1rem
}

.w-6 {
    width: 1.5rem
}

.w-8 {
    width: 2rem
}

.w-12 {
    width: 3rem
}

.w-auto {
    width: auto
}

.w-3\/6 {
    width: 50%
}

.w-full {
    width: 100%
}

.z-50 {
    z-index: 50
}

.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes ping {
    75%,to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {
    75%,to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {
    0%,to {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8,0,1,1);
        animation-timing-function: cubic-bezier(.8,0,1,1)
    }

    50% {
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
        animation-timing-function: cubic-bezier(0,0,.2,1)
    }
}

@keyframes bounce {
    0%,to {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8,0,1,1);
        animation-timing-function: cubic-bezier(.8,0,1,1)
    }

    50% {
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
        animation-timing-function: cubic-bezier(0,0,.2,1)
    }
}

.text-shadow {
    text-shadow: 0 2px 2px rgba(0,0,0,.25)
}

.whitespace-nowrap {
    white-space: nowrap
}

:is(p,h1,h2,h3,h4,h5,h6,em):not(.footer__title)>a[href] {
    text-decoration: underline
}

.prismic-content>ul {
    list-style-type: disc;
    padding-left: .75rem;
    padding-right: .75rem
}

@media(min-width: 1400px) {
    .lg\:flex {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 768px) {
    .sm\:container {
        width:100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
        max-width: 768px;
        padding-right: 2rem;
        padding-left: 2rem
    }

    @media (min-width: 992px) {
        .sm\:container {
            max-width:992px
        }
    }

    @media (min-width: 1200px) {
        .sm\:container {
            max-width:1200px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    @media (min-width: 1278px) {
        .sm\:container {
            max-width:1278px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    @media (min-width: 1400px) {
        .sm\:container {
            max-width:1400px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    .sm\:h-8 {
        height: 2rem
    }
}

@media (min-width: 992px) {
    .md\:container {
        width:100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem
    }

    @media (min-width: 768px) {
        .md\:container {
            max-width:768px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    @media (min-width: 992px) {
        .md\:container {
            max-width:992px
        }
    }

    @media (min-width: 1200px) {
        .md\:container {
            max-width:1200px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    @media (min-width: 1278px) {
        .md\:container {
            max-width:1278px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    @media (min-width: 1400px) {
        .md\:container {
            max-width:1400px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    .md\:space-y-0>:not(template)~:not(template) {
        --space-y-reverse: 0;
        margin-top: calc(0px*(1 - var(--space-y-reverse)));
        margin-bottom: calc(0px*var(--space-y-reverse))
    }

    .md\:space-x-2>:not(template)~:not(template) {
        --space-x-reverse: 0;
        margin-right: calc(0.5rem*var(--space-x-reverse));
        margin-left: calc(0.5rem*(1 - var(--space-x-reverse)))
    }

    .md\:space-x-6>:not(template)~:not(template) {
        --space-x-reverse: 0;
        margin-right: calc(1.5rem*var(--space-x-reverse));
        margin-left: calc(1.5rem*(1 - var(--space-x-reverse)))
    }

    .md\:space-x-8>:not(template)~:not(template) {
        --space-x-reverse: 0;
        margin-right: calc(2rem*var(--space-x-reverse));
        margin-left: calc(2rem*(1 - var(--space-x-reverse)))
    }

    .md\:space-x-12>:not(template)~:not(template) {
        --space-x-reverse: 0;
        margin-right: calc(3rem*var(--space-x-reverse));
        margin-left: calc(3rem*(1 - var(--space-x-reverse)))
    }

    .md\:bg-white {
        --bg-opacity: 1;
        background-color: #fff;
        background-color: rgba(255,255,255,var(--bg-opacity))
    }

    .md\:border-yellow-400 {
        --border-opacity: 1;
        border-color: #f7c929;
        border-color: rgba(247,201,41,var(--border-opacity))
    }

    .md\:border-t-4 {
        border-top-width: 4px
    }

    .md\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .md\:table-cell {
        display: table-cell
    }

    .md\:hidden {
        display: none
    }

    .md\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .md\:items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .md\:justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .md\:h-10 {
        height: 2.5rem
    }

    .md\:text-base {
        font-size: 1rem
    }

    .md\:text-xl {
        font-size: 1.25rem
    }

    .md\:text-2xl {
        font-size: 1.5rem
    }

    .md\:text-3xl {
        font-size: 1.875rem
    }

    .md\:text-5xl {
        font-size: 3rem
    }

    .md\:leading-relaxed {
        line-height: 1.625
    }

    .md\:mx-2 {
        margin-left: .5rem;
        margin-right: .5rem
    }

    .md\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:mr-8 {
        margin-right: 2rem
    }

    .md\:max-w-sm {
        max-width: 24rem
    }

    .md\:max-w-md {
        max-width: 28rem
    }

    .md\:p-8 {
        padding: 2rem
    }

    .md\:p-12 {
        padding: 3rem
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .md\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .md\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }

    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .md\:pt-4 {
        padding-top: 1rem
    }

    .md\:pt-8 {
        padding-top: 2rem
    }

    .md\:pb-8 {
        padding-bottom: 2rem
    }

    .md\:pt-12 {
        padding-top: 3rem
    }

    .md\:pb-12 {
        padding-bottom: 3rem
    }

    .md\:pt-14 {
        padding-top: 3.5rem
    }

    .md\:pb-14 {
        padding-bottom: 3.5rem
    }

    .md\:sticky {
        position: sticky
    }

    .md\:shadow-md {
        -webkit-box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
        box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)
    }

    .md\:text-center {
        text-align: center
    }

    .md\:w-52 {
        width: 13rem
    }

    .md\:w-80 {
        width: 20rem
    }

    .md\:w-auto {
        width: auto
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:w-2\/6 {
        width: 33.333333%
    }

    .md\:w-3\/12 {
        width: 25%
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media (min-width: 1200px) {
    .lg\:container {
        width:100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem
    }

    @media (min-width: 768px) {
        .lg\:container {
            max-width:768px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    @media (min-width: 992px) {
        .lg\:container {
            max-width:992px
        }
    }

    @media (min-width: 1200px) {
        .lg\:container {
            max-width:1200px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    @media (min-width: 1278px) {
        .lg\:container {
            max-width:1278px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    @media (min-width: 1400px) {
        .lg\:container {
            max-width:1400px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    .lg\:border-b-0 {
        border-bottom-width: 0
    }

    .lg\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:flex-grow-0 {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .lg\:ml-10 {
        margin-left: 2.5rem
    }

    .lg\:max-w-lg {
        max-width: 32rem
    }

    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .lg\:inset-y-0 {
        top: 0;
        bottom: 0
    }

    .lg\:right-6 {
        right: 1.5rem
    }

    .lg\:w-auto {
        width: auto
    }
}

@media (min-width: 1278px) {
    .xl\:container {
        width:100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem
    }

    @media (min-width: 768px) {
        .xl\:container {
            max-width:768px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    @media (min-width: 992px) {
        .xl\:container {
            max-width:992px
        }
    }

    @media (min-width: 1200px) {
        .xl\:container {
            max-width:1200px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    @media (min-width: 1278px) {
        .xl\:container {
            max-width:1278px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    @media (min-width: 1400px) {
        .xl\:container {
            max-width:1400px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }
}

@media (min-width: 1400px) {
    .\32xl\:container {
        width:100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem
    }

    @media (min-width: 768px) {
        .\32xl\:container {
            max-width:768px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    @media (min-width: 992px) {
        .\32xl\:container {
            max-width:992px
        }
    }

    @media (min-width: 1200px) {
        .\32xl\:container {
            max-width:1200px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    @media (min-width: 1278px) {
        .\32xl\:container {
            max-width:1278px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    @media (min-width: 1400px) {
        .\32xl\:container {
            max-width:1400px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }
}

@media print {
    .print\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem
    }

    @media (min-width: 768px) {
        .print\:container {
            max-width:768px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    @media (min-width: 992px) {
        .print\:container {
            max-width:992px
        }
    }

    @media (min-width: 1200px) {
        .print\:container {
            max-width:1200px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    @media (min-width: 1278px) {
        .print\:container {
            max-width:1278px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    @media (min-width: 1400px) {
        .print\:container {
            max-width:1400px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    .print\:hidden {
        display: none
    }

    .print\:text-blue-700 {
        --text-opacity: 1;
        color: #005f93;
        color: rgba(0,95,147,var(--text-opacity))
    }
}

/*# sourceMappingURL=site.min.css.map*/
