*, *:before, *:after {
  box-sizing: border-box;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote:before,
blockquote:after{
  position: absolute;
  font-weight: 700;
  font-size: 100px;
  color: #f36f2d;
  line-height: normal;
}

blockquote:before {
  content: "“";
  left: 0;
  top: -30px;
}

blockquote:after {
  content: "”";
  bottom: -40px;
  right: 0;
}

blockquote {
  font-weight: 300;
  font-size: 40px;
  letter-spacing: -1px;
  color: #f36f2d;
  margin: 0;
  padding: 40px 0;
  position: relative;
  line-height: 50px;
  padding-bottom: 56px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.link {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-decoration-line: underline;
}

.mb24{
  margin-bottom: 24px; 
}

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

.col7,
.col3,
.col4,
.col6 {
  padding: 0 15px;
  width: 100%;
}

.pre_title {
  font-size: 16px;
}

.align_right{
  text-align: right   
}

.slick-disabled {
  display: none !important;
}

button.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #000 !important;
  border: none;
  padding: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  box-shadow: 1px 0px 7px rgb(0 0 0 / 20%);
  z-index: 5;
  font-size: 0;
}

button.slick-next.slick-arrow {
  right: 0;
}

button.slick-prev.slick-arrow {
  left: 0;
}

button.slick-prev.slick-arrow:before,
button.slick-next.slick-arrow:before {
  font-family: fontawesome;
  color: #1d1a1a;
  font-size: 20px;
}

button.slick-next.slick-arrow:before {
  content: "\f061";
}

button.slick-prev.slick-arrow:before {
  content: "\f060";
}

ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex !important;
  flex-direction: inherit;
  justify-content: center;
}

ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex !important;
  flex-direction: inherit;
  justify-content: center;
  left: 0;
  right: 0;
  padding: 0 15px;
}

ul.slick-dots li {
  width: 100%;
  height: 2px;
  background: #EBEAEC;
  cursor: pointer;
}

ul.slick-dots li button {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  color: #000;
  padding: 15px;
}

ul.slick-dots li button {
  display: none;
}

ul.slick-dots li.slick-active {
  background: #1D1A1A;
}

@media (min-width: 768px){
  .col6 {
    width: 50%;
  }
  .col4{
    width: 40%;
  }

  .col3 {
    width: 33.33%;
  }

  .col7 {
    width: 66.666%;
  }
}

@media (max-width: 767px){
  blockquote {
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    padding-right: 40px;
  }

  button.slick-arrow {
    display: none !important;
  }

  ul.slick-dots {
    padding: 0;
    margin-top: 25px;
  }

  ul.slick-dots {
    padding: 0;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }

  blockquote:after, blockquote:before {
    font-size: 80px;
  }

  blockquote:after {
    bottom: -45px;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.page-center,
.content-wrapper,
.dnd-section > .row-fluid {
  margin: 0 auto;
  padding-left: 84px;
  padding-right: 84px;
}

div[class*="force-full-width-section"] > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}
body {
  line-height: 1.56;
  word-break: break-word;
  background-color: #FDFCFB;
  -webkit-font-smoothing: antialiased; 
}

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 10px;
}

