@import url(https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@400;500;700&family=Crimson+Text:wght@400;700&display=swap);
/* purgecss start ignore */

/* Slider */

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus
{
  outline: none;
}

.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}

.slick-track:after
{
  clear: both;
}

.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide
{
  float: right;
}

.slick-slide img
{
  display: block;
}

.slick-slide.slick-loading img
{
  display: none;
}

.slick-slide.dragging img
{
  pointer-events: none;
}

.slick-initialized .slick-slide
{
  display: block;
}

.slick-loading .slick-slide
{
  visibility: hidden;
}

.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* purgecss end ignore */

/* purgecss start ignore */

.lb-loader,.lightbox{
  text-align:center;
  line-height:0;
  position:absolute;
  left:0
}

body.lb-disable-scrolling{
  overflow:hidden
}

.lightboxOverlay{
  position:absolute;
  top:0;
  left:0;
  z-index:9999;
  background-color:#000;
  filter:alpha(Opacity=80);
  opacity:.8;
  display:none
}

.lightbox{
  width:100%;
  z-index:10000;
  font-weight:400;
  outline:0
}

.lightbox .lb-image{
  display:block;
  height:auto;
  max-width:inherit;
  max-height:none;
  border-radius:3px;
  border:4px solid #fff
}

.lightbox a img{
  border:none
}

.lb-outerContainer{
  position:relative;
  width:250px;
  height:250px;
  margin:0 auto;
  border-radius:4px;
  background-color:#fff
}

.lb-outerContainer:after{
  content:"";
  display:table;
  clear:both
}

.lb-loader{
  top:43%;
  height:25%;
  width:100%
}

.lb-cancel{
  display:block;
  width:32px;
  height:32px;
  margin:0 auto;
  background:url(../images/loading.gif) no-repeat
}

.lb-nav{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:10
}

.lb-container>.nav{
  left:0
}

.lb-nav a{
  outline:0;
  background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,.lb-prev{
  height:100%;
  cursor:pointer;
  display:block
}

.lb-nav a.lb-prev{
  width:34%;
  left:0;
  float:left;
  background:url(../images/prev.png) left 48% no-repeat;
  filter:alpha(Opacity=0);
  opacity:0;
  transition:opacity .6s
}

.lb-nav a.lb-prev:hover{
  filter:alpha(Opacity=100);
  opacity:1
}

.lb-nav a.lb-next{
  width:64%;
  right:0;
  float:right;
  background:url(../images/next.png) right 48% no-repeat;
  filter:alpha(Opacity=0);
  opacity:0;
  transition:opacity .6s
}

.lb-nav a.lb-next:hover{
  filter:alpha(Opacity=100);
  opacity:1
}

.lb-dataContainer{
  margin:0 auto;
  padding-top:5px;
  width:100%;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px
}

.lb-dataContainer:after{
  content:"";
  display:table;
  clear:both
}

.lb-data{
  padding:0 4px;
  color:#ccc
}

.lb-data .lb-details{
  width:85%;
  float:left;
  text-align:left;
  line-height:1.1em
}

.lb-data .lb-caption{
  font-size:13px;
  font-weight:700;
  line-height:1em
}

.lb-data .lb-caption a{
  color:#4ae
}

.lb-data .lb-number{
  display:block;
  clear:left;
  padding-bottom:1em;
  font-size:12px;
  color:#999
}

.lb-data .lb-close{
  display:block;
  float:right;
  width:30px;
  height:30px;
  background:url(../images/close.png) top right no-repeat;
  text-align:right;
  outline:0;
  filter:alpha(Opacity=70);
  opacity:.7;
  transition:opacity .2s
}

.lb-data .lb-close:hover{
  cursor:pointer;
  filter:alpha(Opacity=100);
  opacity:1
}

/* purgecss end ignore */
@charset "UTF-8";

/*! 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.
*/

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

/**
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: Archivo Narrow, 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 */
}

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

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: 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));
}

.pointer-events-none{
  pointer-events: none !important;
}

.pointer-events-auto{
  pointer-events: auto !important;
}

.visible{
  visibility: visible !important;
}

.static{
  position: static !important;
}

.fixed{
  position: fixed !important;
}

.absolute{
  position: absolute !important;
}

.relative{
  position: relative !important;
}

.sticky{
  position: sticky !important;
}

.top-0{
  top: 0px !important;
}

.top-32{
  top: 8rem !important;
}

.right-0{
  right: 0px !important;
}

.bottom-0{
  bottom: 0px !important;
}

.left-0{
  left: 0px !important;
}

.z-10{
  z-index: 10 !important;
}

.z-20{
  z-index: 20 !important;
}

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

.order-1{
  order: 1 !important;
}

.order-2{
  order: 2 !important;
}

.order-first{
  order: -9999 !important;
}

.order-last{
  order: 9999 !important;
}

.float-none{
  float: none !important;
}

.clear-both{
  clear: both !important;
}

.m-0{
  margin: 0px !important;
}

.m-1{
  margin: 0.25rem !important;
}

.m-2{
  margin: 0.5rem !important;
}

.m-3{
  margin: 0.75rem !important;
}

.m-4{
  margin: 1rem !important;
}

.m-5{
  margin: 1.25rem !important;
}

.m-6{
  margin: 1.5rem !important;
}

.m-7{
  margin: 1.75rem !important;
}

.m-8{
  margin: 2rem !important;
}

.m-9{
  margin: 2.25rem !important;
}

.m-10{
  margin: 2.5rem !important;
}

.m-11{
  margin: 2.75rem !important;
}

.m-12{
  margin: 3rem !important;
}

.m-14{
  margin: 3.5rem !important;
}

.m-16{
  margin: 4rem !important;
}

.m-20{
  margin: 5rem !important;
}

.m-24{
  margin: 6rem !important;
}

.m-28{
  margin: 7rem !important;
}

.m-32{
  margin: 8rem !important;
}

.m-36{
  margin: 9rem !important;
}

.m-40{
  margin: 10rem !important;
}

.m-44{
  margin: 11rem !important;
}

.m-48{
  margin: 12rem !important;
}

.m-52{
  margin: 13rem !important;
}

.m-56{
  margin: 14rem !important;
}

.m-60{
  margin: 15rem !important;
}

.m-64{
  margin: 16rem !important;
}

.m-72{
  margin: 18rem !important;
}

.m-80{
  margin: 20rem !important;
}

.m-96{
  margin: 24rem !important;
}

.m-auto{
  margin: auto !important;
}

.m-px{
  margin: 1px !important;
}

.m-0\.5{
  margin: 0.125rem !important;
}

.m-1\.5{
  margin: 0.375rem !important;
}

.m-2\.5{
  margin: 0.625rem !important;
}

.m-3\.5{
  margin: 0.875rem !important;
}

.mx-0{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mx-1{
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2{
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3{
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.mx-4{
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-5{
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.mx-6{
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-7{
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}

.mx-8{
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-9{
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

.mx-10{
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.mx-11{
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}

.mx-12{
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-14{
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.mx-16{
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-20{
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.mx-24{
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.mx-28{
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.mx-32{
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.mx-36{
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.mx-40{
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.mx-44{
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}

.mx-48{
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.mx-52{
  margin-left: 13rem !important;
  margin-right: 13rem !important;
}

.mx-56{
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.mx-60{
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

.mx-64{
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.mx-72{
  margin-left: 18rem !important;
  margin-right: 18rem !important;
}

.mx-80{
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}

.mx-96{
  margin-left: 24rem !important;
  margin-right: 24rem !important;
}

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

.mx-px{
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.mx-0\.5{
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.mx-1\.5{
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}

.mx-2\.5{
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}

.mx-3\.5{
  margin-left: 0.875rem !important;
  margin-right: 0.875rem !important;
}

.my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

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

.my-2{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

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

.my-5{
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-7{
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.my-8{
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-9{
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-10{
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-11{
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.my-12{
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-14{
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-16{
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-20{
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-24{
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-28{
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-32{
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-36{
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-40{
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-44{
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.my-48{
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.my-52{
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.my-56{
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.my-60{
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.my-64{
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.my-72{
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

.my-80{
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.my-96{
  margin-top: 24rem !important;
  margin-bottom: 24rem !important;
}

.my-auto{
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.my-px{
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.my-0\.5{
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.my-1\.5{
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}

.my-2\.5{
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.my-3\.5{
  margin-top: 0.875rem !important;
  margin-bottom: 0.875rem !important;
}

.mt-0{
  margin-top: 0px !important;
}

.mt-1{
  margin-top: 0.25rem !important;
}

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

.mt-3{
  margin-top: 0.75rem !important;
}

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

.mt-5{
  margin-top: 1.25rem !important;
}

.mt-6{
  margin-top: 1.5rem !important;
}

.mt-7{
  margin-top: 1.75rem !important;
}

.mt-8{
  margin-top: 2rem !important;
}

.mt-9{
  margin-top: 2.25rem !important;
}

.mt-10{
  margin-top: 2.5rem !important;
}

.mt-11{
  margin-top: 2.75rem !important;
}

.mt-12{
  margin-top: 3rem !important;
}

.mt-14{
  margin-top: 3.5rem !important;
}

.mt-16{
  margin-top: 4rem !important;
}

.mt-20{
  margin-top: 5rem !important;
}

.mt-24{
  margin-top: 6rem !important;
}

.mt-28{
  margin-top: 7rem !important;
}

.mt-32{
  margin-top: 8rem !important;
}

.mt-36{
  margin-top: 9rem !important;
}

.mt-40{
  margin-top: 10rem !important;
}

.mt-44{
  margin-top: 11rem !important;
}

.mt-48{
  margin-top: 12rem !important;
}

.mt-52{
  margin-top: 13rem !important;
}

.mt-56{
  margin-top: 14rem !important;
}

.mt-60{
  margin-top: 15rem !important;
}

.mt-64{
  margin-top: 16rem !important;
}

.mt-72{
  margin-top: 18rem !important;
}

.mt-80{
  margin-top: 20rem !important;
}

.mt-96{
  margin-top: 24rem !important;
}

.mt-auto{
  margin-top: auto !important;
}

.mt-px{
  margin-top: 1px !important;
}

.mt-0\.5{
  margin-top: 0.125rem !important;
}

.mt-1\.5{
  margin-top: 0.375rem !important;
}

.mt-2\.5{
  margin-top: 0.625rem !important;
}

.mt-3\.5{
  margin-top: 0.875rem !important;
}

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

.mr-2{
  margin-right: 0.5rem !important;
}

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

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

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

.mb-3{
  margin-bottom: 0.75rem !important;
}

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

.mb-5{
  margin-bottom: 1.25rem !important;
}

.mb-6{
  margin-bottom: 1.5rem !important;
}

.mb-7{
  margin-bottom: 1.75rem !important;
}

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

.mb-9{
  margin-bottom: 2.25rem !important;
}

.mb-10{
  margin-bottom: 2.5rem !important;
}

.mb-11{
  margin-bottom: 2.75rem !important;
}

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

.mb-14{
  margin-bottom: 3.5rem !important;
}

.mb-16{
  margin-bottom: 4rem !important;
}

.mb-20{
  margin-bottom: 5rem !important;
}

.mb-24{
  margin-bottom: 6rem !important;
}

.mb-28{
  margin-bottom: 7rem !important;
}

.mb-32{
  margin-bottom: 8rem !important;
}

.mb-36{
  margin-bottom: 9rem !important;
}

.mb-40{
  margin-bottom: 10rem !important;
}

.mb-44{
  margin-bottom: 11rem !important;
}

.mb-48{
  margin-bottom: 12rem !important;
}

.mb-52{
  margin-bottom: 13rem !important;
}

.mb-56{
  margin-bottom: 14rem !important;
}

.mb-60{
  margin-bottom: 15rem !important;
}

.mb-64{
  margin-bottom: 16rem !important;
}

.mb-72{
  margin-bottom: 18rem !important;
}

.mb-80{
  margin-bottom: 20rem !important;
}

.mb-96{
  margin-bottom: 24rem !important;
}

.mb-auto{
  margin-bottom: auto !important;
}

.mb-px{
  margin-bottom: 1px !important;
}

.mb-0\.5{
  margin-bottom: 0.125rem !important;
}

.mb-1\.5{
  margin-bottom: 0.375rem !important;
}

.mb-2\.5{
  margin-bottom: 0.625rem !important;
}

.mb-3\.5{
  margin-bottom: 0.875rem !important;
}

.ml-4{
  margin-left: 1rem !important;
}

.ml-8{
  margin-left: 2rem !important;
}

.box-border{
  box-sizing: border-box !important;
}

.block{
  display: block !important;
}

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

.inline{
  display: inline !important;
}

.flex{
  display: flex !important;
}

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

.table{
  display: table !important;
}

.inline-table{
  display: inline-table !important;
}

.grid{
  display: grid !important;
}

.inline-grid{
  display: inline-grid !important;
}

.contents{
  display: contents !important;
}

.hidden{
  display: none !important;
}

.h-3{
  height: 0.75rem !important;
}

.h-6{
  height: 1.5rem !important;
}

.h-12{
  height: 3rem !important;
}

.h-24{
  height: 6rem !important;
}

.h-32{
  height: 8rem !important;
}

.h-full{
  height: 100% !important;
}

.max-h-7{
  max-height: 1.75rem !important;
}

.w-0{
  width: 0px !important;
}

.w-1{
  width: 0.25rem !important;
}

.w-2{
  width: 0.5rem !important;
}

.w-3{
  width: 0.75rem !important;
}

.w-4{
  width: 1rem !important;
}

.w-5{
  width: 1.25rem !important;
}

.w-6{
  width: 1.5rem !important;
}

.w-7{
  width: 1.75rem !important;
}

.w-8{
  width: 2rem !important;
}

.w-9{
  width: 2.25rem !important;
}

.w-10{
  width: 2.5rem !important;
}

.w-11{
  width: 2.75rem !important;
}

.w-12{
  width: 3rem !important;
}

.w-14{
  width: 3.5rem !important;
}

.w-16{
  width: 4rem !important;
}

.w-20{
  width: 5rem !important;
}

.w-24{
  width: 6rem !important;
}

.w-28{
  width: 7rem !important;
}

.w-32{
  width: 8rem !important;
}

.w-36{
  width: 9rem !important;
}

.w-40{
  width: 10rem !important;
}

.w-44{
  width: 11rem !important;
}

.w-48{
  width: 12rem !important;
}

.w-52{
  width: 13rem !important;
}

.w-56{
  width: 14rem !important;
}

.w-60{
  width: 15rem !important;
}

.w-64{
  width: 16rem !important;
}

.w-72{
  width: 18rem !important;
}

.w-80{
  width: 20rem !important;
}

.w-96{
  width: 24rem !important;
}

.w-auto{
  width: auto !important;
}

.w-px{
  width: 1px !important;
}

.w-0\.5{
  width: 0.125rem !important;
}

.w-1\.5{
  width: 0.375rem !important;
}

.w-2\.5{
  width: 0.625rem !important;
}

.w-3\.5{
  width: 0.875rem !important;
}

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

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

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

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

.w-2\/4{
  width: 50% !important;
}

.w-3\/4{
  width: 75% !important;
}

.w-1\/5{
  width: 20% !important;
}

.w-2\/5{
  width: 40% !important;
}

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

.w-4\/5{
  width: 80% !important;
}

.w-1\/6{
  width: 16.666667% !important;
}

.w-2\/6{
  width: 33.333333% !important;
}

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

.w-4\/6{
  width: 66.666667% !important;
}

.w-5\/6{
  width: 83.333333% !important;
}

.w-1\/12{
  width: 8.333333% !important;
}

.w-2\/12{
  width: 16.666667% !important;
}

.w-3\/12{
  width: 25% !important;
}

.w-4\/12{
  width: 33.333333% !important;
}

.w-5\/12{
  width: 41.666667% !important;
}

.w-6\/12{
  width: 50% !important;
}

.w-7\/12{
  width: 58.333333% !important;
}

.w-8\/12{
  width: 66.666667% !important;
}

.w-9\/12{
  width: 75% !important;
}

.w-10\/12{
  width: 83.333333% !important;
}

.w-11\/12{
  width: 91.666667% !important;
}

.w-full{
  width: 100% !important;
}

.w-screen{
  width: 100vw !important;
}

.w-min{
  width: -moz-min-content !important;
  width: min-content !important;
}

.w-max{
  width: -moz-max-content !important;
  width: max-content !important;
}

.min-w-300px{
  min-width: 300px !important;
}

.max-w-sm{
  max-width: 24rem !important;
}

.max-w-md{
  max-width: 28rem !important;
}

.max-w-lg{
  max-width: 32rem !important;
}

.max-w-xl{
  max-width: 36rem !important;
}

.max-w-975px{
  max-width: 975px !important;
}

.flex-shrink-0{
  flex-shrink: 0 !important;
}

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

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

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

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

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

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

.cursor-pointer{
  cursor: pointer !important;
}

.resize{
  resize: both !important;
}

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

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

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

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

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

.content-center{
  align-content: center !important;
}

.items-start{
  align-items: flex-start !important;
}

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

.justify-end{
  justify-content: flex-end !important;
}

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

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

.gap-1{
  gap: 0.25rem !important;
}

.gap-2{
  gap: 0.5rem !important;
}

.gap-3{
  gap: 0.75rem !important;
}

.gap-4{
  gap: 1rem !important;
}

.gap-8{
  gap: 2rem !important;
}

.gap-y-4{
  row-gap: 1rem !important;
}

.space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

.space-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

.space-x-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

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

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

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}

.space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
}

.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
}

.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
}

.space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
}

.space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
}

.space-y-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
}

.space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
}

.space-y-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
}

.space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
}

.space-y-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
}

.space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
}

.space-y-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
}

.space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
}

.space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
}

.space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
}

.space-y-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
}

.space-y-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
}

.space-y-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
}

.space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 1 !important;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1 !important;
}

.self-start{
  align-self: flex-start !important;
}

.overflow-hidden{
  overflow: hidden !important;
}

.overflow-x-hidden{
  overflow-x: hidden !important;
}

.truncate{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.whitespace-nowrap{
  white-space: nowrap !important;
}

.rounded-sm{
  border-radius: 0.125rem !important;
}

.rounded{
  border-radius: 0.25rem !important;
}

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

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

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

.border{
  border-width: 1px !important;
}

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

.border-t{
  border-top-width: 1px !important;
}

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

.border-solid{
  border-style: solid !important;
}

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

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

.border-gray-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
}

.border-light-grey{
  --tw-border-opacity: 1 !important;
  border-color: rgba(225, 225, 225, var(--tw-border-opacity)) !important;
}

.border-dark-grey{
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 34, 34, var(--tw-border-opacity)) !important;
}

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

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

.bg-current{
  background-color: currentColor !important;
}

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

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

.bg-gray-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
}

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

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

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

.bg-gray-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
}

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

.bg-gray-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
}

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

.bg-gray-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
}

.bg-gray-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
}

.bg-red{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(194, 34, 12, var(--tw-bg-opacity)) !important;
}

.bg-yellow-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
}

.bg-yellow-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
}

.bg-yellow-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
}

.bg-yellow-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
}

.bg-yellow-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
}

.bg-yellow-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
}

.bg-yellow-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
}

.bg-yellow-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
}

.bg-yellow-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
}

.bg-yellow-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
}

.bg-green-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
}

.bg-green-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}

.bg-green-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

.bg-green-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

.bg-green-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

.bg-green-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

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

.bg-green-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
}

.bg-green-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
}

.bg-green-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
}

.bg-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 60, 120, var(--tw-bg-opacity)) !important;
}

.bg-indigo-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

.bg-indigo-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

.bg-indigo-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

.bg-indigo-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

.bg-indigo-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

.bg-indigo-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

.bg-indigo-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

.bg-indigo-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

.bg-indigo-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

.bg-indigo-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

.bg-purple-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
}

.bg-purple-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
}

.bg-purple-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
}

.bg-purple-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
}

.bg-purple-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
}

.bg-purple-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
}

.bg-purple-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
}

.bg-purple-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
}

.bg-purple-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
}

.bg-purple-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
}

