/*
Theme Name:  Cotton
Version:     4.1.2
Author:      GALE Partners
Description: Theme for Cotton
Text Domain: cotton
Domain Path: /languages
License:     GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

@charset "UTF-8";

.hide-me{
	display:none;
}

/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./html/wp-content/themes/cotton/app.scss ***!
  \*******************************************************************************************************************************************************************************************************/
*, ::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;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-1\/2 {
  left: 50%;
}
.top-1\/2 {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-2 {
  margin-left: 16px;
  margin-right: 16px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-2 {
  margin-bottom: 16px;
}
.mb-4 {
  margin-bottom: 32px;
}
.ml-1 {
  margin-left: 8px;
}
.ml-2 {
  margin-left: 16px;
}
.mt-2 {
  margin-top: 16px;
}
.mt-4 {
  margin-top: 32px;
}
.mt-6 {
  margin-top: 48px;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-2 {
  height: 16px;
}
.h-4 {
  height: 32px;
}
.h-\[195px\] {
  height: 195px;
}
.h-\[213px\] {
  height: 213px;
}
.h-\[470px\] {
  height: 470px;
}
.h-full {
  height: 100%;
}
.w-2 {
  width: 16px;
}
.w-4 {
  width: 32px;
}
.w-full {
  width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.-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));
}
.rotate-180 {
  --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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 8px;
}
.gap-2 {
  gap: 16px;
}
.gap-3 {
  gap: 24px;
}
.gap-4 {
  gap: 32px;
}
.gap-6 {
  gap: 48px;
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t-\[1\.5px\] {
  border-top-width: 1.5px;
}
.border-brand-plum {
  --tw-border-opacity: 1;
  border-color: rgb(117 47 84 / var(--tw-border-opacity, 1));
}
.border-b-brand-sliver {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(223 220 224 / var(--tw-border-opacity, 1));
}
.bg-brand-lavender {
  --tw-bg-opacity: 1;
  background-color: rgb(228 207 220 / var(--tw-bg-opacity, 1));
}
.bg-brand-satinBow {
  --tw-bg-opacity: 1;
  background-color: rgb(239 208 213 / var(--tw-bg-opacity, 1));
}
.bg-brand-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-secondary-gray05 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 243 / var(--tw-bg-opacity, 1));
}
.bg-secondary-gray80 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}
.bg-secondary-lavender40 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 236 241 / var(--tw-bg-opacity, 1));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.px-2 {
  padding-left: 16px;
  padding-right: 16px;
}
.px-4 {
  padding-left: 32px;
  padding-right: 32px;
}
.py-4 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-6 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.pb-1 {
  padding-bottom: 8px;
}
.pb-2 {
  padding-bottom: 16px;
}
.pb-4 {
  padding-bottom: 32px;
}
.pb-6 {
  padding-bottom: 48px;
}
.pb-7 {
  padding-bottom: 56px;
}
.pb-\[6px\] {
  padding-bottom: 6px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-4 {
  padding-left: 32px;
}
.pr-2 {
  padding-right: 16px;
}
.pr-4 {
  padding-right: 32px;
}
.pr-\[4px\] {
  padding-right: 4px;
}
.pt-2 {
  padding-top: 16px;
}
.pt-3 {
  padding-top: 24px;
}
.pt-4 {
  padding-top: 32px;
}
.pt-6 {
  padding-top: 48px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-poppins-semi-bold {
  font-family: Poppins-SemiBold, sans-serif;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-brand-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-brand-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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-all {
  transition-property: all;
  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;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
@font-face {
  font-family: "Poppins-Black";
  src: url(../js/ad816d5ed2c1d4c2c8f6.woff2) format("woff2"), url(../js/5cb753ef527759a3c98a.woff) format("woff"), url(../js/d8b850b920a5ef49d752.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BlackItalic";
  src: url(../js/a43123fdef3b9527d512.woff2) format("woff2"), url(../js/783f559f84af9064180c.woff) format("woff"), url(../js/563eda3d3407af0fb581.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url(../js/4530da87323c508904dd.woff2) format("woff2"), url(../js/c9f5dc57b99f9dff7b6a.woff) format("woff"), url(../js/cdb29a5d7ccf57ff05a3.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BoldItalic";
  src: url(../js/73a9b43dc8a7e04ab4a6.woff2) format("woff2"), url(../js/5a3da1e14bf48c5c0cc9.woff) format("woff"), url(../js/cfb635a5111b545f5598.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBold";
  src: url(../js/67084ac296834d5f5641.woff2) format("woff2"), url(../js/035df8035a6138d4fa52.woff) format("woff"), url(../js/01849ee091e1762a5dd5.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBoldItalic";
  src: url(../js/3978720eed8a83999f6a.woff2) format("woff2"), url(../js/035df8035a6138d4fa52.woff) format("woff"), url(../js/01849ee091e1762a5dd5.ttf) format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLight";
  src: url(../js/7eb0d1f7b03328aa90bb.woff2) format("woff2"), url(../js/7c52b1382ce3576a818c.woff) format("woff"), url(../js/333cb30c20e31999802a.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLightItalic";
  src: url(../js/810cc4c0561a57aa464f.woff2) format("woff2"), url(../js/51cb82cbdaca856f8f91.woff) format("woff"), url(../js/dbdfd398abcbbafc022b.ttf) format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Light";
  src: url(../js/cffcbbb176583f941098.woff2) format("woff2"), url(../js/11bf124ef6bb2c26a424.woff) format("woff"), url(../js/7641a0f76ca9ef6c252c.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-LightItalic";
  src: url(../js/980d2e1ee32caa36ec20.woff2) format("woff2"), url(../js/9e936e1844a0e39d4ee2.woff) format("woff"), url(../js/4a7d59f898225cc2f2e7.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../js/880ca74635189b286510.woff2) format("woff2"), url(../js/fc4823ed0c1c9e5984b6.woff) format("woff"), url(../js/673ed42382ab264e0bf5.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Italic";
  src: url(../js/0d7ff9d8d994093e93ad.woff2) format("woff2"), url(../js/e829afba4990dbc68c5b.woff) format("woff"), url(../js/e373f6163127e2d469af.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(../js/a7bc156f9771c68bd0ee.woff2) format("woff2"), url(../js/c02cf6b97e78db56701a.woff) format("woff"), url(../js/35d26b781dc5fda684cc.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../js/8afe871254cf598442b7.woff2) format("woff2"), url(../js/cf1b8ae71441647ee109.woff) format("woff"), url(../js/ac8d04b620e54be9b0f0.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBoldItalic";
  src: url(../js/ac5acbd906ffdcaed3f9.woff2) format("woff2"), url(../js/ad52a870606bc9ddc84b.woff) format("woff"), url(../js/3524ffc3226f4578e5c5.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Thin";
  src: url(../js/227caa0efbd734135e8a.woff2) format("woff2"), url(../js/8280f67d2a146402aefb.woff) format("woff"), url(../js/59ff6a729e30c99b478e.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ThinItalic";
  src: url(../js/3aeccc94d0e3c860d3cc.woff2) format("woff2"), url(../js/7c45592c24256d799790.woff) format("woff"), url(../js/9d5e661e645ce9a32fe6.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
#header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s ease-in-out;
  transition: all 0.5s ease 0s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (min-width: 1024px) {
  #header {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
#header.solid {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

#header.hidden-header {
  transform: translateY(-100%);
}

#header .nav-menu-desktop {
  margin: auto;
  display: flex;
  max-width: 1440px;
  align-items: center;
  justify-content: space-between;
  padding-left: 96px;
  padding-right: 96px;
  padding-top: 32px;
  padding-bottom: 32px;
}

#header .nav-menu-desktop .logo,
#header .nav-menu-desktop .brand-logo {
  display: block;
  height: 50px;
  width: 76px;
}

#header .nav-menu-desktop .no-pointer-parent {
  cursor: pointer;
}

#header .nav-menu-desktop .no-pointer-parent a[href="#"] {
  pointer-events: none;
}

#header .nav-menu-desktop ul.menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 900px;
}

#header .nav-menu-desktop ul.menu li {
  position: relative;
}

#header .nav-menu-desktop ul.menu li a {
  display: block;
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 18px;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

#header .nav-menu-desktop ul.menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

#header .nav-menu-desktop ul.menu li.menu-item-has-children > ul.sub-menu {
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1000;
  cursor: pointer;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 4px;
  padding-right: 4px;
  opacity: 0;
  transition: opacity 0.2s ease;
  min-width: 193px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#header .nav-menu-desktop ul.menu li.menu-item-has-children > ul.sub-menu li a {
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

#header .nav-menu-desktop ul.menu li.menu-item-has-children > ul.sub-menu li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 243 / var(--tw-bg-opacity, 1));
}

#header .nav-menu-desktop ul.menu li.menu-item-has-children > a {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

#header .nav-menu-desktop ul.menu li.menu-item-has-children > a::after {
  position: absolute;
  right: -8px;
  top: 32%;
  height: 17px;
  width: 16px;
  content: "";
  background-color: currentColor;
  mask: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27><path d=%27M4 6.5L8 10.5L12 6.5%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>") no-repeat center;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27><path d=%27M4 6.5L8 10.5L12 6.5%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>") no-repeat center;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

#header .nav-menu-desktop ul.menu li.menu-item-has-children > a:hover {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

#header .nav-menu-desktop ul.menu li.menu-item-has-children > a:hover::after {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
  transform: rotate(180deg);
}

#header .nav-menu-desktop ul.menu li.menu-item-has-children.open > a::after {
  transform: rotate(180deg);
}

#header .nav-menu-desktop ul.menu li.menu-item-has-children:hover > ul.sub-menu {
  pointer-events: auto;
  visibility: visible;
  cursor: pointer;
  opacity: 1;
}

.mobile-nav-container .mobile-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mobile-nav-container .mobile-nav .brand-logo {
  display: block;
  height: 50px;
  width: 76px;
}

.mobile-nav-container .mobile-nav .menuToggle svg.active {
  display: inline;
}

.mobile-nav-container .mobileMenu {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 4000;
  display: flex;
  height: 100%;
  width: 100%;
  --tw-translate-x: 100%;
  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));
  flex-direction: column;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 16px;
  padding-right: 16px;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out;
}

.mobile-nav-container .mobileMenu.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  transform: translateX(0);
  transition: transform 0.5s ease;
}

.mobile-nav-container .mobileMenu .mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-bottom: 48px;
}

.mobile-nav-container .mobileMenu .mobile-header .cotton-logo {
  display: block;
  height: 50px;
  width: 76px;
}

.mobile-nav-container .mobileMenu .mobile-menu-items {
  flex-grow: 1;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.mobile-nav-container .mobileMenu .menu-mobile-menu-container .menu-item {
  margin-bottom: 24px;
  cursor: pointer;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-bottom: 24px;
}

.mobile-nav-container .mobileMenu .menu-mobile-menu-container .menu-item:last-child {
  margin-bottom: 0px;
  border-bottom-width: 0px;
  padding-bottom: 0px;
}

.mobile-nav-container .mobileMenu .menu-mobile-menu-container .menu-item > a {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 36px;
  line-height: 43.2px;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.mobile-nav-container .mobileMenu .menu-mobile-menu-container .menu-item > a:hover {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.mobile-nav-container .mobileMenu .menu-mobile-menu-container .menu-item-has-children {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.mobile-nav-container .mobileMenu .menu-mobile-menu-container .menu-item-has-children > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.mobile-nav-container .mobileMenu .menu-mobile-menu-container .menu-item-has-children > a::after {
  position: absolute;
  right: -27px;
  top: 26%;
  height: 24px;
  width: 24px;
  content: "";
  background-color: currentColor;
  mask: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 16 17%27 fill=%27none%27><path d=%27M4 6.5L8 10.5L12 6.5%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>") no-repeat center;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 16 17%27 fill=%27none%27><path d=%27M4 6.5L8 10.5L12 6.5%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>") no-repeat center;
  transition: transform 0.5s ease, background-color 0.5s ease;
}

.mobile-nav-container .mobileMenu .menu-mobile-menu-container .menu-item-has-children > a:hover {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.mobile-nav-container .mobileMenu .menu-mobile-menu-container .menu-item-has-children > a:hover::after {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.mobile-nav-container .mobileMenu .menu-mobile-menu-container .menu-item-has-children > a.rotated::after, .menu-item-has-children.active > .mobile-nav-container .mobileMenu .menu-mobile-menu-container .menu-item-has-children > a::after {
  transform: rotate(180deg);
  transition: transform 0.4s ease;
}

.mobile-nav-container .mobileMenu .menu-mobile-menu-container .menu-item-has-children.active .sub-menu {
  max-height: 500px;
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav-container .mobileMenu .menu-mobile-menu-container .menu-item-has-children .sub-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.9s ease, opacity 0.9s ease;
}

.mobile-nav-container .mobileMenu .menu-mobile-menu-container .menu-item-has-children .sub-menu .animate-openmenu {
  max-height: 500px;
  opacity: 1;
  pointer-events: auto;
  transition: max-height 0.9s ease, opacity 0.9s ease;
}

.mobile-nav-container .mobileMenu .menu-mobile-menu-container .menu-item-has-children .sub-menu .animate-closemenu {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}

.mobile-nav-container .mobileMenu .menu-mobile-menu-container .menu-item-has-children .sub-menu > li {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 12px;
}

.mobile-nav-container .mobileMenu .menu-mobile-menu-container .menu-item-has-children .sub-menu > li:last-child {
  padding-bottom: 0px;
}

.mobile-nav-container .mobileMenu .menu-mobile-menu-container .menu-item-has-children .sub-menu > li a {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 18px;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.mobile-nav-container .mobileMenu .menu-mobile-menu-container .menu-item-has-children .sub-menu > li a:hover {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.mobile-nav-container .mobileMenu .menu-mobile-menu-container .menu-item-has-children .sub-menu .menu-item {
  margin-bottom: 0px;
  border-bottom-width: 0px;
  padding-bottom: 0px;
}

.mobile-nav-container .mobileMenu .social-icons-mob {
  display: flex;
  align-items: center;
  gap: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 24px;
}

.mobile-nav-container .mobileMenu .social-icons-mob > a {
  transition: all 0.3s ease-in-out;
}

.mobile-nav-container .mobileMenu .social-icons-mob > a:hover {
  opacity: 0.4;
}

.mobile-nav-container .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3500;
  display: none;
  height: 100vh;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.8;
  transition: opacity 0.3s ease;
}

.mobile-nav-container .overlay.active {
  display: block;
}

body.menu-open {
  overflow: hidden;
  touch-action: none;
}

body:not(.home) #header {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

body.home #header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s ease-in-out;
  transition: all 0.5s ease 0s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (min-width: 1024px) {
  body.home #header {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
body.home #header.solid {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

body.home #header:not(.solid) {
  background-color: transparent;
}

html {
  margin-top: 0px !important;
}

@keyframes openmenu {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer-main {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer-main .footer-container {
  margin: auto;
  display: block;
  max-width: 1440px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 48px;
  padding-bottom: 48px;
}

@media screen and (min-width: 1024px) {
  .footer-main .footer-container {
    display: flex;
    padding-left: 96px;
    padding-right: 96px;
  }
}
@media screen and (min-width: 768px) {
  .footer-main .footer-container {
    flex-direction: column;
  }
}
.footer-main .footer-menu-item-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity, 1));
  padding-bottom: 43px;
}

@media screen and (min-width: 1024px) {
  .footer-main .footer-menu-item-container {
    flex-direction: row;
  }
}
.footer-main .footer-menu-item-container #menu-footer-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media screen and (min-width: 1024px) {
  .footer-main .footer-menu-item-container #menu-footer-menu {
    flex-direction: row;
  }
}
.footer-main .footer-menu-item-container #menu-footer-menu > li {
  padding-right: 0px;
  padding-bottom: 48px;
}

@media screen and (min-width: 1024px) {
  .footer-main .footer-menu-item-container #menu-footer-menu > li {
    padding-right: 64px;
    padding-bottom: 0px;
  }
}
.footer-main .footer-menu-item-container #menu-footer-menu > li:last-child {
  padding-right: 0px;
  padding-bottom: 0px;
}

.footer-main .footer-menu-item-container #menu-footer-menu > li .menu-item > a {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 18px;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer-main .footer-menu-item-container #menu-footer-menu > li .menu-item > a:hover {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.footer-main .footer-menu-item-container #menu-footer-menu .menu-item-has-children > a {
  cursor: default;
  padding-bottom: 0px;
  font-family: Poppins-Regular, sans-serif;
  font-size: 12px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer-main .footer-menu-item-container #menu-footer-menu .sub-menu {
  padding-top: 16px;
}

.footer-main .footer-menu-item-container #menu-footer-menu .sub-menu > li {
  padding-bottom: 8px;
}

.footer-main .footer-menu-item-container #menu-footer-menu .sub-menu > li:last-child {
  padding-bottom: 0px;
}

