.typewriter h1 {
    font-family: monospace;
    border-right: .15em solid transparent;
    white-space: nowrap;
    -webkit-animation: blink-caret 1s step-end 124.5;
    animation: blink-caret 1s step-end 124.5
}

.appear-animation {
    opacity: 0;
    -webkit-animation-name: appear;
    animation-name: appear;
    -webkit-animation-delay: 124.5s;
    animation-delay: 124.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes blink-caret {
    0%,to {
        border-color: transparent
    }

    50% {
        border-color: orange
    }
}

@keyframes blink-caret {
    0%,to {
        border-color: transparent
    }

    50% {
        border-color: orange
    }
}

@-webkit-keyframes appear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes appear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/*
! tailwindcss v3.0.20 | MIT License | https://tailwindcss.com
*/
*,:after,:before {
    box-sizing: border-box;
    border: 0 solid #d0d0d1
}

:after,:before {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,pre,samp {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,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
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-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,p,pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,legend {
    padding: 0
}

menu,ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,textarea::-moz-placeholder {
    opacity: 1;
    color: #8c8e93
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    opacity: 1;
    color: #8c8e93
}

input::placeholder,textarea::placeholder {
    opacity: 1;
    color: #8c8e93
}

[role=button],button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

img,video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

html {
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    --tw-bg-opacity: 1;
    background-color: rgb(14 21 36/var(--tw-bg-opacity));
    font-family: ui-sans-serif,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;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

#__next,body,html {
    height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))
}

body {
    font-size: 1rem;
    line-height: 1.5rem
}

*,:after,:before {
    box-sizing: inherit
}

* {
    font-family: Lato
}

input:checked+div {
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(107 110 116/var(--tw-border-opacity))
}

input:checked+div svg {
    display: block
}

*,:after,:before {
    --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: rgb(59 130 246/0.5);
    --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%
}

@media (min-width: 480px) {
    .container {
        max-width:480px
    }
}

@media (min-width: 640px) {
    .container {
        max-width:640px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:768px
    }
}

@media (min-width: 1100px) {
    .container {
        max-width:1100px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1200px
    }
}

@media (min-width: 1536px) {
    .container {
        max-width:1536px
    }
}

.pointer-events-none {
    pointer-events: none
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: -webkit-sticky;
    position: sticky
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.bottom-0 {
    bottom: 0
}

.top-0 {
    top: 0
}

.left-4 {
    left: 1rem
}

.top-\[71px\] {
    top: 71px
}

.z-20 {
    z-index: 20
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.order-1 {
    order: 1
}

.order-none {
    order: 0
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.ml-2 {
    margin-left: .5rem
}

.mt-4 {
    margin-top: 1rem
}

.ml-4 {
    margin-left: 1rem
}

.mt-1 {
    margin-top: .25rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mt-2 {
    margin-top: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mt-\[40px\] {
    margin-top: 40px
}

.mt-14 {
    margin-top: 3.5rem
}

.ml-6 {
    margin-left: 1.5rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mt-3 {
    margin-top: .75rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mt-3\.5 {
    margin-top: .875rem
}

.mt-12 {
    margin-top: 3rem
}

.ml-auto {
    margin-left: auto
}

.\!block {
    display: block!important
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.hidden {
    display: none
}

.h-10 {
    height: 2.5rem
}

.h-8 {
    height: 2rem
}

.h-\[192px\] {
    height: 192px
}

.h-\[22px\] {
    height: 22px
}

.h-3 {
    height: .75rem
}

.h-\[2px\] {
    height: 2px
}

.h-auto {
    height: auto
}

.h-9 {
    height: 2.25rem
}

.h-\[calc\(100\%-32px\)\] {
    height: calc(100% - 32px)
}

.h-\[51\.2px\] {
    height: 51.2px
}

.h-full {
    height: 100%
}

.h-12 {
    height: 3rem
}

.max-h-\[400px\] {
    max-height: 400px
}

.max-h-0 {
    max-height: 0
}

.min-h-full {
    min-height: 100%
}

.min-h-\[50px\] {
    min-height: 50px
}

.w-\[300px\] {
    width: 300px
}

.w-\[192px\] {
    width: 192px
}

.w-full {
    width: 100%
}

.w-48 {
    width: 12rem
}

.w-\[22px\] {
    width: 22px
}

.w-3 {
    width: .75rem
}

.w-\[160px\] {
    width: 160px
}

.w-1 {
    width: .25rem
}

.w-5\/12 {
    width: 41.666667%
}

.w-11\/12 {
    width: 91.666667%
}

.w-8 {
    width: 2rem
}

.min-w-\[144px\] {
    min-width: 144px
}

.max-w-\[832px\] {
    max-width: 832px
}

.max-w-full {
    max-width: 100%
}

.max-w-\[539px\] {
    max-width: 539px
}

.max-w-\[558px\] {
    max-width: 558px
}

.max-w-\[320px\] {
    max-width: 320px
}

.flex-1 {
    flex: 1 1 0%
}

.flex-\[3\] {
    flex: 3
}

.flex-shrink-0 {
    flex-shrink: 0
}

.grow {
    flex-grow: 1
}

.rotate-180 {
    --tw-rotate: 180deg
}

.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))
}

.cursor-pointer {
    cursor: pointer
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.list-none {
    list-style-type: none
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-2 {
    gap: .5rem
}

.gap-8 {
    gap: 2rem
}

.gap-4 {
    gap: 1rem
}

.gap-1 {
    gap: .25rem
}

.gap-3 {
    gap: .75rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.gap-x-32 {
    -moz-column-gap: 8rem;
    column-gap: 8rem
}

.gap-y-6 {
    row-gap: 1.5rem
}

.space-x-6>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-1>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.25rem * var(--tw-space-y-reverse))
}

.space-y-10>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.whitespace-nowrap {
    white-space: nowrap
}

.rounded-1 {
    border-radius: 4px
}

.rounded-\[25px\] {
    border-radius: 25px
}

.rounded-t-2 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.rounded-b-2 {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.border,.border-\[1px\] {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-t {
    border-top-width: 1px
}

.border-muted-orange {
    --tw-border-opacity: 1;
    border-color: rgb(254 247 234/var(--tw-border-opacity))
}

.border-muted-red {
    --tw-border-opacity: 1;
    border-color: rgb(243 216 214/var(--tw-border-opacity))
}

.border-vba-green {
    --tw-border-opacity: 1;
    border-color: rgb(70 178 87/var(--tw-border-opacity))
}

.border-vba-orange {
    --tw-border-opacity: 1;
    border-color: rgb(255 131 16/var(--tw-border-opacity))
}

.border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgb(8 13 24/var(--tw-border-opacity))
}

.border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgb(30 42 69/var(--tw-border-opacity))
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(208 208 209/var(--tw-border-opacity))
}

.bg-muted-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(254 247 234/var(--tw-bg-opacity))
}

.bg-muted-red {
    --tw-bg-opacity: 1;
    background-color: rgb(243 216 214/var(--tw-bg-opacity))
}

.bg-muted-green {
    --tw-bg-opacity: 1;
    background-color: rgb(227 254 239/var(--tw-bg-opacity))
}

.bg-vba-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(255 131 16/var(--tw-bg-opacity))
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(8 13 24/var(--tw-bg-opacity))
}

.bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(14 21 36/var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top,var(--tw-gradient-stops))
}

.via-vba-orange {
    --tw-gradient-stops: var(--tw-gradient-from),#ff8310,var(--tw-gradient-to,rgb(255 131 16/0))
}

.fill-current {
    fill: currentColor
}

.stroke-current {
    stroke: currentColor
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.p-1\.5 {
    padding: .375rem
}

.p-1 {
    padding: .25rem
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-2\.5 {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-3\.5 {
    padding-top: .875rem;
    padding-bottom: .875rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-2\.5 {
    padding-left: .625rem;
    padding-right: .625rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
}

.py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
}

.\!py-\[9px\] {
    padding-top: 9px!important;
    padding-bottom: 9px!important
}

.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

.pr-2 {
    padding-right: .5rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pt-12 {
    padding-top: 3rem
}

.pt-8 {
    padding-top: 2rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pt-1\.5 {
    padding-top: .375rem
}

.pt-1 {
    padding-top: .25rem
}

.pt-7 {
    padding-top: 1.75rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.font-chakra {
    font-family: Chakra Petch,sans-serif
}

.text-lato-label01 {
    font-size: .75rem;
    line-height: 1.125rem;
    letter-spacing: -.2px
}

.text-lg {
    font-size: 1.125rem
}

.text-lg,.text-xl {
    line-height: 1.75rem
}

.text-xl {
    font-size: 1.25rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-lato-subHeading01 {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: -.2px
}

.text-lato-body03 {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -.2px
}

.text-lato-subHeading03 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    letter-spacing: -.2px
}

.text-lato-body02 {
    font-size: 1.125rem;
    line-height: 1.688rem;
    letter-spacing: -.2px
}

.font-medium {
    font-weight: 500
}

.font-bold {
    font-weight: 700
}

.font-light {
    font-weight: 300
}

.font-semibold {
    font-weight: 600
}

.font-extrabold {
    font-weight: 800
}

.uppercase {
    text-transform: uppercase
}

.leading-3 {
    line-height: .75rem
}

.leading-4 {
    line-height: 1rem
}

.leading-6 {
    line-height: 1.5rem
}

.text-vba-orange {
    --tw-text-opacity: 1;
    color: rgb(255 131 16/var(--tw-text-opacity))
}

.text-vba-red {
    --tw-text-opacity: 1;
    color: rgb(232 64 53/var(--tw-text-opacity))
}

.text-vba-green {
    --tw-text-opacity: 1;
    color: rgb(70 178 87/var(--tw-text-opacity))
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(8 13 24/var(--tw-text-opacity))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 110 116/var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-blue-100 {
    --tw-text-opacity: 1;
    color: rgb(116 125 146/var(--tw-text-opacity))
}

.text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgb(161 161 170/var(--tw-text-opacity))
}

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235/var(--tw-text-opacity))
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(140 142 147/var(--tw-text-opacity))
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(208 208 209/var(--tw-text-opacity))
}

.text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgb(113 113 122/var(--tw-text-opacity))
}

.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(140 142 147/var(--tw-placeholder-opacity))
}

.placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(140 142 147/var(--tw-placeholder-opacity))
}

.placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(140 142 147/var(--tw-placeholder-opacity))
}

.opacity-0 {
    opacity: 0
}

.shadow-xl {
    --tw-shadow: 0px 2px 20px hsla(0,0%,7%,0.35),0px 4px 5px hsla(0,0%,7%,0.1);
    --tw-shadow-colored: 0px 2px 20px var(--tw-shadow-color),0px 4px 5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.outline {
    outline-style: solid
}

.drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0/0.1)) drop-shadow(0 1px 1px rgb(0 0 0/0.06))
}

.drop-shadow,.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)
}

.backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-\[max-height\] {
    transition-property: max-height;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.ease-\[linear\] {
    transition-timing-function: linear
}

.focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246/var(--tw-border-opacity))
}

.hover\:cursor-default:hover {
    cursor: default
}

.hover\:border-landing-orange-hover:hover {
    --tw-border-opacity: 1;
    border-color: rgb(199 101 11/var(--tw-border-opacity))
}

.hover\:bg-landing-orange-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(199 101 11/var(--tw-bg-opacity))
}

.hover\:bg-none:hover {
    background-image: none
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.hover\:text-vba-orange:hover {
    --tw-text-opacity: 1;
    color: rgb(255 131 16/var(--tw-text-opacity))
}

.hover\:underline:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.focus\:bg-zinc-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27/var(--tw-bg-opacity))
}

.focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

@media (min-width: 640px) {
    .sm\:mt-20 {
        margin-top:5rem
    }

    .sm\:w-\[600px\] {
        width: 600px
    }
}

@media (min-width: 768px) {
    .md\:container {
        width:100%
    }

    @media (min-width: 480px) {
        .md\:container {
            max-width:480px
        }
    }

    @media (min-width: 640px) {
        .md\:container {
            max-width:640px
        }
    }

    @media (min-width: 768px) {
        .md\:container {
            max-width:768px
        }
    }

    @media (min-width: 1100px) {
        .md\:container {
            max-width:1100px
        }
    }

    @media (min-width: 1200px) {
        .md\:container {
            max-width:1200px
        }
    }

    @media (min-width: 1536px) {
        .md\:container {
            max-width:1536px
        }
    }

    .md\:left-1\/2 {
        left: 50%
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mb-4 {
        margin-bottom: 1rem
    }

    .md\:mt-7 {
        margin-top: 1.75rem
    }

    .md\:mt-36 {
        margin-top: 9rem
    }

    .md\:ml-0 {
        margin-left: 0
    }

    .md\:mr-10 {
        margin-right: 2.5rem
    }

    .md\:ml-10 {
        margin-left: 2.5rem
    }

    .md\:ml-auto {
        margin-left: auto
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:mt-\[26px\] {
        margin-top: 26px
    }

    .md\:block {
        display: block
    }

    .md\:h-\[57\.6px\] {
        height: 57.6px
    }

    .md\:w-\[200px\] {
        width: 200px
    }

    .md\:w-\[180px\] {
        width: 180px
    }

    .md\:w-5\/12 {
        width: 41.666667%
    }

    .md\:list-inside {
        list-style-position: inside
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .md\:flex-wrap {
        flex-wrap: wrap
    }

    .md\:justify-start {
        justify-content: flex-start
    }

    .md\:justify-end {
        justify-content: flex-end
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:gap-20 {
        gap: 5rem
    }

    .md\:gap-16 {
        gap: 4rem
    }

    .md\:gap-3 {
        gap: .75rem
    }

    .md\:overflow-visible {
        overflow: visible
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .md\:py-\[72px\] {
        padding-top: 72px;
        padding-bottom: 72px
    }

    .md\:py-\[70px\] {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .md\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem
    }

    .md\:pt-4 {
        padding-top: 1rem
    }

    .md\:pb-12 {
        padding-bottom: 3rem
    }

    .md\:pt-20 {
        padding-top: 5rem
    }

    .md\:pb-28 {
        padding-bottom: 7rem
    }

    .md\:pb-20 {
        padding-bottom: 5rem
    }

    .md\:pt-12 {
        padding-top: 3rem
    }

    .md\:pt-28 {
        padding-top: 7rem
    }

    .md\:pb-36 {
        padding-bottom: 9rem
    }

    .md\:pt-16 {
        padding-top: 4rem
    }

    .md\:pt-2 {
        padding-top: .5rem
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-center {
        text-align: center
    }

    .md\:text-right {
        text-align: right
    }

    .md\:text-lato-subHeading01 {
        font-size: 2rem;
        line-height: 3rem;
        letter-spacing: -.2px
    }

    .md\:text-lato-heading03 {
        font-size: 3rem;
        line-height: 4.5rem;
        letter-spacing: -1px
    }

    .md\:text-lato-subHeading02 {
        font-size: 1.75rem;
        line-height: 2.625rem;
        letter-spacing: -.2px
    }

    .md\:text-lato-body02 {
        font-size: 1.125rem;
        line-height: 1.688rem;
        letter-spacing: -.2px
    }

    .md\:text-\[3\.2rem\] {
        font-size: 3.2rem
    }

    .md\:font-black {
        font-weight: 900
    }

    .md\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgb(208 208 209/var(--tw-text-opacity))
    }
}

@media (min-width: 1100px) {
    .lg\:order-none {
        order:0
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .lg\:mt-10 {
        margin-top: 2.5rem
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:ml-24 {
        margin-left: 6rem
    }

    .lg\:ml-4 {
        margin-left: 1rem
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:items-stretch {
        align-items: stretch
    }

    .lg\:justify-end {
        justify-content: flex-end
    }

    .lg\:gap-20 {
        gap: 5rem
    }

    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .lg\:py-\[90px\] {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-right {
        text-align: right
    }
}

@media (min-width: 1200px) {
    .xl\:w-\[900px\] {
        width:900px
    }

    .xl\:gap-36 {
        gap: 9rem
    }
}

