/*!
Theme Name: bulimia
Theme URI: Within Health
Author: Within Health
Author URI: Within Health
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bulimia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bulimia is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

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

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 3.5rem;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'Novela', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: var(--swatch_dccb7db6);
}

a:visited {
    /* color: #800080; */
}

a:hover,
a:focus,
a:active {
    /* color: #191970; */
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
} */

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

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

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 0em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}



/* BULIMIA STYLE GUIDE
--------------------------------------------- */

@import url('http://fonts.cdnfonts.com/css/inter');
@import url('http://fonts.cdnfonts.com/css/novela');



:root {
    --swatch_dccb7db6: hsla(0, 0%, 0%, 1);
    --swatch_1766b841: hsla(0, 0%, 100%, 1);
    --swatch_150a737e: hsla(0, 0%, 95.69%, 1);
    --swatch_b75a18bc: hsla(46.1538, 100%, 97.45%, 1);
    --swatch_c14b8e06: hsla(169.231, 36.45%, 20.98%, 1);
    --swatch_09f0456a: hsla(171.818, 11.7%, 36.86%, 1);
    --swatch_b268ef2f: hsla(2.8, 92.59%, 68.24%, 1);
    --swatch_754759f0: hsla(9.5, 92.31%, 74.51%, 1);
    --swatch_f88ea32d: hsla(220.645, 13.19%, 46.08%, 1);
}