.footer-main .social-icons-footer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 48px;
}

@media screen and (min-width: 1024px) {
  .footer-main .social-icons-footer {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.footer-main .social-icons-footer > a {
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}

.footer-main .social-icons-footer > a:last-child {
  margin-right: 0px;
}

.footer-main .social-icons-footer > a:hover {
  opacity: 0.4;
}

.footer-bottom-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 24px;
}

@media screen and (min-width: 1024px) {
  .footer-bottom-content {
    flex-direction: row;
  }
}
.footer-bottom-content .secondary-menu-container {
  padding-right: 0px;
}

@media screen and (min-width: 1024px) {
  .footer-bottom-content .secondary-menu-container {
    padding-right: 24px;
  }
}
.footer-bottom-content .secondary-menu-container .footer-disclaimer-text {
  font-family: Poppins-Regular, sans-serif;
  font-size: 12px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer-bottom-content .menu-footer-secondary-menu-container {
  padding-bottom: 16px;
}

.footer-bottom-content .menu-footer-secondary-menu-container #menu-footer-secondary-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 1024px) {
  .footer-bottom-content .menu-footer-secondary-menu-container #menu-footer-secondary-menu {
    flex-direction: row;
  }
}
.footer-bottom-content .menu-footer-secondary-menu-container #menu-footer-secondary-menu > li {
  padding-right: 0px;
  padding-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .footer-bottom-content .menu-footer-secondary-menu-container #menu-footer-secondary-menu > li {
    padding-right: 16px;
    padding-bottom: 0px;
  }
}
.footer-bottom-content .menu-footer-secondary-menu-container #menu-footer-secondary-menu > li:last-child {
  padding-right: 0px;
  padding-bottom: 0px;
}

