@charset "UTF-8";

.page-title--responsive {
  font-size: clamp(28px, 5vw + 1rem, 50px); !important; line-height: clamp(30.3px, calc(5vw + 1.083rem), 52px);
}

.section-title--responsive {
  font-size: clamp(28px, 3vw + 1rem, 40px); !important; line-height: clamp(30.3px, calc(5vw + 1.083rem), 52px);
}


.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.noUi-target {
  position: relative;
}

.noUi-base, .noUi-connects {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: 0 0;
  transform-style: flat;
  will-change: transform;
  z-index: 1;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  height: 28px;
  right: -17px;
  top: -6px;
  width: 34px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  height: 34px;
  right: -6px;
  top: -17px;
  width: 28px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #fafafa;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
  cursor: default;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:after, .noUi-handle:before {
  background: #e8e7e6;
  content: "";
  display: block;
  height: 14px;
  left: 14px;
  position: absolute;
  top: 6px;
  width: 1px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  height: 1px;
  left: 6px;
  top: 14px;
  width: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-handle, [disabled] .noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  color: #999;
  position: absolute;
}

.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  background: #ccc;
  position: absolute;
}

.noUi-marker-large, .noUi-marker-sub {
  background: #aaa;
}

.noUi-pips-horizontal {
  height: 80px;
  left: 0;
  padding: 10px 0;
  top: 100%;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  height: 5px;
  margin-left: -1px;
  width: 2px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  height: 100%;
  left: 100%;
  padding: 0 10px;
  top: 0;
}

.noUi-value-vertical {
  padding-left: 25px;
  transform: translateY(-50%);
}

.noUi-rtl .noUi-value-vertical {
  transform: translateY(50%);
}

.noUi-marker-vertical.noUi-marker {
  height: 2px;
  margin-top: -1px;
  width: 5px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  color: #000;
  display: block;
  padding: 5px;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
  left: 50%;
  transform: translate(-50%);
}

.noUi-vertical .noUi-tooltip {
  right: 120%;
  top: 50%;
  transform: translateY(-50%);
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  bottom: 10px;
  left: auto;
  transform: translate(50%);
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  right: 28px;
  top: auto;
  transform: translateY(-18px);
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-track {
  display: flex;
}
.slick-track > .slick-slide {
  height: inherit;
  max-width: 1146px !important;
}
.slick-track > .slick-slide > div {
  width: 100vw;
  max-width: 1146px;
  display: flex;
  min-height: 100%;
}
@media (min-width: 1024px) {
  .slick-track > .slick-slide > div {
    width: 75vw;
    padding: 0 18px;
    margin: 0 auto;
  }
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

:root {
  --grayscale-000000: #000000;
  --grayscale-161-c-2-d: #161c2d;
  --grayscale-161-c-2-d-op70: rgba(22, 28, 45, 0.7);
  --magenta-ff-0-e-96: #ff0e96;
  --grayscale-011627: #011627;
  --turquoise-46-ebc-8: #46ebc8;
  --grayscale-f-4-f-7-fa: #f2f4f6;
  --turquoise-a-2-f-5-e-3: #a2f5e3;
  --magenta-ff-7-fca: #ff7fca;
  --grayscale-f-2-f-4-f-5: #f2f4f5;
  --grayscale-6-d-5-d-7-dd: #d5d7dd;
  --grayscale-9-a-9-da-5: #9a9da5;
  --grayscale-7-d-818-d: #7d818d;
  --purple-b-9-a-4-ee: #b9a4ee;
  --purple-b-9-a-4-ee-50: rgba(185, 164, 238, 0.5);
  --purple-7349-dd: #7349dd;
  --grayscale-5-e-7-e-9-ed: #e7e9ed;
  --ciano-473-bf-0: #473bf0;
  --ciano-00-a-2-ff: #00a2ff;
  --ciano-56-c-1-ff: #56c1ff;
  --ciano-a-9-e-0-fd: #a9e0fd;
  --yellow-fff-056: #fff056;
  --yellow-ffd-932: #ffd932;
  --green-00-da-8-e: #00da8e;
  --green-29-b-473: #29b473;
  --grayscale-ffffff: #ffffff;
  --orange-yellow: #feae00;
  --color-light-purple: rgba(185, 164, 238, 0.99);
  --very-dark-blue: #090c0f;
  --lightestblue: rgb(239, 247, 255, 1);
  --container-width: 1148px;
}

@media screen and (min-width: 1148px) {
  :root {
    --container-diff-w: calc((100vw - var(--container-width)) / 2);
  }
}
b,
strong,
.not-bold > b {
  font-weight: 600 !important;
}

.text-b-light b {
  font-weight: normal !important;
}

.tall-1 {
  line-height: 1 !important;
}

.button-size,
.button-size-login,
.button-shippy {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
}

.button-size-login {
  font-size: 17px;
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse))) !important;
}

.login-nav-link {
  margin-left: calc(4.8rem * (1 - var(--tw-space-x-reverse))) !important;
}

.logout-nav-link {
  margin-left: calc(7rem * (1 - var(--tw-space-x-reverse))) !important;
}

.text-link {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.2px;
  min-width: 200px;
}

.label-header {
  /* font-family: "Archivo Black", Poppins, sans-serif; */
  /* font-family: "Poppins", sans-serif; */ 
  font-family: "Geist", sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: -0.18px;
}

.label-header-section {
  /* font-family: "Archivo Black", Poppins, sans-serif; */
  /* font-family: "Poppins", sans-serif; */
  font-family: "Geist", sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.18px;
}

.header-section-items {
  width: 75%;
}

.header-section-items-rotate-negative {
  transform: rotate(-90deg);
}

.header-section-items-rotate {
  transform: rotate(90deg);
}

.header-section-items-custom {
  height: 33rem;
}

.title-hero,
.title-big {
  font-size: 48px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: -1.8px;
}

.title-section {
  font-size: 36px;
  /*font-weight: 600;*/
  font-weight: 500 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -1.2px;
}

.title-content {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.5px;
}
.title-content.light-content {
  opacity: 0.7;
  font-weight: 300;
}

.text-section-500 {
  opacity: 0.7;
  font-size: 19px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.68;
  letter-spacing: -0.2px;
}

.text-hero,
.text-section,
.label-section-bold {
  opacity: 0.7;
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.68;
  letter-spacing: -0.2px;
}

.label-section-bold {
  font-weight: 600 !important;
}

.text-little-bold {
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.63px;
}

.text-little {
  opacity: 0.7;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.14px;
}

.text-little-xs {
  color: #7d818d;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.label-content,
.label-step {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.2px;
}

.title-step,
.label-form {
  font-weight: 600 !important;
}

.text-form {
  opacity: 0.7;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: -0.1px;
}

.text-quotes,
.title-step,
.label-form {
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.52;
  letter-spacing: -0.5px;
}

.label-credit {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.label-ecommerce {
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.63px;
  text-align: center;
  color: #011627;
  text-transform: uppercase;
}

.text-badge {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.15px;
}

.text-badge-13 {
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
}

#timerBlock .timerBlock-light {
  opacity: 0.7;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: -0.1px;
  color: #161c2d;
}
#timerBlock .timerBlock-day,
#timerBlock .timerBlock-time {
  font-size: 17px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.2px;
  color: #011627;
}
#timerBlock .timerBlock-day {
  font-weight: 600;
}
#timerBlock .timerBlock-time {
  font-weight: 400;
}

.title-form {
  font-size: 60px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: -2px;
  text-align: center;
}

.bubble-top,
.text-varius {
  opacity: 0.7;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: -0.1px;
}

.bubble-text {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: -0.1px;
}

.quote-testimonial {
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -1.2px;
}

.bold-testimonial,
.light-testimonial {
  font-size: 17px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.2px;
}

.bold-testimonial {
  font-weight: 600;
}

.light-testimonial {
  opacity: 0.7;
}

.title-feature {
  font-size: 24px;
  font-weight: 600 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.5px;
}

.text-feature,
.text-step {
  opacity: 0.7;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.2px;
}

.text-feature-full {
  opacity: 1;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.2px;
}

.caption {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.63px;
  text-align: center;
}

.bold-answer,
.light-answer {
  font-size: 17px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.2px;
}

.bold-answer {
  font-weight: 600;
}

.light-answer {
  font-weight: normal;
}

.title-carriers {
  font-weight: 600;
}

.text-carriers {
  font-weight: normal;
}

.title-carriers,
.text-carriers {
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: -0.1px;
  text-align: center;
}

.title-tb {
  font-size: 21px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.74px;
  text-align: center;
}

.label-th {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: center;
}

.label-tb {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.56px;
}

.font-14 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.font-19 {
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.68;
  letter-spacing: -0.2px;
}

.paragraphs {
  /* font-family: "Roboto Flex", "Poppins", "Roboto", sans-serif; */
  font-family: "Geist", sans-serif;
  font-size: 17px;
}
.paragraphs * {
  font-size: 17px;
}
.paragraphs.text-hero {
  font-size: 19px;
}
.paragraphs.text-hero * {
  font-size: 19px;
}
.paragraphs.text-hero ul * {
  font-size: 17px;
}