a {
    border-top-color: var(--swatch_dccb7db6);
    border-right-color: var(--swatch_dccb7db6);
    border-bottom-color: var(--swatch_dccb7db6);
    border-left-color: var(--swatch_dccb7db6);
    color: var(--swatch_dccb7db6);
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

body {
    font-family: Inter;
    color: var(--swatch_dccb7db6);
    font-size: 1rem;
    line-height: 1.5;
}



html {
    font-size: 16px;
}

.stylesystem-header {
    background-color: var(--swatch_dccb7db6);
    color: var(--swatch_1766b841);
}

h1 {
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-family: Novela;
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 400;
}

h2 {
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-family: Novela;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 400;
}

h3 {
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-family: Novela;
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 400;
}

h4 {
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-family: Novela;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 400;
}

h5 {
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-family: Novela;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 400;
}

h6 {
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-family: Novela;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 400;
}

.heading-xxlarge {
    font-size: 3.5rem;
    line-height: 1.2;
}

.heading-xlarge {
    font-size: 3rem;
    line-height: 1.2;
}

.heading-large {
    font-size: 2.5rem;
    line-height: 1.2;
}

.heading-medium {
    font-size: 2rem;
    line-height: 1.3;
}

.heading-small {
    font-size: 1.5rem;
    line-height: 1.4;
}

.heading-xsmall {
    font-size: 1.25rem;
    line-height: 1.4;
}

.w-input,
.w-select,
a {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
}

blockquote {
    margin-bottom: 0rem;
    padding: 0.75rem 1.25rem;
    border-left-style: solid;
    border-left-width: 0.1875rem;
    border-left-color: var(--swatch_dccb7db6);
    font-size: 1.25rem;
    line-height: 1.5;
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}

ol {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 40px;
}

li {
    margin-bottom: 0.5rem;
}

.text-size-large {
    font-size: 1.25rem;
}

.text-size-medium {
    font-size: 1rem;
}

.text-size-regular {
    font-size: 1rem;
}

.text-size-small {
    font-size: 0.875rem;
}

.text-size-tiny {
    font-size: 0.75rem;
}

.text-weight-xbold {
    font-weight: 800;
}

.text-weight-bold {
    font-weight: 700;
}

.text-weight-semibold {
    margin-bottom: 20px;
    color: var(--swatch_c14b8e06);
    font-weight: 600;
}

.text-weight-medium {
    font-weight: 500;
}

.text-weight-normal {
    font-weight: 400;
}

.text-weight-light {
    font-weight: 300;
}

.text-style-italic {
    font-style: italic;
}

.text-style-strikethrough {
    text-decoration: line-through;
}

.text-style-allcaps {
    text-transform: uppercase;
}

.text-style-nowrap {
    white-space: nowrap;
}

.text-style-quote {
    margin-bottom: 0rem;
    padding: 0.75rem 1.25rem;
    border-left-style: solid;
    border-left-width: 0.1875rem;
    border-left-color: var(--swatch_dccb7db6);
    font-size: 1.25rem;
    line-height: 1.5;
}

.text-style-link {
    text-decoration: underline;
}

.text-style-2lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-style-3lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-style-muted {
    opacity: 0.6;
}

.text-color-black {
    color: var(--swatch_dccb7db6);
}

.background-color-black-2 {
    background-color: rgb(0, 0, 0);
}

.text-color-white {
    color: var(--swatch_1766b841);
    font-size: 1.25rem;
}

.text-color-sand {
    color: var(--swatch_b75a18bc);
}

.text-color-dark-slate-grey {
    color: var(--swatch_c14b8e06);
}

.text-color-slate-grey {
    color: var(--swatch_09f0456a);
}

.text-color-coral {
    color: var(--swatch_b268ef2f);
}

.text-color-pale-coral {
    color: var(--swatch_754759f0);
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.text-rich-text h1 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.text-rich-text h2 {
    /* margin-top: 1.5rem;
    margin-bottom: 1rem; */
}

.text-rich-text h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.text-rich-text h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
}

.text-rich-text h5 {
    margin-top: 1.25rem;
    margin-bottom: 1rem;
}

.text-rich-text h6 {
    margin-top: 1.25rem;
    margin-bottom: 1rem;
}

.text-rich-text blockquote {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.text-rich-text p {
    margin-bottom: 1.2rem;
}

.text-rich-text a {
    /* text-decoration: underline; */
}

ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.25rem;
}

.text-rich-text figcaption {
    margin-top: 0.5rem;
    padding-left: 0.5rem;
    border-left: 2px solid black;
    opacity: 0.8;
    font-size: 0.875rem;
    text-align: left;
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type="image"]>figcaption {
    display: table-caption;
    caption-side: bottom;
}

.w-layout-grid {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
}

.stylesystem_color-sample.black {
    background-color: rgb(0, 0, 0);
}

.stylesystem_color-sample {
    padding: 8rem 1.5rem 1.25rem;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
}

.stylesystem_color-sample.white {
    background-color: var(--swatch_1766b841);
}

.stylesystem_color-sample {
    padding: 8rem 1.5rem 1.25rem;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
}

.stylesystem_color-sample.sand {
    background-color: var(--swatch_b75a18bc);
}

.stylesystem_color-sample {
    padding: 8rem 1.5rem 1.25rem;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
}

.stylesystem_color-sample.dark-slate-grey {
    background-color: var(--swatch_c14b8e06);
}

.stylesystem_color-sample {
    padding: 8rem 1.5rem 1.25rem;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
}

.stylesystem_color-sample.slate-grey {
    background-color: var(--swatch_09f0456a);
}

.stylesystem_color-sample {
    padding: 8rem 1.5rem 1.25rem;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
}

.stylesystem_color-sample.coral {
    background-color: var(--swatch_b268ef2f);
}

.stylesystem_color-sample {
    padding: 8rem 1.5rem 1.25rem;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
}

.stylesystem_color-sample.pale-coral {
    background-color: var(--swatch_754759f0);
}

.stylesystem_color-sample {
    padding: 8rem 1.5rem 1.25rem;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
}

.styleguide_grid-colours {
    gap: 1.5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
}

.styleguide_list {
    padding-bottom: 4rem;
    gap: 1rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
}

.styleguide_subheading {
    position: sticky;
    top: 32px;
    z-index: 3;
    padding: 0.25rem 0.5rem;
    background-color: rgb(211, 211, 211);
    color: rgb(0, 0, 0);
}

.styleguide_heading {
    position: sticky;
    top: 0px;
    z-index: 4;
    padding: 4px 8px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.padding-medium {
    padding: 2rem;
}

.background-color-black {
    background-color: var(--swatch_dccb7db6);
    color: whitesmoke;
}

.background-color-white {
    background-color: var(--swatch_1766b841);
}

.background-color-sand {
    background-color: var(--swatch_b75a18bc);
}

.background-color-dark-slate-grey {
    background-color: var(--swatch_c14b8e06);
}

.background-color-slate-grey {
    background-color: var(--swatch_09f0456a);
}

.background-color-coral {
    background-color: var(--swatch_b268ef2f);
}

.background-color-pale-coral {
    background-color: var(--swatch_754759f0);
}

.button-row-grid {
    display: grid;
    place-items: center start;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 1rem;
    grid-template-columns: max-content;
    grid-template-rows: auto;
    white-space: normal;
}

.button {
    padding: 0.5rem 1.25rem;
    align-self: center;
    flex: 0 1 auto;
    border-style: solid;
    border-width: 1px;
    border-top-color: var(--swatch_b268ef2f);
    border-right-color: var(--swatch_b268ef2f);
    border-bottom-color: var(--swatch_b268ef2f);
    border-left-color: var(--swatch_b268ef2f);
    border-radius: 5px;
    background-color: transparent;
    color: var(--swatch_b268ef2f);
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

/* .button-secondary, */
.button-secondary a, a.button-secondary-2{
    padding: 0.75rem 1.5rem;
    border-style: solid;
    border-width: 1px;
    border-top-color: var(--swatch_b268ef2f);
    border-right-color: var(--swatch_b268ef2f);
    border-bottom-color: var(--swatch_b268ef2f);
    border-left-color: var(--swatch_b268ef2f);
    border-radius: 8px;
    background-color: transparent;
    transition-property: all;
    transition-duration: 600ms;
    transition-timing-function: ease;
    color: var(--swatch_b268ef2f) !important;
    text-align: center;
}

.button.is-button-small {
    padding: 0.5rem 1.25rem;
}

.button-secondary.is-button-small {
    padding: 0.5rem 1.25rem;
}

.button-tertiary {
    display: flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    align-items: center;
    line-height: 1;
    text-decoration: none;
}

.button-secondary.-wfp-hover,
.button-secondary a:hover {
    background-color: var(--swatch_b268ef2f);
    color: var(--swatch_1766b841);
}

.button-row-grid.landscape-1-col.hide {
    display: none;
}

.button-row-grid.mobile-1-col.hide {
    display: none;
}

.button.is-alternate {
    background-color: var(--swatch_1766b841);
    color: rgb(0, 0, 0);
}

.button-secondary.is-alternate {
    border-top-color: var(--swatch_1766b841);
    border-right-color: var(--swatch_1766b841);
    border-bottom-color: var(--swatch_1766b841);
    border-left-color: var(--swatch_1766b841);
    color: var(--swatch_1766b841);
}

.button.is-button-small {
    padding: 0.5rem 1.25rem;
}

.button-secondary.is-alternate {
    border-top-color: var(--swatch_1766b841);
    border-right-color: var(--swatch_1766b841);
    border-bottom-color: var(--swatch_1766b841);
    border-left-color: var(--swatch_1766b841);
    color: var(--swatch_1766b841);
}

.button-tertiary.is-alternate {
    color: rgb(255, 255, 255);
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.field-label {
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.w-input,
.w-select,
a {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
}

.form_grid-1-col {
    display: grid;
    place-items: start stretch;
    grid-auto-columns: 100%;
    gap: 16px;
    grid-template-columns: 100%;
    grid-template-rows: auto;
}

.form-checkbox-icon {
    width: 1.125rem;
    height: 1.125rem;
    min-height: 1.125rem;
    min-width: 1.125rem;
    margin-top: 0px;
    margin-right: 0.5rem;
    margin-left: -1.25rem;
    border-style: solid;
    border-width: 1px;
    border-top-color: var(--swatch_dccb7db6);
    border-right-color: var(--swatch_dccb7db6);
    border-bottom-color: var(--swatch_dccb7db6);
    border-left-color: var(--swatch_dccb7db6);
    border-radius: 0px;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease;
    cursor: pointer;
}

.w-checkbox-input {
    float: left;
    margin: 4px 0px 0px -20px;
    line-height: normal;
}

.form-radio-icon {
    width: 1.125rem;
    height: 1.125rem;
    min-height: 1.125rem;
    min-width: 1.125rem;
    margin-top: 0px;
    margin-right: 0.5rem;
    margin-left: -1.125rem;
    border-style: solid;
    border-width: 1px;
    border-top-color: var(--swatch_dccb7db6);
    border-right-color: var(--swatch_dccb7db6);
    border-bottom-color: var(--swatch_dccb7db6);
    border-left-color: var(--swatch_dccb7db6);
    border-radius: 100px;
    cursor: pointer;
}

.w-checkbox-input {
    float: left;
    margin: 4px 18px 0px -20px;
    line-height: normal;
}

.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px;
}

.form-input.is-text-area {
    overflow: auto;
    height: auto;
    min-height: 11.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.form-input.is-select-input {
    background-color: rgb(255, 255, 255);
    background-image: none;
}

.form-input.is-select-input {
    margin-bottom: 20px;
    background-color: var(--swatch_1766b841);
    background-image: none;
}

.form-input {
    height: auto;
    min-height: 2.75rem;
    margin-bottom: 0px;
    padding: 0.5rem 0.75rem;
    border-style: solid;
    border-width: 1px;
    border-top-color: var(--swatch_dccb7db6);
    border-right-color: var(--swatch_dccb7db6);
    border-bottom-color: var(--swatch_dccb7db6);
    border-left-color: var(--swatch_dccb7db6);
    background-color: var(--swatch_1766b841);
    color: var(--swatch_dccb7db6);
    font-size: 1rem;
    line-height: 1.6;
}

.w-input,
.w-select {
    width: 100%;
}

.form-field-wrapper {
    position: relative;
}

.styleguide-form {
    display: grid;
    grid-auto-columns: 1fr;
    gap: 1rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}

#w-node-_84c1ae20-c456-3f48-de42-2b7ec9d009a9-6ba14e1a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

.form-checkbox-label {
    margin-bottom: 0px;
}

.form-radio-label {
    margin-bottom: 0px;
}

.form-radio {
    display: flex;
    margin-bottom: 0px;
    padding-left: 1.125rem;
    align-items: center;
}

.form-checkbox {
    display: flex;
    margin-bottom: 0px;
    padding-left: 1.25rem;
    align-items: center;
}

.w-checkbox::before {
    content: " ";
    display: table;
    grid-area: 1 / 1 / 2 / 2;
}

.w-checkbox::after {
    content: " ";
    display: table;
    grid-area: 1 / 1 / 2 / 2;
    clear: both;
}

.tab-link.w--current {
    border-bottom: 0.125rem solid rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

a,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    color: inherit;
}

.tab-link {
    margin-right: 1.5rem;
    padding: 0.5rem 0px;
    flex: 0 0 auto;
    border-bottom: 2px solid transparent;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.6);
}

.tabs-menu.no-scrollbar {
    padding-right: 24px;
}

.tabs-menu {
    display: flex;
    overflow: auto;
    border-bottom: 1px none rgba(0, 0, 0, 0.15);
}

.styleguide_icons-list {
    display: grid;
    flex-wrap: wrap;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 16px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
}

.icon-xxsmall {
    width: 1rem;
}

img {
    display: inline-block;
    max-width: 100%;
}

.icon-xsmall {
    width: 1.5rem;
}

.icon-small {
    width: 2rem;
}

.icon-medium {
    width: 3rem;
}

.icon-large {
    width: 5rem;
}

.icon-xlarge {
    width: 6.5rem;
}

.icon-1x1-xxsmall {
    width: 1rem;
    height: 1rem;
}

.icon-1x1-xsmall {
    width: 1.5rem;
    height: 1.5rem;
}

.icon-1x1-small {
    width: 2rem;
    height: 2rem;
}

.icon-1x1-medium {
    width: 3rem;
    height: 3rem;
}

.icon-1x1-large {
    width: 5rem;
    height: 5rem;
}

.icon-1x1-xlarge {
    width: 6.5rem;
    height: 6.5rem;
}

.image-wrapper-1-1 {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.margin-bottom.margin-small {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
}

.image-wrapper-4-3 {
    position: relative;
    width: 100%;
    padding-top: 75%;
}

.image-wrapper_image {
    position: absolute;
    inset: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-wrapper-3-2 {
    position: relative;
    width: 100%;
    padding-top: 66.66%;
}

.image-wrapper-16-9 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
}

.stylesystem-spacing-wrapper {
    background-color: var(--swatch_150a737e);
}

.margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
}

.margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
}

.margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
}

.margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
}

.margin-0 {
    margin: 0rem;
}

.margin-tiny {
    margin: 0.25rem;
}

.margin-xxsmall {
    margin: 0.5rem;
}

.margin-xsmall {
    margin: 1rem;
}

.margin-small {
    margin: 1.5rem;
}

.margin-medium {
    margin: 2rem;
}

.margin-large {
    margin: 3rem;
}

.margin-xlarge {
    margin: 4rem;
}

.margin-xxlarge {
    margin: 5rem;
}

.margin-huge {
    margin: 6rem;
}

.margin-xhuge {
    margin: 7rem;
}

.margin-xxhuge {
    margin: 10rem;
}

.padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
}

.padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
}

.padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
}

.padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
}

.padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
}

.padding-0 {
    padding: 0rem;
}

.padding-tiny {
    padding: 0.25rem;
}

.padding-xxsmall {
    padding: 0.5rem;
}

.padding-xsmall {
    padding: 1rem;
}

.padding-small {
    padding: 1.5rem;
}

.padding-medium {
    padding: 2rem;
}

.padding-large {
    padding: 3rem;
}

.padding-xlarge {
    padding: 4rem;
}

.padding-xxlarge {
    padding: 5rem;
}

.padding-huge {
    padding: 6rem;
}

.padding-xhuge {
    padding: 7rem;
}

.padding-xxhuge {
    padding: 10rem;
}

.container-medium,
.container-small,
.container-large {
    margin-right: auto !important;
    margin-left: auto !important;
}

.container-medium {
    width: 100%;
    max-width: 64rem;
    margin-right: auto;
    margin-left: auto;
}

.container-large {
    width: 100%;
    max-width: 80rem;
    margin-right: auto;
    margin-left: auto;
}

.max-width-xxsmall {
    width: 100%;
    max-width: 20rem;
}

.max-width-xsmall {
    width: 100%;
    max-width: 25rem;
}

.max-width-small {
    width: 100%;
    max-width: 30rem;
}

