:root {
    --main-body-bg-color: #ffffff;
    --main-bg-color: #f8f8f8;
    --main-red: #ff585d;
    --main-dark-blue: #243746;
    --main-light-blue: #435d79;
    --main-fancy-color: #b59a57;
    --main-fancy-hover-color: #877148;
    --main-text-color: #434143;
    --main-text-bg-color: #fff;
    --main-link-color: #435d79;
    --main-link-hover-color: #243746;
    --main-border-color: #e5e5e5;
    --main-subheader-color: #fafafa;
    --main-button-color: #243746;
    --main-footer-color: #f2f2f2;
    --main-footer-text-color: #a4a4a4;
    --main-subheading-text-color: #555;
    --main-input-border-color: #dcdcdc;
    --main-warning-color: #a34f56;
    --main-warning-border-color: #ffc4c9;
    --main-warning-bg-color: #ffe4e7;
    --main-warning-hover-color: #6f272d;
    --main-success-color: #448c65;
    --main-success-border-color: #D2E2C9;
    --main-success-bg-color: #EBF2E7
}

html {
    min-width: 320px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 150px
}

a {
    transition: color 110ms ease-in-out;
    color: var(--main-light-blue)
}

a:visited {
    color: inherit
}

a:active,
a:hover {
    color: var(--main-red);
    outline: 0;
    text-decoration: none
}

.font-lora {
    font-family: 'Lora', serif;
}
.font-lexend {
    font-family: 'Lexend', sans-serif;
}