@media screen and (max-width: 1024px) {
  .title-form {
    font-size: 50px;
    line-height: 52px;
  }
  .title-hero,
  .title-big {
    font-size: 44px;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .title-form {
    font-size: 42px;
    line-height: 48px;
  }
  .title-hero,
  .title-big {
    font-size: 40px;
    line-height: 46px;
  }
  .text-hero {
    font-size: 18px;
    line-height: 1.68;
  }
  .text-quotes,
  .label-form,
  .text-step {
    font-size: 18px;
  }
  .title-step,
  .label-form {
    font-size: 19px;
  }
  .title-section,
  .quote-testimonial {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .button-size {
    font-size: 15px;
  }
  .label-th,
  .font-14 {
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.4;
  }
  .label-tb,
  .text-badge {
    font-size: 13px;
  }
  .title-tb,
  .title-step,
  .label-form,
  .label-section-bold {
    font-size: 16px;
    line-height: 1.3;
  }
  .text-carriers {
    opacity: 0.7;
  }
  .title-carriers,
  .text-carriers {
    font-size: 12px;
    letter-spacing: -0.42px;
  }
  .text-quotes,
  .label-content,
  .label-content,
  .label-content,
  .label-step,
  .text-step,
  .text-hero,
  .text-section,
  .text-section-500,
  .bold-testimonial,
  .light-testimonial,
  .bubble-top,
  .bubble-text,
  .text-varius,
  #timerBlock .timerBlock-day,
  #timerBlock .timerBlock-time {
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.5;
  }
  .paragraphs.text-hero {
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.5;
  }
  .paragraphs.text-hero * {
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.5;
  }
  .paragraphs.text-hero ul * {
    font-size: 14px;
  }
  .paragraphs *,
  .paragraphs ul * {
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.5;
  }
  .text-feature {
    font-size: 17px;
  }
  .title-form {
    font-size: 34px;
    line-height: 42px;
  }
  .title-hero,
  .title-big {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: normal;
  }
  .title-section {
    font-size: 26px;
    letter-spacing: normal;
  }
  .quote-testimonial {
    font-size: 20px;
    letter-spacing: normal;
  }
  .title-feature {
    font-size: 18px;
    line-height: 1.3;
  }
  .text-link {
    font-size: 15px;
  }
}
.H0,
h1 {
  /*font-family: "Archivo Black", "Oswald", sans-serif !important;*/
  font-family: "Oswald", sans-serif !important;
}

h2,
h3,
h4 {
  /* font-family: "Archivo Black", "Poppins", sans-serif !important; */
  /* font-family: "Poppins", sans-serif !important; */
  font-family: "Geist", sans-serif !important;
}

h1,
.H0 {
  text-transform: uppercase;
}

.test-font-pippo {
  font-size: 20px;
}

.height-718 {
  min-height: 718px;
}

.min-h-59 {
  min-height: 59px;
}

.min-h-200 {
  min-height: 255px;
}

.h-xs-72 {
  height: 18rem;
}

.advanced-height {
  min-height: 691px;
}

@media (max-width: 1024px) {
  .height-718 {
    min-height: 370px;
  }
  .advanced-height {
    min-height: 1px;
  }
  .min-h-200 {
    min-height: 100px;
  }
}
@media (max-width: 640px) {
  .min-h-59 {
    min-height: 20px;
  }
}
.w-screen-menu {
  width: 90vw;
}

.min-w-500 {
  min-width: 500px;
}

.max-w-688 {
  max-width: 730px;
}

.max-w-370 {
  max-width: 370px;
}

@media (max-width: 1024px) {
  .min-w-500 {
    min-width: 1px;
  }
}
.pl-19 {
  padding-left: 4.7rem;
}

.yellow-gradient {
  background: rgb(255, 240, 86);
  background: linear-gradient(158deg, rgb(255, 240, 86) 25%, rgb(255, 217, 50) 60%);
}

select.myArrow {
  background: url(../../assets/images/arrow-down.svg) no-repeat right #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position-x: calc(100% - 15px);
}

.options-box::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.options-box::-webkit-scrollbar-track {
  background: #c4c8d3;
}
.options-box::-webkit-scrollbar-thumb:hover, .options-box::-webkit-scrollbar-thumb {
  background: #011627;
}

.shadow-header {
  box-shadow: 0 15px 24px rgba(65, 62, 101, 0.3);
  -webkit-box-shadow: 0 15px 24px rgba(65, 62, 101, 0.3);
  -moz-box-shadow: 0 15px 24px rgba(65, 62, 101, 0.3);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo-menu {
  width: 100%;
  max-width: 138px;
}

@media (max-width: 1024px) {
  .logo-menu {
    max-width: 132px;
  }
}
@media (max-width: 640px) {
  .logo-menu {
    max-width: 114px;
  }
}
.disable {
  pointer-events: none;
  opacity: 0.4;
}

.button-shippy {
  min-height: 59px;
}

@media (max-width: 640px) {
  .button-shippy {
    min-height: 48px;
    max-width: 510px !important;
  }
}
.rotate-x-180 .icon-rotated {
  transform: rotateX(0deg) !important;
  transition: all 0.3s ease;
  transform-origin: center;
}

.rotate-x-180.rotate-x-180-active .icon-rotated {
  transform: rotateX(180deg) !important;
}

.focus-ring-purpledd {
  border: 1px solid transparent;
}

.focus-ring-purpledd:focus {
  --tw-ring-color: #7349dd;
  border-color: #7349dd !important;
}

.text-purple {
  color: #7349dd !important;
}

input:focus-visible, select:focus-visible {
  outline: none;
}

input:focus, select:focus {
  border: 1px solid transparent;
  --tw-ring-color: #011627;
  border-color: #011627 !important;
}

textarea {
  min-height: 160px;
  resize: none !important;
}

a, button {
  outline: none !important;
}

.outline-none {
  outline: 0 solid transparent !important;
  outline-offset: 0 !important;
}

input.outline-none:focus, select.outline-none:focus {
  --tw-ring-color: transparent !important;
  border-color: transparent !important;
}

#myRange {
  max-width: 730px;
  margin: 0 auto;
}

.noUi-target {
  background-color: #ffffff !important;
  border: 1px solid #d5d7dd !important;
  height: 12px !important;
  border-radius: 12px !important;
}

.noUi-handle {
  background-color: #ffffff !important;
  border: 1px solid #d5d7dd !important;
  height: 21px !important;
  width: 21px !important;
  cursor: pointer;
  margin: 0 6px;
  border-radius: 12px !important;
}

.noUi-value {
  opacity: 0.7;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Geist", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  cursor: auto !important;
  letter-spacing: -0.1px;
  color: var(--grayscale-161-c-2-d);
}

.noUi-marker-large, .noUi-handle:after, .noUi-handle:before {
  display: none !important;
}

.noUi-connect {
  background: var(--grayscale-161-c-2-d) !important;
}

@media (max-width: 640px) {
  .noUi-pips .noUi-value {
    opacity: 0;
  }
  .noUi-pips .noUi-value:nth-child(2),
  .noUi-pips .noUi-value:last-child {
    opacity: 1 !important;
  }
}
.brand-logo img {
  max-width: 138px;
}

.grayLogo {
  filter: grayscale(1) opacity(0.5);
}

.whiteLogo {
  filter: brightness(0) invert(1);
}

.logo-square {
  width: 100%;
  max-width: 130px;
  height: 110px;
}
.logo-square > img {
  max-height: 110px;
}

@media screen and (max-width: 640px) {
  .logo-square {
    max-width: 75px;
    height: 64px;
  }
  .logo-square > img {
    max-height: 60px;
  }
}
.oval-float {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-image: radial-gradient(circle at 23% 7%, #fff, var(--purple-b-9-a-4-ee) 23%, var(--turquoise-46-ebc-8) 80%);
}
.oval-float.colorMagenta {
  background-image: radial-gradient(circle at 28% 17%, var(--purple-b-9-a-4-ee), var(--magenta-ff-0-e-96) 82%);
}
.oval-float.circle-53 {
  height: 53px;
  width: 53px;
}
.oval-float.circle-36 {
  height: 36px;
  width: 36px;
}

.oval-01,
.oval-02,
.oval-03,
.oval-04,
.oval-05 {
  position: absolute;
  z-index: 0;
}

.oval-01 {
  top: 0;
  left: 24px;
}

.oval-02 {
  right: 110px;
  top: 40px;
}

.oval-03 {
  bottom: 130px;
  left: 85px;
}

.oval-04 {
  right: 140px;
  bottom: 35px;
}

.oval-05 {
  right: 0;
  bottom: 80px;
}

.float-1-animation {
  animation: float 3s ease-in-out infinite;
}

.float-2-animation {
  animation: float 3s ease-in-out 1s infinite;
}

.float-3-animation {
  animation: float 3s ease-in-out 2s infinite;
}

@keyframes float {
  0% {
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.09);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.2);
    transform: translatey(-15px);
  }
  100% {
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.09);
    transform: translatey(0px);
  }
}
@media (max-width: 640px) {
  .oval-01 .oval-float.circle-36,
  .oval-02 .oval-float.circle-36,
  .oval-03 .oval-float.circle-36,
  .oval-04 .oval-float.circle-36,
  .oval-05 .oval-float.circle-36 {
    height: 26px;
    width: 26px;
  }
  .oval-01 .oval-float.circle-53,
  .oval-02 .oval-float.circle-53,
  .oval-03 .oval-float.circle-53,
  .oval-04 .oval-float.circle-53,
  .oval-05 .oval-float.circle-53 {
    height: 32px;
    width: 32px;
  }
  .oval-01 {
    top: 0;
    left: 15px;
  }
  .oval-02 {
    right: 0;
    top: 15px;
  }
  .oval-03 {
    bottom: 80px;
    left: 10px;
  }
  .oval-04 {
    right: 70px;
    bottom: 60px;
  }
  .oval-05 {
    right: 0;
    bottom: 50px;
  }
}
.turquoiseCircle {
  animation: floatSmaller 3s ease-in-out infinite;
}

.magentaCircle {
  animation: floatSmaller 3s ease-in-out 1s infinite;
}

@keyframes floatSmaller {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-8px);
  }
  100% {
    transform: translatey(0px);
  }
}
.arrowSvg {
  fill: #000;
}

.updateBlock {
  fill: #f2f4f6;
}

.updateContent {
  fill: #1d1d1b;
  /* font-family: "Poppins", sans-serif !important; */
  font-family: "Geist", sans-serif !important;
  font-weight: 600;
  font-size: 19px;
}
.updateContent.contentLight {
  opacity: 0.65;
  font-weight: 300;
}
.updateContent .light {
  font-weight: 400;
}

.mainContent {
  fill: #1d1d1b;
  /* font-family: "Poppins", sans-serif !important; */
  font-family: "Geist", sans-serif !important;
  font-weight: 600;
  font-size: 60px;
}
.mainContent.contentWhite {
  fill: #ffffff !important;
}

.labelContent {
  font-size: 36px;
  fill: #1d1d1b;
  /* font-family: "Poppins", sans-serif !important; */
  font-family: "Geist", sans-serif !important;
  font-weight: 600;
  line-height: 1;
}
.labelContent.contentWhite {
  fill: #ffffff !important;
  color: #ffffff !important;
}

#timerBlock {
  background: #f2f4f6;
  width: 100%;
  max-width: 350px;
}