.bg-pink-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

.bg-pink-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

.bg-pink-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

.bg-pink-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

.bg-pink-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

.bg-pink-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

.bg-pink-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

.bg-pink-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

.bg-pink-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

.bg-pink-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

.bg-blue-text-hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(87, 110, 155, var(--tw-bg-opacity)) !important;
}

.bg-grey{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(121, 123, 125, var(--tw-bg-opacity)) !important;
}

.bg-light-grey{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(225, 225, 225, var(--tw-bg-opacity)) !important;
}

.bg-light-grey-2{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.bg-light-grey-3{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(160, 160, 160, var(--tw-bg-opacity)) !important;
}

.bg-dark-grey{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity)) !important;
}

.bg-gold{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(173, 117, 58, var(--tw-bg-opacity)) !important;
}

.bg-opacity-0{
  --tw-bg-opacity: 0 !important;
}

.bg-opacity-5{
  --tw-bg-opacity: 0.05 !important;
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1 !important;
}

.bg-opacity-20{
  --tw-bg-opacity: 0.2 !important;
}

.bg-opacity-25{
  --tw-bg-opacity: 0.25 !important;
}

.bg-opacity-30{
  --tw-bg-opacity: 0.3 !important;
}

.bg-opacity-40{
  --tw-bg-opacity: 0.4 !important;
}

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

.bg-opacity-60{
  --tw-bg-opacity: 0.6 !important;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7 !important;
}

.bg-opacity-75{
  --tw-bg-opacity: 0.75 !important;
}

.bg-opacity-80{
  --tw-bg-opacity: 0.8 !important;
}

.bg-opacity-90{
  --tw-bg-opacity: 0.9 !important;
}

.bg-opacity-95{
  --tw-bg-opacity: 0.95 !important;
}

.bg-opacity-100{
  --tw-bg-opacity: 1 !important;
}

.bg-none{
  background-image: none !important;
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}

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

.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
}

.bg-auto{
  background-size: auto !important;
}

.bg-cover{
  background-size: cover !important;
}

.bg-contain{
  background-size: contain !important;
}

.bg-fixed{
  background-attachment: fixed !important;
}

.bg-local{
  background-attachment: local !important;
}

.bg-scroll{
  background-attachment: scroll !important;
}

.bg-clip-border{
  background-clip: border-box !important;
}

.bg-clip-padding{
  background-clip: padding-box !important;
}

.bg-clip-content{
  background-clip: content-box !important;
}

