@charset "UTF-8";
/*!
Theme Name:     Trellis Works
Theme URI:
Description:    by PDC
Author:         PDC
Version:        1.2
*/
.reveal-type-hero-block p, .reveal-type-hero-block .article-content ul li, .article-content ul .reveal-type-hero-block li {
  opacity: 0;
}

.image-scale-in {
  transform: scale(1.2);
}

.scrub-up-initial {
  transform: translateY(50px);
  opacity: 0;
}

.scale-in-initial {
  transform: scale(0.9);
  opacity: 0;
}

.scrub-up-first {
  transform: translateY(50px);
  opacity: 0;
}

.reveal-type-vertical {
  opacity: 0;
}
.reveal-type-vertical.active {
  opacity: 1;
}

.shape--list {
  width: 240px;
  height: 240px;
  right: 10px;
  top: 30%;
  max-width: 450px;
  max-height: 410px;
  position: absolute;
  border-radius: 60px 60px 0 60px;
}
@media screen and (min-width: 1024px) {
  .shape--list {
    width: 30vw;
    height: 27vw;
    right: 30px;
    margin-top: -8vw;
    top: initial;
    border-radius: 150px 150px 0 150px;
  }
}
.shape--services {
  min-width: 450px;
  min-height: 456px;
  width: 24vw;
  height: 23vw;
  right: 0;
  top: 0;
  margin-top: -300px;
  z-index: -10;
  position: absolute;
  border-radius: 150px 150px 0 150px;
}

.reveal-type-block p, .reveal-type-block .article-content ul li, .article-content ul .reveal-type-block li, .reveal-type-block h2, .reveal-type-block h3, .reveal-type-block h4, .reveal-type-block h5, .reveal-type-block h6 {
  opacity: 0;
}

.header-type-anim {
  opacity: 0;
}
.header-type-anim.active {
  opacity: 1;
}
.header-type-anim div {
  opacity: 0;
  transform: translateY(60px);
}

