:root {
  --primary-gradient: linear-gradient(120.18deg, #EC1C24 -6.32%, #91268F 102.95%);
  --primary-gradient-navy-mint: linear-gradient(120.18deg, #042789 -6.32%, #6EFCAA 102.95%);
  --background-gradient-light: linear-gradient(73deg, rgb(236 28 36 / 10%) 0.3%, rgb(145 38 143 / 10%) 99.99%);
  --hero-gradient: linear-gradient(120.18deg, #EC1C24 -6.32%, #91268F 102.95%);
  --table-gradient: linear-gradient(90deg, #EC1C24 -236.41%, #c3178c 70.99%);
  --cta-gradient: linear-gradient(73deg, #EC1C24 -127.08%, #c3178c 130.25%);
  --icon-gradient: linear-gradient(120.18deg, #042789 -6.32%, #6EFCAA 102.95%);

 
  --video-gradient: linear-gradient(120.18deg, rgb(14, 39, 137) 0.3%, rgb(110, 252, 170) 99.99%);
  --accordion-gradient: linear-gradient(
    73deg,
    #EC1C24 -85.42%,
    #c3178c 108.32%
  );
		
  --accordion-body-gradient: linear-gradient(
    73deg,
    rgba(0, 174, 239, 0.1) 0.3%,
    rgba(195, 23, 140, 0.1) 99.99%
  );
	
--accordion-gradient-navy-mint: linear-gradient(
    73deg,
    #042789 -5.42%,
    #6EFCAA 108.32%
  );
	
  --accordion-body-gradient-grey: linear-gradient(
    73deg,
    rgba(236, 239, 246, 1) 0.3%,
    rgba(236, 239, 246, 1) 99.99%
  );	
	
	
}




html {
  font-size: 18px;
  line-height: 26px;
}

body {
  text-wrap: pretty;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.unbounded {
  font-family: "Unbounded", sans-serif;
}

a {
  color: #000a24;
}

h1,
h2 {
  font-family: "Unbounded", sans-serif;
}

h1 {
  font-size: clamp(24px, 5vw, 60px);
  line-height: 1.2em;
}

h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 sup {
  font-size: 0.3em;
  top: -1.5em;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
}

sup {
  font-size: 0.6em;
  top: -0.5em;
  color: #212529;
  -webkit-text-fill-color: black;
}

.fs-larger {
  font-size: 20px;
  line-height: 28px;
}

.gradient-hero {
  background: var(--hero-gradient);
}

.gradient-text {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-background {
  background: var(--primary-gradient);
}

.gradient-background-navy-mint {
  background: var(--primary-gradient-navy-mint);
}

.gradient-background-light {
  background: var(--background-gradient-light);
}

.gradient-table {
  background: var(--table-gradient);
}

  .delay-1s {
        animation-delay: 1s;
    }

    .delay-2s {
        animation-delay: 2s;
    }

   .delay-3s {
        animation-delay: 3s;
    }

   .delay-4s {
        animation-delay: 4s;
    }


.card-title-faq-lg {
background: linear-gradient(113.03deg, #FFFFFF 19.87%, #BDDF3E 88.17%, #80CF77 124.29%, #00AEEF 320.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: -10px;
    top: 6rem;	
	    text-align: center;
    font-weight: 700;
    font-size: clamp(24px, 5vw, 86px);
    line-height: 1.1em;
    position: absolute;
    top: 2rem;
    left: 2rem;
    max-width: 60%;
    z-index: 2;
}
	
	
}

@media (max-width: 640px) {
  .logo {
    width: 128px;
    height: auto;
  }
}

section {
  padding: 100px 1rem;
}

@media (max-width: 640px) {
  section {
    padding: 50px 0;
  }
}

header {
  box-shadow: 3px 5px 4.8px 0px rgba(30, 30, 30, 0.05);
}

.hero-section {
  background: var(--hero-gradient);
  min-height: fit-content;
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.hero-section .hero-container {
  max-width: 1440px;
  display: flex;
  margin: 0 auto;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
	
}

.hero-headline {
  max-width: 780px;
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: 4;
}

.hero-section img {
  height: auto;
}

.hero-image {
  width: 60%;
  max-width: 1440px;
  flex-grow: 1;
  display: flex;
  /*padding-top: 80px;*/
}

.hero-image img {
  width: 100%;
}

.hero-symbol {
  width: 100%;
  max-width: 355px;
}

.hero-symbol img {
  width: 100%; 
}

.hero-pattern {
  width: 30%;
}

.hero-pattern img {
  object-fit: cover;
  width: 100%;
  height: 100%;
	
}

@media (max-width: 640px) {
  .hero-headline {
    left: 4%;
  }
	
	
}

.hero-section + section {
  padding: 40px 0 0;
}

.btn {
  border-radius: 0;
  padding: 12px 24px;
  font-weight: 700;
}

.btn-primary {
  background: var(--cta-gradient);
  border: 2px solid transparent;
  border-image: var(--cta-gradient);
  border-image-slice: 1;
}

.btn-hollow,
.btn-hollow:hover {
  border: 2px solid transparent;
  border-image: var(--cta-gradient);
  border-image-slice: 1;
  color: #343a40;
  background-color: #ffffff;
}

.icon-container {
  background: var(--icon-gradient);
  border-radius: 100%;
  width: 72px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-container + p {
  max-width: 230px;
}

.video-modal-trigger {
  background: var(--video-gradient);
  border: none;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100%;
  position: relative;
  padding-top: 2rem;
  overflow: hidden;
  display: flex;
  height: 100%;
  color: black;
}

.video-modal-trigger-reverse {
  background: var(--video-gradient);
  border: none;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100%;
  position: relative;
  padding-top: 2rem;
  overflow: hidden;
  display: flex;
  height: 100%;
  color: black;
}

@media (max-width: 640px) {
  .video-modal-trigger-reverse {
    padding-top: 1rem;
  }
	
 .video-modal-trigger {
    padding-top: 1rem;
  }	
}

.video-modal-trigger p {
  text-align: left;
  font-weight: 700;
  font-size: clamp(18px, 4vw, 36px);
  line-height: 1.1em;
  position: absolute;
  top: 2rem;
  left: 2rem;
  max-width: 60%;
  z-index: 2;
}


.video-modal-trigger h2 {
  text-align: left;
  font-weight: 700;
  font-size: clamp(24px, 5vw, 86px);
  line-height: 1.1em;
  position: absolute;
  top: 2rem;
  left: 2rem;
  max-width: 60%;
  z-index: 2;
}


.video-modal-trigger-reverse > div {
  text-align: left;
  font-weight: 700;
  font-size: clamp(16px, 3vw, 36px);
  line-height: 1.1em;
  max-width: 60%;
  z-index: 2;
  align-self: center;
  padding-right: 1rem;
}

.video-modal-trigger > div {
  text-align: left;
  font-weight: 700;
  font-size: clamp(16px, 3vw, 36px);
  line-height: 1.1em;
  max-width: 50%;
  z-index: 2;
  align-self: center;
  padding-right: 1rem;
}

.video-modal-trigger img {
  width: 50%;
  max-width: 448px;
  display: block;
  margin-left: auto;
  z-index: 1;
  position: relative;
}

.video-modal-trigger-reverse img {
  width: 50%;
  max-width: 448px;
  display: block;
  margin-right: auto;
  z-index: 1;
  position: relative;
  align-self: end;
  margin-right: -2%;
}


.faq h2 {
  text-align: left;
  font-weight: 700;
  font-size: clamp(24px, 5vw, 86px);
  line-height: 1.1em;
  position: absolute;
  top: 2rem;
  left: 2rem;
  max-width: 60%;
  z-index: 2;
}

@media (max-width: 640px) {
  .video-modal-trigger-reverse img {
    width: 60%;
    margin-left: -25px;
    margin-right: -1rem;
  }
}

.video-modal-trigger div {
  position: absolute;
  left: 2rem;
  bottom: 3rem;
  z-index: 2;
  display: flex;
  gap: 1rem;
  align-items: center;
}

@media (max-width: 640px) {
  .video-modal-trigger div {
    bottom: 1rem;
  }
}

.video-modal-trigger-reverse div div {
  position: absolute;
  right: 2rem;
  bottom: 3rem;
  z-index: 2;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.video-modal-trigger-reverse div span {
  font-size: clamp(14px, 3vw, 20px);
}


.video-modal-trigger div div {
  position: absolute;
  right: 2rem;
  bottom: 3rem;
  z-index: 2;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.video-modal-trigger div span {
  font-size: clamp(14px, 3vw, 20px);
}

.video-modal-trigger svg,
.video-modal-trigger-reverse svg {
  transition: 0.15s ease-in all;
}

.video-modal-trigger:hover svg,
.video-modal-trigger-reverse:hover svg {
  transform: scale(1.1);
}

header .container {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  align-items: center;
}

.hero img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
  }
}

#accordionExample .accordion-button {
  background: none;
  background-color: transparent;
  border: none;
  font-size: 20px;
  font-weight: 700;
  padding-left: 0;
}

#accordionExample .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #0f172a;
}

#accordionExample .accordion-item {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  border-image: var(--cta-gradient);
  border-image-slice: 1;
}

#accordionExample .accordion-body {
  padding-left: 0;
}

#accordion2 .accordion-button {
  background: var(--accordion-gradient);
  color: #ffffff;
}

#accordion2 .accordion-button:after {
  filter: brightness(100);
}

#accordion2 .accordion-body {
  background: var(--accordion-body-gradient);
}

#accordion2 .accordion-body p {
  margin: 0;
}


#accordion3 .accordion-button {
  background: var(--accordion-gradient-navy-mint);
  color: #ffffff;
}

#accordion3 .accordion-button:after {
  filter: brightness(100);
}

