@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/*Body All*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/*Overwrite hover style in menu*/
#menu > .inner > ul > li > a:hover {
  color: #7A85FF !important
}

#menu > .inner > ul > li:hover {
  color: #7A85FF !important
}

/*Side-By-Side Image and Text Correction Padding*/

/*desctextlarge*/

.desctextlarge {
  width:40%;
  display: inline-block;
  vertical-align: top;
  padding-top: 110px;
  margin-left: 7em;
}

@media (max-width: 1680px) {
  .desctextlarge {
    padding-top: 60px;
  }
}

@media screen and (max-width: 1280px) {
  .desctextlarge {
    padding-top: 50px;
    margin-left: 3em;
    width: 40%;
  }
}

@media screen and (max-width: 1000px) {
  .desctextlarge {
    width: 80%;
    margin-left: 0em;
    margin-bottom: 3em;
    padding-top: 50px;
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .desctext {
    width: 80%;
    margin-left: 0em;
    margin-bottom: 3em;
    padding-top: 50px;
    display: block;
  }
}

.imgmain {
  width: 45%;
  min-width:460px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: auto;
  margin-top: 2em;
}

@media screen and (max-width: 820px) {
  .imgmain {
    width: 100%;
    max-width: 460px;
    min-width: auto;
  }
}

/*Text Styles*/
h1 {
  font-family: "Playfair Display", "Lato", "Helvetica";
  color: #151F89;
  font-weight: 700;
}

h2{
  font-family: "Lato", "Helvetica";
  font-weight: 400;
  text-transform: inherit;
  letter-spacing: 0px;
}

h6 {
  font-size: 14px;
  margin-bottom: 1.2em;
}

p {
  font-family: "Lato", "Helvetica";
  font-weight: 300;
  color: #000000;
}

.text-14px {
  font-size: 14px;
}

.text-16px {
  font-size: 16px;
}

.subtext-blue {
  font-family: "Lato", "Helvetica";
  font-size: 20px;
  font-weight: 500;
  color: #151F89;
  text-transform: inherit;
  letter-spacing: -1px;
}

.whitetext {
  color: #FFFFFF;
}

.bluetext {
  color: #151F89;
}

.blacktext {
  color: #000000;
}

.boldtext {
  font-weight: 700;
}

.semiboldtext{
  font-weight: 500;
}

.Page-Title {
  font-family: "Playfair Display", "Lato", "Helvetica";
  color: #FFFFFF;
  font-weight: 700;
  font-size: 65px;
  letter-spacing: -2px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 32px;
  line-height: 32px;
}

@media (max-width: 800px) {
  .Page-Title {
    line-height: 65px;
    text-align: center;
  }
}

.Page-Title-Icon {
  font-size: 32px;
}

.Page-Subtitle {
  color: #FFFFFF;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 8px;
  padding-bottom: 20px;
  padding-left: 6px;
}

@media (max-width: 700px) {
  .Page-Subtitle {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.Text-Title {
  color: #000000;
  font-family: "Playfair Display";
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -1px;
  padding-bottom: 16px;
  padding-top: 32px;
  line-height: 50px;
}

.Resume-Title {
  font-family: "Playfair Display";
  font-size: 32px;
  margin: 0 0 16px 0;
  display: inline-block;
  color: #000000;
}

@media (max-width: 900px) {
  .Text-Title {
    padding-top: 16px;
  }
}

.Text-Highlight {
  display: inline-block;
  background-color: rgba(157, 165, 255, 0.3);
  font-family: "Lato", "Helvetica";
  font-size: 16px;
  font-weight: 300;
  text-transform: inherit;
  padding: 2px 8px 2px 8px;
  margin-bottom: 5px;
  color: #FFFFFF;
  white-space: nowrap;
}

.Text-Recommendations-Title {
        text-align: center;
        color: #000000;
        font-family: 'Playfair Display';
        font-size: 32px;
        font-weight: 400;
        margin: auto;
        margin-bottom: 64px;
        margin-top: 64px;
        letter-spacing: -2px;
        max-width: 1230px;
      }
      
@media (max-width: 1280px) {
  .Text-Recommendations-Title {
    font-size: 30px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.footer-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  margin-bottom: 24px;
}

#footer-links {
  width: fit-content;
}

.footer-link{
  color: #FFFFFF;

}
.footer-link:hover {
  color: #7A85FF !important;
}

.icon.style2:hover {
  color: #7A85FF !important;
  border-color: #7A85FF;
}

/*Padding Styles*/
.mb-32px {
  margin-bottom: 32px !important;
}

.mb-16px {
  margin-bottom: 16px;
}

.mb-0px {
  margin-bottom: 0px;
}

.pt-0px {
  padding-top: 0px;
}
.mr-32px {
  margin-right: 32px;
}

/*Colorblock*/
.colorblock {
  background-color:hsla(234,100%,21%,1);
  background-image:
  radial-gradient(at 79% 0%, hsla(240,96%,33%,0.5) 0px, transparent 50%),
  radial-gradient(at 0% 100%, hsla(240,96%,33%,0.5) 0px, transparent 50%);
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 96px;
}

@media (max-width: 900px) {
  .colorblock {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.colorblock-light {
  background-color: #E0E9FF;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 96px;
  padding-right: 96px;
}

@media (max-width: 900px) {
  .colorblock-light {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.colorblock-light ul {
  color: #000;
}

.colorblock-title {
  text-align: auto;
  color: #151F89;
  font-family: 'Playfair Display';
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -2px;
}

.colorblock-list-title {
  color: #151F89;
  font-weight: 500;
  font-size: 16px;
}

.colorblock-highlight {
  background-color:hsla(234,100%,21%,1);
  background-image:
  radial-gradient(at 79% 0%, hsla(240,96%,33%,0.5) 0px, transparent 50%),
  radial-gradient(at 0% 100%, hsla(240,96%,33%,0.5) 0px, transparent 50%);
  padding: 32px;
  border-radius: 8px;
}

.colorblock-icon {
  font-size: 16px;
}

.colorblock-text {
  color: #FFFFFF;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
}

.colorblock-emphtext {
  border-bottom: 1px solid #7A85FF;
}

.colorblock-header{
  font-family: 'Playfair Display';
  font-size: 24px;
  font-weight:500;
  padding-right: 4px;
}

.colorblock-line {
  margin-bottom: 16px;
}

.Text-Recommendations-Title-Left {
  text-align: auto;
  color: #000000;
  font-family: 'Playfair Display';
  font-size: 32px;
  font-weight: 400;
  padding-bottom: 24px;
  padding-top: 24px;
  padding-left: 96px;
  padding-right: 64px;
  letter-spacing: -2px;
  background-color: #E0E9FF;
}

@media (max-width: 900px) {
  .Text-Recommendations-Title-Left {
    padding-right: 32px;
    padding-left: 32px;
  }
}

/*Number Circles + Icon Bullets*/
.number-circle {
  font-family: "Playfair Display";
  font-size: 20px;
  font-weight: 400;
  color: #151F89;
  border: 1px solid #7A85FF;
  border-radius: 100px;
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height:22px;
  margin-bottom: 6px;
}

.number-circle2 {
  font-family: "Playfair Display";
  font-size: 32px;
  font-weight: 400;
  color: #151F89;
  border: 1px solid #7A85FF;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height:28px;
  margin-bottom: 6px;
}

.icon-bullet {
  color: #7A85FF;
  font-size: 24px;
}

.icon-resume {
  color: #7A85FF;
  padding-right: 40px;
  display: inline-block;
  font-size: 30px;
}

/*Flex Sections*/
.numbered-sections {
  width: 33%;
  display: inline-block;
  padding-right: 32px;
}

.number-sections-flex-container {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  column-gap: 32px;
}

.number-sections-flex-item {
  flex-grow: 1;
  width: calc((100% / 3) - 32px);
}

@media (max-width: 900px) {
  .number-sections-flex-item {
    width: 100%;
  }
}

.four-number-sections-flex-container {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 24px 32px;
}

@media (max-width: 1745px) {
  .four-number-sections-flex-container {
    gap: 16px 32px;
  }
}

.four-number-sections-flex-item {
  flex-grow: 1;
  width: calc((100% / 4) - 32px);
}

@media (max-width: 1745px) {
  .four-number-sections-flex-item {
    width: calc((100% / 2) - 32px);
    gap: 0px 32px;
  }
}

@media (max-width: 990px) {
  .four-number-sections-flex-item {
    width: 100%;
  }
}

.two-sections-flex-container {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 24px 96px;
}

.two-sections-flex-item {
  flex-grow: 1;
  width: calc((100% / 2) - 48px);
}

@media (max-width: 1400px) {
  .two-sections-flex-item {
    width: 100%;
  }
}

.one-number-sections-flex-container {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 24px 32px;
}

@media (max-width: 1745px) {
  .one-number-sections-flex-container {
    gap: 16px 32px;
  }
}

.one-number-sections-flex-item {
  flex-grow: 1;
  width: 100%;
}

.main-content {
  margin-left: 96px;
  margin-right: 96px;
  margin-top: 64px;
}

@media (max-width: 900px) {
  .main-content {
    margin-left: 32px;
    margin-right: 32px;
  }
}

/*Image*/
.image-feature {
  object-fit: cover;
  max-height: 250px;
  width: auto;
  /*max-width: 100%;*/
}

@media (max-width: 500px) {
  .image-feature {
    height: auto;
    max-height: auto;
    width: 100%;
  }
}

/*Button*/
.btn-container {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  font-family: 'Lato', serif;
  position: relative;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 400;
  color: #151F89;
  background: none;
  border: 1px solid #151F89;
  border-radius: 100px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn-small {
  font-family: 'Lato', serif;
  position: relative;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  color: #151F89;
  background: none;
  border: 1px solid #151F89;
  border-radius: 100px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}

.liquid {
  background: linear-gradient(#151F89 0 0) no-repeat calc(200% - var(--p, 0%))
  100% / 200% var(--p, 0.2em);
  transition: 0.3s var(--t, 0s),
  background-position 0.3s calc(0.3s - var(--t, 0s));
}

.liquid:hover {
  --p: 101%;
  --t: 0.3s;
  color: #fff;
}

.hero {
  height: 100vh;
  min-height: 719px;
  width: 100%;
  background: #091275;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.blob {
  position: absolute;
  width: 500px;
  height: 500px;
  background: linear-gradient(
    180deg,
    rgba(47, 184, 255,0.42) 0%,
    #4F1CEF 100%
  );
  mix-blend-mode: color-dodge;
  -webkit-animation: move 25s infinite alternate;
  animation: move 25s infinite alternate;
  transition: 1s cubic-bezier(0.07, 0.8, 0.16, 1);
}

/*.blob:hover {
  width: 520px;
  height: 520px;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  box-shadow:
  inset 0 0 0 5px rgba(255,255,255, 0.1),
  inset 100px 100px 0 0px #F793BF,
  inset 200px 200px 0 0px #BF8FF2,
  inset 300px 300px 0 0px #4F1CEF;
}*/

@keyframes move {
  from {
    transform: translate(-100px, -50px) rotate(-90deg);
    border-radius: 24% 76% 35% 65% / 27% 36% 64% 73%;
  }

  to {
    transform: translate(500px, 100px) rotate(-10deg);
    border-radius: 76% 24% 33% 67% / 68% 55% 45% 32%;
  }
}

.blob2 {
  position: absolute;
  width: 200px;
  height: 300px;
  background: linear-gradient(
    180deg,
    rgba(47, 184, 255,0.42) 0%,
    #4F1CEF 100%
  );
  mix-blend-mode: color-dodge;
  -webkit-animation: move2 25s infinite alternate;
  animation: move2 25s infinite alternate;
  transition: 1s cubic-bezier(0.07, 0.8, 0.16, 1);
}

/*.blob2:hover {
  width: 220px;
  height: 320px;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  box-shadow:
  inset 0 0 0 5px rgba(255,255,255, 0.1),
  inset 100px 100px 0 0px #F793BF,
  inset 200px 200px 0 0px #BF8FF2,
  inset 300px 300px 0 0px #4F1CEF;
}*/

@keyframes move2 {
  from {
    transform: translate(100px, 50px) rotate(-90deg);
    border-radius: 24% 76% 35% 65% / 27% 36% 64% 73%;
  }

  to {
    transform: translate(-500px, -100px) rotate(-10deg);
    border-radius: 76% 24% 33% 67% / 68% 55% 45% 32%;
  }
}

.nugget {
  font-family: 'Lato', sans-serif;
  background: none;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: whitesmoke;
  background-color: #5c69f1;
  padding: 8px 16px;
  border-radius: 32px;
  /*transition: all .33s ease-in-out;*/
}

/*.nugget:hover {
  scale: 1.05;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.7));
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.7));
}*/

.nuggets {
  width: 80%;
  flex-direction: row;
  display: flex;
  gap: 10px 10px;
  flex-wrap: wrap;
  justify-content: center;
}

  /* ----------------- Visual / tunable vars ----------------- */
  /* Change these in CSS to tune the look globally */
  :root {
    --reveal-duration: 1600ms;    /* time for fade + lift */
    --reveal-delay: 0ms;         /* default delay after trigger */
    --reveal-translate: 50px;    /* starting translateY (positive moves up into place) */
    --reveal-ease: cubic-bezier(.2,.8,.2,1);
  }

  /* Hidden state (initial) */
  .reveal {
    opacity: 0;
    transform: translateY(var(--reveal-translate));
    transition:
      opacity var(--reveal-duration) var(--reveal-ease) var(--reveal-delay),
      transform var(--reveal-duration) var(--reveal-ease) var(--reveal-delay);
    will-change: opacity, transform;
    /* keep layout normal (not removed from flow) */
  }

  /* Revealed state (added by JS) */
  .reveal.revealed {
    opacity: 1;
    transform: translateY(0);
  }

  /* Accessibility: respect reduced motion preference */
  @media (prefers-reduced-motion: reduce) {
    .reveal {
      transition: none !important;
      opacity: 1 !important;
      transform: none !important;
    }
  }