/*@import url(https://use.typekit.net/unt5jpf.css);
*/
@font-face {
    font-family:"corporate-s";
    src: url("fonts/400.woff2") format("woff2");
    font-display:auto;
    font-style:normal;
    font-weight:400;
}

@font-face {
    font-family:"corporate-s";
    src: url("fonts/600.woff2") format("woff2");
    font-display:auto;
    font-style:normal;
    font-weight:600;
}

.tk-corporate-s { font-family: "corporate-s",sans-serif; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

hr {
    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 {
    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] {
    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;
    padding: 0
}

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: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

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

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

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
}

@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
    }
}

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

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

.bg-blue {
    --bg-opacity: 1;
    background-color: #005a9a;
    background-color: rgba(0, 90, 154, var(--bg-opacity))
}

.bg-green {
    --bg-opacity: 1;
    background-color: #95c230;
    background-color: rgba(149, 194, 48, var(--bg-opacity))
}

.bg-grey {
    --bg-opacity: 1;
    background-color: #58666a;
    background-color: rgba(88, 102, 106, var(--bg-opacity))
}

.bg-lightgrey {
    --bg-opacity: 1;
    background-color: #f7f7f7;
    background-color: rgba(247, 247, 247, var(--bg-opacity))
}

.bg-purple {
    --bg-opacity: 1;
    background-color: #9d1160;
    background-color: rgba(157, 17, 96, var(--bg-opacity))
}

.bg-red {
    --bg-opacity: 1;
    background-color: #cf0e5c;
    background-color: rgba(207, 14, 92, var(--bg-opacity))
}

.bg-orange {
    --bg-opacity: 1;
    background-color: #ee7326;
    background-color: rgba(238, 115, 38, var(--bg-opacity))
}

.bg-yellow {
    --bg-opacity: 1;
    background-color: #f7cf30;
    background-color: rgba(247, 207, 48, var(--bg-opacity))
}

.bg-turquoise {
    --bg-opacity: 1;
    background-color: #52bbb5;
    background-color: rgba(82, 187, 181, var(--bg-opacity))
}

.bg-darkgreen {
    --bg-opacity: 1;
    background-color: #21686a;
    background-color: rgba(33, 104, 106, var(--bg-opacity))
}

.bg-lightgreen {
    --bg-opacity: 1;
    background-color: #eff2e8;
    background-color: rgba(239, 242, 232, var(--bg-opacity))
}

.bg-atmo {
    --bg-opacity: 1;
    background-color: #5ba3bf;
    background-color: rgba(91, 163, 191, var(--bg-opacity))
}

.bg-terra {
    --bg-opacity: 1;
    background-color: #a67d4a;
    background-color: rgba(166, 125, 74, var(--bg-opacity))
}

.bg-mare {
    --bg-opacity: 1;
    background-color: #4e84a6;
    background-color: rgba(78, 132, 166, var(--bg-opacity))
}

.bg-infolightgrey {
    --bg-opacity: 1;
    background-color: #ebecec;
    background-color: rgba(235, 236, 236, var(--bg-opacity))
}

.bg-blueviolet {
    --bg-opacity: 1;
    background-color: #9678d2;
    background-color: rgba(150, 120, 210, var(--bg-opacity))
}

.bg-lightblue {
    --bg-opacity: 1;
    background-color: #2eb2fa;
    background-color: rgba(46, 178, 250, var(--bg-opacity))
}

.bg-violet {
    --bg-opacity: 1;
    background-color: #7030a0;
    background-color: rgba(112, 48, 160, var(--bg-opacity))
}

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

.border-blue {
    --border-opacity: 1;
    border-color: #005a9a;
    border-color: rgba(0, 90, 154, var(--border-opacity))
}

.border-green {
    --border-opacity: 1;
    border-color: #95c230;
    border-color: rgba(149, 194, 48, var(--border-opacity))
}

.border-grey {
    --border-opacity: 1;
    border-color: #58666a;
    border-color: rgba(88, 102, 106, var(--border-opacity))
}

.border-atmo {
    --border-opacity: 1;
    border-color: #5ba3bf;
    border-color: rgba(91, 163, 191, var(--border-opacity))
}

.border-terra {
    --border-opacity: 1;
    border-color: #a67d4a;
    border-color: rgba(166, 125, 74, var(--border-opacity))
}