@media only screen and (max-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

@media only screen and (max-width:599px) {
    .hidden-md {
        display: none !important
    }
}

.hidden,
.hidden-desktop {
    display: none
}

@media only screen and (max-width:768px) {
    .hidden-desktop {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .hidden-mobile {
        display: none !important
    }
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

@media only screen and (max-width:1299px) {
    .container {
        padding: 0 5%
    }
}

@media only screen and (max-width:400px) {
    .hidden-sm {
        display: none !important
    }

    .container {
        padding: 0 .67rem
    }
}

.site-header {
    padding: 1em 0;
    border-bottom: 1px solid var(--main-border-color)
}

.site-heading {
    color: #29332e;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.underline,
.underline-sm {
    display: inline-block;
    background-size: contain
}

.author-description .author-bio,
.main-navigation ul.main-menu>li,
.nav-links,
.site-heading,
.social-navigation {
    line-height: unset
}

.pointer {
    cursor: pointer
}

.modal-noscroll,
.noscroll {
    overflow: hidden
}

.margin-top-0 {
    margin-top: 0 !important
}

.margin-bottom-0 {
    margin-bottom: 0 !important
}

.margin-bottom-sm {
    margin-bottom: .17rem !important
}

.relative {
    position: relative
}

.underline {
    margin-bottom: -5px;
    padding-bottom: 5px
}

.anchor,
.legal-consent-container .hs-form-booleancheckbox-display p,
h1,
h2,
h3,
h4,
strong,
th {
    font-weight: 600
}

input[type=checkbox],
input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 .34rem 0 0;
    color: currentColor;
    width: 1.15rem !important;
    min-width: 1.15rem;
    height: 1.15rem
}

input[type=checkbox]::before,
input[type=radio]::before {
    content: "";
    width: .65em;
    height: .65em;
    transform: scale(0);
    transition: transform 120ms ease-in-out;
    box-shadow: inset 1em 1em var(--main-light-blue)
}

.anchor {
    text-decoration: underline !important;
    -webkit-text-decoration: underline !important;
    text-decoration-color: rgba(67, 93, 121, .5) !important;
    -webkit-text-decoration-color: rgba(67, 93, 121, .5) !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 2px;
    transition: .3s;
    color: inherit !important
}

.anchor:hover {
    text-decoration-color: rgba(255, 88, 93, 1) !important;
    -webkit-text-decoration-color: rgba(255, 88, 93, 1) !important;
    color: inherit
}

.anchor-small {
    font-size: .67rem !important
}

.site-title,
h1 {
    font-size: 1rem
}

body {
    text-rendering: optimizeLegibility;
    font-feature-settings: 'kern';
    -webkit-font-feature-settings: 'kern';
    -moz-font-feature-settings: 'kern';
    -moz-font-feature-settings: 'kern=1'
}

body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
optgroup,
p,
select,
table,
textarea {
    color: var(--main-text-color);
    font-family: "Lexend", -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.main-navigation,
.site-info,
.site-title {
    color: var(--main-text-color);
    font-family: "Lexend", -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

svg {
    fill: none;
    transition: none
}

hr {
    margin: .67rem 0;
    height: 1px;
    background-color: var(--main-border-color);
    width: 100%
}

h1 {
    margin: 1.34rem 0 .67rem
}

.rc-anchor-normal-footer,
h1:before,
h2:before {
    display: none !important
}

h2 {
    font-size: 1.75rem
}

p {
    font-size: .7rem;
    font-weight: 500
}

a svg {
    height: .65rem;
    vertical-align: middle;
    display: inline-block
}

button,
input[type=button],
input[type=submit] {
    font-size: .67rem;
    line-height: .67rem;
    padding: .85rem 1rem;
    display: inline-block;
    box-sizing: border-box;
    background: var(--main-link-color);
    color: var(--main-body-bg-color) !important;
    font-weight: 600;
    transition: 110ms ease-in-out;
    border-radius: 2px;
    font-family: "Lexend", -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    background: var(--main-red) !important;
    cursor: pointer
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    border: solid 2px var(--main-border-color);
    box-sizing: border-box;
    outline: 0;
    padding: .34rem .67rem;
    -webkit-appearance: none;
    appearance: none;
    outline-offset: 0;
    border-radius: 5px;
    font-size: .67rem;
    width: 100% !important;
    margin-bottom: .67rem
}

input[type=checkbox],
input[type=radio],
select {
    background-color: #fff;
    font: inherit;
    transform: translateY(-.075em);
    display: inline-grid;
    place-content: center
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
    border-color: var(--main-light-blue);
    outline: 0
}

input[type=checkbox] {
    appearance: none;
    border: 2px solid var(--main-border-color);
    border-radius: 5px
}

input[type=checkbox]::before {
    -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform-origin: bottom left;
    background-color: var(--main-light-blue)
}

input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
    transform: scale(1)
}

input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: max(2px, .15em) solid var(--main-light-blue);
    outline-offset: max(2px, 0.15em)
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --form-control-color: var(--main-footer-color);
    color: var(--main-footer-color);
    cursor: not-allowed
}

input[type=radio] {
    appearance: none;
    border: 2px solid var(--main-border-color);
    border-radius: 100px
}

.main-navigation .main-menu>li>a,
.site-title a:link,
.site-title a:visited,
select {
    color: var(--main-text-color)
}

.footer-content a {
    color: #fff;
}

input[type=radio]::before {
    background: var(--main-light-blue);
    border-radius: 100px;
    transform-origin: center
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right .7em top 50%;
    background-size: .65em auto;
    margin: 0 .34rem .67rem 0;
    width: 100% !important;
    border: 2px solid var(--main-border-color);
    border-radius: 5px;
    box-sizing: border-box;
    outline: 0;
    padding: .34rem .67rem;
    outline-offset: 0;
    font-size: .67rem
}

label,
legend {
    letter-spacing: .025rem;
    line-height: .8rem;
    display: block;
    font-family: "Lexend", -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: 0
}

form p,
label,
legend {
    font-size: .65rem
}

.hs-form-booleancheckbox-display {
    display: flex;
    align-items: center
}

.hs-form-booleancheckbox-display>span {
    max-width: 90%
}

label {
    margin-bottom: .34rem;
    font-weight: 600
}

legend,
th {
    font-weight: 500
}

legend {
    margin-bottom: .17rem
}

.hs-error-msgs {
    color: var(--main-red);
    list-style: none;
    padding-left: 0;
    font-weight: 600;
    margin-top: 0
}

.hs-richtext p {
    font-family: "Lexend", -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: .5rem !important;
    line-height: normal !important;
    margin-bottom: .67rem !important;
    margin-top: 0
}

.hs-form-checkbox-display span,
.hs-form-radio label {
    font-weight: 500 !important
}

fieldset {
    max-width: 100% !important
}

.input {
    margin-right: 0 !important
}

@media only screen and (min-width:401px) {
    .form-columns-2 {
        display: flex;
        justify-content: space-between
    }

    .form-columns-2>div:first-of-type,
    .form-columns-2>div:last-of-type {
        max-width: 48%
    }
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
    margin-left: 0 !important
}

.inputs-list {
    margin-top: 0 !important;
    padding-left: 0 !important;
    list-style: none !important
}

.centered {
    display: block;
    text-align: center
}

.extra-padding {
    padding: 1.67rem 0
}

.extra-margin {
    margin-bottom: 1.67rem
}

.no-margin {
    margin: 0 !important
}

.max-width-600,
.max-width-800 {
    margin-right: auto;
    display: block
}

.left-margin-sm {
    margin-left: .34rem
}

.max-width-800 {
    margin-left: auto;
    max-width: 800px
}

.max-width-600 {
    margin-left: auto;
    max-width: 600px
}

.site-heading-logo {
    display: block;
    height: 2.5rem;
    max-width: initial
}

@media only screen and (max-width:950px) {
    .site-heading-logo-container {
        max-width: 72px;
        overflow: hidden
    }
}

@media only screen and (max-width:767px) {
    .site-heading-logo-container {
        max-width: none;
        overflow: initial
    }
}

@media only screen and (max-width:550px) {
    .site-heading-logo-container {
        max-width: 72px;
        overflow: hidden
    }
}

.main-navigation {
    margin-top: 0;
    margin-left: auto
}

.main-navigation .main-menu>li>a {
    margin-left: 1rem;
    margin-right: 0
}

.site-main {
    margin: 3rem 0;
    position: relative
}

.entry {
    margin-top: calc(1rem)
}

.site-footer {
    background: #1E2851
}

.footer-navigation {
    display: block;
    font-weight: 600
}

.footer-navigation .footer-menu li:last-child {
    margin-right: 0
}

.entry .entry-content>*,
.entry .entry-content>.wp-block-group>.wp-block-group__inner-container>*,
.entry .entry-summary>*,
.entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>* {
    margin: 0
}

@media only screen and (min-width:768px) {

    .entry .entry-content>*,
    .entry .entry-content>.wp-block-group>.wp-block-group__inner-container>*,
    .entry .entry-summary>*,
    .entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>* {
        margin: 0
    }
}

.entry .entry-content>:last-child,
.wp-block-buttons>.wp-block-button,
.wp-block-image,
.wp-block-table table {
    margin-bottom: 0
}

.entry .entry-content a {
    text-decoration: none
}

a,
a:active,
a:focus,
a:hover,
a:link {
    outline: 0;
    text-decoration: none;
    box-shadow: none
}

.site-branding {
    color: #29332e;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.author-description .author-bio,
.main-navigation ul.main-menu>li,
.nav-links,
.site-branding,
.social-navigation {
    line-height: unset
}

.site-title {
    font-weight: 600;
    margin: 0
}

.site-logo .custom-logo-link:focus,
.site-logo .custom-logo-link:hover {
    box-shadow: none
}

.focus-button a {
    box-sizing: border-box;
    display: inline-block;
    padding: .67rem 1rem;
    background: var(--main-button-color);
    color: #fff !important;
    -webkit-transition: .2s;
    transition: .2s;
    font-weight: 600
}

.wp-block-button__link,
.wp-block-button__secondary {
    line-height: .67rem;
    padding: .85rem 1rem;
    display: inline-block;
    box-sizing: border-box;
    font-weight: 600;
    transition: 110ms ease-in-out;
    text-decoration: none !important;
    -webkit-text-decoration: none !important;
    font-family: "Lexend", -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    cursor: pointer;
    letter-spacing: .025rem
}

.main-navigation ul.main-menu li {
    font-size: .67rem
}

.entry .entry-title {
    max-width: calc(6 * (100vw / 12) - 28px)
}

.entry .entry-content p {
    padding: 0 6rem 0 0
}

.entry .entry-content figcaption {
    text-align: left !important
}

.entry .entry-content ul {
    padding: 0 6rem
}

.entry .entry-content blockquote.wp-block-quote p {
    font-size: 1.5rem !important;
    padding: 0;
    line-height: 1.4em;
    color: #29332e;
    margin-bottom: .5rem
}

.footer-content {
    font-size: .6rem !important;
    margin-top: 1.34rem;
    margin-bottom: 1.34rem
}

@media only screen and (max-width:600px) {
    .footer-content {
        flex-direction: column;
        align-items: center
    }
}

.error-404 {
    margin-top: 6rem;
    margin-bottom: 6rem
}

.wp-block-button__link {
    font-size: .67rem;
    background: var(--main-link-color);
    color: var(--main-body-bg-color) !important;
    border-radius: 100px
}

.wp-block-button__secondary {
    font-size: .67rem;
    background: var(--main-body-bg-color);
    border-radius: 2px;
    box-shadow: 0 0 0 .15rem var(--main-link-color) inset;
    color: var(--main-link-color) !important
}

.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__secondary:focus,
.wp-block-button__secondary:hover {
    background: var(--main-red);
    color: var(--main-body-bg-color) !important
}

.wp-block-button__secondary:focus,
.wp-block-button__secondary:hover {
    box-shadow: 0 0 0 .15rem var(--main-red) inset
}

.wp-block-buttons {
    margin-top: 1rem
}

.wp-block-table {
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-table,
.wp-block-table table,
.wp-block-table.is-style-stripes {
    border-bottom: none;
    border-radius: 5px;
    font-size: .67rem
}

.wp-block-table td,
.wp-block-table th,
table td,
table th {
    border: none
}

.wp-block-table thead {
    border-bottom: none;
    background: var(--main-light-blue);
    color: #fff
}

@media only screen and (max-width:767px) {
    .site-main {
        margin: 1.67rem 0
    }

    body:not(.page-template-wmx-basic-template) .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
    body:not(.page-template-wmx-basic-template) .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child):first-of-type,
    body:not(.page-template-wmx-lp-template) .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
    body:not(.page-template-wmx-lp-template) .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child):first-of-type{
        margin-bottom: 2rem
    }

    body:not(.page-template-wmx-basic-template) .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:last-of-type,
    body:not(.page-template-wmx-lp-template) .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:last-of-type {
        margin-bottom: 0
    }
}

.img-width-override {
    margin-bottom: 0 !important;
    max-width: 100% !important
}

@keyframes window-open {
    0% {
        opacity: 0;
        transform: scale(.7)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

header h2 {
    font-size: 1.75rem;
    font-weight: 700
}

.grecaptcha-badge {
    visibility: hidden
}


*,
::after,
::before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --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:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --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:
}

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

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.right-0 {
    right: 0
}

.top-0 {
    top: 0
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.col-span-1 {
    grid-column: span 1/span 1
}

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

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.my-14 {
    margin-top: 52.5px;
    margin-bottom: 52.5px
}

.my-7 {
    margin-top: 26.25px;
    margin-bottom: 26.25px
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: 3.75px
}

.mb-3 {
    margin-bottom: 11.25px
}

.mb-4 {
    margin-bottom: 15px
}

.mb-7 {
    margin-bottom: 26.25px
}

.mr-auto {
    margin-right: auto
}

.mt-0 {
    margin-top: 0
}

.mt-14 {
    margin-top: 52.5px
}

.mt-3 {
    margin-top: 11.25px
}

.mt-4 {
    margin-top: 15px
}

.mt-7 {
    margin-top: 26.25px
}

.ml-2 {
    margin-left: 7.5px
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.hidden {
    display: none
}

.h-auto {
    height: auto
}

.h-px {
    height: 1px
}

.max-h-\[250px\] {
    max-height: 250px
}

.max-h-\[30px\] {
    max-height: 30px
}

.w-1\/2 {
    width: 50%
}

.w-40 {
    width: 10rem
}

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

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

.max-w-\[14rem\] {
    max-width: 14rem
}

.max-w-\[700px\] {
    max-width: 700px
}

.max-w-\[280px\] {
    max-width: 280px
}

.grow {
    flex-grow: 1
}

.cursor-pointer {
    cursor: pointer
}

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

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

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

.gap-14 {
    gap: 52.5px
}

.gap-3 {
    gap: 11.25px
}

.gap-7 {
    gap: 26.25px
}

.gap-x-7 {
    -moz-column-gap: 26.25px;
    column-gap: 26.25px
}

.gap-y-3 {
    row-gap: 11.25px
}

.self-center {
    align-self: center
}

.overflow-hidden {
    overflow: hidden
}

.rounded {
    border-radius: .25rem
}

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

.rounded-sm {
    border-radius: .125rem
}

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

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

.border {
    border-width: 1px
}

.border-white\/25 {
    border-color: #ffffff40
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0/var(--tw-border-opacity))
}

.bg-\[\#1E2851\] {
    --tw-bg-opacity: 1;
    background-color: rgb(30 40 81/var(--tw-bg-opacity))
}

.bg-\[\#243746\] {
    --tw-bg-opacity: 1;
    background-color: rgb(36 55 70/var(--tw-bg-opacity))
}

.bg-\[\#FF585D\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 88 93/var(--tw-bg-opacity))
}

.bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212/var(--tw-bg-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.from-\[\#FFF\],
.from-white {
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.to-transparent {
    --tw-gradient-to: #0000 var(--tw-gradient-to-position)
}

.bg-cover {
    background-size: cover
}

.bg-center {
    background-position: 50%
}

.p-4 {
    padding: 15px
}

.p-3 {
    padding: 11.25px
}

.p-7 {
    padding: 26.25px
}

.px-3 {
    padding-left: 11.25px;
    padding-right: 11.25px
}

.py-14 {
    padding-top: 52.5px;
    padding-bottom: 52.5px
}

.py-3 {
    padding-top: 11.25px;
    padding-bottom: 11.25px
}

.px-7 {
    padding-left: 26.25px;
    padding-right: 26.25px
}

.pr-4 {
    padding-right: 15px
}

.text-center {
    text-align: center
}

.font-sans {
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.font-serif {
    font-family: ui-serif, Georgia, Cambria, Times New Roman, Times, serif
}

.text-2xl {
    font-size: 22.5px;
    line-height: 30px
}

.text-3xl {
    font-size: 28.125px;
    line-height: 33.75px
}

.text-sm {
    font-size: 13.125px;
    line-height: 18.75px
}

.text-xs {
    font-size: 11.25px;
    line-height: 1
}

.text-4xl {
    font-size: 33.75px;
    line-height: 37.5px
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.uppercase {
    text-transform: uppercase
}

.leading-3 {
    line-height: 18.75px
}

.leading-4 {
    line-height: 22.5px
}

.leading-none {
    line-height: 1
}

.leading-normal {
    line-height: 1.5
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgb(82 82 82/var(--tw-text-opacity))
}

.text-neutral-950 {
    --tw-text-opacity: 1;
    color: rgb(10 10 10/var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.opacity-50 {
    opacity: .5
}

.opacity-25 {
    opacity: .25
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.bg-cta {
    background: linear-gradient(30deg, #a4383d, #394e62 23%, #30424e 72%)
}

.decoration-none {
    text-decoration: none !important
}

.tailwind-content {
    font-size: 15px !important
}

.font-serif {
    font-family: Lora, Merriweather, Garamond, Times New Roman, serif
}

.font-sans {
    font-family: Lexend, "Lexend", -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, sans-serif
}

.hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28/var(--tw-bg-opacity))
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.hover\:text-\[\#FF585D\]:hover {
    --tw-text-opacity: 1;
    color: rgb(255 88 93/var(--tw-text-opacity))
}

.hover\:brightness-125:hover {
    --tw-brightness: brightness(1.25);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

@media (min-width:640px) {
    .sm\:col-span-3 {
        grid-column: span 3/span 3
    }

    .sm\:-mt-5 {
        margin-top: -18.75px
    }

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

    .sm\:ml-0 {
        margin-left: 0
    }

    .sm\:mt-14 {
        margin-top: 52.5px
    }

    .sm\:block {
        display: block
    }

    .sm\:flex {
        display: flex
    }

    .sm\:grid {
        display: grid
    }

    .sm\:w-full {
        width: 100%
    }

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

    .sm\:max-w-\[460px\] {
        max-width: 460px
    }

    .sm\:max-w-fit {
        max-width: -moz-fit-content;
        max-width: fit-content
    }

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

    .sm\:flex-row {
        flex-direction: row
    }

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

    .sm\:justify-start {
        justify-content: flex-start
    }

    .sm\:gap-7 {
        gap: 26.25px
    }

    .sm\:text-left {
        text-align: left
    }

    .sm\:text-lg {
        font-size: 16.875px;
        line-height: 26.25px
    }

    .sm\:text-xl {
        font-size: 18.75px;
        line-height: 26.25px
    }
}

@media (min-width:768px) {
    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

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

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

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

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-col {
        flex-direction: column
    }

    .md\:flex-nowrap {
        flex-wrap: nowrap
    }

    .md\:gap-7 {
        gap: 26.25px
    }

    .md\:self-start {
        align-self: flex-start
    }

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

    .md\:text-5xl {
        font-size: 45px;
        line-height: 1
    }

    .md\:opacity-100 {
        opacity: 1
    }
}

@media (min-width:1024px) {
    .lg\:col-span-1 {
        grid-column: span 1/span 1
    }

    .lg\:max-h-\[40px\] {
        max-height: 40px
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:min-w-\[450px\] {
        min-width: 450px
    }

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

    .lg\:border-l {
        border-left-width: 1px
    }

    .lg\:px-7 {
        padding-left: 26.25px;
        padding-right: 26.25px
    }

    .lg\:pr-0 {
        padding-right: 0
    }

    .lg\:text-right {
        text-align: right
    }

    .lg\:text-6xl {
        font-size: 56.25px;
        line-height: 1
    }
}

.footer-column h2,
.footer-credits {
    color: #fff;
}

.footer-logo a img {
    filter: brightness(100);
}

.footer-bottom-row {
    border: none !important;
}

.footer-button {
    border: .15rem solid #fff;
    background: #1E2851 !important;
    color: #fff;
    font-weight: 600;
}

.footer-column ul li a:hover, .footer-bottom-row ul li a:hover {
    text-decoration-color: rgba(255 88 93, 1) !important;
}