p:last-of-type {
  margin-bottom: 0;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h1 {
  line-height: 1.2;
  letter-spacing: -2px;
}

h2 {
  line-height: 1.25;
  letter-spacing: -1px;
}

h3 {
  line-height: 1.25;
}

h4 {
  line-height: 1.29;
}

h5 {
  line-height: 1.33;
}

h6 {
  line-height: 1.5;
}

@media (max-width: 767px) {
  h1 {
    line-height: 1.25;
    letter-spacing: -1px;
  }

  h2 {
    line-height: 1.25;
  }

  h3 {
    line-height: 1.28571428571;
  }

  h4 {
    line-height: 1.33;
  }

  h5 {
    line-height: 1.3;
  }

  h6 {
    line-height: 1.33;
  }
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote:before,
blockquote:after{
  position: absolute;
  font-weight: 700;
  font-size: 100px;
  color: #F26118;
  line-height: normal;
}

blockquote:before {
 content: "\201C";
  left: 0;
  top: -30px;
}

blockquote:after {
  content: "\201D";
  bottom: -40px;
  right: 0;
}

blockquote {
  font-weight: 300;
  font-size: 40px;
  letter-spacing: -1px;
  color: #F26118;
  margin: 0;
  padding: 40px 0;
  position: relative;
  line-height: 50px;
  padding-bottom: 56px;
}

.widget-type-linked_image {
 overflow: hidden; 
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}



.custom-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

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

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

.get-bullets .subset-column-right-content {
  justify-content: flex-start;
}

.custom-col-6,
.custom-col-4,
.custom-col-3,
.custom-col-2,
.custom-col-1,
.custom-col-7,
.custom-col-5,
.custom-col-8,
.custom-col-9,
.custom-col-10,
.custom-col-11,
.custom-col-12{
  position: relative;
  min-height: 1px;
  width: 100%;
  padding: 0 15px;
}
@media(min-width: 992px){
  .custom-col-4 {
    width:33.333%
  }
  .custom-col-1 {
    width: 8.333%
  }
  .custom-col-6 {
    width: 50%
  }
  .custom-col-3 {
    width: 25%
  }
  .custom-col-9 {
    width: 75%
  }
  .custom-col-8 {
    width: 66.66666667%
  }
  .custom-col-5 {
    width: 41.66666667%
  }
  .custom-col-7 {
    width: 58.33333333%
  }
  .custom-col-2 {
    width: 16.66666667%
  }

  .custom-row.reverse {
    flex-direction: row-reverse;
  }

}

@media (max-width: 767px){
  blockquote {
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    padding-right: 40px;
  }

  blockquote:after, blockquote:before {
    font-size: 80px;
  }

  blockquote:after {
    bottom: -45px;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

button,
.button,
form input[type=submit],
.hs-button,
.primary,
.secondary,
.tertiary,
.quaternary {
  transition: all 0.3s ease;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 16px;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

.hs-form-field > label {
  position: absolute;
  padding: 16px 16px 16px 18px;
  margin: 0;
  transition: all 150ms ease;
  color: #706F6F;
  font-size: 16px;
  line-height: 25px;
}

.hs-form-field>label:hover {
  color: #1d1a1a;
}

.hs-form-field.active > label {
  font-size: 12px;
  line-height: 14px;
  padding-top: 9px;  
}

.hs-form-field.active-border-color > label {
  color: #F26118 !important;
}

.hs-form-field.active-color>label {
  color: #706F6F;
}

form .hs-form-field select {
  padding-top: 24px;
  padding-bottom: 10px;
  padding-left: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(https://6330100.fs1.hubspotusercontent-na1.net/hubfs/6330100/AskYourTeam_August2022/Images/select_arrow.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 15px);
  background-position-y: 50%;
  border-radius: 2px;
}


/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: block;
  width: 100%;
  outline: none;
  background: #F7F7F7;
  border-radius: 4px;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 25px;
}

.hs-form .active-border-color input, .hs-form .active-border-color textarea {
  border-color: #F26118 !important;
}

.hs-form-field.active input {
  padding-top: 24px;
  padding-bottom: 10px;
}

form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=file]:hover,
form select:hover,
form textarea:hover {
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #F26118;
}

.hs-input.invalid.error {
  border-color: #CF2525;
}

.hs-error-msg,
.hs-error-msgs {
  color: #CF2525;
  margin-top: 0.35rem;
  font-size: 12px;
  line-height: 12px;
}

/* Submit button */

form input[type=submit],
.hs-button,
.primary,
.secondary,
.tertiary,
.quaternary {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  font-family: 'Montserrat';
  border-radius: 26px;
  padding: 12px 20px;
  background-color: #1D1A1A;
  color: #FFFFFF;
  border: 2px solid #1D1A1A;
  outline: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width: 991px) {
  .hs-form-field {
    margin-bottom: 10px;
  } 
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top_header {
  padding: 16px 0;
  position: relative;
  z-index: 1;
}

.top_header>ul {
  display: flex;
  justify-content: flex-end;
  column-gap: 24px;
}

.top_header ul li a {
  font-size: 14px;
  line-height: 1.5;
  color: #1D1A1A;
  background-color: transparent;
  border: 0;
  font-weight: 400;
  padding: 0;
}

.top_header ul.language ul li a {
  color: #000000;
}

.top_header > ul > li:not(:last-child) a {
  border-right: 1px solid #999999;
  padding-right: 20px;
}

.top_header ul li:last-child a:hover {
  border: 0;
  background-color: transparent;
}

.header-search {
  display: none;
  position: relative;
  width: 622px;
  max-width: 100%;
}

.bottom_header {
  justify-content: space-between;
  display: flex;
  border-bottom: 1px solid rgba(28, 26, 26, 0.2);
  padding-bottom: 20px;
  position: relative;
}

/* .header-logo {
float: left;
}
*/
.header-logo img {
  width: 60px !important;
}

.header-menu {
  /*   float: left; */
  margin-left: 40px;
}

.search-toggle {
  margin-right: 40px;
  cursor: pointer;
}

.header-btn {
  float: left;
}
.header-btn {
  display: flex;
  gap: 10px;
}
.bottom-header-right {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.search-toggle .search-close-icon {
  display: none;
}

.open-search .search-close-icon {
  display: inline;
  padding: 10px;
}

.open-search .search-icon {
  display: none;
}

.open-search .header-search {
  display: block;
}

.open-search 
.top_header {
  opacity: 0;
  visibility: hidden;
}

.open-search .header-menu, .open-search .header-btn {
  display: none;
}

.header-search form input {
  background-color: #F7F7F7;
  border-radius: 24px;
  padding: 12px 12px 12px 54px;
  width: 100%;
  max-width: 622px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #1D1A1A;
  border: 0;
}

.header-search form input::placeholder {
  color: #D2D1D1;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.header-search form button {
  background-color: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 14px;
  left: 22px;
  width: 20px;
  height: 20px;
}


.header-search button svg {
  width: 20px;
  height: 20px;
  fill: #A5A3A3;
  display: none;
}

.header-search svg {
  position: absolute;
  top: 14px;
  left: 22px;
  pointer-events: none;
}

body.open-search  {
  overflow-y: hidden; 
}

.open-search header.header {  
  background-color: #fff;
  border-radius: 0 0 40px 40px;
  position: fixed;
}

.open-search .header-wrap:before {
  content: '';
  position: absolute;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  z-index: 8;
}


.open-search .bottom-header-right {
  height: 49px;
}
.open-search .bottom_header {
  align-items: self-start;
}
.open-search .bottom_header {
  border: 0;
}

.header-search .hs-search-field--open .hs-search-field__suggestions {  
  width: 100%;
  margin-top: 60px;  
  border: 0;
  padding-left: 27px;
  margin-bottom: 40px;
  border-left: 1px solid #CCCCCC;
}

.header-search .hs-search-field__suggestions li a {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.header-search .hs-search-field__suggestions li a:hover {
  background-color: transparent;
}

.header-search .hs-search-field__suggestions li:not(:last-child) {
  margin-bottom: 10px;
}

.header-search .hs-search-field__suggestions li#results-for {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

.language {
  position: relative;
}

.top_header>ul ul ul {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: #FFFFFF;
  width: 100%;
  border-radius: 4px;
  padding: 10px 16px;
}

.top_header .location {
  margin-right: 4px;
}
.top_header .location svg {
  width: 12px;
}

.top_header .lang-icon {
  margin-left: 8px;
}

.top_header .lang-icon svg {
  vertical-align: middle;
}

.top_header ul ul.language > li a {
  position: relative;
  padding-right: 40px !important;
}

.top_header ul ul.language > li a:before {
  content: '';
  position: absolute;
  top: 3px;
  right: 24px;
  border: solid #1D1A1A;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.top_header ul ul.language.active > li a:before {
  -webkit-transform: rotate(-135deg);
  top: 6px;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  border-radius: 0;
  margin-top: 0;    
  position: relative;
  cursor: pointer;
  width: 44px;
  height: 44px;
  overflow: hidden;
  -webkit-tap-highlight-color:transparent;
}
.menu-toggle:focus {
  outline: 0;
}
.menu-toggle .icon-bar {
  width: 24px;
  height: 2px;
  margin: 0 !important;
  background: #1D1A1A;
  position: absolute;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu-toggle .top {
  top: calc(50% - 8px);
  left: 10px;
}
.menu-toggle .center {
  top: calc(50% - 1px);
  left: 10px;
}
.menu-toggle .bottom {
  top: calc(50% + 7px);
  left: 10px;
}
.open-menu .menu-toggle .top {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

}
.open-menu .menu-toggle .center {
  background: none !important;
}
.open-menu .menu-toggle .bottom {
  top: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-toggle {
  margin-right: 20px;
  font-size: 0;
}
.top_header ul ul ul li a {
  border-right: none !important;
  padding-right: 0 !important;
  display: block;
  margin-bottom: 5px;
}
/* .open-search header.header {
position: relative;
} */
.header {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 0;
  left: 0;

}
.sticky-header .header {
  position: fixed;
  -webkit-animation: slideDown .6s forwards;
  animation: slideDown .6s forwards;
}

.no-banner .min-height {
  min-height: 147.3px; 
}
.sticky-header .bottom_header {
  border-bottom: none;
}
.sticky-header .header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.sticky-header .header {
  transition: none;
}




@media (min-width: 992px) {
  .desktop-none,
  .header-btn.mobi,
  .login-btn svg {
    display: none !important;
  }
  .bottom-header-left {
    display: flex;
    align-items: center;
  }

  .mchild-trigger {
    display: none;
  }
  .header {
    transition: all .5s ease;
  }

  .sticky-header .top_header {
    display: none;
  }
  .sticky-header .bottom_header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sticky-header .submenu_wrap,
  .has-notification-bar .submenu_wrap,
  .has-notification-bar .adv_menu .hs-menu-wrapper > ul > li.active .menu_overlay {
    top: 100%;
  }


}
@media (max-width: 1420px) and (min-width: 992px) {

  .header-menu {
    margin-left: 20px;
  }
  .header-btn .hs-button {
    font-size: 13px;
    padding: 12px 10px;
}
}
@media (max-width: 991.98px) {
  .mobile-none,
  .bottom-header-right .header-btn {
    display: none !important; 
  }
  .no-banner .min-height {
    min-height: 90.35px; 
  }
  .menu-toggle {
    display: block;
  }

  .header-menu {
    display: none;
  }
  .header-logo img {
    width: 54px!important;
  }
  .bottom_header {
    padding: 10px 0;
    align-items: center;
  }  

  .header-search {
    margin-top: 24px;
  }

  .open-search .bottom-header-right {
    flex-direction: row-reverse;
  }

  .open-search .search-toggle {
    margin-right: 0;
    margin-left: 10px;
  }

  .open-search .bottom-header-right {
    height: 100%;
  }

  .open-search .bottom_header {
    align-items: center;
  }

  .header-search form input {
    line-height: 24px;
    font-weight: 600;
  }

  .open-menu .header-menu {
    display: block;
  }

  .header-menu {
    position: absolute;
    top: 83px;
    margin: 0;
    padding-top: 32px;
    background-color: #fff;
    z-index: 10;
    width: calc(100%);
    padding-bottom: 50px;
  }

  .adv_menu .hs-menu-wrapper > ul {
    display: block;
  }

  body.open-menu {
    overflow-y: hidden; 
  }

  .open-menu header.header {
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    width: 100%;
  }

  .adv_menu {
    padding-bottom: 20px;
    border-bottom: 1px solid #D2D1D1;
  }

  .header-btn {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .safari .header-btn {
    padding-bottom: 75px; 
  }

  .header-btn .hs-button {
    width: 100%;
  }

  .mobile-links a {
    display: block;
    margin-top: 20px;
    text-decoration-line: underline;
    font-size: 14px;
    line-height: 21px;
  }

  .top_header>ul {
    position: relative;
    display: block;
  }

  .top_header {
    padding: 30px 0 0;
  }

  .top_header>ul ul ul {
    background: #F3F0E9;
    border-radius: 10px;
    position: relative;
    width: 100%;
    margin-top: 20px;
  }

  .top_header>ul>li.login-btn {
    position: absolute;
    top: 0;
    left: 78px;
    padding-left: 10px;
  }



  .top_header ul li:not(:last-child) a {
    border: 0;
    padding-right: 50px !important;
  }

  .top_header ul ul li a:before {
    right: 32px;
    top: 4px;
  }

  .login-btn svg {
    vertical-align: middle;
    margin-right: 10px;
  }

  .top_header .location {
    margin-right: 4px; 
  }

  .top_header .location svg {
    width: 10px;
  }

  .login-btn a {
    text-decoration: underline;
  }

  .open-search header.header {
    border-radius: 0;
  }

  .open-search .header-search {
    padding-bottom: 45px;
  }

  .header-search .hs-search-field--open .hs-search-field__suggestions {
    margin-bottom: 45px;
    margin-top: 45px;
  }

  .header-search .hs-search-field__suggestions li a {
    font-size: 18px;
    line-height: 24px;
  }
  /*   .top_header>ul ul ul > li:first-child {
  text-decoration: underline;
} */

  .mchild-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
  }


}

@-webkit-keyframes slideDown {
  0% {
    top: -60px
  }
  to {
    top: 0
  }
}
@keyframes slideDown {
  0% {
    top: -60px
  }
  to {
    top: 0
  }
}
.top_header li.language-menu> a:after {
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  padding: 3px;
  margin-left: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  top: -3px;
}
.top_header li.language-menu {
  position: relative;
}
.top_header li.language-menu> a {
  position: relative;
}
.top_header li.language-menu ul {
  display: none;
  box-shadow: 0 2px 4px 0 rgba(26, 101, 143, .3);
  border-radius: 4px;
  background-color: #fff;
  position: absolute;
  width: 100%;
}
.top_header li.language-menu ul li {
  padding: 20px 10px;
}
.top_header li.language-menu li a {
  padding: 0;
  border: 0px;
}
.top_header li.language-menu li a:hover {
  color: rgba(242, 97, 24, 1.0);
}
.top_header li.language-menu span.icon {
  padding-right: 5px;
  position: relative;
  top: -2px;
}
.top_header li.language-menu span.icon img{
  width: 10px;
}
.footer_main {
  position: relative;
}

.footer_main svg {
  width: 100%;
  height: 100%;
  display: block;
}

.footer {
  background-color: #1D1A1A;
  padding-bottom: 84px;
  color: #fff;
}
.footer .hs-menu-wrapper ul {
  display: flex
    ;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.footer-copyright {
  font-size: 14px;
  line-height: 1.5;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-top: 40px;
}

.footer-bottom .footer-left {
  width: calc(50% - 18px);
  margin-right: 24px;
  border-top: 2px solid #777;
  padding-top: 30px;
}
.footer-bottom .footer-middle {
  width: calc(25% - 18px);
  border-top: 2px solid #777;
  padding-top: 30px;
  margin-right: 24px;

}
.footer-left .hs_cos_wrapper_type_module {
  display: block;
  width: 100%;
}

.footer-bottom .footer-right {
  width: calc(25% - 18px);
  border-top: 2px solid #777;
  padding-top: 30px;
}

.footer-top .hs-menu-wrapper ul {
  display: block;
  opacity: 1 !important;
  position: static !important;
}

.footer-top .hs-menu-wrapper > ul {
  display: flex;
  flex-direction: row !important;
}

.footer-top .hs-menu-wrapper > ul > li {
  position: relative;
  width: calc(25% - 18px);
  margin-right: 24px;
  border-top: 2px solid #777777;
  padding-top: 24px;
}

.footer-top .hs-menu-wrapper > ul > li:last-child {
  margin-right: 0;
}

.footer-top .hs-menu-wrapper > ul > li > a,
.footer-bottom .footer-middle .hs-menu-wrapper > ul > li > a{
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  white-space: normal !important;
}

.footer-top .hs-menu-wrapper > ul ul li a,
.footer-bottom .footer-middle .hs-menu-wrapper ul ul li a{
  color: #FFFFFF;
  white-space: normal !important;
  transition: all 0.3s ease;
  display: inline-block !important;
}

.footer-top .hs-menu-wrapper > ul ul li,
.footer-bottom .footer-middle .hs-menu-wrapper ul ul li{
  margin-top: 5px;
}

.footer-top .hs-menu-wrapper > ul ul li:first-child,
.footer-bottom .footer-middle .hs-menu-wrapper ul ul li:first-child{
  margin-top: 10px;
}

.footer_breadcrumb_wrap {
  min-height: 30px;
  margin-bottom: 24px;
  position: relative;
}

.back_to_top {
  position: absolute;
  top: 0;
  right: 0;
}
a#back-to-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #fff;
}
.footer_breadcrumb ul {
  margin: 0;
  padding: 2.54px 0;
}

.footer_breadcrumb ul:after {
  content: '';
  display: table;
  clear: both;
}

.footer_breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item {
  padding: 0;
}

.footer_breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item .hs-breadcrumb-label {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  display: inline-block;
}

.footer_breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item a.hs-breadcrumb-label {
  color: #F7F7F7;
  font-weight: 600;
}

.footer_breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item .hs-breadcrumb-menu-divider {
  margin: 0 20px 0 10px;
  line-height: 0;
  font-size: 28px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.back_to_top a {
  transition: all 0.3s ease;
}

.back_to_top a:hover {
  opacity: 0.7;
}

.footer-top .hs-menu-wrapper > ul > li .child,
.footer-bottom .hs-menu-wrapper > ul > li .child{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .footer-top .hs-menu-wrapper > ul > li .child,
  .footer-bottom .hs-menu-wrapper > ul > li .child{
    display: none;
  }
  .footer-top .hs-menu-wrapper ul,
  .footer-bottom .hs-menu-wrapper ul{
    display: flex !important;
  }
  .footer ul.hs-menu-children-wrapper {
    flex-direction: column;
  }
  /*   new */
  .footer-left {
    display: flex;                          
    flex-wrap: wrap;
  }
  .footer-logo-wrap {
    width: 25% !important;
  }
  .newsletter_subscription_mdl .footer-content {
    width: 50% !important;
  }
  .newsletter_subscription_mdl .footer-form { 
    padding-left: 24px !important;
    padding-right: 24px;
    width: 50% !important;
  }

  .footer-logo-wrap span {
    width: 100%;
    display: flex;
  }
  .footer-logo-wrap img {
    max-width: 110px;
    vertical-align: middle;
    margin: 0 auto;
  }


}
@media (max-width: 1200px) {
  .newsletter_subscription_mdl {
    flex-direction: column;
    gap: 20px;
  }

  .newsletter_subscription_mdl .footer-content {
    width: 100% !important;!i;!;
  }

  .newsletter_subscription_mdl .footer-form {
    width: 100% !important;!i;!;
    padding: 0 !important;!i;!;
  }
}
@media (max-width: 991px) {
  .footer {
    padding-bottom: 74px;
  }

  .footer-bottom {
    margin-top: 0;
  }

  .footer-bottom .footer-right {
    width: 100%;
    order: 1;
    padding-bottom: 30px;
  }

  .footer-bottom .footer-left {
    width: 100%;
    order: 2;
    margin: 0;
  }

  .footer_breadcrumb_wrap {
    display: none;
  }

  .footer-top {
    padding-top: 60px;
  }
  .footer-top .hs-menu-wrapper > ul > li {
    width: 100%;
    margin: 0;
    padding-bottom: 24px;
    position: relative;
  }
  .footer-bottom .hs-menu-wrapper > ul > li{
    width: 100%;
    margin: 0;
    padding-bottom: 24px;
    padding-top: 24px;
    position: relative;
  }



  .footer-top .hs-menu-wrapper > ul ul,
  .footer-bottom .hs-menu-wrapper > ul ul{
    display: none;
  }

  .footer-top .hs-menu-wrapper > ul > li:before,
  .footer-bottom .hs-menu-wrapper > ul > li:before{
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    background-image: url(https://6330100.fs1.hubspotusercontent-na1.net/hubfs/6330100/AskYourTeam_August2022/Images/Vector.png);
    width: 14px;
    height: 14px;
    background-position: center;
  }

  .footer-top .hs-menu-wrapper>ul>li.sub-menu-open:before,
  .footer-bottom .hs-menu-wrapper > ul > li.sub-menu-open:before{
    background-image: url(https://6330100.fs1.hubspotusercontent-na1.net/hubfs/6330100/AskYourTeam_August2022/Images/Remove.png);
  }

  .newsletter_subscription_mdl form .hs_email {
    max-width: 480px;
  }

  .footer-top .hs-menu-wrapper>ul>li>a {
    font-size: 18px;
    line-height: 24px;
  }

  .footer-top .hs-menu-wrapper>ul>li.sub-menu-open .child {
    height: 50px;
  }

  .footer-logo-wrap {
    margin-top: 35px;
  }

  .footer-logo-wrap img {
    max-width: 120px;
  }
  .footer-bottom .footer-middle {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 480px){
  .footer-logo-wrap img {
    max-width: 110px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.link {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-decoration-line: underline;
}

.mb24 {
  margin-bottom: 24px; 
}

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

.col7,
.col3,
.col4,
.col6 {
  padding: 0 15px;
  width: 100%;
}

.pre_title {
  font-size: 16px;
}

.align_right {
  text-align: right   
}

.slick-disabled {
  display: none !important;
}

button.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff !important;
  border: 0 !important;
  color: #000 !important;
  border: none;
  padding: 0;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  z-index: 5;
  font-size: 0;
  background-size: cover !important;
}

button.slick-next.slick-arrow {
  right: 0;
  background-image: url('https://6330100.fs1.hubspotusercontent-na1.net/hubfs/6330100/AskYourTeam_August2022/Images/Right_arrow.svg')!important;
}

button.slick-prev.slick-arrow {
  left: 0;
  background-image: url('https://6330100.fs1.hubspotusercontent-na1.net/hubfs/6330100/AskYourTeam_August2022/Images/Left_arrow.svg')!important;
}

button.slick-next.slick-arrow:hover {  
  background-image: url('https://6330100.fs1.hubspotusercontent-na1.net/hubfs/6330100/AskYourTeam_August2022/Images/Right_arrow_hover.svg')!important;
}

button.slick-prev.slick-arrow:hover {  
  background-image: url('https://6330100.fs1.hubspotusercontent-na1.net/hubfs/6330100/AskYourTeam_August2022/Images/Left_arrow_hover.svg')!important;
}

/* button.slick-prev.slick-arrow:before,
button.slick-next.slick-arrow:before {
font-family: fontawesome;
color: #1d1a1a;
font-size: 20px;
}

*/

button.slick-next.slick-arrow:before {
  content: "\f061";
  display: none;
}

button.slick-prev.slick-arrow:before {
  content: "\f060";
  display: none;
}




ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex !important;
  flex-direction: inherit;
  justify-content: center;
}

ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex !important;
  flex-direction: inherit;
  justify-content: center;
  left: 0;
  right: 0;
  padding: 0 15px;
}

ul.slick-dots li {
  width: 100%;
  height: 2px;
  background: #EBEAEC;
  cursor: pointer;
}

ul.slick-dots li button {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  color: #000;
  padding: 15px;
}

ul.slick-dots li button {
  display: none;
}

ul.slick-dots li.slick-active {
  background: #1D1A1A;
}

.contact-page-wrap header.header {
  background-color: #fdfcfb;
}
.customer-stories-details blockquote {
  color: #ba0c2f;
  letter-spacing: normal;
  line-height: normal;
  padding: 0;
  text-align: center;
}
.customer-stories-details blockquote:after,
.customer-stories-details blockquote:before {
  content: none;
}
.customer-stories-details h6 {
  font-size: 21px;
  font-weight: 400;
  line-height: 33px;
}
.customer-stories-details blockquote {
  color: #1a658f;
}
.customer-stories-details blockquote h3 {
  color: inherit;
  margin-bottom: 32px;
}
.customer-stories-details blockquote p {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.customer-stories-details img {
  border-radius: 30px;
  display: block;
}
.customer-stories-details .content-wrapper {
  max-width: 90%;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px){
  .col6 {
    width: 50%;
  }
  .col4{
    width: 40%;
  }
  .col3 {
    width: 33.33%;
  }
  .col7 {
    width: 66.666%;
  }

}

@media (max-width: 767px){
  button.slick-arrow {
    display: none !important;
  }
  ul.slick-dots {
    padding: 0;
    margin-top: 25px;
  }
  ul.slick-dots {
    padding: 0;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
  .customer-stories-details h6 {
    font-size: 19px;
    line-height: 30px;
  }
}
/* @tailwind base; */

.container {
  width: 100%;
}

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

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

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

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

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

.img-mask {
  position: relative;
  display: block;
  width: 100%;
}

.img-mask img,
  .img-mask-reversed img {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='661' height='661' viewBox='0 0 661 661' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M91.0323 553.684L90.9176 553.579L115.55 477.886C87.0058 435.8 70.3213 385.031 70.3213 330.353C70.3213 184.987 188.169 67.1374 333.544 67.1375C478.92 67.1375 596.754 184.961 596.754 330.34C596.754 475.718 478.907 593.555 333.544 593.555C274.01 593.555 219.095 573.771 175.006 540.434L91.0323 553.684Z' fill='black'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='661' height='661' viewBox='0 0 661 661' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M91.0323 553.684L90.9176 553.579L115.55 477.886C87.0058 435.8 70.3213 385.031 70.3213 330.353C70.3213 184.987 188.169 67.1374 333.544 67.1375C478.92 67.1375 596.754 184.961 596.754 330.34C596.754 475.718 478.907 593.555 333.544 593.555C274.01 593.555 219.095 573.771 175.006 540.434L91.0323 553.684Z' fill='black'/%3E%3C/svg%3E%0A");
}

.img-mask::before,
  .img-mask-reversed::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='661' height='661' viewBox='0 0 661 661' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M330.078 657.262C235.831 657.262 150.967 617.329 91.2978 553.524L175.258 540.213C219.336 573.562 274.242 593.354 333.77 593.354C479.077 593.354 596.88 475.531 596.88 330.169C596.88 184.807 479.09 66.9965 333.77 66.9965C188.449 66.9965 70.6465 184.833 70.6465 330.182C70.6465 384.872 87.3353 435.649 115.886 477.738L91.2461 553.473C36.5848 495.013 3.07811 416.529 3.07811 330.169C3.09103 149.522 149.496 3.08836 330.078 3.08836C510.661 3.08837 657.078 149.522 657.078 330.182C657.078 510.842 510.673 657.262 330.078 657.262Z' fill='%23F36F2D'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.img-mask-reversed img {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='661' height='660' viewBox='0 0 661 660' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M569.144 553.508L569.258 553.403L544.626 477.71C573.17 435.624 589.854 384.856 589.854 330.177C589.854 184.812 472.007 66.9619 326.631 66.9619C181.256 66.9619 63.4214 184.786 63.4214 330.164C63.4214 475.543 181.269 593.38 326.632 593.38C386.166 593.38 441.081 573.595 485.169 540.259L569.144 553.508Z' fill='black'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='661' height='660' viewBox='0 0 661 660' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M569.144 553.508L569.258 553.403L544.626 477.71C573.17 435.624 589.854 384.856 589.854 330.177C589.854 184.812 472.007 66.9619 326.631 66.9619C181.256 66.9619 63.4214 184.786 63.4214 330.164C63.4214 475.543 181.269 593.38 326.632 593.38C386.166 593.38 441.081 573.595 485.169 540.259L569.144 553.508Z' fill='black'/%3E%3C/svg%3E%0A");
}

.img-mask-reversed::before  {
  background-image: url("data:image/svg+xml,%3Csvg width='661' height='660' viewBox='0 0 661 660' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M330.409 657.087C424.656 657.087 509.52 617.154 569.19 553.349L485.229 540.038C441.152 573.387 386.245 593.179 326.718 593.179C181.41 593.179 63.6077 475.355 63.6076 329.994C63.6076 184.632 181.397 66.8212 326.718 66.8212C472.038 66.8212 589.841 184.657 589.841 330.006C589.841 384.696 573.152 435.474 544.602 477.563L569.241 553.297C623.903 494.838 657.409 416.353 657.409 329.993C657.396 149.347 510.992 2.91306 330.409 2.91307C149.827 2.91308 3.40919 149.347 3.40919 330.006C3.4092 510.666 149.814 657.087 330.409 657.087Z' fill='%2302B176'/%3E%3C/svg%3E%0A");
}

/* Colour variations */

.img-mask.img-mask-mist {
}

.img-mask.img-mask-mist::before {
  background-image: url("data:image/svg+xml,%3Csvg width='661' height='661' viewBox='0 0 661 661' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M330.078 657.262C235.831 657.262 150.967 617.329 91.2978 553.524L175.258 540.213C219.336 573.562 274.242 593.354 333.77 593.354C479.077 593.354 596.88 475.531 596.88 330.169C596.88 184.807 479.09 66.9965 333.77 66.9965C188.449 66.9965 70.6465 184.833 70.6465 330.182C70.6465 384.872 87.3353 435.649 115.886 477.738L91.2461 553.473C36.5848 495.013 3.07811 416.529 3.07811 330.169C3.09103 149.522 149.496 3.08836 330.078 3.08836C510.661 3.08837 657.078 149.522 657.078 330.182C657.078 510.842 510.673 657.262 330.078 657.262Z' fill='%23EBEAEC'/%3E%3C/svg%3E%0A");
}

.img-mask img {
  position: relative;
  z-index: 1;
}

.invisible {
  visibility: hidden;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

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

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

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

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

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

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

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

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

.ml-3 {
  margin-left: 0.75rem;
}

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

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

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

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

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

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

.block {
  display: block;
}

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

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-full {
  height: 100%;
}

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

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

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

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

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

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

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.transform {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          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));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!grid-cols-none {
  grid-template-columns: none !important;
}

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

.grid-cols-none {
  grid-template-columns: none;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-\[10px\] {
  border-width: 10px;
}

.border-y-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-t-0 {
  border-top-width: 0px;
}

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

.\!border-none {
  border-style: none !important;
}

.\!border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 26 26 / var(--tw-border-opacity)) !important;
}

.\!border-black\/0 {
  border-color: rgb(29 26 26 / 0) !important;
}

.\!border-black\/10 {
  border-color: rgb(29 26 26 / 0.1) !important;
}

.\!border-black\/100 {
  border-color: rgb(29 26 26 / 1) !important;
}

.\!border-black\/20 {
  border-color: rgb(29 26 26 / 0.2) !important;
}

.\!border-black\/25 {
  border-color: rgb(29 26 26 / 0.25) !important;
}

.\!border-black\/30 {
  border-color: rgb(29 26 26 / 0.3) !important;
}

.\!border-black\/40 {
  border-color: rgb(29 26 26 / 0.4) !important;
}

.\!border-black\/5 {
  border-color: rgb(29 26 26 / 0.05) !important;
}

.\!border-black\/50 {
  border-color: rgb(29 26 26 / 0.5) !important;
}

.\!border-black\/60 {
  border-color: rgb(29 26 26 / 0.6) !important;
}

.\!border-black\/70 {
  border-color: rgb(29 26 26 / 0.7) !important;
}

.\!border-black\/75 {
  border-color: rgb(29 26 26 / 0.75) !important;
}

.\!border-black\/80 {
  border-color: rgb(29 26 26 / 0.8) !important;
}

.\!border-black\/90 {
  border-color: rgb(29 26 26 / 0.9) !important;
}

.\!border-black\/95 {
  border-color: rgb(29 26 26 / 0.95) !important;
}

.\!border-dark {
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 26 26 / var(--tw-border-opacity)) !important;
}

.\!border-dark\/0 {
  border-color: rgb(29 26 26 / 0) !important;
}

.\!border-dark\/10 {
  border-color: rgb(29 26 26 / 0.1) !important;
}

.\!border-dark\/100 {
  border-color: rgb(29 26 26 / 1) !important;
}

.\!border-dark\/20 {
  border-color: rgb(29 26 26 / 0.2) !important;
}

.\!border-dark\/25 {
  border-color: rgb(29 26 26 / 0.25) !important;
}

.\!border-dark\/30 {
  border-color: rgb(29 26 26 / 0.3) !important;
}

.\!border-dark\/40 {
  border-color: rgb(29 26 26 / 0.4) !important;
}

.\!border-dark\/5 {
  border-color: rgb(29 26 26 / 0.05) !important;
}

.\!border-dark\/50 {
  border-color: rgb(29 26 26 / 0.5) !important;
}

.\!border-dark\/60 {
  border-color: rgb(29 26 26 / 0.6) !important;
}

.\!border-dark\/70 {
  border-color: rgb(29 26 26 / 0.7) !important;
}

.\!border-dark\/75 {
  border-color: rgb(29 26 26 / 0.75) !important;
}

.\!border-dark\/80 {
  border-color: rgb(29 26 26 / 0.8) !important;
}

.\!border-dark\/90 {
  border-color: rgb(29 26 26 / 0.9) !important;
}

.\!border-dark\/95 {
  border-color: rgb(29 26 26 / 0.95) !important;
}

.\!border-mist {
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 234 236 / var(--tw-border-opacity)) !important;
}

.\!border-mist\/0 {
  border-color: rgb(235 234 236 / 0) !important;
}

.\!border-mist\/10 {
  border-color: rgb(235 234 236 / 0.1) !important;
}

.\!border-mist\/100 {
  border-color: rgb(235 234 236 / 1) !important;
}

.\!border-mist\/20 {
  border-color: rgb(235 234 236 / 0.2) !important;
}

.\!border-mist\/25 {
  border-color: rgb(235 234 236 / 0.25) !important;
}

.\!border-mist\/30 {
  border-color: rgb(235 234 236 / 0.3) !important;
}

.\!border-mist\/40 {
  border-color: rgb(235 234 236 / 0.4) !important;
}

.\!border-mist\/5 {
  border-color: rgb(235 234 236 / 0.05) !important;
}

.\!border-mist\/50 {
  border-color: rgb(235 234 236 / 0.5) !important;
}

.\!border-mist\/60 {
  border-color: rgb(235 234 236 / 0.6) !important;
}

.\!border-mist\/70 {
  border-color: rgb(235 234 236 / 0.7) !important;
}

.\!border-mist\/75 {
  border-color: rgb(235 234 236 / 0.75) !important;
}

.\!border-mist\/80 {
  border-color: rgb(235 234 236 / 0.8) !important;
}

.\!border-mist\/90 {
  border-color: rgb(235 234 236 / 0.9) !important;
}

.\!border-mist\/95 {
  border-color: rgb(235 234 236 / 0.95) !important;
}

.\!border-orange {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 111 45 / var(--tw-border-opacity)) !important;
}

.\!border-orange\/0 {
  border-color: rgb(243 111 45 / 0) !important;
}

.\!border-orange\/10 {
  border-color: rgb(243 111 45 / 0.1) !important;
}

.\!border-orange\/100 {
  border-color: rgb(243 111 45 / 1) !important;
}

.\!border-orange\/20 {
  border-color: rgb(243 111 45 / 0.2) !important;
}

.\!border-orange\/25 {
  border-color: rgb(243 111 45 / 0.25) !important;
}

.\!border-orange\/30 {
  border-color: rgb(243 111 45 / 0.3) !important;
}

.\!border-orange\/40 {
  border-color: rgb(243 111 45 / 0.4) !important;
}

.\!border-orange\/5 {
  border-color: rgb(243 111 45 / 0.05) !important;
}

.\!border-orange\/50 {
  border-color: rgb(243 111 45 / 0.5) !important;
}

.\!border-orange\/60 {
  border-color: rgb(243 111 45 / 0.6) !important;
}

.\!border-orange\/70 {
  border-color: rgb(243 111 45 / 0.7) !important;
}

.\!border-orange\/75 {
  border-color: rgb(243 111 45 / 0.75) !important;
}

.\!border-orange\/80 {
  border-color: rgb(243 111 45 / 0.8) !important;
}

.\!border-orange\/90 {
  border-color: rgb(243 111 45 / 0.9) !important;
}

.\!border-orange\/95 {
  border-color: rgb(243 111 45 / 0.95) !important;
}

.\!border-shamrock {
  --tw-border-opacity: 1 !important;
  border-color: rgb(50 205 163 / var(--tw-border-opacity)) !important;
}

.\!border-shamrock\/0 {
  border-color: rgb(50 205 163 / 0) !important;
}

.\!border-shamrock\/10 {
  border-color: rgb(50 205 163 / 0.1) !important;
}

.\!border-shamrock\/100 {
  border-color: rgb(50 205 163 / 1) !important;
}

.\!border-shamrock\/20 {
  border-color: rgb(50 205 163 / 0.2) !important;
}

.\!border-shamrock\/25 {
  border-color: rgb(50 205 163 / 0.25) !important;
}

.\!border-shamrock\/30 {
  border-color: rgb(50 205 163 / 0.3) !important;
}

.\!border-shamrock\/40 {
  border-color: rgb(50 205 163 / 0.4) !important;
}

.\!border-shamrock\/5 {
  border-color: rgb(50 205 163 / 0.05) !important;
}

.\!border-shamrock\/50 {
  border-color: rgb(50 205 163 / 0.5) !important;
}

.\!border-shamrock\/60 {
  border-color: rgb(50 205 163 / 0.6) !important;
}

.\!border-shamrock\/70 {
  border-color: rgb(50 205 163 / 0.7) !important;
}

.\!border-shamrock\/75 {
  border-color: rgb(50 205 163 / 0.75) !important;
}

.\!border-shamrock\/80 {
  border-color: rgb(50 205 163 / 0.8) !important;
}

.\!border-shamrock\/90 {
  border-color: rgb(50 205 163 / 0.9) !important;
}

.\!border-shamrock\/95 {
  border-color: rgb(50 205 163 / 0.95) !important;
}

.\!border-transparent {
  border-color: transparent !important;
}

.\!border-transparent\/0 {
  border-color: rgb(0 0 0 / 0) !important;
}

.\!border-transparent\/10 {
  border-color: rgb(0 0 0 / 0.1) !important;
}

.\!border-transparent\/100 {
  border-color: rgb(0 0 0 / 1) !important;
}

.\!border-transparent\/20 {
  border-color: rgb(0 0 0 / 0.2) !important;
}

.\!border-transparent\/25 {
  border-color: rgb(0 0 0 / 0.25) !important;
}

.\!border-transparent\/30 {
  border-color: rgb(0 0 0 / 0.3) !important;
}

.\!border-transparent\/40 {
  border-color: rgb(0 0 0 / 0.4) !important;
}

.\!border-transparent\/5 {
  border-color: rgb(0 0 0 / 0.05) !important;
}

.\!border-transparent\/50 {
  border-color: rgb(0 0 0 / 0.5) !important;
}

.\!border-transparent\/60 {
  border-color: rgb(0 0 0 / 0.6) !important;
}

.\!border-transparent\/70 {
  border-color: rgb(0 0 0 / 0.7) !important;
}

.\!border-transparent\/75 {
  border-color: rgb(0 0 0 / 0.75) !important;
}

.\!border-transparent\/80 {
  border-color: rgb(0 0 0 / 0.8) !important;
}

.\!border-transparent\/90 {
  border-color: rgb(0 0 0 / 0.9) !important;
}

.\!border-transparent\/95 {
  border-color: rgb(0 0 0 / 0.95) !important;
}

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

.\!border-white\/0 {
  border-color: rgb(255 255 255 / 0) !important;
}

.\!border-white\/10 {
  border-color: rgb(255 255 255 / 0.1) !important;
}

.\!border-white\/100 {
  border-color: rgb(255 255 255 / 1) !important;
}

.\!border-white\/20 {
  border-color: rgb(255 255 255 / 0.2) !important;
}

.\!border-white\/25 {
  border-color: rgb(255 255 255 / 0.25) !important;
}

.\!border-white\/30 {
  border-color: rgb(255 255 255 / 0.3) !important;
}

.\!border-white\/40 {
  border-color: rgb(255 255 255 / 0.4) !important;
}

.\!border-white\/5 {
  border-color: rgb(255 255 255 / 0.05) !important;
}

.\!border-white\/50 {
  border-color: rgb(255 255 255 / 0.5) !important;
}

.\!border-white\/60 {
  border-color: rgb(255 255 255 / 0.6) !important;
}

.\!border-white\/70 {
  border-color: rgb(255 255 255 / 0.7) !important;
}

.\!border-white\/75 {
  border-color: rgb(255 255 255 / 0.75) !important;
}

.\!border-white\/80 {
  border-color: rgb(255 255 255 / 0.8) !important;
}

.\!border-white\/90 {
  border-color: rgb(255 255 255 / 0.9) !important;
}

.\!border-white\/95 {
  border-color: rgb(255 255 255 / 0.95) !important;
}

.border-\[\#D2D2D2\] {
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(29 26 26 / var(--tw-border-opacity));
}

.border-black\/0 {
  border-color: rgb(29 26 26 / 0);
}

.border-black\/10 {
  border-color: rgb(29 26 26 / 0.1);
}

.border-black\/100 {
  border-color: rgb(29 26 26 / 1);
}

.border-black\/20 {
  border-color: rgb(29 26 26 / 0.2);
}

.border-black\/25 {
  border-color: rgb(29 26 26 / 0.25);
}

.border-black\/30 {
  border-color: rgb(29 26 26 / 0.3);
}

.border-black\/40 {
  border-color: rgb(29 26 26 / 0.4);
}

.border-black\/5 {
  border-color: rgb(29 26 26 / 0.05);
}

.border-black\/50 {
  border-color: rgb(29 26 26 / 0.5);
}

.border-black\/60 {
  border-color: rgb(29 26 26 / 0.6);
}

.border-black\/70 {
  border-color: rgb(29 26 26 / 0.7);
}

.border-black\/75 {
  border-color: rgb(29 26 26 / 0.75);
}

.border-black\/80 {
  border-color: rgb(29 26 26 / 0.8);
}

.border-black\/90 {
  border-color: rgb(29 26 26 / 0.9);
}

.border-black\/95 {
  border-color: rgb(29 26 26 / 0.95);
}

.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(29 26 26 / var(--tw-border-opacity));
}

.border-dark\/0 {
  border-color: rgb(29 26 26 / 0);
}

.border-dark\/10 {
  border-color: rgb(29 26 26 / 0.1);
}

.border-dark\/100 {
  border-color: rgb(29 26 26 / 1);
}

.border-dark\/20 {
  border-color: rgb(29 26 26 / 0.2);
}

.border-dark\/25 {
  border-color: rgb(29 26 26 / 0.25);
}

.border-dark\/30 {
  border-color: rgb(29 26 26 / 0.3);
}

.border-dark\/40 {
  border-color: rgb(29 26 26 / 0.4);
}

.border-dark\/5 {
  border-color: rgb(29 26 26 / 0.05);
}

.border-dark\/50 {
  border-color: rgb(29 26 26 / 0.5);
}

.border-dark\/60 {
  border-color: rgb(29 26 26 / 0.6);
}

.border-dark\/70 {
  border-color: rgb(29 26 26 / 0.7);
}

.border-dark\/75 {
  border-color: rgb(29 26 26 / 0.75);
}

.border-dark\/80 {
  border-color: rgb(29 26 26 / 0.8);
}

.border-dark\/90 {
  border-color: rgb(29 26 26 / 0.9);
}

.border-dark\/95 {
  border-color: rgb(29 26 26 / 0.95);
}

.border-mist {
  --tw-border-opacity: 1;
  border-color: rgb(235 234 236 / var(--tw-border-opacity));
}

.border-mist\/0 {
  border-color: rgb(235 234 236 / 0);
}

.border-mist\/10 {
  border-color: rgb(235 234 236 / 0.1);
}

.border-mist\/100 {
  border-color: rgb(235 234 236 / 1);
}

.border-mist\/20 {
  border-color: rgb(235 234 236 / 0.2);
}

.border-mist\/25 {
  border-color: rgb(235 234 236 / 0.25);
}

.border-mist\/30 {
  border-color: rgb(235 234 236 / 0.3);
}

.border-mist\/40 {
  border-color: rgb(235 234 236 / 0.4);
}

.border-mist\/5 {
  border-color: rgb(235 234 236 / 0.05);
}

.border-mist\/50 {
  border-color: rgb(235 234 236 / 0.5);
}

.border-mist\/60 {
  border-color: rgb(235 234 236 / 0.6);
}

.border-mist\/70 {
  border-color: rgb(235 234 236 / 0.7);
}

.border-mist\/75 {
  border-color: rgb(235 234 236 / 0.75);
}

.border-mist\/80 {
  border-color: rgb(235 234 236 / 0.8);
}

.border-mist\/90 {
  border-color: rgb(235 234 236 / 0.9);
}

.border-mist\/95 {
  border-color: rgb(235 234 236 / 0.95);
}

.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(243 111 45 / var(--tw-border-opacity));
}

.border-orange\/0 {
  border-color: rgb(243 111 45 / 0);
}

.border-orange\/10 {
  border-color: rgb(243 111 45 / 0.1);
}

.border-orange\/100 {
  border-color: rgb(243 111 45 / 1);
}

.border-orange\/20 {
  border-color: rgb(243 111 45 / 0.2);
}

.border-orange\/25 {
  border-color: rgb(243 111 45 / 0.25);
}

.border-orange\/30 {
  border-color: rgb(243 111 45 / 0.3);
}

.border-orange\/40 {
  border-color: rgb(243 111 45 / 0.4);
}

.border-orange\/5 {
  border-color: rgb(243 111 45 / 0.05);
}

.border-orange\/50 {
  border-color: rgb(243 111 45 / 0.5);
}

.border-orange\/60 {
  border-color: rgb(243 111 45 / 0.6);
}

.border-orange\/70 {
  border-color: rgb(243 111 45 / 0.7);
}

.border-orange\/75 {
  border-color: rgb(243 111 45 / 0.75);
}

.border-orange\/80 {
  border-color: rgb(243 111 45 / 0.8);
}

.border-orange\/90 {
  border-color: rgb(243 111 45 / 0.9);
}

.border-orange\/95 {
  border-color: rgb(243 111 45 / 0.95);
}

.border-shamrock {
  --tw-border-opacity: 1;
  border-color: rgb(50 205 163 / var(--tw-border-opacity));
}

.border-shamrock\/0 {
  border-color: rgb(50 205 163 / 0);
}

.border-shamrock\/10 {
  border-color: rgb(50 205 163 / 0.1);
}

.border-shamrock\/100 {
  border-color: rgb(50 205 163 / 1);
}

.border-shamrock\/20 {
  border-color: rgb(50 205 163 / 0.2);
}

.border-shamrock\/25 {
  border-color: rgb(50 205 163 / 0.25);
}

.border-shamrock\/30 {
  border-color: rgb(50 205 163 / 0.3);
}

.border-shamrock\/40 {
  border-color: rgb(50 205 163 / 0.4);
}

.border-shamrock\/5 {
  border-color: rgb(50 205 163 / 0.05);
}

.border-shamrock\/50 {
  border-color: rgb(50 205 163 / 0.5);
}

.border-shamrock\/60 {
  border-color: rgb(50 205 163 / 0.6);
}

.border-shamrock\/70 {
  border-color: rgb(50 205 163 / 0.7);
}

.border-shamrock\/75 {
  border-color: rgb(50 205 163 / 0.75);
}

.border-shamrock\/80 {
  border-color: rgb(50 205 163 / 0.8);
}

.border-shamrock\/90 {
  border-color: rgb(50 205 163 / 0.9);
}

.border-shamrock\/95 {
  border-color: rgb(50 205 163 / 0.95);
}

.border-transparent {
  border-color: transparent;
}

.border-transparent\/0 {
  border-color: rgb(0 0 0 / 0);
}

.border-transparent\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-transparent\/100 {
  border-color: rgb(0 0 0 / 1);
}

.border-transparent\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.border-transparent\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

.border-transparent\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.border-transparent\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

.border-transparent\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

.border-transparent\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.border-transparent\/60 {
  border-color: rgb(0 0 0 / 0.6);
}

.border-transparent\/70 {
  border-color: rgb(0 0 0 / 0.7);
}

.border-transparent\/75 {
  border-color: rgb(0 0 0 / 0.75);
}

.border-transparent\/80 {
  border-color: rgb(0 0 0 / 0.8);
}

.border-transparent\/90 {
  border-color: rgb(0 0 0 / 0.9);
}

.border-transparent\/95 {
  border-color: rgb(0 0 0 / 0.95);
}

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

.border-white\/0 {
  border-color: rgb(255 255 255 / 0);
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/100 {
  border-color: rgb(255 255 255 / 1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}

.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}

.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}

.border-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}

.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}

.border-white\/90 {
  border-color: rgb(255 255 255 / 0.9);
}

.border-white\/95 {
  border-color: rgb(255 255 255 / 0.95);
}

.border-l-\[\#D2D2D2\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(210 210 210 / var(--tw-border-opacity));
}

.border-r-\[\#D2D2D2\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(210 210 210 / var(--tw-border-opacity));
}

.\!bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 26 26 / var(--tw-bg-opacity)) !important;
}

.\!bg-black\/0 {
  background-color: rgb(29 26 26 / 0) !important;
}

.\!bg-black\/10 {
  background-color: rgb(29 26 26 / 0.1) !important;
}

.\!bg-black\/100 {
  background-color: rgb(29 26 26 / 1) !important;
}

.\!bg-black\/20 {
  background-color: rgb(29 26 26 / 0.2) !important;
}

.\!bg-black\/25 {
  background-color: rgb(29 26 26 / 0.25) !important;
}

.\!bg-black\/30 {
  background-color: rgb(29 26 26 / 0.3) !important;
}

.\!bg-black\/40 {
  background-color: rgb(29 26 26 / 0.4) !important;
}

.\!bg-black\/5 {
  background-color: rgb(29 26 26 / 0.05) !important;
}

.\!bg-black\/50 {
  background-color: rgb(29 26 26 / 0.5) !important;
}

.\!bg-black\/60 {
  background-color: rgb(29 26 26 / 0.6) !important;
}

.\!bg-black\/70 {
  background-color: rgb(29 26 26 / 0.7) !important;
}

.\!bg-black\/75 {
  background-color: rgb(29 26 26 / 0.75) !important;
}

.\!bg-black\/80 {
  background-color: rgb(29 26 26 / 0.8) !important;
}

.\!bg-black\/90 {
  background-color: rgb(29 26 26 / 0.9) !important;
}

.\!bg-black\/95 {
  background-color: rgb(29 26 26 / 0.95) !important;
}

.\!bg-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 26 26 / var(--tw-bg-opacity)) !important;
}

.\!bg-dark\/0 {
  background-color: rgb(29 26 26 / 0) !important;
}

.\!bg-dark\/10 {
  background-color: rgb(29 26 26 / 0.1) !important;
}

.\!bg-dark\/100 {
  background-color: rgb(29 26 26 / 1) !important;
}

.\!bg-dark\/20 {
  background-color: rgb(29 26 26 / 0.2) !important;
}

.\!bg-dark\/25 {
  background-color: rgb(29 26 26 / 0.25) !important;
}

.\!bg-dark\/30 {
  background-color: rgb(29 26 26 / 0.3) !important;
}

.\!bg-dark\/40 {
  background-color: rgb(29 26 26 / 0.4) !important;
}

.\!bg-dark\/5 {
  background-color: rgb(29 26 26 / 0.05) !important;
}

.\!bg-dark\/50 {
  background-color: rgb(29 26 26 / 0.5) !important;
}

.\!bg-dark\/60 {
  background-color: rgb(29 26 26 / 0.6) !important;
}

.\!bg-dark\/70 {
  background-color: rgb(29 26 26 / 0.7) !important;
}

.\!bg-dark\/75 {
  background-color: rgb(29 26 26 / 0.75) !important;
}

.\!bg-dark\/80 {
  background-color: rgb(29 26 26 / 0.8) !important;
}

.\!bg-dark\/90 {
  background-color: rgb(29 26 26 / 0.9) !important;
}

.\!bg-dark\/95 {
  background-color: rgb(29 26 26 / 0.95) !important;
}

.\!bg-mist {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 234 236 / var(--tw-bg-opacity)) !important;
}