.border-mare {
    --border-opacity: 1;
    border-color: #4e84a6;
    border-color: rgba(78, 132, 166, var(--border-opacity))
}

.border-infolightgrey {
    --border-opacity: 1;
    border-color: #ebecec;
    border-color: rgba(235, 236, 236, var(--border-opacity))
}

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

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

.rounded-full {
    border-radius: 9999px
}

.border-solid {
    border-style: solid
}

.border-dotted {
    border-style: dotted
}

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

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

.border {
    border-width: 1px
}

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

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

.border-t {
    border-top-width: 1px
}

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

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

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

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

.items-center {
    align-items: center
}

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

.justify-center {
    justify-content: center
}

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

.font-display {
    font-family: hermann, sans-serif
}

.font-semibold {
    font-weight: 600
}

.h-4 {
    height: 1rem
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-full {
    height: 100%
}

.text-xs {
    font-size: 12px;
    line-height: 16px
}

.text-sm {
    font-size: 14px;
    line-height: 20px
}

.text-lg {
    font-size: 20px;
    line-height: 28px
}

.text-xl {
    font-size: 25px;
    line-height: 34px
}

.text-2xl {
    font-size: 32px;
    line-height: 46px
}

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

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

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

.mx-3 {
    margin-left: .75rem;
    margin-right: .75rem
}

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

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

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

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

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

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

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

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

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

.mr-2 {
    margin-right: .5rem
}

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

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

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

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

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

.mr-5 {
    margin-right: 1.25rem
}

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

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

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

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

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

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

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

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

.ml-auto {
    margin-left: auto
}

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

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

.-ml-6 {
    margin-left: -1.5rem
}

.max-h-75 {
    max-height: 75vh
}

.max-h-90 {
    max-height: 90vh
}

.max-w-6xl {
    max-width: 72rem
}

.max-w-screen-lg {
    max-width: 1024px
}

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

.object-right-top {
    -o-object-position: right top;
    object-position: right top
}

.opacity-0 {
    opacity: 0
}

.opacity-25 {
    opacity: .25
}

.opacity-50 {
    opacity: .5
}

.opacity-75 {
    opacity: .75
}

.hover\:opacity-100:hover, .opacity-100 {
    opacity: 1
}

.overflow-hidden {
    overflow: hidden
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

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

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

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

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

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

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

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

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

.pl-1 {
    padding-left: .25rem
}

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

.pl-2 {
    padding-left: .5rem
}

.pl-3 {
    padding-left: .75rem
}

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

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

.pr-6 {
    padding-right: 1.5rem
}

.pl-6 {
    padding-left: 1.5rem
}

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

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

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

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

.pb-20 {
    padding-bottom: 5rem
}

.pointer-events-none {
    pointer-events: none
}

.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
}

.resize {
    resize: both
}

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

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

.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-blue {
    --text-opacity: 1;
    color: #005a9a;
    color: rgba(0, 90, 154, var(--text-opacity))
}

.text-green {
    --text-opacity: 1;
    color: #95c230;
    color: rgba(149, 194, 48, var(--text-opacity))
}

.text-grey {
    --text-opacity: 1;
    color: #58666a;
    color: rgba(88, 102, 106, var(--text-opacity))
}

.text-lightgrey {
    --text-opacity: 1;
    color: #f7f7f7;
    color: rgba(247, 247, 247, var(--text-opacity))
}

.text-midgrey {
    --text-opacity: 1;
    color: #7b878b;
    color: rgba(123, 135, 139, var(--text-opacity))
}

.text-purple {
    --text-opacity: 1;
    color: #9d1160;
    color: rgba(157, 17, 96, var(--text-opacity))
}

.text-red {
    --text-opacity: 1;
    color: #cf0e5c;
    color: rgba(207, 14, 92, var(--text-opacity))
}

.text-orange {
    --text-opacity: 1;
    color: #ee7326;
    color: rgba(238, 115, 38, var(--text-opacity))
}

.text-yellow {
    --text-opacity: 1;
    color: #f7cf30;
    color: rgba(247, 207, 48, var(--text-opacity))
}

.text-turquoise {
    --text-opacity: 1;
    color: #52bbb5;
    color: rgba(82, 187, 181, var(--text-opacity))
}

.text-darkgreen {
    --text-opacity: 1;
    color: #21686a;
    color: rgba(33, 104, 106, var(--text-opacity))
}

.text-atmo {
    --text-opacity: 1;
    color: #5ba3bf;
    color: rgba(91, 163, 191, var(--text-opacity))
}

.text-blueviolet {
    --text-opacity: 1;
    color: #9678d2;
    color: rgba(150, 120, 210, var(--text-opacity))
}

.text-lightblue {
    --text-opacity: 1;
    color: #2eb2fa;
    color: rgba(46, 178, 250, var(--text-opacity))
}

.text-violet {
    --text-opacity: 1;
    color: #7030a0;
    color: rgba(112, 48, 160, var(--text-opacity))
}

.hover\:text-green:hover {
    --text-opacity: 1;
    color: #95c230;
    color: rgba(149, 194, 48, var(--text-opacity))
}

.uppercase {
    text-transform: uppercase
}

.tracking-wider {
    letter-spacing: .05em
}

.tracking-widest {
    letter-spacing: .1em
}

.visible {
    visibility: visible
}

.break-words {
    overflow-wrap: break-word
}

.w-6 {
    width: 1.5rem
}

.w-8 {
    width: 2rem
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-1\/3 {
    width: 33.333333%
}

.w-2\/3 {
    width: 66.666667%
}

.w-11\/12 {
    width: 91.666667%
}

.w-full {
    width: 100%
}

.w-screen {
    width: 100vw
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-50 {
    z-index: 50
}

.gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem
}

.grid-flow-row {
    grid-auto-flow: row
}

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

.transform {
    --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;
    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))
}

.scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75
}

.rotate-90 {
    --transform-rotate: 90deg
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

.transition-opacity {
    transition-property: opacity
}

.duration-300 {
    transition-duration: .3s
}

.h1, h1 {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 3rem
}

.h1, .h2, h1, h2 {
    --text-opacity: 1;
    color: #005a9a;
    color: rgba(0, 90, 154, var(--text-opacity))
}

.h2, h2 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 2rem;
    padding-right: 5rem
}

.h3, h3 {
    font-size: 20px;
    line-height: 28px
}

.h3, .h4, h3, h4 {
    --text-opacity: 1;
    color: #005a9a;
    color: rgba(0, 90, 154, var(--text-opacity));
    margin-bottom: 1rem
}

.h4, h4 {
    font-size: 18px;
    line-height: 26px
}

p {
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    margin-bottom: 1rem
}

p, p a {
    --text-opacity: 1;
    font-size: 18px;
    line-height: 26px
}

p a {
    color: #005a9a;
    color: rgba(0, 90, 154, var(--text-opacity));
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #95c230;
    border-color: rgba(149, 194, 48, var(--border-opacity));
    background-repeat: no-repeat;
    padding-bottom: 2px;
    transition: all .3s
}

p a:hover {
    --text-opacity: 1;
    color: #95c230;
    color: rgba(149, 194, 48, var(--text-opacity));
    padding-bottom: 0
}

a.hmc-link {
    --text-opacity: 1;
    color: #005a9a;
    color: rgba(0, 90, 154, var(--text-opacity));
    font-size: 18px;
    line-height: 26px;
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #95c230;
    border-color: rgba(149, 194, 48, var(--border-opacity));
    padding-left: 1rem;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23EBEBEB' d='M-150-647h1440v1814H-150z'/%3E%3Cpath fill='%23FFF' d='M-30-257h380V63H-30z'/%3E%3Cpath d='M1.354.646L4.707 4 1.354 7.354l-.708-.708L3.293 4 .646 1.354l.708-.708zm5 0L9.707 4 6.354 7.354l-.708-.708L8.293 4 5.646 1.354l.708-.708z' fill='%2394C12D' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
    background-position: left 12px;
    padding-bottom: 2px;
    transition: all .3s
}

a.hmc-link:hover {
    --text-opacity: 1;
    color: #95c230;
    color: rgba(149, 194, 48, var(--text-opacity));
    padding-bottom: 0
}

article ul, section ul {
    margin-bottom: 10px
}

article ul li p, section ul li p, section ul li {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 42px;
    font-size: 18px;
}

article ul li p:before, section ul li p:before, section ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 22px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    --bg-opacity: 1;
    background-color: #95c230;
    background-color: rgba(149, 194, 48, var(--bg-opacity))
}