.bg-clip-text{
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

.bg-bottom{
  background-position: bottom !important;
}

.bg-center{
  background-position: center !important;
}

.bg-left{
  background-position: left !important;
}

.bg-left-bottom{
  background-position: left bottom !important;
}

.bg-left-top{
  background-position: left top !important;
}

.bg-right{
  background-position: right !important;
}

.bg-right-bottom{
  background-position: right bottom !important;
}

.bg-right-top{
  background-position: right top !important;
}

.bg-top{
  background-position: top !important;
}

.bg-repeat{
  background-repeat: repeat !important;
}

.bg-no-repeat{
  background-repeat: no-repeat !important;
}

.bg-repeat-x{
  background-repeat: repeat-x !important;
}

.bg-repeat-y{
  background-repeat: repeat-y !important;
}

.bg-repeat-round{
  background-repeat: round !important;
}

.bg-repeat-space{
  background-repeat: space !important;
}

.bg-origin-border{
  background-origin: border-box !important;
}

.bg-origin-padding{
  background-origin: padding-box !important;
}

.bg-origin-content{
  background-origin: content-box !important;
}

.object-contain{
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

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

.p-0{
  padding: 0px !important;
}

.p-1{
  padding: 0.25rem !important;
}

.p-2{
  padding: 0.5rem !important;
}

.p-3{
  padding: 0.75rem !important;
}

.p-4{
  padding: 1rem !important;
}

.p-5{
  padding: 1.25rem !important;
}

.p-6{
  padding: 1.5rem !important;
}

.p-7{
  padding: 1.75rem !important;
}

.p-8{
  padding: 2rem !important;
}

.p-9{
  padding: 2.25rem !important;
}

.p-10{
  padding: 2.5rem !important;
}

.p-11{
  padding: 2.75rem !important;
}

.p-12{
  padding: 3rem !important;
}

.p-14{
  padding: 3.5rem !important;
}

.p-16{
  padding: 4rem !important;
}

.p-20{
  padding: 5rem !important;
}

.p-24{
  padding: 6rem !important;
}

.p-28{
  padding: 7rem !important;
}

.p-32{
  padding: 8rem !important;
}

.p-36{
  padding: 9rem !important;
}

.p-40{
  padding: 10rem !important;
}

.p-44{
  padding: 11rem !important;
}

.p-48{
  padding: 12rem !important;
}

.p-52{
  padding: 13rem !important;
}

.p-56{
  padding: 14rem !important;
}

.p-60{
  padding: 15rem !important;
}

.p-64{
  padding: 16rem !important;
}

.p-72{
  padding: 18rem !important;
}

.p-80{
  padding: 20rem !important;
}

.p-96{
  padding: 24rem !important;
}

.p-px{
  padding: 1px !important;
}

.p-0\.5{
  padding: 0.125rem !important;
}

.p-1\.5{
  padding: 0.375rem !important;
}

.p-2\.5{
  padding: 0.625rem !important;
}

.p-3\.5{
  padding: 0.875rem !important;
}

.px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

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

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

.px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

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

.px-7{
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

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

.px-9{
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.px-11{
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

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

.px-14{
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.px-16{
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.px-24{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.px-28{
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.px-32{
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.px-36{
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.px-40{
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.px-44{
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

.px-48{
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.px-52{
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}

.px-56{
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.px-60{
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.px-64{
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.px-72{
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}

.px-80{
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

.px-96{
  padding-left: 24rem !important;
  padding-right: 24rem !important;
}

.px-px{
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.px-0\.5{
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.px-1\.5{
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.px-2\.5{
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.px-3\.5{
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}

.py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

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

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

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

.py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

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

.py-7{
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

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

.py-9{
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-11{
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

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

.py-14{
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-24{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-28{
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-32{
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-36{
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-40{
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-44{
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.py-48{
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-52{
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.py-56{
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.py-60{
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.py-64{
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.py-72{
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.py-80{
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.py-96{
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}

.py-px{
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.py-0\.5{
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.py-1\.5{
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.py-2\.5{
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.py-3\.5{
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

.pt-0{
  padding-top: 0px !important;
}

.pt-1{
  padding-top: 0.25rem !important;
}

.pt-2{
  padding-top: 0.5rem !important;
}

.pt-3{
  padding-top: 0.75rem !important;
}

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

.pt-5{
  padding-top: 1.25rem !important;
}

.pt-6{
  padding-top: 1.5rem !important;
}

.pt-7{
  padding-top: 1.75rem !important;
}

.pt-8{
  padding-top: 2rem !important;
}

.pt-9{
  padding-top: 2.25rem !important;
}

.pt-10{
  padding-top: 2.5rem !important;
}

.pt-11{
  padding-top: 2.75rem !important;
}

.pt-12{
  padding-top: 3rem !important;
}

.pt-14{
  padding-top: 3.5rem !important;
}

.pt-16{
  padding-top: 4rem !important;
}

.pt-20{
  padding-top: 5rem !important;
}

.pt-24{
  padding-top: 6rem !important;
}

.pt-28{
  padding-top: 7rem !important;
}

.pt-32{
  padding-top: 8rem !important;
}

.pt-36{
  padding-top: 9rem !important;
}

.pt-40{
  padding-top: 10rem !important;
}

.pt-44{
  padding-top: 11rem !important;
}

.pt-48{
  padding-top: 12rem !important;
}

.pt-52{
  padding-top: 13rem !important;
}

.pt-56{
  padding-top: 14rem !important;
}

.pt-60{
  padding-top: 15rem !important;
}

.pt-64{
  padding-top: 16rem !important;
}

.pt-72{
  padding-top: 18rem !important;
}

.pt-80{
  padding-top: 20rem !important;
}

.pt-96{
  padding-top: 24rem !important;
}

.pt-px{
  padding-top: 1px !important;
}

.pt-0\.5{
  padding-top: 0.125rem !important;
}

.pt-1\.5{
  padding-top: 0.375rem !important;
}

.pt-2\.5{
  padding-top: 0.625rem !important;
}

.pt-3\.5{
  padding-top: 0.875rem !important;
}

.pb-0{
  padding-bottom: 0px !important;
}

.pb-1{
  padding-bottom: 0.25rem !important;
}

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

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

.pb-4{
  padding-bottom: 1rem !important;
}

.pb-5{
  padding-bottom: 1.25rem !important;
}

.pb-6{
  padding-bottom: 1.5rem !important;
}

.pb-7{
  padding-bottom: 1.75rem !important;
}

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

.pb-9{
  padding-bottom: 2.25rem !important;
}

.pb-10{
  padding-bottom: 2.5rem !important;
}

.pb-11{
  padding-bottom: 2.75rem !important;
}

.pb-12{
  padding-bottom: 3rem !important;
}

.pb-14{
  padding-bottom: 3.5rem !important;
}

.pb-16{
  padding-bottom: 4rem !important;
}

.pb-20{
  padding-bottom: 5rem !important;
}

.pb-24{
  padding-bottom: 6rem !important;
}

.pb-28{
  padding-bottom: 7rem !important;
}

.pb-32{
  padding-bottom: 8rem !important;
}

.pb-36{
  padding-bottom: 9rem !important;
}

.pb-40{
  padding-bottom: 10rem !important;
}

.pb-44{
  padding-bottom: 11rem !important;
}

.pb-48{
  padding-bottom: 12rem !important;
}

.pb-52{
  padding-bottom: 13rem !important;
}

.pb-56{
  padding-bottom: 14rem !important;
}

.pb-60{
  padding-bottom: 15rem !important;
}

.pb-64{
  padding-bottom: 16rem !important;
}

.pb-72{
  padding-bottom: 18rem !important;
}

.pb-80{
  padding-bottom: 20rem !important;
}

.pb-96{
  padding-bottom: 24rem !important;
}

.pb-px{
  padding-bottom: 1px !important;
}

.pb-0\.5{
  padding-bottom: 0.125rem !important;
}

.pb-1\.5{
  padding-bottom: 0.375rem !important;
}

.pb-2\.5{
  padding-bottom: 0.625rem !important;
}

.pb-3\.5{
  padding-bottom: 0.875rem !important;
}

.pl-2{
  padding-left: 0.5rem !important;
}

.pl-3{
  padding-left: 0.75rem !important;
}

.pl-4{
  padding-left: 1rem !important;
}

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

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

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

.text-justify{
  text-align: justify !important;
}

.font-sans{
  font-family: Archivo Narrow, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.font-serif{
  font-family: Crimson Text, Cambria, "Times New Roman", Times, serif !important;
}

.font-mono{
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

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

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

.text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

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

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

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

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

.text-5xl{
  font-size: 3rem !important;
  line-height: 1 !important;
}

.text-6xl{
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.text-7xl{
  font-size: 4.5rem !important;
  line-height: 1 !important;
}

.text-8xl{
  font-size: 6rem !important;
  line-height: 1 !important;
}

.text-9xl{
  font-size: 8rem !important;
  line-height: 1 !important;
}

.text-2xs{
  font-size: .55rem !important;
}

.font-thin{
  font-weight: 100 !important;
}

.font-extralight{
  font-weight: 200 !important;
}

.font-light{
  font-weight: 300 !important;
}

.font-normal{
  font-weight: 400 !important;
}

.font-medium{
  font-weight: 500 !important;
}

.font-semibold{
  font-weight: 600 !important;
}

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

.font-extrabold{
  font-weight: 800 !important;
}

.font-black{
  font-weight: 900 !important;
}

.uppercase{
  text-transform: uppercase !important;
}

.lowercase{
  text-transform: lowercase !important;
}

.normal-case{
  text-transform: none !important;
}

.italic{
  font-style: italic !important;
}

.ordinal{
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.ordinal{
  --tw-ordinal: ordinal !important;
}

.text-transparent{
  color: transparent !important;
}

.text-current{
  color: currentColor !important;
}

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

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

.text-gray-50{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
}

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

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

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

.text-gray-400{
  --tw-text-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
}

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

.text-gray-600{
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

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

.text-gray-800{
  --tw-text-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
}

.text-gray-900{
  --tw-text-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

.text-red{
  --tw-text-opacity: 1 !important;
  color: rgba(194, 34, 12, var(--tw-text-opacity)) !important;
}

.text-yellow-50{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
}

.text-yellow-100{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
}

.text-yellow-200{
  --tw-text-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
}

.text-yellow-300{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
}

.text-yellow-400{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
}

.text-yellow-500{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
}

.text-yellow-600{
  --tw-text-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
}

.text-yellow-700{
  --tw-text-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
}

.text-yellow-800{
  --tw-text-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
}

.text-yellow-900{
  --tw-text-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
}

.text-green-50{
  --tw-text-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
}

.text-green-100{
  --tw-text-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
}

.text-green-200{
  --tw-text-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
}

.text-green-300{
  --tw-text-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}

.text-green-400{
  --tw-text-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
}

.text-green-500{
  --tw-text-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
}

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

.text-green-700{
  --tw-text-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}

.text-green-800{
  --tw-text-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}

.text-green-900{
  --tw-text-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
}

.text-blue{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 60, 120, var(--tw-text-opacity)) !important;
}

.text-indigo-50{
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
}

.text-indigo-100{
  --tw-text-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
}

.text-indigo-200{
  --tw-text-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
}

.text-indigo-300{
  --tw-text-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
}

.text-indigo-400{
  --tw-text-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
}

.text-indigo-500{
  --tw-text-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
}

.text-indigo-600{
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
}

.text-indigo-700{
  --tw-text-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
}

.text-indigo-800{
  --tw-text-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
}

.text-indigo-900{
  --tw-text-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
}

.text-purple-50{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
}

.text-purple-100{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
}

.text-purple-200{
  --tw-text-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
}

.text-purple-300{
  --tw-text-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
}

.text-purple-400{
  --tw-text-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
}

.text-purple-500{
  --tw-text-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
}

.text-purple-600{
  --tw-text-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
}

.text-purple-700{
  --tw-text-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
}

.text-purple-800{
  --tw-text-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
}

.text-purple-900{
  --tw-text-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
}

.text-pink-50{
  --tw-text-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
}

.text-pink-100{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
}

.text-pink-200{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
}

.text-pink-300{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
}

.text-pink-400{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
}

.text-pink-500{
  --tw-text-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
}

.text-pink-600{
  --tw-text-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
}

.text-pink-700{
  --tw-text-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
}

.text-pink-800{
  --tw-text-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
}

.text-pink-900{
  --tw-text-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}

.text-blue-text-hover{
  --tw-text-opacity: 1 !important;
  color: rgba(87, 110, 155, var(--tw-text-opacity)) !important;
}

.text-grey{
  --tw-text-opacity: 1 !important;
  color: rgba(121, 123, 125, var(--tw-text-opacity)) !important;
}

.text-light-grey{
  --tw-text-opacity: 1 !important;
  color: rgba(225, 225, 225, var(--tw-text-opacity)) !important;
}

.text-light-grey-2{
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.text-light-grey-3{
  --tw-text-opacity: 1 !important;
  color: rgba(160, 160, 160, var(--tw-text-opacity)) !important;
}

.text-dark-grey{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 34, 34, var(--tw-text-opacity)) !important;
}

.text-gold{
  --tw-text-opacity: 1 !important;
  color: rgba(173, 117, 58, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-text-hover:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(87, 110, 155, var(--tw-text-opacity)) !important;
}

.text-opacity-0{
  --tw-text-opacity: 0 !important;
}

.text-opacity-5{
  --tw-text-opacity: 0.05 !important;
}

.text-opacity-10{
  --tw-text-opacity: 0.1 !important;
}

.text-opacity-20{
  --tw-text-opacity: 0.2 !important;
}

.text-opacity-25{
  --tw-text-opacity: 0.25 !important;
}

.text-opacity-30{
  --tw-text-opacity: 0.3 !important;
}

.text-opacity-40{
  --tw-text-opacity: 0.4 !important;
}

.text-opacity-50{
  --tw-text-opacity: 0.5 !important;
}

.text-opacity-60{
  --tw-text-opacity: 0.6 !important;
}

.text-opacity-70{
  --tw-text-opacity: 0.7 !important;
}

.text-opacity-75{
  --tw-text-opacity: 0.75 !important;
}

.text-opacity-80{
  --tw-text-opacity: 0.8 !important;
}

.text-opacity-90{
  --tw-text-opacity: 0.9 !important;
}

.text-opacity-95{
  --tw-text-opacity: 0.95 !important;
}

.text-opacity-100{
  --tw-text-opacity: 1 !important;
}

.underline{
  text-decoration: underline !important;
}

.opacity-40{
  opacity: 0.4 !important;
}

.opacity-50{
  opacity: 0.5 !important;
}

.opacity-100{
  opacity: 1 !important;
}

.bg-blend-normal{
  background-blend-mode: normal !important;
}

.bg-blend-multiply{
  background-blend-mode: multiply !important;
}

.bg-blend-screen{
  background-blend-mode: screen !important;
}

.bg-blend-overlay{
  background-blend-mode: overlay !important;
}

.bg-blend-darken{
  background-blend-mode: darken !important;
}

.bg-blend-lighten{
  background-blend-mode: lighten !important;
}

.bg-blend-color-dodge{
  background-blend-mode: color-dodge !important;
}

.bg-blend-color-burn{
  background-blend-mode: color-burn !important;
}

.bg-blend-hard-light{
  background-blend-mode: hard-light !important;
}

.bg-blend-soft-light{
  background-blend-mode: soft-light !important;
}

.bg-blend-difference{
  background-blend-mode: difference !important;
}

.bg-blend-exclusion{
  background-blend-mode: exclusion !important;
}

.bg-blend-hue{
  background-blend-mode: hue !important;
}

.bg-blend-saturation{
  background-blend-mode: saturation !important;
}

.bg-blend-color{
  background-blend-mode: color !important;
}

.bg-blend-luminosity{
  background-blend-mode: luminosity !important;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

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

*, ::before, ::after{
  --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;
}

.filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 0 0;
  display: inline-flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 33px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 33px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
}

.hamburger-inner::after {
  bottom: -9px;
}

/*
 * Collapse
 */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
  padding-left: 2px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea,
input:focus,
textarea:focus,
button,
button:focus {
  outline: 0 !important;
}

.text-red {
  color: #c2220c !important;
}

a.text-red:hover {
  color: #1e3c78 !important;
}

html {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
}

.serif {
  font-family: "Crimson Text", serif;
}

#main_header {
  font-family: "Archivo Narrow", sans-serif;
}

#main_header nav a,
footer nav a,
#main_nav a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo Narrow", sans-serif;
}

h1 {
  font-size: 30px;
  margin-bottom: 30px;
}

h2 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 700;
}

h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

h4 {
  font-size: 0.9rem;
  margin-bottom: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.2;
}

p,
main ul,
main ol {
  margin-bottom: 20px;
}

a {
  color: #1e3c78;
  text-decoration: none;
}

strong,
.strong,
.bold,
bold {
  font-weight: bold;
  line-height: 1;
}

em,
.em,
i {
  font-style: italic;
}

img {
  font-size: 0.8rem;
}

.social_media li {
  cursor: pointer;
  position: relative;
}

.social_media a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.social_media .fa-soundcloud,
.single .article .article-sidebar .article-social-sharing .mashsb-buttons .fa-soundcloud {
  width: 28px !important;
}

.social_media .fa-vimeo,
.single .article .article-sidebar .article-social-sharing .mashsb-buttons .fa-vimeo {
  width: 21px !important;
}

.social_media .fa-facebook,
.single .article .article-sidebar .article-social-sharing .mashsb-buttons .fa-facebook {
  width: 14px !important;
}

.fa-podcast:hover {
  color: #c2220c !important;
}

.fa-facebook-f:hover,
.fa-facebook:hover,
.mashicon-facebook .icon:hover:before {
  color: #3b5998 !important;
}

.fa-twitter:hover,
.mashicon-twitter .icon:hover:before {
  color: #00aced !important;
}

.mashicon-reddit .icon:hover:before {
  color: #FF4500 !important;
}

.fa-instagram:hover {
  color: #125688 !important;
}

.fa-tumblr:hover {
  color: #32506d !important;
}

.fa-google-plus:hover {
  color: #dd4b39 !important;
}

.fa-rss:hover {
  color: #ff9900 !important;
}

.fa-vimeo:hover {
  color: #1ab7ea !important;
}

.fa-youtube:hover {
  color: #e52d27 !important;
}

.fa-soundcloud:hover {
  color: #ff3a00 !important;
}

/*********************************************************************** HEADER */

.scrollmagic-pin-spacer {
  position: relative !important;
}

.header_wrapper {
  width: 100% !important;
  position: fixed !important;
  z-index: 1000;
}

.header_wrapper a {
  color: #000;
}

.main_logo {
  width: 186px;
  height: auto;
  margin-bottom: 0;
  white-space: nowrap;
  transition: 0.3s ease all;
  cursor: pointer !important;
}

.main_logo span {
  text-indent: 200px;
  display: block;
  height: 0;
}

.main_logo a {
  display: block;
  height: 100%;
  overflow: hidden;
}

.main_logo svg {
  width: 100%;
}

/*********************************************************************** STICKY HEADER + MAIN SLIDING NAV */

.header_wrapper.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.header_wrapper.sticky #main_header {
  transition: 0.3s ease all;
}

.header_wrapper.sticky #main_header .top {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: 0.3s ease all;
}

.header_wrapper.sticky #main_header #bottom-nav {
  position: relative;
  transform: translateY(0%);
  transition: 0.4s ease all;
}

.header_wrapper.sticky #main_header #bottom-nav.slideHide {
  transform: translateY(-100%);
  transition: 0.4s ease all;
}

.header_wrapper.sticky #main_header .main_logo {
  width: 110px;
  transition: 0.3s ease all;
}

.header_wrapper.sticky #main_header .subscribe-dropdown-container {
  padding-top: 19px;
  transition: 0.3s ease all;
}

.header_wrapper.sticky #main_header .search input {
  transition: 0.3s ease all;
  top: 28px;
}

/*********************************************************************** MAIN SLIDING NAV */

#main_nav {
  position: fixed;
  top: 0;
  right: 0px;
  transition: 0.6s transform ease;
  transform: translateX(90vw);
  z-index: 999;
}

#main_nav nav a {
  color: #000;
}

#main_nav nav a:hover {
  color: #576e9b;
}

#main_nav .main_nav_block {
  background: #fff;
  width: 90vw;
  box-sizing: border-box;
  padding: 100px 20px 28px 20px;
  min-height: 100vh;
  height: 100vh;
  overflow-x: hidden;
  font-size: 0.9rem;
}

#main_nav .main_nav_block nav > ul > li > a {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#main_nav .main_nav_block nav > ul > li > a:hover {
  font-weight: 700;
}

#main_nav .main_nav_block li {
  list-style: none;
}

#main_nav .main_nav_block li ul {
  margin: 0px -29px 0;
  padding: 10px 30px;
}

#main_nav .main_nav_block li ul li:last-child {
  margin-bottom: 0px;
}

#main_nav .main_nav_block li ul li {
  padding: 5px 0;
}

#main_nav .main_nav_block li span {
  float: right;
  color: #1e3c78;
  transition: 0.4s ease all;
}

#main_nav .main_nav_block li.open span {
  transform: rotate(180deg);
  transition: 0.4s ease all;
}

#main_nav .main_nav_block .social_media {
  margin-bottom: 40px;
}

#main_nav .main_nav_block .social_media ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#main_nav .main_nav_block .social_media .fa-large {
  font-size: 1.533em;
}

#main_nav .main_nav_block .social_media li {
  font-size: 1.133em;
  display: inline-block;
  width: 22px;
  height: 20px;
  padding-top: 3px;
  overflow: hidden;
  margin: 0 7px;
  margin-bottom: 2px;
  color: #fff;
}

#main_nav .main_nav_block .social_media li a {
  color: #fff;
}

#main_nav .main_nav_block .social_media li a:hover {
  color: #1e3c78;
}

#main_nav .main_nav_block .social_media .text {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  display: inline-block;
  background-repeat: no-repeat;
}

#main_nav .main_nav_block nav:after {
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
  content: " ";
  margin-bottom: 30px;
}

#main_nav .main_nav_block nav:last-child:after {
  display: none;
}

body.x,
body.overlay_active {
  overflow: hidden !important;
}

#main_nav.x {
  transition: 0.6s transform ease;
  transform: translateX(0);
}

.overlay.x {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 500;
  cursor: e-resize;
}

#main_nav.open_side_content_wrap {
  transform: translate(0%);
}

.side_content_wrap {
  width: calc(100% - 245px);
  min-height: 100vh;
  display: inline-block;
  overflow: hidden;
  background: white;
  padding: 40px 30px 40px 30px;
  box-sizing: border-box;
  display: none;
}

.side_content_wrap .mid_sidebar_ad {
  display: block;
  width: 468px;
  height: 60px;
  margin-bottom: 30px;
}

.side_content_wrap section article > h2 {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  padding: 0 60px 20px;
  margin: 0 auto 60px auto;
  position: relative;
}

.side_content_wrap section article > h2:after {
  width: 75%;
  height: 4px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  content: "";
}

.side_content_wrap section article > .intro {
  font-size: 14px;
  font-weight: 400;
}

.side_content_wrap .fa-spinner {
  display: block;
  width: 100%;
  text-align: center;
  margin: 250px auto 0 auto;
}

#ajax_more .fa-spinner {
  display: block;
  width: 100%;
  text-align: center;
  margin: 250px auto 0 auto;
  clear: both;
}

#main_header {
  position: relative;
  z-index: 400;
  width: 100% !important;
  margin: 0 auto;
  left: 0;
  right: 0 !important;
  transition: 0.4s ease all;
  font-size: 0.75rem;
}

#main_header #bottom-nav a {
  font-size: 0.75rem !important;
}

#main_header.sticky {
  padding: 7px 0px;
  transition: 0.4s ease all;
}

@media screen and (max-width: 900px) {
  #main_header.sticky li {
    font-size: 18px !important;
    transition: 0.4s ease all;
  }
}

#main_header .right-subscribe {
  display: flex;
  align-items: center;
}

#main_header .right-subscribe > ul {
  display: flex;
  align-items: center;
}

#main_header .right-subscribe > ul > li {
  font-size: 1.7vw;
  transition: 0.4s ease all;
  padding: 0px 15px 0px 0;
}

@media screen and (min-width: 1279px) {
  #main_header .right-subscribe > ul > li {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  #main_header .right-subscribe > ul > li {
    font-size: 16px;
  }
}

#main_header .right-subscribe > ul > li a {
  color: #000;
  position: relative;
  display: block;
}

#main_header .right-subscribe > ul > li a:hover {
  color: #1e3c78;
}

@media screen and (max-width: 768px) {
  #main_header .right-subscribe > ul > li:last-child {
    display: none;
  }
}

#main_header .right-subscribe .subscribe-dropdown-container {
  text-align: center;
  position: absolute;
  width: 280px;
  right: 0;
  display: none;
  padding-top: 12px;
  margin-right: -70px;
  transition: 0.3s ease all;
}

#main_header .right-subscribe .subscribe-dropdown-container .subscribe-dropdown {
  background: rgb(232, 232, 232);
  padding: 20px;
}

#main_header .right-subscribe .subscribe-dropdown-container .subscribe-dropdown ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  max-width: 70%;
  margin: 0 auto;
}

#main_header .right-subscribe .subscribe-dropdown-container .subscribe-dropdown h4 {
  text-transform: uppercase;
  font-size: 20px;
}

#main_header .right-subscribe .subscribe-dropdown-container .subscribe-dropdown p {
  font-size: 12px;
}

#main_header .right-subscribe .subscribe-dropdown-container .subscribe-dropdown input.email {
  width: 100%;
  padding: 10px;
  border: 0px;
  font-size: 16px;
  box-sizing: border-box;
}

#main_header .right-subscribe .subscribe-dropdown-container .subscribe-dropdown input.button {
  display: block;
  background: #1e3c78;
  color: #fff;
  border-radius: 0px;
  width: 100%;
  padding: 10px 0;
  margin: 0 !important;
  font-family: "Archivo Narrow", helvetica, sans-serif;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
}