#accordion3 .accordion-body {
  background: var(--accordion-body-gradient-grey);
}

#accordion3 .accordion-body p {
  margin: 0;
}

#accordion4 .accordion-button {
  background: var(--accordion-gradient-navy-mint);
  color: #ffffff;
}

#accordion4 .accordion-button:after {
  filter: brightness(100);
}

#accordion4 .accordion-body {
  background: var(--accordion-body-gradient-grey);
}

#accordion4 .accordion-body p {
  margin: 0;
}

.comparison-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.comparison-table div {
  padding: 1rem 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comparison-table div:nth-child(3n-2) {
  background: linear-gradient(90deg, #042789 , #6EFCAA );
  color: #ffffff;
}

.comparison-table div:nth-child(3n) {
  background-color: #f5f5f5;
}

.comparison-table p {
  font-size: clamp(14px, 5vw, 24px);
  line-height: 1.2em;
  margin: 0;
  font-weight: 700;
}

.comparison-table div:nth-child(3n-1) p {
  font-size: clamp(14px, 4vw, 18px);
  line-height: 1.2em;
}

.blog-card {
  border: double 1px transparent;
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #EC1C24, #91268F);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: #343a40;
  background-color: #ffffff;
}

.blog-card h3 {
  font-size: 18px;
  font-weight: 600;
}

footer {
  padding: 48px 0;
}

footer .subfooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

footer .footer-social {
  display: flex;
  align-items: center;
  gap: 1rem;
}

footer .accordion-item {
  border: none;
}

footer .accordion-button {
  display: flex;
  gap: 1rem;
  align-items: center;
  background-color: transparent !important;
  padding-left: 0;
}

footer .accordion-button svg {
  transition: 0.15s ease-in all;
  transform: rotate(180deg);
}

footer .accordion-button.collapsed svg {
  transform: rotate(90deg);
}

footer .accordion-button:after {
  display: none;
}

footer .accordion-body {
  font-size: 14px;
  line-height: 24px;
  padding-left: 0;
}

footer .copyright {
  padding: 2rem 0;
  border-top: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 768px) {
  footer .copyright {
    flex-direction: column;
    align-items: center;
  }
}
