html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html body.givexpert .splide__container {
  box-sizing: border-box;
  position: relative;
}
html body.givexpert .splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
html body.givexpert .splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
html body.givexpert .splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
html body.givexpert .splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
html body.givexpert .splide:not(.is-overflow) .splide__pagination {
  display: none;
}
html body.givexpert .splide__progress__bar {
  width: 0;
}
html body.givexpert .splide {
  position: relative;
  visibility: hidden;
}
html body.givexpert .splide.is-initialized,
html body.givexpert .splide.is-rendered {
  visibility: visible;
}
html body.givexpert .splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
html body.givexpert .splide__slide img {
  vertical-align: bottom;
}
html body.givexpert .splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
html body.givexpert .splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
html body.givexpert .splide__toggle.is-active .splide__toggle__play,
html body.givexpert .splide__toggle__pause {
  display: none;
}
html body.givexpert .splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
html body.givexpert .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
html body.givexpert .splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
html body.givexpert .splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
html body.givexpert .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
html body.givexpert .splide--rtl {
  direction: rtl;
}
html body.givexpert .splide__track--ttb > .splide__list {
  display: block;
}
html body.givexpert .splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
html body.givexpert .splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
html body.givexpert .splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
html body.givexpert .splide__arrow:disabled {
  opacity: 0.3;
}
html body.givexpert .splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
html body.givexpert .splide__arrow--prev {
  left: 1em;
}
html body.givexpert .splide__arrow--prev svg {
  transform: scaleX(-1);
}
html body.givexpert .splide__arrow--next {
  right: 1em;
}
html body.givexpert .splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
html body.givexpert .splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
html body.givexpert .splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
html body.givexpert .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
html body.givexpert .splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
html body.givexpert .splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
html body.givexpert .splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
html body.givexpert .splide__progress__bar {
  background: #ccc;
  height: 3px;
}
html body.givexpert .splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html body.givexpert .splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  html body.givexpert .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  html body.givexpert .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  html body.givexpert .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  html body.givexpert .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  html body.givexpert .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
html body.givexpert .splide__toggle {
  cursor: pointer;
}
html body.givexpert .splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
html body.givexpert .splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
html body.givexpert .splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
html body.givexpert .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
html body.givexpert .splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
html body.givexpert .splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
html body.givexpert .splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
html body.givexpert .splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
html body.givexpert .splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
html body.givexpert .splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
html body.givexpert .splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
html body.givexpert .splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
html body.givexpert .splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
html body.givexpert .splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
@font-face {
  font-family: Eurotypo Sans;
  src: url(./EurotypoSans-Bold.eot);
  src: local("Eurotypo Sans Bold"), local("EurotypoSans-Bold"), url(./EurotypoSans-Bold.eot?#iefix) format("embedded-opentype"), url(./EurotypoSans-Bold.woff2) format("woff2"), url(./EurotypoSans-Bold.woff) format("woff"), url(./EurotypoSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Eurotypo Sans;
  src: url(./EurotypoSans-HeavyItalic.eot);
  src: local("Eurotypo Sans Heavy Italic"), local("EurotypoSans-HeavyItalic"), url(./EurotypoSans-HeavyItalic.eot?#iefix) format("embedded-opentype"), url(./EurotypoSans-HeavyItalic.woff2) format("woff2"), url(./EurotypoSans-HeavyItalic.woff) format("woff"), url(./EurotypoSans-HeavyItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: Eurotypo Sans;
  src: url(./EurotypoSans-Black.eot);
  src: local("Eurotypo Sans Black"), local("EurotypoSans-Black"), url(./EurotypoSans-Black.eot?#iefix) format("embedded-opentype"), url(./EurotypoSans-Black.woff2) format("woff2"), url(./EurotypoSans-Black.woff) format("woff"), url(./EurotypoSans-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Eurotypo Sans;
  src: url(./EurotypoSans-LightItalic.eot);
  src: local("Eurotypo Sans Light Italic"), local("EurotypoSans-LightItalic"), url(./EurotypoSans-LightItalic.eot?#iefix) format("embedded-opentype"), url(./EurotypoSans-LightItalic.woff2) format("woff2"), url(./EurotypoSans-LightItalic.woff) format("woff"), url(./EurotypoSans-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Eurotypo Sans Book;
  src: url(./EurotypoSans.eot);
  src: local("Eurotypo Sans Book"), local("EurotypoSans"), url(./EurotypoSans.eot?#iefix) format("embedded-opentype"), url(./EurotypoSans.woff2) format("woff2"), url(./EurotypoSans.woff) format("woff"), url(./EurotypoSans.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Eurotypo Sans Semi;
  src: url(./EurotypoSans-SemiBoldItalic.eot);
  src: local("Eurotypo Sans Semi Bold Italic"), local("EurotypoSans-SemiBoldItalic"), url(./EurotypoSans-SemiBoldItalic.eot?#iefix) format("embedded-opentype"), url(./EurotypoSans-SemiBoldItalic.woff2) format("woff2"), url(./EurotypoSans-SemiBoldItalic.woff) format("woff"), url(./EurotypoSans-SemiBoldItalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: Eurotypo Sans;
  src: url(./EurotypoSans-BoldItalic.eot);
  src: local("Eurotypo Sans Bold Italic"), local("EurotypoSans-BoldItalic"), url(./EurotypoSans-BoldItalic.eot?#iefix) format("embedded-opentype"), url(./EurotypoSans-BoldItalic.woff2) format("woff2"), url(./EurotypoSans-BoldItalic.woff) format("woff"), url(./EurotypoSans-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Eurotypo Sans;
  src: url(./EurotypoSans-Heavy.eot);
  src: local("Eurotypo Sans Heavy"), local("EurotypoSans-Heavy"), url(./EurotypoSans-Heavy.eot?#iefix) format("embedded-opentype"), url(./EurotypoSans-Heavy.woff2) format("woff2"), url(./EurotypoSans-Heavy.woff) format("woff"), url(./EurotypoSans-Heavy.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Eurotypo Sans;
  src: url(./EurotypoSans-Light.eot);
  src: local("Eurotypo Sans Light"), local("EurotypoSans-Light"), url(./EurotypoSans-Light.eot?#iefix) format("embedded-opentype"), url(./EurotypoSans-Light.woff2) format("woff2"), url(./EurotypoSans-Light.woff) format("woff"), url(./EurotypoSans-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Eurotypo Sans;
  src: url(./EurotypoSans-BlackItalic.eot);
  src: local("Eurotypo Sans Black Italic"), local("EurotypoSans-BlackItalic"), url(./EurotypoSans-BlackItalic.eot?#iefix) format("embedded-opentype"), url(./EurotypoSans-BlackItalic.woff2) format("woff2"), url(./EurotypoSans-BlackItalic.woff) format("woff"), url(./EurotypoSans-BlackItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: Eurotypo Sans Semi;
  src: url(./EurotypoSans-SemiBold.eot);
  src: local("Eurotypo Sans Semi Bold"), local("EurotypoSans-SemiBold"), url(./EurotypoSans-SemiBold.eot?#iefix) format("embedded-opentype"), url(./EurotypoSans-SemiBold.woff2) format("woff2"), url(./EurotypoSans-SemiBold.woff) format("woff"), url(./EurotypoSans-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Eurotypo Sans;
  src: url(./EurotypoSans-Italic.eot);
  src: local("Eurotypo Sans Italic"), local("EurotypoSans-Italic"), url(./EurotypoSans-Italic.eot?#iefix) format("embedded-opentype"), url(./EurotypoSans-Italic.woff2) format("woff2"), url(./EurotypoSans-Italic.woff) format("woff"), url(./EurotypoSans-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
html body.givexpert .h-6 {
  height: 1.5rem;
}
html body.givexpert .bg-\[url\(\/images\/gray-bg\.jpg\)\] {
  --un-url: url(./gray-bg.jpg);
  background-image: var(--un-url);
}
html body.givexpert .bg-\[url\(\/images\/pink-bg\.jpg\)\] {
  --un-url: url(./pink-bg.jpg);
  background-image: var(--un-url);
}
html body.givexpert #lp-fda-gx {
  line-height: 1.4;
}
html body.givexpert #lp-fda-gx * {
  font-family: Eurotypo Sans, sans-serif;
}
html body.givexpert .text-deco {
  position: relative;
}
html body.givexpert .text-deco:after {
  position: absolute;
  left: 0;
  bottom: 0.25rem;
  right: -1rem;
  height: 0.5rem;
  border-radius: 1rem;
  --un-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--un-bg-opacity));
  content: " ";
}
html body.givexpert .text-deco > span {
  position: relative;
  z-index: 2;
}
html body.givexpert .text-deco.text-deco--last:after {
  right: 0;
}
html body.givexpert .text-deco.text-deco--yellow:after {
  --un-bg-opacity: 1;
  background-color: rgb(255, 209, 108, var(--un-bg-opacity));
}
html body.givexpert .deco-number {
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 4px;
  --un-border-opacity: 1;
  border-color: rgb(174, 0, 68, var(--un-border-opacity));
  border-radius: 9999px;
  border-style: solid;
  text-align: center;
  line-height: 1;
}
@media (max-width: 999.9px) {
  html body.givexpert .deco-number {
    margin-right: 0.25rem;
    width: 2.25rem;
    height: 2.25rem;
    min-width: 2.25rem;
  }
}
html body.givexpert .deco-number--big {
  margin-right: 1.5rem;
  box-sizing: border-box;
  width: 6rem;
  min-width: 6rem;
  height: 6rem;
  border-width: 6px;
  font-size: min(71px, 10vw);
}
@media (max-width: 999.9px) {
  html body.givexpert .deco-number--big {
    margin-right: 0.75rem;
    min-width: min(16vw, 96px);
    width: min(16vw, 96px);
    height: min(16vw, 96px);
  }
}
html body.givexpert .deco-number.deco-number--yellow {
  --un-border-opacity: 1;
  border-color: rgb(255, 209, 108, var(--un-border-opacity));
  --un-text-opacity: 1;
  color: rgb(255, 209, 108, var(--un-text-opacity));
}
html body.givexpert .bloc-right-border {
  position: relative;
}
html body.givexpert .bloc-right-border:after {
  position: absolute;
  right: -0.5rem;
  top: 0;
  bottom: 0;
  border-width: 0px;
  border-right-width: 2px;
  --un-border-opacity: 1;
  border-color: rgb(0, 85, 150, var(--un-border-opacity));
  border-style: solid;
}
@media (min-width: 1000px) {
  html body.givexpert .bloc-right-border:after {
    content: " ";
  }
}
html body.givexpert .temoignage-slider .splide__pagination {
  bottom: -3.5rem;
}
@media (max-width: 999.9px) {
  html body.givexpert .temoignage-slider .splide__pagination {
    bottom: -2.5rem;
  }
}
html body.givexpert .temoignage-slider .splide__pagination__page {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: min(5vw, 32px);
  height: min(5vw, 32px);
  --un-scale-x: 1;
  --un-scale-y: 1;
  transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
  border-width: 3px;
  --un-border-opacity: 1;
  border-color: rgb(255, 209, 108, var(--un-border-opacity));
  border-radius: 9999px;
  border-style: solid;
  background-color: transparent;
  opacity: 1;
}
@media (max-width: 999.9px) {
  html body.givexpert .temoignage-slider .splide__pagination__page {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    border-width: 2px;
  }
}
html body.givexpert .temoignage-slider .splide__pagination__page.is-active {
  --un-bg-opacity: 1;
  background-color: rgb(255, 209, 108, var(--un-bg-opacity));
}
html body.givexpert .temoignage-slider .splide__arrow {
  width: min(9vw, 72px);
  height: min(9vw, 72px);
  display: flex;
  --un-translate-y: 0;
  transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
  align-items: center;
  justify-content: center;
  background-color: transparent;
  --un-text-opacity: 1;
  color: rgb(255, 255, 255, var(--un-text-opacity));
  opacity: 1;
}
@media (max-width: 999.9px) {
  html body.givexpert .temoignage-slider .splide__arrow {
    --un-translate-y: 1.5rem;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
  }
}
html body.givexpert .temoignage-slider .splide__arrow svg {
  width: min(9vw, 72px);
  height: min(9vw, 72px);
  --un-fill-opacity: 1;
  fill: rgb(0, 85, 150, var(--un-fill-opacity));
}
html body.givexpert .temoignage-slider .splide__arrow.splide__arrow--prev {
  left: -5.5rem;
}
@media (max-width: 999.9px) {
  html body.givexpert .temoignage-slider .splide__arrow.splide__arrow--prev {
    left: -2.5rem;
  }
}
html body.givexpert .temoignage-slider .splide__arrow.splide__arrow--next {
  right: -5.5rem;
}
@media (max-width: 999.9px) {
  html body.givexpert .temoignage-slider .splide__arrow.splide__arrow--next {
    right: -2.5rem;
  }
}
html body.givexpert .bottom-pattern-border {
  position: relative;
}
html body.givexpert .bottom-pattern-border:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAF7GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDI1LTEwLTE0VDE1OjEyOjU0KzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyNS0xMC0xNVQxNjozOTo1OSswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyNS0xMC0xNVQxNjozOTo1OSswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNmI0YmMxYy05NTNkLTNhNDMtOWYwYy1kOGU3ZTNhMDllMjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6YjBkNGQzYjUtYWFmNi0wNzQ2LWIyZGItZjgzNzk0ODgwMWY3IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6YjBkNGQzYjUtYWFmNi0wNzQ2LWIyZGItZjgzNzk0ODgwMWY3Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpiMGQ0ZDNiNS1hYWY2LTA3NDYtYjJkYi1mODM3OTQ4ODAxZjciIHN0RXZ0OndoZW49IjIwMjUtMTAtMTRUMTU6MTI6NTQrMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MDZiNGJjMWMtOTUzZC0zYTQzLTlmMGMtZDhlN2UzYTA5ZTIwIiBzdEV2dDp3aGVuPSIyMDI1LTEwLTE1VDE2OjM5OjU5KzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+830ZDgAAAIxJREFUKJG90lENg0AQhOGjDs5CLWChFrCABbRgoRawgAUsnIWPB7bJlV7SkCbdl52Hmfy3k+uQrs7tciKllFokTFhaXvxIwoh76AUldMYQ+/CHyNgcs6GEXmMX9G+hijpW4Zd5Qq5v+igCzyq0too4k4Ywz0GF6Vtow3x6bqkKaoYejXb7M6n72zfaATJa6Q4ZmyvAAAAAAElFTkSuQmCC);
  position: absolute;
  left: 0;
  bottom: -0.75rem;
  right: 1rem;
  height: 0.5rem;
  background-position: center left;
  background-repeat: repeat-x;
  content: " ";
}
@media (min-width: 1000px) {
  html body.givexpert .bottom-pattern-border:after {
    bottom: 0;
  }
}
html body.givexpert .right-pattern-border {
  position: relative;
}
html body.givexpert .right-pattern-border:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAF7GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDI1LTEwLTE0VDE1OjEyOjU0KzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyNS0xMC0xNVQxNjozOTo1OSswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyNS0xMC0xNVQxNjozOTo1OSswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNmI0YmMxYy05NTNkLTNhNDMtOWYwYy1kOGU3ZTNhMDllMjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6YjBkNGQzYjUtYWFmNi0wNzQ2LWIyZGItZjgzNzk0ODgwMWY3IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6YjBkNGQzYjUtYWFmNi0wNzQ2LWIyZGItZjgzNzk0ODgwMWY3Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpiMGQ0ZDNiNS1hYWY2LTA3NDYtYjJkYi1mODM3OTQ4ODAxZjciIHN0RXZ0OndoZW49IjIwMjUtMTAtMTRUMTU6MTI6NTQrMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MDZiNGJjMWMtOTUzZC0zYTQzLTlmMGMtZDhlN2UzYTA5ZTIwIiBzdEV2dDp3aGVuPSIyMDI1LTEwLTE1VDE2OjM5OjU5KzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+830ZDgAAAIxJREFUKJG90lENg0AQhOGjDs5CLWChFrCABbRgoRawgAUsnIWPB7bJlV7SkCbdl52Hmfy3k+uQrs7tciKllFokTFhaXvxIwoh76AUldMYQ+/CHyNgcs6GEXmMX9G+hijpW4Zd5Qq5v+igCzyq0too4k4Ywz0GF6Vtow3x6bqkKaoYejXb7M6n72zfaATJa6Q4ZmyvAAAAAAElFTkSuQmCC);
  position: absolute;
  top: 0;
  right: -2rem;
  bottom: 2rem;
  width: 0.75rem;
  background-position: top center;
  background-repeat: repeat-y;
  content: " ";
}
@media (max-width: 999.9px) {
  html body.givexpert .right-pattern-border:before {
    display: none;
  }
}
html body.givexpert *,
html body.givexpert :before,
html body.givexpert :after {
  --un-rotate: 0;
  --un-rotate-x: 0;
  --un-rotate-y: 0;
  --un-rotate-z: 0;
  --un-scale-x: 1;
  --un-scale-y: 1;
  --un-scale-z: 1;
  --un-skew-x: 0;
  --un-skew-y: 0;
  --un-translate-x: 0;
  --un-translate-y: 0;
  --un-translate-z: 0;
  --un-scroll-snap-strictness: proximity;
  --un-border-spacing-x: 0;
  --un-border-spacing-y: 0;
  --un-ring-offset-shadow: 0 0 rgb(0 0 0 / 0);
  --un-ring-shadow: 0 0 rgb(0 0 0 / 0);
  --un-shadow: 0 0 rgb(0 0 0 / 0);
  --un-ring-offset-width: 0px;
  --un-ring-offset-color: #fff;
  --un-ring-width: 0px;
  --un-ring-color: rgb(147 197 253 / .5);
}
html body.givexpert ::backdrop {
  --un-rotate: 0;
  --un-rotate-x: 0;
  --un-rotate-y: 0;
  --un-rotate-z: 0;
  --un-scale-x: 1;
  --un-scale-y: 1;
  --un-scale-z: 1;
  --un-skew-x: 0;
  --un-skew-y: 0;
  --un-translate-x: 0;
  --un-translate-y: 0;
  --un-translate-z: 0;
  --un-scroll-snap-strictness: proximity;
  --un-border-spacing-x: 0;
  --un-border-spacing-y: 0;
  --un-ring-offset-shadow: 0 0 rgb(0 0 0 / 0);
  --un-ring-shadow: 0 0 rgb(0 0 0 / 0);
  --un-shadow: 0 0 rgb(0 0 0 / 0);
  --un-ring-offset-width: 0px;
  --un-ring-offset-color: #fff;
  --un-ring-width: 0px;
  --un-ring-color: rgb(147 197 253 / .5);
}
html body.givexpert .container {
  width: 100%;
}
@media (min-width: 768px) {
  html body.givexpert .container {
    max-width: 768px;
  }
}
@media (min-width: 1000px) {
  html body.givexpert .container {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  html body.givexpert .container {
    max-width: 1200px;
  }
}
@media (min-width: 1360px) {
  html body.givexpert .container {
    max-width: 1360px;
  }
}
html body.givexpert .ff-eurotyposans {
  font-family: Eurotypo Sans, sans-serif;
}
html body.givexpert .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
html body.givexpert .absolute {
  position: absolute;
}
html body.givexpert .fixed {
  position: fixed;
}
html body.givexpert .relative {
  position: relative;
}
html body.givexpert .sticky {
  position: sticky;
}
html body.givexpert .inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
html body.givexpert .-bottom-14 {
  bottom: -3.5rem;
}
html body.givexpert .-left-18 {
  left: -4.5rem;
}
html body.givexpert .-left-20 {
  left: -5rem;
}
html body.givexpert .-left-8 {
  left: -2rem;
}
html body.givexpert .-top-8\.5 {
  top: -2.125rem;
}
html body.givexpert .bottom-0 {
  bottom: 0;
}
html body.givexpert .left-\[min\(8vw\,68px\)\] {
  left: min(8vw, 68px);
}
html body.givexpert .left-0 {
  left: 0;
}
html body.givexpert .left-1 {
  left: 0.25rem;
}
html body.givexpert .left-1\/2 {
  left: 50%;
}
html body.givexpert .left-16 {
  left: 4rem;
}
html body.givexpert .left-26 {
  left: 6.5rem;
}
html body.givexpert .left-3 {
  left: 0.75rem;
}
html body.givexpert .left-4 {
  left: 1rem;
}
html body.givexpert .left-8 {
  left: 2rem;
}
html body.givexpert .right-\[min\(8vw\,68px\)\] {
  right: min(8vw, 68px);
}
html body.givexpert .right-0 {
  right: 0;
}
html body.givexpert .right-3 {
  right: 0.75rem;
}
html body.givexpert .top-0 {
  top: 0;
}
html body.givexpert .top-1\/9 {
  top: 11.1111111111%;
}
html body.givexpert .top-24 {
  top: 6rem;
}
html body.givexpert .top-3 {
  top: 0.75rem;
}
html body.givexpert .top-4 {
  top: 1rem;
}
html body.givexpert .top-8 {
  top: 2rem;
}
html body.givexpert .z-10 {
  z-index: 10;
}
html body.givexpert .z-50 {
  z-index: 50;
}
html body.givexpert .grid {
  display: grid;
}
html body.givexpert .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
html body.givexpert .m-0 {
  margin: 0;
}
html body.givexpert .mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
html body.givexpert .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
html body.givexpert .my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
html body.givexpert .\[\&_strong\]\:-mt-2 strong {
  margin-top: -0.5rem;
}
html body.givexpert .\[\&_strong\]\:mb-3 strong,
html body.givexpert .mb-3 {
  margin-bottom: 0.75rem;
}
html body.givexpert .mb-\[min\(5vw\,32px\)\] {
  margin-bottom: min(5vw, 32px);
}
html body.givexpert .mb-1 {
  margin-bottom: 0.25rem;
}
html body.givexpert .mb-12 {
  margin-bottom: 3rem;
}
html body.givexpert .mb-16 {
  margin-bottom: 4rem;
}
html body.givexpert .mb-22 {
  margin-bottom: 5.5rem;
}
html body.givexpert .mb-4 {
  margin-bottom: 1rem;
}
html body.givexpert .mb-6 {
  margin-bottom: 1.5rem;
}
html body.givexpert .mb-8 {
  margin-bottom: 2rem;
}
html body.givexpert .me {
  margin-inline-end: 1rem;
}
html body.givexpert .ms {
  margin-inline-start: 1rem;
}
html body.givexpert .mt-\.75 {
  margin-top: 0.1875rem;
}
html body.givexpert .box-border {
  box-sizing: border-box;
}
html body.givexpert .\[\&_strong\]\:d-block strong,
html body.givexpert .d-block {
  display: block;
}
html body.givexpert .inline-block {
  display: inline-block;
}
html body.givexpert .hidden {
  display: none;
}
html body.givexpert .aspect-\[16\/12\] {
  aspect-ratio: 16/12;
}
html body.givexpert .aspect-video {
  aspect-ratio: 16/9;
}
html body.givexpert .h-\[97px\] {
  height: 97px;
}
html body.givexpert .h-\[min\(10vw\,100px\)\] {
  height: min(10vw, 100px);
}
html body.givexpert .h-\[min\(10vw\,84px\)\] {
  height: min(10vw, 84px);
}
html body.givexpert .h-\[min\(12vw\,48px\)\] {
  height: min(12vw, 48px);
}
html body.givexpert .h-\[min\(17vw\,120px\)\] {
  height: min(17vw, 120px);
}
html body.givexpert .h-\[min\(30vw\,224px\)\] {
  height: min(30vw, 224px);
}
html body.givexpert .h-\[min\(4vw\,32px\)\] {
  height: min(4vw, 32px);
}
html body.givexpert .h-\[min\(6\.2vw\,97px\)\] {
  height: min(6.2vw, 97px);
}
html body.givexpert .h-24 {
  height: 6rem;
}
html body.givexpert .h-6,
html body.givexpert .h6 {
  height: 1.5rem;
}
html body.givexpert .h-8 {
  height: 2rem;
}
html body.givexpert .h-auto {
  height: auto;
}
html body.givexpert .h-full {
  height: 100%;
}
html body.givexpert .h1 {
  height: 0.25rem;
}
html body.givexpert .h2 {
  height: 0.5rem;
}
html body.givexpert .h3 {
  height: 0.75rem;
}
html body.givexpert .h4 {
  height: 1rem;
}
html body.givexpert .h5 {
  height: 1.25rem;
}
html body.givexpert .max-h-\[18vw\] {
  max-height: 18vw;
}
html body.givexpert .max-w-\[1200px\] {
  max-width: 1200px;
}
html body.givexpert .max-w-\[1314px\] {
  max-width: 1314px;
}
html body.givexpert .max-w-\[1320px\] {
  max-width: 1320px;
}
html body.givexpert .max-w-\[1475px\] {
  max-width: 1475px;
}
html body.givexpert .max-w-\[18vw\] {
  max-width: 18vw;
}
html body.givexpert .max-w-\[40vw\] {
  max-width: 40vw;
}
html body.givexpert .max-w-\[50vw\] {
  max-width: 50vw;
}
html body.givexpert .max-w-\[600px\] {
  max-width: 600px;
}
html body.givexpert .max-w-\[60vw\] {
  max-width: 60vw;
}
html body.givexpert .max-w-\[610px\] {
  max-width: 610px;
}
html body.givexpert .max-w-\[695px\] {
  max-width: 695px;
}
html body.givexpert .max-w-\[730px\] {
  max-width: 730px;
}
html body.givexpert .max-w-\[750px\] {
  max-width: 750px;
}
html body.givexpert .max-w-\[820px\] {
  max-width: 820px;
}
html body.givexpert .max-w-\[840px\] {
  max-width: 840px;
}
html body.givexpert .max-w-\[980px\] {
  max-width: 980px;
}
html body.givexpert .max-w-\[min\(1155px\,90vw\)\] {
  max-width: min(1155px, 90vw);
}
html body.givexpert .max-w-\[min\(18vw\,96px\)\] {
  max-width: min(18vw, 96px);
}
html body.givexpert .max-w-24 {
  max-width: 6rem;
}
html body.givexpert .max-w-28 {
  max-width: 7rem;
}
html body.givexpert .max-w-9\/10 {
  max-width: 90%;
}
html body.givexpert .max-w-full {
  max-width: 100%;
}
html body.givexpert .min-h-\[80px\] {
  min-height: 80px;
}
html body.givexpert .min-h-\[min\(50vw\,280px\)\] {
  min-height: min(50vw, 280px);
}
html body.givexpert .min-h-\[min\(70vh\,524px\)\] {
  min-height: min(70vh, 524px);
}
html body.givexpert .min-h-full {
  min-height: 100%;
}
html body.givexpert .min-w-\[min\(18vw\,96px\)\] {
  min-width: min(18vw, 96px);
}
html body.givexpert .w-\[144px\] {
  width: 144px;
}
html body.givexpert .w-\[min\(10vw\,100px\)\] {
  width: min(10vw, 100px);
}
html body.givexpert .w-\[min\(10vw\,84px\)\] {
  width: min(10vw, 84px);
}
html body.givexpert .w-\[min\(12vw\,48px\)\] {
  width: min(12vw, 48px);
}
html body.givexpert .w-\[min\(17vw\,120px\)\] {
  width: min(17vw, 120px);
}
html body.givexpert .w-\[min\(18vw\,96px\)\] {
  width: min(18vw, 96px);
}
html body.givexpert .w-\[min\(30vw\,224px\)\] {
  width: min(30vw, 224px);
}
html body.givexpert .w-\[min\(4vw\,32px\)\] {
  width: min(4vw, 32px);
}
html body.givexpert .w-\[min\(9vw\,144px\)\] {
  width: min(9vw, 144px);
}
html body.givexpert .w-24 {
  width: 6rem;
}
html body.givexpert .w-28 {
  width: 7rem;
}
html body.givexpert .w-6 {
  width: 1.5rem;
}
html body.givexpert .w-full {
  width: 100%;
}
html body.givexpert .flex {
  display: flex;
}
html body.givexpert .shrink,
html body.givexpert .shrink-to-fit\=no {
  flex-shrink: 1;
}
html body.givexpert .shrink-0 {
  flex-shrink: 0;
}
html body.givexpert .grow {
  flex-grow: 1;
}
html body.givexpert .flex-col {
  flex-direction: column;
}
html body.givexpert .flex-wrap {
  flex-wrap: wrap;
}
html body.givexpert .table {
  display: table;
}
html body.givexpert .-translate-x-1\/2 {
  --un-translate-x: -50%;
  transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}
html body.givexpert .-translate-y-1\/2 {
  --un-translate-y: -50%;
  transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}
html body.givexpert .-translate-y-4\/10 {
  --un-translate-y: -40%;
  transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}
html body.givexpert .translate-y-\[50px\] {
  --un-translate-y: 50px;
  transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}
html body.givexpert .hover\:translate-x-1:hover {
  --un-translate-x: .25rem;
  transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}
html body.givexpert .-rotate-45 {
  --un-rotate-x: 0;
  --un-rotate-y: 0;
  --un-rotate-z: 0;
  --un-rotate: -45deg;
  transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}
html body.givexpert .rotate-180 {
  --un-rotate-x: 0;
  --un-rotate-y: 0;
  --un-rotate-z: 0;
  --un-rotate: 180deg;
  transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}
html body.givexpert .scale-\[-1\,1\] {
  --un-scale-x: -1;
  --un-scale-y: 1;
  transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}
html body.givexpert .transform {
  transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}
html body.givexpert .cursor-default {
  cursor: default;
}
html body.givexpert .cursor-pointer {
  cursor: pointer;
}
html body.givexpert .items-start {
  align-items: flex-start;
}
html body.givexpert .items-end {
  align-items: flex-end;
}
html body.givexpert .items-center {
  align-items: center;
}
html body.givexpert .justify-start {
  justify-content: flex-start;
}
html body.givexpert .justify-end {
  justify-content: flex-end;
}
html body.givexpert .justify-center {
  justify-content: center;
}
html body.givexpert .justify-between {
  justify-content: space-between;
}
html body.givexpert .gap-\[min\(3\.3vw\,32px\)\] {
  gap: min(3.3vw, 32px);
}
html body.givexpert .gap-0 {
  gap: 0;
}
html body.givexpert .gap-10 {
  gap: 2.5rem;
}
html body.givexpert .gap-12 {
  gap: 3rem;
}
html body.givexpert .gap-2 {
  gap: 0.5rem;
}
html body.givexpert .gap-4 {
  gap: 1rem;
}
html body.givexpert .gap-8 {
  gap: 2rem;
}
html body.givexpert .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --un-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--un-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--un-space-y-reverse));
}
html body.givexpert .space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --un-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - var(--un-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--un-space-y-reverse));
}
html body.givexpert .overflow-hidden {
  overflow: hidden;
}
html body.givexpert .scroll-smooth {
  scroll-behavior: smooth;
}
html body.givexpert .whitespace-nowrap {
  white-space: nowrap;
}
html body.givexpert .b {
  border-width: 1px;
}
html body.givexpert .border-0 {
  border-width: 0px;
}
html body.givexpert .border-2 {
  border-width: 2px;
}
html body.givexpert .border-4 {
  border-width: 4px;
}
html body.givexpert .border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
html body.givexpert .border-yellow {
  --un-border-opacity: 1;
  border-color: rgb(255, 209, 108, var(--un-border-opacity));
}
html body.givexpert .rounded-3xl {
  border-radius: 1.5rem;
}
html body.givexpert .rounded-4 {
  border-radius: 1rem;
}
html body.givexpert .rounded-full {
  border-radius: 9999px;
}
html body.givexpert .rounded-lg {
  border-radius: 0.5rem;
}
html body.givexpert .rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
html body.givexpert .border-none {
  border-style: none;
}
html body.givexpert .border-solid {
  border-style: solid;
}
html body.givexpert .bg-\[\#f6f6f6\] {
  --un-bg-opacity: 1;
  background-color: rgb(246, 246, 246, var(--un-bg-opacity));
}
html body.givexpert .bg-\[url\(\/images\/gray-bg\.jpg\)\] {
  --un-url: url(./gray-bg.jpg);
  background-image: var(--un-url);
}
html body.givexpert .bg-\[url\(\/images\/pink-bg\.jpg\)\] {
  --un-url: url(./pink-bg.jpg);
  background-image: var(--un-url);
}
html body.givexpert .bg-black {
  --un-bg-opacity: 1;
  background-color: rgb(0, 0, 0, var(--un-bg-opacity));
}
html body.givexpert .bg-blue {
  --un-bg-opacity: 1;
  background-color: rgb(0, 85, 150, var(--un-bg-opacity));
}
html body.givexpert .bg-pink {
  --un-bg-opacity: 1;
  background-color: rgb(190, 71, 112, var(--un-bg-opacity));
}
html body.givexpert .bg-pink-300 {
  --un-bg-opacity: 1;
  background-color: rgb(236, 145, 177, var(--un-bg-opacity));
}
html body.givexpert .bg-red {
  --un-bg-opacity: 1;
  background-color: rgb(174, 0, 68, var(--un-bg-opacity));
}
html body.givexpert .bg-transparent {
  background-color: transparent;
}
html body.givexpert .bg-white {
  --un-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--un-bg-opacity));
}
html body.givexpert .bg-yellow {
  --un-bg-opacity: 1;
  background-color: rgb(255, 209, 108, var(--un-bg-opacity));
}
html body.givexpert .bg-opacity-50 {
  --un-bg-opacity: .5 ;
}
html body.givexpert .bg-opacity-75 {
  --un-bg-opacity: .75 ;
}
html body.givexpert .from-\[\#c1b7b7\] {
  --un-gradient-from-position: 0%;
  --un-gradient-from: rgb(193 183 183 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);
  --un-gradient-to-position: 100%;
  --un-gradient-to: rgb(193 183 183 / 0) var(--un-gradient-to-position);
  --un-gradient-stops: var(--un-gradient-from), var(--un-gradient-to) ;
}
html body.givexpert .via-white {
  --un-gradient-via-position: 50%;
  --un-gradient-to: rgb(255 255 255 / 0);
  --un-gradient-stops: var(--un-gradient-from), rgb(255 255 255 / var(--un-via-opacity, 1)) var(--un-gradient-via-position), var(--un-gradient-to) ;
}
html body.givexpert .to-white {
  --un-gradient-to-position: 100%;
  --un-gradient-to: rgb(255 255 255 / var(--un-to-opacity, 1)) var(--un-gradient-to-position) ;
}
html body.givexpert .from-0\% {
  --un-gradient-from-position: 0% ;
}
html body.givexpert .to-90\% {
  --un-gradient-to-position: 90% ;
}
html body.givexpert .via-26\% {
  --un-gradient-via-position: 26% ;
}
html body.givexpert .bg-gradient-to-l {
  --un-gradient-shape: to left;
  --un-gradient: var(--un-gradient-shape), var(--un-gradient-stops);
  background-image: linear-gradient(var(--un-gradient));
}
html body.givexpert .bg-cover {
  background-size: cover;
}
html body.givexpert .bg-no-repeat {
  background-repeat: no-repeat;
}
html body.givexpert .object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
html body.givexpert .object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
html body.givexpert .object-center {
  -o-object-position: center;
  object-position: center;
}
html body.givexpert .p-\[min\(38px\,1\.2vw\)\] {
  padding: min(38px, 1.2vw);
}
html body.givexpert .p-\[min\(3vw\,48px\)\] {
  padding: min(3vw, 48px);
}
html body.givexpert .p-0 {
  padding: 0;
}
html body.givexpert .p-10 {
  padding: 2.5rem;
}
html body.givexpert .p-12 {
  padding: 3rem;
}
html body.givexpert .p-2\.5 {
  padding: 0.625rem;
}
html body.givexpert .p-4 {
  padding: 1rem;
}
html body.givexpert .p-6 {
  padding: 1.5rem;
}
html body.givexpert .p-8 {
  padding: 2rem;
}
html body.givexpert .px-\[min\(1\.5vw\,24px\)\] {
  padding-left: min(1.5vw, 24px);
  padding-right: min(1.5vw, 24px);
}
html body.givexpert .px-\[min\(4vw\,56px\)\] {
  padding-left: min(4vw, 56px);
  padding-right: min(4vw, 56px);
}
html body.givexpert .px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
html body.givexpert .px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
html body.givexpert .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
html body.givexpert .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
html body.givexpert .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
html body.givexpert .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
html body.givexpert .py-\[min\(1\.5vw\,16px\)\] {
  padding-top: min(1.5vw, 16px);
  padding-bottom: min(1.5vw, 16px);
}
html body.givexpert .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
html body.givexpert .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
html body.givexpert .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
html body.givexpert .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
html body.givexpert .pb-8 {
  padding-bottom: 2rem;
}
html body.givexpert .pb-9 {
  padding-bottom: 2.25rem;
}
html body.givexpert .pr-\[min\(3\.5vw\,48px\)\] {
  padding-right: min(3.5vw, 48px);
}
html body.givexpert .pt-\[min\(14vw\,128px\)\] {
  padding-top: min(14vw, 128px);
}
html body.givexpert .pt-2 {
  padding-top: 0.5rem;
}
html body.givexpert .pt-30 {
  padding-top: 7.5rem;
}
html body.givexpert .pt-4 {
  padding-top: 1rem;
}
html body.givexpert .pt-5\.25 {
  padding-top: 1.3125rem;
}
html body.givexpert .text-center {
  text-align: center;
}
html body.givexpert .text-left {
  text-align: left;
}
html body.givexpert .text-\[32px\] {
  font-size: 32px;
}
html body.givexpert .\[\&_a\]\:text-red-900 a,
html body.givexpert .text-red-900 {
  --un-text-opacity: 1;
  color: rgb(66, 3, 37, var(--un-text-opacity));
}
html body.givexpert .\[\&_strong\]\:text-\[min\(4\.8vw\,67px\)\] strong {
  font-size: min(4.8vw, 67px);
}
html body.givexpert .\[\&_strong\]\:text-yellow strong,
html body.givexpert .text-yellow {
  --un-text-opacity: 1;
  color: rgb(255, 209, 108, var(--un-text-opacity));
}
html body.givexpert .text-\[min\(1\.4vw\,18px\)\] {
  font-size: min(1.4vw, 18px);
}
html body.givexpert .text-\[min\(1\.4vw\,20px\)\] {
  font-size: min(1.4vw, 20px);
}
html body.givexpert .text-\[min\(1\.65vw\,22px\)\] {
  font-size: min(1.65vw, 22px);
}
html body.givexpert .text-\[min\(25px\,1\.85vw\)\] {
  font-size: min(25px, 1.85vw);
}
html body.givexpert .text-\[min\(25px\,4\.2vw\)\] {
  font-size: min(25px, 4.2vw);
}
html body.givexpert .text-\[min\(26px\,1\.85vw\)\] {
  font-size: min(26px, 1.85vw);
}
html body.givexpert .text-\[min\(28px\,2\.15vw\)\] {
  font-size: min(28px, 2.15vw);
}
html body.givexpert .text-\[min\(3\.8vw\,16px\)\] {
  font-size: min(3.8vw, 16px);
}
html body.givexpert .text-\[min\(3\.9vw\,62px\)\] {
  font-size: min(3.9vw, 62px);
}
html body.givexpert .text-\[min\(30px\,2vw\)\] {
  font-size: min(30px, 2vw);
}
html body.givexpert .text-\[min\(34px\,2\.8vw\)\] {
  font-size: min(34px, 2.8vw);
}
html body.givexpert .text-\[min\(34px\,4\.8vw\)\] {
  font-size: min(34px, 4.8vw);
}
html body.givexpert .text-\[min\(36px\,5\.6vw\)\] {
  font-size: min(36px, 5.6vw);
}
html body.givexpert .text-\[min\(4\.4vw\,24px\)\] {
  font-size: min(4.4vw, 24px);
}
html body.givexpert .text-\[min\(41px\,2\.8vw\)\] {
  font-size: min(41px, 2.8vw);
}
html body.givexpert .text-\[min\(41px\,6\.4vw\)\] {
  font-size: min(41px, 6.4vw);
}
html body.givexpert .text-\[min\(42px\,6\.6vw\)\] {
  font-size: min(42px, 6.6vw);
}
html body.givexpert .text-\[min\(42px\,6vw\)\] {
  font-size: min(42px, 6vw);
}
html body.givexpert .text-\[min\(42px\,7vw\)\] {
  font-size: min(42px, 7vw);
}
html body.givexpert .text-\[min\(8vw\,62px\)\] {
  font-size: min(8vw, 62px);
}
html body.givexpert .text-blue {
  --un-text-opacity: 1;
  color: rgb(0, 85, 150, var(--un-text-opacity));
}
html body.givexpert .text-red {
  --un-text-opacity: 1;
  color: rgb(174, 0, 68, var(--un-text-opacity));
}
html body.givexpert .text-white {
  --un-text-opacity: 1;
  color: rgb(255, 255, 255, var(--un-text-opacity));
}
html body.givexpert .\[\&_strong\]\:font-bold strong,
html body.givexpert .font-bold {
  font-weight: 700;
}
html body.givexpert .font-500 {
  font-weight: 500;
}
html body.givexpert .\[\&_p\,\&_li\]\:leading-\[1\.3\] p,
html body.givexpert .\[\&_p\,\&_li\]\:leading-\[1\.3\] li,
html body.givexpert .leading-\[1\.3\] {
  line-height: 1.3;
}
html body.givexpert .\[\&_strong\]\:leading-\[1\] strong {
  line-height: 1;
}
html body.givexpert .leading-\[1\.2\] {
  line-height: 1.2;
}
html body.givexpert .leading-\[1\.25\],
html body.givexpert .leading-tight {
  line-height: 1.25;
}
html body.givexpert .leading-relaxed {
  line-height: 1.625;
}
html body.givexpert .tracking-wide {
  letter-spacing: 0.025em;
}
html body.givexpert .tracking-wider {
  letter-spacing: 0.05em;
}
html body.givexpert .uppercase {
  text-transform: uppercase;
}
html body.givexpert .italic {
  font-style: italic;
}
html body.givexpert .not-italic {
  font-style: normal;
}
html body.givexpert .underline,
html body.givexpert .hover\:underline:hover {
  text-decoration-line: underline;
}
html body.givexpert .focus\:underline:focus {
  text-decoration-line: underline;
}
html body.givexpert .\[\&_a\]\:no-underline a,
html body.givexpert .no-underline {
  text-decoration: none;
}
html body.givexpert .opacity-0,
html body.givexpert .group:hover .group-hover\:opacity-0,
html body.givexpert .group:focus .group-focus\:opacity-0 {
  opacity: 0;
}
html body.givexpert .shadow {
  --un-shadow: var(--un-shadow-inset) 0 1px 3px 0 var(--un-shadow-color, rgb(0 0 0 / .1)), var(--un-shadow-inset) 0 1px 2px -1px var(--un-shadow-color, rgb(0 0 0 / .1));
  box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
}
html body.givexpert .shadow-\[0_0_32px_rgba\(0\,0\,0\,\.25\)\] {
  --un-shadow: 0 0 32px var(--un-shadow-color, rgba(0, 0, 0, .25));
  box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
}
html body.givexpert .shadow-xl {
  --un-shadow: var(--un-shadow-inset) 0 20px 25px -5px var(--un-shadow-color, rgb(0 0 0 / .1)), var(--un-shadow-inset) 0 8px 10px -6px var(--un-shadow-color, rgb(0 0 0 / .1));
  box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
}
html body.givexpert .outline-0 {
  outline-width: 0px;
}
html body.givexpert .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
html body.givexpert .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
html body.givexpert .focus-visible\:ring-2:focus-visible {
  --un-ring-width: 2px;
  --un-ring-offset-shadow: var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);
  --un-ring-shadow: var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);
  box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
}
html body.givexpert .focus-visible\:ring-black:focus-visible {
  --un-ring-opacity: 1;
  --un-ring-color: rgb(0 0 0 / var(--un-ring-opacity)) ;
}
html body.givexpert .backdrop-blur-sm {
  --un-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
  backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
}
html body.givexpert .filter {
  filter: var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);
}
html body.givexpert .transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
html body.givexpert .transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
html body.givexpert .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
@media (max-width: 1199.9px) {
  html body.givexpert .lt-lg\:top-6 {
    top: 1.5rem;
  }
  html body.givexpert .lt-lg\:p-\[min\(38px\,3vw\)\] {
    padding: min(38px, 3vw);
  }
  html body.givexpert .lt-lg\:px-\[min\(7vw\,56px\)\] {
    padding-left: min(7vw, 56px);
    padding-right: min(7vw, 56px);
  }
  html body.givexpert .lt-lg\:py-\[min\(3vw\,16px\)\] {
    padding-top: min(3vw, 16px);
    padding-bottom: min(3vw, 16px);
  }
  html body.givexpert .lt-lg\:pr-\[min\(3vw\,48px\)\] {
    padding-right: min(3vw, 48px);
  }
  html body.givexpert .lt-lg\:text-\[min\(3\.7vw\,18px\)\] {
    font-size: min(3.7vw, 18px);
  }
}
@media (max-width: 999.9px) {
  html body.givexpert .lt-md\:-left-22 {
    left: -5.5rem;
  }
  html body.givexpert .lt-md\:-left-4 {
    left: -1rem;
  }
  html body.givexpert .lt-md\:-left-6 {
    left: -1.5rem;
  }
  html body.givexpert .lt-md\:-top-4 {
    top: -1rem;
  }
  html body.givexpert .lt-md\:left-18 {
    left: 4.5rem;
  }
  html body.givexpert .lt-md\:top-4 {
    top: 1rem;
  }
  html body.givexpert .lt-md\:top-6 {
    top: 1.5rem;
  }
  html body.givexpert .lt-md\:top-8 {
    top: 2rem;
  }
  html body.givexpert .lt-md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  html body.givexpert .lt-md\:-ml-4 {
    margin-left: -1rem;
  }
  html body.givexpert .lt-md\:-mr-4 {
    margin-right: -1rem;
  }
  html body.givexpert .lt-md\:-mt-6 {
    margin-top: -1.5rem;
  }
  html body.givexpert .lt-md\:mb-3 {
    margin-bottom: 0.75rem;
  }
  html body.givexpert .lt-md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  html body.givexpert .lt-md\:ml-3 {
    margin-left: 0.75rem;
  }
  html body.givexpert .lt-md\:hidden {
    display: none;
  }
  html body.givexpert .lt-md\:aspect-\[2\/1\] {
    aspect-ratio: 2/1;
  }
  html body.givexpert .lt-md\:h-\[140vw\] {
    height: 140vw;
  }
  html body.givexpert .lt-md\:h-\[min\(20vw\,97px\)\] {
    height: min(20vw, 97px);
  }
  html body.givexpert .lt-md\:h-\[min\(70vh\,140vw\)\] {
    height: min(70vh, 140vw);
  }
  html body.givexpert .lt-md\:h-16 {
    height: 4rem;
  }
  html body.givexpert .lt-md\:max-w-\[50vw\] {
    max-width: 50vw;
  }
  html body.givexpert .lt-md\:max-w-\[60vw\] {
    max-width: 60vw;
  }
  html body.givexpert .lt-md\:w-\[min\(30vw\,144px\)\] {
    width: min(30vw, 144px);
  }
  html body.givexpert .lt-md\:w-16 {
    width: 4rem;
  }
  html body.givexpert .lt-md\:flex {
    display: flex;
  }
  html body.givexpert .lt-md\:flex-col {
    flex-direction: column;
  }
  html body.givexpert .lt-md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  html body.givexpert .lt-md\:items-center {
    align-items: center;
  }
  html body.givexpert .lt-md\:justify-center {
    justify-content: center;
  }
  html body.givexpert .lt-md\:p-\[min\(38px\,3vw\)\] {
    padding: min(38px, 3vw);
  }
  html body.givexpert .lt-md\:p-1\.75 {
    padding: 0.4375rem;
  }
  html body.givexpert .lt-md\:p-6 {
    padding: 1.5rem;
  }
  html body.givexpert .lt-md\:p-8 {
    padding: 2rem;
  }
  html body.givexpert .lt-md\:px-\[2vw\] {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  html body.givexpert .lt-md\:px-\[4vw\] {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  html body.givexpert .lt-md\:px-\[min\(7vw\,56px\)\] {
    padding-left: min(7vw, 56px);
    padding-right: min(7vw, 56px);
  }
  html body.givexpert .lt-md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  html body.givexpert .lt-md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  html body.givexpert .lt-md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  html body.givexpert .lt-md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  html body.givexpert .lt-md\:py-\[min\(3vw\,16px\)\] {
    padding-top: min(3vw, 16px);
    padding-bottom: min(3vw, 16px);
  }
  html body.givexpert .lt-md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  html body.givexpert .lt-md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  html body.givexpert .lt-md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  html body.givexpert .lt-md\:pb-\[6vw\] {
    padding-bottom: 6vw;
  }
  html body.givexpert .lt-md\:pb-0 {
    padding-bottom: 0;
  }
  html body.givexpert .lt-md\:pb-4 {
    padding-bottom: 1rem;
  }
  html body.givexpert .lt-md\:pr-\[min\(3vw\,48px\)\] {
    padding-right: min(3vw, 48px);
  }
  html body.givexpert .lt-md\:pt-0 {
    padding-top: 0;
  }
  html body.givexpert .lt-md\:text-right {
    text-align: right;
  }
  html body.givexpert .\[\&_strong\]\:lt-md\:text-\[min\(14vw\,67px\)\] strong {
    font-size: min(14vw, 67px);
  }
  html body.givexpert .lt-md\:text-\[min\(25px\,4\.5vw\)\] {
    font-size: min(25px, 4.5vw);
  }
  html body.givexpert .lt-md\:text-\[min\(26px\,4\.5vw\)\] {
    font-size: min(26px, 4.5vw);
  }
  html body.givexpert .lt-md\:text-\[min\(28px\,4vw\)\] {
    font-size: min(28px, 4vw);
  }
  html body.givexpert .lt-md\:text-\[min\(3\.2vw\,18px\)\] {
    font-size: min(3.2vw, 18px);
  }
  html body.givexpert .lt-md\:text-\[min\(3\.75vw\,22px\)\] {
    font-size: min(3.75vw, 22px);
  }
  html body.givexpert .lt-md\:text-\[min\(3\.7vw\,18px\)\] {
    font-size: min(3.7vw, 18px);
  }
  html body.givexpert .lt-md\:text-\[min\(30px\,4\.5vw\)\] {
    font-size: min(30px, 4.5vw);
  }
  html body.givexpert .lt-md\:text-\[min\(34px\,4\.8vw\)\] {
    font-size: min(34px, 4.8vw);
  }
  html body.givexpert .lt-md\:text-\[min\(4\.4vw\,20px\)\] {
    font-size: min(4.4vw, 20px);
  }
  html body.givexpert .lt-md\:text-\[min\(41px\,6vw\)\] {
    font-size: min(41px, 6vw);
  }
  html body.givexpert .lt-md\:text-\[min\(8vw\,62px\)\] {
    font-size: min(8vw, 62px);
  }
  html body.givexpert .lt-md\:text-\[min\(9vw\,48px\)\] {
    font-size: min(9vw, 48px);
  }
}
@media (min-width: 1000px) {
  html body.givexpert .md\:-left-16 {
    left: -4rem;
  }
  html body.givexpert .md\:-right-16 {
    right: -4rem;
  }
  html body.givexpert .md\:top-\[calc\(50\%_-_20px\)\] {
    top: calc(50% - 20px);
  }
  html body.givexpert .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html body.givexpert .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  html body.givexpert .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  html body.givexpert .md\:mt-1 {
    margin-top: 0.25rem;
  }
  html body.givexpert .md\:d-block {
    display: block;
  }
  html body.givexpert .md\:hidden {
    display: none;
  }
  html body.givexpert .md\:hidden\! {
    display: none !important;
  }
  html body.givexpert .md\:min-h-\[min\(calc\(24vw_\+_140px\)\,524px\)\] {
    min-height: min(24vw + 140px, 524px);
  }
  html body.givexpert .md\:min-h-28 {
    min-height: 7rem;
  }
  html body.givexpert .md\:w-1\/5 {
    width: 20%;
  }
  html body.givexpert .md\:hover\:scale-105:hover {
    --un-scale-x: 1.05;
    --un-scale-y: 1.05;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
  }
  html body.givexpert .md\:active\:scale-95:active {
    --un-scale-x: .95;
    --un-scale-y: .95;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
  }
  html body.givexpert .md\:items-start {
    align-items: flex-start;
  }
  html body.givexpert .md\:items-center {
    align-items: center;
  }
  html body.givexpert .md\:justify-around {
    justify-content: space-around;
  }
  html body.givexpert .md\:gap-18 {
    gap: 4.5rem;
  }
  html body.givexpert .md\:gap-8 {
    gap: 2rem;
  }
  html body.givexpert .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  html body.givexpert .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  html body.givexpert .md\:text-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  html body.givexpert .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}