.custom-popup {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.custom-popup.active-popup {
  opacity: 1;
}

.scale-hover {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.scale-hover:hover {
  transform: scale(1.05);
}

.footer-logo {
  top: 100%;
}

.img-load {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.img-load--primary {
  background: #ff0161;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}
.img-load--secondary {
  background: #170534;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 2;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.img-load--bg {
  transform-origin: left;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.arrow-roll:hover .icon--arrow-right {
  animation: roll-x-right 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gradient-type-header {
  transition: all 0s ease-in-out;
  background: var(--Text-gradient, linear-gradient(106deg, #ffffff 0%, #ffffff 59.63%, #ffffff 91.65%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-type-header.active {
  background: var(--Text-gradient, linear-gradient(106deg, #FFFAD1 0%, #447ACB 59.63%, #21008E 91.65%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.clip-reveal {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}

@keyframes roll-x-right {
  0% {
    background-position: 0;
  }
  40% {
    background-position: 16px;
  }
  41% {
    background-position: -16px;
  }
  100% {
    background-position: 0;
  }
}
@keyframes ken-burns-zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.ken-burns-zoom-in {
  animation: ken-burns-zoom-in 20s ease-in-out forwards;
  will-change: transform;
}

.scrub-up-delayed {
  transform: translateY(0px);
  opacity: 0;
}

.news-item {
  transform: translateY(50px);
  opacity: 0;
}

.pulse-title--icon {
  opacity: 0;
}
.pulse-title--title {
  opacity: 0;
  transform: translateY(100%);
}

.pin {
  position: relative;
  height: 34px;
  width: 34px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/map-icon.png");
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(15, 226, 255, 0);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(15, 226, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 40px rgba(15, 226, 255, 0);
  }
}
.reveal-type {
  opacity: 0;
}
.reveal-type--active {
  opacity: 1;
}

.reveal-type-header {
  opacity: 0;
}
.reveal-type-header--active {
  opacity: 1;
}
.reveal-type-header .word {
  transform: translateY(115px);
}

.reveal-type-header-alt {
  opacity: 0;
}
.reveal-type-header-alt--active {
  opacity: 1;
}
.reveal-type-header-alt .word {
  transform: translateY(115px);
  transition: transform 0.5s;
}

.fade-in {
  opacity: 0;
}

.list-item-anim--line {
  transform: translateY(100%);
}

.list-item-anim--line--white {
  background: #fff !important;
}

.fade-in-initial {
  opacity: 0;
}

.line {
  overflow: hidden;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.animate-ticker {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: ticker-scroll 20s linear infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(15, 226, 255, 0);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(15, 226, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 25px rgba(15, 226, 255, 0);
  }
}
/* Marquee styles */
.marquee {
  --gap: 2rem;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 61%;
}
.marquee__content li {
  font-size: 44px;
  color: white;
  margin-bottom: 0px !important;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .marquee__content li {
    font-size: 60px;
  }
}
.marquee__content li img {
  max-width: 90%;
}
@media screen and (min-width: 640px) {
  .marquee__content li img {
    max-width: none;
  }
}
.marquee__content li.dark {
  color: black;
}

.marquee__content {
  animation: scrollNew 30s linear infinite;
}

@keyframes initialScroll {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(calc(0 - var(--gap)));
  }
}
@keyframes scrollNew {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes bounceNew {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
.view-post--open span {
  max-width: 100% !important;
  margin-right: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.bg-hero-anim {
  transform: scale(1.8);
}

.view-post-white span {
  color: white;
  font-size: 18px;
}

:root {
  --color: #5A17C7;
}

.links-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.links-list li {
  color: #A0ABBB;
}

.footer-gradient-layer {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, #000 49.5%);
  opacity: 0.98;
}

.services-line {
  left: -5px;
  position: relative;
}

.pointer-events-none {
  pointer-events: none;
}

.bold-underline {
  font-weight: 500;
  position: relative;
}
.bold-underline:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  bottom: -2px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 188 73 / var(--tw-bg-opacity));
}

.testimonial-swiper {
  overflow: visible !important;
}

.force-text-white p, .force-text-white .article-content ul li, .article-content ul .force-text-white li {
  color: white !important;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
}

@media (min-width: 1024px){
  .force-text-white p, .force-text-white .article-content ul li, .article-content ul .force-text-white li{
    font-size: 18px;
  }
}

.force-text-white-small p, .force-text-white-small .article-content ul li, .article-content ul .force-text-white-small li {
  color: white !important;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}

@media (min-width: 1024px){
  .force-text-white-small p, .force-text-white-small .article-content ul li, .article-content ul .force-text-white-small li{
    font-size: 14px;
  }
  .reduced-heading-width h2, .reduced-heading-width h3, .reduced-heading-width h4, .reduced-heading-width h5{
    max-width: 600px;
  }
}

.box-shadow {
  box-shadow: 0 3px 19.3px 1px rgba(37, 99, 235, 0.25);
}

.img-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(39, 22, 18, 0.5) 0%, rgba(39, 22, 18, 0.5) 100%);
}

.img-gradient:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 21.39%), linear-gradient(90deg, rgba(15, 33, 69, 0.5) 0.2%, rgba(15, 33, 69, 0) 56.33%);
}

.force-text-white h3, .force-text-white h4, .force-text-white p, .force-text-white .article-content ul li, .article-content ul .force-text-white li {
  color: white !important;
}

.rotate-minus-30 {
  transform: rotate(-30deg);
}

.body .overflow-hidden {
  overflow: hidden !important;
}

table {
  table-layout: auto;
}
@media screen and (min-width: 640px) {
  table {
    table-layout: fixed;
  }
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(15px);
  }
}
.line-top {
  width: 0px;
  max-width: 95px;
  height: 3px;
  background: white;
}
.line-top--primary {
  background: #010957;
}

.videoembed {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -o-object-fit: cover;
     object-fit: cover;
}

.default-radius {
  border-radius: 15px;
}
@media screen and (min-width: 640px) {
  .default-radius {
    border-radius: 30px;
  }
}

.primary-border-left {
  border-left: 1px solid #390E7D;
}
@media screen and (min-width: 640px) {
  .primary-border-left {
    border-left: 1px solid #390E7D;
  }
}

.primary-border-right {
  border-right: 1px solid #390E7D;
}
@media screen and (min-width: 640px) {
  .primary-border-right {
    border-right: 1px solid #390E7D;
  }
  .primary-border-left-2 {
    border-left: 2px solid #8546EA;
  }
  .primary-border-right-2 {
    border-right: 2px solid #8546EA;
  }
}

.primary-border-top {
  border-top: 1px solid #390E7D;
}

.primary-border-bottom {
  border-bottom: 1px solid #390E7D;
}

.wrapper {
  z-index: 10;
  position: relative;
}

.horizontal-list h4 {
  padding-bottom: 0px !important;
}

.color-tertiary {
  color: #FF0161;
}

.initial-scale-in {
  transform: scale(0.94) translateY(20px);
  opacity: 0;
}

.primary-border {
  border: 2px solid var(--Secondary-100, #B690F2);
}

.custom-top-border {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-top: 2px solid var(--Secondary-100, #B690F2);
  border-left: 2px solid var(--Secondary-100, #B690F2);
  border-right: 2px solid var(--Secondary-100, #B690F2);
}

.border-radius-30 {
  border-radius: 30px;
}

.custom-bottom-border {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom: 2px solid var(--Secondary-100, #B690F2);
  border-left: 2px solid var(--Secondary-100, #B690F2);
  border-right: 2px solid var(--Secondary-100, #B690F2);
}

.box-shadow {
  border-radius: 10px;
  background: #FFF;
}
.box-shadow--teal {
  box-shadow: 0px 4px 20px 2px rgba(133, 54, 144, 0.3);
}

.clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-before {
  position: relative;
  overflow: hidden;
}
.item-before:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left: 6px solid var(--EV8-Switch-S-600, #174F89);
}

.linear-gradient-fade-out {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.linear-gradient-fade-in {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.rounded-image-radius {
  border-radius: 60px 60px 0 60px;
}
@media screen and (min-width: 1024px) {
  .rounded-image-radius {
    border-radius: 150px 150px 0 150px;
  }
}

.bg-white-shadow {
  box-shadow: 0 3px 19.3px 1px rgba(37, 99, 235, 0.25);
}

.bg-navy-blue h3, .bg-navy-blue p, .bg-navy-blue .article-content ul li, .article-content ul .bg-navy-blue li {
  color: white;
}

table {
  background-color: #313131;
  border-collapse: collapse;
  width: 100%;
  color: #ffffff;
  border-radius: 15px;
}
table a {
  text-decoration: underline;
}
table thead {
  background-color: #353535;
}
table thead th {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #F2BC49;
  border: 1px solid #282828;
  padding: 15px; /* Increased padding */
  text-align: left;
}
table tbody tr {
  border: 1px solid #282828;
}
table tbody tr td {
  border: 1px solid #282828;
  padding: 15px; /* Increased padding */
}

canvas {
  transition: opacity 0.3s;
  --gradient-color-1: #060106;
  --gradient-color-2: #FC035D;
  --gradient-color-3: #1E0E81;
  --gradient-color-4: #4C68FA;
}

/*! tailwindcss v3.3.6 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1320px){
  .container{
    max-width: 1320px;
  }
}
.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;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.\!absolute{
  position: absolute !important;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-top-10{
  top: -2.5rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[0px\]{
  bottom: 0px;
}
.bottom-\[10px\]{
  bottom: 10px;
}
.bottom-\[20px\]{
  bottom: 20px;
}
.bottom-\[30px\]{
  bottom: 30px;
}
.left-0{
  left: 0px;
}
.left-\[10px\]{
  left: 10px;
}
.left-\[2vw\]{
  left: 2vw;
}
.right-0{
  right: 0px;
}
.right-8{
  right: 2rem;
}
.right-\[-100px\]{
  right: -100px;
}
.right-\[0px\]{
  right: 0px;
}
.right-\[10px\]{
  right: 10px;
}
.right-\[16px\]{
  right: 16px;
}
.right-\[20px\]{
  right: 20px;
}
.top-0{
  top: 0px;
}
.top-8{
  top: 2rem;
}
.top-\[-10\%\]{
  top: -10%;
}
.top-\[-240\%\]{
  top: -240%;
}
.top-\[-30px\]{
  top: -30px;
}
.top-\[-3px\]{
  top: -3px;
}
.top-\[10px\]{
  top: 10px;
}
.top-\[1px\]{
  top: 1px;
}
.top-\[280px\]{
  top: 280px;
}
.top-\[2vh\]{
  top: 2vh;
}
.top-\[50px\]{
  top: 50px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[10\]{
  z-index: 10;
}
.z-\[20\]{
  z-index: 20;
}
.z-\[30\]{
  z-index: 30;
}
.z-\[60\]{
  z-index: 60;
}
.\!order-1{
  order: 1 !important;
}
.\!order-2{
  order: 2 !important;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.m-0{
  margin: 0px;
}
.mx-\[15px\]{
  margin-left: 15px;
  margin-right: 15px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.\!mb-6{
  margin-bottom: 1.5rem !important;
}
.\!mb-\[2px\]{
  margin-bottom: 2px !important;
}
.\!mb-\[8px\]{
  margin-bottom: 8px !important;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-\[0px\]{
  margin-bottom: 0px;
}
.mb-\[100px\]{
  margin-bottom: 100px;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[12px\]{
  margin-bottom: 12px;
}
.mb-\[14px\]{
  margin-bottom: 14px;
}
.mb-\[16px\]{
  margin-bottom: 16px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[24px\]{
  margin-bottom: 24px;
}
.mb-\[3rem\]{
  margin-bottom: 3rem;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-\[20px\]{
  margin-left: 20px;
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-\[10px\]{
  margin-right: 10px;
}
.mt-0{
  margin-top: 0px;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.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-\[-100px\]{
  margin-top: -100px;
}
.mt-\[-50px\]{
  margin-top: -50px;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[15px\]{
  margin-top: 15px;
}
.mt-\[18px\]{
  margin-top: 18px;
}
.mt-\[1px\]{
  margin-top: 1px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[22px\]{
  margin-top: 22px;
}
.mt-\[25px\]{
  margin-top: 25px;
}
.mt-\[26px\]{
  margin-top: 26px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[50px\]{
  margin-top: 50px;
}
.mt-\[70px\]{
  margin-top: 70px;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-12{
  height: 3rem;
}
.h-6{
  height: 1.5rem;
}
.h-\[0px\]{
  height: 0px;
}
.h-\[100vh\]{
  height: 100vh;
}
.h-\[180px\]{
  height: 180px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[260px\]{
  height: 260px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[350px\]{
  height: 350px;
}
.h-\[360px\]{
  height: 360px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[410px\]{
  height: 410px;
}
.h-\[60\%\]{
  height: 60%;
}
.h-\[600px\]{
  height: 600px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[70\%\]{
  height: 70%;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[8px\]{
  height: 8px;
}
.h-\[90px\]{
  height: 90px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-16{
  max-height: 4rem;
}
.max-h-80{
  max-height: 20rem;
}
.max-h-\[138px\]{
  max-height: 138px;
}
.max-h-\[200px\]{
  max-height: 200px;
}
.max-h-\[240px\]{
  max-height: 240px;
}
.max-h-\[36px\]{
  max-height: 36px;
}
.max-h-\[39px\]{
  max-height: 39px;
}
.max-h-\[400px\]{
  max-height: 400px;
}
.max-h-\[50px\]{
  max-height: 50px;
}
.max-h-\[60px\]{
  max-height: 60px;
}
.max-h-\[70px\]{
  max-height: 70px;
}
.max-h-\[790px\]{
  max-height: 790px;
}
.max-h-\[90vh\]{
  max-height: 90vh;
}
.min-h-\[220px\]{
  min-height: 220px;
}
.min-h-\[250px\]{
  min-height: 250px;
}
.min-h-\[340px\]{
  min-height: 340px;
}
.min-h-\[395px\]{
  min-height: 395px;
}
.min-h-\[450px\]{
  min-height: 450px;
}
.min-h-\[560px\]{
  min-height: 560px;
}
.min-h-\[80px\]{
  min-height: 80px;
}
.w-1{
  width: 0.25rem;
}
.w-1\/2{
  width: 50%;
}
.w-11\/12{
  width: 91.666667%;
}
.w-12{
  width: 3rem;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[340px\]{
  width: 340px;
}
.w-\[4px\]{
  width: 4px;
}
.w-\[7px\]{
  width: 7px;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[calc\(100\%-20px\)\]{
  width: calc(100% - 20px);
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-\[110px\]{
  min-width: 110px;
}
.min-w-\[170px\]{
  min-width: 170px;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.min-w-\[270px\]{
  min-width: 270px;
}
.min-w-\[3px\]{
  min-width: 3px;
}
.min-w-\[80px\]{
  min-width: 80px;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-\[100\%\]{
  max-width: 100%;
}
.max-w-\[1100px\]{
  max-width: 1100px;
}
.max-w-\[110px\]{
  max-width: 110px;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[15px\]{
  max-width: 15px;
}
.max-w-\[170px\]{
  max-width: 170px;
}
.max-w-\[18px\]{
  max-width: 18px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[20px\]{
  max-width: 20px;
}
.max-w-\[23px\]{
  max-width: 23px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[30px\]{
  max-width: 30px;
}
.max-w-\[36px\]{
  max-width: 36px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[420px\]{
  max-width: 420px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[590px\]{
  max-width: 590px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[70px\]{
  max-width: 70px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[80px\]{
  max-width: 80px;
}
.max-w-\[85\%\]{
  max-width: 85%;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-\[95\%\]{
  max-width: 95%;
}
.max-w-\[965px\]{
  max-width: 965px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-none{
  max-width: none;
}
.max-w-\[630px\]{
  max-width: 630px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.columns-1{
  -moz-columns: 1;
       columns: 1;
}
.break-inside-avoid{
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[0px\]{
  gap: 0px;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[12px\]{
  gap: 12px;
}
.gap-\[14px\]{
  gap: 14px;
}
.gap-\[15px\]{
  gap: 15px;
}
.gap-\[18px\]{
  gap: 18px;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-\[25px\]{
  gap: 25px;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-\[32px\]{
  gap: 32px;
}
.gap-\[35px\]{
  gap: 35px;
}
.gap-\[40px\]{
  gap: 40px;
}
.gap-\[50px\]{
  gap: 50px;
}
.gap-\[60px\]{
  gap: 60px;
}
.gap-\[7rem\]{
  gap: 7rem;
}
.gap-\[80px\]{
  gap: 80px;
}
.gap-\[8px\]{
  gap: 8px;
}
.gap-\[9px\]{
  gap: 9px;
}
.gap-y-8{
  row-gap: 2rem;
}
.gap-y-\[00px\]{
  row-gap: 00px;
}
.gap-y-\[0px\]{
  row-gap: 0px;
}
.gap-y-\[40px\]{
  row-gap: 40px;
}
.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-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-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));
}
.overflow-hidden{
  overflow: hidden;
}
.\!overflow-visible{
  overflow: visible !important;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[15px\]{
  border-radius: 15px;
}
.rounded-\[18px\]{
  border-radius: 18px;
}
.rounded-\[19px\]{
  border-radius: 19px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[25px\]{
  border-radius: 25px;
}
.rounded-\[28px\]{
  border-radius: 28px;
}
.rounded-\[40px\]{
  border-radius: 40px;
}
.rounded-\[50px_19px_19px_19px\]{
  border-radius: 50px 19px 19px 19px;
}
.rounded-\[80px\]{
  border-radius: 80px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-\[15px\]{
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.rounded-bl-\[0px\]{
  border-bottom-left-radius: 0px;
}
.rounded-bl-\[10px\]{
  border-bottom-left-radius: 10px;
}
.rounded-bl-\[150px\]{
  border-bottom-left-radius: 150px;
}
.rounded-bl-\[60px\]{
  border-bottom-left-radius: 60px;
}
.rounded-bl-none{
  border-bottom-left-radius: 0px;
}
.rounded-br-\[0px\]{
  border-bottom-right-radius: 0px;
}
.rounded-br-\[10px\]{
  border-bottom-right-radius: 10px;
}
.rounded-br-none{
  border-bottom-right-radius: 0px;
}
.rounded-tl-\[10px\]{
  border-top-left-radius: 10px;
}
.rounded-tl-\[50px\]{
  border-top-left-radius: 50px;
}
.rounded-tl-\[5px\]{
  border-top-left-radius: 5px;
}
.rounded-tl-\[60px\]{
  border-top-left-radius: 60px;
}
.rounded-tl-none{
  border-top-left-radius: 0px;
}
.rounded-tr-\[10px\]{
  border-top-right-radius: 10px;
}
.rounded-tr-\[30px\]{
  border-top-right-radius: 30px;
}
.rounded-tr-\[5px\]{
  border-top-right-radius: 5px;
}
.rounded-tr-\[60px\]{
  border-top-right-radius: 60px;
}
.rounded-tr-none{
  border-top-right-radius: 0px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-\[4px\]{
  border-width: 4px;
}
.border-b-\[2px\]{
  border-bottom-width: 2px;
}
.border-t-\[3px\]{
  border-top-width: 3px;
}
.border-\[\#271612\]{
  --tw-border-opacity: 1;
  border-color: rgb(39 22 18 / var(--tw-border-opacity));
}
.border-\[\#585858\]{
  --tw-border-opacity: 1;
  border-color: rgb(88 88 88 / var(--tw-border-opacity));
}
.border-\[\#5B3758\]{
  --tw-border-opacity: 1;
  border-color: rgb(91 55 88 / var(--tw-border-opacity));
}
.border-\[\#C8C8C8\]{
  --tw-border-opacity: 1;
  border-color: rgb(200 200 200 / var(--tw-border-opacity));
}
.border-dark{
  --tw-border-opacity: 1;
  border-color: rgb(40 40 40 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(242 188 73 / var(--tw-border-opacity));
}
.\!border-t-\[\#B9B9B9\]{
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(185 185 185 / var(--tw-border-opacity)) !important;
}
.bg-\[\#0f172a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.bg-\[\#282828\]{
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}
.bg-\[\#353535\]{
  --tw-bg-opacity: 1;
  background-color: rgb(53 53 53 / var(--tw-bg-opacity));
}
.bg-\[\#949EAC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(148 158 172 / var(--tw-bg-opacity));
}
.bg-\[\#F0F0F0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-\[\#F0F3FA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 250 / var(--tw-bg-opacity));
}
.bg-\[\#F35042\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 80 66 / var(--tw-bg-opacity));
}
.bg-\[\#F3F5F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 248 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(136 206 238 / var(--tw-bg-opacity));
}
.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}
.bg-dark-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(53 53 53 / var(--tw-bg-opacity));
}
.bg-neutral-900{
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.bg-off-white{
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 242 / var(--tw-bg-opacity));
}
.bg-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(91 55 88 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(242 188 73 / var(--tw-bg-opacity));
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#000000\]{
  --tw-gradient-from: #000000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}
.object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}
.object-right{
  -o-object-position: right;
     object-position: right;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-10{
  padding: 2.5rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-7{
  padding: 1.75rem;
}
.p-9{
  padding: 2.25rem;
}
.p-\[20px\]{
  padding: 20px;
}
.p-\[25px\]{
  padding: 25px;
}
.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[0vw\]{
  padding-left: 0vw;
  padding-right: 0vw;
}
.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[24px\]{
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[26px\]{
  padding-left: 26px;
  padding-right: 26px;
}
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[40px\]{
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[5px\]{
  padding-left: 5px;
  padding-right: 5px;
}
.px-\[80px\]{
  padding-left: 80px;
  padding-right: 80px;
}
.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-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[18px\]{
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[24px\]{
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[28px\]{
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[40px\]{
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}
.\!pl-0{
  padding-left: 0px !important;
}
.\!pr-0{
  padding-right: 0px !important;
}
.\!pt-\[15px\]{
  padding-top: 15px !important;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[0px\]{
  padding-bottom: 0px;
}
.pb-\[100px\]{
  padding-bottom: 100px;
}
.pb-\[10px\]{
  padding-bottom: 10px;
}
.pb-\[120px\]{
  padding-bottom: 120px;
}
.pb-\[20px\]{
  padding-bottom: 20px;
}
.pb-\[22px\]{
  padding-bottom: 22px;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pb-\[35px\]{
  padding-bottom: 35px;
}
.pb-\[40px\]{
  padding-bottom: 40px;
}
.pb-\[50px\]{
  padding-bottom: 50px;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-\[0px\]{
  padding-left: 0px;
}
.pl-\[37px\]{
  padding-left: 37px;
}
.pl-\[5px\]{
  padding-left: 5px;
}
.pt-0{
  padding-top: 0px;
}
.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-2\.5{
  padding-top: 0.625rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-3\.5{
  padding-top: 0.875rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-\[00px\]{
  padding-top: 00px;
}
.pt-\[0px\]{
  padding-top: 0px;
}
.pt-\[100px\]{
  padding-top: 100px;
}
.pt-\[10px\]{
  padding-top: 10px;
}
.pt-\[120px\]{
  padding-top: 120px;
}
.pt-\[130px\]{
  padding-top: 130px;
}
.pt-\[15px\]{
  padding-top: 15px;
}
.pt-\[200px\]{
  padding-top: 200px;
}
.pt-\[20px\]{
  padding-top: 20px;
}
.pt-\[25px\]{
  padding-top: 25px;
}
.pt-\[30px\]{
  padding-top: 30px;
}
.pt-\[3px\]{
  padding-top: 3px;
}
.pt-\[3rem\]{
  padding-top: 3rem;
}
.pt-\[40px\]{
  padding-top: 40px;
}
.pt-\[50px\]{
  padding-top: 50px;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.pt-\[70px\]{
  padding-top: 70px;
}
.pt-\[80px\]{
  padding-top: 80px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.\!text-\[20px\]{
  font-size: 20px !important;
}
.text-2xl{
  font-size: 3.75rem;
  line-height: 1.2;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[19px\]{
  font-size: 19px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[38px\]{
  font-size: 38px;
}
.text-base{
  font-size: 1.063rem;
  line-height: 28px;
}
.text-lg{
  font-size: 1.75rem;
  line-height: 1.2;
}
.text-sm{
  font-size: 1rem;
  line-height: 1.3;
}
.text-xl{
  font-size: 2.438rem;
  line-height: 1.2;
}
.text-xs{
  font-size: 0.875rem;
  line-height: 1.3;
}
.font-\[300\]{
  font-weight: 300;
}
.font-\[400\]{
  font-weight: 400;
}
.font-\[500\]{
  font-weight: 500;
}
.font-\[600\]{
  font-weight: 600;
}
.font-\[700\]{
  font-weight: 700;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-\[1\.55\]{
  line-height: 1.55;
}
.leading-\[1\.65\]{
  line-height: 1.65;
}
.leading-\[100\%\]{
  line-height: 100%;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-\[28px\]{
  line-height: 28px;
}
.leading-\[30px\]{
  line-height: 30px;
}
.\!text-\[\#949EAC\]{
  --tw-text-opacity: 1 !important;
  color: rgb(148 158 172 / var(--tw-text-opacity)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.\!text-yellow{
  --tw-text-opacity: 1 !important;
  color: rgb(242 188 73 / var(--tw-text-opacity)) !important;
}
.text-\[\#2C2E31\]{
  --tw-text-opacity: 1;
  color: rgb(44 46 49 / var(--tw-text-opacity));
}
.text-\[\#49B8FE\]{
  --tw-text-opacity: 1;
  color: rgb(73 184 254 / var(--tw-text-opacity));
}
.text-\[\#4E545C\]{
  --tw-text-opacity: 1;
  color: rgb(78 84 92 / var(--tw-text-opacity));
}
.text-\[\#798390\]{
  --tw-text-opacity: 1;
  color: rgb(121 131 144 / var(--tw-text-opacity));
}
.text-\[\#949EAC\]{
  --tw-text-opacity: 1;
  color: rgb(148 158 172 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue{
  --tw-text-opacity: 1;
  color: rgb(136 206 238 / var(--tw-text-opacity));
}
.text-dark{
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-purple{
  --tw-text-opacity: 1;
  color: rgb(91 55 88 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(242 188 73 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.decoration-1{
  text-decoration-thickness: 1px;
}
.underline-offset-\[4px\]{
  text-underline-offset: 4px;
}
.opacity-0{
  opacity: 0;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-70{
  opacity: 0.7;
}
.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);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.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);
}
.will-change-transform{
  will-change: transform;
}
.\[column-gap\:20px\]{
  -moz-column-gap: 20px;
       column-gap: 20px;
}
body {
  color: #fff;
  background: #282828;
  font-family: "Inter", sans-serif;
}

.container {
  padding: 20px;
}
@media (min-width: 1024px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.container--large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 640px) {
  .container--large {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container--large {
    max-width: 900px;
  }
}
@media (min-width: 1024px) {
  .container--large {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) {
  .container--large {
    max-width: 1440px;
  }
}
@media (min-width: 1320px) {
  .container--large {
    max-width: 1380px;
  }
}

@media (min-width: 1024px) {
  .container-inset-padding {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}

.font-primary {
  font-family: "Fira Sans", sans-serif;
}

.font-secondary {
  font-family: "Inter", sans-serif;
}

.pt-small {
  padding-top: 1.5rem;
}
.pt-medium {
  padding-top: 3rem;
}
.pt-large {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .pt-large {
    padding-top: 6rem;
  }
}
.pt-xlarge {
  padding-top: 6rem;
}
@media (min-width: 768px) {
  .pt-xlarge {
    padding-top: 12rem;
  }
}

.pb-small {
  padding-bottom: 1.5rem;
}
.pb-medium {
  padding-bottom: 3rem;
}
.pb-large {
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .pb-large {
    padding-bottom: 6rem;
  }
}
.pb-xlarge {
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .pb-xlarge {
    padding-bottom: 12rem;
  }
}

.fade-in-elements {
  opacity: 0;
  transform: translateY(40px);
}

.img-white {
  filter: brightness(0) invert(1);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-bottom: 15px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 640px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-bottom: 18px;
  }
}

p, .article-content ul li, .paragraph-content {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

@media (min-width: 1024px){
  p, .article-content ul li, .paragraph-content{
    font-size: 17px;
  }
}
p.p--small, .article-content ul li.p--small, p--small, p .p--small, .article-content ul li .p--small, .paragraph-content.p--small, .paragraph-content--small, .paragraph-content .p--small{
  font-size: 16px;
  line-height: 160%;
}
p.p--medium, .article-content ul li.p--medium, p--medium, p .p--medium, .article-content ul li .p--medium, .paragraph-content.p--medium, .paragraph-content--medium, .paragraph-content .p--medium{
  font-size: 16px;
  line-height: 160%;
}
@media (min-width: 1024px){
  p.p--medium, .article-content ul li.p--medium, p--medium, p .p--medium, .article-content ul li .p--medium, .paragraph-content.p--medium, .paragraph-content--medium, .paragraph-content .p--medium{
    font-size: 20px;
  }
}
p .p--large, .article-content ul li .p--large, p--large, p.p--large, .article-content ul li.p--large, .paragraph-content .p--large, .paragraph-content--large, .paragraph-content.p--large{
  font-size: 17px;
  line-height: 160%;
}
@media (min-width: 1024px){
  p .p--large, .article-content ul li .p--large, p--large, p.p--large, .article-content ul li.p--large, .paragraph-content .p--large, .paragraph-content--large, .paragraph-content.p--large{
    font-size: 22px;
  }
}
@media (min-width: 1280px){
  p .p--large, .article-content ul li .p--large, p--large, p.p--large, .article-content ul li.p--large, .paragraph-content .p--large, .paragraph-content--large, .paragraph-content.p--large{
    font-size: 22px;
  }
}
p .p--xlarge, .article-content ul li .p--xlarge, p--xlarge, p.p--xlarge, .article-content ul li.p--xlarge, .paragraph-content .p--xlarge, .paragraph-content--xlarge, .paragraph-content.p--xlarge{
  font-size: 18px;
  line-height: 150%;
}
@media (min-width: 1024px){
  p .p--xlarge, .article-content ul li .p--xlarge, p--xlarge, p.p--xlarge, .article-content ul li.p--xlarge, .paragraph-content .p--xlarge, .paragraph-content--xlarge, .paragraph-content.p--xlarge{
    font-size: 24px;
  }
}
@media (min-width: 1280px){
  p .p--xlarge, .article-content ul li .p--xlarge, p--xlarge, p.p--xlarge, .article-content ul li.p--xlarge, .paragraph-content .p--xlarge, .paragraph-content--xlarge, .paragraph-content.p--xlarge{
    font-size: 29px;
  }
}
p .p--xxlarge, .article-content ul li .p--xxlarge, p--xxlarge, p.p--xxlarge, .article-content ul li.p--xxlarge, .paragraph-content .p--xxlarge, .paragraph-content--xxlarge, .paragraph-content.p--xxlarge{
  font-size: 25px;
  line-height: 125%;
}
@media (min-width: 1024px){
  p .p--xxlarge, .article-content ul li .p--xxlarge, p--xxlarge, p.p--xxlarge, .article-content ul li.p--xxlarge, .paragraph-content .p--xxlarge, .paragraph-content--xxlarge, .paragraph-content.p--xxlarge{
    font-size: 40px;
  }
}
@media (min-width: 1280px){
  p .p--xxlarge, .article-content ul li .p--xxlarge, p--xxlarge, p.p--xxlarge, .article-content ul li.p--xxlarge, .paragraph-content .p--xxlarge, .paragraph-content--xxlarge, .paragraph-content.p--xxlarge{
    font-size: 45px;
  }
}

.p--small p, .article-content ul .p--small li, .p--small ul li{
  font-size: 15px;
  line-height: 160%;
}

@media (min-width: 1024px){
  .p--small p, .article-content ul .p--small li, .p--small ul li{
    font-size: 17px;
  }
}

.p--large p, .article-content ul .p--large li, .p--large ul li{
  font-size: 19px;
  line-height: 150%;
}

@media (min-width: 1024px){
  .p--large p, .article-content ul .p--large li, .p--large ul li{
    font-size: 22px;
  }
}

@media (min-width: 1280px){
  .p--large p, .article-content ul .p--large li, .p--large ul li{
    font-size: 27px;
  }
}

.inline-secondary {
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(242 188 73 / var(--tw-text-opacity));
  transition: all 0.3s ease-in-out;
}

h1, .h1{
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 1024px) {
  h1, .h1{
    font-size: 58px;
    font-weight: 700;
    line-height: 120%;
  }
}
h1.h1--small, h1 .h1--small, .h1.h1--small, .h1 .h1--small{
  font-size: 22px;
  line-height: 115%;
}
@media (min-width: 1024px){
  h1.h1--small, h1 .h1--small, .h1.h1--small, .h1 .h1--small{
    font-size: 40px;
    line-height: 125%;
  }
}
h1.h1--medium, h1 .h1--medium, .h1.h1--medium, .h1 .h1--medium{
  font-size: 38px;
  line-height: 115%;
}
@media (min-width: 1024px){
  h1.h1--medium, h1 .h1--medium, .h1.h1--medium, .h1 .h1--medium{
    font-size: 48px;
    line-height: 125%;
  }
}
@media (min-width: 1280px){
  h1.h1--medium, h1 .h1--medium, .h1.h1--medium, .h1 .h1--medium{
    font-size: 48px;
  }
}
@media (min-width: 1320px){
  h1.h1--medium, h1 .h1--medium, .h1.h1--medium, .h1 .h1--medium{
    font-size: 52px;
  }
}

h2, .h2{
  font-size: 29px;
  font-weight: 700;
  line-height: 130%;
}

@media (min-width: 1024px){
  h2, .h2{
    font-size: 47px;
  }
}

@media (min-width: 1280px){
  h2, .h2{
    font-size: 43px;
  }
}
h2.h2--small, h2 .h2--small, .h2.h2--small, .h2 .h2--small{
  font-size: 64px;
  font-weight: 500;
  line-height: 86%;
}
h2.h2--large, .h2.h2--large{
  font-size: 40px;
  font-weight: 300;
  line-height: 130%;
}
@media (min-width: 1024px){
  h2.h2--large, .h2.h2--large{
    font-size: 60px;
  }
}
@media (min-width: 1280px){
  h2.h2--large, .h2.h2--large{
    font-size: 70px;
  }
}
h2.h2--medium, .h2.h2--medium{
  font-size: 25px;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 1024px){
  h2.h2--medium, .h2.h2--medium{
    font-size: 31px;
  }
}
h2.h2--medium-alt, .h2.h2--medium-alt{
  font-size: 25px;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 1024px){
  h2.h2--medium-alt, .h2.h2--medium-alt{
    font-size: 31px;
  }
}

h3, .h3{
  font-size: 25px;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: 0.5px;
}

@media (min-width: 1024px){
  h3, .h3{
    font-size: 40px;
  }
}
h3.h3--large, .h3.h3--large{
  font-size: 40px;
  font-weight: 800;
  line-height: 130%;
}
@media (min-width: 1024px){
  h3.h3--large, .h3.h3--large{
    font-size: 60px;
  }
}
@media (min-width: 1280px){
  h3.h3--large, .h3.h3--large{
    font-size: 70px;
  }
}
h3.h3--medium, .h3.h3--medium{
  font-size: 23px;
  font-weight: 500;
  line-height: 130%;
}
@media (min-width: 1024px){
  h3.h3--medium, .h3.h3--medium{
    font-size: 30px;
  }
}

h4, .h4 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

@media (min-width: 1024px){
  h4, .h4{
    font-size: 20px;
  }
}
h4.h4--alt, h4 .h4-alt, .h4.h4--alt, .h4 .h4-alt{
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(255 151 142 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  h4.h4--alt, h4 .h4-alt, .h4.h4--alt, .h4 .h4-alt{
    font-size: 20px;
  }
}

h5, .h5{
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

@media (min-width: 1024px){
  h5, .h5{
    font-size: 23px;
    line-height: 28px;
  }
}

h5, .h5 {
  font-family: "Fira Sans", sans-serif;
}

a:focus {
  outline: none;
}

strong {
  font-weight: 700;
}

.benefits-list__item {
  position: relative;
  padding-left: 38px;
}

@media (min-width: 1024px){
  .benefits-list__item{
    padding-left: 50px;
  }
}
.benefits-list__item:before {
  content: "";
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  background-image: url(../img/bullet-icon.svg);
  height: 25px;
  width: 25px;
}
@media (min-width: 1024px){
  .benefits-list__item:before{
    min-height: 32px;
    min-width: 32px;
  }
}

.block-list__item {
  position: relative;
  padding-left: 38px;
  font-size: 16px;
}

@media (min-width: 1024px){
  .block-list__item{
    padding-left: 38px;
  }
}
.block-list__item:before {
  content: "";
  margin-right: 8px;
  height: 23px;
  width: 23px;
  top: 1px;
  min-width: 23px;
  min-height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  background-image: url(../img/bullet-icon.svg);
}
.block-list__item p, .block-list__item .article-content ul li, .article-content ul .block-list__item li {
  font-size: 16px;
}

.plan-list__item {
  position: relative;
  padding-left: 38px;
}
.plan-list__item:before {
  content: "";
  margin-right: 8px;
  height: 23px;
  width: 23px;
  top: 1px;
  min-width: 23px;
  min-height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  opacity: 0;
  transform: scale(0.8);
  background-image: url(../img/bullet-icon.svg);
}
.plan-list__item p, .plan-list__item .article-content ul li, .article-content ul .plan-list__item li {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.plan-list__item.active:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.plan-list__item.active p, .plan-list__item.active .article-content ul li, .article-content ul .plan-list__item.active li {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}

.bg-pink {
  background: #FF978E;
}

.bg-blue {
  background: #1C71BB;
}

.bg-blue h1, .bg-blue .h1, .bg-blue h2, .bg-blue .h2, .bg-blue h3, .bg-blue .h3, .bg-blue h5, .bg-blue .h5, .bg-blue p, .bg-blue .article-content ul li, .article-content ul .bg-blue li, .bg-blue .p,
.bg-dark h1,
.bg-dark .h1,
.bg-dark h2,
.bg-dark .h2,
.bg-dark h3,
.bg-dark .h3,
.bg-dark h5,
.bg-dark .h5,
.bg-dark p,
.bg-dark .article-content ul li,
.article-content ul .bg-dark li,
.bg-dark .p {
  color: white;
}

.flex-block--bg-black h1, .flex-block--bg-black .h1, .flex-block--bg-black h2, .flex-block--bg-black .h2, .flex-block--bg-black h3, .flex-block--bg-black .h3, .flex-block--bg-black h4, .flex-block--bg-black .h4, .flex-block--bg-black h5, .flex-block--bg-black .h5, .flex-block--bg-black p, .flex-block--bg-black .article-content ul li, .article-content ul .flex-block--bg-black li, .flex-block--bg-black .p {
  color: white;
}

.flex-block--bg-off-white h1, .flex-block--bg-off-white .h1, .flex-block--bg-off-white h2, .flex-block--bg-off-white .h2, .flex-block--bg-off-white h3, .flex-block--bg-off-white .h3, .flex-block--bg-off-white h4, .flex-block--bg-off-white .h4, .flex-block--bg-off-white h5, .flex-block--bg-off-white .h5, .flex-block--bg-off-white p, .flex-block--bg-off-white .article-content ul li, .article-content ul .flex-block--bg-off-white li, .flex-block--bg-off-white .p {
  color: #1F1F1F;
}

.bg-purple h1, .bg-purple .h1, .bg-purple h2, .bg-purple .h2, .bg-purple h3, .bg-purple .h3, .bg-purple h4, .bg-purple .h4, .bg-purple h5, .bg-purple .h5, .bg-purple p, .bg-purple .article-content ul li, .article-content ul .bg-purple li, .bg-purple .p {
  color: white;
}

.text-teal p, .text-teal .article-content ul li, .article-content ul .text-teal li {
  color: #949EAC !important;
}

.bg-black {
  background: #000 !important;
}
.bg-black h1, .bg-black .h1, .bg-black h2, .bg-black .h2, .bg-black h3, .bg-black .h3, .bg-black h4, .bg-black .h4, .bg-black h5, .bg-black .h5, .bg-black p, .bg-black .article-content ul li, .article-content ul .bg-black li, .bg-black .p {
  color: white;
}

/* Site Header */
.home .nav-bg .header__logo {
  opacity: 1 !important;
}

.header {
  position: absolute;
  top: 20px;
}
.header .logo-sticky {
  display: none;
}
.header__nav li a{
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Fira Sans", sans-serif;
}
.header__nav .menu{
  display: flex;
  gap: 1.25rem;
}
.header--light .white-logo {
  display: block !important;
}
.header--light .dark-logo {
  display: none;
}
.header--dark .header__nav li a {
  color: white;
}
.header--dark .dark-logo {
  display: block !important;
}
.header--dark .white-logo {
  display: none;
}
.header .white-logo {
  display: none;
}
.header--hide {
  opacity: 0 !important;
}
.header .menu-item-has-children > a{
  padding-bottom: 2.5rem;
}
.header .menu-item-has-children:hover .sub-menu{
  pointer-events: auto;
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
.header .sectors-sub .sub-menu {
  border-radius: 8px;
}
.header .sectors-sub .menu-item__image {
  max-height: 178px !important;
}
.header .sub-menu{
  display: none;
  --tw-translate-y: 1.5rem;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  position: absolute;
  display: flex;
  --tw-translate-x: -3rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  row-gap: 2rem;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 25px;
  padding-left: 1.75rem;
  padding-bottom: 1.25rem;
  text-align: left;
}
@media (min-width: 1024px) {
  .header .sub-menu {
    min-width: 330px;
  }
}
.header .sub-menu::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 5rem;
  z-index: 10;
  height: 0px;
  width: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  border-top: none;
}
.header .sub-menu::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  pointer-events: none;
  filter: drop-shadow(0px 4px 20.5px #8A5F6A);
}
.header .sub-menu .menu-item{
  position: relative;
}
.header .sub-menu .menu-item:before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  height: 100%;
  width: 3px;
}
.header .sub-menu .menu-item a{
  display: block;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.header .sub-menu .menu-item:not(.menu-item__image){
  padding-right: 1.75rem;
  padding-left: 1.25rem;
}
.header .sub-menu .menu-item:has(.menu-item__image){
  position: absolute;
  top: 0px;
  left: -1px;
  height: 100%;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 25px;
  padding-bottom: 1.25rem;
  background-color: #F3F5F8;
  transform: translateX(calc(100% - 1px));
  box-shadow: 8px 4px 20px rgba(138, 95, 106, 0.1294117647);
}
.header .sub-menu .menu-item a.menu-item__image-link{
  display: none;
}
@media (min-width: 1024px){
  .header .sub-menu .menu-item a.menu-item__image-link{
    display: block;
  }
}
.header .sub-menu .menu-item a.menu-item__image-link {
  font-size: 90%;
}
.header .sub-menu .menu-item-description {
  font-size: 90%;
}

.strapline {
  position: relative;
}
.strapline svg {
  max-width: 96%;
  top: -2px;
  position: relative;
}
.strapline:before {
  content: "";
  height: 150%;
  width: 2px;
  background: white;
  position: absolute;
  left: -9px;
  top: -9px;
}

.site-header {
  width: 100%;
  z-index: 14;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-position: bottom;
}
.site-header .button {
  color: #fff;
}
.site-header .button:hover {
  color: #010957;
}
.site-header:after {
  transition: 0.8s all ease-in-out;
  content: "";
  background: #010957;
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.3;
  position: absolute;
  z-index: -1;
}
.site-header .btn--animate {
  display: none;
}
@media screen and (min-width: 640px) {
  .site-header .btn--animate {
    display: inline-block;
  }
}
.site-header.bg {
  background: #010957;
}
.site-header.scroll-bg:after {
  height: 100%;
}
.site-header .blue-logo {
  display: none;
}
.site-header.active, .site-header.white {
  background: #fff;
}
.site-header.active .button, .site-header.white .button {
  color: #010957;
}
.site-header.active .white-logo, .site-header.white .white-logo {
  display: none;
}
.site-header.active .blue-logo, .site-header.white .blue-logo {
  display: block;
}
.site-header.active .logo-wrap svg path, .site-header.white .logo-wrap svg path {
  fill: #ACCAD9;
}
.site-header.active .logo-wrap .site-logo svg path, .site-header.white .logo-wrap .site-logo svg path {
  fill: #010957;
}
.site-header.active svg g, .site-header.white svg g {
  stroke: #010957;
}
.site-header.active .m-icon .top, .site-header.active .m-icon .bot, .site-header.white .m-icon .top, .site-header.white .m-icon .bot {
  background-color: #010957;
}

.search-form {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #ACCAD9;
}
@media screen and (min-width: 640px) {
  .search-form {
    margin-right: 10px;
    max-width: 180px;
    border: 1px solid #010957;
  }
}
.search-form .search-field {
  flex: 1;
  background: none;
  border-radius: 30px 0 0 30px;
  border: none;
  padding: 0 0 0 20px;
  box-shadow: none;
  height: 54px;
  margin: 0;
  font-size: 19px;
}
@media screen and (min-width: 640px) {
  .search-form .search-field {
    height: 50px;
    font-size: 15px;
  }
}
.search-form button {
  background: none;
  position: relative;
  left: -8px;
  width: 48px;
  color: #fff;
  height: 48px;
}
@media screen and (min-width: 640px) {
  .search-form button {
    height: 35px;
    width: 60px;
    position: static;
  }
}
.search-form button svg {
  margin: 0 auto;
}

.search-toggle-lrg {
  position: relative;
}
.search-toggle-lrg svg {
  position: relative;
  z-index: 10;
}
.search-toggle-lrg .search-wrap {
  max-width: 0;
  width: 90vw;
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 4;
  transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
.search-toggle-lrg .search-wrap .search-form {
  width: 100%;
  max-width: 100%;
}
.search-toggle-lrg.active .search-wrap {
  max-width: 50vw;
  z-index: 10;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  .search-toggle-lrg.active .search-wrap {
    max-width: 60vw;
  }
}

.header {
  top: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.header:after {
  content: "";
  background: #282828 !important;
  height: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
}
@media screen and (min-width: 640px) {
  .header {
    top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    top: 0px;
  }
  .header.scroll-bg {
    transform: translateY(-150%);
  }
}
.header.scroll-bg:after {
  height: 0px;
}
.header.nav-bg {
  padding-top: 0px;
  padding-bottom: 8px;
  top: 0px;
}
@media screen and (min-width: 1024px) {
  .header.nav-bg {
    padding-top: 6px;
    padding-bottom: 8px;
  }
}
.header.nav-bg:after {
  height: 70px !important;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1411764706);
  border-bottom: 3px solid #F2BC49;
}
.header.nav-bg .logo-sticky {
  display: block !important;
}
.header.nav-bg .dark-logo {
  display: none !important;
}
.header.nav-bg .white-logo {
  display: none !important;
}
.header.nav-bg .menu-item-has-children {
  position: relative;
}
.header.nav-bg .menu-item-has-children:after {
  content: "";
  background: url("/wp-content/themes/branch/src/img/arrow-down.svg") no-repeat center center !important;
}
.header.nav-bg .m-icon .icon {
  border: 2px solid white;
}
.header.nav-bg .m-icon .icon .top, .header.nav-bg .m-icon .icon .mid, .header.nav-bg .m-icon .icon .bot {
  background-color: white;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .header.nav-bg {
    padding-top: 8px;
    padding-bottom: 14px;
    position: fixed;
  }
}
.header.nav-bg .header__nav li a {
  color: white;
}
.header.nav-bg .header__bar {
  top: 5px;
  position: fixed;
}
.header.nav-bg .slideout-active .header__bar {
  top: 10px;
}
.header.nav-bg .header__button--white, .header.nav-bg .logo--light {
  display: none;
}
.header.nav-bg .header__button--border, .header.nav-bg .logo--dark {
  display: block;
}
.header.nav-bg .header__logo {
  max-width: 150px;
  min-width: 150px !important;
  top: 0px;
  position: relative;
}
@media (min-width: 1024px) {
  .header.nav-bg .header__logo {
    top: 0px;
    position: relative;
    max-width: 180px;
  }
}
.header.nav-bg .dark-logo {
  display: none;
}
.header.nav-bg .light-logo {
  display: block;
}
.header__nav .menu-services-container a {
  position: relative;
  padding: 0px;
}
.header__nav .menu-services-container a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.header__nav .menu-services-container .menu {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__nav .menu-services-container .menu li {
  font-size: 14px;
  letter-spacing: 0.3px;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .header__nav .menu-services-container .menu li {
    font-size: 15px;
  }
}
.header__nav .menu-services-container .menu li a {
  font-family: "Fira Sans", sans-serif;
  transition: 0.3s ease-in-out;
  opacity: 0;
  position: relative;
  color: white;
}
.header__nav .menu-services-container .menu li a:hover {
  color: #fff;
}
.header__nav .menu-services-container .menu li.current_page_item a {
  color: #fff;
}
.header__nav .menu-services-container .menu li.item--1 a {
  transition-delay: 0.2s;
}
.header__nav .menu-services-container .menu li.item--2 a {
  transition-delay: 0.3s;
}
.header__nav .menu-services-container .menu li.item--3 a {
  transition-delay: 0.4s;
}
.header__nav .menu-services-container .menu li.item--4 a {
  transition-delay: 0.5s;
}
.header__nav .menu-services-container .menu li.item--5 a {
  transition-delay: 0.6s;
}
.header__nav .menu-services-container .menu li.item--6 a {
  transition-delay: 0.7s;
}
.header__nav .menu-services-container .menu .menu-item-has-children {
  position: relative;
}
.header__nav .menu-services-container .menu .menu-item-has-children a {
  margin-right: 10px;
}
.header__nav .menu-services-container .menu .menu-item-has-children:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  position: relative;
  right: 10px;
  background: url("/wp-content/themes/branch/src/img/arrow-down.svg") no-repeat center center;
  background-size: contain;
  transition: transform 0.3s;
  width: 9px;
  height: 9px;
  top: 0px;
}
@media screen and (min-width: 640px) {
  .header__nav .menu-services-container .menu .menu-item-has-children:after {
    width: 12px;
    height: 12px;
    top: -2px;
  }
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover:after {
  transform: rotate(180deg);
}
.header__nav .menu-services-container .menu .menu-item-has-children > .sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 100%;
  padding-left: 0px;
  padding-top: 14px;
  min-width: 280px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.3s;
  z-index: 20;
  box-shadow: 0px 4px 20px rgba(138, 95, 106, 0.1294117647);
}
.header__nav .menu-services-container .menu .menu-item-has-children > .sub-menu li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
  padding: 4px 0;
}
.header__nav .menu-services-container .menu .menu-item-has-children > .sub-menu li a {
  font-size: 14px;
  padding: 10px 12px;
  padding-left: 0px;
  text-align: left;
}
.header__nav .menu-services-container .menu .menu-item-has-children > .sub-menu li a:after {
  display: none;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu, .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li, .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li {
  opacity: 1;
  transform: translateY(0);
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(1), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(1) {
  transition-delay: 0.19s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(2), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(2) {
  transition-delay: 0.26s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(3), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(3) {
  transition-delay: 0.33s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(4), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(4) {
  transition-delay: 0.4s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(5), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(5) {
  transition-delay: 0.47s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(6), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(6) {
  transition-delay: 0.54s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(7), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(7) {
  transition-delay: 0.61s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(8), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(8) {
  transition-delay: 0.68s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(9), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(9) {
  transition-delay: 0.75s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(10), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(10) {
  transition-delay: 0.82s;
}
.header--light .light-logo {
  display: none;
}
.header--light .header__nav .menu-services-container .menu {
  color: #11203D;
}
.header--light .header__nav .menu-services-container .menu li a {
  color: #11203D;
}
.header--light .header__nav .menu-services-container .menu li a:hover {
  color: #010957;
}
.header--light .header__nav .menu-services-container .menu .menu-item-has-children:after {
  background: url("/wp-content/themes/branch/src/img/arrow-down.svg") no-repeat center center;
  background-size: contain;
}
.header--light:after {
  background: transparent;
}
.header.active {
  opacity: 1;
}
.header.active .header__logo {
  transform: scale(1);
  opacity: 1;
}
@media screen and (min-width: 640px) {
  .header.active .header__logo {
    transform: scale(1);
  }
}
.header.active .header__nav {
  padding: 8px 10px;
  padding-right: 0;
}
.header.active .header__nav .menu-services-container .menu li a {
  opacity: 1;
  transform: translateY(0);
  top: 0px;
}
.header.active .header__nav .menu-services-container .menu li a.after {
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 2px;
  background-color: white;
}
.header__logo {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.page-template-template-home {
  background: #150634;
}

.social {
  display: flex;
  gap: 20px;
}
.social li img {
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer {
  position: relative;
}
.footer__inner {
  position: relative;
}
.footer__heading {
  color: #FFF;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
}
.footer__menu .menu{
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}
@media (min-width: 1024px){
  .footer__menu .menu{
    flex-direction: column;
    gap: 0px;
    padding-top: 0px;
  }
}
.footer__menu .sub-menu {
  display: none !important;
}
.footer__menu li a {
  font-family: "Inter", sans-serif;
  position: relative;
  margin-bottom: 12px;
  display: inline-block;
  overflow: hidden;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.body .footer__menu li a {
  overflow: hidden;
}
.footer__menu li a:after {
  content: "";
  height: 10px;
  width: 10px;
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 7px;
  background-image: url(../img/icon-arrow-angle.svg);
}
.footer__menu li a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.footer__menu li a:hover:after {
  animation: roll-diagonal-out-in 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer p, .footer .article-content ul li, .article-content ul .footer li, .footer a {
  font-family: "Fira Sans", sans-serif;
}
.footer p, .footer .article-content ul li, .article-content ul .footer li {
  text-transform: none;
  margin-bottom: 0;
}

.hero {
  position: relative;
  transition: all 0.3s ease;
}
.hero--active {
  opacity: 1 !important;
}
.hero--logo{
  --tw-translate-y: 3rem;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}
.hero__side {
  max-width: 100%;
  z-index: 10;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.hero__side p, .hero__side .article-content ul li, .article-content ul .hero__side li {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  padding: 20px;
  margin: 0px;
}
@media screen and (min-width: 640px) {
  .hero__side {
    width: 330px;
    background: #210849;
    border-radius: 0px 60px 60px 0px;
    position: absolute;
    bottom: 4vh;
    left: 0;
    text-align: left;
    transform: translateX(-330px);
  }
}
.hero__side.active {
  transform: translateX(0);
}
.hero__animated {
  display: flex;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .hero__animated {
    display: none;
  }
}

.hero-effects {
  position: relative;
  background: black;
  width: 100%;
  transition: all 0.3s ease;
}
.hero-effects--active {
  opacity: 1 !important;
}
.hero-effects::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  display: block;
  height: 100%;
  width: 100%;
  height: 73px;
  margin-top: -63px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 67%);
}
@media screen and (min-width: 1024px) {
  .hero-effects::after {
    height: 280px;
    margin-top: -250px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 42%);
  }
}
@media screen and (min-width: 1200px) {
  .hero-effects::after {
    height: 170px;
    margin-top: -160px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 67%);
  }
}

@media (min-width: 1320px) {
  .minus-margin {
    margin-bottom: -150px !important;
  }
}

.product__item:hover {
  cursor: pointer;
}
.product__item:hover i {
  animation: roll-x-right 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product__item:hover .btn {
  color: white;
}
.product__item:hover .btn::after {
  filter: brightness(0) invert(1);
}

.prod-slide {
  background-color: white;
  width: 100%;
  height: 100%;
  max-width: 500px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.prod-slide--active {
  transform: translateX(0);
}
.prod-slide__close {
  position: absolute;
  top: 0;
  color: black;
  right: 0;
  padding: 1rem;
  cursor: pointer;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.prod-slide ul li {
  list-style: disc;
  padding-left: 14px;
}

.blurred-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(9, 2, 54, 0.7);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.blurred-overlay--active {
  visibility: visible;
  opacity: 1;
}

/* Menu Icons */
.header-icon {
  border: 1px solid #010957;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  padding-top: 10px;
}
.header-icon svg {
  margin: 0 auto;
}

body.is-open .m-icon .icon {
  background: #F2BC49;
  border: 2px solid #1F1F1F !important;
}
body.is-open .m-icon .icon .top, body.is-open .m-icon .icon .mid, body.is-open .m-icon .icon .bot {
  background-color: #1F1F1F !important;
}
body.is-open .btn--outline-white {
  background: transparent !important;
  border: 2px solid #fff !important;
}
body.is-open .btn--outline-white .btn__ripples {
  background: #fff !important;
}
body.is-open .btn--outline-white .btn__text {
  color: #fff !important;
}
body.is-open .btn--outline-white .btn__arrow:after {
  background-image: url(../img/white-arrow.svg) !important;
}
body.is-open .header .btn--outline-red, body.is-open .header .btn--red {
  border: 2px solid white !important;
  background: transparent !important;
}
body.is-open .header .btn--outline-red .btn__text, body.is-open .header .btn--red .btn__text {
  color: #fff !important;
}
body.is-open .header .btn--outline-red .btn__arrow:after, body.is-open .header .btn--red .btn__arrow:after {
  background-image: url(../img/white-arrow.svg) !important;
}
body.is-open .header .btn--outline-red .btn__ripples, body.is-open .header .btn--red .btn__ripples {
  background: #fff !important;
}
body.is-open .header .btn--outline-red:hover .btn__text, body.is-open .header .btn--red:hover .btn__text {
  color: #E9184F !important;
}
body.is-open .header .btn--outline-red:hover .btn__arrow:after, body.is-open .header .btn--red:hover .btn__arrow:after {
  background-image: url(../img/pink-arrow.svg) !important;
}
body.is-open .btn--outline-white:hover .btn__text {
  color: #E9184F !important;
}
body.is-open .btn--outline-white:hover .btn__arrow:after {
  background-image: url(../img/pink-arrow.svg) !important;
}
body.is-open .dark-logo {
  display: none !important;
}
body.is-open .white-logo {
  display: none !important;
}
body.is-open .header {
  transform: translateY(0%) !important;
}
body.is-open .header.nav-bg:after {
  box-shadow: none;
  background: transparent !important;
}
body.is-open .header.nav-bg .white-logo {
  display: none !important;
}
body.is-open .header .logo-sticky {
  display: block !important;
}
body.is-open .header.nav-bg .dark-logo {
  display: none !important;
}

.m-icon {
  position: relative;
  z-index: 15;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  margin-top: -1px;
}

.m-icon .icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  padding: 4px;
  position: relative;
  border-radius: 100%;
  border: 2px solid white;
}
.m-icon .icon .top, .m-icon .icon .mid, .m-icon .icon .bot {
  background-color: white;
  color: white;
  height: 2px;
  width: 20px;
  position: absolute;
  right: 8px;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.m-icon .icon .top {
  top: 12px;
}
.m-icon .icon .mid {
  top: 18px;
}
.m-icon .icon .bot {
  top: 24px;
}

.m-icon.active {
  position: relative;
}
.m-icon.active .top, .m-icon.active .mid {
  background: #E9184F;
  color: #fff;
  top: 18px;
  left: 5px;
  width: 22px;
}
.m-icon.active .top {
  transform: rotate(45deg) translate(2px, 0);
  left: 6px;
  top: 16px;
}
.m-icon.active .bot {
  display: none;
}
.m-icon.active .mid {
  transform: rotate(-45deg) translate(0px, 2px);
  left: 6px;
  top: 16px;
}
.m-icon--white .icon {
  border: 2px solid #fff;
}
.m-icon--white .icon .top, .m-icon--white .icon .mid, .m-icon--white .icon .bot {
  background-color: #fff;
  color: #fff;
}

/* Off Canvas */
.off-canvas {
  position: fixed;
  z-index: 60;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #282828;
  padding: 0 18px;
}
.off-canvas.position-top {
  top: 0;
  left: 0;
  width: 100vw;
  overflow-x: auto;
  height: 100%;
  padding-top: 120px;
  transform: translateY(-100%);
  display: flex;
}
@media screen and (min-width: 1024px) {
  .off-canvas.position-top {
    height: 700px;
    transform: translateY(-700px);
    align-items: center;
  }
}
.off-canvas.position-top.is-open {
  transform: translate(0);
}
.off-canvas .social-links {
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .off-canvas .social-links {
    justify-content: flex-start;
  }
}
.off-canvas .social-links li a {
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 1024px) {
  .off-canvas .social-links li a {
    width: 36px;
    height: 36px;
  }
}
.off-canvas .social-links li a svg {
  height: 30px;
}
@media screen and (min-width: 1024px) {
  .off-canvas .social-links li a svg {
    height: 22px;
  }
}

.offcanvas__menu {
  color: white;
}
.offcanvas__menu ul {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.offcanvas__menu .sub-menu {
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.offcanvas__menu .sub-menu .menu-item-description {
  font-size: 11px;
}
.offcanvas__menu .sub-menu li a {
  font-size: 19px;
}
.offcanvas__menu li {
  letter-spacing: 0.3px;
  transition: 0.3s ease-in-out;
}
.offcanvas__menu li a {
  font-family: "Fira Sans", sans-serif;
  transition: 0.3s ease-in-out;
  position: relative;
  color: white;
  font-size: 22px;
  padding: 10px 21.5px;
}
.offcanvas__menu li a:hover {
  color: #fff;
}
.offcanvas__menu li.current_page_item a {
  color: #fff;
}
.offcanvas__menu li.item--1 a {
  transition-delay: 0.2s;
}
.offcanvas__menu li.item--2 a {
  transition-delay: 0.3s;
}
.offcanvas__menu li.item--3 a {
  transition-delay: 0.4s;
}
.offcanvas__menu li.item--4 a {
  transition-delay: 0.5s;
}
.offcanvas__menu li.item--5 a {
  transition-delay: 0.6s;
}
.offcanvas__menu li.item--6 a {
  transition-delay: 0.7s;
}
.offcanvas__menu .menu-item-has-children {
  position: relative;
}

/* Footer menu styling differences */
footer .drilldown li a {
  padding-left: 20px;
  padding-right: 55px;
  font-size: 23px;
}
@media screen and (min-width: 640px) {
  footer .drilldown li a {
    font-size: 33px;
  }
}
footer .drilldown .sub-menu a {
  padding-left: 20px;
  padding-right: 55px;
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  footer .drilldown .sub-menu a {
    font-size: 26px;
  }
}
footer .drilldown > li > a::before {
  display: none;
}
footer .drilldown .menu-item-has-children > a::after {
  right: 50px;
}

/* # Breadcrumbs */
#breadcrumbs .separator {
  padding: 0 15px;
}

.social-links li {
  padding: 0 20px 0 0;
}
.social-links li a {
  border: 1px solid #010957;
  display: block;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s all;
}
.social-links li a svg {
  height: 22px;
}
.social-links li a svg path {
  transition: 0.3s all;
}
.social-links li a:hover {
  background: #010957;
}
.social-links li a:hover svg path {
  color: #fff;
}

.btn {
  position: relative;
  font-family: "Fira Sans", sans-serif;
  overflow: hidden;
  padding: 24px 22px;
  padding-left: 10px;
  padding-right: 23px;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0px;
  height: 56px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  flex-shrink: 0 !important;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .btn {
    font-size: 18px;
    height: 56px;
    padding: 10px 35px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 23px;
  }
  .btn--large {
    font-size: 23px;
    height: 75px;
    padding: 20px 50px;
  }
}
.btn__inner {
  position: relative;
  z-index: 10;
}
.btn__ripples {
  background-color: transparent;
  position: absolute;
  background: white;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.btn__text {
  position: relative;
  z-index: 10;
  font-size: 16px;
  font-weight: 500;
  top: 1px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .btn__text {
    font-size: 18px;
  }
}
.btn--small {
  font-size: 9px;
}
@media (min-width: 1024px) {
  .btn--small {
    font-size: 14px;
  }
}
.btn--header {
  height: 42px;
  padding: 10px 19px;
  gap: 10px !important;
}
@media (min-width: 1024px) {
  .btn--header {
    height: 50px;
    padding: 10px 27px;
  }
}
.btn--underline {
  position: relative;
  padding: 0px;
  border-radius: 0px;
}
.btn--underline:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #F2BC49;
  position: absolute;
  left: 0;
  bottom: 8px;
}
.btn--underline .btn__text {
  font-size: 15px;
  font-weight: 400;
}
.btn--icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.btn--icon .btn__icon {
  transition: all 0.5s ease-in-out;
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.btn--icon .btn__icon::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  left: 0px;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-image: url(../img/raf-icon.png);
}
.btn--icon.reveal-active .btn__icon:after {
  background-image: url(../img/raf-icon.png);
}
.btn--icon.reveal-active:hover .btn__icon:after {
  background-image: url(../img/raf-icon.png);
}
.btn--arrow {
  gap: 8px;
}
.btn--arrow .btn__icon {
  width: 23px;
  height: 23px;
}
.btn--arrow .btn__icon:after {
  width: 23px;
  height: 23px;
  background-image: url(../img/gold-arrow-right.svg);
}
.btn--arrow:hover .btn__icon {
  transform: translateX(5px);
}
.btn--arrow:hover .btn__icon:after {
  background-image: url(../img/gold-arrow-right.svg);
}
.btn--calendar {
  gap: 8px;
  padding-left: 17px;
  padding-right: 20px;
}
.btn--calendar .btn__icon {
  width: 23px;
  height: 23px;
}
.btn--calendar .btn__icon:after {
  width: 23px;
  height: 23px;
  background-image: url(../img/calendar-icon.svg);
}
.btn--calendar:hover .btn__icon:after {
  background-image: url(../img/calendar-icon-white.svg);
}
.btn--icon-reverse {
  flex-direction: row-reverse;
}
.btn--primary{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(242 188 73 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(242 188 73 / var(--tw-bg-opacity));
}
.btn--primary .btn__ripples{
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}
.btn--primary .btn__ripples h1,.btn--primary .btn__ripples .h1,.btn--primary .btn__ripples h2,.btn--primary .btn__ripples .h2,.btn--primary .btn__ripples h3,.btn--primary .btn__ripples .h3,.btn--primary .btn__ripples h5,.btn--primary .btn__ripples .h5,.btn--primary .btn__ripples p,.btn--primary .btn__ripples .article-content ul li,
.article-content ul .btn--primary .btn__ripples li,.btn--primary .btn__ripples .p {
  color: white;
}
.btn--primary .btn__text{
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}
.btn--primary:hover{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(242 188 73 / var(--tw-border-opacity));
}
.btn--primary:hover .btn__text{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--primary:hover .btn__icon {
  transform: scale(0.9);
}
.btn--secondary, .btn--white{
  gap: 15px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(91 55 88 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(91 55 88 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
}
.btn--secondary h1,.btn--secondary .h1,.btn--secondary h2,.btn--secondary .h2,.btn--secondary h3,.btn--secondary .h3,.btn--secondary h4,.btn--secondary .h4,.btn--secondary h5,.btn--secondary .h5,.btn--secondary p,.btn--secondary .article-content ul li, .article-content ul .btn--secondary li,.btn--secondary .p, .btn--white h1, .btn--white .h1, .btn--white h2, .btn--white .h2, .btn--white h3, .btn--white .h3, .btn--white h4, .btn--white .h4, .btn--white h5, .btn--white .h5, .btn--white p, .btn--white .article-content ul li, .article-content ul  .btn--white li, .btn--white .p {
  color: white;
}
.btn--secondary .btn__ripples, .btn--white .btn__ripples{
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}
.btn--secondary .btn__ripples h1,.btn--secondary .btn__ripples .h1,.btn--secondary .btn__ripples h2,.btn--secondary .btn__ripples .h2,.btn--secondary .btn__ripples h3,.btn--secondary .btn__ripples .h3,.btn--secondary .btn__ripples h5,.btn--secondary .btn__ripples .h5,.btn--secondary .btn__ripples p,.btn--secondary .btn__ripples .article-content ul li,
.article-content ul .btn--secondary .btn__ripples li,.btn--secondary .btn__ripples .p, .btn--white .btn__ripples h1, .btn--white .btn__ripples .h1, .btn--white .btn__ripples h2, .btn--white .btn__ripples .h2, .btn--white .btn__ripples h3, .btn--white .btn__ripples .h3, .btn--white .btn__ripples h5, .btn--white .btn__ripples .h5, .btn--white .btn__ripples p, .btn--white .btn__ripples .article-content ul li,
.article-content ul  .btn--white .btn__ripples li, .btn--white .btn__ripples .p {
  color: white;
}
.btn--secondary .btn__text, .btn--white .btn__text{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--secondary:hover, .btn--white:hover{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(91 55 88 / var(--tw-border-opacity));
}
.btn--secondary:hover .btn__text, .btn--white:hover .btn__text{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tab-button {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tab-button h1,.tab-button .h1,.tab-button h2,.tab-button .h2,.tab-button h3,.tab-button .h3,.tab-button h5,.tab-button .h5,.tab-button p,.tab-button .article-content ul li,
.article-content ul .tab-button li,.tab-button .p {
  color: white;
}

.tab-button {
  border-radius: 25px 9px 9px 9px;
  max-width: 300px;
  transition: all 0.3s ease-in-out;
}
.tab-button.active, .tab-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 188 73 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}
.tab-button.active .tab-icon, .tab-button:hover .tab-icon {
  border: 4px solid #F2BC49;
}
.tab-button .tab-icon {
  transition: all 0.3s ease-in-out;
}
.tab-button--personal .tab-icon {
  height: 55px;
  width: 55px;
  border-radius: 25px 9px 9px 9px;
  border: 4px solid #282828;
  justify-content: center;
  align-items: center;
  background: #282828;
  display: flex;
}
.tab-button--personal .tab-icon:after {
  content: "";
  display: block;
  height: 28px;
  width: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/personal-coaching.svg);
}
.tab-button--companies .tab-icon {
  height: 55px;
  width: 55px;
  border-radius: 25px 9px 9px 9px;
  border: 4px solid #282828;
  justify-content: center;
  align-items: center;
  background: #282828;
  display: flex;
}
.tab-button--companies .tab-icon:after {
  content: "";
  display: block;
  height: 28px;
  width: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/company-coaching.svg);
}

.icon--icon-right {
  background-image: url(../img/icon-right-large.svg);
  width: 16px;
  height: 9px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon--icon-right--large {
  width: 22px;
  height: 16px;
}

.team-hide {
  border-radius: 60px;
  background: #FFF;
  padding: 12px 62px;
}
@media screen and (min-width: 1024px) {
  .team-hide {
    padding: 18px 66px;
  }
}

.icon-circle-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(139 64 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transform: rotate(-45deg);
  width: 56px;
  height: 56px;
}
@media (min-width: 1320px) {
  .icon-circle-btn {
    width: 65px;
    height: 65px;
  }
}
.icon-circle-btn:hover i {
  animation: roll-x-right 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes roll-x-right {
  0% {
    background-position: 0;
  }
  40% {
    background-position: 21px;
  }
  41% {
    background-position: -21px;
  }
  100% {
    background-position: 0;
  }
}
@keyframes roll-diagonal-out-in {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(10px, -10px);
    opacity: 1;
  }
  41% {
    transform: translate(-10px, 10px);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.facetwp-display-value {
  padding-right: 0px;
}

.default-form .gform_footer {
  text-align: center;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.default-form .gform_wrapper input, .default-form .gform_wrapper textarea {
  font-weight: 400 !important;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-bottom: none !important;
  padding: 20px 20px;
  color: #11203D !important;
  padding-left: 20px !important;
  font-size: 16px !important;
  outline: none !important;
  border-radius: 10px !important;
  min-height: 58px !important;
}
.default-form .gform_wrapper input:hover, .default-form .gform_wrapper input:focus, .default-form .gform_wrapper input:active, .default-form .gform_wrapper textarea:hover, .default-form .gform_wrapper textarea:focus, .default-form .gform_wrapper textarea:active {
  outline: none !important;
  box-shadow: none !important;
}
.default-form .gform_wrapper .gform_fields {
  row-gap: 24px;
}
.default-form .gform_wrapper #gform_submit_button_1 {
  background: #84CC16 !important;
  border: 2px solid #E1FCB9 !important;
  padding: 14px 45px !important;
  border-radius: 44px !important;
  color: #263E01 !important;
  font-size: 16px !important;
  transition: all 0.3s ease-in-out;
  width: 100%;
  font-weight: 500 !important;
}
.default-form .gform_wrapper #gform_submit_button_1:hover {
  background: #263E01 !important;
  color: white !important;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper #gform_submit_button_1 {
    width: auto;
  }
}
.default-form .gform_wrapper label {
  font-size: 28px;
  color: 11203D;
  padding-left: 0px;
  font-weight: 500;
}
.default-form .gform_wrapper .gfield_label {
  font-size: 23px;
  color: 11203D;
  font-weight: 400 !important;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper .gfield_label {
    font-size: 28px;
  }
}
.default-form .gform_wrapper .gform-theme--foundation .gform_fields {
  row-gap: 30px;
}
.default-form .gform_wrapper .gfield_radio {
  flex-direction: row !important;
}
.default-form .gform_wrapper .gchoice[type=checkbox]:checked + label, .default-form .gform_wrapper [type=radio]:checked + label {
  background: white;
  color: black;
}
.default-form .gform_wrapper .gfield_checkbox {
  display: flex !important;
  flex-direction: row !important;
  gap: 30px !important;
  /* all: inherit; */
  flex-wrap: wrap !important;
  padding-top: 30px !important;
}
.default-form .gform_wrapper .gchoice {
  width: auto;
  display: flex !important;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper .gchoice {
    width: auto;
    display: inline-grid !important;
  }
}
.default-form .gform_wrapper .gchoice label {
  font-size: 15px !important;
  line-height: 15px;
  margin-left: 0px;
  font-weight: 600;
  border: 1.5px solid black;
  border-radius: 50px;
  display: flex;
  padding: 10px 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper .gchoice label {
    width: auto;
    font-size: 18px !important;
    line-height: 18px;
  }
}
.default-form .gform_wrapper .gchoice label:hover {
  background: white;
  color: black;
}
.default-form .gform_wrapper .gchoice .gfield-choice-input {
  display: none;
}
.default-form .gform_wrapper .gchoice .gfield-choice-input:checked + label {
  background: black;
  color: white;
}
.default-form .gform_validation_errors {
  display: none !important;
}
.default-form .gform-theme--framework .gfield_validation_message {
  color: white !important;
}
.default-form .gform-theme--framework .gform_validation_errors .gform_submission_error {
  color: white;
}

.icon--arrow-slant {
  background-image: url("../img/icon-arrow-slanted.svg");
  width: 25px;
  height: 25px;
  display: block;
}
.icon--arrow-right-short {
  background-image: url("../img/icon-arrow-right-short.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
}
.icon--arrow-right-red {
  background-image: url("../img/arrow-right-red.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 11px;
  display: inline-block;
}
.icon--circle {
  height: 8px;
  width: 8px;
  background: #F2D4F0;
  display: block;
  border-radius: 100%;
}
.icon--location:before {
  content: "";
  background-image: url("../img/latest/location.svg");
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  display: block;
}
.icon--size:before {
  content: "";
  background-image: url("../img/latest/size.svg");
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  display: block;
}
.icon--address:before {
  content: "";
  background-image: url("../img/latest/address.svg");
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  display: block;
}
.icon--provider:before {
  content: "";
  background-image: url("../img/latest/provider.svg");
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  display: block;
}

.icon-layers__item {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.icon-layers--1 {
  height: 50vw;
  width: 50vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--1 {
    height: 23vw;
    width: 23vw;
  }
}
.icon-layers--2 {
  height: 40vw;
  width: 40vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--2 {
    height: 20vw;
    width: 20vw;
  }
}
.icon-layers--3 {
  height: 20vw;
  width: 20vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--3 {
    height: 20vw;
    width: 20vw;
  }
}
.icon-layers--4 {
  height: 30w;
  width: 30vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--4 {
    height: 18vw;
    width: 18vw;
  }
}
.icon-layers--5 {
  height: 32vw;
  width: 32vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--5 {
    height: 16vw;
    width: 14vw;
  }
}
.icon-layers--6 {
  height: 20vw;
  width: 20vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--6 {
    height: 10vw;
    width: 10vw;
  }
}

.icon-lower-layers__item {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.icon-lower-layers--1 {
  height: 38vw;
  width: 40vw;
  z-index: 10;
}
@media screen and (min-width: 640px) {
  .icon-lower-layers--1 {
    height: 20vw;
    width: 20vw;
  }
}
.icon-lower-layers--2 {
  height: 30vw;
  width: 30vw;
}
@media screen and (min-width: 640px) {
  .icon-lower-layers--2 {
    height: 14vw;
    width: 14vw;
  }
}
.icon-lower-layers--3 {
  height: 40vw;
  width: 40vw;
}
@media screen and (min-width: 640px) {
  .icon-lower-layers--3 {
    height: 10vw;
    width: 10vw;
  }
}

.icon-upper-layers__item {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.icon-upper-layers--1 {
  height: 22vw;
  width: 31vw;
  z-index: 10;
}
@media screen and (min-width: 640px) {
  .icon-upper-layers--1 {
    height: 17vw;
    width: 18vw;
  }
}
.icon-upper-layers--2 {
  height: 40vw;
  width: 40vw;
}
@media screen and (min-width: 640px) {
  .icon-upper-layers--2 {
    height: 14vw;
    width: 14vw;
  }
}

.pulse-header {
  position: absolute;
  width: 100vw;
  height: 60vh;
  top: 0;
  right: 0;
  z-index: 1000;
}
.pulse-header object {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .pulse-header {
    height: 100vh;
    width: 50vw;
  }
}

.circle-wrapper:hover .circle {
  transform: scale(0.98);
}

.news-slider {
  padding-top: 100px;
  padding-bottom: 100px;
}
.news-slider__item {
  border-radius: 10px;
}
.news-slider__item:nth-child(even) {
  margin-top: 60px;
}

.swiper-button-next, .swiper-button-prev {
  position: relative;
  transition: 0.3s ease-in-out;
  width: 25px;
  height: 25px;
  left: initial;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  transform: scale(0.9);
}

.swiper-button-prev, .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #5B3758;
  height: 40px;
  width: 40px;
}

@media (min-width: 1024px){
  .swiper-button-prev, .swiper-button-next{
    height: 50px;
    width: 50px;
  }
}
.swiper-button-prev:after, .swiper-button-next:after {
  content: "";
  height: 100%;
  width: 20px;
}
@media (min-width: 1024px){
  .swiper-button-prev:after, .swiper-button-next:after{
    width: 25px;
  }
}
.swiper-button-prev:after, .swiper-button-next:after {
  background-position: center center;
  background-image: url("../img/arrow-right-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.swiper-button-prev--small, .swiper-button-next--small{
  height: 40px;
  width: 40px;
}
.swiper-button-prev--small:after, .swiper-button-next--small:after{
  width: 20px;
}

.swiper-button-prev:after {
  content: "";
  background-image: url("../img/arrow-right-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.bg-gradient {
  background: rgb(1, 11, 77);
  background: linear-gradient(180deg, rgb(1, 11, 77) 0%, rgb(2, 20, 183) 49%, rgb(2, 20, 183) 100%);
}

.bg-gradient-alt {
  background: var(--Block-gradient, linear-gradient(250deg, #FFFAD1 1.2%, #4553CD 43.67%, #000 81.6%));
}

section.video-spacer {
  height: 100vh;
  position: relative;
  display: inline-block;
}

.bp-lower-img {
  width: 85%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 83%;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (min-width: 640px) {
  .bp-lower-img {
    -o-object-position: right;
       object-position: right;
    width: 65%;
    height: 83%;
  }
}

body .mouse-follow {
  position: absolute;
  z-index: 9999;
  opacity: 0;
  display: none !important;
  pointer-events: none;
}
@media (max-width: 768px) {
  body .mouse-follow {
    opacity: 1;
    display: block !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
body .mouse-follow__inner {
  display: block;
  border-radius: 30px;
  padding: 11px 15px 9px 30px;
  pointer-events: none;
  -webkit-backdrop-filter: blur(0.625rem);
          backdrop-filter: blur(0.625rem);
  background-color: rgba(222, 222, 222, 0.2);
  color: white;
  font-size: 13px;
  padding-left: 44px;
}
@media (min-width: 1024px) {
  body .mouse-follow__inner {
    transform: translateX(15px);
  }
}
body .mouse-follow__inner::before {
  content: "";
  width: 27px;
  height: 27px;
  background-image: url("../img/play-follow.svg");
  background-size: contain;
  position: absolute;
  top: calc(50% + 0px);
  transform: translateY(-50%);
  left: 9px;
}
@media (min-width: 1024px) {
  body .mouse-follow {
    display: block !important;
  }
}
body .mouse-follow--hide {
  display: none !important;
}
@media (min-width: 1024px) {
  body .mouse-follow--hide {
    display: none !important;
  }
}

/* Single post date */
.facetwp-facet-case_studies_categories,
.facetwp-facet-post_categories {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 30px;
}
.facetwp-facet-case_studies_categories .facetwp-counter,
.facetwp-facet-post_categories .facetwp-counter {
  display: none;
}
.facetwp-facet-case_studies_categories .facetwp-radio,
.facetwp-facet-post_categories .facetwp-radio {
  transition: all 0.3s ease-in-out;
  color: white;
  font-size: 17px;
  padding: 4px 16px;
  font-weight: 300;
  border-radius: 44px;
  background: transparent;
  border: 2px solid black;
  color: black;
}
@media (min-width: 1024px) {
  .facetwp-facet-case_studies_categories .facetwp-radio,
  .facetwp-facet-post_categories .facetwp-radio {
    font-size: 16px;
    padding: 12px 22px;
  }
}
.facetwp-facet-case_studies_categories .facetwp-radio.checked, .facetwp-facet-case_studies_categories .facetwp-radio:hover,
.facetwp-facet-post_categories .facetwp-radio.checked,
.facetwp-facet-post_categories .facetwp-radio:hover {
  background: black;
  color: #fff;
}

.article-content p, .article-content ul li, .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  margin-top: 20px;
}
.article-content a {
  color: #2563EB;
  font-weight: 500;
}
.article-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 2em;
  list-style-type: disc;
}
.article-content ul li {
  margin-bottom: 0px;
  margin-top: 0px;
}

.block-content h1, .block-content h2, .block-content h3, .block-content h4, .block-content h5, .block-content h6, .block-content p, .block-content .article-content ul li, .article-content ul .block-content li {
  margin-top: 0px;
  padding-bottom: 20px;
}
.block-content h4{
  --tw-text-opacity: 1;
  color: rgb(242 188 73 / var(--tw-text-opacity));
  font-family: "Fira Sans", sans-serif;
}
.block-content a {
  color: #b7b7b7;
  font-weight: 500;
}
.block-content ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0px;
  list-style-type: disc;
}
.block-content ul li {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 25px;
  list-style: none;
  padding-bottom: 10px;
  position: relative;
}
.block-content ul li:last-child {
  padding-bottom: 0px;
}
.block-content ul li:before {
  content: "";
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url(../img/bullet-icon.svg);
  height: 15px;
  width: 15px;
}
@media (min-width: 1024px){
  .block-content ul li:before{
    min-height: 15px;
    min-width: 15px;
  }
}

.gradient-linear {
  background: linear-gradient(180deg, rgba(17, 24, 39, 0) -5.96%, #111827 87.77%);
}

.news-article-left {
  position: relative;
}
.news-article-left:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 146px;
  background: #010957;
  left: 2.5rem;
}

.flex-block.block-hidden {
  opacity: 0;
  height: 0;
  padding: 0px;
}
.flex-block.block-visible {
  opacity: 1;
  height: auto;
}
.flex-block--negative {
  margin-top: -70px;
}
@media screen and (min-width: 1024px) {
  .flex-block--negative {
    margin-top: -145px;
  }
}
.flex-block--bg-dark-blue h2, .flex-block--bg-dark-blue p, .flex-block--bg-dark-blue .article-content ul li, .article-content ul .flex-block--bg-dark-blue li, .flex-block--bg-dark-blue h3, .flex-block--bg-dark-blue h4 {
  color: white;
}
.flex-block--bg-dark p, .flex-block--bg-dark .article-content ul li, .article-content ul .flex-block--bg-dark li, .flex-block--bg-dark h3, .flex-block--bg-dark h2, .flex-block--bg-dark .list-item-anim--title, .flex-block--bg-dark .process-list__item__content--title {
  color: #fff;
}
.flex-block--bg-dark .process-list__item__icon:after {
  background: #45484D !important;
}

.home-testimonials {
  position: relative;
  overflow: visible !important;
  clip-path: inset(0 -9999px 0 0);
  -webkit-clip-path: inset(0 -9999px 0 0);
}

.plans__item {
  border: 4px solid #353535;
  transition: all 0.3s ease-in-out;
}
.plans__item.active, .plans__item:hover {
  border: 4px solid #F2BC49;
}

.cta-bg:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 25px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}

.cta-bg h1:after,.cta-bg .h1:after,.cta-bg h2:after,.cta-bg .h2:after,.cta-bg h3:after,.cta-bg .h3:after,.cta-bg h5:after,.cta-bg .h5:after,.cta-bg p:after,.cta-bg .article-content ul li:after,
.article-content ul .cta-bg li:after,.cta-bg .p:after {
  color: white;
}

.cta-clip {
  -webkit-clip-path: url("#cta-clip-mobile");
  clip-path: url("#cta-clip-mobile");
}
@media screen and (min-width: 640px) {
  .cta-clip {
    -webkit-clip-path: url("#cta-clip-desktop");
    clip-path: url("#cta-clip-desktop");
  }
}

.swiper-wrap {
  padding: 15px;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .swiper-wrap {
    padding: 20px;
  }
}
.swiper-wrap--small {
  padding: 12px;
}
@media screen and (min-width: 1024px) {
  .swiper-wrap--small {
    padding: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.swiper-wrap--relative {
  position: relative;
}
.swiper-wrap--relative .swiper-button-prev:after {
  margin-top: -9.5px;
}
.swiper-wrap--relative .swiper-button-prev.next-video:after {
  margin-top: -9.5px;
}
@media screen and (min-width: 1024px) {
  .swiper-wrap--relative {
    padding: 10px;
  }
}

/*
  Swiper overflow is visible so neighbouring slides can “bleed” out.
  When Swiper translates, it can also bleed to the LEFT into the copy column.
  This clips ONLY the left edge while allowing unlimited overflow to the right.
*/
.case-studies-slider {
  position: relative;
  overflow: visible !important;
  clip-path: inset(0 -9999px 0 0);
  -webkit-clip-path: inset(0 -9999px 0 0);
}

/* Extra safety: keep the copy column above any bleeding slides */
.case-studies-slider__copy {
  position: relative;
  z-index: 30;
}

.case-studies-slider__rail {
  position: relative;
  z-index: 10;
}

.projects-slider .swiper-slide .btn--view-portfolio {
  opacity: 0;
}
.projects-slider .swiper-slide-active .btn--view-portfolio {
  opacity: 1;
}

.swiper-slide {
  cursor: pointer;
}

.faq-answer p, .faq-answer .article-content ul li, .article-content ul .faq-answer li {
  font-size: 20px !important;
  color: #949EAC;
}

.faq-list .faq-item {
  position: relative;
  padding-top: 0px;
  padding-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.faq-list .faq-item:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(270deg, rgba(233, 24, 79, 0) 0%, #E9184F 100%);
  height: 2.5px;
  width: 100%;
}
.faq-list--teal .faq-item:after {
  background: linear-gradient(270deg, #027F9F 0%, #027F9F 100%);
}
.faq-list--purple .faq-item:after {
  background: linear-gradient(270deg, #853690 0%, #853690 100%);
}
.faq-list--blue .faq-item:after {
  background: linear-gradient(270deg, #0057A3 0%, #0057A3 100%);
}
.faq-list--red .faq-item:after {
  background: linear-gradient(270deg, rgba(233, 24, 79, 0) 0%, #E9184F 100%);
}

.split-items-block__bg {
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
}
.split-items-block__bg:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -45px;
  width: calc(100% + 90px);
  height: calc(100% + 60px);
  background-color: #fff;
  z-index: -1;
}
.split-items-block__bg:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1.5px;
  background: #853690;
  display: none;
}
@media screen and (min-width: 1024px) {
  .split-items-block__bg:after {
    display: block;
  }
}

.page-template-template-testing header {
  display: none;
}

.last #popup-next-btn {
  display: none;
}

.first #popup-prev-btn {
  display: none;
}

.bubble__large {
  position: relative;
}
.bubble__large:before {
  content: "";
  background: #1B51C7;
  position: absolute;
  width: 106%;
  transform: scale(0.9);
  border-radius: 60px 60px 60px 0;
  height: 100%;
  opacity: 0;
  top: 0px;
  left: 0;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .bubble__large:before {
    left: -5%;
    border-radius: 120px 120px 120px 0;
  }
}
.bubble__large.active:before {
  opacity: 1;
  transform: scale(1);
}
@media screen and (min-width: 1024px) {
  .bubble__large.active:before {
    transform: scale(1.1);
  }
}
.bubble__left {
  position: relative;
}
.bubble__left:before {
  content: "";
  background: #1B51C7;
  position: absolute;
  width: 100%;
  transform: scale(0.9);
  border-radius: 40px 40px 0 40px;
  height: 100%;
  top: 0px;
  left: 0%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .bubble__left:before {
    border-radius: 120px 120px 0 120px;
    transform: scale(0.9);
    left: -2%;
    width: 102%;
  }
}
.bubble__left.active:before {
  opacity: 1;
  transform: scale(1);
}
@media screen and (min-width: 1024px) {
  .bubble__left.active:before {
    transform: scale(1.1);
  }
  .column-offset {
    padding-top: 25%;
  }
}

.hero-block {
  height: 100dvh;
}
@media screen and (min-width: 1024px) {
  .hero-block {
    height: 100vh;
    max-height: 1000px;
  }
}

.linear-gradient-navy {
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0) -5.96%, #111827 87.77%);
}

.hero-inner-block {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .hero-inner-block {
    height: 100vh;
    max-height: 650px;
  }
}

.close {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 40px;
  transform: translate(155px, 5px);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  box-shadow: 1px 1px 4px #333;
}

.accordion__toggle {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: space-between;
}
.accordion__toggle.active {
  padding-left: 30px;
}
.accordion__toggle.active .accordion__toggle--circle {
  display: block;
}
.accordion__toggle.active:after {
  transform: rotate(180deg);
}
.accordion__toggle--circle {
  display: none;
  height: 18px;
  width: 18px;
  background: #D8FF3C;
  border-radius: 100%;
  position: absolute;
  left: 0;
}
.accordion__toggle:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.3s ease-in-out;
}

.icon-block {
  margin-top: 85px;
  margin-bottom: 85px;
}
.icon-block:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 90px;
  position: absolute;
  top: -85px;
  background-image: url(../img/blue-top.svg);
}
.icon-block:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: -85px;
  background-image: url(../img/blue-bottom.svg);
}

.popup {
  position: fixed;
  background: black;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.popup__close {
  height: 20px;
  color: black;
  position: absolute;
  right: 20px;
  width: 20px;
  top: 26px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.popup__close--text {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.popup__close--text.active {
  opacity: 1;
}
.popup__close:hover {
  transform: scale(0.9);
}
@media screen and (min-width: 640px) {
  .popup {
    padding: 100px;
  }
}
.popup.open {
  z-index: 100;
  opacity: 1;
}

.content--center h1, .content--center p, .content--center .article-content ul li, .article-content ul .content--center li, .content--center h3, .content--center h4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.content--center p, .content--center .article-content ul li, .article-content ul .content--center li {
  margin-top: 20px;
  max-width: 913px;
  margin-left: auto;
  margin-right: auto;
}
.content--center h1 {
  max-width: 100%;
}
.content img {
  width: 100%;
}
.content li {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.content li:before {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #FF0161;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 100%;
}

.video-embed {
  overflow: hidden;
  cursor: pointer;
}
.video-embed .video-embed__image {
  transition: all 0.5s ease-in-out;
}
.video-embed .video-embed__icon {
  transition: all 0.5s ease-in-out;
}
.video-embed:hover .video-embed__image {
  transform: scale(1.05);
}
.video-embed:hover .video-embed__icon {
  transform: scale(0.95);
}
.video-embed__embed {
  opacity: 0;
  z-index: -10;
  transition: all 0.3s ease-in-out;
}
.video-embed__embed--youtube {
  position: absolute;
  height: 100%;
  width: 100%;
}
.video-embed__embed--youtube iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.video-embed__embed.active {
  opacity: 1;
  z-index: 10;
}

.swiper-controls {
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .swiper-controls {
    gap: 20px;
  }
}

/* Bottom background shape */
.bottom-bg:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -75px;
  width: 153px;
  height: 177px;
  background-size: cover;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE3NyIgdmlld0JveD0iMCAwIDE1MyAxNzciIHdpZHRoPSIxNTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEzNy41NjIgMTcwYy0xLjk1MiAwLTMuNzI0LTEuMTM1LTQuNTQxLTIuOTA3bC03My43NTE1LTE1OS45OTk5M2MtMS41MjctMy4zMTI4OS44OTI5LTcuMDkzMDY1OTMgNC41NDA4LTcuMDkzMDY1OTNoMTcxLjQ1MjdjMS45NSAwIDMuNzIxIDEuMTMzMTc1OTMgNC41MzkgMi45MDI5OTU5M2w3My45MTkgMTYwYzEuNTMxIDMuMzEzLS44ODkgNy4wOTctNC41MzkgNy4wOTd6IiBmaWxsPSIjMDYyMjgzIi8+PHBhdGggZD0ibTQuMTcwODUgMTcwLjMyOCAzNy43MzEzNS04MmMuNjUyOS0xLjQxODkgMi4wNzE5LTIuMzI4IDMuNjMzOC0yLjMyOGg4Ny42NTJjMi45MTkgMCA0Ljg1NSAzLjAyNDggMy42MzIgNS42NzUybC0zNy44MTcxIDgxLjk5OThjLS42NTM2IDEuNDE3LTIuMDcxNyAyLjMyNS0zLjYzMjMgMi4zMjVoLTg3LjU2NTk4Yy0yLjkxNzE2IDAtNC44NTMxNy0zLjAyMi0zLjYzMzc3LTUuNjcyeiIgc3Ryb2tlPSIjMGZlMmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=");
}
@media screen and (min-width: 640px) {
  .bottom-bg:after {
    height: 217px;
    width: 188px;
  }
}

.intro-image {
  min-height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 640px) {
  .intro-image {
    min-height: none;
  }
}

.tab-title {
  transition: all 0.3s ease-in-out;
}
.tab-title:hover {
  opacity: 1;
}
.tab-title.active {
  opacity: 1;
}

.full-width-image__logo {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
}
.full-width-image__logo--bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
  right: 40px;
  top: -30px;
  max-width: 90px;
}
@media screen and (min-width: 640px) {
  .full-width-image__logo--bottom-right {
    right: 40px;
    top: -30px;
    max-width: none;
  }
}
.full-width-image__logo--center {
  justify-content: center;
  align-items: center;
}

.test-slider {
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .test-slider {
    padding-bottom: 50px;
  }
}
.test-slider__item {
  border-radius: 10px;
}
.test-slider__text {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.test-slider__text:hover .icon--arrow-right {
  animation: roll-x-right 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.testimonial__inner:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 69px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/quote.svg");
}
@media screen and (min-width: 1024px) {
  .testimonial__inner:before {
    width: 99px;
    height: 70px;
    top: 10px;
    right: 10px;
  }
}

.carousel-swiper {
  overflow: visible;
}

.grid-item {
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  position: relative;
  top: 0px;
}
.grid-item .grid-item__content--text {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.grid-item .grid-item__content--button {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.grid-item.active-grid-item .grid-item__content--button {
  opacity: 1 !important;
}
.grid-item.active-grid-item .grid-item__content--text {
  opacity: 1 !important;
}
.grid-item:hover .grid-item__content--text {
  opacity: 1;
}
.grid-item:hover .grid-item__content--button {
  opacity: 1;
}
.grid-item__content {
  bottom: -72px;
}
.process-list__media {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100px;
  transition: all 0.3s ease-in-out;
}
.process-list__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.process-list__media.active img {
  opacity: 1;
}
.process-list__item {
  position: relative;
}
.process-list__item:last-child .line {
  display: none;
}
.process-list__item:last-child:before {
  display: none;
}
.process-list__item.active .process-list__item__icon:after {
  background: #0057A3;
  border: 2px solid #0057A3;
}
.process-list__item:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 100%;
  background: #B7D5EF;
  width: 2px;
  top: 10px;
}
.process-list__item__icon {
  position: relative;
  width: 38px;
  display: flex;
  justify-content: start;
}
.process-list__item__icon .line {
  width: 4.4px;
  background: #0057A3;
  top: 10px;
  margin-left: -1px;
  position: relative;
}
.process-list__item__icon:after {
  content: "";
  position: absolute;
  height: 18px;
  left: -8px;
  width: 18px;
  top: 5px;
  border: 2px solid #B7D5EF;
  border-radius: 100%;
  background: white;
  transition: all 0.3s ease-in-out;
}

.image-slider .swiper-pagination-bullet {
  height: 2px;
  width: 77px;
  border-radius: 0px;
  opacity: 0.7;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}
.image-slider .swiper-pagination-bullet-active {
  opacity: 1;
  width: 100px;
  background: #ffffff;
}
.image-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .image-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.faded-sides {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .faded-sides:before {
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    position: absolute;
    top: 20vh;
    left: 0;
    width: 270px;
    height: calc(100% - 20vh);
    left: 0px;
    z-index: 10;
    pointer-events: none;
  }
  .faded-sides:after {
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    position: absolute;
    transform: rotate(180deg);
    top: 20vh;
    right: 0;
    width: 270px;
    height: calc(100% - 20vh);
    right: 0px;
    z-index: 10;
    pointer-events: none;
  }
}

.flex-block--carousel_block .clip-diagonal--xl-top {
  top: 23% !important;
}

.book-call-layout {
  position: relative;
}

.book-call-right-bg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .book-call-right-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    background: #353535;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    z-index: 0;
  }
}

.book-call-profile__image {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-radius: 10px;
  border-right: 4px solid #5B3758;
}

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

.hover\:underline:hover{
  text-decoration-line: underline;
}

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

@media (min-width: 640px){
  .sm\:h-\[440px\]{
    height: 440px;
  }
  .sm\:text-\[17px\]{
    font-size: 17px;
  }
}

@media (min-width: 768px){
  .md\:top-0{
    top: 0px;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:order-3{
    order: 3;
  }
  .md\:mb-\[20px\]{
    margin-bottom: 20px;
  }
  .md\:mt-4{
    margin-top: 1rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[100px\]{
    height: 100px;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-10\/12{
    width: 83.333333%;
  }
  .md\:w-4\/12{
    width: 33.333333%;
  }
  .md\:w-8\/12{
    width: 66.666667%;
  }
  .md\:w-\[496px\]{
    width: 496px;
  }
  .md\:w-\[60\%\]{
    width: 60%;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:w-max{
    width: -moz-max-content;
    width: max-content;
  }
  .md\:min-w-\[250px\]{
    min-width: 250px;
  }
  .md\:min-w-\[280px\]{
    min-width: 280px;
  }
  .md\:max-w-\[130px\]{
    max-width: 130px;
  }
  .md\:max-w-\[250px\]{
    max-width: 250px;
  }
  .md\:max-w-\[60px\]{
    max-width: 60px;
  }
  .md\:max-w-\[80\%\]{
    max-width: 80%;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:grid-cols-1{
    grid-template-columns: repeat(1, 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\:flex-row{
    flex-direction: row;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:items-stretch{
    align-items: stretch;
  }
  .md\:gap-\[20px\]{
    gap: 20px;
  }
  .md\:gap-\[50px\]{
    gap: 50px;
  }
  .md\:overflow-x-visible{
    overflow-x: visible;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-\[45px\]{
    padding-left: 45px;
    padding-right: 45px;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-3{
    padding-bottom: 0.75rem;
  }
  .md\:pb-32{
    padding-bottom: 8rem;
  }
  .md\:pr-\[10px\]{
    padding-right: 10px;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-\[70px\]{
    padding-top: 70px;
  }
  .md\:text-3xl{
    font-size: 5rem;
    line-height: 1.2;
  }
  .md\:text-\[17px\]{
    font-size: 17px;
  }
  .md\:text-\[19px\]{
    font-size: 19px;
  }
}

@media (min-width: 1024px){
  .lg\:bottom-\[20px\]{
    bottom: 20px;
  }
  .lg\:bottom-\[24px\]{
    bottom: 24px;
  }
  .lg\:left-\[20px\]{
    left: 20px;
  }
  .lg\:left-\[24px\]{
    left: 24px;
  }
  .lg\:left-\[70px\]{
    left: 70px;
  }
  .lg\:right-\[20px\]{
    right: 20px;
  }
  .lg\:top-\[-80px\]{
    top: -80px;
  }
  .lg\:top-\[0vh\]{
    top: 0vh;
  }
  .lg\:top-\[200px\]{
    top: 200px;
  }
  .lg\:top-\[20px\]{
    top: 20px;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:m-\[20px\]{
    margin: 20px;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:\!mb-8{
    margin-bottom: 2rem !important;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:mb-\[100px\]{
    margin-bottom: 100px;
  }
  .lg\:mb-\[5rem\]{
    margin-bottom: 5rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:mt-20{
    margin-top: 5rem;
  }
  .lg\:mt-\[35px\]{
    margin-top: 35px;
  }
  .lg\:mt-\[40px\]{
    margin-top: 40px;
  }
  .lg\:mt-\[60px\]{
    margin-top: 60px;
  }
  .lg\:mt-\[80px\]{
    margin-top: 80px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline{
    display: inline;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[120px\]{
    height: 120px;
  }
  .lg\:h-\[300px\]{
    height: 300px;
  }
  .lg\:h-\[350px\]{
    height: 350px;
  }
  .lg\:h-\[40\%\]{
    height: 40%;
  }
  .lg\:h-\[520px\]{
    height: 520px;
  }
  .lg\:h-\[800px\]{
    height: 800px;
  }
  .lg\:h-\[calc\(100\%-40px\)\]{
    height: calc(100% - 40px);
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:max-h-\[110px\]{
    max-height: 110px;
  }
  .lg\:max-h-\[260px\]{
    max-height: 260px;
  }
  .lg\:max-h-\[80px\]{
    max-height: 80px;
  }
  .lg\:max-h-\[820px\]{
    max-height: 820px;
  }
  .lg\:min-h-\[200px\]{
    min-height: 200px;
  }
  .lg\:min-h-\[260px\]{
    min-height: 260px;
  }
  .lg\:min-h-\[400px\]{
    min-height: 400px;
  }
  .lg\:min-h-\[580px\]{
    min-height: 580px;
  }
  .lg\:min-h-\[700px\]{
    min-height: 700px;
  }
  .lg\:min-h-\[72px\]{
    min-height: 72px;
  }
  .lg\:min-h-\[910px\]{
    min-height: 910px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-\[100px\]{
    width: 100px;
  }
  .lg\:w-\[30\%\]{
    width: 30%;
  }
  .lg\:w-\[35\%\]{
    width: 35%;
  }
  .lg\:w-\[40\%\]{
    width: 40%;
  }
  .lg\:w-\[42\%\]{
    width: 42%;
  }
  .lg\:w-\[43\%\]{
    width: 43%;
  }
  .lg\:w-\[45\%\]{
    width: 45%;
  }
  .lg\:w-\[50\%\]{
    width: 50%;
  }
  .lg\:w-\[51\%\]{
    width: 51%;
  }
  .lg\:w-\[52\%\]{
    width: 52%;
  }
  .lg\:w-\[54\%\]{
    width: 54%;
  }
  .lg\:w-\[55\%\]{
    width: 55%;
  }
  .lg\:w-\[58\%\]{
    width: 58%;
  }
  .lg\:w-\[5px\]{
    width: 5px;
  }
  .lg\:w-\[60\%\]{
    width: 60%;
  }
  .lg\:w-\[70\%\]{
    width: 70%;
  }
  .lg\:w-\[calc\(100\%-40px\)\]{
    width: calc(100% - 40px);
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:min-w-\[140px\]{
    min-width: 140px;
  }
  .lg\:min-w-\[260px\]{
    min-width: 260px;
  }
  .lg\:min-w-\[496px\]{
    min-width: 496px;
  }
  .lg\:max-w-\[1000px\]{
    max-width: 1000px;
  }
  .lg\:max-w-\[1100px\]{
    max-width: 1100px;
  }
  .lg\:max-w-\[140px\]{
    max-width: 140px;
  }
  .lg\:max-w-\[22px\]{
    max-width: 22px;
  }
  .lg\:max-w-\[24px\]{
    max-width: 24px;
  }
  .lg\:max-w-\[260px\]{
    max-width: 260px;
  }
  .lg\:max-w-\[300px\]{
    max-width: 300px;
  }
  .lg\:max-w-\[310px\]{
    max-width: 310px;
  }
  .lg\:max-w-\[360px\]{
    max-width: 360px;
  }
  .lg\:max-w-\[38px\]{
    max-width: 38px;
  }
  .lg\:max-w-\[400px\]{
    max-width: 400px;
  }
  .lg\:max-w-\[40px\]{
    max-width: 40px;
  }
  .lg\:max-w-\[420px\]{
    max-width: 420px;
  }
  .lg\:max-w-\[42px\]{
    max-width: 42px;
  }
  .lg\:max-w-\[500px\]{
    max-width: 500px;
  }
  .lg\:max-w-\[540px\]{
    max-width: 540px;
  }
  .lg\:max-w-\[570px\]{
    max-width: 570px;
  }
  .lg\:max-w-\[59\%\]{
    max-width: 59%;
  }
  .lg\:max-w-\[600px\]{
    max-width: 600px;
  }
  .lg\:max-w-\[635px\]{
    max-width: 635px;
  }
  .lg\:max-w-\[650px\]{
    max-width: 650px;
  }
  .lg\:max-w-\[70\%\]{
    max-width: 70%;
  }
  .lg\:max-w-\[700px\]{
    max-width: 700px;
  }
  .lg\:max-w-\[740px\]{
    max-width: 740px;
  }
  .lg\:max-w-\[745px\]{
    max-width: 745px;
  }
  .lg\:max-w-\[750px\]{
    max-width: 750px;
  }
  .lg\:max-w-\[780px\]{
    max-width: 780px;
  }
  .lg\:max-w-\[80\%\]{
    max-width: 80%;
  }
  .lg\:max-w-\[800px\]{
    max-width: 800px;
  }
  .lg\:max-w-\[85\%\]{
    max-width: 85%;
  }
  .lg\:max-w-\[850px\]{
    max-width: 850px;
  }
  .lg\:max-w-\[890px\]{
    max-width: 890px;
  }
  .lg\:max-w-\[90\%\]{
    max-width: 90%;
  }
  .lg\:max-w-\[90px\]{
    max-width: 90px;
  }
  .lg\:max-w-\[95\%\]{
    max-width: 95%;
  }
  .lg\:max-w-full{
    max-width: 100%;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }
  .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\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:flex-wrap{
    flex-wrap: wrap;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-\[20px\]{
    gap: 20px;
  }
  .lg\:gap-\[28px\]{
    gap: 28px;
  }
  .lg\:gap-\[3\.5rem\]{
    gap: 3.5rem;
  }
  .lg\:gap-\[30px\]{
    gap: 30px;
  }
  .lg\:gap-\[40px\]{
    gap: 40px;
  }
  .lg\:gap-\[46px\]{
    gap: 46px;
  }
  .lg\:gap-\[50px\]{
    gap: 50px;
  }
  .lg\:gap-\[60px\]{
    gap: 60px;
  }
  .lg\:gap-\[8px\]{
    gap: 8px;
  }
  .lg\:gap-y-\[60px\]{
    row-gap: 60px;
  }
  .lg\:overflow-visible{
    overflow: visible;
  }
  .lg\:rounded-\[40px\]{
    border-radius: 40px;
  }
  .lg\:rounded-none{
    border-radius: 0px;
  }
  .lg\:rounded-bl-\[10px\]{
    border-bottom-left-radius: 10px;
  }
  .lg\:rounded-bl-\[150px\]{
    border-bottom-left-radius: 150px;
  }
  .lg\:rounded-br-\[20px\]{
    border-bottom-right-radius: 20px;
  }
  .lg\:rounded-tl-\[100px\]{
    border-top-left-radius: 100px;
  }
  .lg\:rounded-tl-\[150px\]{
    border-top-left-radius: 150px;
  }
  .lg\:rounded-tr-\[150px\]{
    border-top-right-radius: 150px;
  }
  .lg\:rounded-tr-\[20px\]{
    border-top-right-radius: 20px;
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:p-10{
    padding: 2.5rem;
  }
  .lg\:p-12{
    padding: 3rem;
  }
  .lg\:p-14{
    padding: 3.5rem;
  }
  .lg\:p-6{
    padding: 1.5rem;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:p-\[30px\]{
    padding: 30px;
  }
  .lg\:p-\[40px\]{
    padding: 40px;
  }
  .lg\:p-\[44px\]{
    padding: 44px;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .lg\:px-\[0px\]{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
  }
  .lg\:px-\[20px\]{
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg\:px-\[22px\]{
    padding-left: 22px;
    padding-right: 22px;
  }
  .lg\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }
  .lg\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }
  .lg\:px-\[60px\]{
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:px-\[80px\]{
    padding-left: 80px;
    padding-right: 80px;
  }
  .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-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-\[18px\]{
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .lg\:py-\[20px\]{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lg\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lg\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lg\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lg\:py-\[70px\]{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .lg\:py-\[80px\]{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .lg\:py-\[90px\]{
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .lg\:py-\[96px\]{
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .lg\:\!pl-3{
    padding-left: 0.75rem !important;
  }
  .lg\:\!pr-3{
    padding-right: 0.75rem !important;
  }
  .lg\:\!pt-0{
    padding-top: 0px !important;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-3{
    padding-bottom: 0.75rem;
  }
  .lg\:pb-48{
    padding-bottom: 12rem;
  }
  .lg\:pb-\[0px\]{
    padding-bottom: 0px;
  }
  .lg\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .lg\:pb-\[130px\]{
    padding-bottom: 130px;
  }
  .lg\:pb-\[150px\]{
    padding-bottom: 150px;
  }
  .lg\:pb-\[30px\]{
    padding-bottom: 30px;
  }
  .lg\:pb-\[50px\]{
    padding-bottom: 50px;
  }
  .lg\:pb-\[60px\]{
    padding-bottom: 60px;
  }
  .lg\:pl-10{
    padding-left: 2.5rem;
  }
  .lg\:pl-8{
    padding-left: 2rem;
  }
  .lg\:pl-\[3\%\]{
    padding-left: 3%;
  }
  .lg\:pl-\[40px\]{
    padding-left: 40px;
  }
  .lg\:pl-\[50px\]{
    padding-left: 50px;
  }
  .lg\:pr-0{
    padding-right: 0px;
  }
  .lg\:pr-14{
    padding-right: 3.5rem;
  }
  .lg\:pr-\[20px\]{
    padding-right: 20px;
  }
  .lg\:pr-\[50px\]{
    padding-right: 50px;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-9{
    padding-top: 2.25rem;
  }
  .lg\:pt-\[0px\]{
    padding-top: 0px;
  }
  .lg\:pt-\[130px\]{
    padding-top: 130px;
  }
  .lg\:pt-\[150px\]{
    padding-top: 150px;
  }
  .lg\:pt-\[180px\]{
    padding-top: 180px;
  }
  .lg\:pt-\[190px\]{
    padding-top: 190px;
  }
  .lg\:pt-\[20px\]{
    padding-top: 20px;
  }
  .lg\:pt-\[2vw\]{
    padding-top: 2vw;
  }
  .lg\:pt-\[30px\]{
    padding-top: 30px;
  }
  .lg\:pt-\[40px\]{
    padding-top: 40px;
  }
  .lg\:pt-\[50px\]{
    padding-top: 50px;
  }
  .lg\:pt-\[60px\]{
    padding-top: 60px;
  }
  .lg\:pt-\[80px\]{
    padding-top: 80px;
  }
  .lg\:pt-\[90px\]{
    padding-top: 90px;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:\!text-\[28px\]{
    font-size: 28px !important;
  }
  .lg\:text-\[14px\]{
    font-size: 14px;
  }
  .lg\:text-\[15px\]{
    font-size: 15px;
  }
  .lg\:text-\[16px\]{
    font-size: 16px;
  }
  .lg\:text-\[17px\]{
    font-size: 17px;
  }
  .lg\:text-\[20px\]{
    font-size: 20px;
  }
  .lg\:text-\[21px\]{
    font-size: 21px;
  }
  .lg\:text-\[23px\]{
    font-size: 23px;
  }
  .lg\:text-\[62px\]{
    font-size: 62px;
  }
  .lg\:leading-\[30px\]{
    line-height: 30px;
  }
}

@media (min-width: 1280px){
  .xl\:left-\[200px\]{
    left: 200px;
  }
  .xl\:h-\[150px\]{
    height: 150px;
  }
  .xl\:w-\[40\%\]{
    width: 40%;
  }
  .xl\:w-\[63\%\]{
    width: 63%;
  }
  .xl\:max-w-\[1000px\]{
    max-width: 1000px;
  }
  .xl\:max-w-\[70\%\]{
    max-width: 70%;
  }
  .xl\:max-w-\[80\%\]{
    max-width: 80%;
  }
  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:gap-\[50px\]{
    gap: 50px;
  }
  .xl\:px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
  }
  .xl\:px-\[60px\]{
    padding-left: 60px;
    padding-right: 60px;
  }
  .xl\:pl-\[50px\]{
    padding-left: 50px;
  }
  .xl\:pr-\[40px\]{
    padding-right: 40px;
  }
}

@media (min-width: 1320px){
  .\32xl\:h-\[180px\]{
    height: 180px;
  }
}