#main_header .right-subscribe .subscribe-dropdown-container .subscribe-dropdown input.button:hover {
  background: #000;
}

#main_header .right-subscribe .subscribe_dropdown_li:hover .subscribe-dropdown-container {
  display: block;
}

#main_header .search {
  position: relative;
  width: 24px;
  height: 24px;
}

#main_header .search .search_icon {
  position: absolute;
  z-index: 1000;
  font-size: 22px !important;
  width: 21px;
  height: 21px;
  background-size: contain;
  cursor: pointer;
  left: 0;
}

#main_header .search .search_icon .fa-search {
  font-weight: 400;
  display: block;
}

#main_header .search input {
  width: 100%;
  height: 40px;
  border: 1px solid #b7b7b7;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 53px;
  position: relative;
  right: 0;
  position: absolute;
  top: 39px;
  display: none;
  padding-left: 16px;
  width: 290px;
  transition: 0.3s ease all;
}

#main_header .search input::-moz-placeholder {
  color: #000;
}

#main_header .search input::placeholder {
  color: #000;
}

#main_header .search input:hover, #main_header .search input:focus {
  border: 1px solid #000;
}

#main_header nav div > ul > li {
  padding: 0px 15px 0px 0;
  display: inline-block;
  position: relative;
  font-size: 1.8vw;
  transition: 0.4s ease all;
}

#main_header nav div > ul > li:last-child {
  padding-right: 0;
}

#main_header nav div > ul > li:after {
  position: absolute;
  width: 100%;
  height: 15px;
  background: transparent;
  content: " ";
  display: block;
}

@media screen and (min-width: 1279px) {
  #main_header nav div > ul > li {
    font-size: 24px;
    transition: 0.4s ease all;
  }
}

@media screen and (max-width: 900px) {
  #main_header nav div > ul > li {
    font-size: 18px;
    transition: 0.4s ease all;
  }
}

#main_header nav div > ul > li a {
  color: #000;
  position: relative;
  display: block;
}

#main_header nav div > ul > li a:hover {
  color: #1e3c78;
}

#main_header nav div > ul > li:hover ul {
  display: block;
}

#main_header nav div ul ul {
  position: absolute;
  margin-top: 15px;
  left: calc((-200px + 100%) / 2);
  background: #fff;
  width: 200px;
  display: none;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.25);
  font-weight: 900 !important;
  z-index: 100;
  padding: 0;
}

#main_header nav div ul ul:after {
  content: " ";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 24px;
  height: 10px;
  background: url("../../img/nav-triangle.svg") no-repeat bottom;
  background-size: contain;
}

#main_header nav div ul ul li {
  text-align: left;
  font-size: 16px;
}

#main_header nav div ul ul li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
}

#main_header nav div ul ul li a:hover {
  background: #f2f2f2;
}

#main_header nav .other_sections {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #main_header .main_logo {
    width: 130px;
  }

  #main_header .subscribe-dropdown-container {
    padding-top: 19px !important;
  }

  #main_header .middle {
    order: 1;
  }

  #main_header .right {
    order: 3;
    display: flex;
    justify-content: flex-end;
  }

  #main_header .search .search_icon {
    width: 21px;
    height: 25px;
    background-size: contain;
    cursor: pointer;
  }

  #main_header .search input {
    position: absolute;
    top: 40px;
    display: none;
    padding-left: 16px;
    width: 280px;
    transition: 0.3s ease all;
  }
}

.ad-container iframe {
  margin-bottom: 20px;
  box-sizing: content-box;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  padding: 0.5rem;
}

.square_me {
  aspect-ratio: 1/1;
}

.insert-page .post-meta,
.insert-page .insert-page-title {
  display: none;
}

.price-table ul li {
  margin-bottom: 20px !important;
}