.footer-bottom-content .menu-footer-secondary-menu-container #menu-footer-secondary-menu > li > a {
  font-family: Poppins-Regular, sans-serif;
  font-size: 12px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer-bottom-content .menu-footer-secondary-menu-container #menu-footer-secondary-menu > li > a:hover {
  text-decoration-line: underline;
}

.footer-bottom-content .cotton-logo-footer {
  padding-top: 24px;
}

@media screen and (min-width: 1024px) {
  .footer-bottom-content .cotton-logo-footer {
    padding-top: 0px;
  }
}
.footer-bottom-content .cotton-logo-footer .cotton-logo-footer-img {
  height: auto;
  width: 166px;
  max-width: 166px;
}

.cookie-settings a {
  cursor: pointer;
}

.btn-primary {
  border-radius: 9999px;
}

.btn-primary.large {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.btn-primary.small {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.btn-primary.black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary.black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}

.btn-primary.black:active {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1));
}

.btn-primary.black:focus-visible {
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(79 191 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.btn-primary.black:disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(223 220 224 / var(--tw-bg-opacity, 1));
}

.btn-primary.white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-primary.white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 243 / var(--tw-bg-opacity, 1));
}

.btn-primary.white:active {
  --tw-bg-opacity: 1;
  background-color: rgb(223 220 224 / var(--tw-bg-opacity, 1));
}

