/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: brandon-grotesque, sans-serif;
  /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

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

/*
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)
3. Remove gaps between table borders by default.
*/

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

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

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

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

h1 {
  font-family: brandon-grotesque, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(65 0 153 / var(--tw-text-opacity));
}

@media (max-width: 900px) {
  h1 {
    font-size: 34px;
  }
}

@media (max-width: 450px) {
  h1 {
    line-height: 104%;
  }
}

h2 {
  font-family: brandon-grotesque, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 112%;
  --tw-text-opacity: 1;
  color: rgb(65 0 153 / var(--tw-text-opacity));
}

@media (max-width: 900px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-family: brandon-grotesque, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 112%;
  --tw-text-opacity: 1;
  color: rgb(65 0 153 / var(--tw-text-opacity));
}

@media (max-width: 900px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-family: brandon-grotesque, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(65 0 153 / var(--tw-text-opacity));
}

@media (max-width: 900px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(65 0 153 / var(--tw-text-opacity));
}

@media (max-width: 900px) {
  h5 {
    font-size: 14px;
  }
}

.p-large {
  font-family: brandon-grotesque, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 900px) {
  .p-large {
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  .p-large {
    line-height: 130%;
  }
}

.p-large.bold {
  font-family: brandon-grotesque, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 900px) {
  .p-large.bold {
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  .p-large.bold {
    line-height: 130%;
  }
}

.p-regular {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 900px) {
  .p-regular {
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  .p-regular {
    line-height: 130%;
  }
}

.p-regular.bold {
  font-family: brandon-grotesque, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 900px) {
  .p-regular.bold {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .p-regular.bold {
    line-height: 130%;
  }
}

.p-small {
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.p-small.bold {
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btnPrimary {
  gap: 20px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 112%;
  --tw-text-opacity: 1;
  color: rgb(231 27 41 / var(--tw-text-opacity));
}

@media (max-width: 900px) {
  .btnPrimary {
    font-size: 24px;
  }
}

.btnSecondary {
  gap: 20px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 112%;
  --tw-text-opacity: 1;
  color: rgb(231 27 41 / var(--tw-text-opacity));
}

@media (max-width: 900px) {
  .btnSecondary {
    font-size: 20px;
  }
}

.linksNavigation {
  font-family: brandon-grotesque, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(231 27 41 / var(--tw-text-opacity));
}

@media (max-width: 900px) {
  .linksNavigation {
    font-size: 24px;
  }
}

.card-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(231 27 41 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 900px) {
  .card-tag {
    top: 10px;
    left: 10px;
  }
}

.custom-cmom-btn {
  border-radius: 26px;
  --tw-bg-opacity: 1;
  background-color: rgb(65 0 153 / var(--tw-bg-opacity));
  padding: 40px;
  padding-right: 36px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.custom-cmom-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(65 0 153 / var(--tw-text-opacity));
}

@media (max-width: 900px) {
  .custom-cmom-btn {
    width: 100%;
  }
}

@media (max-width: 668px) {
  .custom-cmom-btn {
    padding: 32px;
    padding-right: 30px;
  }
}

@media (max-width: 450px) {
  .custom-cmom-btn {
    padding: 24px;
    padding-right: 20px;
  }
}

.grid-title {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.index-filter {
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  width: 100%;
  border-radius: 6px;
}

@media (max-width: 1080px) {
  .index-filter {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 1770px) {
  .container {
    max-width: 1770px;
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.right-5 {
  right: 1.25rem;
}

.right-\[36px\] {
  right: 36px;
}

.top-5 {
  top: 1.25rem;
}

.top-\[-54px\] {
  top: -54px;
}

.top-\[170px\] {
  top: 170px;
}

.top-\[90px\] {
  top: 90px;
}

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

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

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.mx-\[40px\] {
  margin-left: 40px;
  margin-right: 40px;
}

.mx-\[50\%\] {
  margin-left: 50%;
  margin-right: 50%;
}

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

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

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

.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

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

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mb-\[3px\] {
  margin-bottom: 3px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[6px\] {
  margin-bottom: 6px;
}

.ml-\[22px\] {
  margin-left: 22px;
}

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

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

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[13px\] {
  margin-top: 13px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[50px\] {
  margin-top: 50px;
}

.block {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[127px\] {
  height: 127px;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[164px\] {
  height: 164px;
}

.h-\[220px\] {
  height: 220px;
}

.h-\[350px\] {
  height: 350px;
}

.h-\[440px\] {
  height: 440px;
}

.h-\[54px\] {
  height: 54px;
}

.h-\[636px\] {
  height: 636px;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.max-h-\[900px\] {
  max-height: 900px;
}

.min-h-\[348px\] {
  min-height: 348px;
}

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

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

.w-\[30\%\] {
  width: 30%;
}

.w-\[33\%\] {
  width: 33%;
}

.w-\[35\%\] {
  width: 35%;
}

.w-\[40\%\] {
  width: 40%;
}

.w-\[50\%\] {
  width: 50%;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[54px\] {
  width: 54px;
}

.w-\[60\%\] {
  width: 60%;
}

.w-\[600px\] {
  width: 600px;
}

.w-\[65\%\] {
  width: 65%;
}

.w-\[calc\(50\%-10px\)\] {
  width: calc(50% - 10px);
}

.w-\[calc\(50\%-5px\)\] {
  width: calc(50% - 5px);
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.min-w-\[370px\] {
  min-width: 370px;
}

.min-w-\[50\%\] {
  min-width: 50%;
}

.max-w-\[1700px\] {
  max-width: 1700px;
}

.max-w-\[45\%\] {
  max-width: 45%;
}

.max-w-\[95\%\] {
  max-width: 95%;
}

.transform {
  -webkit-transform: translate(var(--tw-translate-x), 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));
      -ms-transform: translate(var(--tw-translate-x), 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));
          transform: translate(var(--tw-translate-x), 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));
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[32px\] {
  gap: 32px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[50px\] {
  gap: 50px;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-\[26px\] {
  border-radius: 26px;
}

.rounded-\[6px\] {
  border-radius: 6px;
}

.rounded-none {
  border-radius: 0px;
}

.bg-primaryGold {
  --tw-bg-opacity: 1;
  background-color: rgb(243 195 0 / var(--tw-bg-opacity));
}

.bg-primaryOrange {
  --tw-bg-opacity: 1;
  background-color: rgb(231 27 41 / var(--tw-bg-opacity));
}

.bg-primaryViolet {
  --tw-bg-opacity: 1;
  background-color: rgb(65 0 153 / var(--tw-bg-opacity));
}

.bg-secondaryGray {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 243 / var(--tw-bg-opacity));
}

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

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

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

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

.p-10 {
  padding: 2.5rem;
}

.p-20 {
  padding: 5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-\[20px\] {
  padding: 20px;
}

.p-\[32px\] {
  padding: 32px;
}

.p-\[40px\] {
  padding: 40px;
}

.p-\[80px\] {
  padding: 80px;
}

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

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

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

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

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

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}

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

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

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

.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}

.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.pb-\[90px\] {
  padding-bottom: 90px;
}

.pr-\[7\%\] {
  padding-right: 7%;
}

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

.text-\[1px\] {
  font-size: 1px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[30px\] {
  font-size: 30px;
}

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

.\!text-primaryOrange {
  --tw-text-opacity: 1 !important;
  color: rgb(231 27 41 / var(--tw-text-opacity)) !important;
}

.\!text-primaryViolet {
  --tw-text-opacity: 1 !important;
  color: rgb(65 0 153 / var(--tw-text-opacity)) !important;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

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

.text-primaryOrange {
  --tw-text-opacity: 1;
  color: rgb(231 27 41 / var(--tw-text-opacity));
}

.text-primaryViolet {
  --tw-text-opacity: 1;
  color: rgb(65 0 153 / var(--tw-text-opacity));
}

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

.opacity-0 {
  opacity: 0;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-0 {
  outline-width: 0px;
}

.filter {
  -webkit-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);
          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);
}

h1,
h2,
h3,
h4,
h5 {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
}

h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

body {
  background-color: #EFEFF3;
  margin: 0 auto;
}

#mobile-menu a{
  color:white !important;
}

.post-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}

p a {
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(231 27 41 / var(--tw-text-opacity));
  text-decoration-line: underline;
  -webkit-transition: color 0.3s ease, text-decoration-line 0.3s ease;
  transition: color 0.3s ease, text-decoration-line 0.3s ease;
}

p a:hover {
  text-decoration-line: none;
  -webkit-transition: color 0.2s ease, text-decoration-line 0.2s ease;
  transition: color 0.2s ease, text-decoration-line 0.2s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

p,
a {
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
}

.max-lines-3,
.max-lines-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.max-lines-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.page-home #newsletter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-home .hide-home {
  display: none;
}

.btn.btn--blue,
.btn.btn--red,
.btn.btn--green,
.contact-us-form #gform_submit_button_3,
.btn.btn--yellow,
.btn.btn--black {
  gap: 20px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 112%;
  --tw-text-opacity: 1;
  color: rgb(231 27 41 / var(--tw-text-opacity));
}

@media (max-width: 900px) {
  .btn.btn--blue,
.btn.btn--red,
.btn.btn--green,
.contact-us-form #gform_submit_button_3,
.btn.btn--yellow,
.btn.btn--black {
    font-size: 24px;
  }
}

.custom-cmom-btn:hover .btn.btn--blue,.custom-cmom-btn:hover 
.btn.btn--red,.custom-cmom-btn:hover 
.btn.btn--green,.custom-cmom-btn:hover 
.contact-us-form #gform_submit_button_3,.custom-cmom-btn:hover 
.btn.btn--yellow,.custom-cmom-btn:hover 
.btn.btn--black {
  color: #410099;
}

.btn.btn--blue,
.btn.btn--red,
.btn.btn--green,
.contact-us-form #gform_submit_button_3,
.btn.btn--yellow,
.btn.btn--black {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 24px;
  -webkit-transition: color 0.3s ease, border 0.3s ease, "background-color" 0.3s ease;
  transition: color 0.3s ease, border 0.3s ease, "background-color" 0.3s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  cursor: pointer;
  text-align: center;
  margin: 20px 0;
  background-color: #E71B29;
  text-decoration: none;
  border-radius: 6px;
}

.btn.btn--blue a,
.btn.btn--red a,
.btn.btn--green a,
.btn.btn--yellow a,
.btn.btn--black a {
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: white;
}

.btn.btn--green:hover p {
  color: #203f68;
}

.btn.btn--blue p,
.btn.btn--red p,
.btn.btn--green p,
.btn.btn--yellow p,
.btn.btn--black p {
  margin: 0;
}

.btn.btn--blue:hover,
.btn.btn--red:hover,
.btn.btn--green:hover,
.btn.btn--yellow:hover,
.btn.btn--black:hover,
.contact-us-form #gform_submit_button_3:hover {
  background-color: white;
  color: #204c86;
  -webkit-transition: "background-color" 0.2s ease;
  transition: "background-color" 0.2s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.contact-us-form #gform_submit_button_3 {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color:white;
  border: none;
  min-width: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  border-radius: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.btn.btn--blue:hover a,
.btn.btn--red:hover a,
.btn.btn--green:hover a,
.btn.btn--green:hover p,
.btn.btn--yellow:hover a,
.btn.btn--black:hover a,
.contact-us-form #gform_submit_button_3:hover {
  color: #204c86;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.post-subpage-options .generic-page-selected {
  background-color: #E71B29;
  border-bottom: 2px solid #E71B29;
}

.post-subpage-options .generic-page-selected h3 {
  color: white;
}

.social-links .white,
.search-icon .white {
  display: none;
}

.prev.active,
.next.active {
  background-color: #F3C300;
}

.social-links:hover img,
.search-icon:hover img {
  display: none;
}

.social-links:hover img.white,
.search-icon:hover img.white{
  display: block;
}

.post-content p,
.post-content {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 900px) {
  .post-content p,
.post-content {
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  .post-content p,
.post-content {
    line-height: 130%;
  }
}

.post-content p.bold,
.post-content.bold {
  font-family: brandon-grotesque, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 900px) {
  .post-content p.bold,
.post-content.bold {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .post-content p.bold,
.post-content.bold {
    line-height: 130%;
  }
}

.post-content>h2:first-child,
.post-content>h3:first-child,
.post-content>h4:first-child,
.post-content>h5:first-child,
.post-content>h6:first-child{
  margin-top: 0;
  color: #410099;
  margin-bottom: 8px;
}

.post-content ul {
  list-style: unset;
  list-style-type: " • ";
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.post-content ul li {
  padding-left: 10px;
}

.gform_body .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gform_body .gform_fields .gfield {
  padding: 0;
}

.gform_title {
  display: none !important;
}

.gform_body .gform_fields .gfield input,
.gform_body .gform_fields .gfield textarea {
  width: 100% !important;
  color: black;
  padding: 10px !important;
}

.gform_button {
  border: 1.5px solid white;
  padding: 10px 20px;
  border-radius: 3px;
  margin-left: 10px;
  cursor: pointer;
}

#contact-us-information h3 {
  margin: 0;
}

#contact-us-information h4 {
  margin-top: 10px;
  margin-bottom: 20px;
}

*,
::before,
::after {
  border-color: transparent;
}

.arpona-extra-bold {
  font-family: "arpona", serif;
  font-weight: 800;
  font-style: normal;
}

.arpona-sans-semi-bold {
  font-family: "arponasans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.arpona-sans-regular {
  font-family: "arponasans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.primary-heading {
  font-family: "arpona", serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: white;
}

.secondary-heading {
  font-family: "arponasans", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-style: normal;
  line-height: 110%;
  color: #bbb94a;
}

.paragraph-text {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 900px) {
  .paragraph-text {
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  .paragraph-text {
    line-height: 130%;
  }
}

.paragraph-text.bold {
  font-family: brandon-grotesque, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 900px) {
  .paragraph-text.bold {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .paragraph-text.bold {
    line-height: 130%;
  }
}

.icon-red {
  fill: #E71B29;
  min-width: 35px;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.icon-red:hover,
.logo-header:hover .icon-red{
  fill: #410099;
  min-width: 35px;
}

.custom-cmom-btn .gold-arrow,
.search-button-text .gold-arrow,
.category-btn-filter .gold-arrow{
  stroke: #F3C300;
  fill: none;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  width: 30px;
}

.alert--banner{
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.custom-cmom-btn:hover .gold-arrow,
.search-button-text:hover .gold-arrow,
.category-btn-filter:hover .gold-arrow,
.category-btn-filter.active .gold-arrow{
  stroke: #E71B29;
  fill: none;
  -webkit-transition: stroke 0.2s ease;
  transition: stroke 0.2s ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.custom-cmom-btn:hover .btnPrimary,
.custom-cmom-btn:hover .btnSecondary {
  color: #410099;
}

#category-lastest-post:hover h2{
  color: #E71B29;
}

.white-arrow {
  fill: none;
  stroke-width: 3;
  stroke: #fff;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.subheadline {
  font-family: "arponasans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #6c95cd;
}

.nav-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  justify-items: flex-start;
}

.nav-btns li {
  font-family: brandon-grotesque, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(231 27 41 / var(--tw-text-opacity));
}

@media (max-width: 900px) {
  .nav-btns li {
    font-size: 24px;
  }
}

.nav-btns li {
  margin-bottom: 16px;
}

#footer li a h4{
  border-bottom: 4px solid transparent;
}

#menu-utility-menu .current-page-ancestor a,
#menu-utility-menu a:hover,
#menu-utility-menu .current-menu-item.active a {
  color: #410099;
  border-bottom: none;
}

/* Utility menu style */

#menu-utility-menu {
  gap: 40px;
}

.utility-nav a:hover,
.utility-nav a:active {
  color: white;
}

.icon:hover {
  fill: white;
}

.search-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  -webkit-transition: 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  z-index: 0;
}

.search-bar.is-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 12;
  background: rgba(65, 0, 153, 0.9);
  height: 100%;
}

.hide {
  display: none;
}

.section--learn__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 100px;
  grid-auto-rows: 100px;
  gap: 20px;
}

.featured-post {
  background-size: cover;
  background-position: 50%;
}

.section--learn__wrapper .featured-post:nth-child(1),
.section--learn__wrapper .featured-post:nth-child(4),
.section--learn__wrapper .featured-post:nth-child(6),
.section--learn__wrapper .featured-post:nth-child(7) {
  grid-column: span 1;
  grid-row: span 4;
}

.section--learn__wrapper .featured-post:nth-child(2),
.section--learn__wrapper .featured-post:nth-child(3),
.section--learn__wrapper .featured-post:nth-child(5),
.section--learn__wrapper .featured-post:nth-child(8) {
  grid-column: span 1;
  grid-row: span 3;
}

/* explore posts */

.section--explore__wrapper:not(.support-posts-wrapper),
.support-posts-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 100px;
  grid-auto-rows: 100px;
  gap: 10px;
}

.block--explore-tile__inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.xsmall-rectangle {
  grid-column: span 1;
  grid-row: span 2;
  overflow: hidden;
}

.small-rectangle {
  grid-column: span 2;
  grid-row: span 2;
  overflow: hidden;
}

.medium-rectangle {
  grid-column: span 2;
  grid-row: span 3;
  overflow: hidden;
}

.big-rectangle {
  grid-column: span 2;
  grid-row: span 4;
  overflow: hidden;
}

/* featured posts */

.featured-post,
.block--explore-tile,
.borders-rounded{
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
}

.featured-post:first-child {
  grid-area: 1 / 1 / 3 / 2;
}

.featured-post:nth-child(2) {
  grid-area: 3 / 1 / 5 / 2;
}

.featured-post:nth-child(3) {
  grid-area: 1 / 2 / 2 / 3;
}

.featured-post:nth-child(4) {
  grid-area: 1 / 3 / 2 / 4;
}

.featured-post:nth-child(5) {
  grid-area: 2 / 2 / 5 / 4;
}

/* newsletter */

#newsletter-block,
#schedule-block,
#footer {
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}

.newsletter-form .gform-body label.gfield_label {
  display: none;
}

.newsletter-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsletter-form #input_1_1,
.newsletter-form .gform_confirmation_message {
  width: 100%;
  padding: 10px 24px;
  font-family: "brandon-grotesque", "sans-serif";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  color: black;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

#dropdown-categories{
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
}

.newsletter-form .gform_confirmation_message {
  color: white;
}

.newsletter-form .gform_footer.top_label {
  width: 65px;
  background-color: #410099;
  height: 54px;
  position: relative;
  top: 22px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  cursor: pointer;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.category-btn-filter,.rounded-right{
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.rounded-left{
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.newsletter-form .gform_footer.top_label:hover{
  background-color: #E71B29;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.newsletter-form form {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.newsletter-form #gform_submit_button_1 {
  position: relative;
  top: -18px;
  left: 2px;
  cursor: pointer;
  padding: 20px !important;
}

.newsletter-form .gform_footer img {
  position: absolute;
  top: 32px;
  left: 7px;
}

.newsletter-form #field_1_1 {
  padding-right: 0;
  width: 100%;
}

.newsletter-form .top_label {
  position: relative;
}

.gform_fields {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gform_wrapper {
  margin-top: 0 !important;
}

.gfield.name input,
.gfield.email input,
.gfield.comments {
  width: 100% !important;
}

.gfield.name input,
.gfield.email input {
  margin-top: 0 !important;
  height: 54px;
}

.gform_legacy_markup_wrapper textarea,
.gfield.email input,
.gfield.name input {
  padding: 13px 24px !important;
  color: #5d822f;
  font-family: "ArponaSans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}

.ask-dr-burgess .gform_legacy_markup_wrapper .gform_footer.top_label {
  position: absolute;
  background: #5d822f;
  text-align: center;
  color: #f0f1e6;
  bottom: 0;
  left: 0;
  font-family: "Arpona";
  font-weight: 800;
  font-size: 24px;
  line-height: 112%;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ask-dr-burgess .gform_legacy_markup_wrapper .gform_footer.top_label:after {
  content: url(img/green-arrow.svg);
  position: absolute;
  right: 24px;
}

.ask-dr-burgess #gform_submit_button_5 {
  margin-bottom: 0;
  border: none;
}

.ask-dr-burgess #gform_fields_5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.gfield.name,
.gfield.email {
  margin-top: 0 !important;
  width: 50%;
}

.gfield.email,
.gfield.comments {
  padding: 0 !important;
}

.focal-point-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* pagination styles*/

.row.pagination {
  margin-top: 20px;
  margin-bottom: 40px;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #410099;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-numbers:not(.prev):not(.next) {
  font-family: brandon-grotesque, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 900px) {
  .page-numbers:not(.prev):not(.next) {
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  .page-numbers:not(.prev):not(.next) {
    line-height: 130%;
  }
}

.page-numbers:not(.prev):not(.next).bold {
  font-family: brandon-grotesque, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 900px) {
  .page-numbers:not(.prev):not(.next).bold {
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  .page-numbers:not(.prev):not(.next).bold {
    line-height: 130%;
  }
}

.page-numbers:not(.prev):not(.next) {
  background-color: white;
  padding: 16px 24px;
}

.page-numbers:first-child,
.page-numbers.prev + .page-numbers{
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.page-numbers:last-child,
.page-numbers:nth-last-child(1):not(:is(.next)) {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.prev.page-numbers,
.next.page-numbers{
  padding:24px ;
}

.page-numbers.current:not(.prev):not(.next),
.page-numbers:not(.prev):not(.next):hover  {
  background-color: #E71B29;
  color:white;
}

.next.page-numbers {
  height: 59px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* end of pagination styles*/

/* FAQ custom styles */

details summary .arrow {
  content: url(img/icon-chevron-down.svg);
}

details[open] summary .arrow {
  content: url(img/icon-chevron-up.svg);
}

/* FAQ end*/

/* hover states */

.featured-post:hover .grid-title,
.block--explore-tile:hover .grid-title,
.keep-learning-bg:hover .grid-title {
  background: #fff;
  color: #E71B29;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.featured-post .grid-title,
.block--explore-tile .grid-title,
.keep-learning-bg .grid-title {
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.section--explore__wrapper a .block--explore-tile__inner,
.block--explore-tile .block--explore-tile__inner,
.featured-post.promo #featured-learn-home,
.section--learn__wrapper .featured-post.promo .learn-page-cards,
.category .featured-post.promo .learn-page-cards {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.section--explore__wrapper a:hover .block--explore-tile__inner,
.block--explore-tile:hover .block--explore-tile__inner,
.featured-post.promo:hover #featured-learn-home,
.section--learn__wrapper .featured-post.promo:hover .learn-page-cards,
.category .featured-post.promo:hover .learn-page-cards {
  -webkit-transform: scale(1.12);
      -ms-transform: scale(1.12);
          transform: scale(1.12);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

#menu-main-menu a,
#menu-main-secondary a{
  color:#410099;
}

#footer li a h4,
#menu-main-menu a,
#menu-utility-menu a,
.utility-nav a,
#footer a,
.menu-item,
.footer-link {
  -webkit-transition: color 0.3s ease, border 0.3s ease;
  transition: color 0.3s ease, border 0.3s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#menu-main-secondary li,
.footer-link,
#menu-main-menu .menu-item{
  border-bottom: 4px solid transparent;
}

.post-template-default.single.single-post #menu-main-menu .menu-item:nth-child(3),
.category.archive #menu-main-menu .menu-item:nth-child(3),
.exhibit-template-default #menu-main-menu .menu-item:nth-child(2),
.program-template-default #menu-main-menu .menu-item:nth-child(2),
.events-template-default #menu-main-menu .menu-item:nth-child(2),
.post-type-archive-exhibit #menu-main-menu .menu-item:nth-child(2),
.post-type-archive-program #menu-main-menu .menu-item:nth-child(2),
.post-type-archive-events #menu-main-menu .menu-item:nth-child(2),
#menu-main-secondary li:hover,
#menu-main-menu .menu-item:hover,
#menu-main-menu .menu-item.active,
#menu-main-menu .current-page-ancestor,
#menu-main-secondary .current-page-ancestor,
#menu-main-secondary li.active,
#footer li a:hover h4{
  border-bottom: 4px solid #E71B29;
}

#footer li a:hover h4,
#menu-main-menu a:hover,
.footer-link,
#menu-utility-menu a:hover,
.utility-nav a:hover,
#footer a:hover,
.menu-item:hover {
  -webkit-transition: color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, border 0.2s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.search-btn .search-button-text {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.search-btn:hover .search-button-text {
  background-color: white;
  color: #E71B29;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.btn.btn--red,
.btn.btn--blue,
.btn.btn--yellow,
.btn.btn--green,
.btn.btn--black,
.custom-cmom-btn,
.carrousel-btns span,
.featured-title {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.custom-cmom-btn h2 {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.custom-cmom-btn:hover,
.carrousel-btns span:hover,
.featured-title:hover {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.page-numbers {
  -webkit-transition: font-weight 0.3s ease, background-color 0.3s ease;
  transition: font-weight 0.3s ease, background-color 0.3s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.page-numbers:hover {
  -webkit-transition: font-weight 0.2s ease, background-color 0.2s ease;
  transition: font-weight 0.2s ease, background-color 0.2s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

p,
.featured-title {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

p:hover,
.featured-title:hover {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.search-icon-img {
  fill: #E71B29;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.search-icon:hover .search-icon-img {
  fill: #410099;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.slideshow-arrow,
.carrousel-btns,
.search-btn .green-arrow {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.slideshow-arrow:hover .white-arrow,
.carrousel-btns span:hover .white-arrow,
.search-btn:hover .green-arrow {
  stroke: #E71B29;
  -webkit-transition: stroke 0.2s ease;
  transition: stroke 0.2s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.social-icon,
.insta .social-icon {
  fill: #bbb94a;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.social-icon:hover,
.insta .social-icon:hover {
  fill: #fff;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.support-btn:hover {
  background-color: white;
  color: #410099;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.shadow,
.custom-cmom-btn{
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
}

.filter-btn,
.tabs-faq .tab,
.support-btn {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3 ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3 ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.tabs-faq .tab[open],
.tabs-faq .tab:hover,
.tabs-faq .tab:hover .faq-answer,
.tabs-faq .tab:hover h4,
.support-btn:hover,
.post-content .tab:hover,
.post-content .tab:hover h4 {
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.tabs-faq .tab svg{
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.tabs-faq .tab[open] svg{
  -webkit-transform: rotate( -180deg );
      -ms-transform: rotate( -180deg );
          transform: rotate( -180deg );
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.tabs-faq .tab:hover .faq-answer,
.tabs-faq .tab:hover h4,
.post-content .tab:hover h4 {
  color: #E71B29;
}

.tabs-faq .tab[open],
.tabs-faq .tab[open] .faq-answer,
.tabs-faq .tab[open] h4,
.post-content .tab[open],
.post-content .tab[open] h4 {
  background-color: #EFEFF3;
  color: #410099;
}

.post-content h2:not(first-child),
.post-content h3:not(first-child),
.post-content h4:not(first-child),
.post-content h5:not(first-child),
.post-content h6:not(first-child){
  color: #E71B29;
}

details.tab p {
  color: black !important;
}

details summary {
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}

details[open] summary {
  margin-bottom: 10px;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
  background-color: white;
  color: #410099;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease,border 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease,border 0.2s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.filter-btn.active{
  border-bottom-right-radius: 0;
}

.section--learn__wrapper .featured-post.promo:hover h4,
.category-regular-posts:hover h4 {
  color: #E71B29;
}

section .post-content iframe {
  width: 100%;
  min-height: 430px;
}

.post-content a {
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(231 27 41 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration: underline;
}

.gform_legacy_markup_wrapper .gfield_required {
  color: white !important;
}

/* end hover states */

/* sticky sidebar */

.post-subpage-options,
.sticky-sidebar {
  position: sticky;
  top: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.slideshow-container img {
  aspect-ratio: 16 / 9;
}

/* Animations */

.fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.detail--bold, .border-purple{
  border-bottom: 2px solid rgba(0, 0, 0, 0.20);
}

.filter-right-border{
  border-right: 2px solid rgba(0, 0, 0, 0.20);
}

.filter-right-border:hover{
  border-right: 2px solid transparent;
}

.border-purple:hover{
  border-bottom: 2px solid transparent;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/* end animations */

/* slideshow for homepage */

#slideshow{
  border-radius: 6px;
  overflow: hidden;
}

.hidden-slide {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}

.hidden-slide .text-slideshow {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.slide.fade:not(.hidden-slide):not(.innerpage-gallery) {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}

.slide.fade:not(.hidden-slide) .text-slideshow {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/* Media Queries */

@media (min-width: 1770px) {
  #schedule-block {
    margin-right: 0;
    margin-left: 0;
  }

  .container {
    max-width: unset !important;
  }
}

@media (max-width: 1280px) {
  section .post-content iframe {
    min-height: 550px;
  }
}

@media (max-width: 1080px) {
  .rounded-left{
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 0;
  }

  .rounded-right{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .category-btn-filter{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 0;
  }

  .slide.fade:not(.hidden-slide):not(.innerpage-gallery) {
    position: relative;
  }

  .newsletter-form .gform_footer.top_label{
    top:20px;
  }

  .slideshow-container .card-body img {
    min-height: 500px;
  }

  .post-subpage-options,
    .sticky-sidebar {
    position: relative;
  }

  section .post-content iframe {
    min-height: 400px;
  }

  .nav-btns {
    gap: 20px;
  }

  .section--explore__wrapper:not(.support-posts-wrapper) {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 250px;
    grid-auto-rows: 250px;
  }

  .block--explore-tile {
    grid-column: span 1;
    grid-row: span 1;
  }

  .block--explore-tile:not(.featured-post):nth-child(9n - 8) {
    grid-column: span 2;
    grid-row: span 1;
  }

  .section--explore__wrapper .support-posts {
    grid-column: span 4 !important;
  }

  .section--learn__wrapper {
    grid-template-rows: 80px;
    grid-auto-rows: 80px;
  }

  .section--learn__wrapper .featured-post.promo,
    .featured-post.category-regular-posts.promo {
    grid-column: span 2;
    grid-row: span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }

  .section--learn__wrapper .featured-post.promo.new-post,
    .category-regular-posts.featured-post.promo {
    grid-column: span 2;
    grid-row: span 4;
  }

  .section--learn__wrapper .featured-post:not(.new-post) .custom-cmom-btn,
    .featured-post.category-regular-posts .custom-cmom-btn {
    position: relative;
    width: 100%;
  }

  #category-lastest-post .custom-cmom-btn {
    width: 100%;
  }

  .arrow-blue-default,
    .white-arrow {
    width: 18px;
  }
}

@media (max-width: 900px) {
  .nav-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }

  .newsletter-form .gform_footer.top_label{
    top:23px;
  }

  .featured-post:first-child {
    grid-area: 1 / 1 / 2/ 3;
    overflow: hidden;
  }

  .featured-post:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
    overflow: hidden;
  }

  .featured-post:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
    overflow: hidden;
  }

  .featured-post:nth-child(4) {
    grid-area: 3 / 1 / 4 / 3;
    overflow: hidden;
  }

  .featured-post:nth-child(5) {
    grid-area: 4 / 1 / 5 / 3;
    overflow: hidden;
  }
}

@media (max-width: 668px) {
  .post-content{
    gap: 20px;
  }

  .slideshow-container .card-body img {
    min-height: 600px;
  }

  section .post-content iframe {
    min-height: 300px;
  }

  .section--learn__wrapper .featured-post.promo.new-post {
    grid-column: span 2;
    grid-row: span 5;
    background-size: cover;
    background-position: 50%;
  }

  .section--learn__wrapper .featured-post.promo,
    .featured-post.category-regular-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    grid-row: span 3;
  }

  .section--learn__wrapper .featured-post:not(.new-post) .custom-cmom-btn,
    .featured-post.category-regular-posts .custom-cmom-btn {
    position: absolute;
    width: 100%;
  }

  .category-regular-posts.featured-post.promo {
    background-size: cover;
    background-position: 50%;
  }

  .ask-dr-burgess #gform_submit_button_5 {
    font-size: 20px;
  }

  .ask-dr-burgess .gfield.name,
    .gfield.email {
    width: 100%;
  }

  .ask-dr-burgess .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 0;
  }

  .newsletter-form #input_1_1{
    max-height: 53px;
  }

  .newsletter-form .gform_footer.top_label {
    top: 20px;
  }
}

@media (max-width: 640px) {
  .newsletter-form .gform_legacy_markup_wrapper form {
    top: 0;
  }

  .newsletter-form .gform-body.gform_body {
    width: 100%;
  }

  .newsletter-form #gform_submit_button_1 {
    position: relative;
    left: 0;
  }

  .newsletter-form form {
    position: relative;
  }
}

@media (max-width: 552px) {
  /* .featured-wrapper {
        grid-template-columns: [first] 100% [end];
        grid-auto-flow: row;
    } */

  .featured-post:first-child {
    grid-area: 1 / 1 / 2/ 2;
  }

  .featured-post:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }

  .featured-post:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
  }

  .featured-post:nth-child(4) {
    grid-area: 4 / 1 / 5 / 2;
  }

  .featured-post:nth-child(5) {
    grid-area: 5 / 1 / 6 / 2;
  }

  .featured-post {
    position: relative;
  }

  .featured-title {
    bottom: -20px;
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }

  .carrousel-btns {
    bottom: 255px;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 14px;
  }

  .section--explore__wrapper:not(.support-posts-wrapper) {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 200px;
    grid-auto-rows: 200px;
  }

  .block--explore-tile {
    grid-column: span 1 !important;
    grid-row: span 1;
  }
}

@media (max-width: 485px) {
  section .post-content iframe {
    height: 200px;
    min-height: 200px;
  }

  .carrousel-btns {
    bottom: 281px;
  }
}

@media (max-width: 425px) {
  .carrousel-btns {
    bottom: 325px;
  }
}

.hover\:bg-primaryViolet:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(65 0 153 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-primaryViolet:hover {
  --tw-text-opacity: 1;
  color: rgb(65 0 153 / var(--tw-text-opacity));
}

.active\:bg-white:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-primaryOrange {
  --tw-text-opacity: 1;
  color: rgb(231 27 41 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-primaryViolet {
  --tw-text-opacity: 1;
  color: rgb(65 0 153 / var(--tw-text-opacity));
}

@media (min-width: 1770px) {
  .xxlg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xxlg\:px-\[2\.5rem\] {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 1280px) {
  .xlg\:w-\[300px\] {
    width: 300px;
  }

  .xlg\:text-\[30px\] {
    font-size: 30px;
  }
}

@media (max-width: 1080px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:top-\[72px\] {
    top: 72px;
  }

  .lg\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .lg\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:mx-\[20px\] {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .lg\:mb-\[12px\] {
    margin-bottom: 12px;
  }

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

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[100px\] {
    height: 100px;
  }

  .lg\:h-\[400px\] {
    height: 400px;
  }

  .lg\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:min-h-\[350px\] {
    min-height: 350px;
  }

  .lg\:w-\[250px\] {
    width: 250px;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

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

  .lg\:auto-rows-\[170px\] {
    grid-auto-rows: 170px;
  }

  .lg\:grid-rows-\[170px\] {
    grid-template-rows: 170px;
  }

  .lg\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .lg\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .lg\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .lg\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .lg\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lg\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .lg\:rounded-bl-\[6px\] {
    border-bottom-left-radius: 6px;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .lg\:bg-\[100\%\] {
    background-position: 100%;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-\[32px\] {
    padding: 32px;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:pr-\[7\%\] {
    padding-right: 7%;
  }

  .lg\:text-justify {
    text-align: justify;
  }
}

@media (max-width: 900px) {
  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:right-\[20px\] {
    right: 20px;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:my-\[15px\] {
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-\[15px\] {
    margin-bottom: 15px;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-\[15px\] {
    margin-top: 15px;
  }

  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:max-h-\[400px\] {
    max-height: 400px;
  }

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

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

  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .md\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .md\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .md\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .md\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

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

  .md\:gap-\[15px\] {
    gap: 15px;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-\[40px\] {
    padding: 40px;
  }

  .md\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:px-\[44px\] {
    padding-left: 44px;
    padding-right: 44px;
  }

  .md\:py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }
}

@media (max-width: 668px) {
  .mdsm\:absolute {
    position: absolute;
  }

  .mdsm\:relative {
    position: relative;
  }

  .mdsm\:right-\[24px\] {
    right: 24px;
  }

  .mdsm\:z-20 {
    z-index: 20;
  }

  .mdsm\:mx-\[10px\] {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .mdsm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .mdsm\:h-\[280px\] {
    height: 280px;
  }

  .mdsm\:h-\[410px\] {
    height: 410px;
  }

  .mdsm\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .mdsm\:min-h-\[180px\] {
    min-height: 180px;
  }

  .mdsm\:w-\[400px\] {
    width: 400px;
  }

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

  .mdsm\:auto-rows-\[350px\] {
    grid-auto-rows: 350px;
  }

  .mdsm\:grid-rows-\[350px\] {
    grid-template-rows: 350px;
  }

  .mdsm\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .mdsm\:rounded-bl-\[6px\] {
    border-bottom-left-radius: 6px;
  }

  .mdsm\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .mdsm\:p-\[24px\] {
    padding: 24px;
  }

  .mdsm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .mdsm\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .mdsm\:text-\[16px\] {
    font-size: 16px;
  }

  .mdsm\:text-\[18px\] {
    font-size: 18px;
  }

  .mdsm\:text-\[20px\] {
    font-size: 20px;
  }

  .mdsm\:text-\[24px\] {
    font-size: 24px;
  }

  .mdsm\:text-\[34px\] {
    font-size: 34px;
  }
}

@media (max-width: 450px) {
  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:my-\[10px\] {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sm\:mt-\[10px\] {
    margin-top: 10px;
  }

  .sm\:mt-\[32px\] {
    margin-top: 32px;
  }

  .sm\:min-h-\[450px\] {
    min-height: 450px;
  }

  .sm\:w-\[220px\] {
    width: 220px;
  }

  .sm\:w-\[300px\] {
    width: 300px;
  }

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

  .sm\:min-w-\[300px\] {
    min-width: 300px;
  }

  .sm\:max-w-\[90\%\] {
    max-width: 90%;
  }

  .sm\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sm\:gap-\[10px\] {
    gap: 10px;
  }

  .sm\:gap-\[16px\] {
    gap: 16px;
  }

  .sm\:gap-\[24px\] {
    gap: 24px;
  }

  .sm\:p-\[34px\] {
    padding: 34px;
  }

  .sm\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .sm\:text-\[18px\] {
    font-size: 18px;
  }
}
