/*
! tailwindcss v3.1.4 | 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 {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 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.
*/

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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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 */
  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;
}

/*
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::-moz-placeholder, textarea::-moz-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;
}

h1 {
  margin-bottom: 1.25rem;
  font-family: Montserrat;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 800;
  line-height: normal;
  /*line-height: 1.2 !important;*/
}

h2 {
  margin-bottom: 1.25rem;
  font-family: Montserrat;
  font-size: 3rem;
  line-height: 1;
  font-weight: 800;
  line-height: normal;
  /*line-height: 1.2 !important;*/
}

h3 {
  margin-bottom: 1.25rem;
  font-family: Montserrat;
  font-size: 2.125rem;
  font-weight: 800;
  line-height: normal;
  /*line-height: 1.2 !important;*/
}

h4 {
  margin-bottom: 1.25rem;
  font-family: Montserrat;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  line-height: normal;
  /*line-height: 1.2 !important;*/
}

h5 {
  margin-bottom: 1.25rem;
  font-family: Montserrat;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  line-height: normal;
  /*line-height: 1.5 !important;*/
}

h6 {
  margin-bottom: 1.25rem;
  font-family: Montserrat;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 800;
  line-height: normal;
  /*line-height: 1.2 !important;*/
}

p,  li {
  margin-bottom: 1.25rem;
  line-height: 1.5 !important;
}