.max-width-medium {
    width: 100%;
    max-width: 35rem;
}

.max-width-large {
    position: relative;
    display: block;
    width: 100%;
    max-width: 48rem;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    text-align: center;
}

.max-width-xlarge {
    width: 100%;
    max-width: 64rem;
}

.max-width-xxlarge {
    width: 100%;
    max-width: 80rem;
}

.stylesystem-class-label {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    border-radius: 5px;
    background-color: rgba(131, 116, 116, 0.15);
    cursor: context-menu;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.z-index-1 {
    position: relative;
    z-index: 1;
}

.z-index-2 {
    position: relative;
    z-index: 2;
}

.align-center {
    margin-right: auto;
    margin-left: auto;
}

.spacing-clean {
    margin: 0rem;
    padding: 0rem;
}

.layer {
    position: absolute;
    inset: 0%;
    justify-content: center;
    align-items: center;
}

.clickable-off {
    pointer-events: none;
}

.clickable-on {
    pointer-events: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-auto {
    overflow: auto;
}

.button-2 {
    display: flex;
    height: 48px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: rgb(249, 106, 99);
    transition-property: color, background-color, box-shadow;
    transition-duration: 400ms, 400ms, 400ms;
    transition-timing-function: ease, ease, ease;
    color: white;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    width: auto !important;
}

.button-2.-wfp-hover,
.button-2:hover,.button-4:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08));
    color: white;
}