.btn-primary.white:focus-visible {
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(79 191 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.btn-primary.white:disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0.3;
}

.btn-primary-arrow {
  border-radius: 9999px;
}

.btn-primary-arrow.large {
  padding: 12px;
}

.btn-primary-arrow.small {
  padding: 8px;
}

.btn-primary-arrow.black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary-arrow.black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}

.btn-primary-arrow.black:active {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1));
}

.btn-primary-arrow.black:focus-visible {
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(79 191 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.btn-primary-arrow.black:disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(223 220 224 / var(--tw-bg-opacity, 1));
}

.btn-primary-arrow.white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-primary-arrow.white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 243 / var(--tw-bg-opacity, 1));
}

.btn-primary-arrow.white:active {
  --tw-bg-opacity: 1;
  background-color: rgb(223 220 224 / var(--tw-bg-opacity, 1));
}

.btn-primary-arrow.white:focus-visible {
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(79 191 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.btn-primary-arrow.white:disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0.3;
}

.btn-secondary {
  border-radius: 9999px;
  border-width: 1.5px;
  border-style: solid;
}

.btn-secondary.large {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.btn-secondary.small {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

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

.btn-secondary.black:hover:not(:disabled) {
  background: rgba(0, 0, 0, 0.05);
}

.btn-secondary.black:active:not(:disabled) {
  background: rgba(0, 0, 0, 0.15);
}

.btn-secondary.black:focus-visible:not(:disabled) {
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(79 191 255 / var(--tw-border-opacity, 1));
}

.btn-secondary.black:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.btn-secondary.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));
}