.\!bg-mist\/0 {
  background-color: rgb(235 234 236 / 0) !important;
}

.\!bg-mist\/10 {
  background-color: rgb(235 234 236 / 0.1) !important;
}

.\!bg-mist\/100 {
  background-color: rgb(235 234 236 / 1) !important;
}

.\!bg-mist\/20 {
  background-color: rgb(235 234 236 / 0.2) !important;
}

.\!bg-mist\/25 {
  background-color: rgb(235 234 236 / 0.25) !important;
}

.\!bg-mist\/30 {
  background-color: rgb(235 234 236 / 0.3) !important;
}

.\!bg-mist\/40 {
  background-color: rgb(235 234 236 / 0.4) !important;
}

.\!bg-mist\/5 {
  background-color: rgb(235 234 236 / 0.05) !important;
}

.\!bg-mist\/50 {
  background-color: rgb(235 234 236 / 0.5) !important;
}

.\!bg-mist\/60 {
  background-color: rgb(235 234 236 / 0.6) !important;
}

.\!bg-mist\/70 {
  background-color: rgb(235 234 236 / 0.7) !important;
}

.\!bg-mist\/75 {
  background-color: rgb(235 234 236 / 0.75) !important;
}

.\!bg-mist\/80 {
  background-color: rgb(235 234 236 / 0.8) !important;
}

.\!bg-mist\/90 {
  background-color: rgb(235 234 236 / 0.9) !important;
}

.\!bg-mist\/95 {
  background-color: rgb(235 234 236 / 0.95) !important;
}

.\!bg-orange {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 111 45 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange\/0 {
  background-color: rgb(243 111 45 / 0) !important;
}

.\!bg-orange\/10 {
  background-color: rgb(243 111 45 / 0.1) !important;
}

.\!bg-orange\/100 {
  background-color: rgb(243 111 45 / 1) !important;
}

.\!bg-orange\/20 {
  background-color: rgb(243 111 45 / 0.2) !important;
}

.\!bg-orange\/25 {
  background-color: rgb(243 111 45 / 0.25) !important;
}

.\!bg-orange\/30 {
  background-color: rgb(243 111 45 / 0.3) !important;
}

.\!bg-orange\/40 {
  background-color: rgb(243 111 45 / 0.4) !important;
}

.\!bg-orange\/5 {
  background-color: rgb(243 111 45 / 0.05) !important;
}

.\!bg-orange\/50 {
  background-color: rgb(243 111 45 / 0.5) !important;
}

.\!bg-orange\/60 {
  background-color: rgb(243 111 45 / 0.6) !important;
}

.\!bg-orange\/70 {
  background-color: rgb(243 111 45 / 0.7) !important;
}

.\!bg-orange\/75 {
  background-color: rgb(243 111 45 / 0.75) !important;
}

.\!bg-orange\/80 {
  background-color: rgb(243 111 45 / 0.8) !important;
}

.\!bg-orange\/90 {
  background-color: rgb(243 111 45 / 0.9) !important;
}

.\!bg-orange\/95 {
  background-color: rgb(243 111 45 / 0.95) !important;
}

.\!bg-shamrock {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(50 205 163 / var(--tw-bg-opacity)) !important;
}

.\!bg-shamrock\/0 {
  background-color: rgb(50 205 163 / 0) !important;
}

.\!bg-shamrock\/10 {
  background-color: rgb(50 205 163 / 0.1) !important;
}

.\!bg-shamrock\/100 {
  background-color: rgb(50 205 163 / 1) !important;
}

.\!bg-shamrock\/20 {
  background-color: rgb(50 205 163 / 0.2) !important;
}

.\!bg-shamrock\/25 {
  background-color: rgb(50 205 163 / 0.25) !important;
}

.\!bg-shamrock\/30 {
  background-color: rgb(50 205 163 / 0.3) !important;
}

.\!bg-shamrock\/40 {
  background-color: rgb(50 205 163 / 0.4) !important;
}

.\!bg-shamrock\/5 {
  background-color: rgb(50 205 163 / 0.05) !important;
}

.\!bg-shamrock\/50 {
  background-color: rgb(50 205 163 / 0.5) !important;
}

.\!bg-shamrock\/60 {
  background-color: rgb(50 205 163 / 0.6) !important;
}

.\!bg-shamrock\/70 {
  background-color: rgb(50 205 163 / 0.7) !important;
}

.\!bg-shamrock\/75 {
  background-color: rgb(50 205 163 / 0.75) !important;
}

.\!bg-shamrock\/80 {
  background-color: rgb(50 205 163 / 0.8) !important;
}

.\!bg-shamrock\/90 {
  background-color: rgb(50 205 163 / 0.9) !important;
}

.\!bg-shamrock\/95 {
  background-color: rgb(50 205 163 / 0.95) !important;
}

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

.\!bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0) !important;
}

.\!bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1) !important;
}

.\!bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1) !important;
}

.\!bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2) !important;
}

.\!bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25) !important;
}

.\!bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3) !important;
}

.\!bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4) !important;
}

.\!bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05) !important;
}

.\!bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5) !important;
}

.\!bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6) !important;
}

.\!bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7) !important;
}

.\!bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75) !important;
}

.\!bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8) !important;
}

.\!bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9) !important;
}

.\!bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95) !important;
}

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

.\!bg-white\/0 {
  background-color: rgb(255 255 255 / 0) !important;
}

.\!bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1) !important;
}

.\!bg-white\/100 {
  background-color: rgb(255 255 255 / 1) !important;
}

.\!bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2) !important;
}

.\!bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25) !important;
}

.\!bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3) !important;
}

.\!bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4) !important;
}

.\!bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05) !important;
}

.\!bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5) !important;
}

.\!bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6) !important;
}

.\!bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7) !important;
}

.\!bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75) !important;
}

.\!bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8) !important;
}

.\!bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9) !important;
}

.\!bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95) !important;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(29 26 26 / var(--tw-bg-opacity));
}

.bg-black\/0 {
  background-color: rgb(29 26 26 / 0);
}

.bg-black\/10 {
  background-color: rgb(29 26 26 / 0.1);
}

.bg-black\/100 {
  background-color: rgb(29 26 26 / 1);
}

.bg-black\/20 {
  background-color: rgb(29 26 26 / 0.2);
}

.bg-black\/25 {
  background-color: rgb(29 26 26 / 0.25);
}

.bg-black\/30 {
  background-color: rgb(29 26 26 / 0.3);
}

.bg-black\/40 {
  background-color: rgb(29 26 26 / 0.4);
}

.bg-black\/5 {
  background-color: rgb(29 26 26 / 0.05);
}

.bg-black\/50 {
  background-color: rgb(29 26 26 / 0.5);
}

.bg-black\/60 {
  background-color: rgb(29 26 26 / 0.6);
}

.bg-black\/70 {
  background-color: rgb(29 26 26 / 0.7);
}

.bg-black\/75 {
  background-color: rgb(29 26 26 / 0.75);
}

.bg-black\/80 {
  background-color: rgb(29 26 26 / 0.8);
}

.bg-black\/90 {
  background-color: rgb(29 26 26 / 0.9);
}

.bg-black\/95 {
  background-color: rgb(29 26 26 / 0.95);
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(29 26 26 / var(--tw-bg-opacity));
}

.bg-dark\/0 {
  background-color: rgb(29 26 26 / 0);
}

.bg-dark\/10 {
  background-color: rgb(29 26 26 / 0.1);
}

.bg-dark\/100 {
  background-color: rgb(29 26 26 / 1);
}

.bg-dark\/20 {
  background-color: rgb(29 26 26 / 0.2);
}

.bg-dark\/25 {
  background-color: rgb(29 26 26 / 0.25);
}

.bg-dark\/30 {
  background-color: rgb(29 26 26 / 0.3);
}

.bg-dark\/40 {
  background-color: rgb(29 26 26 / 0.4);
}

.bg-dark\/5 {
  background-color: rgb(29 26 26 / 0.05);
}

.bg-dark\/50 {
  background-color: rgb(29 26 26 / 0.5);
}

.bg-dark\/60 {
  background-color: rgb(29 26 26 / 0.6);
}

.bg-dark\/70 {
  background-color: rgb(29 26 26 / 0.7);
}

.bg-dark\/75 {
  background-color: rgb(29 26 26 / 0.75);
}

.bg-dark\/80 {
  background-color: rgb(29 26 26 / 0.8);
}

.bg-dark\/90 {
  background-color: rgb(29 26 26 / 0.9);
}

.bg-dark\/95 {
  background-color: rgb(29 26 26 / 0.95);
}

.bg-mist {
  --tw-bg-opacity: 1;
  background-color: rgb(235 234 236 / var(--tw-bg-opacity));
}

.bg-mist\/0 {
  background-color: rgb(235 234 236 / 0);
}

.bg-mist\/10 {
  background-color: rgb(235 234 236 / 0.1);
}

.bg-mist\/100 {
  background-color: rgb(235 234 236 / 1);
}

.bg-mist\/20 {
  background-color: rgb(235 234 236 / 0.2);
}

.bg-mist\/25 {
  background-color: rgb(235 234 236 / 0.25);
}

.bg-mist\/30 {
  background-color: rgb(235 234 236 / 0.3);
}

.bg-mist\/40 {
  background-color: rgb(235 234 236 / 0.4);
}

.bg-mist\/5 {
  background-color: rgb(235 234 236 / 0.05);
}

.bg-mist\/50 {
  background-color: rgb(235 234 236 / 0.5);
}

.bg-mist\/60 {
  background-color: rgb(235 234 236 / 0.6);
}

.bg-mist\/70 {
  background-color: rgb(235 234 236 / 0.7);
}

.bg-mist\/75 {
  background-color: rgb(235 234 236 / 0.75);
}

.bg-mist\/80 {
  background-color: rgb(235 234 236 / 0.8);
}

.bg-mist\/90 {
  background-color: rgb(235 234 236 / 0.9);
}

.bg-mist\/95 {
  background-color: rgb(235 234 236 / 0.95);
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(243 111 45 / var(--tw-bg-opacity));
}

.bg-orange\/0 {
  background-color: rgb(243 111 45 / 0);
}

.bg-orange\/10 {
  background-color: rgb(243 111 45 / 0.1);
}

.bg-orange\/100 {
  background-color: rgb(243 111 45 / 1);
}

.bg-orange\/20 {
  background-color: rgb(243 111 45 / 0.2);
}

.bg-orange\/25 {
  background-color: rgb(243 111 45 / 0.25);
}

.bg-orange\/30 {
  background-color: rgb(243 111 45 / 0.3);
}

.bg-orange\/40 {
  background-color: rgb(243 111 45 / 0.4);
}

.bg-orange\/5 {
  background-color: rgb(243 111 45 / 0.05);
}

.bg-orange\/50 {
  background-color: rgb(243 111 45 / 0.5);
}

.bg-orange\/60 {
  background-color: rgb(243 111 45 / 0.6);
}

.bg-orange\/70 {
  background-color: rgb(243 111 45 / 0.7);
}

.bg-orange\/75 {
  background-color: rgb(243 111 45 / 0.75);
}

.bg-orange\/80 {
  background-color: rgb(243 111 45 / 0.8);
}

.bg-orange\/90 {
  background-color: rgb(243 111 45 / 0.9);
}

.bg-orange\/95 {
  background-color: rgb(243 111 45 / 0.95);
}

.bg-shamrock {
  --tw-bg-opacity: 1;
  background-color: rgb(50 205 163 / var(--tw-bg-opacity));
}

.bg-shamrock\/0 {
  background-color: rgb(50 205 163 / 0);
}

.bg-shamrock\/10 {
  background-color: rgb(50 205 163 / 0.1);
}

.bg-shamrock\/100 {
  background-color: rgb(50 205 163 / 1);
}

.bg-shamrock\/20 {
  background-color: rgb(50 205 163 / 0.2);
}

.bg-shamrock\/25 {
  background-color: rgb(50 205 163 / 0.25);
}

.bg-shamrock\/30 {
  background-color: rgb(50 205 163 / 0.3);
}

.bg-shamrock\/40 {
  background-color: rgb(50 205 163 / 0.4);
}

.bg-shamrock\/5 {
  background-color: rgb(50 205 163 / 0.05);
}

.bg-shamrock\/50 {
  background-color: rgb(50 205 163 / 0.5);
}

.bg-shamrock\/60 {
  background-color: rgb(50 205 163 / 0.6);
}

