.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  font-family: Parisienne, sans-serif;
  font-weight: 400;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #000;
  border-radius: 0;
  margin-left: 15px;
  padding: 12px 25px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #3b3c3d;
}

.button-primary:active {
  background-color: #43464d;
}

.div-block-9 {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container {
  background-color: #fff;
  border-radius: 15px;
  width: 98%;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-brand:hover {
  color: #064296;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #064296;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.heading {
  color: #3b3c3d;
  margin-top: -10px;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.heading:hover {
  color: #064296;
}

.section-4 {
  margin-top: 0;
}

.container-3 {
  opacity: .82;
  background-image: url('../images/Screenshot-2025-03-13-at-8.40.15-PM.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 95%;
  height: 550px;
  display: flex;
}

.heading-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 800;
  line-height: 130px;
}

.flex-block-2 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
}

.button {
  background-color: #064296;
  border-radius: 0;
  margin-left: 8px;
  margin-right: 8px;
  padding: 12px 19px;
  font-size: 16px;
}

.button:hover {
  background-color: #3b3c3d;
}

.section-5 {
  margin-top: -20px;
}

.bold-text-3 {
  color: #3b3c3d;
  text-decoration: underline;
}

.bold-text-3:hover {
  color: #064296;
}

.footer-brand {
  text-decoration: none;
}

.footer-divider {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.link {
  text-decoration: none;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-copyright-center {
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-dark {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: 60px;
  padding: 20px 30px;
  position: relative;
}

.image-18 {
  width: 24px;
}

.heading-7 {
  color: #3b3c3d;
  margin-top: 0;
  font-size: 42px;
  text-decoration: none;
}

.container-5 {
  width: 95%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  max-width: 95%;
  display: flex;
}

.bold-text-4 {
  text-align: center;
  font-size: 58px;
  line-height: 64px;
}

.heading-8 {
  text-align: center;
  margin-bottom: 0;
}

.heading-9 {
  text-align: center;
  margin-top: 20px;
}

.bold-text-5 {
  font-family: Nunito, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph {
  text-align: center;
  width: 80%;
  max-width: 80%;
  margin-top: 20px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.image-19 {
  margin-top: 30px;
}

.container-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  max-width: 95%;
  display: flex;
}

.button-3 {
  background-color: #064296;
  border-radius: 0;
  margin-top: 25px;
  padding: 12px 19px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button-3:hover {
  background-color: #3b3c3d;
}

.button-3.about-me-button {
  margin-top: 15px;
}

.heading-19 {
  text-align: center;
  font-size: 46px;
  line-height: 52px;
}

.div-block-2 {
  background-color: #000;
  width: 100px;
  height: 2px;
}

.flex-block-4 {
  justify-content: flex-start;
  align-items: center;
}

.image-5 {
  margin-top: -15px;
  margin-bottom: -20px;
}

.heading-3 {
  text-align: center;
  margin-top: 15px;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 14px;
  line-height: 12px;
}

.section-3 {
  margin-top: 40px;
}

.div-block {
  background-color: #cce1ff;
  background-image: linear-gradient(#cce1ff, #fff);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.heading-20 {
  text-align: center;
  margin-top: 60px;
  font-size: 46px;
  line-height: 52px;
}

.paragraph-2 {
  text-align: center;
  width: 80%;
  max-width: 80%;
  margin-top: 25px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.button-4 {
  background-color: #064296;
  border-radius: 0;
  margin-top: 15px;
  padding: 12px 19px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button-4:hover {
  background-color: #3b3c3d;
}

.div-block-10 {
  background-color: #000;
  width: 100px;
  height: 2px;
}

.heading-5 {
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 400;
  line-height: 52px;
}

.image-8 {
  width: 42px;
}

.column-6 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.image-7 {
  border-radius: 15px;
  width: 90%;
  max-width: 90%;
}

.flex-block-3 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}

.heading-21 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 14px;
  line-height: 12px;
}

.columns-8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.div-block-11 {
  margin-top: 10px;
}

.link-block-2 {
  color: #3b3c3d;
  margin-left: 0;
}

.image-12 {
  border-radius: 15px;
  width: 100%;
  margin-top: 10px;
}

.text-field-2 {
  color: #333;
  border-radius: 0;
  font-family: Nunito, sans-serif;
}

.field-label-3 {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.textarea {
  color: #333;
  border-radius: 0;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  font-family: Nunito, sans-serif;
  font-weight: 500;
}

.div-block-3 {
  background-color: #000;
  width: 3px;
  height: 500px;
}

.div-block-12 {
  background-color: #000;
  width: 100px;
  height: 2px;
}

.heading-22 {
  text-align: center;
  margin-top: 30px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.heading-10 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.heading-10:hover {
  color: #064296;
}

.flex-block-6 {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.section-6 {
  margin-top: 50px;
}

.container-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-23 {
  text-align: center;
  font-size: 46px;
  line-height: 52px;
}

.submit-button {
  background-color: #064296;
  border-radius: 0;
  margin-top: 10px;
  padding: 12px 19px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.submit-button:hover {
  background-color: #3b3c3d;
}

.column-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.image-10 {
  width: 32px;
}

.container-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  max-width: 60%;
  display: flex;
}

.image-9 {
  width: 32px;
}

.link-block {
  color: #333;
}

.column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.form-block {
  width: 60%;
  max-width: 60%;
}

.container-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  max-width: 60%;
  display: flex;
}

.bold-text-6 {
  text-align: center;
  font-size: 58px;
  line-height: 64px;
}

.heading-24 {
  text-align: center;
}

.body-2 {
  font-family: Parisienne, sans-serif;
  font-weight: 400;
}

.image-16 {
  border-radius: 0;
  width: 60%;
  max-width: 60%;
  margin-top: 30px;
}

.image-14 {
  width: 150px;
  margin-left: 40px;
  margin-right: 40px;
}

.image-14.speaking {
  width: 180px;
  margin-left: 50px;
  margin-right: 50px;
}

.image-15 {
  width: 230px;
}

.image-15.speaking {
  width: 300px;
}

.image-13, .image-13.speaking {
  width: 500px;
}

.flex-block-7 {
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

.div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-6 {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 550px;
  height: 2px;
  margin-top: 30px;
  display: block;
}

.div-block-6.speaking {
  width: 800px;
}

.heading-11 {
  margin: 0 25px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-5 {
  background-color: #000;
  width: 200px;
  height: 2px;
}

.div-block-5.speaking {
  width: 800px;
}

.paragraph-4 {
  text-align: center;
  width: 80%;
  margin-top: 30px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.section-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.field-label-4 {
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.submit-button-2 {
  background-color: #064296;
  border-radius: 0;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.submit-button-2:hover {
  background-color: #3b3c3d;
}

.heading-12 {
  text-align: center;
  margin-top: 20px;
  font-family: Parisienne, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.div-block-8 {
  background-color: #cce1ff;
  background-image: linear-gradient(#cce1ff 59%, #fff);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-field-3 {
  color: #333;
  border-radius: 0;
  font-family: Nunito, sans-serif;
}

.container-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 95%;
  display: flex;
}

.heading-25 {
  margin: 0 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.form-block-2 {
  width: 50%;
  max-width: 656.109px;
}

.form-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 15px;
  display: flex;
}

.field-label-5 {
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-14 {
  background-color: #000;
  width: 200px;
  height: 2px;
}

.div-block-14.newsletter {
  width: 100px;
}

.container-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  max-width: 60%;
  display: flex;
}

.heading-26 {
  text-align: center;
  font-size: 54px;
  line-height: 64px;
}

.image-20 {
  width: 100%;
  margin-top: 20px;
}

.body-3 {
  font-family: Parisienne, sans-serif;
  font-weight: 400;
}

.paragraph-5 {
  text-align: center;
  margin-top: 30px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.container-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  max-width: 60%;
  margin-top: 20px;
  display: flex;
}

.heading-27 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 14px;
  line-height: 12px;
}

.div-block-15 {
  background-color: #000;
  width: 100px;
  height: 2px;
}

.heading-28 {
  font-size: 46px;
  line-height: 52px;
}

.paragraph-6 {
  text-align: center;
  width: 80%;
  margin-top: 20px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.link-4 {
  color: #333;
}

.link-4:hover {
  color: #064296;
}

.heading-14 {
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.div-block-16 {
  background-color: #000;
  width: 100px;
  height: 2px;
}

.heading-13 {
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.link-3 {
  color: #333;
}

.link-3:hover {
  color: #064296;
}

.paragraph-7 {
  text-align: center;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.bold-text-7 {
  font-size: 46px;
  line-height: 52px;
}

.link-5 {
  color: #333;
}

.link-5:hover {
  color: #064296;
}

.columns-4 {
  margin-top: 15px;
}

.paragraph-8 {
  text-align: center;
  width: 60%;
  margin-top: 15px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.container-14 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  max-width: 60%;
  display: flex;
}

.heading-29 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 14px;
  line-height: 12px;
}

.section-10 {
  margin-top: 40px;
}

.heading-30 {
  text-align: center;
}

.heading-15 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 46px;
  line-height: 52px;
}

.div-block-17 {
  background-color: #000;
  width: 100px;
  height: 2px;
}

.image-21 {
  width: 48px;
}

.flex-block-8 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.paragraph-9 {
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.section-11 {
  margin-top: 40px;
}

.heading-31 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 14px;
  line-height: 12px;
}

.container-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  max-width: 95%;
  display: flex;
}

.div-block-18 {
  width: 80%;
}

.container-16 {
  flex-flow: column;
  width: 50%;
  max-width: 95%;
  display: flex;
}

.paragraph-10 {
  text-align: center;
  width: 50%;
  max-width: 50%;
  margin-top: 10px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.flex-block-9 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}

.button-5 {
  background-color: #064296;
  border-radius: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 19px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
}

.button-5:hover {
  background-color: #3b3c3d;
}

.heading-16 {
  margin-top: 15px;
}

.div-block-19 {
  background-color: #cce1ff;
  background-image: linear-gradient(#cce1ff, #fff);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section-12 {
  margin-top: 40px;
}

.heading-32 {
  margin: 0 25px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-20 {
  background-color: #000;
  width: 200px;
  height: 2px;
}

.div-block-20.newsletter {
  width: 100px;
}

.container-17 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  max-width: 60%;
  display: flex;
}

.heading-33 {
  text-align: center;
}

.body-4 {
  font-family: Parisienne, sans-serif;
  font-weight: 400;
}

.bold-text-10 {
  font-family: Parisienne, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 64px;
}

.image-22 {
  margin-top: 20px;
}

.paragraph-11 {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.heading-18 {
  text-align: center;
  margin-bottom: 20px;
}

.image-25 {
  border-radius: 8px;
}

.div-block-21 {
  background-color: #000;
  width: 100px;
  height: 2px;
}

.section-13 {
  margin-top: 40px;
}

.heading-17 {
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 60%;
  margin-top: 15px;
}

.container-18 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 80%;
  display: flex;
}

.image-26 {
  border-radius: 8px;
  width: 100%;
}

.heading-34 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 14px;
  line-height: 12px;
}

.bold-text-11 {
  font-size: 46px;
  line-height: 52px;
}

.paragraph-12 {
  color: #333;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-12:hover {
  color: #064296;
}

.div-block-22 {
  background-color: #cce1ff;
  background-image: linear-gradient(#cce1ff 61%, #fff);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 20px 40px;
  display: flex;
}

.image-23 {
  border-radius: 8px;
}

.section-14 {
  margin-top: 40px;
}

.container-19 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  max-width: 60%;
  display: flex;
}

.paragraph-13 {
  width: 80%;
  margin-top: 20px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.button-9 {
  background-color: #064296;
  border-radius: 0;
  margin-top: 10px;
  padding: 12px 19px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
}

.button-9:hover {
  background-color: #3b3c3d;
}

.container-20 {
  width: 60%;
  max-width: 60%;
}

.body-5 {
  font-family: Parisienne, sans-serif;
  font-weight: 400;
}

.heading-35 {
  text-align: center;
  font-size: 58px;
  line-height: 64px;
}

.image-27 {
  width: 100%;
  margin-top: 20px;
}

.bold-text-13 {
  font-family: Parisienne, sans-serif;
  font-size: 58px;
  font-weight: 400;
}

.italic-text {
  font-family: Nunito, sans-serif;
}

.heading-36 {
  font-size: 46px;
  line-height: 52px;
}

.image-28 {
  width: 80%;
  max-width: 80%;
}

.image-29 {
  width: 75%;
  max-width: 75%;
  margin-top: 10px;
}

.image-30 {
  width: 70%;
  margin-top: 30px;
}

.image-31 {
  width: 70%;
}

.image-32 {
  width: 75%;
  margin-top: 10px;
}

.image-33 {
  width: 220px;
  margin-right: 40px;
}

.image-34 {
  width: 180px;
}

.section-15 {
  margin-top: 40px;
}

.container-21 {
  width: 95%;
  max-width: 95%;
  overflow: visible;
}

.quick-stack {
  padding: 0;
}

.cell {
  background-image: url('../images/SLA_2802-Large.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
}

.cell:hover {
  opacity: 1;
  filter: grayscale();
}

.image-35 {
  opacity: 0;
  width: 70%;
  margin-top: 0;
}

.image-36 {
  opacity: 0;
  width: 80%;
  height: 72.6373%;
  margin-top: 0;
}

.bold-text-14 {
  color: #000;
  font-size: 48px;
}

.heading-37 {
  margin-top: 50px;
  margin-left: 0;
  margin-right: 15px;
  padding-left: 0;
}

.paragraph-14 {
  text-align: right;
  width: 300px;
  margin-left: 0;
  margin-right: 15px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
}

.link-block-3 {
  color: #333;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  text-decoration: none;
  display: flex;
}

.cell-2 {
  background-image: url('../images/Screenshot-2025-03-23-at-7.50.16-PM.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
}

.cell-2:hover {
  filter: grayscale();
}

.heading-38 {
  color: #333;
  text-align: right;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.link-block-4 {
  color: #333;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.paragraph-15 {
  color: #333;
  text-align: right;
  margin-left: 0;
  margin-right: 20px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
}

.cell-3 {
  background-image: url('../images/Screenshot-2025-03-23-at-7.49.58-PM.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
}

.cell-3:hover {
  filter: grayscale();
}

.heading-39 {
  color: #fff;
  text-align: right;
  margin-right: 15px;
}

.paragraph-16 {
  color: #fff;
  text-align: right;
  width: 200px;
  margin-right: 15px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
}

.link-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.image-37 {
  width: 90%;
  margin-top: 10px;
}

.image-38 {
  width: 90%;
  margin-top: 20px;
}

.image-39 {
  width: 130px;
}

.image-40 {
  width: 120px;
  margin-left: 40px;
}

.image-41 {
  width: 200px;
}

.image-42 {
  width: 200px;
  margin-left: 10px;
  margin-right: 20px;
}

.image-43 {
  width: 300px;
}

@media screen and (max-width: 991px) {
  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .container-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bold-text {
    font-size: 42px;
    line-height: 50px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-5 {
    max-width: 728px;
  }

  .button-3 {
    padding: 9px 12px;
    font-size: 14px;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .button-4, .submit-button {
    padding: 9px 12px;
    font-size: 14px;
  }

  .image-16 {
    width: 100%;
  }

  .image-14 {
    width: 130px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .image-14.speaking {
    width: 150px;
  }

  .image-15 {
    width: 180px;
  }

  .image-15.speaking {
    width: 200px;
  }

  .image-13 {
    width: 300px;
  }

  .image-13.speaking {
    width: 250px;
  }

  .div-block-6.speaking {
    width: 550px;
  }

  .heading-11 {
    text-align: center;
  }

  .div-block-5.speaking {
    width: 200px;
  }

  .form-block-2 {
    width: 60%;
  }

  .form-2 {
    width: 100%;
  }

  .container-16 {
    width: 70%;
  }

  .container-18 {
    width: 80%;
    max-width: 80%;
  }

  .image-33 {
    width: 180px;
    margin-right: 10px;
  }

  .image-39 {
    width: 110px;
  }

  .image-40 {
    width: 90px;
    margin-left: 10px;
  }

  .image-41 {
    width: 180px;
    margin-left: -20px;
  }

  .image-42 {
    width: 180px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .button-primary {
    margin-right: 15px;
  }

  .menu-button.w--open {
    background-color: #064296;
    border-radius: 8px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu-two {
    border-radius: 0 0 25px 25px;
    flex-direction: column;
    margin-top: -60px;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-block {
    align-items: center;
  }

  .container-6, .container-4 {
    width: 80%;
  }

  .grid {
    grid-template-rows: 200px auto;
  }

  .image-7 {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .columns-8 {
    flex-flow: column;
  }

  .image-12 {
    margin-top: 5px;
  }

  .heading-22 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 24px;
  }

  .container-8 {
    display: none;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .container-9 {
    width: 100%;
    max-width: 100%;
  }

  .image-16 {
    width: 80%;
    max-width: 80%;
  }

  .image-14 {
    width: 100px;
  }

  .image-14.speaking {
    width: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-15, .image-15.speaking {
    width: 150px;
  }

  .image-13 {
    width: 200px;
  }

  .image-13.speaking {
    width: 230px;
  }

  .flex-block-7 {
    flex-flow: column;
  }

  .div-block-6 {
    width: 420px;
  }

  .div-block-6.speaking {
    width: 425px;
  }

  .heading-11 {
    text-align: center;
    font-size: 14px;
  }

  .div-block-5 {
    width: 140px;
  }

  .heading-12 {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-25 {
    text-align: center;
    font-size: 14px;
  }

  .form-block-2 {
    width: 70%;
    max-width: 800px;
  }

  .div-block-14, .div-block-14.newsletter {
    width: 140px;
  }

  .container-12, .container-13 {
    width: 80%;
    max-width: 80%;
  }

  .heading-28 {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-6 {
    max-width: 80%;
    font-size: 15px;
  }

  .bold-text-7 {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-8 {
    font-size: 15px;
  }

  .heading-15 {
    font-size: 28px;
    line-height: 32px;
  }

  .image-21 {
    width: 36px;
  }

  .bold-text-8, .paragraph-9 {
    font-size: 15px;
  }

  .container-15, .container-16 {
    width: 100%;
  }

  .paragraph-10 {
    font-size: 15px;
  }

  .heading-32 {
    text-align: center;
    font-size: 14px;
  }

  .bold-text-9 {
    font-size: 28px;
    line-height: 32px;
  }

  .div-block-20, .div-block-20.newsletter {
    width: 140px;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-18 {
    width: 100%;
    max-width: 100%;
  }

  .bold-text-11 {
    font-size: 28px;
    line-height: 32px;
  }

  .button-9 {
    padding: 9px 12px;
  }

  .image-32 {
    width: 60%;
  }

  .image-33 {
    width: 210px;
    margin-bottom: 10px;
  }

  .heading-37 {
    text-align: right;
  }

  .image-39 {
    width: 140px;
  }

  .image-40 {
    width: 120px;
    margin-top: 10px;
    margin-left: 0;
  }

  .image-41 {
    width: 220px;
    margin-left: 0;
  }

  .image-42 {
    width: 210px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .heading {
    font-size: 16px;
    line-height: 20px;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text {
    margin-top: 0;
    font-size: 36px;
    line-height: 42px;
  }

  .button {
    padding: 9px 12px;
    font-size: 12px;
  }

  .container-5 {
    max-width: none;
  }

  .container-6 {
    width: 100%;
  }

  .heading-19 {
    font-size: 28px;
    line-height: 32px;
  }

  .grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-5, .heading-23 {
    font-size: 28px;
    line-height: 32px;
  }

  .container-9 {
    width: 100%;
    max-width: 100%;
  }

  .form-block {
    width: 80%;
    max-width: 80%;
  }

  .container-10 {
    width: 100%;
    max-width: 100%;
  }

  .bold-text-6 {
    font-size: 42px;
    line-height: 54px;
  }

  .image-14 {
    width: 120px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .image-13 {
    width: 250px;
  }

  .flex-block-7 {
    flex-flow: column;
  }

  .div-block-6 {
    width: 300px;
  }

  .div-block-6.speaking {
    width: 250px;
  }

  .div-block-5 {
    width: 80px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-12 {
    font-size: 24px;
  }

  .div-block-8 {
    width: 90%;
  }

  .form-block-2 {
    width: 100%;
  }

  .div-block-14 {
    width: 80px;
  }

  .div-block-14.newsletter {
    width: 60px;
  }

  .container-14 {
    width: 80%;
    max-width: 80%;
  }

  .button-5 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 12px;
  }

  .div-block-20 {
    width: 80px;
  }

  .div-block-20.newsletter {
    width: 60px;
  }

  .bold-text-10 {
    font-size: 48px;
    line-height: 54px;
  }

  .grid-2 {
    width: 90%;
  }

  .container-19 {
    width: 100%;
    max-width: 100%;
  }

  .heading-35 {
    font-size: 48px;
    line-height: 54px;
  }

  .bold-text-13 {
    font-size: 42px;
    line-height: 54px;
  }

  .image-31 {
    width: 100%;
  }

  .heading-37 {
    color: #000;
    margin-top: 223px;
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-14 {
    color: #000;
    width: 200px;
  }

  .image-44 {
    width: 180px;
  }
}

#w-node-_0c5ac1e6-187e-87f3-f51b-62da157f76bc-b4012088 {
  grid-template-rows: auto auto;
  grid-template-columns: 3fr 1fr;
}

#w-node-_2253b9f7-8873-35de-f161-75063dfaee30-b4012088 {
  grid-row: span 2 / span 2;
}

#w-node-_331ae8c3-1f4d-5428-7dc1-02b47dfb51f6-b4012088, #w-node-_331ae8c3-1f4d-5428-7dc1-02b47dfb51ff-b4012088, #w-node-_37fa2226-4450-a7f5-4d80-d7df72c8f6c3-e119c190, #w-node-_37fa2226-4450-a7f5-4d80-d7df72c8f6cc-e119c190, #w-node-db040481-cd05-db8a-1bd1-7c78234fdbbc-6d06b8f1, #w-node-db040481-cd05-db8a-1bd1-7c78234fdbc5-6d06b8f1, #w-node-_54fa946f-3e0b-746e-a571-05660ffd2844-0a8db118, #w-node-_8938e6bc-174a-489e-bcc3-173ebecfd0e2-0a8db118, #w-node-_46c3bf03-10f7-af9f-2915-44befa740e24-0a8db118, #w-node-_46c3bf03-10f7-af9f-2915-44befa740e2d-0a8db118, #w-node-_134cf37c-4d20-9ee8-ea0d-4581f7c049ea-d1f52ed9, #w-node-_134cf37c-4d20-9ee8-ea0d-4581f7c049f3-d1f52ed9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_0c5ac1e6-187e-87f3-f51b-62da157f76bc-b4012088 {
    grid-template-rows: auto auto;
    grid-template-columns: 3fr;
  }

  #w-node-_2253b9f7-8873-35de-f161-75063dfaee30-b4012088 {
    grid-row: span 2 / span 2;
  }
}