.btn-secondary.white:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.1);
}

.btn-secondary.white:active:not(:disabled) {
  background: rgba(255, 255, 255, 0.25);
}

.btn-secondary.white:focus-visible:not(:disabled) {
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(79 191 255 / var(--tw-border-opacity, 1));
}

.btn-secondary.white:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.btn-secondary-arrow {
  border-radius: 9999px;
  border-width: 1.5px;
  border-style: solid;
}

.btn-secondary-arrow.large {
  padding: 12px;
}

.btn-secondary-arrow.small {
  padding: 8px;
}

.btn-secondary-arrow.black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-secondary-arrow.black:hover:not(:disabled) {
  background: rgba(0, 0, 0, 0.05);
}

.btn-secondary-arrow.black:active:not(:disabled) {
  background: rgba(0, 0, 0, 0.15);
}

.btn-secondary-arrow.black:focus-visible:not(:disabled) {
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(79 191 255 / var(--tw-border-opacity, 1));
}

.btn-secondary-arrow.black:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.btn-secondary-arrow.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));
}

.btn-secondary-arrow.white:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.1);
}

.btn-secondary-arrow.white:active:not(:disabled) {
  background: rgba(255, 255, 255, 0.25);
}

.btn-secondary-arrow.white:focus-visible:not(:disabled) {
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(79 191 255 / var(--tw-border-opacity, 1));
}