.bg-shamrock\/70 {
  background-color: rgb(50 205 163 / 0.7);
}

.bg-shamrock\/75 {
  background-color: rgb(50 205 163 / 0.75);
}

.bg-shamrock\/80 {
  background-color: rgb(50 205 163 / 0.8);
}

.bg-shamrock\/90 {
  background-color: rgb(50 205 163 / 0.9);
}

.bg-shamrock\/95 {
  background-color: rgb(50 205 163 / 0.95);
}

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

.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}

.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}

.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

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

.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-gradient-to-b {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl {
  background-image: -webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tl {
  background-image: -webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-clip-text {
  background-clip: text;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.object-left {
  -o-object-position: left;
     object-position: left;
}

.p-12 {
  padding: 3rem;
}

.p-6 {
  padding: 1.5rem;
}

.\!px-\[23px\] {
  padding-left: 23px !important;
  padding-right: 23px !important;
}

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

.\!py-\[12px\] {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(29 26 26 / var(--tw-text-opacity)) !important;
}

.\!text-black\/0 {
  color: rgb(29 26 26 / 0) !important;
}

.\!text-black\/10 {
  color: rgb(29 26 26 / 0.1) !important;
}

.\!text-black\/100 {
  color: rgb(29 26 26 / 1) !important;
}

.\!text-black\/20 {
  color: rgb(29 26 26 / 0.2) !important;
}

.\!text-black\/25 {
  color: rgb(29 26 26 / 0.25) !important;
}

.\!text-black\/30 {
  color: rgb(29 26 26 / 0.3) !important;
}

.\!text-black\/40 {
  color: rgb(29 26 26 / 0.4) !important;
}

.\!text-black\/5 {
  color: rgb(29 26 26 / 0.05) !important;
}

.\!text-black\/50 {
  color: rgb(29 26 26 / 0.5) !important;
}

.\!text-black\/60 {
  color: rgb(29 26 26 / 0.6) !important;
}

.\!text-black\/70 {
  color: rgb(29 26 26 / 0.7) !important;
}

.\!text-black\/75 {
  color: rgb(29 26 26 / 0.75) !important;
}

.\!text-black\/80 {
  color: rgb(29 26 26 / 0.8) !important;
}

.\!text-black\/90 {
  color: rgb(29 26 26 / 0.9) !important;
}

.\!text-black\/95 {
  color: rgb(29 26 26 / 0.95) !important;
}

.\!text-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(29 26 26 / var(--tw-text-opacity)) !important;
}

.\!text-dark\/0 {
  color: rgb(29 26 26 / 0) !important;
}

.\!text-dark\/10 {
  color: rgb(29 26 26 / 0.1) !important;
}

.\!text-dark\/100 {
  color: rgb(29 26 26 / 1) !important;
}

.\!text-dark\/20 {
  color: rgb(29 26 26 / 0.2) !important;
}

.\!text-dark\/25 {
  color: rgb(29 26 26 / 0.25) !important;
}

.\!text-dark\/30 {
  color: rgb(29 26 26 / 0.3) !important;
}

.\!text-dark\/40 {
  color: rgb(29 26 26 / 0.4) !important;
}

.\!text-dark\/5 {
  color: rgb(29 26 26 / 0.05) !important;
}

.\!text-dark\/50 {
  color: rgb(29 26 26 / 0.5) !important;
}

.\!text-dark\/60 {
  color: rgb(29 26 26 / 0.6) !important;
}

.\!text-dark\/70 {
  color: rgb(29 26 26 / 0.7) !important;
}

.\!text-dark\/75 {
  color: rgb(29 26 26 / 0.75) !important;
}

.\!text-dark\/80 {
  color: rgb(29 26 26 / 0.8) !important;
}

.\!text-dark\/90 {
  color: rgb(29 26 26 / 0.9) !important;
}

.\!text-dark\/95 {
  color: rgb(29 26 26 / 0.95) !important;
}

.\!text-mist {
  --tw-text-opacity: 1 !important;
  color: rgb(235 234 236 / var(--tw-text-opacity)) !important;
}

.\!text-mist\/0 {
  color: rgb(235 234 236 / 0) !important;
}

.\!text-mist\/10 {
  color: rgb(235 234 236 / 0.1) !important;
}

.\!text-mist\/100 {
  color: rgb(235 234 236 / 1) !important;
}

.\!text-mist\/20 {
  color: rgb(235 234 236 / 0.2) !important;
}

.\!text-mist\/25 {
  color: rgb(235 234 236 / 0.25) !important;
}

.\!text-mist\/30 {
  color: rgb(235 234 236 / 0.3) !important;
}

.\!text-mist\/40 {
  color: rgb(235 234 236 / 0.4) !important;
}

.\!text-mist\/5 {
  color: rgb(235 234 236 / 0.05) !important;
}

.\!text-mist\/50 {
  color: rgb(235 234 236 / 0.5) !important;
}

.\!text-mist\/60 {
  color: rgb(235 234 236 / 0.6) !important;
}

.\!text-mist\/70 {
  color: rgb(235 234 236 / 0.7) !important;
}

.\!text-mist\/75 {
  color: rgb(235 234 236 / 0.75) !important;
}

.\!text-mist\/80 {
  color: rgb(235 234 236 / 0.8) !important;
}

.\!text-mist\/90 {
  color: rgb(235 234 236 / 0.9) !important;
}

.\!text-mist\/95 {
  color: rgb(235 234 236 / 0.95) !important;
}

.\!text-orange {
  --tw-text-opacity: 1 !important;
  color: rgb(243 111 45 / var(--tw-text-opacity)) !important;
}

.\!text-orange\/0 {
  color: rgb(243 111 45 / 0) !important;
}

.\!text-orange\/10 {
  color: rgb(243 111 45 / 0.1) !important;
}

.\!text-orange\/100 {
  color: rgb(243 111 45 / 1) !important;
}

.\!text-orange\/20 {
  color: rgb(243 111 45 / 0.2) !important;
}

.\!text-orange\/25 {
  color: rgb(243 111 45 / 0.25) !important;
}

.\!text-orange\/30 {
  color: rgb(243 111 45 / 0.3) !important;
}

.\!text-orange\/40 {
  color: rgb(243 111 45 / 0.4) !important;
}

.\!text-orange\/5 {
  color: rgb(243 111 45 / 0.05) !important;
}

.\!text-orange\/50 {
  color: rgb(243 111 45 / 0.5) !important;
}

.\!text-orange\/60 {
  color: rgb(243 111 45 / 0.6) !important;
}

.\!text-orange\/70 {
  color: rgb(243 111 45 / 0.7) !important;
}

.\!text-orange\/75 {
  color: rgb(243 111 45 / 0.75) !important;
}

.\!text-orange\/80 {
  color: rgb(243 111 45 / 0.8) !important;
}

.\!text-orange\/90 {
  color: rgb(243 111 45 / 0.9) !important;
}

.\!text-orange\/95 {
  color: rgb(243 111 45 / 0.95) !important;
}

.\!text-shamrock {
  --tw-text-opacity: 1 !important;
  color: rgb(50 205 163 / var(--tw-text-opacity)) !important;
}

.\!text-shamrock\/0 {
  color: rgb(50 205 163 / 0) !important;
}

.\!text-shamrock\/10 {
  color: rgb(50 205 163 / 0.1) !important;
}

.\!text-shamrock\/100 {
  color: rgb(50 205 163 / 1) !important;
}

.\!text-shamrock\/20 {
  color: rgb(50 205 163 / 0.2) !important;
}

.\!text-shamrock\/25 {
  color: rgb(50 205 163 / 0.25) !important;
}

.\!text-shamrock\/30 {
  color: rgb(50 205 163 / 0.3) !important;
}

.\!text-shamrock\/40 {
  color: rgb(50 205 163 / 0.4) !important;
}

.\!text-shamrock\/5 {
  color: rgb(50 205 163 / 0.05) !important;
}

.\!text-shamrock\/50 {
  color: rgb(50 205 163 / 0.5) !important;
}

.\!text-shamrock\/60 {
  color: rgb(50 205 163 / 0.6) !important;
}

.\!text-shamrock\/70 {
  color: rgb(50 205 163 / 0.7) !important;
}

.\!text-shamrock\/75 {
  color: rgb(50 205 163 / 0.75) !important;
}

.\!text-shamrock\/80 {
  color: rgb(50 205 163 / 0.8) !important;
}

.\!text-shamrock\/90 {
  color: rgb(50 205 163 / 0.9) !important;
}

.\!text-shamrock\/95 {
  color: rgb(50 205 163 / 0.95) !important;
}

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

.\!text-transparent\/0 {
  color: rgb(0 0 0 / 0) !important;
}

.\!text-transparent\/10 {
  color: rgb(0 0 0 / 0.1) !important;
}

.\!text-transparent\/100 {
  color: rgb(0 0 0 / 1) !important;
}

.\!text-transparent\/20 {
  color: rgb(0 0 0 / 0.2) !important;
}

.\!text-transparent\/25 {
  color: rgb(0 0 0 / 0.25) !important;
}

.\!text-transparent\/30 {
  color: rgb(0 0 0 / 0.3) !important;
}

.\!text-transparent\/40 {
  color: rgb(0 0 0 / 0.4) !important;
}

.\!text-transparent\/5 {
  color: rgb(0 0 0 / 0.05) !important;
}

.\!text-transparent\/50 {
  color: rgb(0 0 0 / 0.5) !important;
}

.\!text-transparent\/60 {
  color: rgb(0 0 0 / 0.6) !important;
}

.\!text-transparent\/70 {
  color: rgb(0 0 0 / 0.7) !important;
}

.\!text-transparent\/75 {
  color: rgb(0 0 0 / 0.75) !important;
}

.\!text-transparent\/80 {
  color: rgb(0 0 0 / 0.8) !important;
}

.\!text-transparent\/90 {
  color: rgb(0 0 0 / 0.9) !important;
}

.\!text-transparent\/95 {
  color: rgb(0 0 0 / 0.95) !important;
}

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

.\!text-white\/0 {
  color: rgb(255 255 255 / 0) !important;
}

.\!text-white\/10 {
  color: rgb(255 255 255 / 0.1) !important;
}

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

.\!text-white\/20 {
  color: rgb(255 255 255 / 0.2) !important;
}

.\!text-white\/25 {
  color: rgb(255 255 255 / 0.25) !important;
}

.\!text-white\/30 {
  color: rgb(255 255 255 / 0.3) !important;
}

.\!text-white\/40 {
  color: rgb(255 255 255 / 0.4) !important;
}

.\!text-white\/5 {
  color: rgb(255 255 255 / 0.05) !important;
}

.\!text-white\/50 {
  color: rgb(255 255 255 / 0.5) !important;
}

.\!text-white\/60 {
  color: rgb(255 255 255 / 0.6) !important;
}

.\!text-white\/70 {
  color: rgb(255 255 255 / 0.7) !important;
}

.\!text-white\/75 {
  color: rgb(255 255 255 / 0.75) !important;
}

.\!text-white\/80 {
  color: rgb(255 255 255 / 0.8) !important;
}

.\!text-white\/90 {
  color: rgb(255 255 255 / 0.9) !important;
}

.\!text-white\/95 {
  color: rgb(255 255 255 / 0.95) !important;
}

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

.text-black\/0 {
  color: rgb(29 26 26 / 0);
}

.text-black\/10 {
  color: rgb(29 26 26 / 0.1);
}

.text-black\/100 {
  color: rgb(29 26 26 / 1);
}

.text-black\/20 {
  color: rgb(29 26 26 / 0.2);
}

.text-black\/25 {
  color: rgb(29 26 26 / 0.25);
}

.text-black\/30 {
  color: rgb(29 26 26 / 0.3);
}

.text-black\/40 {
  color: rgb(29 26 26 / 0.4);
}

.text-black\/5 {
  color: rgb(29 26 26 / 0.05);
}

.text-black\/50 {
  color: rgb(29 26 26 / 0.5);
}

.text-black\/60 {
  color: rgb(29 26 26 / 0.6);
}

.text-black\/70 {
  color: rgb(29 26 26 / 0.7);
}

.text-black\/75 {
  color: rgb(29 26 26 / 0.75);
}

.text-black\/80 {
  color: rgb(29 26 26 / 0.8);
}

.text-black\/90 {
  color: rgb(29 26 26 / 0.9);
}

.text-black\/95 {
  color: rgb(29 26 26 / 0.95);
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(29 26 26 / var(--tw-text-opacity));
}

.text-dark\/0 {
  color: rgb(29 26 26 / 0);
}

.text-dark\/10 {
  color: rgb(29 26 26 / 0.1);
}

.text-dark\/100 {
  color: rgb(29 26 26 / 1);
}

.text-dark\/20 {
  color: rgb(29 26 26 / 0.2);
}

.text-dark\/25 {
  color: rgb(29 26 26 / 0.25);
}

.text-dark\/30 {
  color: rgb(29 26 26 / 0.3);
}

.text-dark\/40 {
  color: rgb(29 26 26 / 0.4);
}

.text-dark\/5 {
  color: rgb(29 26 26 / 0.05);
}

.text-dark\/50 {
  color: rgb(29 26 26 / 0.5);
}

.text-dark\/60 {
  color: rgb(29 26 26 / 0.6);
}

.text-dark\/70 {
  color: rgb(29 26 26 / 0.7);
}

.text-dark\/75 {
  color: rgb(29 26 26 / 0.75);
}

.text-dark\/80 {
  color: rgb(29 26 26 / 0.8);
}

.text-dark\/90 {
  color: rgb(29 26 26 / 0.9);
}

.text-dark\/95 {
  color: rgb(29 26 26 / 0.95);
}

.text-mist {
  --tw-text-opacity: 1;
  color: rgb(235 234 236 / var(--tw-text-opacity));
}

.text-mist\/0 {
  color: rgb(235 234 236 / 0);
}

.text-mist\/10 {
  color: rgb(235 234 236 / 0.1);
}

.text-mist\/100 {
  color: rgb(235 234 236 / 1);
}

.text-mist\/20 {
  color: rgb(235 234 236 / 0.2);
}

.text-mist\/25 {
  color: rgb(235 234 236 / 0.25);
}

.text-mist\/30 {
  color: rgb(235 234 236 / 0.3);
}

.text-mist\/40 {
  color: rgb(235 234 236 / 0.4);
}

.text-mist\/5 {
  color: rgb(235 234 236 / 0.05);
}

.text-mist\/50 {
  color: rgb(235 234 236 / 0.5);
}

.text-mist\/60 {
  color: rgb(235 234 236 / 0.6);
}

.text-mist\/70 {
  color: rgb(235 234 236 / 0.7);
}

.text-mist\/75 {
  color: rgb(235 234 236 / 0.75);
}

.text-mist\/80 {
  color: rgb(235 234 236 / 0.8);
}

.text-mist\/90 {
  color: rgb(235 234 236 / 0.9);
}

.text-mist\/95 {
  color: rgb(235 234 236 / 0.95);
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgb(243 111 45 / var(--tw-text-opacity));
}

.text-orange\/0 {
  color: rgb(243 111 45 / 0);
}

.text-orange\/10 {
  color: rgb(243 111 45 / 0.1);
}

.text-orange\/100 {
  color: rgb(243 111 45 / 1);
}

.text-orange\/20 {
  color: rgb(243 111 45 / 0.2);
}

.text-orange\/25 {
  color: rgb(243 111 45 / 0.25);
}

.text-orange\/30 {
  color: rgb(243 111 45 / 0.3);
}

.text-orange\/40 {
  color: rgb(243 111 45 / 0.4);
}

.text-orange\/5 {
  color: rgb(243 111 45 / 0.05);
}

.text-orange\/50 {
  color: rgb(243 111 45 / 0.5);
}

.text-orange\/60 {
  color: rgb(243 111 45 / 0.6);
}

.text-orange\/70 {
  color: rgb(243 111 45 / 0.7);
}

.text-orange\/75 {
  color: rgb(243 111 45 / 0.75);
}

.text-orange\/80 {
  color: rgb(243 111 45 / 0.8);
}

.text-orange\/90 {
  color: rgb(243 111 45 / 0.9);
}

.text-orange\/95 {
  color: rgb(243 111 45 / 0.95);
}

.text-shamrock {
  --tw-text-opacity: 1;
  color: rgb(50 205 163 / var(--tw-text-opacity));
}

.text-shamrock\/0 {
  color: rgb(50 205 163 / 0);
}

.text-shamrock\/10 {
  color: rgb(50 205 163 / 0.1);
}

.text-shamrock\/100 {
  color: rgb(50 205 163 / 1);
}

.text-shamrock\/20 {
  color: rgb(50 205 163 / 0.2);
}

.text-shamrock\/25 {
  color: rgb(50 205 163 / 0.25);
}

.text-shamrock\/30 {
  color: rgb(50 205 163 / 0.3);
}

.text-shamrock\/40 {
  color: rgb(50 205 163 / 0.4);
}

.text-shamrock\/5 {
  color: rgb(50 205 163 / 0.05);
}

.text-shamrock\/50 {
  color: rgb(50 205 163 / 0.5);
}

.text-shamrock\/60 {
  color: rgb(50 205 163 / 0.6);
}

.text-shamrock\/70 {
  color: rgb(50 205 163 / 0.7);
}

.text-shamrock\/75 {
  color: rgb(50 205 163 / 0.75);
}

.text-shamrock\/80 {
  color: rgb(50 205 163 / 0.8);
}

.text-shamrock\/90 {
  color: rgb(50 205 163 / 0.9);
}

.text-shamrock\/95 {
  color: rgb(50 205 163 / 0.95);
}

.text-transparent {
  color: transparent;
}

.text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}

.text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}

.text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}

.text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}

.text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}

.text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}

.text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}

.text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}

.text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}

.text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}

.text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}

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

.text-white\/0 {
  color: rgb(255 255 255 / 0);
}

.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-white\/100 {
  color: rgb(255 255 255 / 1);
}

