/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
details,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.w-dropdown-toggle {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
/* .w-lightbox-content */
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
/**
 * 1. Reset if style is set by user on "All Images"
 */
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
/*
 * Utility classes
 */
@media (min-width: 768px) {
  /* .w-lightbox-content */
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
/**
 * NOTE: These rules are overridden in site-designer.less to use container queries instead of media queries
 * when the navbar is inside a Frame on the Open Canvas.
 */
.w--tab-active {
  display: block;
}
.w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

:root {
  --type-body--font: var(--type-all-fonts--secondary-font);
  --colors-all--black: #1d1c1a;
  --type-body--font-size-lg: 1rem;
  --type-body--line-height: 1.6em;
  --type-body--letter-spacing: 0em;
  --type-body--font-size-md: 1rem;
  --type-body--font-size-sm: 1rem;
  --type-body--font-size-xs: 1rem;
  --type-h1--bottom-margin: .2em;
  --type-h1--font: var(--type-all-fonts--primary-font);
  --colors-all--red: #871a3e;
  --type-h1--font-size-lg: 3.3rem;
  --type-h1--line-height: 1.1em;
  --type-h1--letter-spacing: 0em;
  --type-h1--font-size-md: 3rem;
  --type-h1--font-size-sm: 2.8rem;
  --type-h1--font-size-xs: 2rem;
  --type-h2--bottom-margin: .3em;
  --type-h2--font: var(--type-all-fonts--primary-font);
  --type-h2--font-size-lg: 2.5rem;
  --type-h2--line-height: 1.1em;
  --type-h2--letter-spacing: 0em;
  --type-h2--font-size-md: 2rem;
  --type-h2--font-size-sm: 1.8rem;
  --type-h2--font-size-xs: 1.8rem;
  --type-h3--bottom-margin: .5em;
  --type-h3--font: var(--type-all-fonts--primary-font);
  --type-h3--font-size-lg: 2rem;
  --type-h3--line-height: 1.2em;
  --type-h3--letter-spacing: 0em;
  --type-h3--font-size-md: 2rem;
  --type-h3--font-size-sm: 1.4rem;
  --type-h3--font-size-xs: 1.4rem;
  --type-h4--bottom-margin: .8em;
  --type-h4--font: var(--type-all-fonts--primary-font);
  --type-h4--font-size-lg: 1.25rem;
  --type-h4--line-height: 1.4em;
  --type-h4--letter-spacing: 0em;
  --type-h4--font-size-md: 1.25rem;
  --type-h4--font-size-sm: 1.25rem;
  --type-h4--font-size-xs: 1.25rem;
  --type-paragraph--bottom-margin: 1em;
  --colors-all--white: white;
  --spacing-layout--section-padding-lg: var(--spacing-utility-rem--8rem);
  --spacing-layout--section-padding-md: var(--spacing-utility-rem--6rem);
  --spacing-layout--section-padding-sm: var(--spacing-utility-rem--5rem);
  --spacing-layout--section-padding-xs: var(--spacing-utility-rem--4rem);
  --spacing-utility-rem--4rem: 4rem;
  --spacing-layout--container-max-width: 84rem;
  --colors-all--nude: #f6eee9;
  --colors-all--dark-beige: #f6eee9;
  --component-button--vertical-padding: .5em;
  --component-button--horizontal-padding: 1.5em;
  --component-button--border-radius: .5rem;
  --component-button--font: var(--type-all-fonts--secondary-font);
  --component-button--font-size: 1rem;
  --component-button--line-height: 1.5em;
  --component-button--letter-spacing: 0em;
  --colors-all--pink: #ffebeb;
  --colors-all--dark-green: #2c534d;
  --component-card--border-radius: .5rem;
  --colors-all--mid-gray: #888680;
  --component-input--border-radius: .5rem;
  --component-input--font: var(--type-all-fonts--secondary-font);
  --component-input--font-size: 1rem;
  --component-input--line-height: 1.5em;
  --component-input--letter-spacing: 0em;
  --colors-all--light-gray: #dfddd6;
  --colors-page-wrapper--background: var(--colors-all--light-beige);
  --colors-page-wrapper--text: var(--colors-all--black);
  --type-eyebrow--bottom-margin: 1.5em;
  --type-eyebrow--font: var(--type-all-fonts--secondary-font);
  --type-eyebrow--font-size-lg: .8rem;
  --type-eyebrow--line-height: 1.2em;
  --type-eyebrow--font-size-md: .8rem;
  --type-eyebrow--font-size-sm: .8rem;
  --type-eyebrow--font-size-xs: .8rem;
  --type-paragraph-0-9--bottom-margin: 1em;
  --type-paragraph-0-9--font: var(--type-all-fonts--secondary-font);
  --type-paragraph-0-9--font-size-lg: .9rem;
  --type-paragraph-0-9--line-height: 1.5em;
  --type-paragraph-0-9--letter-spacing: 0em;
  --type-paragraph-0-9--font-size-md: .9rem;
  --type-paragraph-0-9--font-size-sm: .9rem;
  --type-paragraph-0-9--font-size-xs: .9rem;
  --type-paragraph-1-25--bottom-margin: 1em;
  --type-paragraph-1-25--font: var(--type-all-fonts--secondary-font);
  --type-paragraph-1-25--font-size-lg: 1.25rem;
  --type-paragraph-1-25--line-height: 1.5em;
  --type-paragraph-1-25--letter-spacing: 0em;
  --type-paragraph-1-5--bottom-margin: 1em;
  --type-paragraph-1-5--font: var(--type-all-fonts--secondary-font);
  --type-paragraph-1-5--font-size-lg: 1.5rem;
  --type-paragraph-1-5--line-height: 1.4em;
  --type-paragraph-1-5--font-size-md: 1.5rem;
  --type-paragraph-1-5--font-size-sm: 1.3rem;
  --type-paragraph-1-5--font-size-xs: 1.3rem;
  --type-all-fonts--primary-font: dashiell-fine, sans-serif;
  --spacing-utility-em--2em: 2em;
  --spacing-utility-em--3em: 3em;
  --spacing-utility-em--1em: 1em;
  --type-paragraph-1-25--font-size-md: 1.25rem;
  --type-paragraph-1-25--font-size-sm: 1.1rem;
  --type-paragraph-1-25--font-size-xs: 1.1rem;
  --colors-all--light-green: #9fd6cd;
  --colors-all--yellow: #f2dcb3;
  --colors-all--light-beige: #fcfaf8;
  --type-all-fonts--secondary-font: Inter, sans-serif;
  --colors-all--dirty-pink: #cfb1b1;
  --component-button--font-weight: var(--type-weight--400);
  --component-input--font-weight: var(--type-weight--400);
  --spacing-layout--row-col-gap: 40px;
  --spacing-utility-rem--5rem: 5rem;
  --spacing-utility-rem--6rem: 6rem;
  --spacing-utility-rem--8rem: 8rem;
  --type-body--font-weight: var(--type-weight--400);
  --type-eyebrow--font-weight: var(--type-weight--500);
  --type-h1--font-weight: var(--type-weight--500);
  --type-h2--font-weight: var(--type-weight--500);
  --type-h3--font-weight: var(--type-weight--500);
  --type-h4--font-weight: var(--type-weight--500);
  --type-paragraph-0-9--font-weight: var(--type-weight--400);
  --type-paragraph-1-5--font-weight: var(--type-weight--400);
  --type-paragraph-1-25--font-weight: var(--type-weight--400);
  --type-weight--400: 0px;
  --type-weight--500: 0px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  font-family: var(--type-body--font);
  color: var(--colors-all--black);
  font-size: var(--type-body--font-size-lg);
  line-height: var(--type-body--line-height);
  letter-spacing: var(--type-body--letter-spacing);
  font-weight: var(--type-body--font-weight);
}

h1 {
  margin-bottom: var(--type-h1--bottom-margin);
  font-family: var(--type-h1--font);
  color: var(--colors-all--red);
  font-size: var(--type-h1--font-size-lg);
  line-height: var(--type-h1--line-height);
  letter-spacing: var(--type-h1--letter-spacing);
  font-weight: var(--type-h1--font-weight);
}

h2 {
  margin-top: 0;
  margin-bottom: var(--type-h2--bottom-margin);
  font-family: var(--type-h2--font);
  color: var(--colors-all--red);
  font-size: var(--type-h2--font-size-lg);
  line-height: var(--type-h2--line-height);
  letter-spacing: var(--type-h2--letter-spacing);
  font-weight: var(--type-h2--font-weight);
}

h3 {
  margin-top: 0;
  margin-bottom: var(--type-h3--bottom-margin);
  font-family: var(--type-h3--font);
  color: var(--colors-all--red);
  font-size: var(--type-h3--font-size-lg);
  line-height: var(--type-h3--line-height);
  letter-spacing: var(--type-h3--letter-spacing);
  font-weight: var(--type-h3--font-weight);
}

h4 {
  margin-top: 0;
  margin-bottom: var(--type-h4--bottom-margin);
  font-family: var(--type-h4--font);
  color: var(--colors-all--red);
  font-size: var(--type-h4--font-size-lg);
  line-height: var(--type-h4--line-height);
  letter-spacing: var(--type-h4--letter-spacing);
  font-weight: var(--type-h4--font-weight);
}

h5 {
  color: var(--colors-all--red);
}

p {
  margin-bottom: var(--type-paragraph--bottom-margin);
}

a {
  color: #333333bf;
  text-underline-position: under;
  text-underline-offset: .05em;
  text-decoration: underline;
  text-decoration-thickness: .1em;
}

a:hover {
  text-decoration: none;
}

a:focus-visible {
  outline-color: var(--colors-all--red);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

ul {
  text-align: left;
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 2.2em;
  list-style-type: none;
}

ol {
  text-align: left;
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 2.2em;
}

li {
  margin-bottom: .3em;
}

img {
  border-radius: 20px;
  max-width: 100%;
  display: inline-block;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.h1 {
  margin-top: 0;
  margin-bottom: var(--type-h1--bottom-margin);
  font-family: var(--type-h1--font);
  font-size: var(--type-h1--font-size-lg);
  line-height: var(--type-h1--line-height);
  letter-spacing: var(--type-h1--letter-spacing);
  font-weight: var(--type-h1--font-weight);
}

.h1.u-text-primary.cc-width {
  max-width: 600px;
}

.h2 {
  margin-top: 0;
  margin-bottom: var(--type-h2--bottom-margin);
  font-family: var(--type-h2--font);
  color: var(--colors-all--white);
  font-size: var(--type-h2--font-size-lg);
  line-height: var(--type-h2--line-height);
  letter-spacing: var(--type-h2--letter-spacing);
  font-weight: var(--type-h2--font-weight);
}

.h3 {
  margin-top: 0;
  margin-bottom: var(--type-h3--bottom-margin);
  font-family: var(--type-h3--font);
  font-size: var(--type-h3--font-size-lg);
  line-height: var(--type-h3--line-height);
  letter-spacing: var(--type-h3--letter-spacing);
  font-weight: var(--type-h3--font-weight);
}

.h4 {
  margin-top: 0;
  margin-bottom: var(--type-h4--bottom-margin);
  font-family: var(--type-h4--font);
  font-size: var(--type-h4--font-size-lg);
  line-height: var(--type-h4--line-height);
  letter-spacing: var(--type-h4--letter-spacing);
  font-weight: var(--type-h4--font-weight);
  padding: 0;
}

.h4.u-text-primary {
  text-decoration: none;
}

.section {
  padding-top: var(--spacing-layout--section-padding-lg);
  padding-bottom: var(--spacing-layout--section-padding-lg);
  position: static;
}

.section.header-section {
  border-radius: 20px;
  padding-top: 2rem;
  display: block;
  position: relative;
}

.section.header-section.u-bg-dark-beige {
  border-radius: 0;
}

.section.u-bg-primary {
  background-color: var(--colors-all--red);
}

.section.u-bg-dark-beige {
  padding-top: var(--spacing-layout--section-padding-sm);
  padding-bottom: var(--spacing-layout--section-padding-sm);
  border-radius: 0;
}

.section.u-pt-2.u-pb-2.min-height-800 {
  min-height: 800px;
}

.section.brand-article {
  padding-top: var(--spacing-layout--section-padding-xs);
}

.section.brand-session {
  padding-top: 0;
  padding-bottom: var(--spacing-layout--section-padding-xs);
}

.section.free-consultation {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

 .section.cc-pading {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.container {
  width: 88%;
  max-width: var(--spacing-layout--container-max-width);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: visible;
}

.container.nav-container {
  height: 69px;
}

.container.cc-margin-top {
  margin-top: 3.3rem;
}

.container.cc-custom-width {
  max-width: 940px;
}

.container.brand-hub {
  width: 98%;
}

.container.brand-session {
  background-color: var(--colors-all--nude);
  border-radius: 20px;
  padding: 30px;
}

.container.splide-veride {
  width: 99vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 17%;
  overflow: clip;
}

.row {
  margin-left: calc(var(--spacing-layout--row-col-gap) / 2 * -1);
  margin-right: calc(var(--spacing-layout--row-col-gap) / 2 * -1);
  margin-bottom: calc(var(--spacing-layout--row-col-gap) * -1);
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
}

.row.row-justify-center {
  justify-content: center;
}

.row.u-pt-2.cc-width {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.row.cc-width {
  width: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.row.custom-width {
  width: 100%;
  margin: 4rem auto;
}

.col {
  padding-left: calc(var(--spacing-layout--row-col-gap) / 2);
  padding-right: calc(var(--spacing-layout--row-col-gap) / 2);
  margin-bottom: var(--spacing-layout--row-col-gap);
  flex: 1;
}

.col.col-lg-7 {
  flex-basis: 58.33%;
  max-width: 58.3333%;
}

.col.col-lg-5 {
  flex-basis: 41.67%;
  max-width: 41.6667%;
}

.col.col-lg-8 {
  flex-basis: 66.67%;
  max-width: 66.6667%;
}

.col.col-lg-4 {
  flex-basis: 33.33%;
  max-width: 33.3333%;
}

.col.col-lg-4.cc-custom-padding {
  padding-right: 0;
}

.col.col-lg-4.relative {
  position: relative;
}

.col.u-text-center {
  flex: 1;
}

.col.u-text-center.cc-max-width {
  max-width: 1000px;
}

.col.vertical-align {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.col.u-bg-dark-beige.u-pt-3.u-pb-3 {
  flex: 1;
}

.col.splide-container {
  flex: 0 auto;
  width: auto;
  display: block;
}

.btn {
  padding-top: var(--component-button--vertical-padding);
  padding-right: var(--component-button--horizontal-padding);
  padding-bottom: var(--component-button--vertical-padding);
  padding-left: var(--component-button--horizontal-padding);
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  border-top-left-radius: var(--component-button--border-radius);
  border-top-right-radius: var(--component-button--border-radius);
  border-bottom-left-radius: var(--component-button--border-radius);
  border-bottom-right-radius: var(--component-button--border-radius);
  background-color: var(--colors-all--red);
  font-family: var(--component-button--font);
  color: var(--colors-all--white);
  font-size: var(--component-button--font-size);
  line-height: var(--component-button--line-height);
  text-align: center;
  letter-spacing: var(--component-button--letter-spacing);
  font-weight: var(--component-button--font-weight);
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition-property: box-shadow, border-color;
  transition-duration: .3s, .3s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1), cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
  box-shadow: inset 0 0 #0000;
}

.btn:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px #00000026;
}

.btn.nav-bar {
  font-size: .8rem;
}

.card {
  border-radius: var(--component-card--border-radius);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form {
  width: 100%;
  position: relative;
}

.input {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--colors-all--mid-gray);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--colors-all--mid-gray);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--colors-all--mid-gray);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--colors-all--mid-gray);
  border-top-left-radius: var(--component-input--border-radius);
  border-top-right-radius: var(--component-input--border-radius);
  border-bottom-left-radius: var(--component-input--border-radius);
  border-bottom-right-radius: var(--component-input--border-radius);
  background-color: var(--colors-all--white);
  height: 100%;
  min-height: 3rem;
  font-family: var(--component-input--font);
  color: var(--colors-all--black);
  font-size: var(--component-input--font-size);
  line-height: var(--component-input--line-height);
  letter-spacing: var(--component-input--letter-spacing);
  font-weight: var(--component-input--font-weight);
  margin-bottom: 0;
  padding: 2.1rem 1rem .5rem;
  transition-property: border-color;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0%;
}

.input:hover, .input:focus {
  border-color: var(--colors-all--red);
}

.input::placeholder {
  color: var(--colors-all--mid-gray);
}

.page-wrapper {
  background-color: var(--colors-page-wrapper--background);
  color: var(--colors-page-wrapper--text);
  position: relative;
  overflow: clip;
}

.page-wrapper.u-minh-100vh {
  overflow: visible;
}

.eyebrow {
  margin-bottom: var(--type-eyebrow--bottom-margin);
  font-family: var(--type-eyebrow--font);
  font-size: var(--type-eyebrow--font-size-lg);
  line-height: var(--type-eyebrow--line-height);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: var(--type-eyebrow--font-weight);
}

.paragraph-0-9 {
  margin-bottom: var(--type-paragraph-0-9--bottom-margin);
  font-family: var(--type-paragraph-0-9--font);
  font-size: var(--type-paragraph-0-9--font-size-lg);
  line-height: var(--type-paragraph-0-9--line-height);
  letter-spacing: var(--type-paragraph-0-9--letter-spacing);
  font-weight: var(--type-paragraph-0-9--font-weight);
}

.paragraph-1-25 {
  margin-bottom: var(--type-paragraph-1-25--bottom-margin);
  font-family: var(--type-paragraph-1-25--font);
  font-size: var(--type-paragraph-1-25--font-size-lg);
  line-height: var(--type-paragraph-1-25--line-height);
  letter-spacing: var(--type-paragraph-1-25--letter-spacing);
  font-weight: var(--type-paragraph-1-25--font-weight);
}

.paragraph-1-25.cc-width {
  max-width: 651px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-1-5 {
  margin-bottom: var(--type-paragraph-1-5--bottom-margin);
  font-family: var(--type-paragraph-1-5--font);
  font-size: var(--type-paragraph-1-5--font-size-lg);
  line-height: var(--type-paragraph-1-5--line-height);
  font-weight: var(--type-paragraph-1-5--font-weight);
}

.paragraph-1-5.u-text-primary.cc-custom-padding {
  margin-bottom: 0;
  padding-left: 10px;
}

.u-bg-primary {
  background-color: var(--colors-all--red);
}

.u-text-primary {
  color: var(--colors-all--red);
}

.u-text-white {
  color: var(--colors-all--white);
}

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

.u-mt-0 {
  margin-top: 0;
}

.u-mt-3 {
  margin-top: var(--spacing-utility-em--3em);
}

.u-mt-1 {
  margin-top: var(--spacing-utility-em--1em);
}

.u-mb-1 {
  margin-bottom: var(--spacing-utility-em--1em);
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-2 {
  margin-bottom: var(--spacing-utility-em--2em);
}

.u-mb-3 {
  margin-bottom: var(--spacing-utility-em--3em);
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-pb-3 {
  padding-bottom: var(--spacing-utility-em--3em);
}

.u-pb-2 {
  padding-bottom: var(--spacing-utility-em--2em);
}

.u-pt-1 {
  padding-top: var(--spacing-utility-em--1em);
}

.u-pt-2 {
  padding-top: var(--spacing-utility-em--2em);
}

.u-pt-3 {
  padding-top: var(--spacing-utility-em--3em);
}

.page-main {
  margin-top: 0;
}

.u-minh-100vh {
  min-height: 100vh;
}

.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4 {
  margin-top: var(--spacing-utility-em--1em);
  color: var(--colors-all--red);
}

.rich-text blockquote {
  margin-top: var(--spacing-utility-em--2em);
  margin-bottom: var(--spacing-utility-em--2em);
  padding: var(--spacing-utility-em--1em);
  border-left: 1px dotted var(--colors-all--red);
  font-size: var(--type-paragraph-1-25--font-size-lg);
}

.rich-text img {
  border-radius: var(--component-card--border-radius);
  overflow: hidden;
}

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

.rich-text ul {
  list-style-type: disc;
}

.u-bg-dark-green {
  background-color: var(--colors-all--dark-green);
}

.u-bg-nude {
  background-color: var(--colors-all--nude);
}

.u-bg-light-beige {
  background-color: var(--colors-all--light-beige);
}

.navbar {
  background-color: var(--colors-all--white);
  flex-flow: column;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-link {
  font-family: var(--type-all-fonts--secondary-font);
  padding: 0 11px;
  font-size: .9rem;
}

.nav-link.w--current {
  color: var(--colors-all--black);
  border: 1px #000;
  text-decoration: underline;
}

.nav-link.hide {
  display: none;
}

.nav-container {
  justify-content: flex-start;
  align-items: center;
  max-width: 84rem;
  height: 140px;
  display: flex;
}

.image-slider-container {
  width: auto;
  position: relative;
  left: -40%;
  overflow: visible;
}

.image-slider-container.portraits {
  left: -25%;
}

.slider-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 350px;
  height: 500px;
  display: flex;
  overflow: clip;
}

.div-block-5 {
  text-align: center;
  background-color: #f6eee9;
  width: 100%;
  padding: 13px;
  position: relative;
  top: 88px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.is-bold {
  font-weight: 600;
}

.div-block-6 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.slider-gradient {
  z-index: 1;
  background-image: linear-gradient(84deg, #fff, #fff0 70%);
  width: 100px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider-gradient._2 {
  transform-style: preserve-3d;
  inset: 0% 0% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.slider-gradient._2.portrait, .slider-gradient.portrait {
  background-image: linear-gradient(84deg, #f6eee9, #fff0 70%);
}

.image-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.footer-link {
  margin-bottom: 15px;
}

.div-block-7 {
  flex-flow: column;
  display: flex;
}

.social-icons {
  margin-left: -9px;
  display: flex;
}

.social-icon {
  padding: 15px;
}

.image {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.testimonial-item {
  border-radius: 20px;
  width: 100%;
  max-width: none;
  margin-right: 20px;
  overflow: clip;
}

.testimonial-item.website-design {
  width: auto;
  max-width: none;
  margin-right: 0;
}

.testimonial-img {
  background-image: url('../images/IMG_8300.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 300px;
  height: auto;
}

.testimonial-content {
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  max-width: 450px;
  padding: 20px 40px 20px 37px;
  display: flex;
}

.testimonial-content.website-design {
  justify-content: space-between;
  max-width: none;
  padding-top: 29px;
  padding-bottom: 29px;
}

.personal-brand-item {
  display: flex;
}

.personal-brand-icon {
  padding-right: 20px;
}

.code-embed-2 {
  color: var(--colors-all--red);
}

.instagram-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 290px;
  height: 361px;
  margin-right: 0;
}

.list {
  padding-left: 0;
}

.paragraph {
  color: var(--colors-page-wrapper--text);
  text-align: left;
}

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

.u-bg-dirty-pink {
  background-color: var(--colors-all--dirty-pink);
}

.div-block-13 {
  max-width: 498px;
  margin-left: auto;
  margin-right: auto;
}

.blog-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: auto;
  height: 291px;
}

.blog-content {
  margin-top: 24px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.collection-list-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.u-text-yellow {
  color: var(--colors-all--yellow);
}

.div-block-14 {
  max-width: 500px;
}

.div-block-14.u-text-center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 57% 0% 0%;
}

.div-block-17 {
  flex-flow: column;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-18 {
  justify-content: space-between;
  display: flex;
}

.div-block-19 {
  display: flex;
}

.brand-img {
  width: 25%;
}

.image-7 {
  border-radius: 20px;
  display: block;
}

.div-block-20 {
  margin-bottom: 8rem;
  position: relative;
}

.div-block-21 {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  padding: 31px;
  display: flex;
}

.div-block-21.u-bg-dark-beige {
  background-color: var(--colors-all--dark-beige);
}

.div-block-22 {
  background-image: url('../images/IMG_5530.jpg');
  background-position: 50% 25%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 560px;
}

.div-block-23 {
  padding: 17px 1px;
  display: block;
}

.brand-image-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 560px;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item {
  width: 100%;
}

.text-block-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-24 {
  display: flex;
}

.image-8 {
  width: 50px;
  height: auto;
}

.div-block-26 {
  width: auto;
  height: auto;
}

.div-block-27 {
  flex-flow: row;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.div-block-28 {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.div-block-30 {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.u-bg-dark-beige {
  background-color: var(--colors-all--dark-beige);
  border-radius: 30px;
}

.div-block-31 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-32 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 33%;
  display: flex;
}

.div-block-33 {
  width: 33%;
}

.div-block-34 {
  align-items: flex-end;
  width: 33%;
  display: flex;
}

.image-9 {
  z-index: 1;
  border-radius: 20px;
  width: 80%;
  position: relative;
  top: 44px;
  left: 42px;
}

.image-10 {
  border-radius: 20px;
  width: 80%;
  position: relative;
  top: -31px;
  left: -39px;
}

.div-block-35 {
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-36 {
  background-image: url('../images/about-gina-ayanna-4.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 600px;
}

.image-11 {
  border-radius: 20px;
}

.brand-hub-side-menu {
  background-color: var(--colors-all--dirty-pink);
  border-radius: 20px;
  padding: 20px 30px;
  position: static;
  top: 120px;
}

.link-blog-category {
  background-color: var(--colors-all--pink);
  border-radius: 20px;
  padding: 7px 12px;
  text-decoration: none;
}

.link-blog-category:hover, .link-blog-category.w--current {
  background-color: var(--colors-all--red);
  color: var(--colors-all--white);
}

.collection-list-5 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.collection-list-wrapper {
  margin-bottom: 24px;
}

.collection-list-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.text-block-3 {
  transition: background-color .2s;
}

.brand-hub-item-img {
  background-image: url('../images/Ginabrandimage.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  height: 500px;
}

.collection-item-2 {
  margin-bottom: 40px;
}

.div-block-44 {
  padding-top: 16px;
  padding-bottom: 0;
}

.brand-item-category-link {
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 14px;
  text-decoration: none;
}

.div-block-45 {
  padding-top: 13px;
  padding-bottom: 13px;
}

.link-block {
  width: 100%;
}

.link-block-2 {
  text-decoration: none;
}

.div-block-46 {
  background-image: url('../images/Light-Beige-Photo-Collage-Home-Decor-Blog-Banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 500px;
  margin-top: 2rem;
}

.div-block-47 {
  flex-flow: column;
  justify-content: flex-start;
  width: 1000px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-48 {
  width: auto;
  max-width: 1000px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.author-item {
  background-color: var(--colors-all--dark-beige);
  border-radius: 20px;
  max-width: 800px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
}

.author-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: 100%;
  border-radius: 200vh;
  width: 30%;
  height: 251px;
}

.author-bio {
  border-left: 1px solid var(--colors-all--red);
  width: 505px;
  margin-left: 30px;
  padding-left: 30px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: 286px;
  margin-top: 28px;
}

.div-block-49 {
  margin-top: 11px;
}

.collection-list-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  display: flex;
}

.link-block-3 {
  background-color: var(--colors-all--light-green);
  border-radius: 20px;
  padding: 7px 14px;
  text-decoration: none;
}

.div-block-50 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.grid-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-block-51 {
  background-image: url('../images/brand-hub-img-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 300px;
}

.div-block-52 {
  background-image: url('../images/brand-hub-img-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.div-block-53 {
  background-image: url('../images/brand-hub-img-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 300px;
}

.div-block-54 {
  background-image: url('../images/brand-hub-img-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.search {
  position: relative;
}

.code-embed-3, .code-embed-4, .code-embed-5, .code-embed-6 {
  color: var(--colors-all--red);
}

.image-13 {
  width: 300px;
  height: auto;
  overflow: visible;
}

.flex-block {
  margin-top: 15px;
}

.paragraph-2 {
  border: 1px none var(--colors-all--red);
  background-color: var(--colors-all--dark-beige);
  border-radius: 20px;
  padding: 20px;
}

.div-block-59 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.image-14 {
  width: 40px;
  height: 50px;
}

.div-block-61 {
  border-radius: 20px;
  width: 100%;
  overflow: clip;
}

.image-17, .image-18, .image-19, .image-20, .image-21 {
  border-radius: 20px;
}

.newsletter-block {
  text-align: left;
  max-width: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-63 {
  background-color: #ffffff87;
  border-radius: 20px;
  padding: 20px;
  display: block;
}

.brand-hub-filter-container {
  position: sticky;
  top: 119px;
}

.code-embed-7 {
  border-radius: 20px;
  height: auto;
}

.div-block-73 {
  border-radius: 20px;
  max-width: 900px;
  height: 98%;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
}

.div-block-74 {
  text-align: center;
  margin-bottom: 30px;
}

.image-49 {
  width: 36px;
  height: 36px;
  margin-left: auto;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-body-cont {
  border: 1px #871a3e;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.toggle-text {
  z-index: 2;
  color: var(--colors-all--red);
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  position: relative;
}

.div-block-99 {
  width: 50%;
}

.faq-p {
  background-color: var(--colors-all--dark-beige);
  border-radius: 20px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq {
  background-color: var(--colors-all--dark-beige);
  color: #fff;
  white-space: break-spaces;
  border: 1px #871a3e;
  border-radius: 6px 6px 0 0;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-container {
  clear: none;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  min-width: 0;
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.div-block-98 {
  width: 50%;
}

.image-50 {
  width: 20px;
  height: auto;
}

.image-51 {
  width: 13px;
  height: auto;
}

.image-52 {
  width: 23px;
  height: auto;
  overflow: visible;
}

.image-53 {
  width: 22px;
  height: auto;
  overflow: visible;
}

.div-block-100 {
  text-align: center;
  padding-top: 17px;
  padding-bottom: 17px;
}

.link-block-6 {
  width: 100%;
}

.image-55 {
  border-radius: 20px;
}

.splide__slide {
  background-color: #0000;
  border-radius: 20px;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-right: 20px;
}

.splide__slide.website-design {
  background-color: var(--colors-all--light-beige);
  margin-right: 20px;
  padding: 10px;
}

.our-work-content {
  padding: 21px;
}

.code-embed-8, .u-text-primary-2 {
  color: #871a3e;
}

.test-monial-content-container {
  background-color: #fcfaf8;
  border-radius: 20px;
  width: auto;
  height: auto;
  min-height: 492px;
  display: flex;
}

.h3-2 {
  letter-spacing: 0;
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: var(--type-h3--font-weight);
  margin-top: 0;
  margin-bottom: .5em;
}

.h3-2.u-text-primary-2.u-mb-0 {
  margin-bottom: 0;
}

.splide__track {
  width: 100%;
  padding-top: 34px;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.splide__list {
  width: auto;
  display: flex;
  overflow: visible;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.splide.slider1 {
  width: 100%;
  overflow: visible;
}

.splide__pagination {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #242022;
  border-radius: 100vw;
  width: 6em;
  height: 3em;
  margin-right: 1em;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: #3732350f;
}

.splide__arrow.splide__arrow--next {
  background-image: url('../images/pagination-btn-1.svg');
  background-size: 70%;
  border-style: none;
  width: 60px;
  height: 60px;
}

.splide__arrow.splide__arrow--next:hover {
  background-color: #0000;
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

.splide__arrow.splide__arrow--prev {
  background-image: url('../images/pagination-btn-1.svg');
  background-size: 70%;
  border-style: none;
  width: 60px;
  height: 60px;
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:hover {
  background-color: #0000;
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__pagination__page {
  opacity: .2;
  background-color: #242022;
  width: 3em;
  height: 4px;
  margin-left: .3em;
  margin-right: 0;
  transition: all .3s;
}

.splide__pagination__page.is-active {
  opacity: 1;
  background-color: #242022;
}

.image-56, .image-57, .image-58 {
  width: 100%;
  height: auto;
}

.icon {
  color: var(--colors-all--red);
}

.brand.w--current {
  width: 300px;
  height: auto;
}

.div-block-108 {
  align-items: center;
  height: 100%;
  padding-right: 39px;
  display: flex;
}

.div-block-108.alternate {
  flex-flow: row;
  padding-left: 0;
  padding-right: 0;
}

.swiper-slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 400px;
  height: 600px;
  display: grid;
}

.swiper-slide.is-photos {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0%;
}

.swiper.is-photos, .swiper.is-photos2, .swiper.is-photos3, .swiper.is-photos4, .swiper.is-photos5 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-wrapper.is-photos {
  position: relative;
}

.div-block-109 {
  width: 100%;
  height: 650px;
  margin-left: auto;
  margin-right: auto;
}

.image-63 {
  width: 300px;
  height: auto;
  display: block;
  overflow: visible;
}

.div-block-112 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.arrow {
  background-image: url('../images/pagination-btn-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 60px;
  height: 60px;
}

.arrow.is-left, .arrow.is-left2, .arrow.is-left3, .arrow.is-left4, .arrow.is-left5 {
  transform: rotate(180deg);
}

.list-3 {
  list-style-type: disc;
}

.arrows-container {
  text-align: center;
  padding-top: 17px;
  padding-bottom: 17px;
}

.div-block-116 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: var(--colors-all--red);
}

.testimonial-collection {
  width: 100%;
  padding-top: 34px;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.testimonial-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.testimonial-slide {
  background-color: #0000;
  border-radius: 20px;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-right: 20px;
}

.clear-strategy-item {
  background-color: var(--colors-all--dark-beige);
  text-align: center;
  border: 1px solid #00000026;
  border-radius: 15px;
  min-height: 273px;
  padding: 28px;
  transition: box-shadow .2s;
}

.clear-strategy-item:hover {
  box-shadow: 0 2px 12px -1px #0003;
}

.brand-clarity-item {
  border-radius: 20px;
  padding: 28px;
  transition: box-shadow .2s;
}

.brand-clarity-item:hover {
  box-shadow: 0 2px 11px 1px #0003;
}

.code-embed-11 {
  margin-top: -12px;
}

.div-block-133 {
  text-align: center;
  margin-top: 21px;
}

.brand-cta-item {
  background-color: var(--colors-all--white);
  border: 1px solid #f2dcb399;
  border-radius: 20px;
}

.image-67 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.brand-cta-title {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.div-block-166 {
  margin-bottom: 9px;
}

.div-block-167 {
  margin-top: 14px;
}

.div-block-168 {
  padding: 20px;
}

.image-68 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.website-notice-area {
  background-color: var(--colors-all--dark-green);
  width: 100%;
  color: var(--colors-all--white);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.website-notice-area:hover {
  background-color: #15584e;
}

.text-block-33 {
  color: var(--colors-all--white);
  text-align: center;
  padding: 15px 10px 15px 20px;
  text-decoration: none;
}

.code-embed-13 {
  width: 14px;
  height: 20px;
}

.rt-faq {
  font-size: 1rem;
  line-height: 1.6;
}

.footer-titel {
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (min-width: 1920px) {
  .nav-link.w--current {
    padding-left: 11px;
    padding-right: 11px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: var(--type-body--font-size-md);
  }

  h1 {
    font-size: var(--type-h1--font-size-md);
  }

  h2 {
    font-size: var(--type-h2--font-size-md);
  }

  h3 {
    font-size: var(--type-h3--font-size-md);
  }

  h4 {
    font-size: var(--type-h4--font-size-md);
  }

  .h1, .h1.u-text-primary.animation1 {
    font-size: var(--type-h1--font-size-md);
  }

  .h2 {
    font-size: var(--type-h2--font-size-md);
  }

  .h3 {
    font-size: var(--type-h3--font-size-md);
    display: block;
  }

  .h4 {
    font-size: var(--type-h4--font-size-md);
  }

  .section {
    padding-top: var(--spacing-layout--section-padding-md);
    padding-bottom: var(--spacing-layout--section-padding-md);
  }

  .section.header-section {
    flex-flow: wrap-reverse;
    padding-top: 0;
    display: flex;
  }

  .section.u-pt-1 {
    padding-top: var(--spacing-layout--section-padding-xs);
  }

  .section.u-pt-2.u-pb-2.min-height-800.custom-padding-top {
    min-height: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.brand-session {
    padding-top: 4rem;
  }

  .container.nav-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container.cc-margin-top {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .container.cc-custom-width, .container.brand-hub {
    width: 88%;
  }

  .container.brand-session {
    padding: 16px;
  }

  .container.splide-veride {
    width: 100%;
    padding-left: 7%;
  }

  .row.custom-width {
    width: auto;
  }

  .col.col-lg-4.cc-custom-padding.col-md-12 {
    padding-right: calc(var(--spacing-layout--row-col-gap) / 2);
  }

  .col.col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-md-first {
    order: -1;
  }

  .eyebrow {
    font-size: var(--type-eyebrow--font-size-md);
  }

  .paragraph-0-9 {
    font-size: var(--type-paragraph-0-9--font-size-md);
  }

  .paragraph-1-5 {
    font-size: var(--type-paragraph-1-5--font-size-md);
  }

  .u-mt-0 {
    margin-top: 0;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

   .rich-text blockquote {
    font-size: var(--type-paragraph-1-25--font-size-md);
  }

  .navbar {
    border-bottom: 1px solid var(--colors-all--mid-gray);
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 1rem;
  }

  .image-slider-container {
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .image-slider-container.portraits {
    left: 0%;
  }

  .slider-item {
    background-size: cover;
  }

  .div-block-5 {
    top: 0;
  }

  .div-block-5.hide {
    display: none;
  }

  .collection-list {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-right: 400px;
    display: flex;
  }

  .slider-gradient {
    display: none;
  }

  .image-slider-wrapper {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .testimonial-item {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-bottom: 40px;
  }

  .testimonial-item.website-design {
    margin-bottom: 0;
  }

  .testimonial-img {
    width: 30%;
  }

  .testimonial-content {
    width: 70%;
    max-width: 100%;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .blog-item {
    margin-bottom: 39px;
  }

  .blog-img {
    width: auto;
    max-width: none;
  }

  .collection-list-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-14.u-text-center {
    margin-top: 50px;
    position: static;
  }

  .div-block-18 {
    display: none;
  }

  .div-block-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .brand-img {
    width: 100%;
  }

  .div-block-20 {
    margin-bottom: 0;
  }

  .div-block-21.u-bg-dark-beige {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-image-item {
    height: 560px;
  }

  .collection-list-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brand-hub-side-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: static;
    inset: 0% 6% auto;
  }

  .div-block-47 {
    width: auto;
    max-width: 800px;
  }

  .image-17 {
    width: 1005px;
  }

  .newsletter-block {
    max-width: 100%;
  }

  .filters-container {
    border-top: 1px none var(--colors-all--red);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    overflow: clip;
  }

  .brand-hub-filter-container {
    z-index: 100;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-block-65 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .test-monial-content-container {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h3-2 {
    font-size: 2rem;
    display: block;
  }

  .splide__track {
    width: 100%;
  }

  .splide__list {
    flex-flow: row;
    width: auto;
  }

  .splide__pagination {
    padding-top: 1.9em;
    position: relative;
  }

  .splide__pagination__page {
    width: 2em;
    height: 3px;
    margin-left: 0;
    margin-right: .3em;
  }

  .div-block-107 {
    height: auto;
  }

  .brand.w--current {
    width: 250px;
  }

  .testimonial-collection {
    width: 100%;
  }

  .testimonial-list {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: auto;
  }

  .clear-strategy-item {
    min-height: 400px;
  }

  .collection-list-wrapper-2 {
    max-width: 100%;
    position: relative;
  }

  .collection-item-4 {
    width: 300px;
  }

  .collection-item-4:last-child {
    margin-right: 23px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: var(--type-body--font-size-sm);
  }

  h1 {
    font-size: var(--type-h1--font-size-sm);
  }

  h2 {
    font-size: var(--type-h2--font-size-sm);
  }

  h3 {
    font-size: var(--type-h3--font-size-sm);
  }

  h4 {
    font-size: var(--type-h4--font-size-sm);
  }

  h5 {
    font-size: 1rem;
  }

  .h1 {
    font-size: var(--type-h1--font-size-sm);
  }

  .h1.u-text-primary.animation1 {
    font-size: var(--type-h1--font-size-xs);
  }

  .h2 {
    font-size: var(--type-h2--font-size-sm);
  }

  .h3 {
    font-size: var(--type-h3--font-size-sm);
  }

  .h4 {
    font-size: var(--type-h4--font-size-sm);
  }

  .section {
    padding-top: var(--spacing-layout--section-padding-sm);
    padding-bottom: var(--spacing-layout--section-padding-sm);
  }

  .container.cc-margin-top {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .container.cc-custom-width {
    width: 88%;
  }

  .container.brand-session {
    padding: 16px;
  }

  .row.cc-width.reverse {
    flex-flow: wrap-reverse;
  }

  .col.col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .btn {
    padding: .5em 1em;
  }

  .eyebrow {
    font-size: var(--type-eyebrow--font-size-sm);
  }

  .paragraph-0-9 {
    font-size: var(--type-paragraph-0-9--font-size-sm);
  }

  .paragraph-1-25 {
    font-size: 1.1rem;
  }

  .paragraph-1-5 {
    font-size: var(--type-paragraph-1-5--font-size-sm);
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

   .rich-text blockquote {
    font-size: var(--type-paragraph-1-25--font-size-sm);
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .testimonial-item {
    min-width: 0;
    max-width: none;
    margin-bottom: 0;
  }

  .testimonial-img {
    background-position: 50% 30%;
    width: 100%;
    max-width: none;
    height: 300px;
  }

  .testimonial-content {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-21.u-bg-dark-beige {
    width: auto;
  }

  .div-block-22 {
    height: 600px;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .div-block-32 {
    display: none;
  }

  .div-block-33 {
    width: 100%;
  }

  .div-block-34 {
    display: none;
  }

  .image-11 {
    width: 100%;
  }

  .author-item {
    flex-flow: column;
    align-items: center;
  }

  .author-img {
    width: 50%;
    margin-bottom: 2rem;
  }

  .author-bio {
    border-left-style: none;
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-99 {
    width: 100%;
  }

  .faq-p {
    margin-bottom: 20px;
  }

  .faq-container {
    flex-flow: column;
  }

  .div-block-98 {
    width: 100%;
  }

  .test-monial-content-container {
    flex-flow: column;
    height: auto;
  }

  .h3-2 {
    font-size: 1.4rem;
  }

  .div-block-107 {
    height: auto;
    margin-bottom: 31px;
  }

  .brand.w--current {
    width: 250px;
  }

  .div-block-108.alternate {
    padding-left: 0;
  }

  .swiper.is-photos, .swiper.is-photos2, .swiper.is-photos3, .swiper.is-photos4, .swiper.is-photos5 {
    width: 100%;
  }

  .testimonial-list {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .testimonial-slide {
    margin-right: 0;
  }

  .clear-strategy-item {
    min-height: 0;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: var(--type-body--font-size-xs);
  }

  h1 {
    font-size: var(--type-h1--font-size-xs);
  }

  h2 {
    font-size: var(--type-h2--font-size-xs);
  }

  h3 {
    font-size: var(--type-h3--font-size-xs);
  }

  h4 {
    font-size: var(--type-h4--font-size-xs);
  }

  .h1 {
    font-size: var(--type-h1--font-size-xs);
  }

  .h1.u-text-primary.animation1 {
    letter-spacing: var(--type-h1--letter-spacing);
  }

  .h2 {
    font-size: var(--type-h2--font-size-xs);
  }

  .h3 {
    font-size: var(--type-h3--font-size-xs);
  }

  .h4 {
    font-size: var(--type-h4--font-size-xs);
  }

  .section {
    padding-top: var(--spacing-layout--section-padding-xs);
    padding-bottom: var(--spacing-layout--section-padding-xs);
  }

  .container.nav-container {
    display: flex;
  }

  .container.cc-margin-top {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-lg-4.cc-custom-padding.col-md-12 {
    padding-right: calc(var(--spacing-layout--row-col-gap) / 2);
  }

  .col.hide {
    display: none;
  }

  .eyebrow {
    font-size: var(--type-eyebrow--font-size-xs);
  }

  .paragraph-0-9 {
    font-size: var(--type-paragraph-0-9--font-size-xs);
  }

  .paragraph-1-5 {
    font-size: var(--type-paragraph-1-5--font-size-xs);
  }

  .u-mt-0 {
    margin-top: 0;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

   .rich-text blockquote {
    font-size: var(--type-paragraph-1-25--font-size-xs);
  }

  .image-slider-container {
    width: auto;
  }

  .slider-item {
    width: 270px;
    display: flex;
  }

  .collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonial-item {
    height: auto;
    margin-right: 0;
  }

  .testimonial-img {
    border-radius: 20px 20px 0 0;
    width: 100%;
    max-width: 100%;
    height: 300px;
    min-height: 300px;
  }

  .testimonial-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    min-height: 371px;
    padding: 20px;
  }

  .testimonial-content.website-design {
    width: auto;
    min-height: 0;
  }

  .div-block-22 {
    background-position: 39%;
  }

  .image-9 {
    top: 28px;
    left: 18px;
  }

  .image-10 {
    top: -11px;
    left: -9px;
  }

  .image-11 {
    width: 100%;
  }

  .div-block-46 {
    height: 400px;
    margin-top: 2rem;
  }

  .div-block-48 {
    width: 90%;
  }

  .author-item {
    max-width: none;
  }

  .author-img {
    background-repeat: no-repeat;
    background-size: 110%;
    width: 75%;
  }

  .author-bio {
    width: auto;
  }

  .div-block-104 {
    margin-top: 0;
  }

  .code-embed-8.u-mb-1 {
    display: none;
  }

  .test-monial-content-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .h3-2 {
    font-size: 1.4rem;
  }

  .div-block-107 {
    height: auto;
  }

  .brand {
    width: 300px;
  }

  .brand.w--current {
    width: 200px;
    height: auto;
    display: block;
  }

  .testimonial-list {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    width: 100%;
  }

  .testimonial-slide {
    margin-right: 0;
  }

  .website-notice-area {
    flex-flow: wrap;
    display: inline-flex;
  }

  .text-block-33 {
    display: inline;
  }

  .code-embed-13 {
    display: none;
  }

  .collection-item-4 {
    border: 1px solid var(--colors-all--light-gray);
    border-radius: 20px;
    width: auto;
  }
}