body {
  font-family: Montserrat;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

h5body {
  font-weight: 400;
  line-height: 2.2rem;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 768px) {
  h1 {
    margin-bottom: 1.25rem;
    font-family: Montserrat;
    font-size: 2.125rem;
    font-weight: 800;
    line-height: normal;
    /*line-height: 1.2 !important;*/
  }

  h2 {
    margin-bottom: 1.25rem;
    font-family: Montserrat;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 800;
    line-height: normal;
    /*line-height: 1.2 !important;*/
  }

  h3 {
    margin-bottom: 1.25rem;
    font-family: Montserrat;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 800;
    line-height: normal;
    /*line-height: 1.2 !important;*/
  }

  h4 {
    margin-bottom: 1.25rem;
    font-family: Montserrat;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 800;
    line-height: normal;
    /*line-height: 1.2 !important;*/
  }

  h5 {
    margin-bottom: 1.25rem;
    font-family: Montserrat;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
    line-height: normal;
    /*line-height: 1.2 !important;*/
  }

  h6 {
    margin-bottom: 1.25rem;
    font-family: Montserrat;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 800;
    line-height: normal;
    /*line-height: 1.2 !important;*/
  }

  /*.container {
        @apply mx-auto px-5;
      }*/
}

*, ::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-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-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-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: 1300px) {
  .container {
    max-width: 1300px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.top-\[70px\] {
  top: 70px;
}

.right-0 {
  right: 0px;
}

.top-\[86px\] {
  top: 86px;
}

.z-20 {
  z-index: 20;
}

.z-10 {
  z-index: 10;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.float-right {
  float: right;
}

.m-0 {
  margin: 0px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[8px\] {
  margin-bottom: 8px;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-\[50px\] {
  margin-top: 50px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-\[-30px\] {
  margin-top: -30px;
}

.ml-\[-40px\] {
  margin-left: -40px;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[212px\] {
  height: 212px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[450px\] {
  height: 450px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[15px\] {
  height: 15px;
}

.h-\[42px\] {
  height: 42px;
}

.h-\[60px\] {
  height: 60px;
}

.h-5 {
  height: 1.25rem;
}

.h-\[530px\] {
  height: 530px;
}

.h-auto {
  height: auto;
}

.h-\[100\%\] {
  height: 100%;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.w-\[110\%\] {
  width: 110%;
}

.w-5 {
  width: 1.25rem;
}

.w-\[100\%\] {
  width: 100%;
}

.max-w-\[1024px\] {
  max-width: 1024px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-\[480px\] {
  max-width: 480px;
}

.transform {
  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));
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-0 {
  gap: 0px;
}

.gap-\[0\] {
  gap: 0;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-4 {
  gap: 1rem;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[60px\] {
  gap: 60px;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-\[16px\] {
  border-radius: 16px;
}

.border-2 {
  border-width: 2px;
}

.border-\[\#f0f0f0\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(79 84 91 / var(--tw-border-opacity));
}

.bg-green\/25 {
  background-color: rgb(110 207 124 / 0.25);
}

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(137 57 153 / var(--tw-bg-opacity));
}

.bg-dark-black {
  --tw-bg-opacity: 1;
  background-color: rgb(27 12 41 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-5 {
  padding: 1.25rem;
}

.p-4 {
  padding: 1rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-0 {
  padding: 0px;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pr-8 {
  padding-right: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-\[18px\] {
  font-size: 18px;
}

.font-\[600\] {
  font-weight: 600;
}

.font-\[500\] {
  font-weight: 500;
}

.text-purple {
  --tw-text-opacity: 1;
  color: rgb(137 57 153 / var(--tw-text-opacity));
}

.text-dark-green {
  --tw-text-opacity: 1;
  color: rgb(89 178 102 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(110 207 124 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(35 41 50 / var(--tw-text-opacity));
}

.text-gray\/75 {
  color: rgb(79 84 91 / 0.75);
}

.text-pink {
  --tw-text-opacity: 1;
  color: rgb(228 82 166 / var(--tw-text-opacity));
}

.filter {
  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);
}

h5.font-\[500\] {
  font-weight: 400;
  line-height: 2.2rem;
}

.block-editor-block-inspector .components-base-control {
  width: 100% !important;
  max-width: 100% !important;
}

.has-green-color {
  color: #6ECF7C;
}

.has-dark-green-color {
  color: #59B266;
}

.has-purple-color {
  color: #893999;
}

.has-dark-purple-color {
  color: #6A2677;
}

.has-yellow-color {
  color: #F7D46C;
}

.has-dark-yellow-color {
  color: #DAB958;
}

.has-blue-color {
  color: #0582DC;
}

.has-dark-blue-color {
  color: #0068B3;
}

.has-teal-color {
  color: #16BAB1;
}

.has-dark-teal-color {
  color: #089890;
}

.has-pink-color {
  color: #E452A6;
}

.has-dark-pink-color {
  color: #C23D8A;
}

.has-green-border-color {
  color: #6ECF7C;
}

.has-dark-green-border-color {
  color: #59B266;
}

.has-purple-border-color {
  color: #893999;
}

.has-dark-purple-border-color {
  color: #6A2677;
}

.has-yellow-border-color {
  color: #F7D46C;
}

.has-dark-yellow-border-color {
  color: #DAB958;
}

.has-blue-border-color {
  color: #0582DC;
}

.has-dark-blue-border-color {
  color: #0068B3;
}

.has-teal-border-color {
  color: #16BAB1;
}

.has-dark-teal-border-color {
  color: #089890;
}

.has-pink-border-color {
  color: #E452A6;
}

.has-dark-pink-border-color {
  color: #C23D8A;
}

.has-green-background-color {
  color: #6ECF7C;
}

.has-dark-green-background-color {
  color: #59B266;
}

.has-purple-background-color {
  color: #893999;
}

.has-dark-purple-background-color {
  color: #6A2677;
}

.has-yellow-background-color {
  color: #F7D46C;
}

.has-dark-yellow-background-color {
  color: #DAB958;
}

.has-blue-background-color {
  color: #0582DC;
}

.has-dark-blue-background-color {
  color: #0068B3;
}

.has-teal-background-color {
  color: #16BAB1;
}

.has-dark-teal-background-color {
  color: #089890;
}

.has-pink-background-color {
  color: #E452A6;
}

.has-dark-pink-background-color {
  color: #C23D8A;
}

.btn {
  padding: 13px 32px;
  border-radius: 100px;
  display: inline-block;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-green {
  background: #6ECF7C;
  color: #FFFFFF
}

.btn-green:hover {
  background: #59B266;
  outline: 8px solid rgb(89 178 102 / 0.5);
}

.btn-purple {
  background: #893999;
  color: #FFFFFF
}

.btn-purple:hover {
  background: #6A2677;
  outline: 8px solid rgb(106 38 119 / 0.5);
}

.btn-dark-purple {
  background: #6A2677;
  color: #FFFFFF
}

.btn-dark-purple:hover {
  background: #6A2677;
  outline: 8px solid rgb(106 38 119 / 0.5);
}

.btn-blue {
  background: #0582DC;
  color: #FFFFFF
}

.btn-blue:hover {
  background: #0068B3;
  outline: 8px solid rgb(0 104 179 / 0.5);
}

.btn-teal {
  background: #16BAB1;
  color: #FFFFFF
}

.btn-teal:hover {
  background: #089890;
  outline: 8px solid rgb(8 152 144 / 0.5);
}

.btn-yellow {
  background: #F7D46C;
  color: #FFFFFF
}

.btn-yellow:hover {
  background: #DAB958;
  outline: 8px solid rgb(218 185 88 / 0.5);
}

.btn-pink {
  background: #E452A6;
  color: #FFFFFF
}

.btn-pink:hover {
  background: #C23D8A;
  outline: 8px solid rgb(194 61 138 / 0.5);
}

.bg-purple-radient {
  background: url(./images/banner.png);
  background-position: center;
  background-size: cover;
}

.bg-purple-cta {
  background: url(./images/cta-bg.png);
  background-position: center;
  background-size: cover;
}

.banner {
  background: url(./images/banner.png);
  background-position: center;
  background-size: cover;
  min-height: 850px;
  padding: 200px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cpt-banner.banner {
  min-height: 600px;
  margin-bottom: 60px;
}

.banner.small-banner {
  min-height: 600px;
  padding-top: 200px;
}

.banner.inner-banner {
  /*padding-top: 160px;*/
  display: flex;
  justify-content: center;
  padding: 100px 0;
  align-items: center;
}

.bottom-cta {
  min-height: 570px;
  display: flex;
  align-items: center;
}

.simple-content.bottom-cta .wp-block-re-column {
  height: auto;
}

.main-header {
  position: absolute;
  width: 100%;
  top: 0px;
  min-height: 120px;
}

.hover-box:hover {
  box-shadow: 0px 6px 12px rgba(13, 21, 55, 0.1);
}

.btn-arrow-right:after {
  content: '';
  background: url(./images/arrow-right.png);
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 -5px 5px;
  transition: all 0.5s ease;
}

.btn-arrow-right:hover:after {
  margin: 0 0 -5px 10px;
}

.entry-content ul:not(.tab-slider-tabs):not(.no-bullets) li, 
.simple-content ul li {
  margin-bottom: 1rem;
  list-style: none;
  padding-left: 34px;
  position: relative;
}

.entry-content ul:not(.tab-slider-tabs):not(.no-bullets) li:before,
.simple-content ul li:before {
  content: '';
  background: url(./images/check-circle.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
}

.branding-logos-layout .wp-block-re-column {
  height: 100% !important;
}

.branding-logos-layout h5, .branding-logos-layout p, .branding-logos-layout img {
  margin: 0;
}

.branding-logos-layout .border-2.rounded-\[16px\].border-\[\#f0f0f0\].p-8.h-\[100\%\].hover-box.text-center {
  justify-content: center;
  display: flex;
  align-items: center;
}

.simple-content.green-icon ul li:before {
  background: url(./images/check-circle-green.svg);
}

.entry-content .green-icon ul li:before {
  background: url(./images/check-circle-green.svg);
}

.entry-content ul.green-icon li:before {
  background: url(./images/check-circle-green.svg) !important;
}

#resource_filters li, #resource_filters li:before {
  padding: 0px;
  background: none;
}

.portfolio-box {
  position: relative;
  background-size: cover;
  background-position: center;
}

.portfolio-box:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: black;
  opacity: 0.6;
  position: absolute;
}

#mega-menu-main-full a,
.main-footer a {
  transition: all 0.3s ease;
}

#mega-menu-main-full > ul > li:not(:last-child) > a:hover,
.main-footer a:hover {
  color: #6ECF7C;
}

#mega-menu-main-full > ul > li:not(:last-child) > a {
  padding: 25px 0;
}

.mega-menu-dropdown-items .lg\:p-6 {
  padding-top: 0px;
}

#mega-menu-main-full > ul > li:hover > div {
  display: block;
}

.portfolio-box * {
  position: relative;
  z-index: 1;
}

.tab-slider-nav ul:after {
  content: '';
  clear: both;
  display: table;
}

.tab-slider-nav {
  text-align: center;
}

.tab-slider-nav ul {
  background: #F0F0F0;
  border: 2px solid #F0F0F0;
  display: inline-block;
  border-radius: 40px;
  position: relative;
}

.tab-slider-nav ul .abc {
  content: '';
  transition: all 0.5s ease;
  width: 100px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 40px;
  z-index: 0;
}

.tab-slider-nav ul li {
  float: left;
  padding: 15px 30px;
  margin: 0px;
  color: #232932;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.tab-slider-nav ul li.tab-slider-trigger.active {
  /*background: theme(colors.dark-purple);*/
  color: #FFFFFF;
  border-radius: 40px;
}

.tab-slider-nav ul li.tab-slider-trigger {
  background: transparent;
}

.tab-slider-nav ul li.tab-slider-trigger.bg-green.active {
  background: #6ECF7C;
}

.tab-slider-nav ul li.tab-slider-trigger.bg-blue.active {
  background: #0582DC;
}

.tab-slider-nav ul li.tab-slider-trigger.bg-teal.active {
  background: #16BAB1;
}

.tab-slider-nav ul li.tab-slider-trigger.bg-yellow.active {
  background: #F7D46C;
}

.tab-slider-nav ul li.tab-slider-trigger.bg-purple.active {
  background: #893999;
}

button.accordion {
  margin-bottom: 0px;
  font-family: Montserrat;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  line-height: 1.5 !important;
  display: block;
  width: 100%;
  text-align: left;
  padding: 30px 0;
  border: 1px solid #F0F0F0;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}

button.accordion:after {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url(./images/chevron-down.svg);
  background-repeat: no-repeat;
  float: right;
}

button.accordion.is-open:after {
  background-image: url(./images/chevron-up.svg);
}

button.accordion:hover,
button.accordion.is-open {
}

.accordion-content {
  padding-top: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.sub-heading-blurb {
  padding: 5px 18px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  display: inline-block;
}

.timeline-scroll {
  position: relative;
}

.timeline-scroll:before {
  content: '';
  width: 1px;
  bottom: 36px;
  background: #fff;
  top: 6px;
  display: inline-block;
  position: absolute;
  left: 0px;
}

.timeline-scroll h3,
.timeline-scroll h5 {
  position: relative;
}

.timeline-scroll h3:before,
.timeline-scroll h5:before {
  content: '';
  width: 21px;
  height: 21px;
  border-radius: 100%;
  background: #fff;
  top: 6px;
  display: inline-block;
  position: absolute;
  left: -42px;
}

.timeline-scroll h5.timeline-sub-heading:before,
.timeline-scroll .timeline-scroll-content > h5:before,
.timeline-scroll h5.text-pink:before {
  width: 11px;
  background: #E452A6;
  height: 11px;
  top: 12px;
  left: -37px
}

.timeline-scroll .timeline-scroll-content > h5:first-child:before {
  content: '';
  width: 21px;
  height: 21px;
  border-radius: 100%;
  background: #fff;
  top: 6px;
  display: inline-block;
  position: absolute;
  left: -42px;
}

.timeline-scroll h3:before {
  background: #6ECF7C;
}

.timeline-scroll-heading {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.main-nav li {
  margin-bottom: 0px !important;
}

.mega-menu-dropdown-items ul li {
  margin-bottom: 0px !important;
}

.mega-menu-dropdown-items ul li a {
  line-height: 54px;
}

.menu-open-btn,
.menu-close-btn {
  width: 24px;
}

.menu-close-btn {
  display: none;
}

#mega-menu-main-full-btn.active-menu .menu-close-btn {
  display: block;
}

#mega-menu-main-full-btn.active-menu .menu-open-btn {
  display: none;
}

.dotted-list li {
  padding-left: 22px;
  position: relative;
}

.dotted-list li:after {
  content: '';
  position: absolute;
  top: 16px;
  left: 0px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #fff;
}

.dotted-list.dotted-list-black li:after {
  background: #000;
}

.bg-newb11 {
  background-image: url(./images/b11-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.bg-newb13 {
  background-image: url(./images/b13-bg.png);
  /*background-repeat: no-repeat;*/
  background-position: bottom center;
  padding-bottom: 360px !important;
  background-size: contain;
}

body input:focus,
body input {
  outline: 0px !important;
  box-shadow: none !important;
}

.search-box {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.20);
  padding: 10px;
}

.search-box input[type="text"] {
  background: transparent;
  width: calc(100% - 60px);
  border: 0px;
  color: #fff;
  outline: 0px !important;
  padding: 10px;
  box-shadow: none !important;
}

.search-box input[type="text"]::-moz-placeholder {
  color: #fff;
}

.search-box input[type="text"]::placeholder {
  color: #fff;
}

.search-box .btn.btn-green {
  padding: 10px 24px;
  background-image: url(./images/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0px;
  vertical-align: top;
}

.footer-mobile-items a {
  padding: 0 12px;
  display: inline-block;
  line-height: 40px;
}

.subscribe_popup_wrapper,
.video_popup_wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.subscribe_popup_wrapper #subscribe_popup > *,
.video_popup_wrapper #video_popup > * {
  width: 100% !important;
  height: 100% !important;
}

.subscribe_popup_wrapper .subscribe_popup_overlay,
.video_popup_wrapper .video_popup_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.subscribe_popup_wrapper .subscribe_popup,
.video_popup_wrapper .video_popup {
  padding: 10px;
  background: #FFFFFF;
  position: relative;
  z-index: 9999;
  border-radius: 10px;
  width: 60%;
  height: 60%;
}

.subscribe_popup_wrapper .subscribe_popup {
  height: auto;
  max-width: 480px;
  width: 100%;
}

.subscribe_popup_trigger,
.video_popup_trigger {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.subscribe_popup_trigger:after,
.video_popup_trigger:after {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-color: #893999;
  background-image: url(images/play.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  margin-top: -55px;
  left: 50%;
  margin-left: -55px;
}

.bg-empower-your-team {
  background-image: url(images/big-bg.png);
  background-position: center;
  background-size: cover;
}

.portfolio-listings .portfolio-box {
  transition: all 1s ease;
}

.portfolio-listings .portfolio-box a,
.portfolio-listings .portfolio-box img {
  height: 0px;
  transition: opacity 1s;
  opacity: 0;
}

.portfolio-listings .portfolio-box:hover a,
.portfolio-listings .portfolio-box:hover img {
  height: auto;
  transition: opacity 1s;
  opacity: 1;
}

@media(max-width: 1024px) {
  .grid.lg\:gap-\[30px\].simple-content > div {
    /*margin-bottom: 30px*/
  }
}

@media(max-width: 768px) {
  .grid.lg\:gap-\[30px\].simple-content div.h-\[40px\] {
    height: 10px;
  }
}

.main-header nav {
  transition: all 0.3s ease;
}

.header-scroll-fixed > nav {
  background: #fff;
}

.header-scroll-fixed .lg\:text-white,
.header-scroll-fixed .text-white {
  color: #000 !important;
}

#mega-menu-main-full > ul > li.show-menu > div {
  display: block;
}

.simple-content .wp-block-re-column {
  height: 100%;
}

.simple-content.items-center .wp-block-re-column {
  height: auto;
}

.simple-content .wp-block-re-column > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.simple-content .wp-block-re-column .wp-block-re-content-boxes {
  min-height: 100%;
}

.slick-dots {
  bottom: -50px !important;
}

.slick-dots li {
  padding: 0px !important;
}

.slick-dots li:before {
  display: none !important;
}

.slick-dots li.slick-active button:before {
  display: none !important;
}

.slick-dots li button::before {
  display: none !important;
}

.slick-dots li button {
  background: #893999 !important;
  border-radius: 10px !important;
  padding: 0px !important;
  display: inline-block !important;
  width: 15px !important;
  height: 15px !important;
}

.slick-dots li.slick-active button {
  width: 25px !important;
}

.case-study-box {
  background-image: url('images/csbox-bg.png');
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  margin-top: 50px;
  margin-left: 50px;
}

.case-study-box:after {
  content: '';
  clear: both;
  display: table;
}

.case-study-box-video {
  margin-top: -50px;
  margin-left: -50px;
  float: left;
}

.case-study-box-content {
  min-height: 472px;
  padding: 50px;
  margin-left: 344px;
}

.banner.inner-banner .gform_wrapper.gravity-theme {
  margin-left: 60px;
}

.gform_wrapper.gravity-theme {
  background:  #FFFFFF;
  color: #1B0C29;
  padding: 30px;
  border-radius: 8px;
}

.no-form-bg .gform_wrapper.gravity-theme {
  color: #FFFFFF;
  background: transparent;
}

.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme input {
  border: 1px solid #4F545B;
  border-radius: 3px;
  outline: 0px !important;
  color: #1B0C29;
}

.gform_wrapper.gravity-theme textarea {
  height: 100px !important;
  resize: none;
}

.gform_wrapper.gravity-theme .gform_button {
  padding: 13px 32px;
  border-radius: 100px;
  display: inline-block;
  font-weight: 600;
  transition: all 0.3s ease;
  background: #893999;
  color: #FFFFFF;
}

.gform_wrapper.gravity-theme .gform_button:hover {
  background: #6A2677;
  outline: 8px solid rgb(106 38 119 / 0.5);
}

.search-box .gform_wrapper.gravity-theme .gform_button.btn-green {
  padding: 10px 24px;
  background-image: url(./images/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0px;
  vertical-align: top;
}

.email-box .gform_wrapper.gravity-theme .gform_button.btn-dark-purple {
  padding: 10px 24px;
}

.gform_wrapper.gravity-theme .gform_button {
  cursor: pointer;
}

.gform_wrapper.gravity-theme .gform_button:hover {
  background: #6A2677 !important;
  outline: 8px solid rgb(106 38 119 / 0.5) !important;
}

.gform_confirmation_wrapper.gravity-theme {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #FFFFFF;
  color: #1B0C29;
  padding: 30px;
  border-radius: 8px;
  min-height: 600px;
}

.gform_footer {
  justify-content: center;
  align-items: center;
}

.email-box .gform_wrapper.gravity-theme {
  background: transparent;
  padding: 0px;
  border-radius: 0px;
}

.email-box {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.20);
  padding: 10px;
}

.email-box input[type="email"] {
  background: transparent;
  border: 0px !important;
  color: #fff !important;
  outline: 0px !important;
}

.email-box input[type="email"]::-moz-placeholder {
  color: #fff !important;
}

.email-box input[type="email"]::placeholder {
  color: #fff !important;
}

.email-box .btn.btn-dark-purple {
  padding: 10px 24px;
}

.email-box .gform_wrapper.gravity-theme .gform_fields {
  display: inline-block;
}

.email-box .gform_wrapper {
  vertical-align: top;
}

.email-box .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}

.email-box .gform_wrapper.gravity-theme .gfield_description {
  position: absolute;
  width: 180px;
  font-size: 10px;
  padding: 0px 5px;
}

.email-box .gform_confirmation_wrapper.gravity-theme {
  min-height: auto;
  padding: 0px;
  background: transparent;
  font-size: 14px;
  color: #fff;
}

.email-box .gform_wrapper .gform-body.gform_body {
  text-align: left;
  width: calc(100% - 160px) !important;
  display: inline-block;
}

.email-box .gform_wrapper.gravity-theme .gform_footer {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.email-box .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  margin: 0px;
  padding: 10px 24px;
}

.post-navigation-link-previous.wp-block-post-navigation-link a {
  color: #893999;
  font-weight: 600;
  font-size: 16px;
  background-image: url(images/prev.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 20px 20px 20px 60px;
  display: inline-block;
}

.post-navigation-link-next.wp-block-post-navigation-link a {
  color: #893999;
  font-weight: 600;
  font-size: 16px;
  background-image: url(images/next.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 20px 60px 20px 20px;
  display: inline-block;
}

@media(max-width: 768px) {
  .gform_confirmation_wrapper.gravity-theme {
    min-height: 300px;
  }
}

.gform_confirmation_wrapper.gravity-theme img {
  display: inline-block;
  margin-bottom: 40px;
}

@media(max-width: 768px) {
  .case-study-box {
    margin-left: 0px;
  }

  .case-study-box-video {
    margin: 0px;
    float: none;
    text-align: left;
    padding: 30px 30px 0px 30px;
  }

  .case-study-box-content {
    margin-left: 0px;
    padding: 30px;
  }
}

.dest1 {
  height: 600px;
  width: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(images/image3.png);
}

.integra11 {
  background-image: url(images/ill6.png);
  background-position: center 750px;
  background-repeat: no-repeat;
  background-size: auto;
}

.single-post .entry-content .container.py-\[60px\].lg\:py-\[100px\],
.single-portfolio .entry-content .container.py-\[60px\].lg\:py-\[100px\],
.single-industry-solution .entry-content .container.py-\[60px\].lg\:py-\[100px\] {
  padding: 0px !important;
}

.single-post .related-posts .container.py-\[60px\].lg\:py-\[100px\] {
  padding-top: 0px !important;
}

.column-feature-end > section, .column-feature-end > section > div {
  background: #1b0c29 !important;
  padding-top: 0px !important;
  margin-top: -20px;
}

.column-feature-end .wp-block-re-image-video-animation {
  text-align: center;
}

.column-feature-end .wp-block-re-image-video-animation img {
  display: inline-block;
}

.reduce-bottom-padding .container.py-\[60px\] {
  padding-bottom: 30px !important;
}

.reduce-top-padding .container.py-\[60px\] {
  padding-top: 30px !important;
}

.reduce-banner-height .banner {
  min-height: 600px;
}

.social-share-links {
  display: flex;
  flex-wrap: nowrap;
}

.social-share-links a {
  border: 2px solid #F0F0F0;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-right: 10px;
}

.social-share-links a:last-child {
  margin-right: 0px;
}

.social-share-links a:hover {
  background: #F0F0F0;
}

.tab-slider-body .container.py-\[60px\].lg\:py-\[100px\] {
  padding: 30px 0;
}

.wp-block-cb-carousel .wp-block-image>img {
  width: 100%;
}

.team-member {
  background: #F0F0F0;
  border-radius: 18px;
}

.team-member img {
  margin-top: -25px;
}

.schedule-an-appointment .simple-content .wp-block-re-column > div {
  height: auto;
}

.schedule-an-appointment .simple-content .wp-block-re-column > div > div > div {
  border: 0px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
}

.schedule-an-appointment .simple-content .wp-block-re-column > div > div > div img {
  float: left;
  margin-right: 15px;
}

.schedule-an-appointment .gform_wrapper.gravity-theme {
  margin-top: -250px;
  margin-left: 100px;
  box-shadow: 0px 6px 12px rgba(13, 21, 55, 0.1);
}

.equal-spaces-images section .grid {
  display: flex;
  justify-content: space-between;
}

.no-form-bg .gform_wrapper.gravity-theme .gfield_required {
  color: #ff623f;
}

.breadcrumbs {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

@media (min-width: 1300px) {
  .breadcrumbs {
    max-width: 1300px;
  }
}

.single-post .entry-content .breadcrumbs.py-\[60px\].lg\:py-\[100px\], 
.single-portfolio .entry-content .breadcrumbs.py-\[60px\].lg\:py-\[100px\], 
.single-industry-solution .entry-content .breadcrumbs.py-\[60px\].lg\:py-\[100px\] {
  padding: 0px;
}

.single-post .related-posts .breadcrumbs.py-\[60px\].lg\:py-\[100px\] {
  padding-top: 0px;
}

.reduce-bottom-padding .breadcrumbs.py-\[60px\] {
  padding-bottom: 30px;
}

.reduce-top-padding .breadcrumbs.py-\[60px\] {
  padding-top: 30px;
}

.tab-slider-body .breadcrumbs.py-\[60px\].lg\:py-\[100px\] {
  padding: 30px 0;
}

.pull-button-up .breadcrumbs.py-\[60px\].lg\:py-\[100px\] {
  padding-top: 0px;
}

.breadcrumbs {
  padding-top: 50px;
}

.breadcrumbs > span:last-child {
  color: #893999;
}

.pull-button-up {
  margin-top: -100px;
}

.pull-button-up .container.py-\[60px\].lg\:py-\[100px\] {
  padding-top: 0px !important;
}

.dots-style-2 .slick-dots li button {
  background: rgba(255,255,255,0.5) !important;
}

.dots-style-2 .slick-dots li.slick-active button {
  background: #893999 !important;
}

.mega-menu-dropdown-items.top-\[70px\] {
  top: 78px;
}

@media(min-width: 1180px) {
  .logos-pull-up {
    margin-top: -200px
  }

  .before-logos-pull-up > section {
    padding-bottom: 200px !important;
  }

  .logos-pull-up.column-feature-end > section, 
  .logos-pull-up.column-feature-end > section > div,
  .logos-pull-up.column-feature-end > section {
    background: transparent !important
  }

  .career-portal-image img {
    margin-bottom: -75px;
    width: 110%;
    max-width: 110%;
    margin-left: -50px;
  }

  .career-portal-image .banner.inner-banner {
    padding-bottom: 0px;
  }

  .career-portal-image .video_popup_trigger:after {
    margin-top: 100px;
    margin-left: -75px;
  }
}

@media(max-width: 1024px) {
  .schedule-an-appointment .gform_wrapper.gravity-theme {
    margin: 0;
  }

  .banner.inner-banner .gform_wrapper.gravity-theme {
    margin-left: 0px;
  }

  #mega-menu-main-full {
    margin-top: 20px;
    height: calc(100vh - 100px);
    overflow: scroll;
  }

  #mega-menu-main-full > ul > li > a {
    display: block;
    width: 100%;
    padding: 10px 18px;
  }

  #mega-menu-main-full > ul > li:last-child {
    display: none;
  }

  #mega-menu-main-full > ul > li.show-menu {
    background: #f0f0f0;
  }

  #mega-menu-main-full > ul > li > div {
    top: 0px !important;
  }

  #solution-mega-menu .grid-cols-1 img {
    float: left;
    margin: 0 15px 0 0;
  }

  .mobile-boxes > div {
    border-radius: 16px;
    border-radius: 0.5rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(240 240 240 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1.5rem;
  }

  .branding-logos-layout .mobile-boxes > div.rounded-\[16px\].border-\[\#f0f0f0\].p-8.h-\[100\%\].hover-box.text-center {
    justify-content: center;
    display: flex;
    align-items: center;
  }

  .branding-logos-layout .border-2.mobile-boxes > div.border-\[\#f0f0f0\].p-8.h-\[100\%\].hover-box.text-center {
    justify-content: center;
    display: flex;
    align-items: center;
  }

  .branding-logos-layout .border-2.rounded-\[16px\].mobile-boxes > div.p-8.h-\[100\%\].hover-box.text-center {
    justify-content: center;
    display: flex;
    align-items: center;
  }

  .dest1 {
    height: 400px;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .integra11 {
    background: none;
  }

  .banner.small-banner,
  .banner.inner-banner {
    padding: 60px 0;
  }

  .banner.small-banner,
  .banner {
    min-height: 0px;
  }

  .bg-newb13 {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media(max-width: 768px) {
  .subscribe_popup_wrapper .subscribe_popup, 
  .video_popup_wrapper .video_popup {
    width: 80%;
  }

  .tab-slider-nav ul {
    /*display: flex;*/
    margin-bottom: 30px;
    /*border: 0px;*/
  }

  .tab-slider-nav ul li {
    /*width: 100%;*/
    text-align: center;
    padding: 10px 6px;
    font-size: 14px;
  }

  button.accordion {
    padding-right: 35px;
    position: relative;
  }

  button.accordion:after {
    position: absolute;
    right: 0px;
    top: 42%;
  }

  .equal-spaces-images section .grid {
    display: grid;
  }
}

.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(5 130 220 / var(--tw-text-opacity));
}

.hover\:text-teal:hover {
  --tw-text-opacity: 1;
  color: rgb(22 186 177 / var(--tw-text-opacity));
}

.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(247 212 108 / var(--tw-text-opacity));
}

.hover\:text-pink:hover {
  --tw-text-opacity: 1;
  color: rgb(228 82 166 / var(--tw-text-opacity));
}

.child\:pr-5 > * {
  padding-right: 1.25rem;
}

.header-scroll-fixed .header-scroll-fixed\:block {
  display: block;
}

.header-scroll-fixed .header-scroll-fixed\:hidden {
  display: none;
}

.child-hover-box\:bg-white .hover-box {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.child-hover-box\:text-black .hover-box {
  --tw-text-opacity: 1;
  color: rgb(35 41 50 / var(--tw-text-opacity));
}

@media (min-width: 480px) {
  .xs\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:order-2 {
    order: 2;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-\[30px\] {
    gap: 30px;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:mx-\[0px\] {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }

  .lg\:mt-\[-100px\] {
    margin-top: -100px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[80px\] {
    height: 80px;
  }

  .lg\:h-\[50px\] {
    height: 50px;
  }

  .lg\:h-\[0px\] {
    height: 0px;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-\[450px\] {
    width: 450px;
  }

  .lg\:w-\[265px\] {
    width: 265px;
  }

  .lg\:max-w-\[58\%\] {
    max-width: 58%;
  }

  .lg\:max-w-\[41\%\] {
    max-width: 41%;
  }

  .lg\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .lg\:bg-\[\#f9f9f9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / var(--tw-bg-opacity));
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 1280px) {
  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