.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.bg-blend-normal {
  background-blend-mode: normal;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-screen {
  background-blend-mode: screen;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-lighten {
  background-blend-mode: lighten;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.bg-blend-hue {
  background-blend-mode: hue;
}

.bg-blend-saturation {
  background-blend-mode: saturation;
}

.bg-blend-color {
  background-blend-mode: color;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.shadow-c-black {
  --tw-shadow: 0px 20px 40px 0px rgba(26, 101, 143, 0.30);
  --tw-shadow-colored: 0px 20px 40px 0px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-c-dark {
  --tw-shadow: 0px 20px 40px 0px rgba(26, 101, 143, 0.30);
  --tw-shadow-colored: 0px 20px 40px 0px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-c-orange {
  --tw-shadow: 0px 20px 40px rgba(243, 111, 45, 0.20);
  --tw-shadow-colored: 0px 20px 40px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-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-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.last\:rounded-bl-xl:last-child {
  border-bottom-left-radius: 0.75rem;
}

.last\:rounded-br-xl:last-child {
  border-bottom-right-radius: 0.75rem;
}

.first-of-type\:rounded-tl-xl:first-of-type {
  border-top-left-radius: 0.75rem;
}

.last-of-type\:rounded-bl-xl:last-of-type {
  border-bottom-left-radius: 0.75rem;
}

.hover\:\!bg-black:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 26 26 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-black\/0:hover {
  background-color: rgb(29 26 26 / 0) !important;
}

.hover\:\!bg-black\/10:hover {
  background-color: rgb(29 26 26 / 0.1) !important;
}

.hover\:\!bg-black\/100:hover {
  background-color: rgb(29 26 26 / 1) !important;
}

.hover\:\!bg-black\/20:hover {
  background-color: rgb(29 26 26 / 0.2) !important;
}

.hover\:\!bg-black\/25:hover {
  background-color: rgb(29 26 26 / 0.25) !important;
}

.hover\:\!bg-black\/30:hover {
  background-color: rgb(29 26 26 / 0.3) !important;
}

.hover\:\!bg-black\/40:hover {
  background-color: rgb(29 26 26 / 0.4) !important;
}

.hover\:\!bg-black\/5:hover {
  background-color: rgb(29 26 26 / 0.05) !important;
}

.hover\:\!bg-black\/50:hover {
  background-color: rgb(29 26 26 / 0.5) !important;
}

.hover\:\!bg-black\/60:hover {
  background-color: rgb(29 26 26 / 0.6) !important;
}

.hover\:\!bg-black\/70:hover {
  background-color: rgb(29 26 26 / 0.7) !important;
}

.hover\:\!bg-black\/75:hover {
  background-color: rgb(29 26 26 / 0.75) !important;
}

.hover\:\!bg-black\/80:hover {
  background-color: rgb(29 26 26 / 0.8) !important;
}

.hover\:\!bg-black\/90:hover {
  background-color: rgb(29 26 26 / 0.9) !important;
}

.hover\:\!bg-black\/95:hover {
  background-color: rgb(29 26 26 / 0.95) !important;
}

.hover\:\!bg-dark:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 26 26 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-dark\/0:hover {
  background-color: rgb(29 26 26 / 0) !important;
}

.hover\:\!bg-dark\/10:hover {
  background-color: rgb(29 26 26 / 0.1) !important;
}

.hover\:\!bg-dark\/100:hover {
  background-color: rgb(29 26 26 / 1) !important;
}

.hover\:\!bg-dark\/20:hover {
  background-color: rgb(29 26 26 / 0.2) !important;
}

.hover\:\!bg-dark\/25:hover {
  background-color: rgb(29 26 26 / 0.25) !important;
}

.hover\:\!bg-dark\/30:hover {
  background-color: rgb(29 26 26 / 0.3) !important;
}

.hover\:\!bg-dark\/40:hover {
  background-color: rgb(29 26 26 / 0.4) !important;
}

.hover\:\!bg-dark\/5:hover {
  background-color: rgb(29 26 26 / 0.05) !important;
}

.hover\:\!bg-dark\/50:hover {
  background-color: rgb(29 26 26 / 0.5) !important;
}

.hover\:\!bg-dark\/60:hover {
  background-color: rgb(29 26 26 / 0.6) !important;
}

.hover\:\!bg-dark\/70:hover {
  background-color: rgb(29 26 26 / 0.7) !important;
}

.hover\:\!bg-dark\/75:hover {
  background-color: rgb(29 26 26 / 0.75) !important;
}

.hover\:\!bg-dark\/80:hover {
  background-color: rgb(29 26 26 / 0.8) !important;
}

.hover\:\!bg-dark\/90:hover {
  background-color: rgb(29 26 26 / 0.9) !important;
}

.hover\:\!bg-dark\/95:hover {
  background-color: rgb(29 26 26 / 0.95) !important;
}

.hover\:\!bg-mist:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 234 236 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-mist\/0:hover {
  background-color: rgb(235 234 236 / 0) !important;
}

.hover\:\!bg-mist\/10:hover {
  background-color: rgb(235 234 236 / 0.1) !important;
}

.hover\:\!bg-mist\/100:hover {
  background-color: rgb(235 234 236 / 1) !important;
}

.hover\:\!bg-mist\/20:hover {
  background-color: rgb(235 234 236 / 0.2) !important;
}

.hover\:\!bg-mist\/25:hover {
  background-color: rgb(235 234 236 / 0.25) !important;
}

.hover\:\!bg-mist\/30:hover {
  background-color: rgb(235 234 236 / 0.3) !important;
}

.hover\:\!bg-mist\/40:hover {
  background-color: rgb(235 234 236 / 0.4) !important;
}

.hover\:\!bg-mist\/5:hover {
  background-color: rgb(235 234 236 / 0.05) !important;
}

.hover\:\!bg-mist\/50:hover {
  background-color: rgb(235 234 236 / 0.5) !important;
}

.hover\:\!bg-mist\/60:hover {
  background-color: rgb(235 234 236 / 0.6) !important;
}

.hover\:\!bg-mist\/70:hover {
  background-color: rgb(235 234 236 / 0.7) !important;
}

.hover\:\!bg-mist\/75:hover {
  background-color: rgb(235 234 236 / 0.75) !important;
}

.hover\:\!bg-mist\/80:hover {
  background-color: rgb(235 234 236 / 0.8) !important;
}

.hover\:\!bg-mist\/90:hover {
  background-color: rgb(235 234 236 / 0.9) !important;
}

.hover\:\!bg-mist\/95:hover {
  background-color: rgb(235 234 236 / 0.95) !important;
}

.hover\:\!bg-orange:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 111 45 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-orange\/0:hover {
  background-color: rgb(243 111 45 / 0) !important;
}

.hover\:\!bg-orange\/10:hover {
  background-color: rgb(243 111 45 / 0.1) !important;
}

.hover\:\!bg-orange\/100:hover {
  background-color: rgb(243 111 45 / 1) !important;
}

.hover\:\!bg-orange\/20:hover {
  background-color: rgb(243 111 45 / 0.2) !important;
}

.hover\:\!bg-orange\/25:hover {
  background-color: rgb(243 111 45 / 0.25) !important;
}

.hover\:\!bg-orange\/30:hover {
  background-color: rgb(243 111 45 / 0.3) !important;
}

.hover\:\!bg-orange\/40:hover {
  background-color: rgb(243 111 45 / 0.4) !important;
}

.hover\:\!bg-orange\/5:hover {
  background-color: rgb(243 111 45 / 0.05) !important;
}

.hover\:\!bg-orange\/50:hover {
  background-color: rgb(243 111 45 / 0.5) !important;
}

.hover\:\!bg-orange\/60:hover {
  background-color: rgb(243 111 45 / 0.6) !important;
}

.hover\:\!bg-orange\/70:hover {
  background-color: rgb(243 111 45 / 0.7) !important;
}

.hover\:\!bg-orange\/75:hover {
  background-color: rgb(243 111 45 / 0.75) !important;
}

.hover\:\!bg-orange\/80:hover {
  background-color: rgb(243 111 45 / 0.8) !important;
}

.hover\:\!bg-orange\/90:hover {
  background-color: rgb(243 111 45 / 0.9) !important;
}

.hover\:\!bg-orange\/95:hover {
  background-color: rgb(243 111 45 / 0.95) !important;
}

.hover\:\!bg-shamrock:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(50 205 163 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-shamrock\/0:hover {
  background-color: rgb(50 205 163 / 0) !important;
}

.hover\:\!bg-shamrock\/10:hover {
  background-color: rgb(50 205 163 / 0.1) !important;
}

.hover\:\!bg-shamrock\/100:hover {
  background-color: rgb(50 205 163 / 1) !important;
}

.hover\:\!bg-shamrock\/20:hover {
  background-color: rgb(50 205 163 / 0.2) !important;
}

.hover\:\!bg-shamrock\/25:hover {
  background-color: rgb(50 205 163 / 0.25) !important;
}

.hover\:\!bg-shamrock\/30:hover {
  background-color: rgb(50 205 163 / 0.3) !important;
}

.hover\:\!bg-shamrock\/40:hover {
  background-color: rgb(50 205 163 / 0.4) !important;
}

.hover\:\!bg-shamrock\/5:hover {
  background-color: rgb(50 205 163 / 0.05) !important;
}

.hover\:\!bg-shamrock\/50:hover {
  background-color: rgb(50 205 163 / 0.5) !important;
}

.hover\:\!bg-shamrock\/60:hover {
  background-color: rgb(50 205 163 / 0.6) !important;
}

.hover\:\!bg-shamrock\/70:hover {
  background-color: rgb(50 205 163 / 0.7) !important;
}

.hover\:\!bg-shamrock\/75:hover {
  background-color: rgb(50 205 163 / 0.75) !important;
}

.hover\:\!bg-shamrock\/80:hover {
  background-color: rgb(50 205 163 / 0.8) !important;
}

.hover\:\!bg-shamrock\/90:hover {
  background-color: rgb(50 205 163 / 0.9) !important;
}

.hover\:\!bg-shamrock\/95:hover {
  background-color: rgb(50 205 163 / 0.95) !important;
}

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

.hover\:\!bg-transparent\/0:hover {
  background-color: rgb(0 0 0 / 0) !important;
}

.hover\:\!bg-transparent\/10:hover {
  background-color: rgb(0 0 0 / 0.1) !important;
}

.hover\:\!bg-transparent\/100:hover {
  background-color: rgb(0 0 0 / 1) !important;
}

.hover\:\!bg-transparent\/20:hover {
  background-color: rgb(0 0 0 / 0.2) !important;
}

.hover\:\!bg-transparent\/25:hover {
  background-color: rgb(0 0 0 / 0.25) !important;
}

.hover\:\!bg-transparent\/30:hover {
  background-color: rgb(0 0 0 / 0.3) !important;
}

.hover\:\!bg-transparent\/40:hover {
  background-color: rgb(0 0 0 / 0.4) !important;
}

.hover\:\!bg-transparent\/5:hover {
  background-color: rgb(0 0 0 / 0.05) !important;
}

.hover\:\!bg-transparent\/50:hover {
  background-color: rgb(0 0 0 / 0.5) !important;
}

.hover\:\!bg-transparent\/60:hover {
  background-color: rgb(0 0 0 / 0.6) !important;
}

.hover\:\!bg-transparent\/70:hover {
  background-color: rgb(0 0 0 / 0.7) !important;
}

.hover\:\!bg-transparent\/75:hover {
  background-color: rgb(0 0 0 / 0.75) !important;
}

.hover\:\!bg-transparent\/80:hover {
  background-color: rgb(0 0 0 / 0.8) !important;
}

.hover\:\!bg-transparent\/90:hover {
  background-color: rgb(0 0 0 / 0.9) !important;
}

.hover\:\!bg-transparent\/95:hover {
  background-color: rgb(0 0 0 / 0.95) !important;
}

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

.hover\:\!bg-white\/0:hover {
  background-color: rgb(255 255 255 / 0) !important;
}

.hover\:\!bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1) !important;
}

.hover\:\!bg-white\/100:hover {
  background-color: rgb(255 255 255 / 1) !important;
}

.hover\:\!bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2) !important;
}

.hover\:\!bg-white\/25:hover {
  background-color: rgb(255 255 255 / 0.25) !important;
}

.hover\:\!bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3) !important;
}

.hover\:\!bg-white\/40:hover {
  background-color: rgb(255 255 255 / 0.4) !important;
}

.hover\:\!bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05) !important;
}

.hover\:\!bg-white\/50:hover {
  background-color: rgb(255 255 255 / 0.5) !important;
}

.hover\:\!bg-white\/60:hover {
  background-color: rgb(255 255 255 / 0.6) !important;
}

.hover\:\!bg-white\/70:hover {
  background-color: rgb(255 255 255 / 0.7) !important;
}

.hover\:\!bg-white\/75:hover {
  background-color: rgb(255 255 255 / 0.75) !important;
}

.hover\:\!bg-white\/80:hover {
  background-color: rgb(255 255 255 / 0.8) !important;
}

.hover\:\!bg-white\/90:hover {
  background-color: rgb(255 255 255 / 0.9) !important;
}

.hover\:\!bg-white\/95:hover {
  background-color: rgb(255 255 255 / 0.95) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:\!bg-gradient-to-b:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops))) !important;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

.hover\:\!bg-gradient-to-bl:hover {
  background-image: -webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops))) !important;
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}

.hover\:\!bg-gradient-to-br:hover {
  background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops))) !important;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}

.hover\:\!bg-gradient-to-l:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops))) !important;
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}

.hover\:\!bg-gradient-to-r:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops))) !important;
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

.hover\:\!bg-gradient-to-t:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops))) !important;
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}

.hover\:\!bg-gradient-to-tl:hover {
  background-image: -webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops))) !important;
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
}

.hover\:\!bg-gradient-to-tr:hover {
  background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops))) !important;
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:\!text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(29 26 26 / var(--tw-text-opacity)) !important;
}

.hover\:\!text-black\/0:hover {
  color: rgb(29 26 26 / 0) !important;
}

.hover\:\!text-black\/10:hover {
  color: rgb(29 26 26 / 0.1) !important;
}

.hover\:\!text-black\/100:hover {
  color: rgb(29 26 26 / 1) !important;
}

.hover\:\!text-black\/20:hover {
  color: rgb(29 26 26 / 0.2) !important;
}

.hover\:\!text-black\/25:hover {
  color: rgb(29 26 26 / 0.25) !important;
}

.hover\:\!text-black\/30:hover {
  color: rgb(29 26 26 / 0.3) !important;
}

.hover\:\!text-black\/40:hover {
  color: rgb(29 26 26 / 0.4) !important;
}

.hover\:\!text-black\/5:hover {
  color: rgb(29 26 26 / 0.05) !important;
}

.hover\:\!text-black\/50:hover {
  color: rgb(29 26 26 / 0.5) !important;
}

.hover\:\!text-black\/60:hover {
  color: rgb(29 26 26 / 0.6) !important;
}

.hover\:\!text-black\/70:hover {
  color: rgb(29 26 26 / 0.7) !important;
}

.hover\:\!text-black\/75:hover {
  color: rgb(29 26 26 / 0.75) !important;
}

.hover\:\!text-black\/80:hover {
  color: rgb(29 26 26 / 0.8) !important;
}

.hover\:\!text-black\/90:hover {
  color: rgb(29 26 26 / 0.9) !important;
}

.hover\:\!text-black\/95:hover {
  color: rgb(29 26 26 / 0.95) !important;
}

.hover\:\!text-dark:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(29 26 26 / var(--tw-text-opacity)) !important;
}

.hover\:\!text-dark\/0:hover {
  color: rgb(29 26 26 / 0) !important;
}

.hover\:\!text-dark\/10:hover {
  color: rgb(29 26 26 / 0.1) !important;
}

.hover\:\!text-dark\/100:hover {
  color: rgb(29 26 26 / 1) !important;
}

.hover\:\!text-dark\/20:hover {
  color: rgb(29 26 26 / 0.2) !important;
}

.hover\:\!text-dark\/25:hover {
  color: rgb(29 26 26 / 0.25) !important;
}

.hover\:\!text-dark\/30:hover {
  color: rgb(29 26 26 / 0.3) !important;
}

.hover\:\!text-dark\/40:hover {
  color: rgb(29 26 26 / 0.4) !important;
}

.hover\:\!text-dark\/5:hover {
  color: rgb(29 26 26 / 0.05) !important;
}

.hover\:\!text-dark\/50:hover {
  color: rgb(29 26 26 / 0.5) !important;
}

.hover\:\!text-dark\/60:hover {
  color: rgb(29 26 26 / 0.6) !important;
}

.hover\:\!text-dark\/70:hover {
  color: rgb(29 26 26 / 0.7) !important;
}

.hover\:\!text-dark\/75:hover {
  color: rgb(29 26 26 / 0.75) !important;
}

.hover\:\!text-dark\/80:hover {
  color: rgb(29 26 26 / 0.8) !important;
}

.hover\:\!text-dark\/90:hover {
  color: rgb(29 26 26 / 0.9) !important;
}

.hover\:\!text-dark\/95:hover {
  color: rgb(29 26 26 / 0.95) !important;
}

.hover\:\!text-mist:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(235 234 236 / var(--tw-text-opacity)) !important;
}

.hover\:\!text-mist\/0:hover {
  color: rgb(235 234 236 / 0) !important;
}

.hover\:\!text-mist\/10:hover {
  color: rgb(235 234 236 / 0.1) !important;
}

.hover\:\!text-mist\/100:hover {
  color: rgb(235 234 236 / 1) !important;
}

.hover\:\!text-mist\/20:hover {
  color: rgb(235 234 236 / 0.2) !important;
}

.hover\:\!text-mist\/25:hover {
  color: rgb(235 234 236 / 0.25) !important;
}

.hover\:\!text-mist\/30:hover {
  color: rgb(235 234 236 / 0.3) !important;
}

.hover\:\!text-mist\/40:hover {
  color: rgb(235 234 236 / 0.4) !important;
}

.hover\:\!text-mist\/5:hover {
  color: rgb(235 234 236 / 0.05) !important;
}

.hover\:\!text-mist\/50:hover {
  color: rgb(235 234 236 / 0.5) !important;
}

.hover\:\!text-mist\/60:hover {
  color: rgb(235 234 236 / 0.6) !important;
}

.hover\:\!text-mist\/70:hover {
  color: rgb(235 234 236 / 0.7) !important;
}

.hover\:\!text-mist\/75:hover {
  color: rgb(235 234 236 / 0.75) !important;
}

.hover\:\!text-mist\/80:hover {
  color: rgb(235 234 236 / 0.8) !important;
}

.hover\:\!text-mist\/90:hover {
  color: rgb(235 234 236 / 0.9) !important;
}

.hover\:\!text-mist\/95:hover {
  color: rgb(235 234 236 / 0.95) !important;
}

.hover\:\!text-orange:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(243 111 45 / var(--tw-text-opacity)) !important;
}

.hover\:\!text-orange\/0:hover {
  color: rgb(243 111 45 / 0) !important;
}

.hover\:\!text-orange\/10:hover {
  color: rgb(243 111 45 / 0.1) !important;
}

.hover\:\!text-orange\/100:hover {
  color: rgb(243 111 45 / 1) !important;
}

.hover\:\!text-orange\/20:hover {
  color: rgb(243 111 45 / 0.2) !important;
}

.hover\:\!text-orange\/25:hover {
  color: rgb(243 111 45 / 0.25) !important;
}

.hover\:\!text-orange\/30:hover {
  color: rgb(243 111 45 / 0.3) !important;
}

.hover\:\!text-orange\/40:hover {
  color: rgb(243 111 45 / 0.4) !important;
}

.hover\:\!text-orange\/5:hover {
  color: rgb(243 111 45 / 0.05) !important;
}

.hover\:\!text-orange\/50:hover {
  color: rgb(243 111 45 / 0.5) !important;
}

.hover\:\!text-orange\/60:hover {
  color: rgb(243 111 45 / 0.6) !important;
}

.hover\:\!text-orange\/70:hover {
  color: rgb(243 111 45 / 0.7) !important;
}

.hover\:\!text-orange\/75:hover {
  color: rgb(243 111 45 / 0.75) !important;
}

.hover\:\!text-orange\/80:hover {
  color: rgb(243 111 45 / 0.8) !important;
}

.hover\:\!text-orange\/90:hover {
  color: rgb(243 111 45 / 0.9) !important;
}

.hover\:\!text-orange\/95:hover {
  color: rgb(243 111 45 / 0.95) !important;
}

.hover\:\!text-shamrock:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(50 205 163 / var(--tw-text-opacity)) !important;
}

.hover\:\!text-shamrock\/0:hover {
  color: rgb(50 205 163 / 0) !important;
}

.hover\:\!text-shamrock\/10:hover {
  color: rgb(50 205 163 / 0.1) !important;
}

.hover\:\!text-shamrock\/100:hover {
  color: rgb(50 205 163 / 1) !important;
}

.hover\:\!text-shamrock\/20:hover {
  color: rgb(50 205 163 / 0.2) !important;
}

.hover\:\!text-shamrock\/25:hover {
  color: rgb(50 205 163 / 0.25) !important;
}

.hover\:\!text-shamrock\/30:hover {
  color: rgb(50 205 163 / 0.3) !important;
}

.hover\:\!text-shamrock\/40:hover {
  color: rgb(50 205 163 / 0.4) !important;
}

.hover\:\!text-shamrock\/5:hover {
  color: rgb(50 205 163 / 0.05) !important;
}

.hover\:\!text-shamrock\/50:hover {
  color: rgb(50 205 163 / 0.5) !important;
}

.hover\:\!text-shamrock\/60:hover {
  color: rgb(50 205 163 / 0.6) !important;
}

.hover\:\!text-shamrock\/70:hover {
  color: rgb(50 205 163 / 0.7) !important;
}

.hover\:\!text-shamrock\/75:hover {
  color: rgb(50 205 163 / 0.75) !important;
}

.hover\:\!text-shamrock\/80:hover {
  color: rgb(50 205 163 / 0.8) !important;
}

.hover\:\!text-shamrock\/90:hover {
  color: rgb(50 205 163 / 0.9) !important;
}

.hover\:\!text-shamrock\/95:hover {
  color: rgb(50 205 163 / 0.95) !important;
}

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

.hover\:\!text-transparent\/0:hover {
  color: rgb(0 0 0 / 0) !important;
}

.hover\:\!text-transparent\/10:hover {
  color: rgb(0 0 0 / 0.1) !important;
}

.hover\:\!text-transparent\/100:hover {
  color: rgb(0 0 0 / 1) !important;
}

.hover\:\!text-transparent\/20:hover {
  color: rgb(0 0 0 / 0.2) !important;
}

.hover\:\!text-transparent\/25:hover {
  color: rgb(0 0 0 / 0.25) !important;
}

.hover\:\!text-transparent\/30:hover {
  color: rgb(0 0 0 / 0.3) !important;
}

.hover\:\!text-transparent\/40:hover {
  color: rgb(0 0 0 / 0.4) !important;
}

.hover\:\!text-transparent\/5:hover {
  color: rgb(0 0 0 / 0.05) !important;
}

.hover\:\!text-transparent\/50:hover {
  color: rgb(0 0 0 / 0.5) !important;
}

.hover\:\!text-transparent\/60:hover {
  color: rgb(0 0 0 / 0.6) !important;
}

.hover\:\!text-transparent\/70:hover {
  color: rgb(0 0 0 / 0.7) !important;
}

.hover\:\!text-transparent\/75:hover {
  color: rgb(0 0 0 / 0.75) !important;
}

.hover\:\!text-transparent\/80:hover {
  color: rgb(0 0 0 / 0.8) !important;
}

.hover\:\!text-transparent\/90:hover {
  color: rgb(0 0 0 / 0.9) !important;
}

.hover\:\!text-transparent\/95:hover {
  color: rgb(0 0 0 / 0.95) !important;
}

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

.hover\:\!text-white\/0:hover {
  color: rgb(255 255 255 / 0) !important;
}

.hover\:\!text-white\/10:hover {
  color: rgb(255 255 255 / 0.1) !important;
}

.hover\:\!text-white\/100:hover {
  color: rgb(255 255 255 / 1) !important;
}

.hover\:\!text-white\/20:hover {
  color: rgb(255 255 255 / 0.2) !important;
}

.hover\:\!text-white\/25:hover {
  color: rgb(255 255 255 / 0.25) !important;
}

.hover\:\!text-white\/30:hover {
  color: rgb(255 255 255 / 0.3) !important;
}

.hover\:\!text-white\/40:hover {
  color: rgb(255 255 255 / 0.4) !important;
}

.hover\:\!text-white\/5:hover {
  color: rgb(255 255 255 / 0.05) !important;
}

.hover\:\!text-white\/50:hover {
  color: rgb(255 255 255 / 0.5) !important;
}

.hover\:\!text-white\/60:hover {
  color: rgb(255 255 255 / 0.6) !important;
}

.hover\:\!text-white\/70:hover {
  color: rgb(255 255 255 / 0.7) !important;
}

.hover\:\!text-white\/75:hover {
  color: rgb(255 255 255 / 0.75) !important;
}

.hover\:\!text-white\/80:hover {
  color: rgb(255 255 255 / 0.8) !important;
}

.hover\:\!text-white\/90:hover {
  color: rgb(255 255 255 / 0.9) !important;
}

.hover\:\!text-white\/95:hover {
  color: rgb(255 255 255 / 0.95) !important;
}

