/* Tailwind */

/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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: 2em;
  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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: rgba(0, 0, 0, 0.15); /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

.mc\:container {
  width: 100%;
}

@media (min-width: 481px) {
  .mc\:container {
    max-width: 481px;
  }
}

@media (min-width: 1024px) {
  .mc\:container {
    max-width: 1024px;
  }
}

@media (min-width: 1399px) {
  .mc\:container {
    max-width: 1399px;
  }
}

.mc\:sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.mc\:bg-purple {
  --bg-opacity: 1;
  background-color: #7C316A;
  background-color: rgba(124, 49, 106, var(--bg-opacity));
}

.mc\:bg-black {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.mc\:border-black {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.mc\:border-b {
  border-bottom-width: 0.0625rem;
}

.mc\:block {
  display: block;
}

.mc\:inline-block {
  display: inline-block;
}

.mc\:flex {
  display: flex;
}

.mc\:flex-col {
  flex-direction: column;
}

.mc\:flex-col-reverse {
  flex-direction: column-reverse;
}

.mc\:items-center {
  align-items: center;
}

.mc\:justify-between {
  justify-content: space-between;
}

.mc\:font-camper {
  font-family: camper;
}

.mc\:font-display {
  font-family: tiempos, Times, Times New Roman, serif;
}

.mc\:text-sm {
  font-size: 0.875rem;
}

.mc\:text-base {
  font-size: 1rem;
}

.mc\:text-xl {
  font-size: 1.5rem;
}

.mc\:text-3xl {
  font-size: 1.875rem;
}

.mc\:text-5xl {
  font-size: 3.375rem;
}

.mc\:leading-tightest {
  line-height: 1.18;
}

.mc\:leading-tight {
  line-height: 1.25;
}

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

.mc\:mb-16 {
  margin-bottom: 1rem;
}

.mc\:mb-20 {
  margin-bottom: 1.25rem;
}

.mc\:mt-32 {
  margin-top: 2rem;
}

.mc\:mb-32 {
  margin-bottom: 2rem;
}

.mc\:mb-40 {
  margin-bottom: 2.5rem;
}

.mc\:mt-64 {
  margin-top: 4rem;
}

.mc\:mb-64 {
  margin-bottom: 4rem;
}

.mc\:ml-auto {
  margin-left: auto;
}

.mc\:max-w-3xs {
  max-width: 12rem;
}

.mc\:max-w-2xl {
  max-width: 42rem;
}

.mc\:max-w-4xl {
  max-width: 56rem;
}

.mc\:opacity-0 {
  opacity: 0;
}

.mc\:overflow-hidden {
  overflow: hidden;
}

.mc\:px-4 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.mc\:py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mc\:py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.mc\:py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.mc\:px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.mc\:pt-56 {
  padding-top: 3.5rem;
}

.mc\:pt-64 {
  padding-top: 4rem;
}

.mc\:pb-64 {
  padding-bottom: 4rem;
}

.mc\:relative {
  position: relative;
}

.mc\:sticky {
  position: -webkit-sticky;
  position: sticky;
}

.mc\:top-0 {
  top: 0;
}

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

.mc\:text-red {
  --text-opacity: 1;
  color: #B64303;
  color: rgba(182, 67, 3, var(--text-opacity));
}

.mc\:text-purple {
  --text-opacity: 1;
  color: #7C316A;
  color: rgba(124, 49, 106, var(--text-opacity));
}

.mc\:text-teal {
  --text-opacity: 1;
  color: #14666C;
  color: rgba(20, 102, 108, var(--text-opacity));
}

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

.mc\:underline {
  text-decoration: underline;
}

.hover\:mc\:underline:hover {
  text-decoration: underline;
}

.mc\:w-3\/5 {
  width: 60%;
}

.mc\:w-full {
  width: 100%;
}

.mc\:z-10 {
  z-index: 10;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

/* Theme */

body {
  font-family: inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #FBF7F6;
  background-color: rgba(251, 247, 246, var(--bg-opacity));
}

/* Layout */

:root {
  --container-width: 90rem;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: var(--container-width);
}

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

@media (min-width: 1024px) and (max-width: 1398px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* Border extends */

.border-extend-top:before {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: calc((100vw - 84rem) / 2);
  height: 1px;
}

.border-extend-bottom:after {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  position: absolute;
  content: "";
  bottom: 0;
  left: 100%;
  width: calc((100vw - 84rem) / 2);
  height: 1px;
}

@media (max-width: 480px) {
  .border-extend-top:before {
    width: calc((100vw - 100%) / 2);
  }
}

@media (max-width: 480px) {
  .border-extend-bottom:after {
    width: calc((100vw - 100%) / 2);
  }
}

@media (min-width: 481px) and (max-width: 1023px) {
  .border-extend-top:before {
    width: calc((100vw - 100%) / 2);
  }
}

@media (min-width: 481px) and (max-width: 1023px) {
  .border-extend-bottom:after {
    width: calc((100vw - 100%) / 2);
  }
}

.border-extend-top--offset:before {
  top: -1px;
}

.border-extend-bottom--offset:after {
  bottom: -1px;
}

/* Fonts */

@font-face {
  font-family: "camper";

  font-weight: 400;

  font-display: swap;

  src: url(https://www.cultureamp.com/redefining-managers/b8c2dd84222eca7130d43009daf2635c.woff2) format("woff2"),
    url(https://www.cultureamp.com/redefining-managers/25791fdcd63b72b621099e083341f1da.woff) format("woff");
}

@font-face {
  font-family: "inter";

  font-weight: 400;

  font-display: swap;

  src: url(https://www.cultureamp.com/redefining-managers/450beda71fb8564202a0fe714305d1f3.woff2) format("woff2"),
    url(https://www.cultureamp.com/redefining-managers/c70cc74045523eb2536e91d1e39b99b8.woff) format("woff");
}

@font-face {
  font-family: "inter";

  font-weight: 500;

  font-display: swap;

  src: url(https://www.cultureamp.com/redefining-managers/5b53c519b3184a74a98ca6125f513c9d.woff2) format("woff2"),
    url(https://www.cultureamp.com/redefining-managers/cc6a88688869161eb83642d9393a0c2d.woff) format("woff");
}

@font-face {
  font-family: "inter";

  font-weight: 600;

  font-display: swap;

  src: url(https://www.cultureamp.com/redefining-managers/b0b9c035692f884e8635077277ecd338.woff2) format("woff2"),
    url(https://www.cultureamp.com/redefining-managers/bfb220b7f35f45b33defe87e89dad9df.woff) format("woff");
}

@font-face {
  font-family: "inter";

  font-weight: 800;

  font-display: swap;

  src: url(https://www.cultureamp.com/redefining-managers/3c747ac4004be3a30e9807662caebaa0.woff2) format("woff2"),
    url(https://www.cultureamp.com/redefining-managers/c7c0091f1b2b06064572ec0016f1e142.woff) format("woff");
}

@font-face {
  font-family: "tiempos";

  font-weight: 500;

  font-display: swap;

  src: url(https://www.cultureamp.com/redefining-managers/bd11bd9ed59f7bf308cdbcaffb6f9736.woff2) format("woff2"),
    url(https://www.cultureamp.com/redefining-managers/e0aa3b190ca79e9287063036a80e34f9.woff) format("woff");
}

@font-face {
  font-family: "tiempos";

  font-weight: 800;

  font-display: swap;

  src: url(https://www.cultureamp.com/redefining-managers/6af5ce834a367fe33bd59fc84e6027f9.woff2) format("woff2"),
    url(https://www.cultureamp.com/redefining-managers/59c7c6183a5845de80139cd2aa1e58a0.woff) format("woff");
}

/* Buttons */

.button {
  border-width: 0.125rem;
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  transition-duration: 150ms;
  display: inline-block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  border-radius: 0.4375rem;
  text-align: center;
  transition-property: background-color, border-color, color, fill, stroke;
}

@media (max-width: 480px) {
  .button {
    font-size: 0.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.button:hover {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

/* Slider button */

.scroll-button {
  border-width: 0.125rem;
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 62.4375rem;
  position: absolute;
  top: 2.5rem;
  right: 0;
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  transition-duration: 150ms;
}

.scroll-button:active {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.scroll-button .button__icon {
  transition-duration: 150ms;
}

.button__icon--rotate {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-rotate: -180deg;
}

/* Intro */

/* SVG 'managing' */

.managing-svg {
  position: relative;
  display: inline-block;
}

/* Hidden managing reduced font size to match handwritten svg so spacing is equal */

@media (max-width: 480px) {
  .managing-svg {
    font-size: 40px;
  }
}

@media (min-width: 481px) and (max-width: 1023px) {
  .managing-svg {
    font-size: 40px;
  }
}

@media (min-width: 1024px) and (max-width: 1398px) {
  .managing-svg {
    margin-right: 2rem;
    font-size: 90px;
  }
}

@media (min-width: 1399px) {
  .managing-svg {
    margin-right: 2rem;
    font-size: 90px;
  }
}

/* SVG asset */

.managing-svg__asset {
  position: absolute;
  position: absolute;
  top: -0.7rem;
  left: 0;
}

@media (min-width: 1024px) and (max-width: 1398px) {
  .managing-svg__asset {
    top: -1.5rem;
  }
}

@media (min-width: 1399px) {
  .managing-svg__asset {
    top: -1.5rem;
  }
}

/* Parts */

/* Columns */

.part-columns {
  display: flex;
  flex-direction: column;
  border-top-width: 0.0625rem;
  border-bottom-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  position: relative;
}

@media (min-width: 1399px) {
  .part-columns {
    flex-direction: row;
  }
}

@media (min-width: 1024px) and (max-width: 1398px) {
  .part-columns {
    flex-direction: row;
  }
}

/* Column */

.part-column {
  width: 100%;
  position: relative;
}

@media (min-width: 1399px) {
  .part-column {
    width: 50%;
  }
}

@media (min-width: 1024px) and (max-width: 1398px) {
  .part-column {
    width: 50%;
  }
}

.part-column__heading {
  position: absolute;
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  left: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 0.75rem;
  top: 0;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.part-column__inner {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

@media (min-width: 481px) and (max-width: 1023px) {
  .part-column__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) and (max-width: 1398px) {
  .part-column__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1399px) {
  .part-column__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

/* First column */

.part-column--first {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  border-bottom-width: 0.0625rem;
  padding-top: 3rem;
}

.part-column--first .part-column__inner {
  padding-top: 3rem;
}

@media (max-width: 480px) {
  .part-column--first .part-column__inner {
    padding-top: 1rem;
  }
}

@media (min-width: 481px) and (max-width: 1023px) {
  .part-column--first .part-column__inner {
    padding-top: 1.25rem;
  }
}

@media (min-width: 481px) and (max-width: 1023px) {
  .part-column--first {
    border-bottom-width: 0.0625rem;
  }
}

@media (max-width: 480px) {
  .part-column--first {
    border-bottom-width: 0.0625rem;
  }
}

@media (min-width: 1399px) {
  .part-column--first {
    border-bottom-width: 0;
    border-right-width: 0.0625rem;
    padding-right: 8rem;
  }
}

@media (min-width: 1024px) and (max-width: 1398px) {
  .part-column--first {
    border-bottom-width: 0;
    border-right-width: 0.0625rem;
    padding-right: 8rem;
  }
}

/* Second column */

.part-column--second {
  overflow: hidden;
}

.part-column__scroll-wrapper {
  overflow: auto;
  display: flex;
  justify-content: space-between;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.part-column__scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.part-column--second .card {
  width: 75%;
  margin-right: 2rem;
  flex-shrink: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

@media (min-width: 481px) and (max-width: 1023px) {
  .part-column--second .card {
    width: 40%;
  }
}

.part-column__scroll-wrapper .card__text {
  display: none;
}

.part-column--second .card:last-child {
  margin-right: 0;
}

@media (min-width: 1024px) and (max-width: 1398px) {
  .part-column--second {
    padding-left: 8rem;
    padding-right: 3rem;
  }

  .part-column__scroll-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    overflow: visible;
  }

  .part-column--second .card {
    width: 100%;
  }

  .part-column__scroll-wrapper .card__text {
    display: block;
  }
}

@media (min-width: 1399px) {
  .part-column--second {
    padding-left: 8rem;
    padding-right: 3rem;
  }

  .part-column__scroll-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    overflow: visible;
  }

  .part-column--second .card {
    width: 100%;
  }

  .part-column__scroll-wrapper .card__text {
    display: block;
  }
}

/* Jump links */

.jump-link {
  display: block;
  position: relative;
  visibility: hidden;
}

.jump-link--asset {
  top: -4rem;
}

@media (max-width: 480px) {
  .jump-link--asset {
    top: -3rem;
  }
}

/* Cards */

.card {
  border-color: rgba(0, 0, 0, 0.15);
}

@media (max-width: 480px) {
  .card {
    border-top-width: 0.0625rem;
    padding-top: 3rem;
  }
}

@media (min-width: 481px) and (max-width: 1023px) {
  .card {
    border-top-width: 0.0625rem;
    padding-top: 3rem;
  }
}

@media (min-width: 1024px) and (max-width: 1398px) {
  .card {
    border-bottom-width: 0.0625rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1399px) {
  .card {
    border-bottom-width: 0.0625rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}

.part-column--first .card:first-of-type {
  border-top-width: 0;
  padding-top: 0;
}

/* Hide last child bottom border on wide screens */

@media (min-width: 1024px) and (max-width: 1398px) {
  .card:last-of-type {
    border-style: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1399px) {
  .card:last-of-type {
    border-style: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.card__asset-image {
  max-width: 16rem;
  /*max-width: 25vh;*/
}

.card__label {
  margin-bottom: 1.25rem;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .card__label {
    font-size: 0.75rem;
  }
}

.card__heading {
  font-weight: 500;
  line-height: 1.375;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
}

@media (max-width: 480px) {
  .card__heading {
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}

@media (min-width: 481px) and (max-width: 1023px) {
  .card__heading {
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}

.card__heading--large {
  line-height: 1.25;
  margin-bottom: 1.25rem;
  font-size: 2.125rem;
}

@media (max-width: 480px) {
  .card__heading--large {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
  }
}

@media (min-width: 481px) and (max-width: 1023px) {
  .card__heading--large {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
  }
}

.card__text {
  line-height: 1.625;
}

.card__anchor {
  display: block;
}

.card__anchor:hover .card__underline {
  text-decoration: underline;
}

.card__anchor:hover .card__button {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

/* Text hovers */

.text-hover-red:hover {
  --text-opacity: 1;
  color: #B64303;
  color: rgba(182, 67, 3, var(--text-opacity));
}

.text-hover-green:hover {
  --text-opacity: 1;
  color: #324A00;
  color: rgba(50, 74, 0, var(--text-opacity));
}

.text-hover-purple:hover {
  --text-opacity: 1;
  color: #7C316A;
  color: rgba(124, 49, 106, var(--text-opacity));
}

.text-hover-teal:hover {
  --text-opacity: 1;
  color: #14666C;
  color: rgba(20, 102, 108, var(--text-opacity));
}

/* Blocks */

.blocks {
  width: 100%;
  border-bottom-width: 0.0625rem;
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
  margin-bottom: 4rem;
}

@media (min-width: 481px) and (max-width: 1023px) {
  .blocks {
    padding-top: 10rem;
    padding-bottom: 8rem;
    margin-bottom: 6rem;
  }
}

@media (min-width: 1024px) and (max-width: 1398px) {
  .blocks {
    padding-top: 10rem;
    padding-bottom: 10rem;
    margin-bottom: 8rem;
  }
}

@media (min-width: 1399px) {
  .blocks {
    padding-top: 10rem;
    padding-bottom: 10rem;
    margin-bottom: 8rem;
  }
}

/* Items */

.blocks__item {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  position: absolute;
  max-width: 125px;
}

@media (min-width: 481px) and (max-width: 1023px) {
  .blocks__item {
    max-width: 140px;
  }
}

@media (min-width: 1024px) and (max-width: 1398px) {
  .blocks__item {
    max-width: 230px;
  }
}

@media (min-width: 1399px) {
  .blocks__item {
    max-width: 230px;
  }
}

.blocks__item img {
  background-color: #DFC9EA;
}

/* First item */

.blocks__item--first {
  -webkit-animation-name: first;
          animation-name: first;
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
  -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1.05);
          animation-timing-function: cubic-bezier(.175,.885,.32,1.05);
}

@media (min-width: 1024px) and (max-width: 1398px) {
  .blocks__item--first {
    top: 29rem;
    left: -12rem;
    transform: rotate(-5deg);
  }

  @-webkit-keyframes first {
    0% {
      top: 15rem;
    }

    100% {
      top: 29rem;
    }
  }

  @keyframes first {
    0% {
      top: 15rem;
    }

    100% {
      top: 29rem;
    }
  }
}

@media (min-width: 1399px) {
  .blocks__item--first {
    top: 29rem;
    left: -7rem;
    transform: rotate(-5deg);
  }

  @-webkit-keyframes first {
    0% {
      top: 15rem;
    }

    100% {
      top: 29rem;
    }
  }

  @keyframes first {
    0% {
      top: 15rem;
    }

    100% {
      top: 29rem;
    }
  }
}

/* Second item */

.blocks__item--second {
  -webkit-animation-name: second;
          animation-name: second;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1.05);
          animation-timing-function: cubic-bezier(.175,.885,.32,1.05);
}

@media (max-width: 480px) {
  .blocks__item--second {
    top: 5rem;
    left: 1rem;
    transform: rotate(-10deg);
  }

  @-webkit-keyframes second {
    0% {
      top: -2rem;
    }

    100% {
      top: 5rem;
    }
  }

  @keyframes second {
    0% {
      top: -2rem;
    }

    100% {
      top: 5rem;
    }
  }
}

@media (min-width: 481px) and (max-width: 1023px) {
  .blocks__item--second {
    top: 3rem;
    left: 3rem;
    transform: rotate(-10deg);
  }

  @-webkit-keyframes second {
    0% {
      top: -7rem;
    }

    100% {
      top: 3rem;
    }
  }

  @keyframes second {
    0% {
      top: -7rem;
    }

    100% {
      top: 3rem;
    }
  }
}

@media (min-width: 1024px) and (max-width: 1398px) {
  .blocks__item--second {
    top: -4rem;
    left: 3rem;
    transform: rotate(-10deg);
  }

  @-webkit-keyframes second {
    0% {
      top: -14rem;
    }

    100% {
      top: -4rem;
    }
  }

  @keyframes second {
    0% {
      top: -14rem;
    }

    100% {
      top: -4rem;
    }
  }
}

@media (min-width: 1399px) {
  .blocks__item--second {
    top: -4rem;
    left: 3rem;
    transform: rotate(-10deg);
  }

  @-webkit-keyframes second {
    0% {
      top: -14rem;
    }

    100% {
      top: -4rem;
    }
  }

  @keyframes second {
    0% {
      top: -14rem;
    }

    100% {
      top: -4rem;
    }
  }
}

/* Third item */

.blocks__item--third {
  -webkit-animation-name: third;
          animation-name: third;
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
  -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1.05);
          animation-timing-function: cubic-bezier(.175,.885,.32,1.05);
}

@media (max-width: 480px) {
  .blocks__item--third {
    top: 3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(0);
    z-index: 10;
  }

  @-webkit-keyframes third {
    0% {
      top: -4rem;
    }

    100% {
      top: 3rem;
    }
  }

  @keyframes third {
    0% {
      top: -4rem;
    }

    100% {
      top: 3rem;
    }
  }
}

@media (min-width: 481px) and (max-width: 1023px) {
  .blocks__item--third {
    top: 7rem;
    left: 9rem;
    transform: rotate(10deg);
  }

  @-webkit-keyframes third {
    0% {
      top: -3rem;
    }

    100% {
      top: 7rem;
    }
  }

  @keyframes third {
    0% {
      top: -3rem;
    }

    100% {
      top: 7rem;
    }
  }
}

@media (min-width: 1024px) and (max-width: 1398px) {
  .blocks__item--third {
    top: 2rem;
    left: 14rem;
    transform: rotate(10deg);
  }

  @-webkit-keyframes third {
    0% {
      top: -14rem;
    }

    100% {
      top: 2rem;
    }
  }

  @keyframes third {
    0% {
      top: -14rem;
    }

    100% {
      top: 2rem;
    }
  }
}

@media (min-width: 1399px) {
  .blocks__item--third {
    top: 2rem;
    left: 14rem;
    transform: rotate(10deg);
  }

  @-webkit-keyframes third {
    0% {
      top: -14rem;
    }

    100% {
      top: 2rem;
    }
  }

  @keyframes third {
    0% {
      top: -14rem;
    }

    100% {
      top: 2rem;
    }
  }
}

/* Fourth item */

.blocks__item--fourth {
  -webkit-animation-name: fourth;
          animation-name: fourth;
  -webkit-animation-duration: 2.7s;
          animation-duration: 2.7s;
  -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1.05);
          animation-timing-function: cubic-bezier(.175,.885,.32,1.05);
}

@media (max-width: 480px) {
  .blocks__item--fourth {
    top: 6rem;
    right: 1rem;
    transform: rotate(5deg);
  }

  @-webkit-keyframes fourth {
    0% {
      top: 0rem;
    }

    100% {
      top: 6rem;
    }
  }

  @keyframes fourth {
    0% {
      top: 0rem;
    }

    100% {
      top: 6rem;
    }
  }
}

@media (min-width: 481px) and (max-width: 1023px) {
  .blocks__item--fourth {
    top: 8rem;
    right: 10rem;
  }

  @-webkit-keyframes fourth {
    0% {
      top: 0rem;
    }

    100% {
      top: 8rem;
    }
  }

  @keyframes fourth {
    0% {
      top: 0rem;
    }

    100% {
      top: 8rem;
    }
  }
}

@media (min-width: 1024px) and (max-width: 1398px) {
  .blocks__item--fourth {
    top: 2rem;
    right: 10rem;
  }

  @-webkit-keyframes fourth {
    0% {
      top: -14rem;
    }

    100% {
      top: 2rem;
    }
  }

  @keyframes fourth {
    0% {
      top: -14rem;
    }

    100% {
      top: 2rem;
    }
  }
}

@media (min-width: 1399px) {
  .blocks__item--fourth {
    top: 2rem;
    right: 16rem;
  }

  @-webkit-keyframes fourth {
    0% {
      top: -14rem;
    }

    100% {
      top: 2rem;
    }
  }

  @keyframes fourth {
    0% {
      top: -14rem;
    }

    100% {
      top: 2rem;
    }
  }
}

/* Fifth item */

.blocks__item--fifth {
  -webkit-animation-name: fifth;
          animation-name: fifth;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1.05);
          animation-timing-function: cubic-bezier(.175,.885,.32,1.05);
}

@media (min-width: 481px) and (max-width: 1023px) {
  .blocks__item--fifth {
    top: -8rem;
    right: -1rem;
    transform: rotate(10deg);
  }

  @-webkit-keyframes fifth {
    0% {
      top: -28rem;
    }

    100% {
      top: -8rem;
    }
  }

  @keyframes fifth {
    0% {
      top: -28rem;
    }

    100% {
      top: -8rem;
    }
  }
}

@media (min-width: 1024px) and (max-width: 1398px) {
  .blocks__item--fifth {
    top: -18rem;
    right: -12rem;
    transform: rotate(10deg);
  }

  @-webkit-keyframes fifth {
    0% {
      top: -28rem;
    }

    100% {
      top: -18rem;
    }
  }

  @keyframes fifth {
    0% {
      top: -28rem;
    }

    100% {
      top: -18rem;
    }
  }
}

@media (min-width: 1399px) {
  .blocks__item--fifth {
    top: -18rem;
    right: -6rem;
    transform: rotate(10deg);
  }

  @-webkit-keyframes fifth {
    0% {
      top: -28rem;
    }

    100% {
      top: -18rem;
    }
  }

  @keyframes fifth {
    0% {
      top: -28rem;
    }

    100% {
      top: -18rem;
    }
  }
}

/* Sixth item */

.blocks__item--sixth {
  -webkit-animation-name: sixth;
          animation-name: sixth;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1.05);
          animation-timing-function: cubic-bezier(.175,.885,.32,1.05);
}

@media (max-width: 480px) {
  .blocks__item--sixth {
    top: 0rem;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

@media (min-width: 481px) and (max-width: 1023px) {
  .blocks__item--sixth {
    top: 1rem;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

@media (min-width: 1399px) {
  .blocks__item--sixth {
    top: -11rem;
    right: 2rem;
  }

  @-webkit-keyframes sixth {
    0% {
      top: -28rem;
    }

    100% {
      top: -11rem;
    }
  }

  @keyframes sixth {
    0% {
      top: -28rem;
    }

    100% {
      top: -11rem;
    }
  }
}

/* Nav */

/* CA logo */

.nav-logo {
  width: 10rem;
}

@media (max-width: 480px) {
  .nav-logo {
    width: 8rem;
  }
}

.nav-logo svg {
  width: 100%;
  height: auto;
}

/* CTA */

.nav-cta {
  right: 1.5rem;
  top: 1.5rem;
  z-index: 50;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  border-radius: 0.4375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-weight: 500;
  border-width: 0.125rem;
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

@media (max-width: 480px) {
  .nav-cta {
    font-size: 0.875rem;
  }
}

@media (min-width: 481px) and (max-width: 1023px) {
  .nav-cta {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1024px) and (max-width: 1398px) {
  .nav-cta {
    right: 3rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1399px) {
  .nav-cta {
    right: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

/* Fixed CTA */

.nav-cta--fixed {
  position: fixed;
}

.nav-cta:hover {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

/* Modal */

.overlay-visible {
}

.overlay {
  align-items: center;
  background-color: rgba(0,0,0,0.65);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 150ms ease;
  z-index: 99;
}

.overlay-visible .overlay {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

.overlay iframe {
  border: none;
  bottom: 0;
  height: 100vh;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.overlay__close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  left: 0;
  padding: 2rem;
  position: absolute;
  top: 0;
  z-index: 3;
}

.overlay__inner {
  max-width: 920px;
  width: 100%;
  height: auto;
}

.overlay .wistia_responsive_padding {
  display: none;
}

/* Hide IE banner by default */

.ie-notice {
  background-color: #F5EEF3;
  border-radius: 3px 3px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
  display: none;
  left: 0;
  margin: 0 auto;
  max-width: 1200px;
  padding: 15px 60px 15px 20px;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1000;
}

.ie-notice strong {
  color: #7C316A;
}

.ie-notice a {
  text-decoration: underline;
}

.ie-notice a:hover,
.outdated__browser__close:hover {
  color: #7C316A
}

.outdated__browser__close {
  position: absolute;
  right: 20px;
  top: 15px;
}

/* Show IE banner on IE10/11 */

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ie-notice {
    display: block;
  }
}

@media (max-width: 480px) {
  .mobile\:mc\:container {
    width: 100%;
  }

  @media (min-width: 481px) {
    .mobile\:mc\:container {
      max-width: 481px;
    }
  }

  @media (min-width: 1024px) {
    .mobile\:mc\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1399px) {
    .mobile\:mc\:container {
      max-width: 1399px;
    }
  }

  .mobile\:mc\:block {
    display: block;
  }

  .mobile\:mc\:hidden {
    display: none;
  }

  .mobile\:mc\:mt-20 {
    margin-top: 1.25rem;
  }

  .mobile\:mc\:mb-48 {
    margin-bottom: 3rem;
  }

  .mobile\:mc\:mb-56 {
    margin-bottom: 3.5rem;
  }

  .mobile\:mc\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .mobile\:mc\:pb-96 {
    padding-bottom: 6rem;
  }
}

@media (min-width: 481px) and (max-width: 1023px) {
  .tablet\:mc\:container {
    width: 100%;
  }

  @media (min-width: 481px) {
    .tablet\:mc\:container {
      max-width: 481px;
    }
  }

  @media (min-width: 1024px) {
    .tablet\:mc\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1399px) {
    .tablet\:mc\:container {
      max-width: 1399px;
    }
  }

  .tablet\:mc\:block {
    display: block;
  }

  .tablet\:mc\:hidden {
    display: none;
  }

  .tablet\:mc\:flex-row {
    flex-direction: row;
  }

  .tablet\:mc\:text-4xl {
    font-size: 2.125rem;
  }

  .tablet\:mc\:mb-32 {
    margin-bottom: 2rem;
  }

  .tablet\:mc\:mb-48 {
    margin-bottom: 3rem;
  }

  .tablet\:mc\:mb-56 {
    margin-bottom: 3.5rem;
  }

  .tablet\:mc\:max-w-lg {
    max-width: 32rem;
  }

  .tablet\:mc\:pt-96 {
    padding-top: 6rem;
  }

  .tablet\:mc\:pb-128 {
    padding-bottom: 8rem;
  }
}

@media (min-width: 1024px) and (max-width: 1398px) {
  .desktop\:mc\:container {
    width: 100%;
  }

  @media (min-width: 481px) {
    .desktop\:mc\:container {
      max-width: 481px;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:mc\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1399px) {
    .desktop\:mc\:container {
      max-width: 1399px;
    }
  }

  .desktop\:mc\:block {
    display: block;
  }

  .desktop\:mc\:hidden {
    display: none;
  }

  .desktop\:mc\:flex-row {
    flex-direction: row;
  }

  .desktop\:mc\:text-lg {
    font-size: 1.375rem;
  }

  .desktop\:mc\:text-xl {
    font-size: 1.5rem;
  }

  .desktop\:mc\:text-3xl {
    font-size: 1.875rem;
  }

  .desktop\:mc\:text-5xl {
    font-size: 3.375rem;
  }

  .desktop\:mc\:text-6xl {
    font-size: 6.25rem;
  }

  .desktop\:mc\:mb-0 {
    margin-bottom: 0;
  }

  .desktop\:mc\:mb-32 {
    margin-bottom: 2rem;
  }

  .desktop\:mc\:mb-40 {
    margin-bottom: 2.5rem;
  }

  .desktop\:mc\:mt-96 {
    margin-top: 6rem;
  }

  .desktop\:mc\:mb-96 {
    margin-bottom: 6rem;
  }

  .desktop\:mc\:mb-160 {
    margin-bottom: 10rem;
  }

  .desktop\:mc\:px-48 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .desktop\:mc\:pt-64 {
    padding-top: 4rem;
  }

  .desktop\:mc\:pr-64 {
    padding-right: 4rem;
  }

  .desktop\:mc\:pb-64 {
    padding-bottom: 4rem;
  }

  .desktop\:mc\:pl-64 {
    padding-left: 4rem;
  }

  .desktop\:mc\:pt-96 {
    padding-top: 6rem;
  }

  .desktop\:mc\:pb-96 {
    padding-bottom: 6rem;
  }

  .desktop\:mc\:pt-128 {
    padding-top: 8rem;
  }

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

  .desktop\:mc\:w-4\/12 {
    width: 33.333333%;
  }

  .desktop\:mc\:w-7\/12 {
    width: 58.333333%;
  }
}

@media (min-width: 1399px) {
  .wide\:mc\:container {
    width: 100%;
  }

  @media (min-width: 481px) {
    .wide\:mc\:container {
      max-width: 481px;
    }
  }

  @media (min-width: 1024px) {
    .wide\:mc\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1399px) {
    .wide\:mc\:container {
      max-width: 1399px;
    }
  }

  .wide\:mc\:block {
    display: block;
  }

  .wide\:mc\:hidden {
    display: none;
  }

  .wide\:mc\:flex-row {
    flex-direction: row;
  }

  .wide\:mc\:text-lg {
    font-size: 1.375rem;
  }

  .wide\:mc\:text-xl {
    font-size: 1.5rem;
  }

  .wide\:mc\:text-3xl {
    font-size: 1.875rem;
  }

  .wide\:mc\:text-5xl {
    font-size: 3.375rem;
  }

  .wide\:mc\:text-6xl {
    font-size: 6.25rem;
  }

  .wide\:mc\:mb-0 {
    margin-bottom: 0;
  }

  .wide\:mc\:mb-32 {
    margin-bottom: 2rem;
  }

  .wide\:mc\:mb-40 {
    margin-bottom: 2.5rem;
  }

  .wide\:mc\:mt-96 {
    margin-top: 6rem;
  }

  .wide\:mc\:mb-96 {
    margin-bottom: 6rem;
  }

  .wide\:mc\:mb-160 {
    margin-bottom: 10rem;
  }

  .wide\:mc\:px-48 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .wide\:mc\:pt-64 {
    padding-top: 4rem;
  }

  .wide\:mc\:pr-64 {
    padding-right: 4rem;
  }

  .wide\:mc\:pb-64 {
    padding-bottom: 4rem;
  }

  .wide\:mc\:pl-64 {
    padding-left: 4rem;
  }

  .wide\:mc\:pt-96 {
    padding-top: 6rem;
  }

  .wide\:mc\:pb-96 {
    padding-bottom: 6rem;
  }

  .wide\:mc\:pt-128 {
    padding-top: 8rem;
  }

  .wide\:mc\:pl-128 {
    padding-left: 8rem;
  }

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

  .wide\:mc\:w-4\/12 {
    width: 33.333333%;
  }

  .wide\:mc\:w-7\/12 {
    width: 58.333333%;
  }
}