.text-weight-semibold-3 {
    font-weight: 600;
}

.button-link {
    display: flex;
    padding: 0.25rem 0rem;
    align-items: center;
    background-color: transparent;
    color: var(--swatch_dccb7db6);
    line-height: 1;
    text-decoration: none;
}

.header2_component {
    display: grid !important;
    align-items: center;
    grid-auto-columns: 1fr;
    gap: 4rem 2rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}

.blog3-category_list {
    display: grid !important;
    grid-auto-columns: 1fr;
    gap: 4rem 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    margin-left: 0;
}

.blog3-category_list li {
    width: 100% !important;
}

.footer1_legal-link,
.footer1_credit-text {
    font-size: 0.875rem;
}

.blog3-category_heading-wrapper {
    display: grid !important;
    justify-content: space-between;
    align-items: end;
    grid-auto-columns: 1fr;
    gap: 1rem 5rem;
    grid-template-columns: 1fr max-content;
    grid-template-rows: auto;
}

.heading-xlarge.text-color-dark-slate-grey {
    font-size: 3.5rem;
}

.text-size-medium-3 {
    display: flex;
    font-size: 1.125rem;
}

.button-secondary-2 {
    padding: 0.75rem 1.5rem;
    border-style: solid;
    border-width: 1px;
    border-top-color: var(--swatch_dccb7db6);
    border-right-color: var(--swatch_dccb7db6);
    border-bottom-color: var(--swatch_dccb7db6);
    border-left-color: var(--swatch_dccb7db6);
    background-color: transparent;
    color: var(--swatch_dccb7db6);
    text-align: center;
}