.hmc-btn {
    border-width: 1px;
    --border-opacity: 1;
    border-color: #005a9a;
    border-color: rgba(0, 90, 154, var(--border-opacity));
    padding: .5rem 1.5rem;
    --text-opacity: 1;
    color: #005a9a;
    color: rgba(0, 90, 154, var(--text-opacity));
    border-radius: .5rem;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .1em;
    transition: all .3s
}

.hmc-btn:hover {
    --bg-opacity: 1;
    background-color: #005a9a;
    background-color: rgba(0, 90, 154, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.modal {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif
}

.modal__overlay {
    position: fixed;
    z-index: 2001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center
}

.modal__container {
    background-color: #fff;
    padding: 30px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box
}

.modal__close {
    background: transparent;
    min-width: 25px;
    border: 0
}

.modal__header .modal__close:before {
    content: "\2715"
}

.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, .8)
}

.modal__btn {
    font-size: .875rem;
    padding: .5rem 1rem;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform .25s ease-out
}

.modal__btn:focus, .modal__btn:hover {
    transform: scale(1.05)
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff
}

@-webkit-keyframes mmfadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes mmfadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes mmfadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes mmfadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes mmslideIn {
    0% {
        transform: translateY(15%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes mmslideIn {
    0% {
        transform: translateY(15%)
    }
    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes mmslideOut {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(-10%)
    }
}

@keyframes mmslideOut {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(-10%)
    }
}

.micromodal-slide {
    display: none
}

.micromodal-slide.is-open {
    display: block
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
    -webkit-animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
    animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=false] .modal__container {
    -webkit-animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
    -webkit-animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
    animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__container {
    -webkit-animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
    will-change: transform
}

.embla {
    overflow: hidden
}

.embla__container {
    display: flex;
    margin-left: -24px
}

.embla__slide {
    position: relative;
    flex: 0 0 100%;
    padding-left: 24px;
    cursor: -webkit-grab;
    cursor: grab
}

.embla__viewport:before {
    display: none;
    content:'{ "loop": false, "align": "start", "slidesToScroll": 1, }'
}

@media (min-width:768px) {
    .embla__slide {
        position: relative;
        flex: 0 0 50%
    }
    .embla__viewport:before {
        content:'{ "loop": false, "align": "start", "slidesToScroll": 2, }'
    }
}

@media (min-width:1024px) {
    .embla__slide {
        position: relative;
        flex: 0 0 33%
    }
    .embla__viewport:before {
        content:'{ "loop": false, "align": "start", "slidesToScroll": 3, }'
    }
}

@media (min-width:1280px) {
    .embla__slide {
        position: relative;
        flex: 0 0 25%
    }
    .embla__viewport:before {
        content:'{ "loop": false, "align": "start", "slidesToScroll": 4, }'
    }
}

.embla__dots {
    list-style: none;
    justify-content: center;
    height: 100%
}

.embla__dot, .embla__dots {
    display: flex;
    align-items: center
}

.embla__dot {
    background-color: transparent;
    cursor: pointer;
    position: relative;
    padding: 0;
    outline: 0;
    border: 0;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    margin-right: 7.5px;
    margin-left: 7.5px
}

.embla__dot:after {
    background-color: #bfc3c5;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    content: ""
}

.embla__dot.is-selected:after {
    background-color: #57666a;
    opacity: 1
}

body {
    font-family: corporate-s, sans-serif;
    box-sizing: border-box;
    --bg-opacity: 1;
    background-color: #005a9a;
    background-color: rgba(0, 90, 154, var(--bg-opacity))
}

.container {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

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

.multiply {
    mix-blend-mode: multiply
}

.greyscale-100 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.bg-gradient {
    background-image: linear-gradient(270deg, rgba(0, 147, 202, 0) 1%, currentColor)
}

.embed-responsive {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 56.25%
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.infographic-grid {
    display: grid;
    grid-template-columns: 3em 1fr;
    grid-template-rows: repeat(12, -webkit-min-content);
    grid-template-rows: repeat(12, min-content)
}

.row-1 {
    grid-area: 4/2/13/3
}

.atmo {
    grid-area: 1/1/2/3
}

.terra {
    grid-area: 2/1/3/3
}

.mare {
    grid-area: 3/1/4/3
}

.stage-1 {
    grid-area: 4/1/7/2
}

.stage-2 {
    grid-area: 7/1/10/2
}

.stage-3 {
    grid-area: 10/1/13/2
}

.card-wrapper-1 {
    grid-area: 4/2/6/3
}

.card-wrapper-2 {
    grid-area: 6/2/8/3
}

.card-wrapper-3-4 {
    grid-area: 8/2/11/3
}

.card-wrapper-5 {
    grid-area: 11/2/13/3
}

.card-wrapper-3 {
    grid-area: 8/2/9/3
}

.card-wrapper-4 {
    grid-area: 9/2/11/3
}

.stage-1:after, .stage-1:before, .stage-2:before, .stage-3:after, .stage-3:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: -6px;
    bottom: -5px;
    z-index: 1;
    --bg-opacity: 1;
    background-color: #95c230;
    background-color: rgba(149, 194, 48, var(--bg-opacity))
}

@media (max-width:1023px) {
    .stage-1:after {
        top: -5px
    }
}

.stage-3:after {
    left: unset;
    right: -6px
}

@media screen and (max-width:1024px) {
    .stage-1, .stage-2, .stage-3 {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-text-orientation: mixed;
        text-orientation: mixed
    }
}

@media screen and (min-width:768px) {
    .infographic-grid {
        grid-template-columns: 4rem 3rem repeat(7, 1fr) 3rem;
        grid-template-rows: 6rem repeat(9, -webkit-min-content);
        grid-template-rows: 6rem repeat(9, min-content)
    }
    .atmo {
        grid-area: 1/2/1/5
    }
    .terra {
        grid-area: 1/5/1/8
    }
    .mare {
        grid-area: 1/8/1/11
    }
    .stage-1 {
        grid-area: 2/1/5/1
    }
    .stage-2 {
        grid-area: 5/1/8/1
    }
    .stage-3 {
        grid-area: 8/1/11/1
    }
    .row-1 {
        grid-area: 2/2/11/5
    }
    .row-2 {
        grid-area: 2/5/11/8
    }
    .row-3 {
        grid-area: 2/8/11/11
    }
    .card-wrapper-1 {
        grid-area: 2/3/4/7
    }
    .card-wrapper-2 {
        grid-area: 4/4/6/8
    }
    .card-wrapper-3 {
        grid-area: 6/3/8/7
    }
    .card-wrapper-3-4 {
        grid-area: 6/4/10/8
    }
    .card-wrapper-4 {
        grid-area: 8/4/10/8
    }
    .card-wrapper-5 {
        grid-area: 10/6/11/10
    }
}

@media screen and (min-width:1024px) {
    .infographic-grid {
        grid-template-columns: repeat(10, 1fr);
        grid-template-rows: 4rem repeat(9, -webkit-min-content);
        grid-template-rows: 4rem repeat(9, min-content)
    }
    .stage-1 {
        grid-area: 1/2/2/5
    }
    .stage-1:before, .stage-2:before, .stage-3:after, .stage-3:before {
        left: -6px;
        bottom: -5px
    }
    .stage-3:after {
        left: unset;
        right: -6px
    }
    .stage-2 {
        grid-area: 1/5/2/8
    }
    .stage-3 {
        grid-area: 1/8/2/11
    }
    .atmo {
        grid-area: 2/1/5/2
    }
    .terra {
        grid-area: 5/1/8/2
    }
    .mare {
        grid-area: 8/1/11/2
    }
    .card-wrapper-1 {
        grid-area: 2/2/7/4
    }
    .card-wrapper-2 {
        grid-area: 2/4/7/6
    }
    .card-wrapper-3-4 {
        grid-area: 2/6/5/10
    }
    .card-wrapper-3 {
        grid-area: 3/6/7/8
    }
    .card-wrapper-4 {
        grid-area: 3/8/6/10
    }
    .row-1 {
        grid-area: 2/2/5/11
    }
    .row-2 {
        grid-area: 5/2/8/11
    }
    .row-3 {
        grid-area: 8/2/11/11
    }
    .card-wrapper-5 {
        grid-area: 6/9/11/11
    }
}

@media (min-width:640px) {
    .sm\:block {
        display: block
    }
    .sm\:flex {
        display: flex
    }
    .sm\:hidden {
        display: none
    }
    .sm\:text-3xl {
        font-size: 40px;
        line-height: 54px
    }
    .sm\:mb-0 {
        margin-bottom: 0
    }
    .sm\:mb-2 {
        margin-bottom: .5rem
    }
    .sm\:max-h-75 {
        max-height: 75vh
    }
    .sm\:pt-0 {
        padding-top: 0
    }
}

@media (min-width:768px) {
    .md\:border-r-3 {
        border-right-width: 3px
    }
    .md\:border-l-3 {
        border-left-width: 3px
    }
    .md\:flex {
        display: flex
    }
    .md\:justify-end {
        justify-content: flex-end
    }
    .md\:justify-between {
        justify-content: space-between
    }
    .md\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }
    .md\:mx-2 {
        margin-left: .5rem
    }
    .md\:mr-2, .md\:mx-2 {
        margin-right: .5rem
    }
    .md\:mb-2 {
        margin-bottom: .5rem
    }
    .md\:mt-4 {
        margin-top: 1rem
    }
    .md\:p-4 {
        padding: 1rem
    }
    .md\:p-16 {
        padding: 4rem
    }
    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .md\:pr-0 {
        padding-right: 0
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width:1024px) {
    .lg\:space-x-4>:not(template)~:not(template) {
        --space-x-reverse: 0;
        margin-right: calc(1rem*var(--space-x-reverse));
        margin-left: calc(1rem*(1 - var(--space-x-reverse)))
    }
    .lg\: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)))
    }
    .lg\:border-0 {
        border-width: 0
    }
    .lg\:border-t-0 {
        border-top-width: 0
    }
    .lg\:border-b-0 {
        border-bottom-width: 0
    }
    .lg\:border-r-2 {
        border-right-width: 2px
    }
    .lg\:border-l-2 {
        border-left-width: 2px
    }
    .lg\:border-t-3 {
        border-top-width: 3px
    }
    .lg\:border-b-3 {
        border-bottom-width: 3px
    }
    .lg\:flex-row {
        flex-direction: row
    }
    .lg\:flex-col {
        flex-direction: column
    }
    .lg\:h-20 {
        height: 5rem
    }
    .lg\:text-sm {
        font-size: 14px;
        line-height: 20px
    }
    .lg\:m-0 {
        margin: 0
    }
    .lg\:mr-0 {
        margin-right: 0
    }
    .lg\:mb-0 {
        margin-bottom: 0
    }
    .lg\:mb-2 {
        margin-bottom: .5rem
    }
    .lg\:mt-4 {
        margin-top: 1rem
    }
    .lg\:mr-4 {
        margin-right: 1rem
    }
    .lg\:mb-8 {
        margin-bottom: 2rem
    }
    .lg\:mt-10 {
        margin-top: 2.5rem
    }
    .lg\:mt-16 {
        margin-top: 4rem
    }
    .lg\:-mr-5 {
        margin-right: -1.25rem
    }
    .lg\:pt-0 {
        padding-top: 0
    }
    .lg\:pl-0 {
        padding-left: 0
    }
    .lg\:pt-4 {
        padding-top: 1rem
    }
    .lg\:pr-4 {
        padding-right: 1rem
    }
    .lg\:pl-4 {
        padding-left: 1rem
    }
    .lg\:pr-12 {
        padding-right: 3rem
    }
    .lg\:pr-20 {
        padding-right: 5rem
    }
    .lg\:right-0 {
        right: 0
    }
    .lg\:left-auto {
        left: auto
    }
    .lg\:w-20 {
        width: 5rem
    }
    .lg\:w-1\/2 {
        width: 50%
    }
    .lg\:w-1\/3 {
        width: 33.333333%
    }
    .lg\:w-2\/3 {
        width: 66.666667%
    }
    .lg\:w-1\/4 {
        width: 25%
    }
    .lg\:w-2\/4 {
        width: 50%
    }
    .lg\:w-3\/12 {
        width: 25%
    }
    .lg\:w-9\/12 {
        width: 75%
    }
    .lg\:w-full {
        width: 100%
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .lg\:rotate-0 {
        --transform-rotate: 0
    }
}

@media (min-width:1280px) {
    .xl\:block {
        display: block
    }
    .xl\:flex {
        display: flex
    }
    .xl\:hidden {
        display: none
    }
    .xl\:items-center {
        align-items: center
    }
    .xl\:justify-end {
        justify-content: flex-end
    }
    .xl\:text-base {
        font-size: 18px;
        line-height: 26px
    }
    .xl\:w-10\/12 {
        width: 83.333333%
    }
    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}