@media (max-width: 640px) {
  #LibraryCircles {
    height: 250px !important;
  }
}
/* scrollbar */
.table-scroll {
  -webkit-overflow-scrolling: auto !important;
}
.table-scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.table-scroll::-webkit-scrollbar-track {
  background: #d5d7dd;
  border-top-left-radius: 0.5rem;
  -webkit-border-top-left-radius: 0.5rem;
  -moz-border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
  -moz-border-bottom-left-radius: 0.5rem;
}
.table-scroll::-webkit-scrollbar-thumb {
  background-color: var(--grayscale-161-c-2-d);
  border-top-left-radius: 0.5rem;
  -webkit-border-top-left-radius: 0.5rem;
  -moz-border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
  -moz-border-bottom-left-radius: 0.5rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.table-scroll::-webkit-scrollbar-thumb:hover {
  background-color: var(--purple-b-9-a-4-ee);
}

table {
  border-spacing: 0;
  border-collapse: separate !important;
}
table thead tr th {
  z-index: 1;
}
table thead tr th.width-head {
  min-width: 280px !important;
}
table thead tr th:first-child.sticky.need-after-colored::after {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
  right: -14px;
  bottom: 0;
  background: var(--grayscale-161-c-2-d);
  border-top-left-radius: 0.5rem;
  -webkit-border-top-left-radius: 0.5rem;
  -moz-border-top-left-radius: 0.5rem;
}
table thead tr th.table-size-th {
  width: 252px;
  min-width: 220px;
}
table thead.rounded-lg-th tr > th:nth-child(2) {
  border-top-left-radius: 0.5rem;
}
table tbody > tr > td.width-head {
  min-width: 280px !important;
}
table tbody > tr > td.width-td {
  min-width: 95px;
}
table tbody > tr.heigth-tb {
  min-height: 80px;
  height: 80px;
  position: relative;
}
table tbody > tr.heigth-tb.bordered-row > td {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
table tbody > tr.heigth-tb.bordered-row > td:first-child {
  border-left: 1px solid #cdcdcd;
  -moz-border-top-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  -moz-border-bottom-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
table.alternate-bg-grayscale tbody > tr > td {
  min-width: 95px;
}
table.alternate-bg-grayscale tbody > tr > td.width-td {
  min-width: 95px;
}
table.alternate-bg-grayscale tbody > tr > td:nth-child(even) {
  background: #f2f4f6;
}
table.alternate-bg-grayscale.odd tbody > tr > td {
  min-width: 95px;
}
table.alternate-bg-grayscale.odd tbody > tr > td:nth-child(odd) {
  background: #f2f4f6;
}
table.alternate-bg-grayscale.odd tbody > tr > td:nth-child(even) {
  background: #ffffff;
}

.table-features:hover {
  z-index: 2;
}

.table-features .table-shadow {
  width: calc(100% - 305px);
}

.table-height {
  max-height: 990px;
}
.table-height.full-height {
  max-height: initial !important;
}

.height-td-80 {
  height: 80px;
}

.size-td-pricing {
  width: 330px;
  min-width: 330px;
}

@media screen and (max-width: 1280px) {
  .size-td-pricing {
    width: 270px;
    min-width: 270px;
  }
}
@media screen and (max-width: 1024px) {
  .table-height {
    height: auto;
    max-height: 76vh;
  }
}
@media screen and (max-width: 768px) {
  .size-td-pricing {
    width: 220px;
    min-width: 220px;
  }
}
@media (max-width: 640px) {
  .size-td-pricing {
    width: 110px;
    min-width: 110px;
  }
  .table-height {
    max-height: 1008px;
  }
  table thead tr th.width-head {
    min-width: 100px !important;
  }
  table thead tr th:first-child.sticky.need-after-colored:after {
    content: "";
    width: 15px;
    height: 100%;
    position: absolute;
    right: -8px;
    bottom: 0;
    background: #7349dd;
    border-top-left-radius: 0.5rem;
    -webkit-border-top-left-radius: 0.5rem;
    -moz-border-top-left-radius: 0.5rem;
  }
  table thead tr th.table-size-th {
    width: 252px;
    min-width: 220px;
  }
  table thead.rounded-lg-th tr > th:nth-child(2) {
    border-top-left-radius: 0.5rem;
  }
  table tbody > tr > td.width-head {
    min-width: 100px !important;
  }
  table tbody > tr > td.width-td {
    min-width: 60px;
  }
  table tbody > tr.heigth-tb {
    min-height: 30px;
    height: auto;
  }
  .table-features .table-shadow {
    width: calc(100% - 140px);
  }
  .table-size-th {
    width: 200px;
    min-width: 110px;
  }
  .height-td-80 {
    height: 50px;
  }
}
ul.pagination {
  display: flex;
  align-items: center;
}
ul.pagination > li {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #7349dd;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  transition: all 0.3s ease;
}
ul.pagination > li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
ul.pagination > li.disabled {
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}
ul.pagination > li.next, ul.pagination > li.previous {
  font-size: 22px;
}
ul.pagination > li:hover {
  background: rgba(115, 73, 221, 0.2);
  color: #7349dd;
  transition: all 0.3s ease;
}
ul.pagination > li.active {
  background: #7349dd;
  color: #fff;
  transition: all 0.3s ease;
}

@media screen and (max-width: 320px) {
  ul.pagination > li {
    width: 28px;
    height: 28px;
  }
}
.size-sections-magenta {
  max-width: 348px;
  min-height: 330px;
}

.size-sections {
  max-width: 445px;
  min-height: 330px;
}

.row-sections-height {
  min-height: 62px;
}

@media (max-width: 1024px) {
  .size-sections-magenta,
  .size-sections {
    min-height: 100px;
  }
}
@media screen and (max-width: 640px) {
  .row-sections-height {
    min-height: 20px;
  }
}
.scale-lottie svg {
  transform: translate3d(0px, 0px, 0px) scale(1) !important;
}

@media screen and (max-width: 640px) {
  .scale-lottie svg {
    transform: translate3d(0px, 0px, 0px) scale(1.2) !important;
  }
}
.form-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0px 0px 0px 1px #cdcdcd;
  position: relative;
  outline: none !important;
}
.form-checkbox:active {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0px 0px 0px 1px #cdcdcd;
  position: relative;
}
.form-checkbox:checked {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #7349dd;
  box-shadow: 0px 0px 0px 1px #7349dd;
}
.form-checkbox:checked:active {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0px 0px 0px 1px #7349dd;
  position: relative;
}
.form-checkbox:checked:after {
  content: "✔";
  font-size: 14px;
  position: absolute;
  top: -2px;
  left: 2px;
  color: white;
}

.field-error input[type=text], .field-error input[type=email], .field-error select, .field-error textarea {
  border-color: #ff0000 !important;
}
.field-error input[type=text]:focus, .field-error input[type=email]:focus, .field-error select:focus, .field-error textarea:focus {
  border-color: #ff0000 !important;
}
.field-error.field-error-parent {
  border: 1px solid #ff0000;
}
.field-error.field-error-parent input[type=text], .field-error.field-error-parent input[type=email], .field-error.field-error-parent select, .field-error.field-error-parent textarea {
  border: none !important;
}
.field-error.field-error-parent input[type=text]:focus, .field-error.field-error-parent input[type=email]:focus, .field-error.field-error-parent select:focus, .field-error.field-error-parent textarea:focus {
  border: none !important;
}
.field-error input[type=checkbox] {
  box-shadow: 0px 0px 0px 1px rgb(255, 0, 0);
}
.field-error .field-error-message {
  color: #ff0000 !important;
}
.field-error .field-error-message.dense {
  font-size: 14px;
}

@media (max-width: 640px) {
  .field-error .field-error-message {
    font-size: 14px;
  }
}
.home-hero {
  min-height: 500px;
}

.home-hero-text {
  max-width: 470px;
  margin-left: auto;
}

.home-map {
  background-image: linear-gradient(to bottom, #02314f, #011627);
  color: #fff;
}

.home-map__image {
  z-index: 0;
  display: block;
  position: absolute;
  left: -10%;
  width: 120%;
  bottom: -10px;
  max-width: 990px;
}
@media screen and (min-width: 1024px) {
  .home-map__image {
    left: 40%;
    width: 60%;
    transform: translateX(0);
  }
}

.library-hero {
  height: auto;
}
.library-hero .library-hero-text {
  max-width: 433px;
  margin-left: auto;
}
.library-hero .library-img {
  max-width: 100%;
  max-height: 433px;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .home-hero {
    min-height: auto;
  }
  .home-hero-text {
    max-width: 512px;
  }
  .library-hero {
    height: auto;
  }
  .library-hero .library-hero-text {
    max-width: 512px;
  }
  .library-hero .library-img {
    max-height: none;
    height: auto;
    max-width: 512px;
  }
}
.aos-animate.opacity-70 {
  opacity: 0.7 !important;
}

.aos-animate.opacity-50 {
  opacity: 0.5 !important;
}

.aos-animate.opacity-70.hover\:opacity-100:hover,
.aos-animate.opacity-50.hover\:opacity-100:hover {
  opacity: 1 !important;
}

.testimonial-logo {
  max-width: none;
  width: 159px;
  height: 135px;
}

@media (min-width: 1300px) {
  .testimonial-content {
    font-size: 21px;
    line-height: 1.52;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 1300px) {
  .testimonial-logo {
    max-width: 159px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .testimonial-logo {
    height: auto;
  }
}
.services--split .learnMore {
  color: #7349dd;
  /* font-family: Poppins; */
  font-family: "Geist", sans-serif;
  font-size: 21px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.52;
  letter-spacing: -0.5px;
}
.services--split .learnMore a {
  color: inherit;
}
.services--split h2 + span {
  opacity: 0.7;
  /* font-family: Poppins; */
  font-family: "Geist", sans-serif;
  font-size: 19px;
  color: #161c2d;
  margin-top: 28px;
}
.services--split > div {
  max-width: 100%;
  justify-content: center;
}

.service-item > div {
  width: 50%;
  align-items: flex-start;
  justify-content: center;
}
.service-item > div:nth-child(2) {
  width: 35%;
  flex-grow: 0;
}
.service-item.flex-row-reverse > div:first-child {
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 768px) {
  .service-item {
    flex-flow: column;
    align-items: center;
  }
  .service-item > div {
    padding: 0;
    width: 100%;
    min-height: auto;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .service-item > div:nth-child(2) {
    margin-top: 50px;
    width: 100%;
  }
}

.ecommerce-logo {
  max-width: 161px;
  width: 100%;
  min-height: 136px;
}
.ecommerce-logo img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .ecommerce-logo {
    min-height: 20px;
  }
}
.min-w-175 {
  min-width: 175px;
}

.max-w-214 {
  max-width: 214px;
}

.max-w-350 {
  max-width: 350px;
}

.max-w-730 {
  max-width: 730px;
}

.testimonial-logos {
  max-width: 70%;
  margin: auto;
  justify-content: center;
}

.pre-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.w-71 {
  width: 71px;
}

.h-71 {
  height: 71px;
}

.w-81 {
  width: 81px;
}

.h-81 {
  height: 81px;
}

.testimonial-hero {
  min-height: 770px;
}

.testimonial-slide {
  display: flex !important;
  min-height: 100%;
}
.testimonial-slide .testimonial-hero {
  min-height: 330px;
}

@media (max-width: 1024px) {
  .testimonial-hero {
    min-height: auto;
  }
}
@media (min-width: 1024px) {
  .testimonial-slide {
    min-height: 100%;
    border-radius: 18px;
    overflow: hidden;
  }
  .testimonial-slide .testimonial-hero {
    min-height: 718px;
  }
}
@media (max-width: 640px) {
  .w-71,
  .w-81 {
    width: 46px;
  }
  .h-71,
  .w-81 {
    height: 46px;
  }
}
.back-turq {
  width: 349px;
  height: 463px;
}

.creator-hero {
  min-height: 595px;
}

.pages-hero-svg {
  width: 850px;
  height: 515px;
}

@media (max-width: 1024px) {
  .back-turq {
    width: 90%;
    height: 100%;
  }
  .creator-hero {
    height: auto;
  }
  .pages-hero-svg {
    width: 100%;
    max-width: 600px;
    height: auto;
  }
}
@media (max-width: 640px) {
  .pages-hero-svg {
    max-width: 500px;
  }
}
.dark-codeViewer {
  background: #2B2F3E;
  color: #A09FD5;
}

.codeViewer {
  max-height: 480px;
  min-height: 480px;
}

/* scrollbar */
.codeViewer ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.codeViewer ::-webkit-scrollbar-track {
  background: #888888;
}

.codeViewer ::-webkit-scrollbar-thumb:hover,
.codeViewer ::-webkit-scrollbar-thumb {
  background: #fff;
}

.pointer-line-bigger:first-child:before {
  left: auto;
  right: 4px;
  width: 50%;
}

.pointer-line-bigger:last-child:before {
  width: 50%;
}

.pointer-line-bigger:before {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  width: calc(100% - 4px);
  border-top: 4px dotted #d5d7dd;
}

.pointer-line:nth-child(1):before {
  left: auto;
  right: 4px;
  width: 50%;
}

.pointer-line:last-child:before {
  width: 50%;
}

.pointer-line:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  width: calc(100% - 4px);
  border-top: 4px dotted #d5d7dd;
}

.max-height-viewer textarea {
  height: 380px;
}

@media (max-width: 1024px) {
  .max-height-viewer {
    max-height: 200px;
  }
  .max-height-viewer textarea {
    height: 380px;
  }
  .pointer-line:nth-child(3):before {
    width: 50%;
  }
  .pointer-line:nth-child(4):before {
    left: auto;
    right: 4px;
    width: 50%;
  }
}
@media (max-width: 640px) {
  .pointer-line-bigger:before {
    top: 20px;
  }
}
.follow-instagram-link {
  border-radius: 8px;
  -wekit-border-radius: 8px;
  -moz-border-radius: 8px;
  overflow: hidden;
  margin: 5px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  min-width: 130px;
}

@media screen and (max-width: 600px) {
  .xh-auto {
    height: auto !important;
  }
}
.page-hero {
  min-height: 500px;
}
.page-hero .page-hero-text {
  max-width: 470px;
  margin-right: auto;
}
.page-hero .page-hero-lottie {
  width: 60%;
  max-width: 880px;
  height: 595px;
}

.height-split {
  min-height: 771px;
}

.newsletter-height {
  min-height: 635px;
}

@media screen and (max-width: 1280px) {
  .page-hero .page-hero-lottie {
    margin-right: -20px;
    max-width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .page-hero .page-hero-lottie {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .page-hero .page-hero-text {
    max-width: 512px;
  }
  .newsletter-height {
    min-height: 400px;
  }
}
@media screen and (max-width: 450px) {
  .page-hero.page-hero-little {
    min-height: 420px;
  }
}
.size-scroll-svg {
  width: 100%;
}

.width-350 {
  width: 100%;
  max-width: 350px;
}

.height-logos {
  height: 469px;
  max-height: 469px;
}

.size-ig {
  width: 248px;
  height: 248px;
}

@media screen and (max-width: 1024px) {
  .height-logos {
    height: 330px;
    max-height: 330px;
  }
}
@media screen and (max-width: 640px) {
  .height-logos {
    height: 220px;
    max-height: 220px;
  }
  .size-ig {
    width: 130px;
    height: 130px;
  }
}
.margin-top-scroll,
.margin-bottom-scroll {
  margin-bottom: -14rem;
}

@media screen and (max-width: 1400px) {
  .margin-top-scroll,
  .margin-bottom-scroll {
    margin-bottom: -10rem;
  }
}
@media screen and (max-width: 1024px) {
  .margin-top-scroll,
  .margin-bottom-scroll {
    margin-bottom: 0;
  }
}
@media screen and (max-height: 800px) {
  .margin-top-scroll,
  .margin-bottom-scroll {
    margin-bottom: 0 !important;
  }
}
.sections-scroll {
  height: 100vh;
}

.scroll-load-svg {
  width: 100%;
  max-width: 536px;
}

.advance-load-svg {
  width: 550px;
  max-width: 100%;
}

.phone-load-svg {
  width: 380px;
  max-width: 100%;
}

.back-img-phone {
  margin-left: 31%;
  margin-top: 0.5rem;
}

.back-opacity-phone {
  max-height: 210px;
  max-width: 258px;
}

@media screen and (max-height: 650px) {
  .sections-scroll {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .back-img-phone {
    margin-left: 30%;
  }
  .sections-scroll {
    height: auto;
  }
}
@media (max-width: 400px) {
  .back-img-phone {
    margin-left: 23%;
  }
  .back-opacity-phone {
    max-height: 115px;
    max-width: 165px;
  }
}
.mobile-img {
  width: 856px;
  height: 572px;
}

@media screen and (max-width: 1023px) {
  .mobile-img {
    width: inherit;
    height: inherit;
  }
  .tooltip-questionmark {
    display: none !important;
  }
}
input::-webkit-search-cancel-button {
  color: rgb(115, 73, 221);
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMjIuODczIDIwLjQxNSAxNy45NTggMTUuNWw0LjkxNS00LjkxNWEuNDM0LjQzNCAwIDAgMCAwLS42MTRsLTEuODQ0LTEuODQ0YS40MzQuNDM0IDAgMCAwLS42MTQgMEwxNS41IDEzLjA0MmwtNC45MTUtNC45MTVhLjQzNC40MzQgMCAwIDAtLjYxNCAwTDguMTI3IDkuOTcxYS40MzQuNDM0IDAgMCAwIDAgLjYxNGw0LjkxNSA0LjkxNS00LjkxNSA0LjkxNWEuNDM0LjQzNCAwIDAgMCAwIC42MTRsMS44NDQgMS44NDRjLjE3LjE3LjQ0NC4xNy42MTQgMGw0LjkxNS00LjkxNSA0LjkxNSA0LjkxNWMuMTcuMTcuNDQ1LjE3LjYxNCAwbDEuODQ0LTEuODQ0YS40MzQuNDM0IDAgMCAwIDAtLjYxNHoiIGZpbGw9IiM3MzQ5REQiIGZpbGwtcnVsZT0ibm9uemVybyIvPgo8L3N2Zz4K);
  background-size: 20px 20px;
  cursor: pointer;
  background-repeat: no-repeat;
}

.mobile-side-image {
  visibility: visible;
}

@media (min-width: 1024px) {
  .mobile-side-image {
    visibility: hidden;
  }
}
.alert-messages-container {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.fade-out {
  opacity: 0;
  transition: width 0.5s 0.5s, height 0.5s 0.5s, opacity 0.5s;
}

.fade-in {
  opacity: 1;
  transition: width 0.5s, height 0.5s, opacity 0.5s 0.5s;
}

.overflow-div {
  overflow-wrap: anywhere;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.new-label {
  height: 30px;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #ff0e96;
  text-transform: uppercase;
  color: white;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.15px;
}

.new-label-menu {
  width: 2.063rem;
  height: 0.938rem;
  position: absolute;
  right: 1.5rem;
  top: -0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #011627;
  text-transform: uppercase;
  color: #f2f4f6;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.048rem;
}

.new-label2 {
  width: 40px;
  height: 17px;
  padding: 1px 1px;
  color: white;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 10px;
  letter-spacing: 1.15px;
  background-color: #ff0e96;
  text-align: center;
}

.button-menu {
  font-size: 0.938rem;
}

.contact-form {
  height: 500px;
}

@media screen and (max-width: 399px) {
  .contact-form {
    height: 400px;
  }
}
.tooltip-questionmark {
  min-width: 20px;
  padding: 2.5px;
}

.box-double-img-text .box-double-img__bg-top {
  background: var(--grayscale-f-4-f-7-fa);
}

.box-double-img-text .box-double-img__bg-bottom {
  background: var(--grayscale-ffffff);
}

.box-double-img-text .box-double-img__title {
  color: var(--grayscale-161-c-2-d);
}

.box-double-img-text .box-double-img__description {
  color: var(--grayscale-161-c-2-d);
  opacity: 0.7;
}

.brands {
  background: var(--grayscale-ffffff);
}

.brands.brands--dark {
  background: var(--very-dark-blue);
}

.brands.brands--blue {
  background: var(--grayscale-011627);
}

.brands.brands--transparent {
  background: rgba(0, 0, 0, 0);
}

.text-hero ul,
.text-section ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.text-hero li::marker,
.text-section li::marker {
  font-size: 0.8rem;
}
.text-hero li::marker p,
.text-section li::marker p {
  margin-bottom: 0;
}

.hero-video {
  background: var(--grayscale-f-4-f-7-fa);
}

.hero-video h1 {
  color: var(--grayscale-161-c-2-d);
}

.hero-video p {
  color: var(--grayscale-161-c-2-d);
}

.hero-video.hero-video--dark {
  background: var(--very-dark-blue);
  background-position: center 0;
  background-size: cover;
}
.hero-video.hero-video--dark.hide-bg {
  background: var(--grayscale-011627);
}

.hero-video.hero-video--dark h1 {
  color: var(--grayscale-ffffff);
}

.hero-video.hero-video--dark p {
  color: var(--grayscale-ffffff);
}
.hero-video.hero-video--dark p.hero-video__disclaimer {
  opacity: 1;
}

.hero-video.hero-video--dark.hide-bg:after,
.hero-video.hero-video--dark.hide-bg:before {
  display: none;
}

.hero-video.hero-video--dark:after,
.hero-video.hero-video--dark:before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 120%;
  pointer-events: none;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.hero-video.hero-video--dark:before {
  background-image: url("../../assets/images/heros/customers/img-left-2@3x.webp");
  top: 0;
  left: 0;
}

.hero-video.hero-video--dark:after {
  background-image: url("../../assets/images/heros/customers/img-right-2@3x.webp");
  top: 0;
  right: 0;
  background-position: right;
}

@media screen and (max-width: 1024px) {
  .hero-video.hero-video--dark {
    background-image: url("../../assets/images/heros/customers/img-2@3x.webp");
  }
  .hero-video.hero-video--dark:after,
  .hero-video.hero-video--dark:before {
    opacity: 0;
  }
}
div[data-carrier-name].search-result {
  display: block !important;
}

.teamtailor-jobs__job {
  background: #ffffff;
  border-radius: 0.5rem;
  padding: 20px;
  position: relative;
}
.teamtailor-jobs__job::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  width: 15px;
  height: 15px;
  border-left: 0.2em solid var(--grayscale-9-a-9-da-5);
  border-top: 0.2em solid var(--grayscale-9-a-9-da-5);
  transform: rotate(135deg);
  margin-right: 0.5em;
  margin-left: 1em;
}
.teamtailor-jobs__job:hover {
  transition: all 0.5s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.teamtailor-jobs__job-title {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  color: #161c2d;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .teamtailor-jobs__job-title {
    font-size: 18px;
  }
}
.teamtailor-jobs__job-info {
  display: inline-block;
  margin-top: 15px;
  color: var(--grayscale-9-a-9-da-5);
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .teamtailor-jobs__job-info {
    font-size: 14px;
  }
}
.teamtailor-jobs__select-wrapper {
  margin: 0 1em 2em 0;
  position: relative;
}
.teamtailor-jobs__select-wrapper::before {
  content: "";
  top: 18px;
  right: 6px;
  position: absolute;
  width: 12px;
  height: 12px;
  border-right: 0.1em solid var(--grayscale-9-a-9-da-5);
  border-top: 0.1em solid var(--grayscale-9-a-9-da-5);
  transform: rotate(135deg);
  margin-right: 0.5em;
  margin-left: 1em;
  z-index: 1;
}
.teamtailor-jobs__select {
  padding: 15px;
  border-radius: 0.5rem;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.teamtailor-jobs__select:focus {
  border: 0 solid transparent !important;
}

.main-nav__icon {
  width: 1.875rem;
}

.modalVideo {
  max-width: 90vw !important;
  max-height: 90vh !important;
}

/* TEST */
.modal {
  align-items: center;
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: var(--grayscale-000000);
  margin: 2rem auto;
  position: relative;
  width: 80%;
}

.modal-close {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.modal-close .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.modal-close .icon-x-close {
  width: 0.875em;
}
.modal-close:hover, .modal-close:focus {
  color: #f1f1f1;
  text-decoration: none;
  cursor: pointer;
}

.pre-footer__tall {
  min-height: 675px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .pre-footer__tall {
    min-height: auto;
  }
}

.row-sections--purple {
  background: var(--purple-b-9-a-4-ee);
}

.separator {
  width: 100%;
  height: 1px;
  background: #011627;
  opacity: 0.1;
}

.split-block__before--cyan:before {
  display: block;
  content: "";
  position: absolute;
  width: 50vw;
  height: 100%;
  background: var(--ciano-a-9-e-0-fd);
  top: 0;
  right: 0;
  z-index: -1;
}

.split-block__before--gray:before {
  display: block;
  content: "";
  position: absolute;
  width: 50vw;
  height: 100%;
  background: var(--grayscale-f-2-f-4-f-5);
  top: 0;
  right: 0;
  z-index: -1;
}

.tooltip-width {
  box-sizing: content-box;
  background: #011627 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  padding: 12px !important;
  border-radius: 8px !important;
  display: none;
  z-index: 1000;
  min-width: 120px;
  max-width: 120px;
  text-align: left;
  word-break: break-word;
  text-transform: initial;
  opacity: 1 !important;
}
.tooltip-width::after {
  border-bottom-color: #011627 !important;
}

@media screen and (max-width: 599px) {
  .tooltip-width {
    display: none !important;
  }
}
/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.\!container{
  width: 100% !important;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1600px){
  .\!container{
    max-width: 1600px !important;
  }
  .container{
    max-width: 1600px;
  }
}
@media (min-width: 2156px){
  .\!container{
    max-width: 2156px !important;
  }
  .container{
    max-width: 2156px;
  }
}
.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;
}
.not-sr-only{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.\!visible{
  visibility: visible !important;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.\!fixed{
  position: fixed !important;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.\!relative{
  position: relative !important;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.-inset-1{
  inset: -0.25rem;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-2{
  bottom: -0.5rem;
}
.-bottom-2\.5{
  bottom: -0.625rem;
}
.-bottom-5{
  bottom: -1.25rem;
}
.-right-2{
  right: -0.5rem;
}
.-right-2\.5{
  right: -0.625rem;
}
.-top-1{
  top: -0.25rem;
}
.bottom-0{
  bottom: 0px;
}
.end-1{
  inset-inline-end: 0.25rem;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.right-6{
  right: 1.5rem;
}
.right-8{
  right: 2rem;
}
.right-auto{
  right: auto;
}
.start-1{
  inset-inline-start: 0.25rem;
}
.top-0{
  top: 0px;
}
.top-2{
  top: 0.5rem;
}
.top-2\.5{
  top: 0.625rem;
}
.top-4{
  top: 1rem;
}
.top-5{
  top: 1.25rem;
}
.top-8{
  top: 2rem;
}
.top-full{
  top: 100%;
}
.isolate{
  isolation: isolate;
}
.isolation-auto{
  isolation: auto;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.float-start{
  float: inline-start;
}
.float-end{
  float: inline-end;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.float-none{
  float: none;
}
.clear-start{
  clear: inline-start;
}
.clear-end{
  clear: inline-end;
}
.clear-left{
  clear: left;
}
.clear-right{
  clear: right;
}
.clear-both{
  clear: both;
}
.clear-none{
  clear: none;
}
.m-0{
  margin: 0px;
}
.m-1{
  margin: 0.25rem;
}
.m-5{
  margin: 1.25rem;
}
.m-auto{
  margin: auto;
}
.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mr-1{
  margin-right: -0.25rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.-mt-2\.5{
  margin-top: -0.625rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-9{
  margin-left: 2.25rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}

.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.box-border{
  box-sizing: border-box;
}
.box-content{
  box-sizing: content-box;
}
.line-clamp-none{
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}
.\!block{
  display: block !important;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.inline-table{
  display: inline-table;
}
.table-caption{
  display: table-caption;
}
.table-cell{
  display: table-cell;
}
.table-column{
  display: table-column;
}
.table-column-group{
  display: table-column-group;
}
.table-footer-group{
  display: table-footer-group;
}
.table-header-group{
  display: table-header-group;
}
.table-row-group{
  display: table-row-group;
}
.table-row{
  display: table-row;
}
.flow-root{
  display: flow-root;
}
.grid{
  display: grid;
}
.inline-grid{
  display: inline-grid;
}
.\!contents{
  display: contents !important;
}
.contents{
  display: contents;
}
.list-item{
  display: list-item;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.h-1{
  height: 0.25rem;
}
.h-1\/5{
  height: 20%;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-28{
  height: 7rem;
}
.h-32{
  height: 8rem;
}
.h-36{
  height: 9rem;
}
.h-4{
  height: 1rem;
}
.h-4\/5{
  height: 80%;
}
.h-40{
  height: 10rem;
}
.h-44{
  height: 11rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-600{
  height: 600px;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-64{
  max-height: 16rem;
}
.min-h-0{
  min-height: 0px;
}
.min-h-40{
  min-height: 10rem;
}
.w-1{
  width: 0.25rem;
}
.w-10{
  width: 2.5rem;
}
.w-16{
  width: 4rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-44{
  width: 11rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-\[this-is\\\\\]{
  width: this-is\\;
}
.w-\[this-is\]{
  width: this-is;
}
.w-\[weird-and-invalid\]{
  width: weird-and-invalid;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.min-w-full{
  min-width: 100%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-60{
  max-width: 15rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-max{
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-screen-2xl{
  max-width: 1600px;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink{
  flex-shrink: 1;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.table-auto{
  table-layout: auto;
}
.table-fixed{
  table-layout: fixed;
}
.caption-top{
  caption-side: top;
}
.caption-bottom{
  caption-side: bottom;
}
.border-collapse{
  border-collapse: collapse;
}
.border-separate{
  border-collapse: separate;
}
.origin-bottom-right{
  transform-origin: bottom right;
}
.origin-top-left{
  transform-origin: top left;
}
.origin-top-right{
  transform-origin: top right;
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform-cpu{
  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-gpu{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-none{
  transform: none;
}
.cursor-pointer{
  cursor: pointer;
}
.touch-auto{
  touch-action: auto;
}
.touch-none{
  touch-action: none;
}
.touch-pan-x{
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-left{
  --tw-pan-x: pan-left;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-right{
  --tw-pan-x: pan-right;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-y{
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-up{
  --tw-pan-y: pan-up;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-down{
  --tw-pan-y: pan-down;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pinch-zoom{
  --tw-pinch-zoom: pinch-zoom;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-manipulation{
  touch-action: manipulation;
}
.select-none{
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.select-text{
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.select-all{
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}
.select-auto{
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}
.resize-none{
  resize: none;
}
.resize-y{
  resize: vertical;
}
.resize-x{
  resize: horizontal;
}
.resize{
  resize: both;
}
.snap-none{
  scroll-snap-type: none;
}
.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-y{
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}
.snap-both{
  scroll-snap-type: both var(--tw-scroll-snap-strictness);
}
.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;
}
.snap-proximity{
  --tw-scroll-snap-strictness: proximity;
}
.snap-start{
  scroll-snap-align: start;
}
.snap-end{
  scroll-snap-align: end;
}
.snap-center{
  scroll-snap-align: center;
}
.snap-align-none{
  scroll-snap-align: none;
}
.snap-normal{
  scroll-snap-stop: normal;
}
.snap-always{
  scroll-snap-stop: always;
}
.list-inside{
  list-style-position: inside;
}
.list-outside{
  list-style-position: outside;
}
.appearance-none{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.appearance-auto{
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.break-before-auto{
  -moz-column-break-before: auto;
  break-before: auto;
}
.break-before-avoid{
  -moz-column-break-before: avoid;
  break-before: avoid;
}
.break-before-all{
  -moz-column-break-before: all;
  break-before: all;
}
.break-before-avoid-page{
  -moz-column-break-before: avoid;
  break-before: avoid-page;
}
.break-before-page{
  -moz-column-break-before: page;
  break-before: page;
}
.break-before-left{
  -moz-column-break-before: left;
  break-before: left;
}
.break-before-right{
  -moz-column-break-before: right;
  break-before: right;
}
.break-before-column{
  -moz-column-break-before: column;
  break-before: column;
}
.break-inside-auto{
  -moz-column-break-inside: auto;
  break-inside: auto;
}
.break-inside-avoid{
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.break-inside-avoid-page{
  break-inside: avoid-page;
}
.break-inside-avoid-column{
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}
.break-after-auto{
  -moz-column-break-after: auto;
  break-after: auto;
}
.break-after-avoid{
  -moz-column-break-after: avoid;
  break-after: avoid;
}
.break-after-all{
  -moz-column-break-after: all;
  break-after: all;
}
.break-after-avoid-page{
  -moz-column-break-after: avoid;
  break-after: avoid-page;
}
.break-after-page{
  -moz-column-break-after: page;
  break-after: page;
}
.break-after-left{
  -moz-column-break-after: left;
  break-after: left;
}
.break-after-right{
  -moz-column-break-after: right;
  break-after: right;
}
.break-after-column{
  -moz-column-break-after: column;
  break-after: column;
}
.grid-flow-row{
  grid-auto-flow: row;
}
.grid-flow-col{
  grid-auto-flow: column;
}
.grid-flow-dense{
  grid-auto-flow: dense;
}
.grid-flow-row-dense{
  grid-auto-flow: row dense;
}
.grid-flow-col-dense{
  grid-auto-flow: column dense;
}
.grid-cols-1{
  grid-template-columns: repeat(1, 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));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-wrap-reverse{
  flex-wrap: wrap-reverse;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.place-content-center{
  place-content: center;
}
.place-content-start{
  place-content: start;
}
.place-content-end{
  place-content: end;
}
.place-content-between{
  place-content: space-between;
}
.place-content-around{
  place-content: space-around;
}
.place-content-evenly{
  place-content: space-evenly;
}
.place-content-baseline{
  place-content: baseline;
}
.place-content-stretch{
  place-content: stretch;
}
.place-items-start{
  place-items: start;
}
.place-items-end{
  place-items: end;
}
.place-items-center{
  place-items: center;
}
.place-items-baseline{
  place-items: baseline;
}
.place-items-stretch{
  place-items: stretch;
}
.content-normal{
  align-content: normal;
}
.content-center{
  align-content: center;
}
.content-start{
  align-content: flex-start;
}
.content-end{
  align-content: flex-end;
}
.content-between{
  align-content: space-between;
}
.content-around{
  align-content: space-around;
}
.content-evenly{
  align-content: space-evenly;
}
.content-baseline{
  align-content: baseline;
}
.content-stretch{
  align-content: stretch;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-normal{
  justify-content: normal;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.justify-evenly{
  justify-content: space-evenly;
}
.justify-stretch{
  justify-content: stretch;
}
.justify-items-start{
  justify-items: start;
}
.justify-items-end{
  justify-items: end;
}
.justify-items-center{
  justify-items: center;
}
.justify-items-stretch{
  justify-items: stretch;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-9{
  gap: 2.25rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.gap-x-16{
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
.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));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
.space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 1;
}
.space-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}
.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 1;
}
.divide-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 1;
}
.divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid;
}
.divide-dashed > :not([hidden]) ~ :not([hidden]){
  border-style: dashed;
}
.divide-dotted > :not([hidden]) ~ :not([hidden]){
  border-style: dotted;
}
.divide-double > :not([hidden]) ~ :not([hidden]){
  border-style: double;
}
.divide-none > :not([hidden]) ~ :not([hidden]){
  border-style: none;
}
.place-self-auto{
  place-self: auto;
}
.place-self-start{
  place-self: start;
}
.place-self-end{
  place-self: end;
}
.place-self-center{
  place-self: center;
}
.place-self-stretch{
  place-self: stretch;
}
.self-auto{
  align-self: auto;
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.self-stretch{
  align-self: stretch;
}
.self-baseline{
  align-self: baseline;
}
.justify-self-auto{
  justify-self: auto;
}
.justify-self-start{
  justify-self: start;
}
.justify-self-end{
  justify-self: end;
}
.justify-self-center{
  justify-self: center;
}
.justify-self-stretch{
  justify-self: stretch;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-clip{
  overflow: clip;
}
.overflow-visible{
  overflow: visible;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.overflow-x-clip{
  overflow-x: clip;
}
.overflow-y-clip{
  overflow-y: clip;
}
.overflow-x-visible{
  overflow-x: visible;
}
.overflow-y-visible{
  overflow-y: visible;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.overscroll-auto{
  overscroll-behavior: auto;
}
.overscroll-contain{
  overscroll-behavior: contain;
}
.overscroll-none{
  overscroll-behavior: none;
}
.overscroll-y-auto{
  overscroll-behavior-y: auto;
}
.overscroll-y-contain{
  overscroll-behavior-y: contain;
}
.overscroll-y-none{
  overscroll-behavior-y: none;
}
.overscroll-x-auto{
  overscroll-behavior-x: auto;
}
.overscroll-x-contain{
  overscroll-behavior-x: contain;
}
.overscroll-x-none{
  overscroll-behavior-x: none;
}
.scroll-auto{
  scroll-behavior: auto;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis{
  text-overflow: ellipsis;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.text-clip{
  text-overflow: clip;
}
.hyphens-none{
  -webkit-hyphens: none;
  hyphens: none;
}
.hyphens-manual{
  -webkit-hyphens: manual;
  hyphens: manual;
}
.hyphens-auto{
  -webkit-hyphens: auto;
  hyphens: auto;
}
.whitespace-normal{
  white-space: normal;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre{
  white-space: pre;
}
.whitespace-pre-line{
  white-space: pre-line;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.whitespace-break-spaces{
  white-space: break-spaces;
}
.text-wrap{
  text-wrap: wrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.text-balance{
  text-wrap: balance;
}
.text-pretty{
  text-wrap: pretty;
}
.break-normal{
  overflow-wrap: normal;
  word-break: normal;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.break-keep{
  word-break: keep-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-e{
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}
.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-s{
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}
.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-bl{
  border-bottom-left-radius: 0.25rem;
}
.rounded-br{
  border-bottom-right-radius: 0.25rem;
}
.rounded-ee{
  border-end-end-radius: 0.25rem;
}
.rounded-es{
  border-end-start-radius: 0.25rem;
}
.rounded-se{
  border-start-end-radius: 0.25rem;
}
.rounded-ss{
  border-start-start-radius: 0.25rem;
}
.rounded-tl{
  border-top-left-radius: 0.25rem;
}
.rounded-tr{
  border-top-right-radius: 0.25rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-e{
  border-inline-end-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-s{
  border-inline-start-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-dotted{
  border-style: dotted;
}
.border-double{
  border-style: double;
}
.border-hidden{
  border-style: hidden;
}
.border-none{
  border-style: none;
}
.border-grayscalelight{
  border-color: var(--grayscale-5-e-7-e-9-ed);
}
.border-primary{
  border-color: var(--grayscale-011627);
}
.border-secondary{
  border-color: var(--grayscale-161-c-2-d);
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[rgb\(255\2c 0\2c 0\)\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-dark{
  background-color: var(--grayscale-011627);
}
.bg-grayscale{
  background-color: var(--grayscale-f-4-f-7-fa);
}
.bg-lightestblue{
  background-color: var(--lightestblue);
}
.bg-primary{
  background-color: var(--grayscale-011627);
}
.bg-purpledark{
  background-color: var(--purple-7349-dd);
}
.bg-purpledd{
  background-color: var(--purple-7349-dd);
}
.bg-purpledlight{
  background-color: var(--purple-b-9-a-4-ee);
}
.bg-secondary{
  background-color: var(--grayscale-161-c-2-d);
}
.bg-transparent{
  background-color: transparent;
}
.bg-turquoise{
  background-color: var(--turquoise-46-ebc-8);
}
.bg-turquoiselight{
  background-color: var(--turquoise-a-2-f-5-e-3);
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.decoration-slice{
  -webkit-box-decoration-break: slice;
  box-decoration-break: slice;
}
.decoration-clone{
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.box-decoration-slice{
  -webkit-box-decoration-break: slice;
  box-decoration-break: slice;
}
.box-decoration-clone{
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.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{
  -webkit-background-clip: text;
  background-clip: text;
}
.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-fill{
  -o-object-fit: fill;
  object-fit: fill;
}
.object-none{
  -o-object-fit: none;
  object-fit: none;
}
.object-scale-down{
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-14{
  padding: 3.5rem;
}
.p-16{
  padding: 4rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-2\.5{
  padding-left: 0.625rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-0{
  padding-right: 0px;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-7{
  padding-right: 1.75rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-0\.5{
  padding-top: 0.125rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.align-baseline{
  vertical-align: baseline;
}
.align-top{
  vertical-align: top;
}
.align-middle{
  vertical-align: middle;
}
.align-bottom{
  vertical-align: bottom;
}
.align-text-top{
  vertical-align: text-top;
}
.align-text-bottom{
  vertical-align: text-bottom;
}
.align-sub{
  vertical-align: sub;
}
.align-super{
  vertical-align: super;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.normal-nums{
  font-variant-numeric: normal;
}
.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.slashed-zero{
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.lining-nums{
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.proportional-nums{
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.stacked-fractions{
  --tw-numeric-fraction: stacked-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-4{
  line-height: 1rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-\[\#336699\]\/\[\.35\]{
  color: rgb(51 102 153 / .35);
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-dark{
  color: var(--grayscale-011627);
}
.text-gray7d818d{
  color: var(--grayscale-7-d-818-d);
}
.text-graymedium{
  color: var(--grayscale-9-a-9-da-5);
}
.text-primary{
  color: var(--grayscale-011627);
}
.text-purpledark{
  color: var(--purple-7349-dd);
}
.text-purpledd{
  color: var(--purple-7349-dd);
}
.text-purpledlight{
  color: var(--purple-b-9-a-4-ee);
}
.text-secondary{
  color: var(--grayscale-161-c-2-d);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.overline{
  -webkit-text-decoration-line: overline;
  text-decoration-line: overline;
}
.line-through{
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}
.no-underline{
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}
.decoration-solid{
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
}
.decoration-double{
  -webkit-text-decoration-style: double;
  text-decoration-style: double;
}
.decoration-dotted{
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}
.decoration-dashed{
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
}
.decoration-wavy{
  -webkit-text-decoration-style: wavy;
  text-decoration-style: wavy;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.placeholder-graymedium::-moz-placeholder{
  color: var(--grayscale-9-a-9-da-5);
}
.placeholder-graymedium::placeholder{
  color: var(--grayscale-9-a-9-da-5);
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.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;
}
.mix-blend-normal{
  mix-blend-mode: normal;
}
.mix-blend-multiply{
  mix-blend-mode: multiply;
}
.mix-blend-screen{
  mix-blend-mode: screen;
}
.mix-blend-overlay{
  mix-blend-mode: overlay;
}
.mix-blend-darken{
  mix-blend-mode: darken;
}
.mix-blend-lighten{
  mix-blend-mode: lighten;
}
.mix-blend-color-dodge{
  mix-blend-mode: color-dodge;
}
.mix-blend-color-burn{
  mix-blend-mode: color-burn;
}
.mix-blend-hard-light{
  mix-blend-mode: hard-light;
}
.mix-blend-soft-light{
  mix-blend-mode: soft-light;
}
.mix-blend-difference{
  mix-blend-mode: difference;
}
.mix-blend-exclusion{
  mix-blend-mode: exclusion;
}
.mix-blend-hue{
  mix-blend-mode: hue;
}
.mix-blend-saturation{
  mix-blend-mode: saturation;
}
.mix-blend-color{
  mix-blend-mode: color;
}
.mix-blend-luminosity{
  mix-blend-mode: luminosity;
}
.mix-blend-plus-lighter{
  mix-blend-mode: plus-lighter;
}
.\!shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.outline-dashed{
  outline-style: dashed;
}
.outline-dotted{
  outline-style: dotted;
}
.outline-double{
  outline-style: double;
}
.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset{
  --tw-ring-inset: inset;
}
.blur{
  --tw-blur: blur(8px);
  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);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  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);
}
.\!invert{
  --tw-invert: invert(100%) !important;
  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) !important;
}
.invert{
  --tw-invert: invert(100%);
  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);
}
.sepia{
  --tw-sepia: sepia(100%);
  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{
  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) !important;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter-none{
  filter: none;
}
.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-grayscale{
  --tw-backdrop-grayscale: grayscale(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-invert{
  --tw-backdrop-invert: invert(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-sepia{
  --tw-backdrop-sepia: sepia(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter-none{
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.content-\[\'this-is-also-valid\]-weirdly-enough\'\]{
  --tw-content: 'this-is-also-valid]-weirdly-enough';
  content: var(--tw-content);
}
.forced-color-adjust-auto{
  forced-color-adjust: auto;
}
.forced-color-adjust-none{
  forced-color-adjust: none;
}
.\[a-zA-Z0-9\:\\\\-\\\\\._\$\]{
  a-z-a--z0-9: \\-\\. $;
}
/*test*/
* {
  box-sizing: border-box;
}
*:focus {
  outline: none !important;
}

html,
body {
  /* font-family: "Archivo Black", "Poppins", sans-serif !important; */
  /* font-family: "Poppins", sans-serif !important; */
  font-family: "Geist", sans-serif !important;
}

.roboto {
 /* font-family: "Roboto Flex", "Roboto", "Poppins", sans-serif; */
 font-family: "Geist", sans-serif;
}

.archivo {
  /* font-family: "Archivo Black", "Poppins", sans-serif; */
  /* font-family: "Poppins", sans-serif; */
  font-family: "Geist", sans-serif;
}

.title-secondary {
  font-family: Oswald, sans-serif !important;
  text-transform: uppercase;
}


.gatsby-image-wrapper img {
  width: 100% !important;
}

.gatsby-image-wrapper > [data-placeholder-image] {
  background-color: transparent !important;
}

.counterHeight {
  min-height: 360px;
}

.min-h-40 {
  min-height: 40px;
}

.min-h-80 {
  min-height: 80px;
}

.min-h-100 {
  min-height: 100px;
}

.min-h-135 {
  min-height: 135px;
}

.page-breadcrumb-section {
  margin-bottom: -3rem;
}

.anchored-hero-image {
  height: 595px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: unset !important;
  max-height: unset !important;
}

.anchored-hero-custom-image {
  position: absolute;
  width: auto;
  height: 100%;
  max-width: none;
  right: -1px;
  bottom: 0;
}

@media screen and (max-width: 1279px) {
  .anchored-hero-image {
    max-width: none;
  }
}
@media screen and (max-width: 1023px) {
  .anchored-hero-image {
    height: 350px;
    width: unset;
    max-width: 100%;
  }
  .page-breadcrumb-section {
    display: none;
  }
  .with-anchored-image {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 599px) {
  .anchored-hero-image {
    height: auto;
    width: 100%;
  }
  .with-anchored-image {
    margin-right: auto;
    padding-left: 1rem !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .heropages-text-block {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .min-h-135 {
    min-height: 1px;
  }
  .max-w-xs-60 {
    max-width: 60px;
  }
}
@media screen and (max-width: 300px) {
  .anchored-hero-image {
    height: 250px;
  }
}
@media screen and (min-width: 700px) {
  .page-section {
    /* remove DnD horizontal padding */
    margin: 0 -1rem;
  }
  .dynamic-page .page-section {
    /* remove DnD horizontal padding */
    margin: 0;
  }
}

.dynamic-page {
  margin-bottom: -1px;
}

/* FORMS @begin */
form {
  /* font-family: "Roboto Flex", "Roboto", "Poppins", sans-serif; */
  font-family: "Geist", sans-serif;
}

form label {
  /* font-family: "Archivo Black", "Poppins", sans-serif; */
  /* font-family: "Poppins", sans-serif; */
  font-family: "Geist", sans-serif;
}

form label span,
iframe form label span {
  font-size: 21px;
  letter-spacing: -0.5px;
  line-height: 1.52;
  font-weight: 600;
}

input,
select,
textarea,
iframe input,
iframe select,
iframe textarea {
  border-width: 1px;
  border-radius: 0.375rem;
  font-size: 17px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 1.71;
  color: inherit;
}
@media screen and (min-width: 640px) {
  input,
  select,
  textarea,
  iframe input,
  iframe select,
  iframe textarea {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

form input[type=email],
form input[type=file],
form input[type=number],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=text],
form select,
iframe form input[type=email],
iframe form input[type=file],
iframe form input[type=number],
iframe form input[type=password],
iframe form input[type=search],
iframe form input[type=tel],
iframe form input[type=text],
iframe form select {
  width: 95% !important;
}
@media screen and (max-width: 640px) {
  form input[type=email],
  form input[type=file],
  form input[type=number],
  form input[type=password],
  form input[type=search],
  form input[type=tel],
  form input[type=text],
  form select,
  iframe form input[type=email],
  iframe form input[type=file],
  iframe form input[type=number],
  iframe form input[type=password],
  iframe form input[type=search],
  iframe form input[type=tel],
  iframe form input[type=text],
  iframe form select {
    width: 100% !important;
  }
}

form textarea,
iframe form textarea {
  width: 97.5% !important;
}
@media screen and (max-width: 640px) {
  form textarea,
  iframe form textarea {
    width: 100% !important;
  }
}

input,
textarea,
iframe input,
iframe textarea {
  color: inherit;
}

select,
iframe select {
  color: var(--grayscale-9-a-9-da-5);
  padding-right: 2.5rem;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  cursor: pointer;
}

input.hs-button,
iframe input.hs-button {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: var(--grayscale-011627);
  border-color: var(--grayscale-011627);
  border-width: 1px;
  border-radius: 9999px;
  min-width: 175px;
  min-height: 59px;
}
@media (min-width: 768px) {
  input.hs-button,
  iframe input.hs-button {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}

.hs-form-booleancheckbox-display p,
iframe .hs-form-booleancheckbox-display p {
  font-size: 13px !important;
  letter-spacing: -0.14px;
  opacity: 0.7;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #161c2d !important;
}

.hs-form-required,
iframe .hs-form-required {
  color: #000;
}

.hs-form-booleancheckbox-display .hs-form-required,
iframe .hs-form-booleancheckbox-display .hs-form-required {
  display: none;
}

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

form input[type=checkbox],
iframe form input[type=checkbox] {
  width: 1rem !important;
  height: 1rem !important;
  outline: none !important;
  border-radius: 0 !important;
}

form input[type=checkbox] + span,
iframe form input[type=checkbox] + span {
  /* font-family: "Roboto Flex", "Roboto", "Poppins", sans-serif; */
  font-family: "Geist", sans-serif;
}

@media (max-width: 640px) {
  .form-columns-2,
  iframe .form-columns-2 {
    display: flex;
    flex-direction: column;
  }
}

.hs-submit .actions,
iframe .hs-submit .actions {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
@media screen and (min-width: 640px) {
  .hs-submit .actions,
  iframe .hs-submit .actions {
    margin-top: 2rem;
  }
}

.hs-error-msg,
iframe .hs-error-msg {
  /* font-family: "Roboto Flex", "Roboto", "Poppins", sans-serif; */
  font-family: "Geist", sans-serif;
  color: red;
  font-size: 1rem;
  font-weight: 400px;
}

.input select.hs-input,
iframe .input select.hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: black;
}

.input:has(select.hs-input),
iframe .input:has(select.hs-input) {
  position: relative;
}

.input:has(select.hs-input)::before,
iframe .input:has(select.hs-input)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  display: block;
  width: 0.75em;
  aspect-ratio: 1;
  border: 2px solid transparent;
  border-right-color: currentColor;
  border-bottom-color: currentColor;
  transform: translate(-100%, -50%) rotate(45deg);
}

/* FORMS @end */
/* 2 cols new styles - @begin */
.double-columns {
  width: 100vw;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .double-columns {
    flex-wrap: nowrap;
  }
  .double-columns.copy-first .copy-column-wrapper {
    order: 0;
  }
}
.double-columns.copy-first .visual-column-wrapper {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 50%;
  background-position-y: 100%;
}
@media screen and (min-width: 1024px) {
  .double-columns.copy-first .visual-column-wrapper {
    background-position-x: 0;
    order: 1;
  }
}
.double-columns.copy-first .copy-column {
  margin: 0 0 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 1024px) {
  .double-columns.copy-first .copy-column {
    padding: 0 7rem 0 1rem;
  }
}
.double-columns.copy-first .visual-column {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .double-columns.copy-first .visual-column {
    margin: 0 auto 0 0;
  }
  .double-columns.visual-first .copy-column-wrapper {
    order: 1;
  }
}
.double-columns.visual-first .visual-column-wrapper {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 50%;
  background-position-y: 100%;
}
@media screen and (min-width: 1024px) {
  .double-columns.visual-first .visual-column-wrapper {
    background-position-x: 100%;
    order: 0;
  }
}
.double-columns.visual-first .copy-column {
  margin: 0 auto 0 0;
  padding: 0 1rem;
}
@media screen and (min-width: 1024px) {
  .double-columns.visual-first .copy-column {
    padding: 0 1rem 0 7rem;
  }
}
.double-columns.visual-first .visual-column {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .double-columns.visual-first .visual-column {
    margin: 0 0 0 auto;
  }
}
.double-columns .contents-column {
  width: 100vw;
}
@media screen and (min-width: 1024px) {
  .double-columns .contents-column {
    max-width: 50vw;
  }
}
.double-columns .visual-column-wrapper {
  max-height: 770px;
  overflow: hidden;
}
.double-columns .visual-content {
  width: 100%;
}
.double-columns .visual-content:has(.slick-initialized) {
  height: 100%;
}
.double-columns .copy-column,
.double-columns .visual-column {
  height: 100%;
  width: 100%;
  max-width: 800px;
}
.double-columns .copy-column {
  max-width: 542px;
  padding: 1rem;
}
.double-columns .visual-column {
  aspect-ratio: 80/77;
  align-items: center;
}
.double-columns .visual-column:has(.video-cover) {
  align-items: flex-end;
}
.double-columns .visual-column .hs-video-container {
  display: flex;
  align-content: center;
  justify-content: center;
}
.double-columns .visual-column .hs-video-wrapper {
  aspect-ratio: 228/143;
  position: relative;
  padding-bottom: 0 !important;
  height: auto !important;
  border-radius: 10px;
  overflow: clip;
  width: 100%;
  box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.1);
}
.double-columns .visual-column .slick-initialized.visual-slider {
  height: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.double-columns .visual-column .slick-initialized .video-auto {
  padding-bottom: 25px;
}
.double-columns .visual-column .video-auto {
  max-width: 800px;
}
.double-columns .slick-dots {
  bottom: 2.5rem;
}
.double-columns .slick-dots li,
.double-columns .slick-dots button {
  width: 16px;
  height: 16px;
}
.double-columns .slick-dots li {
  margin-right: 7px;
  margin-left: 7px;
}
.double-columns .slick-dots button {
  border-radius: 50%;
  background-color: var(--grayscale-161-c-2-d);
  overflow: hidden;
  opacity: 0.5;
}
.double-columns .slick-dots button::before {
  display: none;
}
.double-columns .slick-dots .slick-active button {
  opacity: 1;
}
.double-columns .image-slide {
  box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.1);
}
.double-columns .slick-slide > div {
  padding: 0;
}
.double-columns .slick-slide > div:has(.image-slide) {
  max-width: 800px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .double-columns .slick-slide > div:has(.image-slide) {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 25px;
  }
  .double-columns .slick-slide > div {
    width: 50vw;
  }
}

/* 2 cols new styles - @end */
a:not([href]) {
  cursor: default !important;
}

a.button-cta:not([href]),
a[aria-haspopup=dialog]:not([href]) {
  cursor: pointer !important;
}

iframe[aria-label="Popup CTA"] {
  border-radius: 0.5rem !important;
}

/* language popup - @begin * /
.french-popup-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 110;
  width: 100vw;
  height: 100vh;
  max-width: 100dvw;
  max-height: 100dvh;
  display: none;
  justify-content: center;
  align-content: center;
  align-items: center;
  pointer-events: none;

  &.opened {
    pointer-events: all;
    display: flex;
  }

  &::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--grayscale-011627);
    opacity: .2;
  }

  .popup-body {
    z-index: 1;
    border-radius: 12px;
    width: 95vw;
    margin: auto;
    height: max-content;
    background-color: var(--grayscale-ffffff);

    @media screen and (min-width: 768px) {
      width: 45vw;
    }

    @media screen and (min-width: 1600px) {
      width: 35vw;
    }
  }
  .popup-header {}
  .popup-content {}
  .popup-footer {}
  .popup-header:empty,
  .popup-footer:empty {
    display: none;
  }
}

body:has(.french-popup-wrapper.opened) {
  overflow: hidden;
}
/ * language popup - @end */

@media (min-width: 640px){
  .sm\:container{
    width: 100%;
  }
  @media (min-width: 640px){
    .sm\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .sm\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .sm\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .sm\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1600px){
    .sm\:container{
      max-width: 1600px;
    }
  }
  @media (min-width: 2156px){
    .sm\:container{
      max-width: 2156px;
    }
  }
}

.hover\:-translate-y-2:hover{
  --tw-translate-y: -0.5rem;
  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));
}

.hover\:border-b-primary:hover{
  border-bottom-color: var(--grayscale-011627);
}

.hover\:bg-purpledlight:hover{
  background-color: var(--purple-b-9-a-4-ee);
}

.hover\:font-bold:hover{
  font-weight: 700;
}

.hover\:text-purpledark:hover{
  color: var(--purple-7349-dd);
}

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

.hover\:opacity-40:hover{
  opacity: 0.4;
}

.hover\:opacity-50:hover{
  opacity: 0.5;
}

.hover\:opacity-70:hover{
  opacity: 0.7;
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:transition:hover{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.before\:hover\:text-center:hover::before{
  content: var(--tw-content);
  text-align: center;
}

.hover\:before\:text-center:hover::before{
  content: var(--tw-content);
  text-align: center;
}

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

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:hover\:text-center:hover:focus{
  text-align: center;
}

.hover\:focus\:text-center:focus:hover{
  text-align: center;
}

.group:hover .group-hover\:-translate-y-2{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:translate-x-2{
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-purpledark{
  color: var(--purple-7349-dd);
}

.group:hover .group-hover\:opacity-60{
  opacity: 0.6;
}

@media (min-width: 640px){
  .sm\:-right-2{
    right: -0.5rem;
  }
  .sm\:-right-5{
    right: -1.25rem;
  }
  .sm\:top-20{
    top: 5rem;
  }
  .sm\:top-24{
    top: 6rem;
  }
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:m-4{
    margin: 1rem;
  }
  .sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .sm\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .sm\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-12{
    margin-bottom: 3rem;
  }
  .sm\:mb-20{
    margin-bottom: 5rem;
  }
  .sm\:mb-8{
    margin-bottom: 2rem;
  }
  .sm\:ml-12{
    margin-left: 3rem;
  }
  .sm\:ml-4{
    margin-left: 1rem;
  }
  .sm\:mr-4{
    margin-right: 1rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mt-10{
    margin-top: 2.5rem;
  }
  .sm\:mt-12{
    margin-top: 3rem;
  }
  .sm\:mt-2{
    margin-top: 0.5rem;
  }
  .sm\:mt-20{
    margin-top: 5rem;
  }
  .sm\:mt-4{
    margin-top: 1rem;
  }
  .sm\:mt-5{
    margin-top: 1.25rem;
  }
  .sm\:mt-6{
    margin-top: 1.5rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:grid{
    display: grid;
  }
  .sm\:h-10{
    height: 2.5rem;
  }
  .sm\:h-12{
    height: 3rem;
  }
  .sm\:h-16{
    height: 4rem;
  }
  .sm\:h-20{
    height: 5rem;
  }
  .sm\:h-40{
    height: 10rem;
  }
  .sm\:h-5{
    height: 1.25rem;
  }
  .sm\:h-56{
    height: 14rem;
  }
  .sm\:h-7{
    height: 1.75rem;
  }
  .sm\:w-10{
    width: 2.5rem;
  }
  .sm\:w-12{
    width: 3rem;
  }
  .sm\:w-16{
    width: 4rem;
  }
  .sm\:w-20{
    width: 5rem;
  }
  .sm\:w-4{
    width: 1rem;
  }
  .sm\:w-40{
    width: 10rem;
  }
  .sm\:w-64{
    width: 16rem;
  }
  .sm\:w-7{
    width: 1.75rem;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:max-w-lg{
    max-width: 32rem;
  }
  .sm\:max-w-none{
    max-width: none;
  }
  .sm\:max-w-xs{
    max-width: 20rem;
  }
  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:gap-0{
    gap: 0px;
  }
  .sm\:gap-12{
    gap: 3rem;
  }
  .sm\:gap-7{
    gap: 1.75rem;
  }
  .sm\:gap-8{
    gap: 2rem;
  }
  .sm\:gap-x-4{
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .sm\: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));
  }
  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .sm\:rounded-md{
    border-radius: 0.375rem;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:pb-4{
    padding-bottom: 1rem;
  }
  .sm\:pl-4{
    padding-left: 1rem;
  }
  .sm\:pr-4{
    padding-right: 1rem;
  }
  .sm\:pr-5{
    padding-right: 1.25rem;
  }
  .sm\:pt-10{
    padding-top: 2.5rem;
  }
  .sm\:pt-6{
    padding-top: 1.5rem;
  }
  .sm\:pt-8{
    padding-top: 2rem;
  }
  .sm\:text-center{
    text-align: center;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:leading-normal{
    line-height: 1.5;
  }
  .sm\:underline{
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }
}

@media (min-width: 768px){
  .md\:-top-3{
    top: -0.75rem;
  }
  .md\:bottom-28{
    bottom: 7rem;
  }
  .md\:right-0{
    right: 0px;
  }
  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .md\:m-2{
    margin: 0.5rem;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mr-20{
   margin-right: 5rem;
  }
  
  .md\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-0\.5{
    margin-top: 0.125rem;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-12{
    margin-top: 3rem;
  }
  .md\:mt-3{
    margin-top: 0.75rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-48{
    height: 12rem;
  }
  .md\:h-60{
    height: 15rem;
  }
  .md\:w-48{
    width: 12rem;
  }
  .md\:w-60{
    width: 15rem;
  }
  .md\:max-w-4xl{
    max-width: 56rem;
  }
  .md\:max-w-md{
    max-width: 28rem;
  }
  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .md\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-x-20{
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
  .md\:gap-x-8{
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .md\:gap-y-8{
    row-gap: 2rem;
  }
  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .md\:p-0{
    padding: 0px;
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:pt-1{
    padding-top: 0.25rem;
  }
  .md\:pt-10{
    padding-top: 2.5rem;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:pt-28{
    padding-top: 7rem;
  }
  .md\:pt-4{
    padding-top: 1rem;
  }
  .md\:pt-7{
    padding-top: 1.75rem;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px){
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:order-3{
    order: 3;
  }
  .lg\:order-first{
    order: -9999;
  }
  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg\:-mb-5{
    margin-bottom: -1.25rem;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mb-24{
    margin-bottom: 6rem;
  }
  .lg\:ml-14{
    margin-left: 3.5rem;
  }
  .lg\:mr-20{
    margin-right: 5rem;
  }
  .lg\:mr-40{
    margin-right: 10rem;
  }
  .lg\:mr-3{
    margin-right: 0.75rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-2\/5{
    height: 40%;
  }
  .lg\:h-24{
    height: 6rem;
  }
  .lg\:h-3\/5{
    height: 60%;
  }
  .lg\:h-72{
    height: 18rem;
  }
  .lg\:w-24{
    width: 6rem;
  }
  .lg\:max-w-4xl{
    max-width: 56rem;
  }
  .lg\:max-w-5xl{
    max-width: 64rem;
  }
  .lg\:max-w-6xl{
    max-width: 72rem;
  }
  .lg\:max-w-lg{
    max-width: 32rem;
  }
  .lg\:max-w-md{
    max-width: 28rem;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:max-w-xl{
    max-width: 36rem;
  }
  .lg\:flex-1{
    flex: 1 1 0%;
  }
  .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\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:p-10{
    padding: 2.5rem;
  }
  .lg\:p-24{
    padding: 6rem;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }
  .lg\:pb-14{
    padding-bottom: 3.5rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pb-4{
    padding-bottom: 1rem;
  }
  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }
  .lg\:pr-36{
    padding-right: 9rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-3{
    padding-top: 0.75rem;
  }
  .lg\:pt-32{
    padding-top: 8rem;
  }
  .lg\:pt-36{
    padding-top: 9rem;
  }
  .lg\:pt-8{
    padding-top: 2rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .xl\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .xl\:ml-0{
    margin-left: 0px;
  }
  .xl\:mr-14{
    margin-right: 3.5rem;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:w-full{
    width: 100%;
  }
  .xl\:max-w-7xl{
    max-width: 80rem;
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:pl-24{
    padding-left: 6rem;
  }
  .xl\:pr-0{
    padding-right: 0px;
  }
}

@media (prefers-color-scheme: dark){
  @media (min-width: 1024px){
    .dark\:lg\:hover\:\[paint-order\:markers\]:hover{
      paint-order: markers;
    }
  }
}