.price-table .h-plus-icon {
  background-image: url("https://www.heddels.com/wp-content/uploads/2023/07/plus-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 28px;
  display: block;
}

.price-table .fake-bullet {
  display: flex;
  align-items: center;
}

.logged-in.admin-bar .header_wrapper {
  margin-top: 0px !important;
}

.logged-in.admin-bar .header_wrapper.sticky {
  margin-top: 30px !important;
}

.author-list li {
  margin: 0 0 30px 0 !important;
  list-style: none !important;
}

.btn {
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Archivo Narrow, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.btn-red {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 34, 12, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-red:hover {
  color: #fff !important;
  --tw-bg-opacity: 1;
  background-color: rgba(30, 60, 120, var(--tw-bg-opacity));
}

.btn-gold {
  --tw-bg-opacity: 1;
  background-color: rgba(173, 117, 58, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-gold:hover {
  color: #fff !important;
  --tw-bg-opacity: 1;
  background-color: rgba(30, 60, 120, var(--tw-bg-opacity));
}

h2:focus {
  outline: none !important;
}

.border-block {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  padding: 1.5rem;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw !important;
}

.inline-ad-block {
  width: 100%;
  margin: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

aside .scrollmagic-pin-spacer {
  min-height: 0 !important;
  height: 0 !important;
  padding-bottom: 0 !important;
}

.article-sidebar .scrollmagic-pin-spacer {
  padding-bottom: 0 !important;
}

.ajax-loadmore {
  background-color: #fff;
  border-radius: 2px;
  border: 2px solid #000000;
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 11px 0;
  color: #000;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  font-family: "Archivo Narrow", sans-serif;
}

.ajax-loadmore:hover {
  background-color: #000;
  color: #fff;
}

.article-feed .article,
.popular-feed .article {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
  padding-bottom: 30px;
  line-height: 1.5rem;
}

.article-feed .article:last-child,
.popular-feed .article:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.article-feed .article .post-category,
.popular-feed .article .post-category {
  font-family: "Archivo Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 13px;
}

@media screen and (max-width: 39.9375em) {
  .article-feed .article .post-category,
  .popular-feed .article .post-category {
    margin-bottom: 5px;
  }
}

.article-feed .article .article_title,
.popular-feed .article .article_title {
  margin-bottom: 16px;
}

@media screen and (max-width: 39.9375em) {
  .article-feed .article .article_title,
  .popular-feed .article .article_title {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
}

.article-feed .article .post_meta,
.popular-feed .article .post_meta {
  font-family: "Archivo Narrow", sans-serif;
  margin-top: auto;
  padding-top: 23px;
}

@media screen and (max-width: 39.9375em) {
  .article-feed .article .post_meta,
  .popular-feed .article .post_meta {
    padding-top: 6px;
    font-size: 0.6rem;
  }

  .article-feed .article .post_meta .the_author:before,
  .article-feed .article .post_meta .publish_date:before,
  .popular-feed .article .post_meta .the_author:before,
  .popular-feed .article .post_meta .publish_date:before {
    top: 5px;
  }
}

@media screen and (max-width: 39.9375em) {
  .article-feed .article .image_wrapper,
  .popular-feed .article .image_wrapper {
    height: 100%;
    position: relative;
  }

  .article-feed .article .image_wrapper img,
  .popular-feed .article .image_wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
  }
}

.search-results .article-feed {
  min-height: 900px;
}

.gform_wrapper input, .gform_wrapper textarea, .article input, .article textarea{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.article input,
.article textarea {
  padding: 6px 10px;
}

.gform_wrapper .gform_button,
.article .button {
  border: none !important;
  padding: 6px 20px !important;
  cursor: pointer;
}

.welcome-hero {
  background: #000 url("../../img/start-here-bg2.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  font-size: 1.1rem;
}

.welcome-hero * {
  color: #fff;
}

.welcome-hero h1,
.welcome-hero h2,
.welcome-hero h3,
.welcome-hero h4,
.welcome-hero h5,
.welcome-hero h6 {
  font-family: "Crimson Text", serif;
  font-weight: 900;
}

.welcome-hero h1 {
  font-size: 2.5rem;
}

.footer-dark-style input.email {
  background: transparent;
  color: #fff;
  padding: 15px 15px;
  max-width: 300px;
  width: 16vw;
  min-width: 190px;
  border: 1px solid rgba(250, 250, 250, 0.5);
}

.footer-dark-style input.email::-moz-placeholder {
  color: #fff;
}

.footer-dark-style input.email::placeholder {
  color: #fff;
}

.footer-dark-style .mc-field-group {
  box-sizing: border-box;
}

.footer-dark-style .mc-field-group input {
  -webkit-appearance: none;
  border-radius: 0px;
  font-size: 17px;
  font-weight: 300;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  height: 45px;
  border: none;
}

.footer-dark-style button[type=submit] {
  border: 1px solid #FFFFFF;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  padding: 11px 24px;
  font-weight: 900;
}

.footer-dark-style button[type=submit]:hover {
  color: #000;
  background: #fff;
}

@media screen and (max-width: 769px) {
  .footer-dark-style,
  .footer-dark-style input.email {
    width: 100% !important;
    max-width: none !important;
  }
}

.read-more {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 0.9rem;
}

.read-more .fas {
  font-weight: 400 !important;
  font-family: "Font Awesome 5 Pro" !important;
}

.read-more:hover {
  color: #000000;
  transition: 0.3s ease all;
}

.page_start-here .category-section {
  border-bottom: 1px solid #e1e1e1;
}

.page_start-here .category-section .category-title {
  font-family: "Crimson Text", serif;
  font-size: 2.3rem;
  font-weight: 900;
}

.page_start-here .category-section h3 {
  font-family: "Archivo Narrow", sans-serif;
}

.page_start-here .category-section h3 a {
  color: #000 !important;
}

.page_start-here .category-section img {
  margin-bottom: 20px;
}

.post-grid-style-2 h3 {
  font-size: 1rem;
}

.shop-with-heddels {
  background: #000 url("../../img/shop-with-heddels.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-family: "Archivo Narrow", sans-serif;
}

.shop-with-heddels h2 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Crimson Text", serif;
}

.shop-with-heddels a {
  border: 2px solid #fff;
  padding: 10px 30px;
  color: #fff;
  background: transparent;
  transition: 0.4s ease all;
}

.shop-with-heddels a:hover {
  transition: 0.4s ease all;
  background: #fff !important;
  color: #000;
}

.next-prev-posts .next-prev-details {
  padding: 20px;
}

.next-prev-posts > div {
  width: calc(50% - 6px);
  border: 1px solid #cccccc;
}

.next-prev-posts > div a {
  color: #000;
}

.next-prev-posts > div a:hover {
  color: #576e9b;
}

.next-prev-posts .image_wrapper {
  height: 100%;
}

.next-prev-posts .image_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.latest-popular-selector {
  border-bottom: 1px solid #000;
}

.latest-popular-selector li {
  color: #e1e1e1;
}

.latest-popular-selector li.active {
  color: #000;
}

.author-bio-box {
  width: 400px;
  margin-left: calc(-200px + 50%);
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.25);
}

.author-bio-box:after {
  content: " ";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 24px;
  height: 10px;
  background: url(../../img/nav-triangle.svg) no-repeat bottom;
  background-size: contain;
}

.author-bio-box .avatar-container {
  padding: 2px;
}

.author-bio-box .button {
  background: #1e3c78;
  color: #fff;
  padding: 5px 12px;
}

.author-bio-box ul {
  margin: 0 !important;
  padding: 0 !important;
}

.author-bio-box ul li {
  list-style: none !important;
}

nav a {
  color: #000;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: 0 auto;
}

.clear {
  clear: both;
}

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

.full_width {
  width: 100%;
  clear: both;
}

.half {
  width: 49%;
}

.wrapper {
  max-width: 1355px;
  margin: auto;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.title_container {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
  padding-bottom: 5px;
  position: relative;
}

.title_container h2,
.title_container h4 {
  margin-bottom: 0;
  text-transform: capitalize;
}

.title_container h4 {
  color: #797B7D;
  font-size: 18px;
  position: absolute;
  bottom: 7px;
  right: 0;
}

.cta-button {
  background: #000;
  color: #fff;
  border: 1px solid #e1e1e1;
  padding: 14px 30px 10px 30px;
  line-height: 1 !important;
  font-size: 20px;
  margin-bottom: 35px;
}

.post_meta {
  text-transform: uppercase;
  font-size: 0.8rem;
  display: flex;
  align-items: flex-start;
  line-height: 1;
}

@media screen and (max-width: 39.9375em) {
  .post_meta {
    font-size: 20px;
  }
}

.post_meta br {
  clear: both;
}

.post_meta a,
.post_meta a span {
  color: #000;
}

.post_meta a:hover,
.post_meta a span:hover {
  color: #1e3c78;
}

.post_meta a {
  font-weight: 400 !important;
}

.post_meta a:hover {
  color: #1e3c78;
}

.post_meta .the_author {
  padding-bottom: 11px;
}

.post_meta .the_author:hover .author-bio-box {
  display: block !important;
}

.post_meta .the_author + .publish_date {
  position: relative;
  margin-left: 10px;
  padding-left: 14px;
}

.post_meta .the_author + .publish_date:before {
  content: " ";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #e1e1e1;
  top: 11px;
  left: 0;
  border-radius: 100%;
}

.post_meta .post_meta_icon {
  width: 16px;
  height: 12px;
  justify-content: space-between;
  flex-direction: column;
  margin-right: 10px;
}

.post_meta .post_meta_icon span {
  width: 100%;
  background: #E84E26;
  height: 2px;
  transition: 0.4s ease all;
}

.post_meta .post_meta_icon span.two {
  width: 60%;
}

.post_meta .post_meta_icon span.three {
  width: 30%;
}

.post_meta .post_meta_icon:hover span {
  width: 100% !important;
  transition: 0.4s ease all;
}

.category-header {
  padding: 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #e1e1ee;
}

.category-header *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.on-the-docket {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 45px;
}

.on-the-docket h3 {
  font-family: "Crimson Text", serif;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 900;
  border-top: 3px solid #000;
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0 15px 0;
  margin-bottom: 20px;
}

.on-the-docket a {
  color: #000;
}

.on-the-docket a:hover {
  color: #1e3c78;
}

main {
  padding-bottom: 60px;
}

/*********************************************************************** AJAX PAGES */

/*********************************************************************** Brands */

.page_brands-2 main nav {
  -moz-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

.page_dictionary main #ajax_wrapper nav {
  -moz-column-count: 3;
       column-count: 3;
}

.page_dictionary main #ajax_wrapper nav li {
  list-style: none;
}

.page_dictionary main #ajax_wrapper nav li.heading {
  font-weight: bold;
  margin-top: 40px;
}

.page_dictionary main #ajax_wrapper nav li.heading:first-child {
  margin-top: 0;
}

.page_dictionary main #ajax_wrapper #term_filter {
  cursor: pointer;
  text-align: center;
  margin-bottom: 60px;
}

.page_dictionary main #ajax_wrapper #term_filter li {
  display: inline-block;
  min-width: 20px;
  text-align: center;
}

.page_dictionary main #ajax_wrapper #term_filter .active {
  font-weight: bold;
}

.page_dictionary main #ajax_wrapper #ajax_wrapper {
  margin-bottom: 35px;
}

.page_brands-2 main li,
.page_dictionary main li {
  margin-bottom: 10px;
}

/*********************************************************************** MAIN CONTENT AREA */

.page main .article img {
  max-width: 100%;
}

main {
  clear: both;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

main #header_banner_ad {
  padding: 20px 0 2px 0;
  background: rgb(242, 242, 242);
}

@media screen and (max-width: 768px) {
  main #header_banner_ad {
    padding: 58px 0 20px 0;
  }
}

main #header_banner_ad > div {
  text-align: center;
  margin: 0 auto;
}

main .large_post_column {
  width: calc(100% - 312px);
}

@media screen and (max-width: 768px) {
  main .large_post_column {
    width: 100%;
  }
}

main .slider_content p {
  margin-bottom: 15px;
}

main .leaderboard > div > div {
  margin: 0 auto !important;
  display: block !important;
}

main .article {
  clear: both;
}

main .article ul li,
main .article ol li {
  line-height: 2.1;
}

main .article .wp-caption,
main .article img {
  max-width: 100%;
}

main .article img {
  height: auto;
  display: block;
}

main .article .wp-caption {
  position: relative;
  margin-bottom: 30px;
}

main .article h5,
main .article h6 {
  margin-bottom: 10px;
  font-size: 15px;
}

main .article h6 {
  font-size: 13px;
}

main .article ul ul {
  margin-bottom: 0;
}

main .article ul ul li {
  list-style-type: circle;
}

main .article ul li {
  list-style-type: disc;
  margin-left: 19px;
}

main .article ol li {
  list-style-type: decimal;
  margin-left: 21px;
}

main .article ol ol {
  margin-bottom: 0;
}

main .article ol ol li {
  list-style-type: lower-alpha;
}

main .article blockquote {
  margin-left: 30px;
  padding-left: 10px;
  border-left: 1px solid #000;
  font-style: italic;
}

main .article .wp-caption-text {
  font-weight: lighter;
}

main .article a:hover {
  color: #576e9b;
}

main .article .article_title a {
  color: #000;
}

main .article .article_title a:hover {
  color: #576e9b;
}

main .article:hover .read_more {
  transition: 0.6s ease all;
  margin-left: 0;
}

main .article .mashsb-container {
  width: 100%;
  padding-bottom: 10px;
}

main .read_more {
  color: #231f20;
  transition: 0.6s ease all;
  font-size: 0.9rem;
  position: relative;
  border: 1px solid #e1e1e1;
  padding: 8px 12px !important;
  font-family: "Archivo Narrow", sans-serif;
}

main .mid_width_article img {
  max-width: 48.0337078652%;
}

main .full_width_article {
  width: 100%;
}

main .full_width_article .article_excerpt {
  margin-left: 0;
  width: 100%;
}

main .leaderboard {
  clear: both;
}

main .leaderboard > div {
  margin: 0 auto;
}

main .crop {
  width: 100%;
  height: 260px;
  overflow: hidden;
  margin-bottom: 22px;
  position: relative;
}

main .crop img {
  width: 100%;
  position: absolute;
}

main #ajax_more {
  min-height: 950px;
}

main #pagination a {
  background: #d7d7d7 none repeat scroll 0 0;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 35px 0 30px;
  text-align: center;
  display: block;
}

main .article .article_tags {
  font-family: "Archivo Narrow", sans-serif;
  padding: 20px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 30px;
}

main .article .article_tags a {
  color: #000;
  font-weight: 400 !important;
  border: 1px solid #e1e1e1;
  padding: 3px 6px;
  text-transform: uppercase;
  margin: 3px;
  display: inline-block;
}

main .article .article_tags a:hover {
  color: #fff;
  background: #000;
}

main .article .article_brands {
  margin-bottom: 30px;
  overflow: hidden;
}

main .article .article_brands ul {
  list-style: none;
}

main .article .article_brands li {
  text-align: center;
  float: left;
  margin-right: 10px;
}

main .article .article_brands li > a {
  position: relative;
  display: block;
  color: #000;
  font-weight: bold;
  width: 75px;
  height: 75px;
  border: 2px solid #e1e1e1;
  border-radius: 100%;
  overflow: hidden;
}

main .article .article_brands li > a:hover {
  color: #1e3c78;
}

main .article .article_brands li img {
  display: block;
  image-rendering: -webkit-optimize-contrast;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 10px;
  box-sizing: border-box;
}

main .pagination {
  text-align: center;
  margin-bottom: 26px;
  font-family: "Archivo Narrow", helvetica, sans-serif;
  font-size: 25px;
}

main .pagination a {
  background: #000;
  color: #fff;
  border: 1px solid #e1e1e1;
  padding: 10px 30px;
}

main .pagination a:hover {
  color: #576e9b;
}

main .pagination .current,
main .pagination .next,
main .pagination .prev {
  font-weight: bold;
}

main .dictionary ul {
  clear: both;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

#medianet_ad {
  margin-bottom: 30px;
}

.page-template-brand-custom-template main .article.mid_width_article img {
  max-width: 48.0337078652%;
}

/*********************************************************************** HOME SLIDER */

article#ajax_wrapper {
  margin-top: 18px;
}

/*********************************************************************** ALL AD BLOCKS */

.home main aside {
  margin-top: 0;
}

.center-ad > div {
  display: flex;
  justify-content: center;
}

main .first_ad_chiclet_block {
  -moz-column-count: 2;
       column-count: 2;
  width: 100%;
  float: left;
  margin: 0px 0px 20px;
  overflow-x: hidden;
}

@media screen and (max-width: 39.9375em) {
  main .first_ad_chiclet_block {
    max-width: 300px;
    margin: 0 auto !important;
    float: none;
    padding: 30px 0 0 0 !important;
  }
}

main .square_ad_chicklet {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  display: block;
  height: 125px;
  margin-bottom: 12px;
  padding: 4px;
  width: 125px;
  box-sizing: content-box;
}

main .aside-0 {
  max-width: 321px;
  width: 100%;
}

@media screen and (max-width: 39.9375em) {
  main .aside-0 {
    margin: 0 auto;
    float: none;
    clear: both;
  }

  main .aside-0 .first_ad_chiclet_block {
    padding-top: 35px;
  }
}

main aside.right .widget,
main #sidebar .widget,
main .aside-1 .widget,
main .aside-2 .widget {
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  padding: 10px 15px 15px 15px;
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
  width: 100%;
  background: #fff;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 0.83rem;
  line-height: 1.3;
}

main aside.right .widget:last-child,
main #sidebar .widget:last-child,
main .aside-1 .widget:last-child,
main .aside-2 .widget:last-child {
  margin-bottom: 0 !important;
}

main aside.right .widget h1,
main aside.right .widget h2,
main aside.right .widget h3,
main aside.right .widget h4,
main aside.right .widget h5,
main aside.right .widget h6,
main #sidebar .widget h1,
main #sidebar .widget h2,
main #sidebar .widget h3,
main #sidebar .widget h4,
main #sidebar .widget h5,
main #sidebar .widget h6,
main .aside-1 .widget h1,
main .aside-1 .widget h2,
main .aside-1 .widget h3,
main .aside-1 .widget h4,
main .aside-1 .widget h5,
main .aside-1 .widget h6,
main .aside-2 .widget h1,
main .aside-2 .widget h2,
main .aside-2 .widget h3,
main .aside-2 .widget h4,
main .aside-2 .widget h5,
main .aside-2 .widget h6 {
  font-family: "Crimson Text", serif;
  font-weight: 900;
}

