*, ::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:  ;
		--tw-contain-size:  ;
		--tw-contain-layout:  ;
		--tw-contain-paint:  ;
		--tw-contain-style:  ;
}

::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:  ;
		--tw-contain-size:  ;
		--tw-contain-layout:  ;
		--tw-contain-paint:  ;
		--tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | 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: #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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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::-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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 1rem;
		padding-left: 1rem;
}
@media (min-width: 640px){

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

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

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

		.container{
				max-width: 1312px;
		}
}
.static{
		position: static;
}
.fixed{
		position: fixed;
}
.absolute{
		position: absolute;
}
.relative{
		position: relative;
}
.sticky{
		position: sticky;
}
.inset-0{
		inset: 0px;
}
.inset-x-0{
		left: 0px;
		right: 0px;
}
.inset-x-\[24px\]{
		left: 24px;
		right: 24px;
}
.-bottom-12px{
		bottom: -12px;
}
.-bottom-2{
		bottom: -8px;
}
.-bottom-44{
		bottom: -176px;
}
.-left-2{
		left: -8px;
}
.-left-full{
		left: -100%;
}
.-top-0\.5{
		top: -2px;
}
.-top-1{
		top: -4px;
}
.-top-2{
		top: -8px;
}
.bottom-0{
		bottom: 0px;
}
.bottom-10{
		bottom: 40px;
}
.bottom-217px{
		bottom: 217px;
}
.bottom-30\%{
		bottom: 30%;
}
.bottom-4{
		bottom: 16px;
}
.bottom-45px{
		bottom: 45px;
}
.bottom-5{
		bottom: 20px;
}
.bottom-6{
		bottom: 24px;
}
.bottom-\[24px\]{
		bottom: 24px;
}
.bottom-\[257px\]{
		bottom: 257px;
}
.bottom-px{
		bottom: 1px;
}
.left-0{
		left: 0px;
}
.left-1\/2{
		left: 50%;
}
.left-47\%{
		left: 47%;
}
.left-5{
		left: 20px;
}
.left-54\%{
		left: 54%;
}
.left-55\%{
		left: 55%;
}
.left-\[321px\]{
		left: 321px;
}
.right-0{
		right: 0px;
}
.right-1\/2{
		right: 50%;
}
.right-2{
		right: 8px;
}
.right-3\.5{
		right: 14px;
}
.right-5{
		right: 20px;
}
.right-54\%{
		right: 54%;
}
.right-55\%{
		right: 55%;
}
.right-edge{
		right: calc(100% - 1rem);
}
.top-0{
		top: 0px;
}
.top-1\/2{
		top: 50%;
}
.top-10{
		top: 40px;
}
.top-5{
		top: 20px;
}
.top-7{
		top: 28px;
}
.z-1{
		z-index: 1;
}
.z-10{
		z-index: 10;
}
.z-20{
		z-index: 20;
}
.col-span-1{
		grid-column: span 1 / span 1;
}
.col-span-10{
		grid-column: span 10 / span 10;
}
.col-span-11{
		grid-column: span 11 / span 11;
}
.col-span-12{
		grid-column: span 12 / span 12;
}
.col-span-2{
		grid-column: span 2 / span 2;
}
.col-span-3{
		grid-column: span 3 / span 3;
}
.col-span-4{
		grid-column: span 4 / span 4;
}
.col-span-5{
		grid-column: span 5 / span 5;
}
.col-span-6{
		grid-column: span 6 / span 6;
}
.col-span-7{
		grid-column: span 7 / span 7;
}
.col-span-8{
		grid-column: span 8 / span 8;
}
.col-span-9{
		grid-column: span 9 / span 9;
}
.col-start-2{
		grid-column-start: 2;
}
.col-start-6{
		grid-column-start: 6;
}
.m-0{
		margin: 0px;
}
.mx-auto{
		margin-left: auto;
		margin-right: auto;
}
.my-10{
		margin-top: 40px;
		margin-bottom: 40px;
}
.my-20{
		margin-top: 80px;
		margin-bottom: 80px;
}
.mb-0{
		margin-bottom: 0px;
}
.mb-0\.5{
		margin-bottom: 2px;
}
.mb-1{
		margin-bottom: 4px;
}
.mb-10{
		margin-bottom: 40px;
}
.mb-13px{
		margin-bottom: 13px;
}
.mb-14{
		margin-bottom: 56px;
}
.mb-15px{
		margin-bottom: 15px;
}
.mb-2\.5{
		margin-bottom: 10px;
}
.mb-3{
		margin-bottom: 12px;
}
.mb-30px{
		margin-bottom: 30px;
}
.mb-5{
		margin-bottom: 20px;
}
.mb-6{
		margin-bottom: 24px;
}
.mb-7{
		margin-bottom: 28px;
}
.mb-7px{
		margin-bottom: 7px;
}
.mb-8{
		margin-bottom: 32px;
}
.ml-5{
		margin-left: 20px;
}
.ml-auto{
		margin-left: auto;
}
.mr-10{
		margin-right: 40px;
}
.mr-22px{
		margin-right: 22px;
}
.mt-1{
		margin-top: 4px;
}
.mt-10{
		margin-top: 40px;
}
.mt-2{
		margin-top: 8px;
}
.mt-2\.5{
		margin-top: 10px;
}
.mt-20{
		margin-top: 80px;
}
.mt-27px{
		margin-top: 27px;
}
.mt-3{
		margin-top: 12px;
}
.mt-3\.5{
		margin-top: 14px;
}
.mt-4{
		margin-top: 16px;
}
.mt-5{
		margin-top: 20px;
}
.mt-7{
		margin-top: 28px;
}
.mt-8{
		margin-top: 32px;
}
.block{
		display: block;
}
.inline-block{
		display: inline-block;
}
.flex{
		display: flex;
}
.table{
		display: table;
}
.grid{
		display: grid;
}
.hidden{
		display: none;
}
.size-full{
		width: 100%;
		height: 100%;
}
.h-0\.5{
		height: 2px;
}
.h-10{
		height: 40px;
}
.h-100px{
		height: 100px;
}
.h-12{
		height: 48px;
}
.h-20{
		height: 80px;
}
.h-25px{
		height: 25px;
}
.h-32{
		height: 128px;
}
.h-393px{
		height: 393px;
}
.h-4{
		height: 16px;
}
.h-40{
		height: 160px;
}
.h-400px{
		height: 400px;
}
.h-45px{
		height: 45px;
}
.h-5{
		height: 20px;
}
.h-500px{
		height: 500px;
}
.h-8{
		height: 32px;
}
.h-80{
		height: 320px;
}
.h-\[180px\]{
		height: 180px;
}
.h-full{
		height: 100%;
}
.h-screen{
		height: 100vh;
}
.max-h-\[535px\]{
		max-height: 535px;
}
.w-10{
		width: 40px;
}
.w-12{
		width: 48px;
}
.w-200px{
		width: 200px;
}
.w-24{
		width: 96px;
}
.w-25px{
		width: 25px;
}
.w-28{
		width: 112px;
}
.w-45px{
		width: 45px;
}
.w-5{
		width: 20px;
}
.w-52{
		width: 208px;
}
.w-7{
		width: 28px;
}
.w-8{
		width: 32px;
}
.w-8\/12{
		width: 66.666667%;
}
.w-\[360px\]{
		width: 360px;
}
.w-fit{
		width: -moz-fit-content;
		width: fit-content;
}
.w-full{
		width: 100%;
}
.w-screen{
		width: 100vw;
}
.max-w-\[200px\]{
		max-width: 200px;
}
.max-w-\[250px\]{
		max-width: 250px;
}
.max-w-\[974px\]{
		max-width: 974px;
}
.flex-none{
		flex: none;
}
.shrink-0{
		flex-shrink: 0;
}
.flex-grow{
		flex-grow: 1;
}
.basis-\[calc\(50\%-20px\)\]{
		flex-basis: calc(50% - 20px);
}
.origin-left{
		transform-origin: left;
}
.-translate-x-1\/2{
		--tw-translate-x: -50%;
		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));
}
.-translate-y-1\/2{
		--tw-translate-y: -50%;
		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));
}
.translate-y-0\.5{
		--tw-translate-y: 2px;
		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));
}
.translate-y-5px{
		--tw-translate-y: 5px;
		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));
}
.rotate-90{
		--tw-rotate: 90deg;
		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;
}
.list-none{
		list-style-type: none;
}
.grid-cols-1{
		grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10{
		grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11{
		grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12{
		grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
		grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5{
		grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6{
		grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7{
		grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8{
		grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9{
		grid-template-columns: repeat(9, minmax(0, 1fr));
}
.flex-wrap{
		flex-wrap: wrap;
}
.items-center{
		align-items: center;
}
.justify-center{
		justify-content: center;
}
.gap-10{
		gap: 40px;
}
.gap-2{
		gap: 8px;
}
.gap-2\.5{
		gap: 10px;
}
.gap-20{
		gap: 80px;
}
.gap-5{
		gap: 20px;
}
.gap-7{
		gap: 28px;
}
.gap-8{
		gap: 32px;
}
.overflow-hidden{
		overflow: hidden;
}
.overflow-visible{
		overflow: visible;
}
.overflow-x-hidden{
		overflow-x: hidden;
}
.rounded-full{
		border-radius: 9999px;
}
.border{
		border-width: 1px;
}
.border-2{
		border-width: 2px;
}
.border-b{
		border-bottom-width: 1px;
}
.border-b-2{
		border-bottom-width: 2px;
}
.border-l-0{
		border-left-width: 0px;
}
.border-r-0{
		border-right-width: 0px;
}
.border-t-2{
		border-top-width: 2px;
}
.border-green{
		--tw-border-opacity: 1;
		border-color: rgb(101 193 103 / var(--tw-border-opacity, 1));
}
.border-orange{
		--tw-border-opacity: 1;
		border-color: rgb(224 144 90 / var(--tw-border-opacity, 1));
}
.border-purple{
		--tw-border-opacity: 1;
		border-color: rgb(141 111 216 / var(--tw-border-opacity, 1));
}
.border-s-grey{
		--tw-border-opacity: 1;
		border-color: rgb(170 164 178 / var(--tw-border-opacity, 1));
}
.border-opacity-50{
		--tw-border-opacity: 0.5;
}
.bg-black{
		--tw-bg-opacity: 1;
		background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/30{
		background-color: rgb(0 0 0 / 0.3);
}
.bg-green{
		--tw-bg-opacity: 1;
		background-color: rgb(101 193 103 / var(--tw-bg-opacity, 1));
}
.bg-orange{
		--tw-bg-opacity: 1;
		background-color: rgb(224 144 90 / var(--tw-bg-opacity, 1));
}
.bg-p-grey{
		--tw-bg-opacity: 1;
		background-color: rgb(90 94 97 / var(--tw-bg-opacity, 1));
}
.bg-purple{
		--tw-bg-opacity: 1;
		background-color: rgb(141 111 216 / var(--tw-bg-opacity, 1));
}
.bg-s-grey{
		--tw-bg-opacity: 1;
		background-color: rgb(170 164 178 / var(--tw-bg-opacity, 1));
}
.bg-white{
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-arrow-green{
		background-image: url('/wp-content/themes/segment/resources/images/icons/arrow-green.svg');
}
.bg-arrow-orange{
		background-image: url('/wp-content/themes/segment/resources/images/icons/arrow-orange.svg');
}
.bg-arrow-purple{
		background-image: url('/wp-content/themes/segment/resources/images/icons/arrow-purple.svg');
}
.bg-cta-icons-left{
		background-image: url('/wp-content/themes/segment/resources/images/icons/cta-icons-left.svg');
}
.bg-cta-icons-right{
		background-image: url('/wp-content/themes/segment/resources/images/icons/cta-icons-right.svg');
}
.bg-facebook{
		background-image: url('/wp-content/themes/segment/resources/images/icons/facebook.svg');
}
.bg-holding-page-icons{
		background-image: url('/wp-content/themes/segment/resources/images/icons/holding-page-icons.svg');
}
.bg-image-overlay{
		background-image: linear-gradient(180.09deg, rgba(0, 0, 0, 0) 51.93%, rgba(0, 0, 0, 0.9) 99.92%);
}
.bg-instagram{
		background-image: url('/wp-content/themes/segment/resources/images/icons/instagram.svg');
}
.bg-linkedin{
		background-image: url('/wp-content/themes/segment/resources/images/icons/linkedin.svg');
}
.bg-page-banner-left-icons{
		background-image: url('/wp-content/themes/segment/resources/images/icons/page-banner-left-icons.svg');
}
.bg-page-banner-right-icons{
		background-image: url('/wp-content/themes/segment/resources/images/icons/page-banner-right-icons.svg');
}
.bg-quotes{
		background-image: url('/wp-content/themes/segment/resources/images/icons/quotes.svg');
}
.bg-stars-1-purple{
		background-image: url('/wp-content/themes/segment/resources/images/icons/stars-1-purple.svg');
}
.bg-stars-2-purple{
		background-image: url('/wp-content/themes/segment/resources/images/icons/stars-2-purple.svg');
}
.bg-stars-3-purple{
		background-image: url('/wp-content/themes/segment/resources/images/icons/stars-3-purple.svg');
}
.bg-stars-4-purple{
		background-image: url('/wp-content/themes/segment/resources/images/icons/stars-4-purple.svg');
}
.bg-stars-5-purple{
		background-image: url('/wp-content/themes/segment/resources/images/icons/stars-5-purple.svg');
}
.bg-tab-arrow{
		background-image: url('/wp-content/themes/segment/resources/images/icons/tab-arrow.svg');
}
.bg-x{
		background-image: url('/wp-content/themes/segment/resources/images/icons/x.svg');
}
.bg-20px{
		background-size: 20px;
}
.bg-26px{
		background-size: 26px;
}
.bg-35px{
		background-size: 35px;
}
.bg-97px{
		background-size: 97px;
}
.bg-contain{
		background-size: contain;
}
.bg-cover{
		background-size: cover;
}
.bg-center{
		background-position: center;
}
.bg-left-top{
		background-position: left top;
}
.bg-right{
		background-position: right;
}
.bg-right-top{
		background-position: right top;
}
.bg-no-repeat{
		background-repeat: no-repeat;
}
.object-contain{
		-o-object-fit: contain;
		   object-fit: contain;
}
.object-cover{
		-o-object-fit: cover;
		   object-fit: cover;
}
.object-center{
		-o-object-position: center;
		   object-position: center;
}
.object-left{
		-o-object-position: left;
		   object-position: left;
}
.p-2\.5{
		padding: 10px;
}
.p-5{
		padding: 20px;
}
.p-3{
		padding: 12px;
}
.p-4{
		padding: 16px;
}
.\!px-2\.5{
		padding-left: 10px !important;
		padding-right: 10px !important;
}
.\!py-2{
		padding-top: 8px !important;
		padding-bottom: 8px !important;
}
.px-10{
		padding-left: 40px;
		padding-right: 40px;
}
.px-2\.5{
		padding-left: 10px;
		padding-right: 10px;
}
.px-5{
		padding-left: 20px;
		padding-right: 20px;
}
.px-8{
		padding-left: 32px;
		padding-right: 32px;
}
.py-10{
		padding-top: 40px;
		padding-bottom: 40px;
}
.py-2{
		padding-top: 8px;
		padding-bottom: 8px;
}
.py-21px{
		padding-top: 21px;
		padding-bottom: 21px;
}
.py-3\.5{
		padding-top: 14px;
		padding-bottom: 14px;
}
.py-4{
		padding-top: 16px;
		padding-bottom: 16px;
}
.py-5{
		padding-top: 20px;
		padding-bottom: 20px;
}
.pb-10{
		padding-bottom: 40px;
}
.pb-3{
		padding-bottom: 12px;
}
.pb-5{
		padding-bottom: 20px;
}
.pl-1{
		padding-left: 4px;
}
.pl-\[13px\]{
		padding-left: 13px;
}
.pr-10{
		padding-right: 40px;
}
.pr-5{
		padding-right: 20px;
}
.pt-10{
		padding-top: 40px;
}
.pt-36{
		padding-top: 144px;
}
.pt-4{
		padding-top: 16px;
}
.pt-5{
		padding-top: 20px;
}
.text-left{
		text-align: left;
}
.text-center{
		text-align: center;
}
.text-right{
		text-align: right;
}
.font-heading{
		font-family: nexa-heavy;
}
.font-p-bold{
		font-family: gilroy-bold;
}
.text-15px{
		font-size: 15px;
		line-height: 19px;
}
.text-19px{
		font-size: 19px;
		line-height: 25px;
}
.text-2xl{
		font-size: 24px;
		line-height: 30px;
}
.text-4xl{
		font-size: 32px;
		line-height: 38px;
}
.text-footer-nav{
		font-size: 19px;
		line-height: 28px;
}
.text-lg{
		font-size: 19px;
		line-height: 25px;
}
.text-mob-nav-low{
		font-size: 22px;
		line-height: 28px;
}
.text-sm{
		font-size: 15px;
		line-height: 19px;
}
.text-xl{
		font-size: 21px;
		line-height: 27px;
}
.font-normal{
		font-weight: 400;
}
.uppercase{
		text-transform: uppercase;
}
.text-black{
		--tw-text-opacity: 1;
		color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-green{
		--tw-text-opacity: 1;
		color: rgb(101 193 103 / var(--tw-text-opacity, 1));
}
.text-orange{
		--tw-text-opacity: 1;
		color: rgb(224 144 90 / var(--tw-text-opacity, 1));
}
.text-p-grey{
		--tw-text-opacity: 1;
		color: rgb(90 94 97 / var(--tw-text-opacity, 1));
}
.text-purple{
		--tw-text-opacity: 1;
		color: rgb(141 111 216 / var(--tw-text-opacity, 1));
}
.text-red-500{
		--tw-text-opacity: 1;
		color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-s-grey{
		--tw-text-opacity: 1;
		color: rgb(170 164 178 / var(--tw-text-opacity, 1));
}
.text-white{
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-40{
		opacity: 0.4;
}
.opacity-50{
		opacity: 0.5;
}
.opacity-60{
		opacity: 0.6;
}
.shadow-header{
		--tw-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
		--tw-shadow-colored: 0px 2px 2px var(--tw-shadow-color);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition{
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
}
.transition-opacity{
		transition-property: opacity;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
}
.duration-200{
		transition-duration: 200ms;
}
.duration-300{
		transition-duration: 300ms;
}
.ease-linear{
		transition-timing-function: linear;
}
/**
* buttons.css
*/
.btn-set a{
		margin-right: 4px;
		margin-bottom: 20px;
}
@media (min-width: 768px){

		.btn-set a{
				margin-right: 12px;
		}
}
.y-btn{
		display: inline-block;
		border-width: 2px;
		--tw-border-opacity: 1;
		border-color: rgb(101 193 103 / var(--tw-border-opacity, 1));
		background-color: transparent;
		padding-left: 29px;
		padding-right: 29px;
		padding-top: 14px;
		padding-bottom: 14px;
		font-family: nexa-heavy;
		--tw-text-opacity: 1;
		color: rgb(90 94 97 / var(--tw-text-opacity, 1));
}
.y-btn.btn-inverted{
		background-color: transparent;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.y-btn.btn-white{
		--tw-border-opacity: 1;
		border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/**
* forms.css
*/
.wp-block .acf-block-preview .gform_button{
		display: inline-block;
		cursor: pointer;
		border-width: 1px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 8px;
		padding-bottom: 8px;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		color: rgb(0 0 0 / var(--tw-text-opacity, 1));
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.wp-block .acf-block-preview .gform_fields .gfield .ginput_container {

			}
section .gform_wrapper.gravity-theme .gform_fields{
		gap: 20px;
}
section .gfield{
		margin-bottom: 10px;
}
section .gfield_label{
		font-family: gilroy-bold !important;
		font-size: 19px !important;
		line-height: 24px !important;
}
section .gfield_consent_label{
		padding-left: 10px;
		font-size: 15px;
		line-height: 19px;
}
section .gform_wrapper .gfield_required{
		padding-left: 0px;
		font-size: 19px;
		line-height: 25px;
		--tw-text-opacity: 1;
		color: rgb(90 94 97 / var(--tw-text-opacity, 1));
}
section textarea{
		-webkit-appearance: none !important;
		   -moz-appearance: none !important;
		        appearance: none !important;
		background-color: #fff !important;
		border-color: #6b7280 !important;
		border-width: 1px !important;
		border-radius: 0px !important;
		padding-top: 0.5rem !important;
		padding-right: 0.75rem !important;
		padding-bottom: 0.5rem !important;
		padding-left: 0.75rem !important;
		font-size: 1rem !important;
		line-height: 1.5rem !important;
		--tw-shadow: 0 0 #0000 !important;
}
section textarea:focus{
		outline: 2px solid transparent !important;
		outline-offset: 2px !important;
		--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/) !important;
		--tw-ring-offset-width: 0px !important;
		--tw-ring-offset-color: #fff !important;
		--tw-ring-color: #2563eb !important;
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
		border-color: #2563eb !important;
}
section textarea::-moz-placeholder{
		color: #6b7280 !important;
		opacity: 1 !important;
}
section textarea::placeholder{
		color: #6b7280 !important;
		opacity: 1 !important;
}
section textarea::-webkit-datetime-edit-fields-wrapper{
		padding: 0 !important;
}
section textarea::-webkit-date-and-time-value{
		min-height: 1.5em !important;
		text-align: inherit !important;
}
section textarea::-webkit-datetime-edit{
		display: inline-flex !important;
}
section textarea::-webkit-datetime-edit,section textarea::-webkit-datetime-edit-year-field,section textarea::-webkit-datetime-edit-month-field,section textarea::-webkit-datetime-edit-day-field,section textarea::-webkit-datetime-edit-hour-field,section textarea::-webkit-datetime-edit-minute-field,section textarea::-webkit-datetime-edit-second-field,section textarea::-webkit-datetime-edit-millisecond-field,section textarea::-webkit-datetime-edit-meridiem-field{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
}
section textarea{
		--tw-border-opacity: 1 !important;
		border-color: rgb(225 221 227 / var(--tw-border-opacity, 1)) !important;
		padding-left: 10px !important;
		font-size: 19px !important;
		line-height: 24px !important;
}
section textarea::-moz-placeholder{
		color: rgb(90 94 97 / var(--tw-placeholder-opacity, 1)) !important;
		--tw-placeholder-opacity: 0.75 !important;
}
section textarea::placeholder{
		color: rgb(90 94 97 / var(--tw-placeholder-opacity, 1)) !important;
		--tw-placeholder-opacity: 0.75 !important;
}
section textarea:focus{
		--tw-border-opacity: 1 !important;
		border-color: rgb(225 221 227 / var(--tw-border-opacity, 1)) !important;
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
		--tw-ring-opacity: 1 !important;
		--tw-ring-color: rgb(225 221 227 / var(--tw-ring-opacity, 1)) !important;
}
section select{
		-webkit-appearance: none !important;
		   -moz-appearance: none !important;
		        appearance: none !important;
		border-width: 1px !important;
		--tw-border-opacity: 1 !important;
		border-color: rgb(225 221 227 / var(--tw-border-opacity, 1)) !important;
		background-color: transparent !important;
		background-image: none !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
		padding-top: 12px !important;
		padding-bottom: 12px !important;
		font-size: 19px !important;
		line-height: 24px !important;
}
section select:focus{
		--tw-border-opacity: 1 !important;
		border-color: rgb(90 94 97 / var(--tw-border-opacity, 1)) !important;
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
		--tw-ring-opacity: 1 !important;
		--tw-ring-color: rgb(90 94 97 / var(--tw-ring-opacity, 1)) !important;
}
section select:focus-visible{
		outline: 2px solid transparent !important;
		outline-offset: 2px !important;
}
section input[type=radio]{
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		padding: 0;
		-webkit-print-color-adjust: exact;
		        print-color-adjust: exact;
		display: inline-block;
		vertical-align: middle;
		background-origin: border-box;
		-webkit-user-select: none;
		   -moz-user-select: none;
		        user-select: none;
		flex-shrink: 0;
		height: 1rem;
		width: 1rem;
		color: #2563eb;
		background-color: #fff;
		border-color: #6b7280;
		border-width: 1px;
		--tw-shadow: 0 0 #0000;
		border-radius: 100%;
}
section input[type=radio]:focus{
		outline: 2px solid transparent;
		outline-offset: 2px;
		--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
		--tw-ring-offset-width: 2px;
		--tw-ring-offset-color: #fff;
		--tw-ring-color: #2563eb;
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
section input[type=radio]:checked{
		border-color: transparent;
		background-color: currentColor;
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {

		section input[type=radio]:checked{
				-webkit-appearance: auto;
				   -moz-appearance: auto;
				        appearance: auto;
		}
}
section input[type=radio]:checked:hover,section input[type=radio]:checked:focus{
		border-color: transparent;
		background-color: currentColor;
}
section .ginput_container_select{
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		border-width: 1px;
		--tw-border-opacity: 1;
		border-color: rgb(225 221 227 / var(--tw-border-opacity, 1));
		background-image: none;
}
section .ginput_container_select:focus{
		--tw-border-opacity: 1;
		border-color: rgb(90 94 97 / var(--tw-border-opacity, 1));
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
		--tw-ring-opacity: 1;
		--tw-ring-color: rgb(90 94 97 / var(--tw-ring-opacity, 1));
}
section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		background-color: #fff;
		border-color: #6b7280;
		border-width: 1px;
		border-radius: 0px;
		padding-top: 0.5rem;
		padding-right: 0.75rem;
		padding-bottom: 0.5rem;
		padding-left: 0.75rem;
		font-size: 1rem;
		line-height: 1.5rem;
		--tw-shadow: 0 0 #0000;
}
section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus{
		outline: 2px solid transparent;
		outline-offset: 2px;
		--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
		--tw-ring-offset-width: 0px;
		--tw-ring-offset-color: #fff;
		--tw-ring-color: #2563eb;
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
		border-color: #2563eb;
}
section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder{
		color: #6b7280;
		opacity: 1;
}
section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder{
		color: #6b7280;
		opacity: 1;
}
section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-fields-wrapper{
		padding: 0;
}
section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-date-and-time-value{
		min-height: 1.5em;
		text-align: inherit;
}
section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit{
		display: inline-flex;
}
section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit,section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-year-field,section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-month-field,section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-day-field,section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-hour-field,section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-minute-field,section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-second-field,section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-millisecond-field,section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-meridiem-field{
		padding-top: 0;
		padding-bottom: 0;
}
section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
		display: inline-block;
		--tw-border-opacity: 1;
		border-color: rgb(225 221 227 / var(--tw-border-opacity, 1));
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 10px;
		font-size: 19px;
		line-height: 24px;
}
section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder{
		color: rgb(90 94 97 / var(--tw-placeholder-opacity, 1));
		--tw-placeholder-opacity: 0.75;
}
section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder{
		color: rgb(90 94 97 / var(--tw-placeholder-opacity, 1));
		--tw-placeholder-opacity: 0.75;
}
section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus{
		--tw-border-opacity: 1;
		border-color: rgb(225 221 227 / var(--tw-border-opacity, 1));
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
		--tw-ring-opacity: 1;
		--tw-ring-color: rgb(225 221 227 / var(--tw-ring-opacity, 1));
}
section .gform_button{
		display: inline-block;
		border-width: 2px;
		--tw-border-opacity: 1;
		border-color: rgb(101 193 103 / var(--tw-border-opacity, 1));
		background-color: transparent;
		padding-left: 29px;
		padding-right: 29px;
		padding-top: 14px;
		padding-bottom: 14px;
		font-family: nexa-heavy;
		--tw-text-opacity: 1;
		color: rgb(90 94 97 / var(--tw-text-opacity, 1));
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 200ms;
		transition-timing-function: linear;
}
section .gform_button:hover{
		cursor: pointer;
		opacity: 0.8;
}
section .gform_confirmation_message{
		--tw-text-opacity: 1;
		color: rgb(90 94 97 / var(--tw-text-opacity, 1));
}
section .datepicker{
		width: 100% !important;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select{
		background-image: none !important;
}
.gform_wrapper .gf_simple_horizontal .gform_body{
		width: 100% !important;
}
@media (min-width: 1024px){

		.button-inline form{
				display: grid;
				grid-template-columns: repeat(5, minmax(0, 1fr));
				gap: 20px;
		}
}
.button-inline .gform_body{
		grid-column: span 4 / span 4;
		align-self: center;
}
.button-inline .gform_footer{
		align-self: center;
}
@media (min-width: 1024px){

		.button-inline button{
				width: 100%;
		}
}
/*
 *  Holding page form
 */
.holding-page-form label{
		font-family: gilroy-bold !important;
		font-size: 19px !important;
		line-height: 25px !important;
		--tw-text-opacity: 1 !important;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.holding-page-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
		-webkit-appearance: none !important;
		   -moz-appearance: none !important;
		        appearance: none !important;
		background-color: #fff !important;
		border-color: #6b7280 !important;
		border-width: 1px !important;
		border-radius: 0px !important;
		padding-top: 0.5rem !important;
		padding-right: 0.75rem !important;
		padding-bottom: 0.5rem !important;
		padding-left: 0.75rem !important;
		font-size: 1rem !important;
		line-height: 1.5rem !important;
		--tw-shadow: 0 0 #0000 !important;
}
.holding-page-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus{
		outline: 2px solid transparent !important;
		outline-offset: 2px !important;
		--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/) !important;
		--tw-ring-offset-width: 0px !important;
		--tw-ring-offset-color: #fff !important;
		--tw-ring-color: #2563eb !important;
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
		border-color: #2563eb !important;
}
.holding-page-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder{
		color: #6b7280 !important;
		opacity: 1 !important;
}
.holding-page-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder{
		color: #6b7280 !important;
		opacity: 1 !important;
}
.holding-page-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-fields-wrapper{
		padding: 0 !important;
}
.holding-page-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-date-and-time-value{
		min-height: 1.5em !important;
		text-align: inherit !important;
}
.holding-page-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit{
		display: inline-flex !important;
}
.holding-page-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit,.holding-page-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-year-field,.holding-page-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-month-field,.holding-page-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-day-field,.holding-page-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-hour-field,.holding-page-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-minute-field,.holding-page-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-second-field,.holding-page-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-millisecond-field,.holding-page-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-meridiem-field{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
}
.holding-page-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
		display: inline-block !important;
		width: 100% !important;
		--tw-border-opacity: 1 !important;
		border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
		padding-left: 10px !important;
		font-size: 19px !important;
		line-height: 25px !important;
}
.holding-page-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder{
		color: rgb(90 94 97 / var(--tw-placeholder-opacity, 1)) !important;
		--tw-placeholder-opacity: 0.75 !important;
}
.holding-page-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder{
		color: rgb(90 94 97 / var(--tw-placeholder-opacity, 1)) !important;
		--tw-placeholder-opacity: 0.75 !important;
}
.holding-page-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus{
		--tw-border-opacity: 1 !important;
		border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
		--tw-ring-opacity: 1 !important;
		--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1)) !important;
}
@media (min-width: 768px){

		.holding-page-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
				margin-bottom: 10px !important;
		}
}
.holding-page-form textarea{
		border-radius: 0px !important;
		--tw-border-opacity: 1 !important;
		border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
		padding-left: 10px !important;
		font-size: 19px !important;
		line-height: 25px !important;
}
.holding-page-form textarea::-moz-placeholder{
		--tw-placeholder-opacity: 1 !important;
		color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1)) !important;
}
.holding-page-form textarea::placeholder{
		--tw-placeholder-opacity: 1 !important;
		color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1)) !important;
}
.holding-page-form textarea:focus{
		--tw-border-opacity: 1 !important;
		border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
		--tw-ring-opacity: 1 !important;
		--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1)) !important;
}
.holding-page-form .gform_button{
		display: inline-block;
		border-width: 2px;
		border-color: rgb(101 193 103 / var(--tw-border-opacity, 1));
		--tw-border-opacity: 1;
		border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
		background-color: transparent;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 32px;
		padding-right: 32px;
		font-family: nexa-heavy;
		color: rgb(90 94 97 / var(--tw-text-opacity, 1));
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.y-btn.holding-page-form .gform_button{
		--tw-border-opacity: 1;
		border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.holding-page-form .gform_button:hover{
		cursor: pointer;
}
.holding-page-form select{
		--tw-bg-opacity: 1 !important;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.holding-page-form .gform_confirmation_message {
		color: white;
		margin-top: 20px;
		font-size: 20px;
		line-height: 25px;
		font-weight: bold;
	}
/*
 *  Hide legend required text and make confirmation message white
 */
.gform_required_legend{
		display: none !important;
}
/*
 * Needed select styling
*/
select {
	padding: 10px !important;
	border: none;
	border-radius: 0 !important;
	font-size: 19px !important;
	line-height: 25px !important;
}
/*
 * Height of button is much larger  on mobile - temporary fix for now
 */
.gform_button {
	line-height: 23px !important;
}
/**
* hamburger.css
*/
.hamburger{
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 100ms;
		transition-timing-function: linear;
}
.hamburger:hover{
		cursor: pointer;
}
.hamburger .ham, .hamburger .close-item{
		height: 4px;
		width: 40px;
		--tw-bg-opacity: 1;
		background-color: rgb(101 193 103 / var(--tw-bg-opacity, 1));
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 100ms;
		transition-timing-function: linear;
}
.hamburger .ham-2{
		margin-top: 6px;
		margin-bottom: 6px;
}
.hamburger .open{
		opacity: 1;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 200ms;
		transition-timing-function: linear;
}
.hamburger .open.nav-open{
		opacity: 0;
}
.hamburger .close{
		opacity: 0;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 100ms;
		transition-timing-function: linear;
}
.hamburger .close .close-item{
		position: absolute;
		top: 0px;
		--tw-translate-y: -50%;
		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));
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hamburger .close .close-1{
		--tw-rotate: 45deg;
		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));
}
.hamburger .close .close-2{
		--tw-rotate: -45deg;
		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));
}
.hamburger .close.nav-open{
		opacity: 1;
}
.hamburger .ham-line{
		display: block;
}
.hamburger .ham-line.nav-open{
		display: none;
}
.hamburger .sep{
		display: none;
		opacity: 0;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 100ms;
		transition-timing-function: linear;
}
.hamburger .sep.nav-open{
		display: block;
		opacity: 1;
}
/**
* pagination.css
*/
.hero-button-next, .hero-button-prev{
		display: inline-block;
		height: 36px;
		width: 40px;
		background-image: url('/wp-content/themes/segment/resources/images/icons/arrow-green.svg');
		background-position: center;
		background-repeat: no-repeat;
}
.hero-button-next:hover, .hero-button-prev:hover{
		cursor: pointer;
}
.hero-button-prev{
		margin-right: 8px;
		--tw-rotate: 180deg;
		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));
}
.page-carousel-button-prev, .page-carousel-button-next, .review-carousel-button-next, .review-carousel-button-prev{
		display: inline-block;
		height: 40px;
		width: 40px;
		border-width: 2px;
		--tw-border-opacity: 1;
		border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
		background-position: center;
		background-repeat: no-repeat;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 200ms;
		transition-timing-function: linear;
}
.page-carousel-button-prev:hover, .page-carousel-button-next:hover, .review-carousel-button-next:hover, .review-carousel-button-prev:hover{
		cursor: pointer;
		opacity: 0.7;
}
@media (min-width: 768px){

		.page-carousel-button-prev, .page-carousel-button-next, .review-carousel-button-next, .review-carousel-button-prev{
				height: 56px;
				width: 56px;
		}
}
.review-carousel-button-next, .review-carousel-button-prev{
		--tw-border-opacity: 1;
		border-color: rgb(101 193 103 / var(--tw-border-opacity, 1));
		background-image: url('/wp-content/themes/segment/resources/images/icons/slider-button-grey.svg');
}
.review-carousel-button-prev{
		margin-right: 8px;
		--tw-border-opacity: 1;
		border-color: rgb(101 193 103 / var(--tw-border-opacity, 1));
		background-image: url('/wp-content/themes/segment/resources/images/icons/slider-button-grey-prev.svg');
}
.page-carousel-button-next{
		background-image: url('/wp-content/themes/segment/resources/images/icons/slider-button.svg');
}
.page-carousel-button-prev{
		margin-right: 5px;
		background-image: url('/wp-content/themes/segment/resources/images/icons/slider-button-prev.svg');
}
.disabled_swiper_button{
		opacity: 0.4 !important;
}
.disabled_swiper_button:hover{
		opacity: 0.4 !important;
}
/**
* blocks.css
*/
/* Core block styling*/
.core-block-section {
	padding: 0;
}
/* Core block */
@media (min-width: 768px){

		.wp-block-media-text{
				display: block;
		}

		.wp-block-media-text .wp-block-media-text__content{
				display: block;
				padding: 0px;
		}
}
/*
  **********************************************************************
  ** Custom blocks
  **********************************************************************
  */
.section-wrapper{
		position: relative;
}
.section-wrapper.spacing-top-small{
		padding-top: 20px;
}
@media (min-width: 768px){

		.section-wrapper.spacing-top-small{
				padding-top: 40px;
		}
}
.section-wrapper.spacing-bottom-small{
		padding-bottom: 20px;
}
@media (min-width: 768px){

		.section-wrapper.spacing-bottom-small{
				padding-bottom: 40px;
		}
}
.section-wrapper.spacing-top-regular{
		padding-top: 32px;
}
@media (min-width: 768px){

		.section-wrapper.spacing-top-regular{
				padding-top: 60px;
		}
}
.section-wrapper.spacing-bottom-regular{
		padding-bottom: 32px;
}
@media (min-width: 768px){

		.section-wrapper.spacing-bottom-regular{
				padding-bottom: 60px;
		}
}
.section-wrapper.spacing-top-large{
		padding-top: 64px;
}
@media (min-width: 768px){

		.section-wrapper.spacing-top-large{
				padding-top: 96px;
		}
}
.section-wrapper.spacing-bottom-large{
		padding-bottom: 64px;
}
@media (min-width: 768px){

		.section-wrapper.spacing-bottom-large{
				padding-bottom: 96px;
		}
}
.page-slider .page-carousel{
		overflow: visible;
}
@media (min-width: 1312px){

		.page-slider .swiper-slide{
				width: 360px !important;
		}
}
.review-tabs{
		z-index: 2 !important;
}
.review-tabs .swiper-slide{
		z-index: 20;
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 300ms;
		transition-timing-function: linear;
}
.review-tabs .swiper-slide-thumb-active{
		z-index: 2 !important;
		--tw-border-opacity: 1 !important;
		border-right-color: rgb(101 193 103 / var(--tw-border-opacity, 1)) !important;
}
@media (min-width: 768px){

		.review-tabs .swiper-slide-thumb-active{
				--tw-bg-opacity: 1 !important;
				background-color: rgb(101 193 103 / var(--tw-bg-opacity, 1)) !important;
				--tw-text-opacity: 1 !important;
				color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
		}
}
.stars{
		height: 16px;
		width: 100%;
		background-image: url('/wp-content/themes/segment/resources/images/icons/stars-grey.svg');
		background-size: contain;
		background-repeat: no-repeat;
}
.stars.star-1{
		background-image: url('/wp-content/themes/segment/resources/images/icons/stars-1-grey.svg');
}
.stars.star-2{
		background-image: url('/wp-content/themes/segment/resources/images/icons/stars-2-grey.svg');
}
.stars.star-3{
		background-image: url('/wp-content/themes/segment/resources/images/icons/stars-3-grey.svg');
}
.stars.star-4{
		background-image: url('/wp-content/themes/segment/resources/images/icons/stars-4-grey.svg');
}
.stars.star-5{
		background-image: url('/wp-content/themes/segment/resources/images/icons/stars-5-grey.svg');
}
.review-content .swiper-slide{
		height: auto !important;
}
.review-carousel .swiper-slide{
		height: auto;
}
.faq-accordion .question{
		position: relative;
}
.faq-accordion .question::after{
		position: absolute;
		right: 0px;
		top: 40%;
		height: 13px;
		width: 13px;
		transform-origin: center;
		background-image: url('/wp-content/themes/segment/resources/images/icons/faq-arrow.svg');
		background-position: center;
		background-repeat: no-repeat;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 200ms;
		content: var(--tw-content);
		transition-timing-function: linear;
}
.faq-accordion .question.open:after {
			transform: rotate3d(-1, 1, 0, -180deg);

		}
/* table block */
.table-block table{
		font-size: 15px;
		line-height: 19px;
}
@media (min-width: 768px){

		.table-block table{
				table-layout: fixed;
				font-size: 19px;
				line-height: 24px;
		}
}
.table-block .borders td{
		border-width: 1px;
		--tw-border-opacity: 1;
		border-color: rgb(101 193 103 / var(--tw-border-opacity, 1));
}
.benefits .benefit-item:nth-last-child(-n+2){
		border-bottom-width: 0px;
}
.benefits .benefit-item:nth-of-type(odd){
		border-right-width: 1px;
}
@media (min-width: 1024px){

		.benefits .benefit-item:nth-of-type(odd){
				border-right-width: 0px;
		}
}
.benefits .benefit-item{
		border-bottom-width: 1px;
		padding: 15px;
}
.benefits .benefit-item:first-child{
		border-left-width: 0px;
}
.benefits .benefit-item:last-child{
		border-right-width: 0px;
}
@media (min-width: 768px){

		.benefits .benefit-item{
				padding: 30px;
		}
}
@media (min-width: 1024px){

		.benefits .benefit-item{
				border-left-width: 1px;
				border-bottom-width: 0px;
				padding: 20px;
		}

		.benefits .benefit-item:first-child{
				padding-left: 0px;
		}
}
@media (min-width: 1312px){

		.benefits .benefit-item{
				padding: 30px;
		}
}
@media (min-width: 1024px){

		.benefits .benefit-item:nth-of-type(5){
				border-right-width: 0px;
		}
}
.benefits .benefit-item:nth-of-type(6){
		border-left-width: 0px;
}
@media (min-width: 1024px){

		.benefits .benefit-item:nth-of-type(6){
				padding-left: 0px;
		}

		.benefits .benefit-item:nth-of-type(-n+5){
				border-bottom-width: 1px;
		}
}
.benefits .benefit-item .benefit-heading *{
		margin-bottom: 0px !important;
		font-size: 15px !important;
		line-height: 19px !important;
}
@media (min-width: 1312px){

		.benefits .benefit-item .benefit-heading *{
				font-size: 19px !important;
				line-height: 24px !important;
		}
}
.featherlight-content{
		border-style: none !important;
		--tw-bg-opacity: 1 !important;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
		padding: 0px !important;
}
.featherlight-content img{
		--tw-bg-opacity: 1;
		background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
		height: auto !important;
		width: 100% !important;
		max-height: 95vh;
}
.featherlight-content .featherlight-caption{
		z-index: 1;
}
.featherlight-content .featherlight-caption:after{
		position: absolute;
		inset: 0px;
		top: -200px;
		background-image: linear-gradient(180.09deg, rgba(0, 0, 0, 0) 51.93%, rgba(0, 0, 0, 0.9) 99.92%);
		background-size: cover;
		--tw-content: '';
		content: var(--tw-content);
}
.featherlight-previous, .featherlight-next{
		right: 85% !important;
		left: 0px !important;
		top: 50% !important;
		z-index: 1 !important;
		display: block !important;
		height: 64px !important;
		--tw-translate-y: -50% !important;
		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)) !important;
}
.featherlight-previous:hover, .featherlight-next:hover{
		background-color: transparent !important;
}
.featherlight-previous span, .featherlight-next span{
		top: 0px !important;
		margin-top: 0px !important;
		display: block !important;
		font-size: 65px !important;
		line-height: 70px !important;
}
@media (min-width: 768px){

		.featherlight-previous span, .featherlight-next span{
				line-height: 60px !important;
		}
}
.featherlight-next{
		left: 85% !important;
		right: 0px !important;
}
.featherlight .featherlight-image{
		height: 100% !important;
		width: 100% !important;
		-o-object-fit: cover !important;
		   object-fit: cover !important;
}
/**
* footer.css
*/
footer h5{
		margin-bottom: 16px;
		font-size: 19px;
		line-height: 25px;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){

		footer h5{
				font-size: 21px;
				line-height: 27px;
		}
}
footer .footer-nav{
		padding-left: 0px;
}
footer .footer-nav li{
		margin-bottom: 0px;
}
footer .footer-nav li a{
		font-family: gilroy-regular;
		font-size: 19px;
		line-height: 24px;
		font-weight: 400;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){

		footer .footer-nav li a{
				font-size: 19px;
				line-height: 28px;
		}
}
footer .socials a{
		margin-left: 4px;
		margin-right: 4px;
}
footer .socials a:first-child{
		margin-left: 0px;
}
footer .foot-nav li a{
		margin-right: 22px;
		margin-top: 10px;
		display: block;
		font-size: 15px;
		line-height: 19px;
		font-weight: 400;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){

		footer .foot-nav li a{
				margin-top: 0px;
				display: inline-block;
		}
}
/**
* general.css
*/
/**
* header.css
*/
.top-header ul{
		display: flex;
		list-style-type: none;
		align-items: center;
		gap: 34px;
}
.top-header ul li a{
		font-family: gilroy-regular;
		font-weight: 400;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.main-nav ul{
		list-style-type: none;
		padding-left: 0px;
}
.main-nav ul li{
		position: relative;
		display: inline-block;
		padding-left: 3px;
		padding-right: 3px;
		padding-top: 40px;
		padding-bottom: 41px;
		font-family: gilroy-bold;
}
@media (min-width: 1312px){

		.main-nav ul li{
				padding-left: 20px;
				padding-right: 20px;
		}
}
.main-nav ul li a{
		font-size: 17px;
		line-height: 21px;
		--tw-text-opacity: 1;
		color: rgb(90 94 97 / var(--tw-text-opacity, 1));
}
@media (min-width: 1312px){

		.main-nav ul li a{
				font-size: 19px;
				line-height: 24px;
		}
}
.main-nav ul li:last-of-type{
		padding-right: 0px;
}
.main-nav ul li:first-of-type{
		padding-left: 0px;
}
@media (min-width: 768px){

		.main-nav ul li.quote-menu-item{
				display: none;
		}
}
.main-nav ul li.menu-item-has-children:hover{
		cursor: pointer;
}
.main-nav ul li.menu-item-has-children:hover .sub-menu{
		display: block;
}
.main-nav ul li .sub-menu{
		position: absolute;
		top: 102%;
		left: -28px;
		z-index: 10;
		display: none;
		min-width: 230px;
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
		padding: 20px;
		padding-left: 32px;
		padding-right: 32px;
		text-align: left;
		--tw-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.15);
		--tw-shadow-colored: inset 0px 2px 2px var(--tw-shadow-color);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.main-nav ul li .sub-menu li{
		display: block;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 4px;
		padding-bottom: 4px;
}
.logo-white{
		opacity: 0;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 200ms;
		transition-timing-function: linear;
}
.logo-white.nav-open{
		opacity: 1;
}
.mobile-nav{
		--tw-scale-x: 0;
		--tw-scale-y: 0;
		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));
		overflow-y: scroll;
		opacity: 0;
		transition-property: opacity;
		transition-duration: 200ms;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-nav.nav-open{
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		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));
		opacity: 1;
}
.mobile-nav .mobile-menu ul{
		list-style-type: none;
}
.mobile-nav .mobile-menu ul li{
		margin-bottom: 4px;
}
.mobile-nav .mobile-menu ul li > a{
		font-family: gilroy-bold;
		font-size: 30px;
		line-height: 36px;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){

		.mobile-nav .mobile-menu ul li > a{
				font-size: 36px;
				line-height: 42px;
		}
}
.mobile-nav .mobile-menu ul li .sub-menu{
		display: none;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 0px;
}
.mobile-nav .mobile-menu ul li .sub-menu li a{
		font-family: gilroy-regular;
		font-size: 24px;
		line-height: 30px;
		font-weight: 400;
}
.mobile-nav .mobile-menu-lower ul{
		list-style-type: none;
}
.mobile-nav .mobile-menu-lower ul li{
		margin-bottom: 0px;
}
.mobile-nav .mobile-menu-lower ul li a{
		font-family: gilroy-regular;
		font-size: 22px;
		line-height: 28px;
		font-weight: 400;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/**
* print.css
*/
/**
* base.css
*/
body.yp-frontend, .wp-block .acf-block-preview{
		margin: 0px;
		font-family: gilroy-regular;
		font-size: 19px;
		line-height: 24px;
		font-weight: 400;
		--tw-text-opacity: 1;
		color: rgb(90 94 97 / var(--tw-text-opacity, 1));
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
/**
* Fonts
*/
@font-face {
	font-family: 'gilroy-bold';
	src: url('/wp-content/themes/segment/resources/fonts/gilroy/gilroy_bold_macroman/gilroy-bold-webfont.woff2') format('woff2'),
	url('/wp-content/themes/segment/resources/fonts/gilroy/gilroy_bold_macroman/gilroy-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'gilroy-regular';
	src: url('/wp-content/themes/segment/resources/fonts/gilroy/gilroy_regular_macroman/gilroy-regular-webfont.woff2') format('woff2'),
	url('/wp-content/themes/segment/resources/fonts/gilroy/gilroy_regular_macroman/gilroy-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'nexa-heavy';
	src: url('/wp-content/themes/segment/resources/fonts/nexa/nexa-heavy-webfont.woff2') format('woff2'),
	url('/wp-content/themes/segment/resources/fonts/nexa/nexa-heavy-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 0 10px 10px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	width: 100% !important;
	max-width: 100%;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/**
* typography.css
*/
*,
*::before,
*::after{
		box-sizing: border-box;
}
*{
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}
.wp-block{
		margin: 0px;
		line-height: 1.5;
		--tw-text-opacity: 1;
		color: rgb(90 94 97 / var(--tw-text-opacity, 1));
}
strong,
b{
		font-family: gilroy-bold;
}
h1,
h2,
h3,
h4,
h5,
h6{
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 24px;
		margin-left: 0px;
		font-family: nexa-heavy;
		--tw-text-opacity: 1;
		color: rgb(90 94 97 / var(--tw-text-opacity, 1));
}
h1{
		font-size: 40px;
		line-height: 45px;
}
@media (min-width: 768px){

		h1{
				font-size: 50px;
				line-height: 56px;
		}
}
h2{
		font-size: 30px;
		line-height: 36px;
}
@media (min-width: 768px){

		h2{
				font-size: 40px;
				line-height: 46px;
		}
}
h3{
		font-size: 25px;
		line-height: 31px;
}
@media (min-width: 768px){

		h3{
				font-size: 36px;
				line-height: 42px;
		}
}
h4{
		font-size: 20px;
		line-height: 26px;
}
@media (min-width: 768px){

		h4{
				font-size: 32px;
				line-height: 38px;
		}
}
h5{
		font-size: 18px;
		line-height: 24px;
}
@media (min-width: 768px){

		h5{
				font-size: 28px;
				line-height: 34px;
		}
}
h6{
		font-size: 22px;
		line-height: 27px;
}
@media (min-width: 768px){

		h6{
				font-size: 24px;
				line-height: 30px;
		}
}
p{
		margin-bottom: 23px;
}
address{
		font-style: normal;
}
ul,
ol,
dl{
		margin-top: 0px;
		padding-left: 2px;
}
ul li, ol li, dl li{
		margin-bottom: 2px;
}
section ul,
	section ol,
	section dl{
		margin-top: 0px;
		margin-bottom: 20px;
		padding-left: 32px;
}
section ul li, section ol li, section dl li{
		margin-bottom: 2px;
}
ul{
		list-style-type: disc;
}
ol{
		list-style-type: decimal;
}
a{
		font-weight: 700;
		--tw-text-opacity: 1;
		color: rgb(0 0 0 / var(--tw-text-opacity, 1));
		text-decoration-line: none;
		transition-property: opacity;
		transition-duration: 300ms;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover{
		opacity: 0.7;
}
.call-to-action a:not(.y-btn){
		font-weight: 700;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
		text-decoration-line: underline;
}
section a:not(.y-btn){
		font-weight: 700;
		--tw-text-opacity: 1;
		color: rgb(90 94 97 / var(--tw-text-opacity, 1));
		text-decoration-line: underline;
}
/*
  ** Headings
  */
.hero-banner,
.hero-banner h1,
.hero-banner h2,
.hero-banner h3,
.hero-banner h4,
.hero-banner h5,
.hero-banner h6{
		font-size: 36px;
		line-height: 37px;
		font-weight: 900;
}
@media (min-width: 768px){

		.hero-banner,
.hero-banner h1,
.hero-banner h2,
.hero-banner h3,
.hero-banner h4,
.hero-banner h5,
.hero-banner h6{
				font-size: 65px;
				line-height: 66px;
		}
}
.section-heading,
.section-heading h1,
.section-heading h2,
.section-heading h3,
.section-heading h4,
.section-heading h5,
.section-heading h6{
		font-size: 40px;
		line-height: 34px;
}
@media (min-width: 768px){

		.section-heading,
.section-heading h1,
.section-heading h2,
.section-heading h3,
.section-heading h4,
.section-heading h5,
.section-heading h6{
				font-size: 55px;
				line-height: 34px;
		}
}
.section-heading strong, .section-heading h1 strong, .section-heading h2 strong, .section-heading h3 strong, .section-heading h4 strong, .section-heading h5 strong, .section-heading h6 strong{
		--tw-text-opacity: 1;
		color: rgb(101 193 103 / var(--tw-text-opacity, 1));
}
.heading-color-pick strong, .heading-color-pick h1 strong, .heading-color-pick h2 strong, .heading-color-pick h3 strong, .heading-color-pick h4 strong, .heading-color-pick h5 strong, .heading-color-pick h6 strong{
		--tw-text-opacity: 1;
		color: rgb(101 193 103 / var(--tw-text-opacity, 1));
}
.trademark{
		vertical-align: super;
		font-size: 10px;
}
h1 .trademark, h2 .trademark, h3 .trademark, h4 .trademark, h5 .trademark, h6 .trademark{
		vertical-align: super;
		font-size: 13px;
}
/**
* variables.css
*/
.after\:absolute::after{
		content: var(--tw-content);
		position: absolute;
}
.after\:right-0::after{
		content: var(--tw-content);
		right: 0px;
}
.after\:z-10::after{
		content: var(--tw-content);
		z-index: 10;
}
.after\:h-30px::after{
		content: var(--tw-content);
		height: 30px;
}
.after\:w-8::after{
		content: var(--tw-content);
		width: 32px;
}
.after\:bg-arrow-green::after{
		content: var(--tw-content);
		background-image: url('/wp-content/themes/segment/resources/images/icons/arrow-green.svg');
}
.after\:bg-arrow-orange::after{
		content: var(--tw-content);
		background-image: url('/wp-content/themes/segment/resources/images/icons/arrow-orange.svg');
}
.after\:bg-arrow-purple::after{
		content: var(--tw-content);
		background-image: url('/wp-content/themes/segment/resources/images/icons/arrow-purple.svg');
}
.after\:bg-arrow-s-grey::after{
		content: var(--tw-content);
		background-image: url('/wp-content/themes/segment/resources/images/icons/arrow-grey.svg');
}
.after\:bg-stars-1-purple::after{
		content: var(--tw-content);
		background-image: url('/wp-content/themes/segment/resources/images/icons/stars-1-purple.svg');
}
.after\:bg-stars-2-purple::after{
		content: var(--tw-content);
		background-image: url('/wp-content/themes/segment/resources/images/icons/stars-2-purple.svg');
}
.after\:bg-stars-3-purple::after{
		content: var(--tw-content);
		background-image: url('/wp-content/themes/segment/resources/images/icons/stars-3-purple.svg');
}
.after\:bg-stars-4-purple::after{
		content: var(--tw-content);
		background-image: url('/wp-content/themes/segment/resources/images/icons/stars-4-purple.svg');
}
.after\:bg-stars-5-purple::after{
		content: var(--tw-content);
		background-image: url('/wp-content/themes/segment/resources/images/icons/stars-5-purple.svg');
}
.after\:bg-contain::after{
		content: var(--tw-content);
		background-size: contain;
}
.after\:bg-center::after{
		content: var(--tw-content);
		background-position: center;
}
.after\:bg-no-repeat::after{
		content: var(--tw-content);
		background-repeat: no-repeat;
}
.after\:pl-5::after{
		content: var(--tw-content);
		padding-left: 20px;
}
.last\:border-b-0:last-child{
		border-bottom-width: 0px;
}
.last\:text-right:last-child{
		text-align: right;
}
.hover\:cursor-pointer:hover{
		cursor: pointer;
}
.hover\:opacity-100:hover{
		opacity: 1;
}
.hover\:opacity-70:hover{
		opacity: 0.7;
}
@media (min-width: 640px){

		.sm\:absolute{
				position: absolute;
		}

		.sm\:relative{
				position: relative;
		}

		.sm\:-bottom-4{
				bottom: -16px;
		}

		.sm\:-left-4{
				left: -16px;
		}

		.sm\:-top-4{
				top: -16px;
		}

		.sm\:right-4{
				right: 16px;
		}

		.sm\:col-span-6{
				grid-column: span 6 / span 6;
		}

		.sm\:ml-5{
				margin-left: 20px;
		}

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

		.sm\:mt-57px{
				margin-top: 57px;
		}

		.sm\:block{
				display: block;
		}

		.sm\:flex{
				display: flex;
		}

		.sm\:h-34px{
				height: 34px;
		}

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

		.sm\:w-34px{
				width: 34px;
		}

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

		.sm\:max-w-fit{
				max-width: -moz-fit-content;
				max-width: fit-content;
		}

		.sm\:gap-3\.5{
				gap: 14px;
		}

		.sm\:gap-4{
				gap: 16px;
		}

		.sm\:gap-5{
				gap: 20px;
		}

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

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

		.sm\:text-2xl{
				font-size: 24px;
				line-height: 30px;
		}

		.sm\:text-base{
				font-size: 19px;
				line-height: 24px;
		}
}
@media (min-width: 768px){

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

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

		.md\:bottom-267px{
				bottom: 267px;
		}

		.md\:bottom-37\%{
				bottom: 37%;
		}

		.md\:bottom-9{
				bottom: 36px;
		}

		.md\:left-34px{
				left: 34px;
		}

		.md\:left-\[58\%\]{
				left: 58%;
		}

		.md\:right-23px{
				right: 23px;
		}

		.md\:top-20{
				top: 80px;
		}

		.md\:top-\[-70px\]{
				top: -70px;
		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		.md\:mr-5{
				margin-right: 20px;
		}

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

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

		.md\:block{
				display: block;
		}

		.md\:flex{
				display: flex;
		}

		.md\:grid{
				display: grid;
		}

		.md\:h-20{
				height: 80px;
		}

		.md\:h-363px{
				height: 363px;
		}

		.md\:h-60px{
				height: 60px;
		}

		.md\:h-692px{
				height: 692px;
		}

		.md\:h-\[101\%\]{
				height: 101%;
		}

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

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

		.md\:w-60px{
				width: 60px;
		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		.md\:gap-36{
				gap: 144px;
		}

		.md\:gap-5{
				gap: 20px;
		}

		.md\:px-16{
				padding-left: 64px;
				padding-right: 64px;
		}

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

		.md\:py-0{
				padding-top: 0px;
				padding-bottom: 0px;
		}

		.md\:py-16{
				padding-top: 64px;
				padding-bottom: 64px;
		}

		.md\:py-5{
				padding-top: 20px;
				padding-bottom: 20px;
		}

		.md\:pb-20{
				padding-bottom: 80px;
		}

		.md\:pb-50px{
				padding-bottom: 50px;
		}

		.md\:pl-4{
				padding-left: 16px;
		}

		.md\:pt-10{
				padding-top: 40px;
		}

		.md\:pt-104px{
				padding-top: 104px;
		}

		.md\:pt-60px{
				padding-top: 60px;
		}

		.md\:text-2xl{
				font-size: 24px;
				line-height: 30px;
		}

		.md\:text-3xl{
				font-size: 28px;
				line-height: 34px;
		}

		.md\:text-4xl{
				font-size: 32px;
				line-height: 38px;
		}

		.md\:text-7xl{
				font-size: 46px;
				line-height: 52px;
		}

		.md\:text-xl{
				font-size: 21px;
				line-height: 27px;
		}

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

		.md\:after\:content-\[\'\|\'\]::after{
				--tw-content: '|';
				content: var(--tw-content);
		}
}
@media (min-width: 1024px){

		.lg\:absolute{
				position: absolute;
		}

		.lg\:-bottom-27px{
				bottom: -27px;
		}

		.lg\:-left-30px{
				left: -30px;
		}

		.lg\:-top-6{
				top: -24px;
		}

		.lg\:left-18px{
				left: 18px;
		}

		.lg\:left-53\%{
				left: 53%;
		}

		.lg\:left-\[442px\]{
				left: 442px;
		}

		.lg\:right-18px{
				right: 18px;
		}

		.lg\:right-27px{
				right: 27px;
		}

		.lg\:right-53\%{
				right: 53%;
		}

		.lg\:top-8{
				top: 32px;
		}

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

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

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

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

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

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

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

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

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

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

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

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

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

		.lg\:ml-0{
				margin-left: 0px;
		}

		.lg\:mr-16{
				margin-right: 64px;
		}

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

		.lg\:block{
				display: block;
		}

		.lg\:flex{
				display: flex;
		}

		.lg\:grid{
				display: grid;
		}

		.lg\:hidden{
				display: none;
		}

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

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

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

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

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

		.lg\:w-82\.5\%{
				width: 82.5%;
		}

		.lg\:w-94\%{
				width: 94%;
		}

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

		.lg\:flex-grow-0{
				flex-grow: 0;
		}

		.lg\:basis-\[calc\(33\.33\%-20px\)\]{
				flex-basis: calc(33.33% - 20px);
		}

		.lg\:translate-y-0{
				--tw-translate-y: 0px;
				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));
		}

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

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

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

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

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

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

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

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

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

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

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

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

		.lg\:gap-109px{
				gap: 109px;
		}

		.lg\:overflow-visible{
				overflow: visible;
		}

		.lg\:object-\[27\%\]{
				-o-object-position: 27%;
				   object-position: 27%;
		}

		.lg\:px-10{
				padding-left: 40px;
				padding-right: 40px;
		}

		.lg\:py-0{
				padding-top: 0px;
				padding-bottom: 0px;
		}

		.lg\:py-104px{
				padding-top: 104px;
				padding-bottom: 104px;
		}

		.lg\:py-20{
				padding-top: 80px;
				padding-bottom: 80px;
		}

		.lg\:py-86px{
				padding-top: 86px;
				padding-bottom: 86px;
		}

		.lg\:pl-8{
				padding-left: 32px;
		}

		.lg\:pr-14{
				padding-right: 56px;
		}

		.lg\:pr-20{
				padding-right: 80px;
		}

		.lg\:pr-\[101px\]{
				padding-right: 101px;
		}

		.lg\:pt-5{
				padding-top: 20px;
		}

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

		.lg\:text-18px{
				font-size: 18px;
				line-height: 22px;
		}

		.lg\:text-xl{
				font-size: 21px;
				line-height: 27px;
		}
}
@media (min-width: 1312px){

		.xl\:left-\[566px\]{
				left: 566px;
		}

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

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

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

		.xl\:pr-36{
				padding-right: 144px;
		}
}
.\[\&_\.active\]\:bg-green .active{
		--tw-bg-opacity: 1;
		background-color: rgb(101 193 103 / var(--tw-bg-opacity, 1));
}
.\[\&_\.active\]\:text-white .active{
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.\[\&_\.gallery-group\.active\]\:relative .gallery-group.active{
		position: relative;
}
.\[\&_\.gallery-group\.active\]\:scale-100 .gallery-group.active{
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		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));
}
.\[\&_\.gallery-group\.active\]\:opacity-100 .gallery-group.active{
		opacity: 1;
}
.\[\&_\.gallery-group\]\:absolute .gallery-group{
		position: absolute;
}
.\[\&_\.gallery-group\]\:scale-0 .gallery-group{
		--tw-scale-x: 0;
		--tw-scale-y: 0;
		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));
}
.\[\&_\.gallery-group\]\:opacity-0 .gallery-group{
		opacity: 0;
}


