/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

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

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

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

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

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

/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * 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;
}

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: Exo, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 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: currentColor; /* 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 {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. 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
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

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

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
}
  .font-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700; }
  .font-book {
    font-family: "Poppins", sans-serif;
    font-weight: 400; }

.button {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1; }
  .button.button-primary {
	--tw-bg-opacity: 1;
	background-color: rgba(228, 124, 59, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
  .button.button-primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.disabled {
  pointer-events: none;
  opacity: 0.5; }

[x-cloak] {
  display: none; }

/* Absolute Center Spinner */
.loading, .ajax-loading {
  display: none;
  position: fixed;
  background-color: rgba(255, 0, 0, 0.3);
  /*dim the background*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: black;
  text-align: center;
  z-index: 100; }

.ajax-loading {
  position: absolute; }

/* Transparent Overlay */
.loading:before, .ajax-loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.ajax-loading:before {
  position: absolute; }

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required), .ajax-loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.loading:not(:required):after, .ajax-loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  margin-top: 20%;
  -webkit-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; }

/* Animation */
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes fadeIn {
  0% {
    margin-top: -60px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    margin-top: -60px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

@-webkit-keyframes fadeIn2 {
  0% {
    margin-top: -100px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

@keyframes fadeIn2 {
  0% {
    margin-top: -100px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

* {
  font-variant-ligatures: none; }

/* Absolute Center Spinner */
#indicator, #indicator.ajax-loading, #asset-loading-indicator, #asset-loading-indicator.ajax-loading {
  display: none;
  position: fixed;
  background-color: rgba(255, 0, 0, 0.3);
  /*dim the background*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: black;
  text-align: center;
  z-index: 100; }

#indicator.loading, #indicator.ajax-loading, #asset-loading-indicator.loading, #asset-loading-indicator.ajax-loading {
  display: block; }

/* Transparent Overlay */
#indicator:before, #asset-loading-indicator:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

#indicator.ajax-loading:before, #asset-loading-indicator.ajax-loading:before {
  position: absolute; }

/* :not(:required) hides these rules from IE9 and below */
#indicator.loading:not(:required), .ajax-loading:not(:required), #asset-loading-indicator.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

#indicator.loading:not(:required):after, .ajax-loading:not(:required):after, #asset-loading-indicator.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  margin-top: 20%;
  -webkit-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; }

.busy-indicator,
.busy-indicator:before,
.busy-indicator:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.busy-indicator {
  color: #333;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.busy-indicator:before,
.busy-indicator:after {
  content: '';
  position: absolute;
  top: 0; }

.busy-indicator:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.busy-indicator:after {
  left: 3.5em; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

/* Animation */
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fadeIn {
  0% {
    margin-top: -60px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

@keyframes fadeIn2 {
  0% {
    margin-top: -100px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

* {
  font-variant-ligatures: none; }

body {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: white;
  color: #090905; }

a {
  text-decoration: none;
  color: #d2c466; }
  a:hover {
    text-decoration: none;
    color: #ded38d; }

sup {
  font-size: 40%;
  vertical-align: super;
  top: -0.08em; }

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 32px; }

h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px; }

h3 {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500; }

h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500; }

p {
  margin-bottom: 1em; }

/*
p + p {
	margin-top: 1em;
}
*/
.paragraphs-none p {
  margin-bottom: 0; }

ul {
  display: block;
  list-style-type: disc;
  list-style-position: outside;
  margin-top: 0.2em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem; }

ol {
  display: block;
  list-style-type: decimal;
  list-style-position: inside;
  margin-top: 0.2em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px; }

.bg-2025-blue {
  background-color: #6691d2; }

.text-2025-blue {
  color: #6691d2; }

.border-2025-blue {
  border-color: #6691d2; }

.bg-2025-light-yellow {
  background-color: #f1ecbe; }

.text-2025-light-yellow {
  color: #f1ecbe; }

.border-2025-light-yellow {
  border-color: #f1ecbe; }

.bg-2025-dark-yellow {
  background-color: #d2c466; }

.text-2025-dark-yellow {
  color: #d2c466; }

.bg-2025-light-red {
  background-color: #f7b192; }

.text-2025-light-red {
  color: #f7b192; }

.bg-2025-light-gray {
  background-color: #dbdbdb; }

.text-2025-light-gray {
  color: #dbdbdb; }

.alert {
  background-color: #FBF6B6;
  color: #6F681E; }

.info {
  background-color: #F0F0F0;
  color: #495057; }
  .info.highlight {
    background-color: #EFF4FD; }

.status {
	display: inline-block;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.status-draft {
  background-color: #EBEBEB;
  color: #495057; }

.status-published {
  background-color: #FFF3BF;
  color: #495057; }

.status-scheduled, .status-in-queue {
  background-color: #FFD5BF;
  color: #495057; }

.status-expired {
  background-color: #FFBFBF;
  color: #495057; }

.status-sent {
  background-color: #BFFFBF;
  color: #495057; }

.message-container {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #FBF6B6;
  transition-delay: 2s;
  transition-duration: 1s;
  max-height: 500px;
  -webkit-animation: hideAnimation 0s ease-in 10s forwards;
          animation: hideAnimation 0s ease-in 10s forwards;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
  .message-container .message {
	margin-bottom: 0.5rem;
	padding: 1rem;
}

@keyframes hideAnimation {
  to {
    width: 0;
    height: 0;
    overflow: hidden; } }

@-webkit-keyframes hideAnimation {
  to {
    width: 0;
    height: 0;
    visibility: hidden; } }

.hide {
  display: none; }

.accent {
  border-top-color: #404040; }

a.anchor {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden; }

.modal .modal-dialog {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px; }
  .modal .modal-dialog .modal-content .modal-header {
    border: 0; }
    @media (max-width: 480px) {
      .modal .modal-dialog .modal-content .modal-header {
        margin-bottom: 0; } }
  .modal .modal-dialog .modal-content .modal-body {
    text-align: center;
    margin: 0 auto;
    padding-top: 0;
    max-width: 860px; }
    .modal .modal-dialog .modal-content .modal-body h1 {
      font-size: 60px;
      line-height: 60px;
      margin-top: 0; }
      @media (max-width: 480px) {
        .modal .modal-dialog .modal-content .modal-body h1 {
          font-size: 36px !important;
          line-height: 40px !important;
          margin-top: 0;
          margin-bottom: 12px; } }
    .modal .modal-dialog .modal-content .modal-body p {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 10px; }
      @media (max-width: 480px) {
        .modal .modal-dialog .modal-content .modal-body p {
          font-size: 24px;
          line-height: 30px; } }
    .modal .modal-dialog .modal-content .modal-body .form-container {
      max-width: 600px;
      margin: 0 auto;
      margin-top: 40px;
      margin-left: 6px; }
      .modal .modal-dialog .modal-content .modal-body .form-container label {
        font-size: 20px;
        line-height: 40px;
        text-align: right;
        font-family: 400;
        font-weight: 400;
        color: #A7A7A7; }
        @media (max-width: 480px) {
          .modal .modal-dialog .modal-content .modal-body .form-container label {
            font-size: 18px;
            line-height: 24px; } }
      .modal .modal-dialog .modal-content .modal-body .form-container .form-control {
        font-size: 24px;
        line-height: 36px;
        background-color: #F5F5F5;
        border-color: #A7A7A7;
        padding: 12px;
        height: 50px; }
        @media (max-width: 480px) {
          .modal .modal-dialog .modal-content .modal-body .form-container .form-control {
            font-size: 18px;
            line-height: 24px;
            padding: 8px;
            height: 40px; } }
  .modal .modal-dialog .modal-content .modal-footer {
    border: 0;
    text-align: center; }
    @media (max-width: 480px) {
      .modal .modal-dialog .modal-content .modal-footer {
        margin-top: 0; } }
    .modal .modal-dialog .modal-content .modal-footer .btn {
      margin: 15px 0; }

.modal .close {
  width: 40px;
  height: 40px;
  background-color: #404040;
  border-radius: 50%;
  opacity: 1; }
  .modal .close span {
    color: white;
    font-size: 30px;
    line-height: 10px; }

.bg-off-white {
  background-color: #f5f8f9; }

.html-doc-content-container a, .redactor-styles a {
  text-decoration: underline;
  color: black !important; }
  .html-doc-content-container a:hover, .redactor-styles a:hover {
    text-decoration: none;
    color: #474448 !important; }

.html-doc-content-container sup, .redactor-styles sup {
  font-size: 40%;
  vertical-align: super;
  top: -0.08em; }

.html-doc-content-container h1, .redactor-styles h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 24px; }

.html-doc-content-container h2, .redactor-styles h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px; }

.html-doc-content-container h3, .redactor-styles h3 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500; }

.html-doc-content-container h4, .redactor-styles h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500; }

.html-doc-content-container p, .redactor-styles p {
  margin-bottom: 1em; }
  .html-doc-content-container p:last-of-type, .redactor-styles p:last-of-type {
    margin-bottom: 0; }

.html-doc-content-container ul, .redactor-styles ul {
  display: block;
  list-style-type: disc;
  list-style-position: inside;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px; }

.html-doc-content-container ol, .redactor-styles ol {
  display: block;
  list-style-type: decimal;
  list-style-position: inside;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px; }

.insight-body figure {
  padding: 10px; }
  @media (max-width: 660px) {
    .insight-body figure {
      max-width: 100% !important;
      float: none !important;
      margin-bottom: 12px;
      text-align: center; }
    .insight-body figure img {
      max-width: 100%; } }

@media print {
  .page-break {
    display: block;
    -moz-column-break-before: always;
         break-before: always;
    page-break-before: always; } }

.modal-container {
  /* Create four equal columns that floats next to eachother */
  /* Modal Content */
  /* The Close Button */
  /* Hide the slides by default */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* Number text (1/3 etc) */
  /* Caption text */ }
  .modal-container .row > .column {
    padding: 0 8px; }
  .modal-container .row:after {
    content: "";
    display: table;
    clear: both; }
  .modal-container .column {
    float: left;
    width: 25%; }
  .modal-container .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px; }
  .modal-container .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold; }
  .modal-container .close:hover,
  .modal-container .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer; }
  .modal-container .mySlides {
    display: none; }
  .modal-container .prev,
  .modal-container .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
  .modal-container .prev {
    left: 0;
    border-radius: 3px 0 0 3px; }
  .modal-container .next {
    right: 0;
    border-radius: 3px 0 0 3px; }
  .modal-container .prev:hover,
  .modal-container .next:hover {
    background-color: rgba(0, 0, 0, 0.8); }
  .modal-container .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0; }
  .modal-container .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white; }
  .modal-container img.demo {
    opacity: 0.6; }
  .modal-container .active,
  .modal-container .demo:hover {
    opacity: 1; }
  .modal-container img.hover-shadow {
    transition: 0.3s; }
  .modal-container .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.form-control, .form-input, .form-textarea, .form-select {
	margin-top: 0.25rem;
	display: block;
	width: 100%;
	border-radius: 0.375rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	outline: 2px solid transparent;
	outline-offset: 2px;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.form-control:focus, .form-input:focus, .form-textarea:focus, .form-select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

label {
  font-family: "Poppins", sans-serif;
  font-size: 20px; }

.field-error {
  color: red; }

.toggle-checkbox {
  background-color: #AAAAAA; }

.toggle-checkbox:checked {
  right: 0; }

.toggle-checkbox:checked + .toggle-label {
  background-color: #68D391; }

.toggle-checkbox {
  outline: none !important; }
  .toggle-checkbox:focus {
    outline: none !important; }
  .toggle-checkbox:active {
    outline: none !important; }

input.disabled {
  pointer-events: none;
  background-color: #F5F5F5;
  color: #A7A7A7; }

.stripe-payment-intents-form .card-holder legend, .stripe-payment-intents-form .card-data legend {
	margin-bottom: 0.5rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.stripe-payment-intents-form .card-holder input, .stripe-payment-intents-form .card-data input {
	margin-bottom: 1rem;
	width: 100%;
	border-radius: 0.25rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.html-template-selector input[type="radio"] {
  visibility: hidden; }

.html-template-selector label {
  display: block;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  border: 4px solid white; }

.html-template-selector input[type="radio"]:checked + label {
  border: 4px solid #4CB550; }

.html-template-selector .fa {
  font-size: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%); }

.html-template-selector label > span {
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%; }

.file-picker-container .hasImage:hover section {
  background-color: rgba(5, 5, 5, 0.4); }

.file-picker-container .hasImage:hover button:hover {
  background: rgba(5, 5, 5, 0.45); }

.file-picker-container #overlay p,
.file-picker-container i {
  opacity: 0; }

.file-picker-container #overlay.draggedover {
  background-color: rgba(255, 255, 255, 0.7); }

.file-picker-container #overlay.draggedover p,
.file-picker-container #overlay.draggedover i {
  opacity: 1; }

.file-picker-container .group:hover .group-hover\:text-blue-800 {
  color: #2b6cb0; }

.required-alert {
	border-radius: 0.5rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(239, 68, 68, var(--tw-border-opacity));
	padding: 1rem;
}

.redactor-modal input[type=checkbox], .redactor-modal input[type=radio] {
  width: 20px;
  height: 20px; }

.redactor-box {
  border-radius: 0.25rem !important;
  border: 1px solid #888 !important; }

.hero-block {
  position: relative;
  overflow: hidden; }
  .hero-block .hero-text-container {
    width: 100%;
    margin: 0 auto 0;
    position: absolute;
    bottom: 8rem;
    transition: all .2s; }
    .hero-block .hero-text-container p {
      margin-bottom: 0; }

.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5 {
  margin-bottom: 0.6em; }

.content-block ul, .content-block ol {
  list-style: disc outside none;
  padding-left: 40px;
  margin-top: 1em; }
  .content-block ul li, .content-block ol li {
    margin-bottom: 1em; }

.content-block ol {
  list-style: decimal; }

/*----------------------------------
Header & Navigation
------------------------------------*/
.flip-horz {
  transform: scaleX(-1) !important;
  filter: FlipH !important;
  -ms-filter: "FlipH" !important; }

.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;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.top-0 {
	top: 0px;
}

.left-0 {
	left: 0px;
}

.z-50 {
	z-index: 50;
}

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

.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mr-4 {
	margin-right: 1rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.mb-1 {
	margin-bottom: 0.25rem;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.mt-4 {
	margin-top: 1rem;
}

.mt-2 {
	margin-top: 0.5rem;
}

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

.mb-12 {
	margin-bottom: 3rem;
}

.block {
	display: block;
}

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

.flex {
	display: flex;
}

.inline-flex {
	display: inline-flex;
}

.grid {
	display: grid;
}

.hidden {
	display: none;
}

.h-16 {
	height: 4rem;
}

.h-full {
	height: 100%;
}

.h-10 {
	height: 2.5rem;
}

.h-5 {
	height: 1.25rem;
}

.w-full {
	width: 100%;
}

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

.w-48 {
	width: 12rem;
}

.w-10 {
	width: 2.5rem;
}

.w-5 {
	width: 1.25rem;
}

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

.max-w-screen-xl {
	max-width: 1280px;
}

.max-w-full {
	max-width: 100%;
}

.cursor-pointer {
	cursor: pointer;
}

.list-none {
	list-style-type: none;
}

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

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

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

.flex-wrap {
	flex-wrap: wrap;
}

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

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

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

.justify-items-start {
	justify-items: start;
}

.gap-4 {
	gap: 1rem;
}

.gap-x-4 {
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
}

.gap-y-8 {
	row-gap: 2rem;
}

.justify-self-start {
	justify-self: start;
}

.overflow-auto {
	overflow: auto;
}

.overflow-hidden {
	overflow: hidden;
}

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

.rounded-lg {
	border-radius: 0.5rem;
}

.rounded-md {
	border-radius: 0.375rem;
}

.rounded {
	border-radius: 0.25rem;
}

.border-4 {
	border-width: 4px;
}

.border {
	border-width: 1px;
}

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

.border-b-2 {
	border-bottom-width: 2px;
}

.border-t-2 {
	border-top-width: 2px;
}

.border-b {
	border-bottom-width: 1px;
}

.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.border-gray-700 {
	--tw-border-opacity: 1;
	border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.bg-transparent {
	background-color: transparent;
}

.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

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

.bg-green-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-red-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.bg-red-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.bg-blue-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.bg-opacity-50 {
	--tw-bg-opacity: 0.5;
}

.fill-current {
	fill: currentColor;
}

.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}

.p-4 {
	padding: 1rem;
}

.p-2 {
	padding: 0.5rem;
}

.p-6 {
	padding: 1.5rem;
}

.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.px-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}

.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.pt-4 {
	padding-top: 1rem;
}

.pb-2 {
	padding-bottom: 0.5rem;
}

.pb-3 {
	padding-bottom: 0.75rem;
}

.pr-4 {
	padding-right: 1rem;
}

.pb-8 {
	padding-bottom: 2rem;
}

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

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

.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}

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

.italic {
	font-style: italic;
}

.leading-relaxed {
	line-height: 1.625;
}

.leading-loose {
	line-height: 2;
}

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

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

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

.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.duration-150 {
	transition-duration: 150ms;
}

.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hover\:cursor-pointer:hover {
	cursor: pointer;
}

.hover\:border-gray-500:hover {
	--tw-border-opacity: 1;
	border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.hover\:bg-blue-800:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

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

.hover\:opacity-75:hover {
	opacity: 0.75;
}

.hover\:opacity-100:hover {
	opacity: 1;
}

.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.focus\:ring-2:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-gray-200:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

[dir="rtl"] .rtl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 1;
}

@media (min-width: 640px) {

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

	.sm\:gap-x-5 {
		-moz-column-gap: 1.25rem;
		     column-gap: 1.25rem;
	}

	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 768px) {

	.md\:mt-0 {
		margin-top: 0px;
	}

	.md\:mb-0 {
		margin-bottom: 0px;
	}

	.md\:block {
		display: block;
	}

	.md\:flex {
		display: flex;
	}

	.md\:grid {
		display: grid;
	}

	.md\:hidden {
		display: none;
	}

	.md\:w-3\/6 {
		width: 50%;
	}

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

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

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

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

	.md\:gap-4 {
		gap: 1rem;
	}

	.md\:gap-x-6 {
		-moz-column-gap: 1.5rem;
		     column-gap: 1.5rem;
	}

	.md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(2rem * var(--tw-space-x-reverse));
		margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.md\:p-8 {
		padding: 2rem;
	}

	.md\:p-0 {
		padding: 0px;
	}

	.md\:p-12 {
		padding: 3rem;
	}

	.md\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (min-width: 1024px) {

	.lg\:flex {
		display: flex;
	}

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

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

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

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

	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (min-width: 1280px) {

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

	.xl\:gap-x-8 {
		-moz-column-gap: 2rem;
		     column-gap: 2rem;
	}
}