.btn-secondary-arrow.white:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.btn-tertiary {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}

.btn-tertiary.large {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.btn-tertiary.small {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

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

.btn-tertiary.black:hover:not(:disabled) {
  text-decoration-thickness: 1.5px;
}

.btn-tertiary.black:active:not(:disabled) {
  text-decoration-thickness: 1.5px;
}

.btn-tertiary.black:focus-visible:not(:disabled) {
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(79 191 255 / var(--tw-border-opacity, 1));
  text-decoration-thickness: 1px;
}

.btn-tertiary.black:disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(223 220 224 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(223 220 224 / var(--tw-text-opacity, 1));
  text-decoration-thickness: 1px;
}

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

.btn-tertiary.white:hover:not(:disabled) {
  text-decoration-thickness: 1.5px;
}

.btn-tertiary.white:active:not(:disabled) {
  text-decoration-thickness: 1.5px;
}

.btn-tertiary.white:focus-visible:not(:disabled) {
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(79 191 255 / var(--tw-border-opacity, 1));
  text-decoration-thickness: 1px;
}

.btn-tertiary.white:disabled {
  cursor: not-allowed;
  text-decoration-thickness: 1px;
  opacity: 0.3;
}

.btn-tertiary-arrow {
  border-radius: 9999px;
  border-style: solid;
}

.btn-tertiary-arrow.large {
  padding: 12px;
}

.btn-tertiary-arrow.small {
  padding: 8px;
}

.btn-tertiary-arrow.black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-tertiary-arrow.black:hover:not(:disabled) {
  border-width: 1.5px;
}

.btn-tertiary-arrow.black:active:not(:disabled) {
  border-width: 1.5px;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.btn-tertiary-arrow.black:focus-visible:not(:disabled) {
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(79 191 255 / var(--tw-border-opacity, 1));
}

.btn-tertiary-arrow.black:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.btn-tertiary-arrow.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));
}

.btn-tertiary-arrow.white:hover:not(:disabled) {
  border-width: 1.5px;
}

.btn-tertiary-arrow.white:active:not(:disabled) {
  border-width: 1.5px;
}

.btn-tertiary-arrow.white:focus-visible:not(:disabled) {
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(79 191 255 / var(--tw-border-opacity, 1));
}

.btn-tertiary-arrow.white:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.btn-text {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.btn-text.large {
  font-size: 18px;
  line-height: 27px;
}

.btn-text.small {
  font-size: 16px;
  line-height: 24px;
}

.btn-text.x-small {
  font-size: 14px;
  line-height: 21px;
}

.btn-text.xx-small {
  font-size: 12px;
  line-height: 18px;
}

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

.btn-text.black:hover:not(:disabled) {
  text-decoration-line: none;
}

.btn-text.black:active:not(:disabled) {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.btn-text.black:focus-visible:not(:disabled) {
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(79 191 255 / var(--tw-border-opacity, 1));
}

.btn-text.black:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.btn-text.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));
}