@media (min-width: 991px) {
  .lg\:visible {
    visibility: visible;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:-right-\[84px\] {
    right: -84px;
  }

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

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

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

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

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

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

  .lg\:mr-\[84px\] {
    margin-right: 84px;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:\!grid-cols-none {
    grid-template-columns: none !important;
  }

  .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\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

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

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

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

  .lg\:gap-8 {
    gap: 2rem;
  }

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

  .lg\:\!border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgb(29 26 26 / var(--tw-border-opacity)) !important;
  }

  .lg\:\!border-black\/0 {
    border-color: rgb(29 26 26 / 0) !important;
  }

  .lg\:\!border-black\/10 {
    border-color: rgb(29 26 26 / 0.1) !important;
  }

  .lg\:\!border-black\/100 {
    border-color: rgb(29 26 26 / 1) !important;
  }

  .lg\:\!border-black\/20 {
    border-color: rgb(29 26 26 / 0.2) !important;
  }

  .lg\:\!border-black\/25 {
    border-color: rgb(29 26 26 / 0.25) !important;
  }

  .lg\:\!border-black\/30 {
    border-color: rgb(29 26 26 / 0.3) !important;
  }

  .lg\:\!border-black\/40 {
    border-color: rgb(29 26 26 / 0.4) !important;
  }

  .lg\:\!border-black\/5 {
    border-color: rgb(29 26 26 / 0.05) !important;
  }

  .lg\:\!border-black\/50 {
    border-color: rgb(29 26 26 / 0.5) !important;
  }

  .lg\:\!border-black\/60 {
    border-color: rgb(29 26 26 / 0.6) !important;
  }

  .lg\:\!border-black\/70 {
    border-color: rgb(29 26 26 / 0.7) !important;
  }

  .lg\:\!border-black\/75 {
    border-color: rgb(29 26 26 / 0.75) !important;
  }

  .lg\:\!border-black\/80 {
    border-color: rgb(29 26 26 / 0.8) !important;
  }

  .lg\:\!border-black\/90 {
    border-color: rgb(29 26 26 / 0.9) !important;
  }

  .lg\:\!border-black\/95 {
    border-color: rgb(29 26 26 / 0.95) !important;
  }

  .lg\:\!border-dark {
    --tw-border-opacity: 1 !important;
    border-color: rgb(29 26 26 / var(--tw-border-opacity)) !important;
  }

  .lg\:\!border-dark\/0 {
    border-color: rgb(29 26 26 / 0) !important;
  }

  .lg\:\!border-dark\/10 {
    border-color: rgb(29 26 26 / 0.1) !important;
  }

  .lg\:\!border-dark\/100 {
    border-color: rgb(29 26 26 / 1) !important;
  }

  .lg\:\!border-dark\/20 {
    border-color: rgb(29 26 26 / 0.2) !important;
  }

  .lg\:\!border-dark\/25 {
    border-color: rgb(29 26 26 / 0.25) !important;
  }

  .lg\:\!border-dark\/30 {
    border-color: rgb(29 26 26 / 0.3) !important;
  }

  .lg\:\!border-dark\/40 {
    border-color: rgb(29 26 26 / 0.4) !important;
  }

  .lg\:\!border-dark\/5 {
    border-color: rgb(29 26 26 / 0.05) !important;
  }

  .lg\:\!border-dark\/50 {
    border-color: rgb(29 26 26 / 0.5) !important;
  }

  .lg\:\!border-dark\/60 {
    border-color: rgb(29 26 26 / 0.6) !important;
  }

  .lg\:\!border-dark\/70 {
    border-color: rgb(29 26 26 / 0.7) !important;
  }

  .lg\:\!border-dark\/75 {
    border-color: rgb(29 26 26 / 0.75) !important;
  }

  .lg\:\!border-dark\/80 {
    border-color: rgb(29 26 26 / 0.8) !important;
  }

  .lg\:\!border-dark\/90 {
    border-color: rgb(29 26 26 / 0.9) !important;
  }

  .lg\:\!border-dark\/95 {
    border-color: rgb(29 26 26 / 0.95) !important;
  }

  .lg\:\!border-mist {
    --tw-border-opacity: 1 !important;
    border-color: rgb(235 234 236 / var(--tw-border-opacity)) !important;
  }

  .lg\:\!border-mist\/0 {
    border-color: rgb(235 234 236 / 0) !important;
  }

  .lg\:\!border-mist\/10 {
    border-color: rgb(235 234 236 / 0.1) !important;
  }

  .lg\:\!border-mist\/100 {
    border-color: rgb(235 234 236 / 1) !important;
  }

  .lg\:\!border-mist\/20 {
    border-color: rgb(235 234 236 / 0.2) !important;
  }

  .lg\:\!border-mist\/25 {
    border-color: rgb(235 234 236 / 0.25) !important;
  }

  .lg\:\!border-mist\/30 {
    border-color: rgb(235 234 236 / 0.3) !important;
  }

  .lg\:\!border-mist\/40 {
    border-color: rgb(235 234 236 / 0.4) !important;
  }

  .lg\:\!border-mist\/5 {
    border-color: rgb(235 234 236 / 0.05) !important;
  }

  .lg\:\!border-mist\/50 {
    border-color: rgb(235 234 236 / 0.5) !important;
  }

  .lg\:\!border-mist\/60 {
    border-color: rgb(235 234 236 / 0.6) !important;
  }

  .lg\:\!border-mist\/70 {
    border-color: rgb(235 234 236 / 0.7) !important;
  }

  .lg\:\!border-mist\/75 {
    border-color: rgb(235 234 236 / 0.75) !important;
  }

  .lg\:\!border-mist\/80 {
    border-color: rgb(235 234 236 / 0.8) !important;
  }

  .lg\:\!border-mist\/90 {
    border-color: rgb(235 234 236 / 0.9) !important;
  }

  .lg\:\!border-mist\/95 {
    border-color: rgb(235 234 236 / 0.95) !important;
  }

  .lg\:\!border-orange {
    --tw-border-opacity: 1 !important;
    border-color: rgb(243 111 45 / var(--tw-border-opacity)) !important;
  }

  .lg\:\!border-orange\/0 {
    border-color: rgb(243 111 45 / 0) !important;
  }

  .lg\:\!border-orange\/10 {
    border-color: rgb(243 111 45 / 0.1) !important;
  }

  .lg\:\!border-orange\/100 {
    border-color: rgb(243 111 45 / 1) !important;
  }

  .lg\:\!border-orange\/20 {
    border-color: rgb(243 111 45 / 0.2) !important;
  }

  .lg\:\!border-orange\/25 {
    border-color: rgb(243 111 45 / 0.25) !important;
  }

  .lg\:\!border-orange\/30 {
    border-color: rgb(243 111 45 / 0.3) !important;
  }

  .lg\:\!border-orange\/40 {
    border-color: rgb(243 111 45 / 0.4) !important;
  }

  .lg\:\!border-orange\/5 {
    border-color: rgb(243 111 45 / 0.05) !important;
  }

  .lg\:\!border-orange\/50 {
    border-color: rgb(243 111 45 / 0.5) !important;
  }

  .lg\:\!border-orange\/60 {
    border-color: rgb(243 111 45 / 0.6) !important;
  }

  .lg\:\!border-orange\/70 {
    border-color: rgb(243 111 45 / 0.7) !important;
  }

  .lg\:\!border-orange\/75 {
    border-color: rgb(243 111 45 / 0.75) !important;
  }

  .lg\:\!border-orange\/80 {
    border-color: rgb(243 111 45 / 0.8) !important;
  }

  .lg\:\!border-orange\/90 {
    border-color: rgb(243 111 45 / 0.9) !important;
  }

  .lg\:\!border-orange\/95 {
    border-color: rgb(243 111 45 / 0.95) !important;
  }

  .lg\:\!border-shamrock {
    --tw-border-opacity: 1 !important;
    border-color: rgb(50 205 163 / var(--tw-border-opacity)) !important;
  }

  .lg\:\!border-shamrock\/0 {
    border-color: rgb(50 205 163 / 0) !important;
  }

  .lg\:\!border-shamrock\/10 {
    border-color: rgb(50 205 163 / 0.1) !important;
  }

  .lg\:\!border-shamrock\/100 {
    border-color: rgb(50 205 163 / 1) !important;
  }

  .lg\:\!border-shamrock\/20 {
    border-color: rgb(50 205 163 / 0.2) !important;
  }

  .lg\:\!border-shamrock\/25 {
    border-color: rgb(50 205 163 / 0.25) !important;
  }

  .lg\:\!border-shamrock\/30 {
    border-color: rgb(50 205 163 / 0.3) !important;
  }

  .lg\:\!border-shamrock\/40 {
    border-color: rgb(50 205 163 / 0.4) !important;
  }

  .lg\:\!border-shamrock\/5 {
    border-color: rgb(50 205 163 / 0.05) !important;
  }

  .lg\:\!border-shamrock\/50 {
    border-color: rgb(50 205 163 / 0.5) !important;
  }

  .lg\:\!border-shamrock\/60 {
    border-color: rgb(50 205 163 / 0.6) !important;
  }

  .lg\:\!border-shamrock\/70 {
    border-color: rgb(50 205 163 / 0.7) !important;
  }

  .lg\:\!border-shamrock\/75 {
    border-color: rgb(50 205 163 / 0.75) !important;
  }

  .lg\:\!border-shamrock\/80 {
    border-color: rgb(50 205 163 / 0.8) !important;
  }

  .lg\:\!border-shamrock\/90 {
    border-color: rgb(50 205 163 / 0.9) !important;
  }

  .lg\:\!border-shamrock\/95 {
    border-color: rgb(50 205 163 / 0.95) !important;
  }

  .lg\:\!border-transparent {
    border-color: transparent !important;
  }

  .lg\:\!border-transparent\/0 {
    border-color: rgb(0 0 0 / 0) !important;
  }

  .lg\:\!border-transparent\/10 {
    border-color: rgb(0 0 0 / 0.1) !important;
  }

  .lg\:\!border-transparent\/100 {
    border-color: rgb(0 0 0 / 1) !important;
  }

  .lg\:\!border-transparent\/20 {
    border-color: rgb(0 0 0 / 0.2) !important;
  }

  .lg\:\!border-transparent\/25 {
    border-color: rgb(0 0 0 / 0.25) !important;
  }

  .lg\:\!border-transparent\/30 {
    border-color: rgb(0 0 0 / 0.3) !important;
  }

  .lg\:\!border-transparent\/40 {
    border-color: rgb(0 0 0 / 0.4) !important;
  }

  .lg\:\!border-transparent\/5 {
    border-color: rgb(0 0 0 / 0.05) !important;
  }

  .lg\:\!border-transparent\/50 {
    border-color: rgb(0 0 0 / 0.5) !important;
  }

  .lg\:\!border-transparent\/60 {
    border-color: rgb(0 0 0 / 0.6) !important;
  }

  .lg\:\!border-transparent\/70 {
    border-color: rgb(0 0 0 / 0.7) !important;
  }

  .lg\:\!border-transparent\/75 {
    border-color: rgb(0 0 0 / 0.75) !important;
  }

  .lg\:\!border-transparent\/80 {
    border-color: rgb(0 0 0 / 0.8) !important;
  }

  .lg\:\!border-transparent\/90 {
    border-color: rgb(0 0 0 / 0.9) !important;
  }

  .lg\:\!border-transparent\/95 {
    border-color: rgb(0 0 0 / 0.95) !important;
  }

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

  .lg\:\!border-white\/0 {
    border-color: rgb(255 255 255 / 0) !important;
  }

  .lg\:\!border-white\/10 {
    border-color: rgb(255 255 255 / 0.1) !important;
  }

  .lg\:\!border-white\/100 {
    border-color: rgb(255 255 255 / 1) !important;
  }

  .lg\:\!border-white\/20 {
    border-color: rgb(255 255 255 / 0.2) !important;
  }

  .lg\:\!border-white\/25 {
    border-color: rgb(255 255 255 / 0.25) !important;
  }

  .lg\:\!border-white\/30 {
    border-color: rgb(255 255 255 / 0.3) !important;
  }

  .lg\:\!border-white\/40 {
    border-color: rgb(255 255 255 / 0.4) !important;
  }

  .lg\:\!border-white\/5 {
    border-color: rgb(255 255 255 / 0.05) !important;
  }

  .lg\:\!border-white\/50 {
    border-color: rgb(255 255 255 / 0.5) !important;
  }

  .lg\:\!border-white\/60 {
    border-color: rgb(255 255 255 / 0.6) !important;
  }

  .lg\:\!border-white\/70 {
    border-color: rgb(255 255 255 / 0.7) !important;
  }

  .lg\:\!border-white\/75 {
    border-color: rgb(255 255 255 / 0.75) !important;
  }

  .lg\:\!border-white\/80 {
    border-color: rgb(255 255 255 / 0.8) !important;
  }

  .lg\:\!border-white\/90 {
    border-color: rgb(255 255 255 / 0.9) !important;
  }

  .lg\:\!border-white\/95 {
    border-color: rgb(255 255 255 / 0.95) !important;
  }

  .lg\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(29 26 26 / var(--tw-border-opacity));
  }

  .lg\:border-black\/0 {
    border-color: rgb(29 26 26 / 0);
  }

  .lg\:border-black\/10 {
    border-color: rgb(29 26 26 / 0.1);
  }

  .lg\:border-black\/100 {
    border-color: rgb(29 26 26 / 1);
  }

  .lg\:border-black\/20 {
    border-color: rgb(29 26 26 / 0.2);
  }

  .lg\:border-black\/25 {
    border-color: rgb(29 26 26 / 0.25);
  }

  .lg\:border-black\/30 {
    border-color: rgb(29 26 26 / 0.3);
  }

  .lg\:border-black\/40 {
    border-color: rgb(29 26 26 / 0.4);
  }

  .lg\:border-black\/5 {
    border-color: rgb(29 26 26 / 0.05);
  }

  .lg\:border-black\/50 {
    border-color: rgb(29 26 26 / 0.5);
  }

  .lg\:border-black\/60 {
    border-color: rgb(29 26 26 / 0.6);
  }

  .lg\:border-black\/70 {
    border-color: rgb(29 26 26 / 0.7);
  }

  .lg\:border-black\/75 {
    border-color: rgb(29 26 26 / 0.75);
  }

  .lg\:border-black\/80 {
    border-color: rgb(29 26 26 / 0.8);
  }

  .lg\:border-black\/90 {
    border-color: rgb(29 26 26 / 0.9);
  }

  .lg\:border-black\/95 {
    border-color: rgb(29 26 26 / 0.95);
  }

  .lg\:border-dark {
    --tw-border-opacity: 1;
    border-color: rgb(29 26 26 / var(--tw-border-opacity));
  }

  .lg\:border-dark\/0 {
    border-color: rgb(29 26 26 / 0);
  }

  .lg\:border-dark\/10 {
    border-color: rgb(29 26 26 / 0.1);
  }

  .lg\:border-dark\/100 {
    border-color: rgb(29 26 26 / 1);
  }

  .lg\:border-dark\/20 {
    border-color: rgb(29 26 26 / 0.2);
  }

  .lg\:border-dark\/25 {
    border-color: rgb(29 26 26 / 0.25);
  }

  .lg\:border-dark\/30 {
    border-color: rgb(29 26 26 / 0.3);
  }

  .lg\:border-dark\/40 {
    border-color: rgb(29 26 26 / 0.4);
  }

  .lg\:border-dark\/5 {
    border-color: rgb(29 26 26 / 0.05);
  }

  .lg\:border-dark\/50 {
    border-color: rgb(29 26 26 / 0.5);
  }

  .lg\:border-dark\/60 {
    border-color: rgb(29 26 26 / 0.6);
  }

  .lg\:border-dark\/70 {
    border-color: rgb(29 26 26 / 0.7);
  }

  .lg\:border-dark\/75 {
    border-color: rgb(29 26 26 / 0.75);
  }

  .lg\:border-dark\/80 {
    border-color: rgb(29 26 26 / 0.8);
  }

  .lg\:border-dark\/90 {
    border-color: rgb(29 26 26 / 0.9);
  }

  .lg\:border-dark\/95 {
    border-color: rgb(29 26 26 / 0.95);
  }

  .lg\:border-mist {
    --tw-border-opacity: 1;
    border-color: rgb(235 234 236 / var(--tw-border-opacity));
  }

  .lg\:border-mist\/0 {
    border-color: rgb(235 234 236 / 0);
  }

  .lg\:border-mist\/10 {
    border-color: rgb(235 234 236 / 0.1);
  }

  .lg\:border-mist\/100 {
    border-color: rgb(235 234 236 / 1);
  }

  .lg\:border-mist\/20 {
    border-color: rgb(235 234 236 / 0.2);
  }

  .lg\:border-mist\/25 {
    border-color: rgb(235 234 236 / 0.25);
  }

  .lg\:border-mist\/30 {
    border-color: rgb(235 234 236 / 0.3);
  }

  .lg\:border-mist\/40 {
    border-color: rgb(235 234 236 / 0.4);
  }

  .lg\:border-mist\/5 {
    border-color: rgb(235 234 236 / 0.05);
  }

  .lg\:border-mist\/50 {
    border-color: rgb(235 234 236 / 0.5);
  }

  .lg\:border-mist\/60 {
    border-color: rgb(235 234 236 / 0.6);
  }

  .lg\:border-mist\/70 {
    border-color: rgb(235 234 236 / 0.7);
  }

  .lg\:border-mist\/75 {
    border-color: rgb(235 234 236 / 0.75);
  }

  .lg\:border-mist\/80 {
    border-color: rgb(235 234 236 / 0.8);
  }

  .lg\:border-mist\/90 {
    border-color: rgb(235 234 236 / 0.9);
  }

  .lg\:border-mist\/95 {
    border-color: rgb(235 234 236 / 0.95);
  }

  .lg\:border-orange {
    --tw-border-opacity: 1;
    border-color: rgb(243 111 45 / var(--tw-border-opacity));
  }

  .lg\:border-orange\/0 {
    border-color: rgb(243 111 45 / 0);
  }

  .lg\:border-orange\/10 {
    border-color: rgb(243 111 45 / 0.1);
  }

  .lg\:border-orange\/100 {
    border-color: rgb(243 111 45 / 1);
  }

  .lg\:border-orange\/20 {
    border-color: rgb(243 111 45 / 0.2);
  }

  .lg\:border-orange\/25 {
    border-color: rgb(243 111 45 / 0.25);
  }

  .lg\:border-orange\/30 {
    border-color: rgb(243 111 45 / 0.3);
  }

  .lg\:border-orange\/40 {
    border-color: rgb(243 111 45 / 0.4);
  }

  .lg\:border-orange\/5 {
    border-color: rgb(243 111 45 / 0.05);
  }

  .lg\:border-orange\/50 {
    border-color: rgb(243 111 45 / 0.5);
  }

  .lg\:border-orange\/60 {
    border-color: rgb(243 111 45 / 0.6);
  }

  .lg\:border-orange\/70 {
    border-color: rgb(243 111 45 / 0.7);
  }

  .lg\:border-orange\/75 {
    border-color: rgb(243 111 45 / 0.75);
  }

  .lg\:border-orange\/80 {
    border-color: rgb(243 111 45 / 0.8);
  }

  .lg\:border-orange\/90 {
    border-color: rgb(243 111 45 / 0.9);
  }

  .lg\:border-orange\/95 {
    border-color: rgb(243 111 45 / 0.95);
  }

  .lg\:border-shamrock {
    --tw-border-opacity: 1;
    border-color: rgb(50 205 163 / var(--tw-border-opacity));
  }

  .lg\:border-shamrock\/0 {
    border-color: rgb(50 205 163 / 0);
  }

  .lg\:border-shamrock\/10 {
    border-color: rgb(50 205 163 / 0.1);
  }

  .lg\:border-shamrock\/100 {
    border-color: rgb(50 205 163 / 1);
  }

  .lg\:border-shamrock\/20 {
    border-color: rgb(50 205 163 / 0.2);
  }

  .lg\:border-shamrock\/25 {
    border-color: rgb(50 205 163 / 0.25);
  }

  .lg\:border-shamrock\/30 {
    border-color: rgb(50 205 163 / 0.3);
  }

  .lg\:border-shamrock\/40 {
    border-color: rgb(50 205 163 / 0.4);
  }

  .lg\:border-shamrock\/5 {
    border-color: rgb(50 205 163 / 0.05);
  }

  .lg\:border-shamrock\/50 {
    border-color: rgb(50 205 163 / 0.5);
  }

  .lg\:border-shamrock\/60 {
    border-color: rgb(50 205 163 / 0.6);
  }

  .lg\:border-shamrock\/70 {
    border-color: rgb(50 205 163 / 0.7);
  }

  .lg\:border-shamrock\/75 {
    border-color: rgb(50 205 163 / 0.75);
  }

  .lg\:border-shamrock\/80 {
    border-color: rgb(50 205 163 / 0.8);
  }

  .lg\:border-shamrock\/90 {
    border-color: rgb(50 205 163 / 0.9);
  }

  .lg\:border-shamrock\/95 {
    border-color: rgb(50 205 163 / 0.95);
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-transparent\/0 {
    border-color: rgb(0 0 0 / 0);
  }

  .lg\:border-transparent\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-transparent\/100 {
    border-color: rgb(0 0 0 / 1);
  }

  .lg\:border-transparent\/20 {
    border-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-transparent\/25 {
    border-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-transparent\/30 {
    border-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-transparent\/40 {
    border-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-transparent\/5 {
    border-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-transparent\/50 {
    border-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-transparent\/60 {
    border-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-transparent\/70 {
    border-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-transparent\/75 {
    border-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-transparent\/80 {
    border-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-transparent\/90 {
    border-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-transparent\/95 {
    border-color: rgb(0 0 0 / 0.95);
  }

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

  .lg\:border-white\/0 {
    border-color: rgb(255 255 255 / 0);
  }

  .lg\:border-white\/10 {
    border-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-white\/100 {
    border-color: rgb(255 255 255 / 1);
  }

  .lg\:border-white\/20 {
    border-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-white\/25 {
    border-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-white\/30 {
    border-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-white\/40 {
    border-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-white\/5 {
    border-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-white\/50 {
    border-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-white\/60 {
    border-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-white\/70 {
    border-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-white\/75 {
    border-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-white\/80 {
    border-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-white\/90 {
    border-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-white\/95 {
    border-color: rgb(255 255 255 / 0.95);
  }

  .lg\:\!bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(29 26 26 / var(--tw-bg-opacity)) !important;
  }

  .lg\:\!bg-black\/0 {
    background-color: rgb(29 26 26 / 0) !important;
  }

  .lg\:\!bg-black\/10 {
    background-color: rgb(29 26 26 / 0.1) !important;
  }

  .lg\:\!bg-black\/100 {
    background-color: rgb(29 26 26 / 1) !important;
  }

  .lg\:\!bg-black\/20 {
    background-color: rgb(29 26 26 / 0.2) !important;
  }

  .lg\:\!bg-black\/25 {
    background-color: rgb(29 26 26 / 0.25) !important;
  }

  .lg\:\!bg-black\/30 {
    background-color: rgb(29 26 26 / 0.3) !important;
  }

  .lg\:\!bg-black\/40 {
    background-color: rgb(29 26 26 / 0.4) !important;
  }

  .lg\:\!bg-black\/5 {
    background-color: rgb(29 26 26 / 0.05) !important;
  }

  .lg\:\!bg-black\/50 {
    background-color: rgb(29 26 26 / 0.5) !important;
  }

  .lg\:\!bg-black\/60 {
    background-color: rgb(29 26 26 / 0.6) !important;
  }

  .lg\:\!bg-black\/70 {
    background-color: rgb(29 26 26 / 0.7) !important;
  }

  .lg\:\!bg-black\/75 {
    background-color: rgb(29 26 26 / 0.75) !important;
  }

  .lg\:\!bg-black\/80 {
    background-color: rgb(29 26 26 / 0.8) !important;
  }

  .lg\:\!bg-black\/90 {
    background-color: rgb(29 26 26 / 0.9) !important;
  }

  .lg\:\!bg-black\/95 {
    background-color: rgb(29 26 26 / 0.95) !important;
  }

  .lg\:\!bg-dark {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(29 26 26 / var(--tw-bg-opacity)) !important;
  }

  .lg\:\!bg-dark\/0 {
    background-color: rgb(29 26 26 / 0) !important;
  }

  .lg\:\!bg-dark\/10 {
    background-color: rgb(29 26 26 / 0.1) !important;
  }

  .lg\:\!bg-dark\/100 {
    background-color: rgb(29 26 26 / 1) !important;
  }

  .lg\:\!bg-dark\/20 {
    background-color: rgb(29 26 26 / 0.2) !important;
  }

  .lg\:\!bg-dark\/25 {
    background-color: rgb(29 26 26 / 0.25) !important;
  }

  .lg\:\!bg-dark\/30 {
    background-color: rgb(29 26 26 / 0.3) !important;
  }

  .lg\:\!bg-dark\/40 {
    background-color: rgb(29 26 26 / 0.4) !important;
  }

  .lg\:\!bg-dark\/5 {
    background-color: rgb(29 26 26 / 0.05) !important;
  }

  .lg\:\!bg-dark\/50 {
    background-color: rgb(29 26 26 / 0.5) !important;
  }

  .lg\:\!bg-dark\/60 {
    background-color: rgb(29 26 26 / 0.6) !important;
  }

  .lg\:\!bg-dark\/70 {
    background-color: rgb(29 26 26 / 0.7) !important;
  }

  .lg\:\!bg-dark\/75 {
    background-color: rgb(29 26 26 / 0.75) !important;
  }

  .lg\:\!bg-dark\/80 {
    background-color: rgb(29 26 26 / 0.8) !important;
  }

  .lg\:\!bg-dark\/90 {
    background-color: rgb(29 26 26 / 0.9) !important;
  }

  .lg\:\!bg-dark\/95 {
    background-color: rgb(29 26 26 / 0.95) !important;
  }

  .lg\:\!bg-mist {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(235 234 236 / var(--tw-bg-opacity)) !important;
  }

  .lg\:\!bg-mist\/0 {
    background-color: rgb(235 234 236 / 0) !important;
  }

  .lg\:\!bg-mist\/10 {
    background-color: rgb(235 234 236 / 0.1) !important;
  }

  .lg\:\!bg-mist\/100 {
    background-color: rgb(235 234 236 / 1) !important;
  }

  .lg\:\!bg-mist\/20 {
    background-color: rgb(235 234 236 / 0.2) !important;
  }

  .lg\:\!bg-mist\/25 {
    background-color: rgb(235 234 236 / 0.25) !important;
  }

  .lg\:\!bg-mist\/30 {
    background-color: rgb(235 234 236 / 0.3) !important;
  }

  .lg\:\!bg-mist\/40 {
    background-color: rgb(235 234 236 / 0.4) !important;
  }

  .lg\:\!bg-mist\/5 {
    background-color: rgb(235 234 236 / 0.05) !important;
  }

  .lg\:\!bg-mist\/50 {
    background-color: rgb(235 234 236 / 0.5) !important;
  }

  .lg\:\!bg-mist\/60 {
    background-color: rgb(235 234 236 / 0.6) !important;
  }

  .lg\:\!bg-mist\/70 {
    background-color: rgb(235 234 236 / 0.7) !important;
  }

  .lg\:\!bg-mist\/75 {
    background-color: rgb(235 234 236 / 0.75) !important;
  }

  .lg\:\!bg-mist\/80 {
    background-color: rgb(235 234 236 / 0.8) !important;
  }

  .lg\:\!bg-mist\/90 {
    background-color: rgb(235 234 236 / 0.9) !important;
  }

  .lg\:\!bg-mist\/95 {
    background-color: rgb(235 234 236 / 0.95) !important;
  }

  .lg\:\!bg-orange {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 111 45 / var(--tw-bg-opacity)) !important;
  }

  .lg\:\!bg-orange\/0 {
    background-color: rgb(243 111 45 / 0) !important;
  }

  .lg\:\!bg-orange\/10 {
    background-color: rgb(243 111 45 / 0.1) !important;
  }

  .lg\:\!bg-orange\/100 {
    background-color: rgb(243 111 45 / 1) !important;
  }

  .lg\:\!bg-orange\/20 {
    background-color: rgb(243 111 45 / 0.2) !important;
  }

  .lg\:\!bg-orange\/25 {
    background-color: rgb(243 111 45 / 0.25) !important;
  }

  .lg\:\!bg-orange\/30 {
    background-color: rgb(243 111 45 / 0.3) !important;
  }

  .lg\:\!bg-orange\/40 {
    background-color: rgb(243 111 45 / 0.4) !important;
  }

  .lg\:\!bg-orange\/5 {
    background-color: rgb(243 111 45 / 0.05) !important;
  }

  .lg\:\!bg-orange\/50 {
    background-color: rgb(243 111 45 / 0.5) !important;
  }

  .lg\:\!bg-orange\/60 {
    background-color: rgb(243 111 45 / 0.6) !important;
  }

  .lg\:\!bg-orange\/70 {
    background-color: rgb(243 111 45 / 0.7) !important;
  }

  .lg\:\!bg-orange\/75 {
    background-color: rgb(243 111 45 / 0.75) !important;
  }

  .lg\:\!bg-orange\/80 {
    background-color: rgb(243 111 45 / 0.8) !important;
  }

  .lg\:\!bg-orange\/90 {
    background-color: rgb(243 111 45 / 0.9) !important;
  }

  .lg\:\!bg-orange\/95 {
    background-color: rgb(243 111 45 / 0.95) !important;
  }

  .lg\:\!bg-shamrock {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(50 205 163 / var(--tw-bg-opacity)) !important;
  }

  .lg\:\!bg-shamrock\/0 {
    background-color: rgb(50 205 163 / 0) !important;
  }

  .lg\:\!bg-shamrock\/10 {
    background-color: rgb(50 205 163 / 0.1) !important;
  }

  .lg\:\!bg-shamrock\/100 {
    background-color: rgb(50 205 163 / 1) !important;
  }

  .lg\:\!bg-shamrock\/20 {
    background-color: rgb(50 205 163 / 0.2) !important;
  }

  .lg\:\!bg-shamrock\/25 {
    background-color: rgb(50 205 163 / 0.25) !important;
  }

  .lg\:\!bg-shamrock\/30 {
    background-color: rgb(50 205 163 / 0.3) !important;
  }

  .lg\:\!bg-shamrock\/40 {
    background-color: rgb(50 205 163 / 0.4) !important;
  }

  .lg\:\!bg-shamrock\/5 {
    background-color: rgb(50 205 163 / 0.05) !important;
  }

  .lg\:\!bg-shamrock\/50 {
    background-color: rgb(50 205 163 / 0.5) !important;
  }

  .lg\:\!bg-shamrock\/60 {
    background-color: rgb(50 205 163 / 0.6) !important;
  }

  .lg\:\!bg-shamrock\/70 {
    background-color: rgb(50 205 163 / 0.7) !important;
  }

  .lg\:\!bg-shamrock\/75 {
    background-color: rgb(50 205 163 / 0.75) !important;
  }

  .lg\:\!bg-shamrock\/80 {
    background-color: rgb(50 205 163 / 0.8) !important;
  }

  .lg\:\!bg-shamrock\/90 {
    background-color: rgb(50 205 163 / 0.9) !important;
  }

  .lg\:\!bg-shamrock\/95 {
    background-color: rgb(50 205 163 / 0.95) !important;
  }

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

  .lg\:\!bg-transparent\/0 {
    background-color: rgb(0 0 0 / 0) !important;
  }

  .lg\:\!bg-transparent\/10 {
    background-color: rgb(0 0 0 / 0.1) !important;
  }

  .lg\:\!bg-transparent\/100 {
    background-color: rgb(0 0 0 / 1) !important;
  }

  .lg\:\!bg-transparent\/20 {
    background-color: rgb(0 0 0 / 0.2) !important;
  }

  .lg\:\!bg-transparent\/25 {
    background-color: rgb(0 0 0 / 0.25) !important;
  }

  .lg\:\!bg-transparent\/30 {
    background-color: rgb(0 0 0 / 0.3) !important;
  }

  .lg\:\!bg-transparent\/40 {
    background-color: rgb(0 0 0 / 0.4) !important;
  }

  .lg\:\!bg-transparent\/5 {
    background-color: rgb(0 0 0 / 0.05) !important;
  }

  .lg\:\!bg-transparent\/50 {
    background-color: rgb(0 0 0 / 0.5) !important;
  }

  .lg\:\!bg-transparent\/60 {
    background-color: rgb(0 0 0 / 0.6) !important;
  }

  .lg\:\!bg-transparent\/70 {
    background-color: rgb(0 0 0 / 0.7) !important;
  }

  .lg\:\!bg-transparent\/75 {
    background-color: rgb(0 0 0 / 0.75) !important;
  }

  .lg\:\!bg-transparent\/80 {
    background-color: rgb(0 0 0 / 0.8) !important;
  }

  .lg\:\!bg-transparent\/90 {
    background-color: rgb(0 0 0 / 0.9) !important;
  }

  .lg\:\!bg-transparent\/95 {
    background-color: rgb(0 0 0 / 0.95) !important;
  }

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

  .lg\:\!bg-white\/0 {
    background-color: rgb(255 255 255 / 0) !important;
  }

  .lg\:\!bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1) !important;
  }

  .lg\:\!bg-white\/100 {
    background-color: rgb(255 255 255 / 1) !important;
  }

  .lg\:\!bg-white\/20 {
    background-color: rgb(255 255 255 / 0.2) !important;
  }

  .lg\:\!bg-white\/25 {
    background-color: rgb(255 255 255 / 0.25) !important;
  }

  .lg\:\!bg-white\/30 {
    background-color: rgb(255 255 255 / 0.3) !important;
  }

  .lg\:\!bg-white\/40 {
    background-color: rgb(255 255 255 / 0.4) !important;
  }

  .lg\:\!bg-white\/5 {
    background-color: rgb(255 255 255 / 0.05) !important;
  }

  .lg\:\!bg-white\/50 {
    background-color: rgb(255 255 255 / 0.5) !important;
  }

  .lg\:\!bg-white\/60 {
    background-color: rgb(255 255 255 / 0.6) !important;
  }

  .lg\:\!bg-white\/70 {
    background-color: rgb(255 255 255 / 0.7) !important;
  }

  .lg\:\!bg-white\/75 {
    background-color: rgb(255 255 255 / 0.75) !important;
  }

  .lg\:\!bg-white\/80 {
    background-color: rgb(255 255 255 / 0.8) !important;
  }

  .lg\:\!bg-white\/90 {
    background-color: rgb(255 255 255 / 0.9) !important;
  }

  .lg\:\!bg-white\/95 {
    background-color: rgb(255 255 255 / 0.95) !important;
  }

  .lg\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(29 26 26 / var(--tw-bg-opacity));
  }

  .lg\:bg-black\/0 {
    background-color: rgb(29 26 26 / 0);
  }

  .lg\:bg-black\/10 {
    background-color: rgb(29 26 26 / 0.1);
  }

  .lg\:bg-black\/100 {
    background-color: rgb(29 26 26 / 1);
  }

  .lg\:bg-black\/20 {
    background-color: rgb(29 26 26 / 0.2);
  }

  .lg\:bg-black\/25 {
    background-color: rgb(29 26 26 / 0.25);
  }

  .lg\:bg-black\/30 {
    background-color: rgb(29 26 26 / 0.3);
  }

  .lg\:bg-black\/40 {
    background-color: rgb(29 26 26 / 0.4);
  }

  .lg\:bg-black\/5 {
    background-color: rgb(29 26 26 / 0.05);
  }

  .lg\:bg-black\/50 {
    background-color: rgb(29 26 26 / 0.5);
  }

  .lg\:bg-black\/60 {
    background-color: rgb(29 26 26 / 0.6);
  }

  .lg\:bg-black\/70 {
    background-color: rgb(29 26 26 / 0.7);
  }

  .lg\:bg-black\/75 {
    background-color: rgb(29 26 26 / 0.75);
  }

  .lg\:bg-black\/80 {
    background-color: rgb(29 26 26 / 0.8);
  }

  .lg\:bg-black\/90 {
    background-color: rgb(29 26 26 / 0.9);
  }

  .lg\:bg-black\/95 {
    background-color: rgb(29 26 26 / 0.95);
  }

  .lg\:bg-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(29 26 26 / var(--tw-bg-opacity));
  }

  .lg\:bg-dark\/0 {
    background-color: rgb(29 26 26 / 0);
  }

  .lg\:bg-dark\/10 {
    background-color: rgb(29 26 26 / 0.1);
  }

  .lg\:bg-dark\/100 {
    background-color: rgb(29 26 26 / 1);
  }

  .lg\:bg-dark\/20 {
    background-color: rgb(29 26 26 / 0.2);
  }

  .lg\:bg-dark\/25 {
    background-color: rgb(29 26 26 / 0.25);
  }

  .lg\:bg-dark\/30 {
    background-color: rgb(29 26 26 / 0.3);
  }

  .lg\:bg-dark\/40 {
    background-color: rgb(29 26 26 / 0.4);
  }

  .lg\:bg-dark\/5 {
    background-color: rgb(29 26 26 / 0.05);
  }

  .lg\:bg-dark\/50 {
    background-color: rgb(29 26 26 / 0.5);
  }

  .lg\:bg-dark\/60 {
    background-color: rgb(29 26 26 / 0.6);
  }

  .lg\:bg-dark\/70 {
    background-color: rgb(29 26 26 / 0.7);
  }

  .lg\:bg-dark\/75 {
    background-color: rgb(29 26 26 / 0.75);
  }

  .lg\:bg-dark\/80 {
    background-color: rgb(29 26 26 / 0.8);
  }

  .lg\:bg-dark\/90 {
    background-color: rgb(29 26 26 / 0.9);
  }

  .lg\:bg-dark\/95 {
    background-color: rgb(29 26 26 / 0.95);
  }

  .lg\:bg-mist {
    --tw-bg-opacity: 1;
    background-color: rgb(235 234 236 / var(--tw-bg-opacity));
  }

  .lg\:bg-mist\/0 {
    background-color: rgb(235 234 236 / 0);
  }

  .lg\:bg-mist\/10 {
    background-color: rgb(235 234 236 / 0.1);
  }

  .lg\:bg-mist\/100 {
    background-color: rgb(235 234 236 / 1);
  }

  .lg\:bg-mist\/20 {
    background-color: rgb(235 234 236 / 0.2);
  }

  .lg\:bg-mist\/25 {
    background-color: rgb(235 234 236 / 0.25);
  }

  .lg\:bg-mist\/30 {
    background-color: rgb(235 234 236 / 0.3);
  }

  .lg\:bg-mist\/40 {
    background-color: rgb(235 234 236 / 0.4);
  }

  .lg\:bg-mist\/5 {
    background-color: rgb(235 234 236 / 0.05);
  }

  .lg\:bg-mist\/50 {
    background-color: rgb(235 234 236 / 0.5);
  }

  .lg\:bg-mist\/60 {
    background-color: rgb(235 234 236 / 0.6);
  }

  .lg\:bg-mist\/70 {
    background-color: rgb(235 234 236 / 0.7);
  }

  .lg\:bg-mist\/75 {
    background-color: rgb(235 234 236 / 0.75);
  }

  .lg\:bg-mist\/80 {
    background-color: rgb(235 234 236 / 0.8);
  }

  .lg\:bg-mist\/90 {
    background-color: rgb(235 234 236 / 0.9);
  }

  .lg\:bg-mist\/95 {
    background-color: rgb(235 234 236 / 0.95);
  }

  .lg\:bg-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(243 111 45 / var(--tw-bg-opacity));
  }

  .lg\:bg-orange\/0 {
    background-color: rgb(243 111 45 / 0);
  }

  .lg\:bg-orange\/10 {
    background-color: rgb(243 111 45 / 0.1);
  }

  .lg\:bg-orange\/100 {
    background-color: rgb(243 111 45 / 1);
  }

  .lg\:bg-orange\/20 {
    background-color: rgb(243 111 45 / 0.2);
  }

  .lg\:bg-orange\/25 {
    background-color: rgb(243 111 45 / 0.25);
  }

  .lg\:bg-orange\/30 {
    background-color: rgb(243 111 45 / 0.3);
  }

  .lg\:bg-orange\/40 {
    background-color: rgb(243 111 45 / 0.4);
  }

  .lg\:bg-orange\/5 {
    background-color: rgb(243 111 45 / 0.05);
  }

  .lg\:bg-orange\/50 {
    background-color: rgb(243 111 45 / 0.5);
  }

  .lg\:bg-orange\/60 {
    background-color: rgb(243 111 45 / 0.6);
  }

  .lg\:bg-orange\/70 {
    background-color: rgb(243 111 45 / 0.7);
  }

  .lg\:bg-orange\/75 {
    background-color: rgb(243 111 45 / 0.75);
  }

  .lg\:bg-orange\/80 {
    background-color: rgb(243 111 45 / 0.8);
  }

  .lg\:bg-orange\/90 {
    background-color: rgb(243 111 45 / 0.9);
  }

  .lg\:bg-orange\/95 {
    background-color: rgb(243 111 45 / 0.95);
  }

  .lg\:bg-shamrock {
    --tw-bg-opacity: 1;
    background-color: rgb(50 205 163 / var(--tw-bg-opacity));
  }

  .lg\:bg-shamrock\/0 {
    background-color: rgb(50 205 163 / 0);
  }

  .lg\:bg-shamrock\/10 {
    background-color: rgb(50 205 163 / 0.1);
  }

  .lg\:bg-shamrock\/100 {
    background-color: rgb(50 205 163 / 1);
  }

  .lg\:bg-shamrock\/20 {
    background-color: rgb(50 205 163 / 0.2);
  }

  .lg\:bg-shamrock\/25 {
    background-color: rgb(50 205 163 / 0.25);
  }

  .lg\:bg-shamrock\/30 {
    background-color: rgb(50 205 163 / 0.3);
  }

  .lg\:bg-shamrock\/40 {
    background-color: rgb(50 205 163 / 0.4);
  }

  .lg\:bg-shamrock\/5 {
    background-color: rgb(50 205 163 / 0.05);
  }

  .lg\:bg-shamrock\/50 {
    background-color: rgb(50 205 163 / 0.5);
  }

  .lg\:bg-shamrock\/60 {
    background-color: rgb(50 205 163 / 0.6);
  }

  .lg\:bg-shamrock\/70 {
    background-color: rgb(50 205 163 / 0.7);
  }

  .lg\:bg-shamrock\/75 {
    background-color: rgb(50 205 163 / 0.75);
  }

  .lg\:bg-shamrock\/80 {
    background-color: rgb(50 205 163 / 0.8);
  }

  .lg\:bg-shamrock\/90 {
    background-color: rgb(50 205 163 / 0.9);
  }

  .lg\:bg-shamrock\/95 {
    background-color: rgb(50 205 163 / 0.95);
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-transparent\/0 {
    background-color: rgb(0 0 0 / 0);
  }

  .lg\:bg-transparent\/10 {
    background-color: rgb(0 0 0 / 0.1);
  }

  .lg\:bg-transparent\/100 {
    background-color: rgb(0 0 0 / 1);
  }

  .lg\:bg-transparent\/20 {
    background-color: rgb(0 0 0 / 0.2);
  }

  .lg\:bg-transparent\/25 {
    background-color: rgb(0 0 0 / 0.25);
  }

  .lg\:bg-transparent\/30 {
    background-color: rgb(0 0 0 / 0.3);
  }

  .lg\:bg-transparent\/40 {
    background-color: rgb(0 0 0 / 0.4);
  }

  .lg\:bg-transparent\/5 {
    background-color: rgb(0 0 0 / 0.05);
  }

  .lg\:bg-transparent\/50 {
    background-color: rgb(0 0 0 / 0.5);
  }

  .lg\:bg-transparent\/60 {
    background-color: rgb(0 0 0 / 0.6);
  }

  .lg\:bg-transparent\/70 {
    background-color: rgb(0 0 0 / 0.7);
  }

  .lg\:bg-transparent\/75 {
    background-color: rgb(0 0 0 / 0.75);
  }

  .lg\:bg-transparent\/80 {
    background-color: rgb(0 0 0 / 0.8);
  }

  .lg\:bg-transparent\/90 {
    background-color: rgb(0 0 0 / 0.9);
  }

  .lg\:bg-transparent\/95 {
    background-color: rgb(0 0 0 / 0.95);
  }

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

  .lg\:bg-white\/0 {
    background-color: rgb(255 255 255 / 0);
  }

  .lg\:bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1);
  }

  .lg\:bg-white\/100 {
    background-color: rgb(255 255 255 / 1);
  }

  .lg\:bg-white\/20 {
    background-color: rgb(255 255 255 / 0.2);
  }

  .lg\:bg-white\/25 {
    background-color: rgb(255 255 255 / 0.25);
  }

  .lg\:bg-white\/30 {
    background-color: rgb(255 255 255 / 0.3);
  }

  .lg\:bg-white\/40 {
    background-color: rgb(255 255 255 / 0.4);
  }

  .lg\:bg-white\/5 {
    background-color: rgb(255 255 255 / 0.05);
  }

  .lg\:bg-white\/50 {
    background-color: rgb(255 255 255 / 0.5);
  }

  .lg\:bg-white\/60 {
    background-color: rgb(255 255 255 / 0.6);
  }

  .lg\:bg-white\/70 {
    background-color: rgb(255 255 255 / 0.7);
  }

  .lg\:bg-white\/75 {
    background-color: rgb(255 255 255 / 0.75);
  }

  .lg\:bg-white\/80 {
    background-color: rgb(255 255 255 / 0.8);
  }

  .lg\:bg-white\/90 {
    background-color: rgb(255 255 255 / 0.9);
  }

  .lg\:bg-white\/95 {
    background-color: rgb(255 255 255 / 0.95);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .lg\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .lg\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .lg\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .lg\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .lg\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .lg\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .lg\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .lg\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .lg\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .lg\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .lg\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .lg\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .lg\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .lg\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .lg\:\!bg-gradient-to-b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .lg\:\!bg-gradient-to-bl {
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .lg\:\!bg-gradient-to-br {
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .lg\:\!bg-gradient-to-l {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .lg\:\!bg-gradient-to-r {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .lg\:\!bg-gradient-to-t {
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .lg\:\!bg-gradient-to-tl {
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .lg\:\!bg-gradient-to-tr {
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops))) !important;
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

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

  .lg\:bg-gradient-to-b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-bl {
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops)));
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-br {
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops)));
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-l {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops)));
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-r {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-t {
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops)));
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tl {
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops)));
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tr {
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops)));
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:bg-none {
    background-image: none;
  }

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

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

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

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

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

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:bg-clip-border {
    background-clip: border-box;
  }

  .lg\:bg-clip-padding {
    background-clip: padding-box;
  }

  .lg\:bg-clip-content {
    background-clip: content-box;
  }

  .lg\:bg-clip-text {
    background-clip: text;
  }

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

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

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

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

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

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

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

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

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

  .lg\:bg-bottom {
    background-position: bottom;
  }

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

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

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

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round {
    background-repeat: round;
  }

  .lg\:bg-repeat-space {
    background-repeat: space;
  }

  .lg\:bg-origin-border {
    background-origin: border-box;
  }

  .lg\:bg-origin-padding {
    background-origin: padding-box;
  }

  .lg\:bg-origin-content {
    background-origin: content-box;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

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

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

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

  .lg\:pr-24 {
    padding-right: 6rem;
  }

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

  .lg\:\!text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(29 26 26 / var(--tw-text-opacity)) !important;
  }

  .lg\:\!text-black\/0 {
    color: rgb(29 26 26 / 0) !important;
  }

  .lg\:\!text-black\/10 {
    color: rgb(29 26 26 / 0.1) !important;
  }

  .lg\:\!text-black\/100 {
    color: rgb(29 26 26 / 1) !important;
  }

  .lg\:\!text-black\/20 {
    color: rgb(29 26 26 / 0.2) !important;
  }

  .lg\:\!text-black\/25 {
    color: rgb(29 26 26 / 0.25) !important;
  }

  .lg\:\!text-black\/30 {
    color: rgb(29 26 26 / 0.3) !important;
  }

  .lg\:\!text-black\/40 {
    color: rgb(29 26 26 / 0.4) !important;
  }

  .lg\:\!text-black\/5 {
    color: rgb(29 26 26 / 0.05) !important;
  }

  .lg\:\!text-black\/50 {
    color: rgb(29 26 26 / 0.5) !important;
  }

  .lg\:\!text-black\/60 {
    color: rgb(29 26 26 / 0.6) !important;
  }

  .lg\:\!text-black\/70 {
    color: rgb(29 26 26 / 0.7) !important;
  }

  .lg\:\!text-black\/75 {
    color: rgb(29 26 26 / 0.75) !important;
  }

  .lg\:\!text-black\/80 {
    color: rgb(29 26 26 / 0.8) !important;
  }

  .lg\:\!text-black\/90 {
    color: rgb(29 26 26 / 0.9) !important;
  }

  .lg\:\!text-black\/95 {
    color: rgb(29 26 26 / 0.95) !important;
  }

  .lg\:\!text-dark {
    --tw-text-opacity: 1 !important;
    color: rgb(29 26 26 / var(--tw-text-opacity)) !important;
  }

  .lg\:\!text-dark\/0 {
    color: rgb(29 26 26 / 0) !important;
  }

  .lg\:\!text-dark\/10 {
    color: rgb(29 26 26 / 0.1) !important;
  }

  .lg\:\!text-dark\/100 {
    color: rgb(29 26 26 / 1) !important;
  }

  .lg\:\!text-dark\/20 {
    color: rgb(29 26 26 / 0.2) !important;
  }

  .lg\:\!text-dark\/25 {
    color: rgb(29 26 26 / 0.25) !important;
  }

  .lg\:\!text-dark\/30 {
    color: rgb(29 26 26 / 0.3) !important;
  }

  .lg\:\!text-dark\/40 {
    color: rgb(29 26 26 / 0.4) !important;
  }

  .lg\:\!text-dark\/5 {
    color: rgb(29 26 26 / 0.05) !important;
  }

  .lg\:\!text-dark\/50 {
    color: rgb(29 26 26 / 0.5) !important;
  }

  .lg\:\!text-dark\/60 {
    color: rgb(29 26 26 / 0.6) !important;
  }

  .lg\:\!text-dark\/70 {
    color: rgb(29 26 26 / 0.7) !important;
  }

  .lg\:\!text-dark\/75 {
    color: rgb(29 26 26 / 0.75) !important;
  }

  .lg\:\!text-dark\/80 {
    color: rgb(29 26 26 / 0.8) !important;
  }

  .lg\:\!text-dark\/90 {
    color: rgb(29 26 26 / 0.9) !important;
  }

  .lg\:\!text-dark\/95 {
    color: rgb(29 26 26 / 0.95) !important;
  }

  .lg\:\!text-mist {
    --tw-text-opacity: 1 !important;
    color: rgb(235 234 236 / var(--tw-text-opacity)) !important;
  }

  .lg\:\!text-mist\/0 {
    color: rgb(235 234 236 / 0) !important;
  }

  .lg\:\!text-mist\/10 {
    color: rgb(235 234 236 / 0.1) !important;
  }

  .lg\:\!text-mist\/100 {
    color: rgb(235 234 236 / 1) !important;
  }

  .lg\:\!text-mist\/20 {
    color: rgb(235 234 236 / 0.2) !important;
  }

  .lg\:\!text-mist\/25 {
    color: rgb(235 234 236 / 0.25) !important;
  }

  .lg\:\!text-mist\/30 {
    color: rgb(235 234 236 / 0.3) !important;
  }

  .lg\:\!text-mist\/40 {
    color: rgb(235 234 236 / 0.4) !important;
  }

  .lg\:\!text-mist\/5 {
    color: rgb(235 234 236 / 0.05) !important;
  }

  .lg\:\!text-mist\/50 {
    color: rgb(235 234 236 / 0.5) !important;
  }

  .lg\:\!text-mist\/60 {
    color: rgb(235 234 236 / 0.6) !important;
  }

  .lg\:\!text-mist\/70 {
    color: rgb(235 234 236 / 0.7) !important;
  }

  .lg\:\!text-mist\/75 {
    color: rgb(235 234 236 / 0.75) !important;
  }

  .lg\:\!text-mist\/80 {
    color: rgb(235 234 236 / 0.8) !important;
  }

  .lg\:\!text-mist\/90 {
    color: rgb(235 234 236 / 0.9) !important;
  }

  .lg\:\!text-mist\/95 {
    color: rgb(235 234 236 / 0.95) !important;
  }

  .lg\:\!text-orange {
    --tw-text-opacity: 1 !important;
    color: rgb(243 111 45 / var(--tw-text-opacity)) !important;
  }

  .lg\:\!text-orange\/0 {
    color: rgb(243 111 45 / 0) !important;
  }

  .lg\:\!text-orange\/10 {
    color: rgb(243 111 45 / 0.1) !important;
  }

  .lg\:\!text-orange\/100 {
    color: rgb(243 111 45 / 1) !important;
  }

  .lg\:\!text-orange\/20 {
    color: rgb(243 111 45 / 0.2) !important;
  }

  .lg\:\!text-orange\/25 {
    color: rgb(243 111 45 / 0.25) !important;
  }

  .lg\:\!text-orange\/30 {
    color: rgb(243 111 45 / 0.3) !important;
  }

  .lg\:\!text-orange\/40 {
    color: rgb(243 111 45 / 0.4) !important;
  }

  .lg\:\!text-orange\/5 {
    color: rgb(243 111 45 / 0.05) !important;
  }

  .lg\:\!text-orange\/50 {
    color: rgb(243 111 45 / 0.5) !important;
  }

  .lg\:\!text-orange\/60 {
    color: rgb(243 111 45 / 0.6) !important;
  }

  .lg\:\!text-orange\/70 {
    color: rgb(243 111 45 / 0.7) !important;
  }

  .lg\:\!text-orange\/75 {
    color: rgb(243 111 45 / 0.75) !important;
  }

  .lg\:\!text-orange\/80 {
    color: rgb(243 111 45 / 0.8) !important;
  }

  .lg\:\!text-orange\/90 {
    color: rgb(243 111 45 / 0.9) !important;
  }

  .lg\:\!text-orange\/95 {
    color: rgb(243 111 45 / 0.95) !important;
  }

  .lg\:\!text-shamrock {
    --tw-text-opacity: 1 !important;
    color: rgb(50 205 163 / var(--tw-text-opacity)) !important;
  }

  .lg\:\!text-shamrock\/0 {
    color: rgb(50 205 163 / 0) !important;
  }

  .lg\:\!text-shamrock\/10 {
    color: rgb(50 205 163 / 0.1) !important;
  }

  .lg\:\!text-shamrock\/100 {
    color: rgb(50 205 163 / 1) !important;
  }

  .lg\:\!text-shamrock\/20 {
    color: rgb(50 205 163 / 0.2) !important;
  }

  .lg\:\!text-shamrock\/25 {
    color: rgb(50 205 163 / 0.25) !important;
  }

  .lg\:\!text-shamrock\/30 {
    color: rgb(50 205 163 / 0.3) !important;
  }

  .lg\:\!text-shamrock\/40 {
    color: rgb(50 205 163 / 0.4) !important;
  }

  .lg\:\!text-shamrock\/5 {
    color: rgb(50 205 163 / 0.05) !important;
  }

  .lg\:\!text-shamrock\/50 {
    color: rgb(50 205 163 / 0.5) !important;
  }

  .lg\:\!text-shamrock\/60 {
    color: rgb(50 205 163 / 0.6) !important;
  }

  .lg\:\!text-shamrock\/70 {
    color: rgb(50 205 163 / 0.7) !important;
  }

  .lg\:\!text-shamrock\/75 {
    color: rgb(50 205 163 / 0.75) !important;
  }

  .lg\:\!text-shamrock\/80 {
    color: rgb(50 205 163 / 0.8) !important;
  }

  .lg\:\!text-shamrock\/90 {
    color: rgb(50 205 163 / 0.9) !important;
  }

  .lg\:\!text-shamrock\/95 {
    color: rgb(50 205 163 / 0.95) !important;
  }

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

  .lg\:\!text-transparent\/0 {
    color: rgb(0 0 0 / 0) !important;
  }

  .lg\:\!text-transparent\/10 {
    color: rgb(0 0 0 / 0.1) !important;
  }

  .lg\:\!text-transparent\/100 {
    color: rgb(0 0 0 / 1) !important;
  }

  .lg\:\!text-transparent\/20 {
    color: rgb(0 0 0 / 0.2) !important;
  }

  .lg\:\!text-transparent\/25 {
    color: rgb(0 0 0 / 0.25) !important;
  }

  .lg\:\!text-transparent\/30 {
    color: rgb(0 0 0 / 0.3) !important;
  }

  .lg\:\!text-transparent\/40 {
    color: rgb(0 0 0 / 0.4) !important;
  }

  .lg\:\!text-transparent\/5 {
    color: rgb(0 0 0 / 0.05) !important;
  }

  .lg\:\!text-transparent\/50 {
    color: rgb(0 0 0 / 0.5) !important;
  }

  .lg\:\!text-transparent\/60 {
    color: rgb(0 0 0 / 0.6) !important;
  }

  .lg\:\!text-transparent\/70 {
    color: rgb(0 0 0 / 0.7) !important;
  }

  .lg\:\!text-transparent\/75 {
    color: rgb(0 0 0 / 0.75) !important;
  }

  .lg\:\!text-transparent\/80 {
    color: rgb(0 0 0 / 0.8) !important;
  }

  .lg\:\!text-transparent\/90 {
    color: rgb(0 0 0 / 0.9) !important;
  }

  .lg\:\!text-transparent\/95 {
    color: rgb(0 0 0 / 0.95) !important;
  }

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

  .lg\:\!text-white\/0 {
    color: rgb(255 255 255 / 0) !important;
  }

  .lg\:\!text-white\/10 {
    color: rgb(255 255 255 / 0.1) !important;
  }

  .lg\:\!text-white\/100 {
    color: rgb(255 255 255 / 1) !important;
  }

  .lg\:\!text-white\/20 {
    color: rgb(255 255 255 / 0.2) !important;
  }

  .lg\:\!text-white\/25 {
    color: rgb(255 255 255 / 0.25) !important;
  }

  .lg\:\!text-white\/30 {
    color: rgb(255 255 255 / 0.3) !important;
  }

  .lg\:\!text-white\/40 {
    color: rgb(255 255 255 / 0.4) !important;
  }

  .lg\:\!text-white\/5 {
    color: rgb(255 255 255 / 0.05) !important;
  }

  .lg\:\!text-white\/50 {
    color: rgb(255 255 255 / 0.5) !important;
  }

  .lg\:\!text-white\/60 {
    color: rgb(255 255 255 / 0.6) !important;
  }

  .lg\:\!text-white\/70 {
    color: rgb(255 255 255 / 0.7) !important;
  }

  .lg\:\!text-white\/75 {
    color: rgb(255 255 255 / 0.75) !important;
  }

  .lg\:\!text-white\/80 {
    color: rgb(255 255 255 / 0.8) !important;
  }

  .lg\:\!text-white\/90 {
    color: rgb(255 255 255 / 0.9) !important;
  }

  .lg\:\!text-white\/95 {
    color: rgb(255 255 255 / 0.95) !important;
  }

  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgb(29 26 26 / var(--tw-text-opacity));
  }

  .lg\:text-black\/0 {
    color: rgb(29 26 26 / 0);
  }

  .lg\:text-black\/10 {
    color: rgb(29 26 26 / 0.1);
  }

  .lg\:text-black\/100 {
    color: rgb(29 26 26 / 1);
  }

  .lg\:text-black\/20 {
    color: rgb(29 26 26 / 0.2);
  }

  .lg\:text-black\/25 {
    color: rgb(29 26 26 / 0.25);
  }

  .lg\:text-black\/30 {
    color: rgb(29 26 26 / 0.3);
  }

  .lg\:text-black\/40 {
    color: rgb(29 26 26 / 0.4);
  }

  .lg\:text-black\/5 {
    color: rgb(29 26 26 / 0.05);
  }

  .lg\:text-black\/50 {
    color: rgb(29 26 26 / 0.5);
  }

  .lg\:text-black\/60 {
    color: rgb(29 26 26 / 0.6);
  }

  .lg\:text-black\/70 {
    color: rgb(29 26 26 / 0.7);
  }

  .lg\:text-black\/75 {
    color: rgb(29 26 26 / 0.75);
  }

  .lg\:text-black\/80 {
    color: rgb(29 26 26 / 0.8);
  }

  .lg\:text-black\/90 {
    color: rgb(29 26 26 / 0.9);
  }

  .lg\:text-black\/95 {
    color: rgb(29 26 26 / 0.95);
  }

  .lg\:text-dark {
    --tw-text-opacity: 1;
    color: rgb(29 26 26 / var(--tw-text-opacity));
  }

  .lg\:text-dark\/0 {
    color: rgb(29 26 26 / 0);
  }

  .lg\:text-dark\/10 {
    color: rgb(29 26 26 / 0.1);
  }

  .lg\:text-dark\/100 {
    color: rgb(29 26 26 / 1);
  }

  .lg\:text-dark\/20 {
    color: rgb(29 26 26 / 0.2);
  }

  .lg\:text-dark\/25 {
    color: rgb(29 26 26 / 0.25);
  }

  .lg\:text-dark\/30 {
    color: rgb(29 26 26 / 0.3);
  }

  .lg\:text-dark\/40 {
    color: rgb(29 26 26 / 0.4);
  }

  .lg\:text-dark\/5 {
    color: rgb(29 26 26 / 0.05);
  }

  .lg\:text-dark\/50 {
    color: rgb(29 26 26 / 0.5);
  }

  .lg\:text-dark\/60 {
    color: rgb(29 26 26 / 0.6);
  }

  .lg\:text-dark\/70 {
    color: rgb(29 26 26 / 0.7);
  }

  .lg\:text-dark\/75 {
    color: rgb(29 26 26 / 0.75);
  }

  .lg\:text-dark\/80 {
    color: rgb(29 26 26 / 0.8);
  }

  .lg\:text-dark\/90 {
    color: rgb(29 26 26 / 0.9);
  }

  .lg\:text-dark\/95 {
    color: rgb(29 26 26 / 0.95);
  }

  .lg\:text-mist {
    --tw-text-opacity: 1;
    color: rgb(235 234 236 / var(--tw-text-opacity));
  }

  .lg\:text-mist\/0 {
    color: rgb(235 234 236 / 0);
  }

  .lg\:text-mist\/10 {
    color: rgb(235 234 236 / 0.1);
  }

  .lg\:text-mist\/100 {
    color: rgb(235 234 236 / 1);
  }

  .lg\:text-mist\/20 {
    color: rgb(235 234 236 / 0.2);
  }

  .lg\:text-mist\/25 {
    color: rgb(235 234 236 / 0.25);
  }

  .lg\:text-mist\/30 {
    color: rgb(235 234 236 / 0.3);
  }

  .lg\:text-mist\/40 {
    color: rgb(235 234 236 / 0.4);
  }

  .lg\:text-mist\/5 {
    color: rgb(235 234 236 / 0.05);
  }

  .lg\:text-mist\/50 {
    color: rgb(235 234 236 / 0.5);
  }

  .lg\:text-mist\/60 {
    color: rgb(235 234 236 / 0.6);
  }

  .lg\:text-mist\/70 {
    color: rgb(235 234 236 / 0.7);
  }

  .lg\:text-mist\/75 {
    color: rgb(235 234 236 / 0.75);
  }

  .lg\:text-mist\/80 {
    color: rgb(235 234 236 / 0.8);
  }

  .lg\:text-mist\/90 {
    color: rgb(235 234 236 / 0.9);
  }

  .lg\:text-mist\/95 {
    color: rgb(235 234 236 / 0.95);
  }

  .lg\:text-orange {
    --tw-text-opacity: 1;
    color: rgb(243 111 45 / var(--tw-text-opacity));
  }

  .lg\:text-orange\/0 {
    color: rgb(243 111 45 / 0);
  }

  .lg\:text-orange\/10 {
    color: rgb(243 111 45 / 0.1);
  }

  .lg\:text-orange\/100 {
    color: rgb(243 111 45 / 1);
  }

  .lg\:text-orange\/20 {
    color: rgb(243 111 45 / 0.2);
  }

  .lg\:text-orange\/25 {
    color: rgb(243 111 45 / 0.25);
  }

  .lg\:text-orange\/30 {
    color: rgb(243 111 45 / 0.3);
  }

  .lg\:text-orange\/40 {
    color: rgb(243 111 45 / 0.4);
  }

  .lg\:text-orange\/5 {
    color: rgb(243 111 45 / 0.05);
  }

  .lg\:text-orange\/50 {
    color: rgb(243 111 45 / 0.5);
  }

  .lg\:text-orange\/60 {
    color: rgb(243 111 45 / 0.6);
  }

  .lg\:text-orange\/70 {
    color: rgb(243 111 45 / 0.7);
  }

  .lg\:text-orange\/75 {
    color: rgb(243 111 45 / 0.75);
  }

  .lg\:text-orange\/80 {
    color: rgb(243 111 45 / 0.8);
  }

  .lg\:text-orange\/90 {
    color: rgb(243 111 45 / 0.9);
  }

  .lg\:text-orange\/95 {
    color: rgb(243 111 45 / 0.95);
  }

  .lg\:text-shamrock {
    --tw-text-opacity: 1;
    color: rgb(50 205 163 / var(--tw-text-opacity));
  }

  .lg\:text-shamrock\/0 {
    color: rgb(50 205 163 / 0);
  }

  .lg\:text-shamrock\/10 {
    color: rgb(50 205 163 / 0.1);
  }

  .lg\:text-shamrock\/100 {
    color: rgb(50 205 163 / 1);
  }

  .lg\:text-shamrock\/20 {
    color: rgb(50 205 163 / 0.2);
  }

  .lg\:text-shamrock\/25 {
    color: rgb(50 205 163 / 0.25);
  }

  .lg\:text-shamrock\/30 {
    color: rgb(50 205 163 / 0.3);
  }

  .lg\:text-shamrock\/40 {
    color: rgb(50 205 163 / 0.4);
  }

  .lg\:text-shamrock\/5 {
    color: rgb(50 205 163 / 0.05);
  }

  .lg\:text-shamrock\/50 {
    color: rgb(50 205 163 / 0.5);
  }

  .lg\:text-shamrock\/60 {
    color: rgb(50 205 163 / 0.6);
  }

  .lg\:text-shamrock\/70 {
    color: rgb(50 205 163 / 0.7);
  }

  .lg\:text-shamrock\/75 {
    color: rgb(50 205 163 / 0.75);
  }

  .lg\:text-shamrock\/80 {
    color: rgb(50 205 163 / 0.8);
  }

  .lg\:text-shamrock\/90 {
    color: rgb(50 205 163 / 0.9);
  }

  .lg\:text-shamrock\/95 {
    color: rgb(50 205 163 / 0.95);
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-transparent\/0 {
    color: rgb(0 0 0 / 0);
  }

  .lg\:text-transparent\/10 {
    color: rgb(0 0 0 / 0.1);
  }

  .lg\:text-transparent\/100 {
    color: rgb(0 0 0 / 1);
  }

  .lg\:text-transparent\/20 {
    color: rgb(0 0 0 / 0.2);
  }

  .lg\:text-transparent\/25 {
    color: rgb(0 0 0 / 0.25);
  }

  .lg\:text-transparent\/30 {
    color: rgb(0 0 0 / 0.3);
  }

  .lg\:text-transparent\/40 {
    color: rgb(0 0 0 / 0.4);
  }

  .lg\:text-transparent\/5 {
    color: rgb(0 0 0 / 0.05);
  }

  .lg\:text-transparent\/50 {
    color: rgb(0 0 0 / 0.5);
  }

  .lg\:text-transparent\/60 {
    color: rgb(0 0 0 / 0.6);
  }

  .lg\:text-transparent\/70 {
    color: rgb(0 0 0 / 0.7);
  }

  .lg\:text-transparent\/75 {
    color: rgb(0 0 0 / 0.75);
  }

  .lg\:text-transparent\/80 {
    color: rgb(0 0 0 / 0.8);
  }

  .lg\:text-transparent\/90 {
    color: rgb(0 0 0 / 0.9);
  }

  .lg\:text-transparent\/95 {
    color: rgb(0 0 0 / 0.95);
  }

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

  .lg\:text-white\/0 {
    color: rgb(255 255 255 / 0);
  }

  .lg\:text-white\/10 {
    color: rgb(255 255 255 / 0.1);
  }

  .lg\:text-white\/100 {
    color: rgb(255 255 255 / 1);
  }

  .lg\:text-white\/20 {
    color: rgb(255 255 255 / 0.2);
  }

  .lg\:text-white\/25 {
    color: rgb(255 255 255 / 0.25);
  }

  .lg\:text-white\/30 {
    color: rgb(255 255 255 / 0.3);
  }

  .lg\:text-white\/40 {
    color: rgb(255 255 255 / 0.4);
  }

  .lg\:text-white\/5 {
    color: rgb(255 255 255 / 0.05);
  }

  .lg\:text-white\/50 {
    color: rgb(255 255 255 / 0.5);
  }

  .lg\:text-white\/60 {
    color: rgb(255 255 255 / 0.6);
  }

  .lg\:text-white\/70 {
    color: rgb(255 255 255 / 0.7);
  }

  .lg\:text-white\/75 {
    color: rgb(255 255 255 / 0.75);
  }

  .lg\:text-white\/80 {
    color: rgb(255 255 255 / 0.8);
  }

  .lg\:text-white\/90 {
    color: rgb(255 255 255 / 0.9);
  }

  .lg\:text-white\/95 {
    color: rgb(255 255 255 / 0.95);
  }

  .lg\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .lg\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .lg\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .lg\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .lg\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .lg\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .lg\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .lg\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .lg\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .lg\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .lg\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .lg\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .lg\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .lg\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .lg\:bg-blend-color {
    background-blend-mode: color;
  }

  .lg\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }
}

@media (min-width: 1280px) {
  .xl\:w-4\/12 {
    width: 33.333333%;
  }

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

.\[\&\+\&\]\:border-t-0+.\[\&\+\&\]\:border-t-0 {
  border-top-width: 0px;
}

*+.\[\*\+\&\]\:mt-8 {
  margin-top: 2rem;
}