.max-width-large-2 {
    width: 100%;
    max-width: 48rem;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.page-padding {
    margin-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    border-style: solid;
    border-width: 1px;
    border-top-color: var(--swatch_150a737e);
    border-right-color: var(--swatch_150a737e);
    border-bottom-color: var(--swatch_150a737e);
    border-left-color: var(--swatch_150a737e);
    background-color: transparent;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
}

.padding-vertical.padding-xhuge {
    display: block;
    grid-auto-columns: 1fr;
    gap: 16px;
    grid-template-columns: 9fr 1fr;
    grid-template-rows: auto auto;
}

.padding-vertical.padding-xhuge {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: transparent;
}

.padding-vertical.padding-xhuge {
    padding-right: 0rem;
    padding-left: 0rem;
}

.button-4 {
    height: 48px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: rgb(249, 106, 99);
    transition-property: color, background-color, box-shadow;
    transition-duration: 400ms, 400ms, 400ms;
    transition-timing-function: ease, ease, ease;
    color: white;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    width: auto !important;
}

.margin-top.margin-medium {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
}

.blogpost5_author-image {
    width: 2rem;
    height: 2rem;
    min-height: 2rem;
    min-width: 2rem;
    border-radius: 100%;
    object-fit: cover;
}

.blogpost5_author-image-wrapper {
    margin-right: 1rem;
}

.blogpost5_author-wrapper {
    display: flex;
    margin-bottom: 0.25rem;
    flex-direction: row;
    align-items: flex-start;
}

.text-weight-semibold-2 {
    position: static;
    display: block;
    padding-top: 5px;
    font-weight: 600;
}

.blogpost5_divider {
    width: 100%;
    height: 1px;
    max-width: 48rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: #f4f4f4;
}

.text-size-medium-2.text-color-white {
    color: var(--swatch_dccb7db6);
    font-size: 1rem;
    text-align: left;
}

.margin-top.margin-medium {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
}

.page-padding-5 {
    position: static;
    margin-top: 0px;
    padding: 40px 5%;
    text-align: left;
}

.section-cta11-2 {
    position: relative;
    /* margin-top: 60px; */
    background-color: var(--swatch_f88ea32d);
}

.cta11_component-2 {
    display: grid;
    justify-content: space-between;
    align-items: start;
    grid-auto-columns: 1fr;
    gap: 2rem 5rem;
    grid-template-columns: 1fr max-content;
    grid-template-rows: auto;
}

.text-color-white-4 {
    color: var(--swatch_1766b841);
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
}

.margin-bottom.margin-xsmall {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
}

.cta11_button-row {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.cta11_component-2 {
    display: grid;
    justify-content: space-between;
    align-items: start;
    grid-auto-columns: 1fr;
    gap: 2rem 5rem;
    grid-template-columns: 1fr max-content;
    grid-template-rows: auto;
}

.image-3 {
    margin-bottom: 20px;
}

.header10_image-wrapper {
    position: relative;
    min-height: 300px;
    flex: 0 1 auto;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    object-fit: contain;
}

.section-cta33 {
    margin-top: 0px;
    margin-bottom: 60px;
    background-color: var(--swatch_f88ea32d);
}

.cta33_logo-row {
    display: flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem 2rem;
}

.margin-bottom.margin-large {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
}

.padding-bottom.padding-xhuge {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
}

.margin-top.margin-xlarge {
    margin-top: 2rem;
}

.blogpost2_author-image {
    width: 3.5rem;
    height: 3.5rem;
    min-height: 3.5rem;
    min-width: 3.5rem;
    border-radius: 100%;
    object-fit: cover;
}

.blogpost2_author-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.blogpost2_author-image-wrapper {
    margin-bottom: 1rem;
}

.blogpost2_divider {
    width: 100%;
    height: 1px;
    max-width: 48rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    background-color: var(--swatch_dccb7db6);
}

.blogpost2_social-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.blogpost2_share {
    display: grid;
    margin-top: 1rem;
    justify-items: start;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 0.5rem;
    grid-template-columns: max-content;
    grid-template-rows: auto;
}

.blogpost2_social-link {
    padding: 0.25rem;
    border-radius: 20px;
    background-color: var(--swatch_150a737e);
}

.blogpost2_content-top {
    display: flex;
    width: 100%;
    margin-bottom: 2.5rem;
    justify-content: space-between;
    align-items: center;
}

a.blogpost2_social-link,a.blogpost5_social-link {
    color: rgb(249, 106, 99);
}
a.blogpost2_social-link:hover,a.blogpost5_social-link:hover{
    color: rgb(229 98 91);
}

.header2_component.left-column-smaller {
    column-gap: 0rem;
    grid-template-columns: 1fr 1fr;
}

.cta1_component {
    display: grid;
    align-items: center;
    grid-auto-columns: 1fr;
    gap: 4rem 5rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}

.text-color-white-4 {
    color: var(--swatch_1766b841);
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
}

.button-5 {
    margin-right: 10px;
    margin-left: 10px;
    padding: 0.75rem 1.5rem;
    border-style: solid;
    border-width: 1px;
    border-top-color: var(--swatch_b268ef2f);
    border-right-color: var(--swatch_b268ef2f);
    border-bottom-color: var(--swatch_b268ef2f);
    border-left-color: var(--swatch_b268ef2f);
    background-color: var(--swatch_b268ef2f); 
    color: var(--swatch_1766b841);
    text-align: center;
    border-radius: 8px;
}
.button-5:hover{
    background-color: #e5625b;
    color: var(--swatch_1766b841);
}

.blog63_image {
    inset: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog63_author-image {
    width: 3rem;
    height: 3rem;
    min-height: 3rem;
    min-width: 3rem;
    border-radius: 100%;
    object-fit: cover;
}

.blog63_author-wrapper {
    display: flex;
    margin-top: 1rem;
    align-items: center;
}

.blog63_item {
    display: grid;
    align-items: stretch;
    grid-auto-columns: 1fr;
    gap: 1rem 2rem;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: auto;
}

.blog63_list {
    align-items: start;
    gap: 4rem 3rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
}

.blog63_component {
    display: grid;
    align-items: start;
    grid-auto-columns: 1fr;
    gap: 4rem 0rem;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
}

.blog63_date-wrapper {
    display: flex;
    align-items: center;
}

.blog63_author-image-wrapper {
    margin-right: 1rem;
}

.blog63_text-divider {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.page-padding-6 {
    padding-right: 5%;
    padding-left: 5%;
}
.blogpost5_header {
    display: grid;
    align-items: start;
    grid-auto-columns: 1fr;
    gap: 4rem 2rem;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
}


.blogpost5_date-wrapper-2 {
    display: flex;
    margin-top: 0.25rem;
}
.blogpost5_date-2 {
    margin-left: 0.25rem;
    /* font-size: 0.875rem; */
}

.blogpost5_content-wrapper {
    display: grid;
    align-items: start;
    grid-auto-columns: 1fr;
    gap: 4rem 5rem;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: auto;
}

.blogpost5_content-left {
    position: sticky;
    top: 7rem;
    max-width: 20rem;
}
.blogpost5_content {
    margin-bottom: 4rem;
}
.blogpost5_author-image-wrapper {
    margin-right: 1rem;
}
.blogpost5_author-wrapper-2 {
    display: flex;
    margin-bottom: 1.5rem;
    flex-direction: row;
    align-items: flex-start;
}
.blogpost5_author-image-2 {
    width: 3rem;
    height: 3rem;
    min-height: 3rem;
    min-width: 3rem;
    border-radius: 100%;
    object-fit: cover;
}
.blogpost5_share-wrapper {
    display: flex;
    width: 100%;
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
}
.blogpost5_share {
    display: grid;
    justify-items: start;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 0.5rem;
    grid-template-columns: max-content;
    grid-template-rows: auto;
}
.blogpost5_social-link {
    padding: 0.25rem;
    border-radius: 20px;
    background-color: var(--swatch_150a737e);
}
.blogpost5_header .blogpost5_category-link {
    margin-right: 1rem;
    padding: 0.25rem 0.5rem;
    background-color: var(--swatch_150a737e);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    color: #f96a63;
}
.blogpost5_meta-wrapper {
    margin-bottom: 1.5rem;
}
.button-link.with-icon {
    column-gap: 0.5rem;
}
.margin-bottom.margin-medium {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
}
.text-size-small.text-weight-semibold.text-inline {
    display: inline;
}
.blog33_author-image {
    width: 3rem;
    height: 3rem;
    min-height: 3rem;
    min-width: 3rem;
    border-radius: 100%;
    object-fit: cover;
}
.blog33_list {
    gap: 4rem 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
}
.heading-small-2 {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 700;
}
.blog33_list .blog33_category-link {
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    color:var(--swatch_dccb7db6);
}
.blog33_list .blogpost5_image {
    width: 100%;
    margin-bottom: 1.5rem;
}
.blog33_author-wrapper {
    display: flex;
    margin-top: 1.5rem;
    align-items: center;
}

.blog33_author-image-wrapper {
    margin-right: 1rem;
}
.blog33_date-wrapper {
    display: flex;
    align-items: center;
}
.blog33_text-divider {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
.button-row.is-button-row-center {
    margin-top: 40px;
    justify-content: center;
}
.blog33_item .heading-small-2{
    color: var(--swatch_dccb7db6);
}
.blog3-newsletter_component {
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-auto-columns: 1fr;
    gap: 1rem 5rem;
    grid-template-columns: 1fr max-content;
    grid-template-rows: auto;
}
.blog3-newsletter_content {
    flex: 1 1 0%;
}
.search-knowledge {
    width: 320px;
    max-width: 100%;
    height: 100%;
    margin-bottom: 0px;
    padding-left: 42px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: rgb(208, 213, 221) !important;
    border-radius: 8px !important;
    background-image: url(/wp-content/uploads/2022/08/search-icon.png);
    background-position: 16.5px 50%;
    background-repeat: no-repeat;
    color: rgb(83, 105, 102) !important;
    font-size: 14px;
    font-family: Inter;
}
.form-wrapper {
    display: grid;
    margin-bottom: 1rem;
    align-items: center;
    grid-auto-columns: 1fr;
    gap: 1rem;
    grid-template-columns: 1fr max-content;
    grid-template-rows: auto;
}
.search-wrapper {
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
}
.section-search {
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.margin-bottom.margin-huge {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
}
.search-result-list {
    display: grid;
    grid-auto-columns: 1fr;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
}
@media screen and (max-width: 991px) {
    .hide-tablet {
        display: none;
    }

    .show-tablet {
        display: block;
    }

    .blogpost5_header {
        min-height: auto;
        grid-auto-flow: row;
        row-gap: 4rem;
        grid-template-columns: 1fr;
    }
    .blogpost5_content-wrapper {
        row-gap: 3rem;
        grid-template-columns: 100%;
    }
    .blogpost5_contributers {
        position: static;
    }
    .blogpost5_content-left {
        position: static;
        padding-right: 0rem;
    }
    .blogpost5_content {
        margin-bottom: 3rem;
        order: -9999;
    }
    .blog33_list {
        grid-template-columns: 1fr 1fr;
    }
    .blog3-newsletter_component {
        gap: 2rem 3rem;
        grid-template-columns: 1fr;
    }
}
.padding-vertical.padding-xxlarge {
    padding-right: 0rem;
    padding-left: 0rem;
}
.text-color-white-3 {
    font-family: Inter;
    color: var(--swatch_1766b841);
    font-size: 1rem;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .hide-mobile-landscape {
        display: none;
    }

    .show-mobile-landscape {
        display: block;
    }
    .cta11_component-2 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        row-gap: 2rem;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 479px) {

    .hide-mobile-portrait {
        display: none;
    }

    .show-mobile-portrait {
        display: block;
    }

    .blog63_item {
        row-gap: 1.5rem;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

    .blog63_component {
        grid-template-columns: 1fr;
    }
    .header10_content-wrapper {
        grid-template-columns: 1fr;
    }
    .margin-top {
        margin-right: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
    }
    .header1_component {
        grid-template-columns: 1fr;
    }
}