.btn-text.white:hover:not(:disabled) {
  text-decoration-line: none;
}

.btn-text.white:active:not(:disabled) {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.btn-text.white:focus-visible:not(:disabled) {
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(79 191 255 / var(--tw-border-opacity, 1));
}

.btn-text.white:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins-SemiBold, sans-serif;
}

h1 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.4px;
}

@media (min-width: 1024px) {

  h1 {
    font-size: 64px;
    line-height: 76.8px;
    letter-spacing: -0.64px;
  }
}

h2 {
  font-size: 36px;
  line-height: 43.2px;
  letter-spacing: -0.36px;
}

@media (min-width: 1024px) {

  h2 {
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: -0.48px;
  }
}

h3 {
  font-size: 32px;
  line-height: 38.4px;
  letter-spacing: -0.32px;
}

@media (min-width: 1024px) {

  h3 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.4px;
  }
}

h4 {
  font-size: 28px;
  line-height: 33.6px;
  letter-spacing: -0.28px;
}

@media (min-width: 1024px) {

  h4 {
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: -0.32px;
  }
}

h5 {
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: -0.24px;
}

h6 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.h4-alt {
  font-family: Poppins-Regular, sans-serif;
  font-size: 28px;
  line-height: 33.6px;
  letter-spacing: -0.28px;
}

@media (min-width: 1024px) {

  .h4-alt {
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: -0.32px;
  }
}

.d1 {
  font-size: 44px;
  line-height: 52.8px;
  letter-spacing: -0.44px;
}

@media (min-width: 1024px) {

  .d1 {
    font-size: 80px;
    line-height: 96px;
    letter-spacing: -0.8px;
  }
}

.d2 {
  font-size: 44px;
  line-height: 52.8px;
  letter-spacing: -0.44px;
}

@media (min-width: 1024px) {

  .d2 {
    font-size: 72px;
    line-height: 86.4px;
    letter-spacing: -0.72px;
  }
}

.caps {
  text-transform: uppercase;
}

.body-large-regular {
  font-family: Poppins-Regular, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.body-large-bold {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.body-large-link {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-decoration-line: underline;
}

.body-default-regular {
  font-family: Poppins-Regular, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.body-default-bold {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.body-default-link {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 18px;
  line-height: 27px;
  text-decoration-line: underline;
}

.body-small-regular {
  font-family: Poppins-Regular, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.body-small-bold {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.body-small-link {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
}

.body-xsmall-regular {
  font-family: Poppins-Regular, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.body-xsmall-bold {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.body-xsmall-link {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 14px;
  line-height: 21px;
  text-decoration-line: underline;
}

.body-xxsmall-regular {
  font-family: Poppins-Regular, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.body-xxsmall-bold {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.body-xxsmall-link {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-decoration-line: underline;
}

.button-default {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.button-small {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.hover\:text-secondary-gray60:hover {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.focus-visible\:border-4:focus-visible {
  border-width: 4px;
}

.focus-visible\:border-secondary-focus:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(79 191 255 / var(--tw-border-opacity, 1));
}

.active\:text-secondary-gray60:active {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

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

@media (min-width: 640px) {

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

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

@media (min-width: 768px) {

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-screen {
    height: 100vh;
  }

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {

  .lg\:mx-3 {
    margin-left: 24px;
    margin-right: 24px;
  }

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

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

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

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

  .lg\:mr-3 {
    margin-right: 24px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-auto {
    height: auto;
  }

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

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

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

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

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

  .lg\:gap-3 {
    gap: 24px;
  }

  .lg\:gap-4 {
    gap: 32px;
  }

  .lg\:gap-5 {
    gap: 40px;
  }

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

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

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

  .lg\:pb-6 {
    padding-bottom: 48px;
  }

  .lg\:pb-7 {
    padding-bottom: 56px;
  }

  .lg\:pl-3 {
    padding-left: 24px;
  }

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

  .lg\:pl-\[74px\] {
    padding-left: 74px;
  }

  .lg\:pr-4 {
    padding-right: 32px;
  }

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

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

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

@media (min-width: 1280px) {

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

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

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

  .xl\:mr-0 {
    margin-right: 0px;
  }

  .xl\:mr-\[96px\] {
    margin-right: 96px;
  }

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

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

  .xl\:gap-10 {
    gap: 80px;
  }

  .xl\:gap-3 {
    gap: 24px;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }
}