main aside.right .widget a:last-child,
main #sidebar .widget a:last-child,
main .aside-1 .widget a:last-child,
main .aside-2 .widget a:last-child {
  display: inline-block;
}

main aside.right .widget img,
main #sidebar .widget img,
main .aside-1 .widget img,
main .aside-2 .widget img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

main aside.right .widget .bold_link,
main #sidebar .widget .bold_link,
main .aside-1 .widget .bold_link,
main .aside-2 .widget .bold_link {
  margin-bottom: 0;
}

main aside.right .widget a:hover,
main #sidebar .widget a:hover,
main .aside-1 .widget a:hover,
main .aside-2 .widget a:hover {
  color: #576e9b;
}

main aside.right .widget .hide,
main #sidebar .widget .hide,
main .aside-1 .widget .hide,
main .aside-2 .widget .hide {
  display: none;
}

main aside.right .widget p,
main aside.right .widget ul,
main aside.right .widget ol,
main #sidebar .widget p,
main #sidebar .widget ul,
main #sidebar .widget ol,
main .aside-1 .widget p,
main .aside-1 .widget ul,
main .aside-1 .widget ol,
main .aside-2 .widget p,
main .aside-2 .widget ul,
main .aside-2 .widget ol {
  margin-bottom: 10px;
}

main aside.right .widget ul li,
main #sidebar .widget ul li,
main .aside-1 .widget ul li,
main .aside-2 .widget ul li {
  margin-bottom: 3px;
}

main aside.right .second_ad_square,
main #sidebar .second_ad_square,
main .aside-1 .second_ad_square,
main .aside-2 .second_ad_square {
  width: 300px;
  margin-bottom: 30px;
}

main aside.right .mc_embed_signup button,
main #sidebar .mc_embed_signup button,
main .aside-1 .mc_embed_signup button,
main .aside-2 .mc_embed_signup button {
  background: #1e3c78 !important;
  color: #fff;
  padding: 0 15px;
}

main aside.right .mc_embed_signup button:hover,
main #sidebar .mc_embed_signup button:hover,
main .aside-1 .mc_embed_signup button:hover,
main .aside-2 .mc_embed_signup button:hover {
  cursor: pointer;
  background: #000;
}

main aside.right .mc_embed_signup *,
main #sidebar .mc_embed_signup *,
main .aside-1 .mc_embed_signup *,
main .aside-2 .mc_embed_signup * {
  box-sizing: border-box;
}

main aside.right .mc_embed_signup .mc-field-group,
main #sidebar .mc_embed_signup .mc-field-group,
main .aside-1 .mc_embed_signup .mc-field-group,
main .aside-2 .mc_embed_signup .mc-field-group {
  border: 2px solid #525252;
  border-radius: 2px;
  height: 45px;
}

main aside.right .mc_embed_signup .mc-field-group input,
main #sidebar .mc_embed_signup .mc-field-group input,
main .aside-1 .mc_embed_signup .mc-field-group input,
main .aside-2 .mc_embed_signup .mc-field-group input {
  font-size: 13px;
  border: none;
  width: 100%;
  height: 100%;
  padding-left: 10px;
}

main aside.right .mc_embed_signup .mc-field-group input::-moz-placeholder, main #sidebar .mc_embed_signup .mc-field-group input::-moz-placeholder, main .aside-1 .mc_embed_signup .mc-field-group input::-moz-placeholder, main .aside-2 .mc_embed_signup .mc-field-group input::-moz-placeholder {
  color: #000;
}

main aside.right .mc_embed_signup .mc-field-group input::placeholder,
main #sidebar .mc_embed_signup .mc-field-group input::placeholder,
main .aside-1 .mc_embed_signup .mc-field-group input::placeholder,
main .aside-2 .mc_embed_signup .mc-field-group input::placeholder {
  color: #000;
}

main aside.right .mc_embed_signup .mc-field-group input:focus,
main #sidebar .mc_embed_signup .mc-field-group input:focus,
main .aside-1 .mc_embed_signup .mc-field-group input:focus,
main .aside-2 .mc_embed_signup .mc-field-group input:focus {
  outline: none;
}

main .bold_link {
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid transparent;
}

main .bold_link:hover {
  border-bottom: 1px solid #1e3c78;
}

/*********************************************************************** USER IS LOGGED IN */

body.logged-in .header_wrapper.fixed_header {
  margin-top: 32px;
}

/*********************************************************************** SINGLE POST LAYOUT */

.comment_number {
  color: #797B7D;
  display: block;
  position: relative;
  padding: 4px 8px;
  font-size: 13px;
  top: -2px;
}

.comment_number:before {
  position: absolute;
  font-family: "FontAwesome";
  top: 0;
  left: 0px;
  content: "\f075";
  font-size: 22px;
}

.single .slick {
  overflow: hidden;
}

.single .slick a {
  border-bottom: none !important;
  color: #000;
}

.single .slick a p {
  padding: 10px 0 !important;
  margin: 0 !important;
}

.single main .article img {
  max-width: 100%;
}

.single main .article a {
  font-weight: bold;
  line-height: 1;
}

.single main .article .article-content a {
  border-bottom: 1px solid #1e3c78;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .single main .article .article-content a {
    display: inline;
    border: none;
    text-decoration: underline;
  }
}

.single aside.first_ad_chiclet_block {
  margin-top: 0;
}

#footer_banner_ad {
  clear: both;
  text-align: center;
}

#footer_banner_ad > div {
  margin: 0 auto !important;
}

#footer_banner_ad > div > div {
  margin: 0 auto !important;
  display: block !important;
}

.category_title {
  font-size: 35px;
}

.category_title a {
  color: #000;
}

article.mid_width_article.article {
  border-bottom: 1px solid rgba(128, 128, 128, 0.2196078431);
  padding-bottom: 30px;
}

/*********************************************************************** RELATED POSTS */

.related_posts .related_post img {
  width: 100%;
  height: auto;
  margin-bottom: 15px !important;
  background: #eeeeee;
}

.related_posts .related_post a {
  color: #000;
  font-size: 18px;
  display: block;
  position: relative;
  border-bottom: none !important;
}

.related_posts .related_post a:hover {
  color: #1e3c78;
}

.related_posts .related_post h4 {
  color: #000;
  margin-bottom: 0;
}

.related_posts .related_post:hover {
  font-style: italic;
}

/*********************************************************************** NEW BRAND TAXONOMY ARCHIVE */

.template_page-brands .letter_wrapper {
  overflow: hidden;
  border-bottom: 1px solid #000;
  margin: 25px 0px;
}

.template_page-brands .letter_wrapper:first-child {
  border-top: 1px solid #000;
}

.template_page-brands .letter_wrapper ul {
  -moz-column-count: 3;
       column-count: 3;
  width: 82%;
  float: right;
}

.template_page-brands .letter_wrapper ul li {
  list-style: none;
  font-family: "Archivo Narrow", helvetica, sans-serif;
}

.template_page-brands .letter_wrapper ul li a {
  color: #000;
}

.template_page-brands .letter_wrapper ul li a:hover {
  color: #576e9b;
}

.template_page-brands .letter_category {
  font-size: 3.5em;
  margin-bottom: 25px;
  color: #1e3c78;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Archivo Narrow", helvetica, sans-serif;
}

/*********************************************************************** OTHER SECITONS OVERLAY */

#other_sections {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100vh;
  display: none;
  overflow: scroll;
}

#other_sections .close_other_sections {
  color: #fff;
  cursor: pointer;
}

#other_sections .wrapper {
  width: 100%;
  padding: 0 30px;
  margin: 94px auto;
  position: relative;
  overflow: hidden;
}

#other_sections .wrapper h2 {
  clear: both;
  text-align: center;
  color: #fff;
  font-size: 36px;
  width: 60%;
  margin: 0 auto 22px;
  overflow: hidden;
}

#other_sections .wrapper section:before {
  content: "";
  display: inline-block;
  width: 40%;
  height: 4px;
  background: #1e3c78;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
  position: relative;
  left: 0;
  right: 0;
}

#other_sections .wrapper section {
  overflow: hidden;
}

#other_sections .wrapper li {
  width: 49%;
  float: left;
  margin-bottom: 0px;
  min-height: 115px;
}

#other_sections .wrapper li div {
  display: inline-block;
  width: 71%;
}

#other_sections .wrapper li a {
  color: #fff;
}

#other_sections .wrapper li img {
  width: 23.5%;
  height: auto;
  margin-top: 3px;
}

/*********************************************************************** SHARE BUTTONS */

.mashsb-container,
.mash_toggle {
  padding-bottom: 10px;
  font-family: "Archivo Narrow", helvetica, sans-serif;
}

#mash_container {
  width: 50%;
}

#mash_container.hidden {
  display: none;
}

.mash_toggle {
  padding: 13px;
  background: #c5c5c5;
  color: #fff;
  display: inline-block;
}

.mashsb-buttons a .text {
  display: inline-block;
  padding-top: 2px;
}

.home .mashsb-container,
.archive .mashsb-container,
footer .mashsb-container {
  margin: 0 8px 0 0;
}

.home .mashsb-container .mashsb-buttons,
.archive .mashsb-container .mashsb-buttons,
footer .mashsb-container .mashsb-buttons {
  display: none;
}

.home .mashsb-container .mashsb-count *,
.archive .mashsb-container .mashsb-count *,
footer .mashsb-container .mashsb-count * {
  float: left;
}

.home .mashsb-container .counts,
.archive .mashsb-container .counts,
footer .mashsb-container .counts {
  margin-right: 5px;
  text-transform: lowercase;
}

.home .mashsb-container,
.home .comment_number,
.archive .mashsb-container,
.archive .comment_number,
footer .mashsb-container,
footer .comment_number {
  float: left;
  width: auto;
}

footer .mashsb-container {
  padding: 0;
}

footer .mashsb-container .mashsb-count {
  color: #797B7D !important;
  border: none !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  margin: 0 7px 0 0 !important;
  text-transform: lowercase !important;
  font-family: inherit !important;
}

footer .mashsb-container .mashsb-sharetext {
  font-family: inherit !important;
}

/*********************************************************************** Sidebar Towers */

.sidebar_towers_wrapper {
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 1500px;
}

.sidebar_towers {
  width: 1700px;
  height: 1000px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -850px;
  margin-top: 458px;
}

.sidebar_towers.fixed_sidebar {
  margin-top: 0;
  position: fixed;
  bottom: 0;
  top: auto;
}

.sidebar_towers > div {
  width: 300px;
  height: 1000px;
  background: #fff;
  position: relative;
  z-index: 1000;
}

/*********************************************************************** Videos */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************************************************************** Sales tempate */

#sales-template #sales_iframe {
  width: 100%;
}

/*********************************************************************** ADS */

.slide_out_leaderboard div {
  margin: 0 auto;
}

/*********************************************************************** WPCurve */

/* WP Curve - Peter - #93667 */

main .article ul li,
main .article ol li {
  line-height: 1.25;
  margin-bottom: 10px;
}

main .article ol li {
  margin-left: 24px;
}

/* WP Curve - Peter - #93667 - end */

/*********************************************************************** Evergreen Funnels */

.related_posts.evergreen_funnels {
  border: 1px solid #e1e1e1;
  margin: 30px 0 26px 0;
  padding: 20px;
}

.related_posts.evergreen_funnels h3 {
  margin: 0 0 10px 0;
}

/*********************************************************************** SC Gallery */

.postid-63177 .sc-gallery {
  overflow: hidden;
}

.postid-63177 .sc-gallery li {
  display: inline-block;
  margin: 0px 1%;
  width: 23%;
}

.postid-63177 .sc-gallery li img {
  width: 100%;
  height: auto;
  display: inline-block;
}

/*********************************************************************** Mobile Mailing Button */

.mobile_mailing_list {
  display: none;
  background: #000;
  color: #fff !important;
  padding: 4px 8px 5px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.mobile_mailing_list a {
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

/*********************************************************************** Brand Taxonomy */

.tax-brand header > .left {
  width: calc(100% - 120px);
}

.tax-brand header .right.related_niches {
  width: 110px;
  position: relative;
  overflow: visible;
}

.tax-brand header .right.related_niches .open_niches {
  position: absolute;
  bottom: 15px;
  display: block;
  text-align: center;
  z-index: 500;
  left: 15px;
  width: 100%;
  cursor: pointer;
}

.tax-brand header .right.related_niches .open_niches:hover {
  color: #1e3c78;
}

.tax-brand header .right.related_niches .related_niches_container {
  transition: 1s ease all;
  max-height: 330px;
  z-index: 500;
  background: #fff;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.tax-brand header .right.related_niches .related_niches_container .hidden_niche {
  max-height: 0;
  opacity: 0;
  transition: 1s ease all;
  overflow: hidden;
}

.tax-brand header .right.related_niches .related_niches_container.slideOpen {
  transition: 1s ease all;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  max-height: 750px;
}

.tax-brand header .right.related_niches .related_niches_container.slideOpen .hidden_niche {
  opacity: 1;
  max-height: 750px;
  transition: 1s ease all;
}

.tax-brand header .right.related_niches ul {
  display: block;
  width: auto;
  transition: 1s ease all;
  background: #fff;
  padding-left: 0px;
  padding: 0px 0px 0px 30px;
}

.tax-brand header .right.related_niches li {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.tax-brand header .right.related_niches li div {
  border-radius: 100%;
  border: 1px solid #e1e1e1;
  width: 65px;
  height: 65px;
  overflow: hidden;
  margin: 0 auto 4px auto;
}

.tax-brand header .right.related_niches li div img {
  max-width: 100%;
  height: auto;
}

.tax-brand header .right.related_niches li h4 {
  font-size: 19px;
  color: #000;
}

.tax-brand header .right.related_niches li:hover h4 {
  color: #1e3c78 !important;
}

.tax-brand .category_title {
  font-size: 50px;
}

.tax-brand .brand_logo {
  width: 175px;
  height: 175px;
  border: 1px solid #e1e1e1;
  position: relative;
  border-radius: 100%;
  background: #fff;
  margin: 0 auto 100px auto;
  transition: 1s ease all;
  overflow: hidden;
}

.tax-brand .brand_logo img {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
}

.tax-brand .brand_meta {
  overflow: hidden;
  margin-bottom: 30px;
  font-family: "Archivo Narrow", helvetica, sans-serif;
}

.tax-brand .brand_meta strong {
  width: 140px;
  display: inline-block;
}

.tax-brand .brand_meta ul {
  list-style: none;
  margin: 8px 0 0 0px;
  line-height: 22px;
}

.tax-brand .brand_meta a {
  color: #000;
}

.tax-brand .brand_meta a:hover {
  color: #1e3c78;
}

.tax-brand .large_post_column h2 {
  font-size: 40px;
}

.tax-brand #brand-background .article_title {
  margin-bottom: 10px;
}

.tax-brand #brand-background img {
  margin-bottom: 13px;
}

.tax-brand #brand-similar-brands ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tax-brand #brand-similar-brands li {
  list-style: none;
  display: inline-block;
  margin: 7px;
  text-align: center;
  width: 18.1%;
}

.tax-brand #brand-similar-brands li:nth-child(n+5) {
  height: 0px;
  opacity: 0;
  transition: 0.6s ease all;
}

.tax-brand #brand-similar-brands li img {
  border: 1px solid #000;
  border-radius: 100%;
  padding: 3px;
  margin-bottom: 10px;
}

.tax-brand #brand-similar-brands li h4 {
  font-size: 26px;
  color: #000;
  line-height: 1;
}

.tax-brand #brand-similar-brands.open li {
  height: auto;
  opacity: 1;
  transition: 0.6s ease all;
}

.tax-brand #brand-sidebar {
  max-width: 300px;
  width: 100%;
  position: absolute;
  font-family: "Archivo Narrow", helvetica, sans-serif;
}

.tax-brand #brand-sidebar nav {
  margin-bottom: 40px;
}

.tax-brand #brand-sidebar nav a {
  border-top: 1px solid #e1e1e1;
  padding: 20px;
  font-size: 25px;
  display: block;
  font-weight: 100;
  transition: 0.5s ease all;
}

.tax-brand #brand-sidebar nav li:last-child a {
  border-bottom: 1px solid #e1e1e1;
}

.tax-brand #brand-sidebar #adblock300 {
  background: #E5E5E5;
  width: 300px;
  height: 250px;
  display: block;
}

.tax-brand .title_container {
  margin-bottom: 20px;
}

.tax-brand .fixed_sidebar {
  position: fixed;
  top: 111px;
}

.tax-brand .read_more_button {
  color: #000;
  font-size: 23px;
  border: 1px solid #e1e1e1;
  padding: 15px 35px;
  display: inline-block;
  font-family: "Archivo Narrow", helvetica, sans-serif;
  cursor: pointer;
  margin-bottom: 30px;
}

.tax-brand .read_more_button:hover {
  color: #1e3c78;
}

/*********************************************************************** FAQS */

.post-type-archive #intro,
.post-type-archive aside,
.archive #intro,
.archive aside {
  margin-bottom: 30px;
}

.post-type-archive #intro,
.archive #intro {
  text-align: center;
  font-size: 16px;
}

.post-type-archive #intro h1,
.post-type-archive #intro h2,
.archive #intro h1,
.archive #intro h2 {
  margin-bottom: 10px;
}

.post-type-archive #intro h1,
.archive #intro h1 {
  font-size: 34px;
}

.post-type-archive aside h4,
.archive aside h4 {
  font-size: 18px;
}

.post-type-archive aside li,
.archive aside li {
  list-style: none;
}

.post-type-archive aside nav > ul > li,
.archive aside nav > ul > li {
  font-weight: bold;
}

.post-type-archive aside .children,
.archive aside .children {
  margin-left: 15px;
}

.post-type-archive aside a,
.archive aside a {
  color: #000;
}

.post-type-archive aside a:hover,
.archive aside a:hover {
  color: #1e3c78;
}

.post-type-archive article section,
.archive article section {
  margin-bottom: 30px;
}

.post-type-archive article li a,
.archive article li a {
  color: #000;
}

.post-type-archive article li a:hover,
.archive article li a:hover {
  color: #1e3c78;
}

.search_faq {
  margin-bottom: 30px;
}

.search_faq .orig {
  text-align: center !important;
}

.button_box {
  margin-bottom: 30px;
  padding: 30px;
  font-size: 21px;
  color: #000;
  text-decoration: none;
  clear: both;
  display: block;
  text-align: center;
  font-family: "Archivo Narrow", helvetica, sans-serif;
  font-weight: 400 !important;
}

.tax-faq_tax_clothing .large_post_column article ol,
.tax-faq_tax_material .large_post_column article ol,
.tax-faq_tax_purpose .large_post_column article ol {
  margin-left: 24px;
  list-style: decimal;
}

.tax-faq_tax_clothing .large_post_column article li,
.tax-faq_tax_material .large_post_column article li,
.tax-faq_tax_purpose .large_post_column article li {
  padding-bottom: 10px;
}

.tax-faq_tax_clothing .button_box,
.tax-faq_tax_material .button_box,
.tax-faq_tax_purpose .button_box {
  padding: 15px;
}

.article .related_dictionary_terms_container li,
.article .related_faqs_container li {
  list-style: none;
  margin-left: 0;
}

.related_dictionary_terms_container {
  margin: -30px 0 30px 0;
}

.tax-faq_tax main article ol {
  list-style: decimal;
  margin-left: 28px;
}

.tax-faq_tax main article ol li a {
  color: #000;
}

.tax-faq_tax main article ol li a:hover {
  color: #1e3c78;
}

.single-faqs .button_box {
  padding: 15px;
}

.single-faqs article .content {
  padding-left: 45px;
  position: relative;
}

.single-faqs article .content:before {
  content: "A:";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 34px;
  font-weight: bold;
  font-family: "Archivo Narrow", helvetica, sans-serif;
  padding-left: 1px;
}

.single-faqs article .related_faqs_container {
  border-top: 1px solid #e1e1e1;
  padding: 27px 0 0 0;
}

.single-faqs article .related_posts {
  border: 1px solid #e1e1e1;
  padding-top: 27px;
  margin-bottom: 54px;
}

.post-type-archive-faqs .title_container h4 {
  font-size: 12.6px;
}

.post-type-archive-faqs aside a {
  text-transform: capitalize;
}

.post-type-archive-faqs .large_post_column ul {
  list-style: disc;
  margin-left: 20px;
}

#footer-fixed-ad {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.555);
}

#footer-fixed-ad .close-footer-fixed-ad {
  position: absolute;
  top: -25px;
  right: 0px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.555);
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ad-sticky-wrapper {
  width: 100%;
  height: 100px;
  display: none;
  position: fixed;
  z-index: 10000;
}

.ad-sticky-wrapper .ad-anchor {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .ad-sticky-desktop-anchor {
    height: 50px !important;
  }
}

@media screen and (min-width: 768px) {
  .ad-sticky-desktop-anchor {
    height: 90px !important;
  }
}

.ad-sticky-desktop-anchor {
  width: 100%;
  background: rgba(0, 0, 0, 0.555);
  left: 0px;
  bottom: 0px;
}

#ssrt-close-anchor-button {
  position: absolute;
  top: -22px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.555);
  width: 25px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  padding-top: 3px;
  right: 0px;
  cursor: pointer;
}

#anchor-ad-unit {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}

.ad-sticky {
  position: fixed !important;
  z-index: 100000;
}

@media screen and (max-width: 1040px) {
  .sidebar_towers_wrapper {
    display: none;
  }
}

@media screen and (max-width: 910px) {
  .fixed_header .header_nav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 22px;
  }

  .mid_width,
  main .full_width_article {
    width: 100%;
  }

  main .large_post_column,
  main .slider_content {
    width: calc(100% - 312px);
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  main .large_post_column,
  main .slider_content {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .home #slider {
    display: none;
  }

  .first_ad_chiclet_block {
    margin: 0 auto !important;
  }

  main aside .first_ad_chiclet_block {
    clear: both;
    padding-bottom: 10px;
  }

  main .second_ad_square {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
    display: block;
  }

  main .crop {
    overflow: hidden;
    height: none;
  }

  main .pagination {
    font-size: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
  }

  .mobile_mailing_list.mobile_open {
    display: block;
  }

  .tax-brand #brand-sidebar {
    position: relative !important;
    float: none;
    margin: 0 auto 35px auto;
  }
}

/*********************************************************************** 667 */

@media screen and (max-width: 667px) {
  .cta-button {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  main article h1 {
    font-size: 25px;
  }

  main article h2 {
    font-size: 21px;
  }

  main article h3 {
    font-size: 19px;
  }

  .page_brands-2 main nav {
    -moz-column-count: 2;
         column-count: 2;
  }

  #main_nav.open_side_content_wrap {
    transform: translate(5%);
  }

  .author_info > * {
    clear: both;
    width: 100% !important;
  }

  .author_info > * img {
    margin: 0 auto 30px auto !important;
  }

  .author_info > * .left {
    text-align: center;
  }
}

/*********************************************************************** 600 */

@media screen and (max-width: 600px) {
  .side_content_wrap {
    width: 100%;
  }
}

/*********************************************************************** 450 */

@media screen and (max-width: 450px) {
  .wrapper {
    padding: 0 10px !important;
  }

  .related_posts h3,
  .related_posts.evergreen_funnels h3 {
    font-size: 22px;
    padding-left: 4px;
  }

  .related_posts .related_post,
  .related_posts.evergreen_funnels .related_post {
    width: 100%;
    clear: both;
  }

  .related_posts .related_post h4,
  .related_posts.evergreen_funnels .related_post h4 {
    padding-left: 4px;
    font-size: 18px;
  }

  .related_posts .related_post:nth-child(n+5),
  .related_posts.evergreen_funnels .related_post:nth-child(n+5) {
    display: none;
  }

  footer #main_footer nav #menu-footer-left-linkset {
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -o-column-count: 2;
    -o-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
  }

  footer #main_footer .social_media {
    float: left;
    display: block;
    clear: both;
  }

  .mashsb-buttons a {
    min-width: 0 !important;
  }

  .mashsb-buttons a .text {
    display: none;
  }
}

.wp-block-image figcaption,
.wp-caption p {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0px;
  color: white;
  font-style: italic;
  left: 0;
  padding: 4px 15px;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.1;
}

.wp-block-image figcaption a,
.wp-caption p a {
  color: #fff;
  text-decoration-color: #fff !important;
}

.pricing-table-block .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.pricing-table-block .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.pricing-table-block .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  background-color: #1e3c78;
}

.pricing-table-block .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

.pricing-table-block input:checked + .slider {
  --tw-bg-opacity: 1;
  background-color: rgba(173, 117, 58, var(--tw-bg-opacity));
}

.pricing-table-block input:focus + .slider {
  outline: none;
}

.pricing-table-block input:checked + .slider:before {
  transform: translateX(26px);
}

.pricing-table-block .slider.round {
  border-radius: 34px;
}

.pricing-table-block .slider.round:before {
  border-radius: 50%;
}

aside.aside-2 {
  display: block;
}

@media screen and (max-width: 767px) {
  aside.aside-2 {
    display: none;
  }
}

aside.aside-2 .scrollmagic-pin-spacer {
  height: 0 !important;
  min-height: 0 !important;
}

.shopify-feed {
  background: #e1e1e1;
  padding: 60px 0;
  margin: 30px -20px;
}

@media screen and (min-width: 1340px) {
  .shopify-feed {
    margin-left: calc(-50vw + 250px);
    margin-right: calc(-50vw + 250px);
  }
}

@media screen and (max-width: 39.9375em) {
  .shopify-feed {
    padding: 40px 30px !important;
  }

  .shopify-feed .slick-prev {
    left: -40px !important;
  }

  .shopify-feed .slick-next {
    right: -40px !important;
  }
}

.shopify-feed h3,
.shopify-feed h4 {
  font-weight: 900 !important;
}

.shopify-feed h4 {
  min-height: 48px;
}

.shopify-feed h3 a:hover i {
  color: #1e3c78;
  margin-left: 10px;
  transition: 0.4s ease all;
}

.shopify-feed a {
  color: #000;
}

.shopify-feed a:hover {
  color: #1e3c78;
}

.shopify-feed .slick-list {
  margin: 0 -15px !important;
}

.shopify-feed .product-feed-item {
  margin: 0 15px;
}

.shopify-feed .sold-out,
.shopify-feed .price {
  color: #1e3c78;
  font-weight: 600;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick,
.shopify-feed-products {
  margin-bottom: 20px !important;
}

.slick .slick-dots,
.shopify-feed-products .slick-dots {
  bottom: 0;
  position: relative;
  padding-top: 10px;
}

.slick .slick-dots li,
.shopify-feed-products .slick-dots li {
  margin-left: 0;
}

.slick .slick-dots li button:before,
.shopify-feed-products .slick-dots li button:before {
  font-size: 24px;
}

.slick .slick-dots > li:only-child,
.shopify-feed-products .slick-dots > li:only-child {
  display: none;
}

.slick .slick-next,
.slick .slick-prev,
.shopify-feed-products .slick-next,
.shopify-feed-products .slick-prev {
  background: rgba(242, 242, 242, 0.8);
  width: 35px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  border-radius: 3px;
}

.slick .slick-next:before,
.slick .slick-prev:before,
.shopify-feed-products .slick-next:before,
.shopify-feed-products .slick-prev:before {
  color: #000;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: 400;
}

.slick .slick-prev,
.shopify-feed-products .slick-prev {
  left: 10px;
}

.slick .slick-prev:before,
.shopify-feed-products .slick-prev:before {
  transform: rotate(180deg);
}

.slick .slick-next,
.shopify-feed-products .slick-next {
  right: 10px;
}

.slick-slide:focus,
.slick a,
.slick-track a {
  outline: none !important;
}

.single .article header,
.page .article header {
  padding: 50px 0 40px 0;
  font-family: "Archivo Narrow", sans-serif;
}

.single .article header .the_author > a,
.page .article header .the_author > a {
  border-bottom: 2px dotted #000;
  padding-bottom: 2px;
}

.single .article header .categories,
.page .article header .categories {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 1rem;
}

.single .article header .categories .far,
.page .article header .categories .far {
  font-size: 0.6em;
  bottom: 2px;
  position: relative;
  padding: 0 5px;
  font-family: "Font Awesome 5 Pro";
}

.single .article header .categories .far:last-of-type,
.page .article header .categories .far:last-of-type {
  display: none !important;
}

.single .article header .article_title,
.page .article header .article_title {
  font-weight: 900;
  font-size: 3vw;
  max-width: 975px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1340px) {
  .single .article header .article_title,
  .page .article header .article_title {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 769px) {
  .single .article header .article_title,
  .page .article header .article_title {
    font-size: 1.3rem;
  }
}

.single .article .push-left,
.page .article .push-left {
  width: calc(100% - 345px);
  float: left;
}

@media screen and (max-width: 769px) {
  .single .article .push-left,
  .page .article .push-left {
    width: 100%;
  }
}

@media screen and (min-width: 770px) {
  .single .article .push-left,
  .page .article .push-left {
    min-height: 800px;
  }
}

.single .article .article-sidebar,
.page .article .article-sidebar {
  width: 295px;
}

.single .article .article-social-sharing,
.page .article .article-social-sharing {
  color: #A0A0A0;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  margin-right: 30px;
  line-height: 1.2;
}

.single .article .article-social-sharing .mashsb-sharetext,
.page .article .article-social-sharing .mashsb-sharetext {
  display: none;
}

.single .article .article-social-sharing .mashsb-buttons, .page .article .article-social-sharing .mashsb-buttons{
  display: flex;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.single .article .article-social-sharing .mashsb-buttons,
.page .article .article-social-sharing .mashsb-buttons{
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.single .article .article-social-sharing .mashsb-buttons .mashsb-pure-icons,
.page .article .article-social-sharing .mashsb-buttons .mashsb-pure-icons {
  background: transparent;
  padding: 0 0 0 15px;
}

.single .article .article-social-sharing .mashsb-buttons .mashsb-pure-icons:first-of-type,
.page .article .article-social-sharing .mashsb-buttons .mashsb-pure-icons:first-of-type {
  padding-left: 0;
}

.single .article .article-social-sharing .mashsb-buttons .mashsb-pure-icons .icon:hover:before,
.page .article .article-social-sharing .mashsb-buttons .mashsb-pure-icons .icon:hover:before {
  color: #1e3c78 !important;
}

.single .article .article-social-sharing .mashsb-buttons .mashsb-pure-icons .icon:before,
.page .article .article-social-sharing .mashsb-buttons .mashsb-pure-icons .icon:before {
  font-size: 1.3rem;
  color: #cccccc !important;
}

.single .article .article-content,
.page .article .article-content {
  margin-bottom: 30px;
  max-width: calc(100% - 220px);
}

@media screen and (max-width: 769px) {
  .single .article .article-content,
  .page .article .article-content {
    max-width: 100%;
  }
}

.page-template-template-no-ads-center .push-left,
.page-template-template-landing-page .push-left {
  float: none !important;
}

.front-page-hero {
  margin: 50px 0 30px 0;
}

@media screen and (max-width: 39.9375em) {
  .front-page-hero {
    margin-top: 0;
  }
}

.front-page-hero h2 {
  font-size: 24px;
}

@media screen and (max-width: 39.9375em) {
  .front-page-hero h2 {
    font-size: 0.8rem;
  }
}

.front-page-hero .row {
  margin-bottom: 20px;
}

.front-page-hero .row > * {
  position: relative;
}

.front-page-hero .row .image_wrapper {
  position: relative;
  overflow: hidden;
  background-color: #e1e1e1;
}

.front-page-hero .row .image_wrapper img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}

.front-page-hero .category {
  color: #1e3c78;
  text-transform: uppercase;
}

.front-page-hero .category a:hover {
  color: #000;
}

.front-page-hero .style-1 {
  color: #fff;
  height: 480px;
}

@media screen and (max-width: 39.9375em) {
  .front-page-hero .style-1 {
    height: auto;
  }
}

.front-page-hero .style-1 a {
  color: #fff;
}

@media screen and (max-width: 39.9375em) {
  .front-page-hero .style-1 a {
    color: #000;
  }
}

.front-page-hero .style-1 a:hover {
  color: #000;
}

.front-page-hero .style-1 .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  padding: 40px;
  z-index: 1;
}

@media screen and (max-width: 39.9375em) {
  .front-page-hero .style-1 .overlay {
    position: relative;
    background: none;
    color: #000;
    padding: 0 0 25px 0;
  }
}

.front-page-hero .style-1 .overlay h2 {
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 39.9375em) {
  .front-page-hero .style-1 .overlay h2 {
    font-size: 1.5rem;
  }
}

.front-page-hero .style-1 .overlay .read-more {
  border: 1px solid rgba(250, 250, 250, 0.7);
  border-radius: 2px;
  display: inline-block;
  padding: 10px 20px;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 39.9375em) {
  .front-page-hero .style-1 .overlay .read-more {
    border-color: #000 !important;
  }
}

.front-page-hero .style-1 .overlay .read-more:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: -100%;
  z-index: -1;
  transition: 0.3s ease all;
}

.front-page-hero .style-1 .overlay .read-more:hover:before {
  left: 0;
  transition: 0.3s ease all;
}

.front-page-hero .style-1 .image_wrapper {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 39.9375em) {
  .front-page-hero .style-1 .image_wrapper {
    height: 40vh !important;
    width: 100vw;
    margin: 0 -10px;
  }
}

.front-page-hero .style-2 h2 a,
.front-page-hero .style-3 h2 a {
  color: #000;
}

.front-page-hero .style-2 h2 a:hover,
.front-page-hero .style-3 h2 a:hover {
  color: #1e3c78;
}

.front-page-hero .style-2 .category,
.front-page-hero .style-3 .category {
  font-size: 0.9rem;
}

.front-page-hero .style-2 h3 {
  font-size: 20px;
  padding: 0 20px;
}

.front-page-hero .style-2 .image_wrapper {
  height: 50%;
}

.front-page-hero .style-2 .content {
  padding: 18px 13px;
  height: 50%;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

@media screen and (max-width: 39.9375em) {
  .front-page-hero .style-2 .content {
    border: none !important;
    padding: 0;
  }

  .front-page-hero .style-2 .content h2 {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .front-page-hero .style-2 .read-more {
    display: none;
  }
}

.front-page-hero .style-3 h2 {
  font-size: 1rem;
}

.front-page-hero .style-3 .category {
  font-size: 0.8rem;
  margin-bottom: 6px;
}

.front-page-hero .style-3 .content {
  padding-top: 18px;
}

@media screen and (max-width: 825px) {
  .front-page-hero .style-2 h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .front-page-hero .row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .front-page-hero .row > * .image_wrapper {
    height: 50vw;
  }

  .front-page-hero .row > * img {
    width: 100%;
  }

  .front-page-hero .row > * .category {
    position: relative;
    text-align: center;
    margin-top: 23px;
  }
}

@media screen and (max-width: 768px) and (max-width: 39.9375em) {
  .front-page-hero .row > * .category {
    text-align: left;
  }
}

/*********************************************************************** FOOTER LAYOUT */

footer {
  background: #000;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
  position: relative;
}

footer .wrapper {
  width: 100%;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

footer #main_footer {
  color: #fff;
  margin: 65px 0 50px 0;
}

@media screen and (max-width: 769px) {
  footer #main_footer {
    margin: 0;
  }
}

footer #main_footer .newsletter,
footer #main_footer .must-reads,
footer #main_footer .categories-and-nav {
  margin-bottom: 55px;
}

footer #main_footer .newsletter {
  background: url(../../img/footer-newsletter-bg.jpg) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  padding: 65px 55px;
}

@media screen and (max-width: 769px) {
  footer #main_footer .newsletter {
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
  }

  footer #main_footer .newsletter form {
    width: 100% !important;
    max-width: none !important;
  }
}

footer #main_footer .newsletter .newsletter-description {
  max-width: 440px;
  font-family: "Archivo Narrow", sans-serif;
  padding-right: 30px;
}

footer #main_footer .newsletter .newsletter-description h3 {
  font-size: 1.8rem;
  font-family: "Crimson Text", serif;
}

@media screen and (max-width: 39.9375em) {
  footer #main_footer .newsletter .newsletter-description h3 {
    font-size: 1.3rem;
  }
}

footer #main_footer .categories-and-nav nav > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer #main_footer .categories-and-nav nav > ul > li {
  width: 15%;
}

@media (max-width: 1024px) {
  footer #main_footer .categories-and-nav nav > ul > li {
    width: 32%;
  }
}

@media (max-width: 769px) {
  footer #main_footer .categories-and-nav nav > ul > li {
    width: 47%;
  }
}

footer #main_footer .categories-and-nav nav > ul > li > a {
  font-family: "Crimson Text", serif;
  font-size: 1.3rem;
}

footer #main_footer .categories-and-nav nav > ul > li li a {
  font-size: 0.95rem;
  color: #BBBBBB;
  font-weight: 400;
}

footer #main_footer nav {
  width: 100%;
}

footer #main_footer nav li {
  font-size: 17px;
  margin-bottom: 6px;
}

footer #main_footer nav li a {
  color: #fff;
}

footer #main_footer nav li.menu-item-has-children {
  font-weight: bold;
}

footer #main_footer nav li.menu-item-has-children ul {
  margin: 10px 0 20px;
  font-weight: 100;
}

footer #main_footer nav li.menu-item-has-children ul a:hover {
  font-style: italic;
}

footer #main_footer .social_media > ul {
  display: flex;
}

footer #main_footer .social_media li {
  width: 19px;
  height: 22px;
  overflow: hidden;
  margin-left: 9px;
  margin-bottom: 0;
  padding-top: 3px;
}

footer #main_footer .social_media li:first-child {
  margin-left: 0;
}

footer #main_footer .social_media li a {
  color: #fff;
}

footer #main_footer .social_media li a:hover {
  color: #BBBBBB;
}

footer #main_footer .social_media .text {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  display: inline-block;
  background-repeat: no-repeat;
}

footer #main_footer .copyright-row {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 0.8rem;
}

footer #main_footer .copyright-row a {
  color: #fff;
}

footer #main_footer .copyright-row a:hover {
  color: #BBBBBB;
}

footer #main_footer .copyright-row .terms-conditions {
  margin-right: 30px;
}

@media screen and (max-width: 39.9375em) {
  footer #main_footer .copyright-row .terms-conditions {
    margin-right: 0;
  }
}

footer #main_footer .copyright-row .terms-conditions li:not(:first-child) {
  white-space: nowrap;
}

footer #main_footer .copyright-row .terms-conditions li:not(:first-child):before {
  content: "|";
  margin-left: 3px;
  margin-right: 3px;
}

.footer-feature-posts {
  margin-bottom: 50px;
}

.footer-feature-posts h2 {
  font-size: 1.3rem;
}

.footer-feature-posts .feature-post .image_wrapper {
  margin-bottom: 30px;
}

.footer-feature-posts .feature-post h3 {
  font-size: 0.9rem;
  font-weight: 600;
}

.footer-feature-posts .feature-post h3 a {
  color: #fff;
}

.footer-feature-posts .feature-post h3 a:hover {
  color: #BBBBBB;
}

.footer-feature-posts .feature-post .post-author {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-family: "Archivo Narrow", sans-serif;
}

.footer-feature-posts .feature-post .post-author a {
  color: #BBBBBB;
}

.footer-feature-posts .feature-post .post-author a:hover {
  color: #1e3c78;
}

@media (min-width: 640px){
  .sm\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .sm\:ml-0{
    margin-left: 0px !important;
  }

  .sm\:ml-8{
    margin-left: 2rem !important;
  }

  .sm\:block{
    display: block !important;
  }

  .sm\:inline-block{
    display: inline-block !important;
  }

  .sm\:flex{
    display: flex !important;
  }

  .sm\:hidden{
    display: none !important;
  }

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

  .sm\:w-3\/4{
    width: 75% !important;
  }

  .sm\:flex-row{
    flex-direction: row !important;
  }

  .sm\:flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .sm\:justify-between{
    justify-content: space-between !important;
  }

  .sm\:p-3{
    padding: 0.75rem !important;
  }

  .sm\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm\:pr-10{
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 768px){
  .md\:order-1{
    order: 1 !important;
  }

  .md\:order-2{
    order: 2 !important;
  }

  .md\:order-first{
    order: -9999 !important;
  }

  .md\:order-last{
    order: 9999 !important;
  }

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

  .md\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .md\:block{
    display: block !important;
  }

  .md\:inline-block{
    display: inline-block !important;
  }

  .md\:flex{
    display: flex !important;
  }

  .md\:hidden{
    display: none !important;
  }

  .md\:h-20{
    height: 5rem !important;
  }

  .md\:h-36{
    height: 9rem !important;
  }

  .md\:h-full{
    height: 100% !important;
  }

  .md\:w-36{
    width: 9rem !important;
  }

  .md\:w-48{
    width: 12rem !important;
  }

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

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

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

  .md\:w-1\/4{
    width: 25% !important;
  }

  .md\:w-3\/4{
    width: 75% !important;
  }

  .md\:w-2\/5{
    width: 40% !important;
  }

  .md\:flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .md\:flex-grow{
    flex-grow: 1 !important;
  }

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

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

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

  .md\:flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .md\:items-start{
    align-items: flex-start !important;
  }

  .md\:justify-start{
    justify-content: flex-start !important;
  }

  .md\:justify-center{
    justify-content: center !important;
  }

  .md\:justify-between{
    justify-content: space-between !important;
  }

  .md\:gap-6{
    gap: 1.5rem !important;
  }

  .md\:gap-8{
    gap: 2rem !important;
  }

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

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

  .md\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .md\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:pl-8{
    padding-left: 2rem !important;
  }

  .md\:text-left{
    text-align: left !important;
  }

  .md\:text-xl{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .md\:text-2xl{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

@media (min-width: 1024px){
  .lg\:h-24{
    height: 6rem !important;
  }

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

  .lg\:w-1\/4{
    width: 25% !important;
  }

  .lg\:w-2\/4{
    width: 50% !important;
  }

  .lg\:w-1\/5{
    width: 20% !important;
  }

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

  .lg\:gap-12{
    gap: 3rem !important;
  }

  .lg\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 1280px){
}

@media (min-width: 1536px){
}
