@font-face {
  font-family: Gt Eesti;
  src: url('../fonts/GT-Eesti.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt Eesti;
  src: url('../fonts/GT-Eesti.zip') format("undefined");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt Eesti;
  src: url('../fonts/GT-Eesti.zip') format("undefined");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt Eesti;
  src: url('../fonts/GT-Eesti.zip') format("undefined");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt Eesti;
  src: url('../fonts/GT-Eesti.zip') format("undefined");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt Eesti;
  src: url('../fonts/GT-Eesti.zip') format("undefined");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #05226c;
  --white: #fff;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.new-page {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  padding-top: 30px;
  text-decoration: none;
  display: flex;
}

.navbar-content {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.navbar-menu-2 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding-left: 60px;
  text-decoration: none;
  display: flex;
}

.navbar-button {
  grid-column-gap: 8px;
  background-color: #05226c;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 163px;
  height: 50px;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.text-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.hero-heading-left {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 50px 24px 64px;
  text-decoration: none;
  display: flex;
}

.container {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 24px;
  aspect-ratio: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  text-decoration: none;
  display: flex;
}

.content {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.actions {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  background-color: #f535aa;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.text-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.button-2 {
  grid-column-gap: 8px;
  background-color: #05226c;
  border-radius: 25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.column-2 {
  grid-column-gap: 10px;
  box-shadow: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-6 {
  grid-column-gap: 10px;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 467px;
  height: 529px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.rectangle-3 {
  object-fit: cover;
  background-color: #f535aa;
  border-radius: 30px 10px;
  box-shadow: 0 2px 5px #0003;
}

.eva-leadership-0 {
  color: #f535aa;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.eva-leadership-1 {
  color: #05226c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.title-copy-goes-here-be-awesome-0 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.title-copy-goes-here-be-awesome-1 {
  color: #f535aa;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-0 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-1 {
  color: #f535aa;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.new-page-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1436px;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left-2 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 30px;
  text-decoration: none;
  display: flex;
}

.navbar-content-2 {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-menu-3 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link-2 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.navbar-link-3, .navbar-link-4, .navbar-link-5, .navbar-link-6 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.navbar-menu-4 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding-left: 60px;
  text-decoration: none;
  display: flex;
}

.navbar-button-2 {
  grid-column-gap: 8px;
  background-color: #05226c;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 163px;
  height: 50px;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.text-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.hero-heading-left-2 {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 50px 24px 64px;
  text-decoration: none;
  display: flex;
}

.container-2 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 697px;
  text-decoration: none;
  display: flex;
}

.content-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.actions-2 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-3 {
  grid-column-gap: 8px;
  background-color: #f535aa;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.text-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.button-4 {
  grid-column-gap: 8px;
  background-color: #05226c;
  border-radius: 25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.column-4 {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.frame-7 {
  grid-column-gap: 10px;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 467px;
  height: 529px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.rectangle-4 {
  object-fit: cover;
  background-color: #f535aa;
  border-radius: 30px 10px;
}

.hero-heading-right {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container-3 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column-5 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.rectangle-5 {
  object-fit: cover;
  background-color: #f535aa;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
}

.text-9 {
  color: #f535aa;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.text-10 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-11 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-5 {
  grid-column-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.eva-leadership-2 {
  color: #f535aa;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.eva-leadership-3 {
  color: #05226c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.title-copy-goes-here-be-awesome-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.title-copy-goes-here-be-awesome-3 {
  color: #f535aa;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-2 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-3 {
  color: #f535aa;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.new-page-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2272px;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left-3 {
  background-color: #fff0;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  margin: 10px auto 40px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  position: relative;
  top: auto;
}

.navbarcontainer-3 {
  justify-content: center;
  align-items: center;
  max-width: 1266px;
  padding-top: 10px;
  text-decoration: none;
}

.navbar-content-3 {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 1266px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #f735aa;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.navbar-menu-5 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-link-7 {
  border-bottom: 2px solid #f635aa;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 8%;
  height: 45px;
  padding: 24px 0;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.navbar-link-7:active {
  border-bottom: 0 solid #f535aa;
}

.text-14 {
  color: #000;
  text-align: center;
  width: 100px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-14:active {
  border-bottom: 1px solid #f535aa;
}

.navbar-link-8 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 45px;
  padding: 24px 0;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.navbar-link-9 {
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 45px;
  padding: 24px 0;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.navbar-link-10, .navbar-link-11 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 24px 0;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.navbar-menu-6 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.navbar-button-3 {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #05226c;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 163px;
  height: 50px;
  margin-left: 80px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.navbar-button-3:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.text-15 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.hero-heading-left-3 {
  grid-column-gap: 80px;
  background-color: #fff;
  background-image: url('../images/Head-top-corner-pink.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 10px 24px 64px;
  text-decoration: none;
  display: flex;
}

.container-4 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.column-6 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 750px;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.content-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.actions-3 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-6 {
  grid-column-gap: 8px;
  background-color: #f535aa;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.button-6:hover {
  background-image: linear-gradient(#20212480, #20212480);
}

.text-16 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.button-7 {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #05226c;
  border-radius: 25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.button-7:hover {
  background-color: #3d3e3f80;
  background-image: linear-gradient(#05226c, #05226c);
}

.column-7 {
  box-shadow: none;
  justify-content: flex-end;
  align-items: center;
  width: 400px;
  text-decoration: none;
  display: flex;
}

.frame-8 {
  grid-column-gap: 10px;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 467px;
  height: 529px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.rectangle-6 {
  box-shadow: none;
  background-color: #f535aa00;
  border-radius: 30px 10px;
  width: auto;
  height: auto;
}

.hero-heading-right-2 {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container-5 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column-8 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.rectangle-7 {
  object-fit: cover;
  background-color: #f535aa;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
}

.frame-30 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #f535aa;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.vectors-wrapper {
  background-image: linear-gradient(#f535aa, #f535aa);
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 4px;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.hi-im-ramya-eva-your-dedicated-coach-and-facilitator-i-m-passionate-about-fostering-effective-future-proof-leadership-and-collaboration-worldwide-for-me-its-all-about-the-relationships-with-my-clients-recognizing-their-unique-needs-and-aspirations-i-craft-personalized-strategies-tailored-to-your-challenges-goals-and-organizational-culture-picture-me-coaching-in-my-signature-neon-pink-infusing-sessions-with-connection-grounded-wisdom-and-emotional-intelligence-delivered-in-a-fun-and-relevant-way-to-today-s-world {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.eva-leadership-4 {
  color: #f535aa;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.eva-leadership-5 {
  color: #05226c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.title-copy-goes-here-be-awesome-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.title-copy-goes-here-be-awesome-5 {
  color: #f535aa;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-4 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-5 {
  color: #f535aa;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.hero-heading-right-3 {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container-6 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column-9 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.rectangle-8 {
  object-fit: cover;
  background-color: #f535aa;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
}

.column-10 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-31 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: #f535aa;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.text-20 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.why-me {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container-7 {
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.column-11 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: none;
}

.image-wrapper-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.rectangle-9 {
  object-fit: cover;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  box-shadow: 0 2px 5px #0003;
}

.column-12 {
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-32 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-21 {
  color: #f535aa;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.text-22 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.sec-3 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container-8 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section-title {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1036px;
  text-decoration: none;
  display: flex;
}

.frame-33 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-23 {
  color: #f535aa;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.text-24 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-25 {
  color: #000c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.columns {
  grid-column-gap: 38px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card {
  background-color: #f535aa;
  border-radius: 60px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 430px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.info {
  background-color: #f535aa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 199px;
  text-decoration: none;
  display: flex;
}

.card-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-3 {
  background-color: #fff;
  border-radius: 60px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 430px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.info-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.container-9 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-34 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  background-image: linear-gradient(#f535aa, #f535aa);
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 4px;
  text-decoration: none;
  display: flex;
}

.text-26 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-27 {
  color: #000c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.columns-2 {
  grid-column-gap: 38px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-4 {
  background-color: #fff;
  border-radius: 60px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 430px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 2px 5px #0003, 0 4px 4px #00000040;
}

.card-4:hover {
  color: #fff;
  background-color: #f535aa4d;
}

.info-3 {
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: auto;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.info-3.info-2 {
  background-color: #fff;
  width: 95%;
  height: auto;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.frame-35 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #05226c;
  background-image: url('../images/Ellipse-2.png');
  background-position: 63% 15%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 352px;
  padding: 10px 5px 0;
  text-decoration: none;
  display: flex;
}

.text-28 {
  color: #f535aa;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
  text-decoration: none;
}

.text-29 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

.text-30 {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 352px;
  margin-top: -10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.vectors-wrapper-4 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 87px;
  text-decoration: none;
  display: flex;
}

.card-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.card-6 {
  background-color: #fff;
  border-radius: 60px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 430px;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 2px 5px #0003, 0 4px 4px #00000040;
}

.info-4 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 199px;
  text-decoration: none;
  display: flex;
}

.div-block {
  background-image: linear-gradient(#f535aa, #f535aa);
  width: 50px;
  height: 3px;
}

.body {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.menu-button {
  padding-right: 0;
}

.last {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.last-copy {
  color: #181818;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.last-copy._2 {
  margin-top: 20px;
}

.text-30-copy._1 {
  color: #294152;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.text-30-copy._1-copy {
  color: #000000e6;
  margin-top: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.text-span {
  font-size: 50px;
  font-weight: 700;
}

.testimonial {
  background-image: linear-gradient(#05226c, #05226c);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 60px;
  text-decoration: none;
  display: flex;
}

.testimonial-stack {
  grid-column-gap: 80px;
  background-color: #05226c;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 24px;
  text-decoration: none;
  display: flex;
}

.small-container {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 350px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.content-wrapper {
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1026px;
  text-decoration: none;
  display: flex;
}

.content-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title {
  font-size: 26px;
  font-weight: 400;
}

.title-0 {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.title-1 {
  color: #f535aa;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.gallery-overview-2 {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container-10 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1266px;
  text-decoration: none;
  display: flex;
}

.section-title-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1036px;
  text-decoration: none;
  display: flex;
}

.frame-36 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-31 {
  color: #f535aa;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  text-decoration: none;
}

.vectors-wrapper-6 {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 0;
  text-decoration: none;
  display: flex;
}

.text-32 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 55px;
  text-decoration: none;
}

.columns-3 {
  grid-column-gap: 38px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-17 {
  grid-column-gap: 10px;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.rectangle-10 {
  object-fit: cover;
  background-color: #f535aa;
  border-radius: 30px 10px;
}

.faq {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container-11 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1266px;
  text-decoration: none;
  display: flex;
}

.text-33 {
  color: #f535aa;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  text-decoration: none;
}

.vectors-wrapper-7 {
  background-image: linear-gradient(#f535aa, #f535aa);
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 4px;
  text-decoration: none;
  display: flex;
}

.text-34 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 55px;
  text-decoration: none;
}

.columns-4 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-37 {
  grid-column-gap: 10px;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.rectangle-11 {
  object-fit: cover;
  background-image: linear-gradient(#0000, #0000);
  border-radius: 30px 10px;
  height: 550px;
  box-shadow: 2px 2px 5px #0003;
}

.book-session {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.small-container-2 {
  grid-row-gap: 24px;
  background-color: #f535aa;
  background-image: url('../images/Ellipse-5.png');
  background-position: 95% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 400px;
  padding: 64px 42px;
  text-decoration: none;
  display: flex;
}

.frame-38 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-8 {
  background-image: linear-gradient(#fff, #fff);
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 4px;
  text-decoration: none;
  display: flex;
}

.text-35 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  text-decoration: none;
}

.content-wrapper-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.description {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 700;
  line-height: 70px;
  text-decoration: none;
}

.description-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.actions-4 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-8 {
  grid-column-gap: 8px;
  color: var(--white);
  background-color: #05226c;
  border-radius: 25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.button-8:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.text-36 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.footer {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px 8px;
  text-decoration: none;
  display: flex;
}

.columns-5 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column-13 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 370px;
  text-decoration: none;
  display: flex;
}

.logo-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.small-columns {
  grid-column-gap: 25px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 820px;
  padding-top: 16px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.column-14 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.content-5 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-37 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.column-15 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 95px;
  text-decoration: none;
  display: flex;
}

.content-6 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-16 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 91px;
  text-decoration: none;
  display: flex;
}

.content-7 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-17 {
  grid-column-gap: 200px;
  justify-content: flex-end;
  align-items: center;
  width: 80px;
  text-decoration: none;
  display: flex;
}

.content-8 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content-9 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.text-38 {
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.copyright {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 50px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  box-shadow: 0 -1px #bac5d3;
}

.text-39 {
  color: #a0a0a0b3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 55px;
  text-decoration: none;
}

.frame {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container-12 {
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1200px;
  text-decoration: none;
  display: flex;
}

.section-title-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1036px;
  text-decoration: none;
  display: flex;
}

.frame-39 {
  grid-column-gap: 24px;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 0;
  text-decoration: none;
  display: flex;
}

.text-40 {
  color: #f535aa;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.text-41 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-42 {
  color: #000c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.columns-6 {
  grid-column-gap: 38px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-7 {
  background-color: #fff;
  border-radius: 60px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 650px;
  height: 250px;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 2px 5px #0003, 0 4px 4px #00000040;
}

.info-5 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.frame-40 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 450px;
  padding: 10px 5px;
  text-decoration: none;
  display: flex;
}

.text-43 {
  color: #05226c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 900;
  line-height: 55px;
  text-decoration: none;
}

.vectors-wrapper-10 {
  color: #05226c;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 64px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 87px;
  text-decoration: none;
  display: flex;
}

.card-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.card-9 {
  background-color: #fff;
  border-radius: 60px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 430px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.info-6 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 199px;
  text-decoration: none;
  display: flex;
}

.frame-41 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 352px;
  height: 300px;
  padding: 10px 5px;
  text-decoration: none;
  display: flex;
}

.text-44 {
  color: #05226c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 900;
  line-height: 55px;
  text-decoration: none;
}

.vectors-wrapper-13 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 64px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 87px;
  text-decoration: none;
  display: flex;
}

.text-43-copy {
  color: #05226c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 900;
  line-height: 55px;
  text-decoration: none;
}

.text-43-copy-copy {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.image {
  margin-bottom: 20px;
}

.text-28-copy {
  color: #05226c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
  text-decoration: none;
}

.text-30-copy {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 352px;
  margin-top: -10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.text-30-copy.info-2 {
  color: #05226c;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
}

.text-30-copy-copy {
  color: #05226ccc;
  text-align: center;
  width: 100%;
  max-width: 352px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.text-block {
  color: #f535aa;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.columns-7 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.column-18 {
  border-right: 1px solid #f535aa;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-right: 20px;
  display: flex;
}

.column-19 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  display: flex;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.slider {
  box-sizing: border-box;
  background-color: #05226c;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 263px;
  padding-right: 20px;
  display: flex;
}

.slide-nav {
  display: none;
}

.slide {
  background-color: var(--black);
  vertical-align: middle;
  background-image: linear-gradient(#05226c, #05226c);
  position: relative;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 263px;
  padding-left: 20px;
  display: flex;
}

.div-block-2 {
  border-bottom: 2px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 750px;
  height: 80px;
  margin-top: 20px;
  display: none;
}

.text-block-2 {
  font-size: 28px;
}

.text-block-3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}

.dropdown-toggle {
  grid-column-gap: 350px;
  grid-row-gap: 350px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 0 0 10px;
  display: flex;
}

.faq-text {
  grid-column-gap: 5px;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 0 20px 20px;
  text-decoration: none;
  display: flex;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-2 {
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.dropdown-3, .dropdown-4, .dropdown-5, .dropdown-6 {
  margin-left: 0;
}

.dropdown-toggle-copy {
  grid-column-gap: 240px;
  grid-row-gap: 240px;
  grid-column-gap: 230px;
  grid-row-gap: 230px;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  padding: 0 0 10px;
  display: flex;
}

.dropdown-link {
  width: 1200px;
}

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

.columns-8 {
  width: 100%;
  margin-bottom: 10px;
}

.link, .link-2 {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.link-3 {
  color: #000;
  width: 100px;
  font-size: 18px;
  text-decoration: none;
}

.link-4, .link-5 {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.link-6 {
  text-decoration: none;
}

.bold-text {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.card-4-2 {
  background-color: #fff;
  border-radius: 60px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 430px;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 2px 5px #0003, 0 4px 4px #00000040;
}

.card-4-2:hover {
  color: #fff;
  background-color: #f535aa;
}

.card-4-3 {
  background-color: #f535aa;
  border-radius: 60px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 430px;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 2px 5px #0003, 0 4px 4px #00000040;
}

.info-3-1 {
  background-color: #fff0;
  flex-direction: column;
  width: 95%;
  height: auto;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.info-3-1.info-2 {
  background-color: #fff;
  width: 95%;
  height: auto;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.frame-35-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #05226c;
  background-image: url('../images/Ellipse-2.png');
  background-position: 63% 15%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 10px 5px 0;
  text-decoration: none;
  display: flex;
}

.text-28-1 {
  color: #f535aa;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25px;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
  text-decoration: none;
}

.text-28-1:hover {
  color: #f535aa;
}

.text-29-1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

.card-4-3-1 {
  background-color: #fff;
  border-radius: 60px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 430px;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 2px 5px #0003, 0 4px 4px #00000040;
}

.card-4-3-1:hover {
  background-color: #f535aa4d;
}

.info-3-2 {
  background-color: #fff0;
  flex-direction: column;
  width: 95%;
  height: auto;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.info-3-2.info-2 {
  background-color: #fff;
  width: 95%;
  height: auto;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.text-28-copy {
  color: #f535aa;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25px;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
  text-decoration: none;
}

.text-29-copy {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

.columns-9 {
  width: 60%;
  margin-top: 20px;
}

.column-22 {
  display: flex;
}

.columns-10 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.text-block-4 {
  color: #000;
  width: 250px;
  font-size: 26px;
  font-weight: 700;
}

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

.navbar-logo-left-4 {
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 30px;
  text-decoration: none;
  display: flex;
}

.navbar-content-4 {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.text-45 {
  font-weight: 700;
}

.navbar-menu-7 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: 60px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.navbar-link-12 {
  border-bottom: 2px solid #f635aa;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.navbar-link-12.w--current {
  color: #000;
}

.text-46 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.navbar-link-13 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.navbar-link-13.w--current {
  color: #3a3a3a;
}

.navbar-link-14 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.navbar-link-14.w--current {
  color: #242424;
}

.navbar-link-15 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.navbar-link-15.w--current {
  color: #313131;
}

.navbar-link-16 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.navbar-menu-8 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.navbar-button-4 {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #05226c;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 163px;
  height: 50px;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.text-47 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.eva-leadership-6 {
  color: #f535aa;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.eva-leadership-7 {
  color: #05226c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.dropdown-list {
  aspect-ratio: 1;
}

.div-block-15 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.accordion-item {
  background-color: #fff;
  border-bottom: 2px solid #000;
  border-radius: 0;
  flex-flow: column;
  order: 0;
  width: 750px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  display: block;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-heading {
  color: #333;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 30px;
}

.faq-body-cont {
  text-align: left;
  background-color: #fff;
  border-top: 1px #000;
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}

.bold-text-2 {
  font-size: 22px;
}

.accordion-item-trigger-2 {
  color: #daa864;
  text-align: left;
  background-color: #262b4700;
  border: 0 #000;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  display: flex;
}

.faq-answer {
  color: #333c;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  flex-direction: row;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.icon-2.accordion-icon {
  color: #0009;
  cursor: pointer;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.text-span-6 {
  font-weight: 600;
  display: inline;
}

.div-block-15-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.faq-answer-copy {
  color: #333c;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  flex-direction: row;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.text-span-7 {
  font-weight: 700;
}

.column-17-copy {
  grid-column-gap: 200px;
  justify-content: flex-end;
  align-items: center;
  width: 70px;
  text-decoration: none;
  display: flex;
}

.text-29-copy-copy {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

.frame-35-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #05226c;
  background-image: url('../images/Ellipse-2.png');
  background-position: 63% 1%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 352px;
  padding: 10px 5px 0;
  text-decoration: none;
  display: flex;
}

.columns-10-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 5px;
  display: flex;
}

.column-11-copy {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-block-copy {
  color: #f535aa;
  text-align: center;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.button-6-copy {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #05226c;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.button-6-copy:hover {
  background-image: linear-gradient(#202124cc, #202124cc);
}

.modal-wrapper-1 {
  z-index: 99999;
  perspective: 850px;
  cursor: default;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-body {
  z-index: 10;
  color: #313131;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 600px;
  padding: 60px 20px;
  display: block;
  position: relative;
  box-shadow: 0 9px 50px -14px #000;
}

.close-icon {
  z-index: 20;
  cursor: pointer;
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.image-4 {
  width: 25px;
}

.modal-title {
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.model-para {
  text-align: center;
  width: 90%;
  margin: 10px auto 0;
  font-size: 16px;
  display: block;
}

.modal-closer-2 {
  z-index: 5;
  background-color: #000000b0;
  display: none;
  position: absolute;
  inset: 0;
}

.card-4-2-copy {
  background-color: #fff;
  border-radius: 60px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 430px;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 2px 5px #0003, 0 4px 4px #00000040;
}

.card-4-2-copy:hover {
  color: #fff;
  background-color: #f535aa4d;
}

.gallery-overview {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.testimonial-stack-2 {
  grid-column-gap: 80px;
  background-color: #05226c;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 315px;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.small-container-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 864px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.content-wrapper-3 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 928px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.content-10 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.gallery-overview-3 {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 64px 40px;
  text-decoration: none;
  display: flex;
}

.container-14 {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1252px;
  height: auto;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.section-title-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 582px;
  padding-top: 34px;
  padding-bottom: 34px;
  text-decoration: none;
  display: flex;
}

.frame-42 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-48 {
  color: #f535aa;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  text-decoration: none;
}

.vectors-wrapper-15 {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 0;
  text-decoration: none;
  display: flex;
}

.text-49 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
}

.text-50 {
  color: #000c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.button-9 {
  grid-column-gap: 8px;
  background-color: #f535aa;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.text-51 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.frame-43 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-44 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-45 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-46 {
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 622px;
  padding: 50px 40px;
  text-decoration: none;
  display: flex;
  box-shadow: -4px -4px 4px #0000001a, 0 4px 4px #00000040;
}

.frame-47 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.columns-12 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.image-6 {
  object-fit: cover;
  border-radius: 30px;
}

.frame-48 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-52-1-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.columns-13 {
  grid-column-gap: 38px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 255px;
  height: 63px;
  padding-left: 10px;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.frame-49 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 214px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.text-53 {
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-54 {
  color: #000c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.columns-14 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.columns-15 {
  grid-column-gap: 38px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 255px;
  height: 63px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.text-55 {
  color: #000c;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.columns-16 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.columns-17 {
  grid-column-gap: 38px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 255px;
  height: 63px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.gallery-overview-4 {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 999px;
  padding: 40px 60px;
  text-decoration: none;
  display: flex;
}

.container-15 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1224px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.section-title-5 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 34px;
  padding-bottom: 34px;
  text-decoration: none;
  display: flex;
}

.frame-50 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-56 {
  color: #f535aa;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  text-decoration: none;
}

.vectors-wrapper-16 {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 0;
  text-decoration: none;
  display: flex;
}

.text-57 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
}

.text-58 {
  color: #000c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-51 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1214px;
  text-decoration: none;
  display: flex;
}

.frame-52 {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1214px;
  text-decoration: none;
  display: flex;
}

.frame-53 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 622px;
  text-decoration: none;
  display: flex;
}

.frame-54 {
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 622px;
  padding: 50px 40px;
  text-decoration: none;
  display: flex;
  box-shadow: -4px -4px 4px #0000001a, 0 4px 4px #00000040;
}

.frame-55 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-56 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-59 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 55px;
  text-decoration: none;
}

.text-60 {
  color: #000c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-57 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 572px;
  text-decoration: none;
  display: flex;
}

.frame-58 {
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 572px;
  padding: 50px 40px;
  text-decoration: none;
  display: flex;
  box-shadow: -4px -4px 4px #0000001a, 0 4px 4px #00000040;
}

.gallery-overview-5 {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 999px;
  padding: 40px 60px;
  text-decoration: none;
  display: flex;
}

.container-16 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1224px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.section-title-6 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 34px;
  padding-bottom: 34px;
  text-decoration: none;
  display: flex;
}

.frame-59 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-61 {
  color: #f535aa;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  text-decoration: none;
}

.vectors-wrapper-17 {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 0;
  text-decoration: none;
  display: flex;
}

.text-62 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
}

.text-63 {
  color: #000c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-60 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1214px;
  text-decoration: none;
  display: flex;
}

.frame-61 {
  grid-column-gap: 20px;
  border-radius: 60px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1214px;
  text-decoration: none;
  display: flex;
}

.frame-62 {
  grid-row-gap: 10px;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 622px;
  text-decoration: none;
  display: flex;
}

.frame-63 {
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 622px;
  padding: 50px 40px;
  text-decoration: none;
  display: flex;
  box-shadow: -4px -4px 4px #0000001a, 0 4px 4px #00000040;
}

.frame-64, .frame-65 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-64 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 55px;
  text-decoration: none;
}

.text-65 {
  color: #000c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-66 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 572px;
  text-decoration: none;
  display: flex;
}

.frame-67 {
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 572px;
  padding: 50px 40px;
  text-decoration: none;
  display: flex;
  box-shadow: -4px -4px 4px #0000001a, 0 4px 4px #00000040;
}

.link-7 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.modal-wrapper-2, .modal-wrapper-3 {
  z-index: 99999;
  perspective: 850px;
  cursor: default;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0;
}

.text-52-1, .text-52-copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.frame-48-copy {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-52-1-2-copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.italic-text, .italic-text-2, .italic-text-3 {
  font-style: normal;
}

.test-name-blk-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.test-name-blk-divider {
  background-color: #f535aa;
  width: 1.5px;
  height: 25px;
}

.home-hero-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 50px;
  line-height: 60px;
}

.home-hero-highlight {
  color: #f535aa;
}

.home-hero-sub-text {
  width: 70%;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 34px;
}

.home-hero-sub-text-highlight {
  color: #f535aa;
}

.logo-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: flex;
}

.flex {
  display: flex;
}

.testimonial-section {
  background-color: #05226c;
  align-self: stretch;
  margin-bottom: 0;
}

.content-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.test-slider {
  background-color: #fff0;
}

.test-slider-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.test-slider-nav {
  display: none;
}

.test-slide {
  height: 100%;
}

.test-slide-content {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.test-slide-item {
  align-self: center;
}

.test-quote {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.bold-text-4 {
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link {
    justify-content: center;
  }

  .navbar-menu-2 {
    max-width: unset;
  }

  .navbar-button {
    justify-content: center;
  }

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

  .navbar-logo-left-2 {
    padding-right: 0;
  }

  .navbar-menu-3 {
    max-width: unset;
  }

  .navbar-link-2, .navbar-link-3, .navbar-link-4, .navbar-link-5, .navbar-link-6 {
    justify-content: center;
  }

  .navbar-menu-4 {
    max-width: unset;
  }

  .navbar-button-2 {
    justify-content: center;
  }

  .container-2, .container-3 {
    flex-direction: column;
    align-items: center;
  }

  .navbar-logo-left-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .navbarcontainer-3 {
    grid-column-gap: 400px;
    grid-row-gap: 400px;
    flex-flow: row;
    display: block;
  }

  .navbar-content-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .text-13 {
    width: 100%;
    font-size: 22px;
  }

  .navbar-menu-5 {
    background-color: #f635aa;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-link-7 {
    color: #fff;
    justify-content: center;
  }

  .text-14 {
    color: #05226c;
  }

  .navbar-link-8, .navbar-link-9, .navbar-link-10, .navbar-link-11 {
    justify-content: center;
  }

  .navbar-menu-6 {
    max-width: unset;
  }

  .navbar-button-3 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-heading-left-3 {
    background-position: 100% -50%;
    background-size: 150%;
  }

  .container-4 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 720px;
    padding-left: 10px;
  }

  .column-6 {
    width: 494.422px;
  }

  .frame-8 {
    padding-right: 0;
  }

  .rectangle-6 {
    height: 400px;
  }

  .container-5 {
    flex-direction: column;
    align-items: center;
  }

  .hi-im-ramya-eva-your-dedicated-coach-and-facilitator-i-m-passionate-about-fostering-effective-future-proof-leadership-and-collaboration-worldwide-for-me-its-all-about-the-relationships-with-my-clients-recognizing-their-unique-needs-and-aspirations-i-craft-personalized-strategies-tailored-to-your-challenges-goals-and-organizational-culture-picture-me-coaching-in-my-signature-neon-pink-infusing-sessions-with-connection-grounded-wisdom-and-emotional-intelligence-delivered-in-a-fun-and-relevant-way-to-today-s-world {
    font-size: 14px;
  }

  .title-copy-goes-here-be-awesome-4, .title-copy-goes-here-be-awesome-5 {
    font-size: 45px;
  }

  .container-6 {
    flex-direction: column;
    align-items: center;
  }

  .why-me {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-7 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .rectangle-9 {
    height: 400px;
  }

  .text-21 {
    font-size: 20px;
  }

  .text-22 {
    font-size: 26px;
  }

  .sec-3 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .card {
    margin-bottom: 40px;
  }

  .card-2 {
    justify-content: center;
    align-items: center;
  }

  .card-3 {
    margin-bottom: 40px;
  }

  .text-27 {
    font-size: 18px;
  }

  .columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .card-4 {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }

  .text-29 {
    flex: 0 auto;
    line-height: 55%;
  }

  .text-30 {
    margin-top: 0;
    font-size: 16px;
  }

  .card-5 {
    margin-bottom: 20px;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding-right: 18px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #05226c;
  }

  .last-copy {
    margin-top: 10px;
  }

  .text-30-copy {
    margin-top: 0;
    font-size: 16px;
  }

  .text-span {
    font-size: 45px;
  }

  .testimonial {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper {
    width: 80%;
  }

  .title-0 {
    font-size: 20px;
  }

  .section-title-2 {
    padding-left: 20px;
  }

  .columns-3 {
    flex-direction: column;
    align-items: center;
  }

  .columns-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .frame-37 {
    justify-content: center;
    align-items: center;
  }

  .small-container-2 {
    grid-row-gap: 10px;
  }

  .description {
    font-size: 50px;
  }

  .description-2 {
    font-size: 20px;
  }

  .columns-5 {
    flex-direction: column;
    align-items: center;
  }

  .column-13 {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .small-columns {
    justify-content: center;
    align-items: center;
  }

  .content-5, .content-6, .content-7, .content-8, .content-9 {
    align-items: center;
  }

  .copyright {
    justify-content: center;
    align-items: center;
  }

  .container-12 {
    width: 100%;
  }

  .section-title-3 {
    width: auto;
    padding-left: 20px;
  }

  .text-41 {
    text-align: left;
  }

  .columns-6 {
    flex-direction: column;
    align-items: center;
  }

  .card-7 {
    margin-bottom: 40px;
  }

  .text-29-copy {
    flex: 0 auto;
  }

  .text-30-copy {
    margin-top: 0;
  }

  .text-30-copy.info-2 {
    font-size: 16px;
  }

  .text-30-copy-copy {
    margin-top: 0;
    font-size: 16px;
  }

  .columns-7 {
    flex-flow: row;
    width: 100%;
  }

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

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .right-arrow {
    padding-right: 0;
  }

  .left-arrow {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

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

  .text-block-3 {
    font-size: 22px;
  }

  .faq-text {
    width: 100%;
  }

  .card-4-2, .card-4-3 {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }

  .text-29-1 {
    flex: 0 auto;
    line-height: 25px;
  }

  .card-4-3-1 {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }

  .text-29-copy {
    flex: 0 auto;
    line-height: 55%;
  }

  .navbar-logo-left-4 {
    padding-right: 0;
  }

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

  .navbar-menu-7 {
    color: #fff;
    background-color: #05226c;
    flex-flow: row;
    height: 320px;
    margin-left: 0;
    display: block;
  }

  .navbar-link-12 {
    color: #fff;
    justify-content: center;
    padding-top: 12px;
  }

  .text-46 {
    color: #fff;
  }

  .navbar-link-13, .navbar-link-14, .navbar-link-15 {
    color: #fff;
    justify-content: center;
  }

  .navbar-link-16 {
    justify-content: center;
  }

  .navbar-menu-8 {
    background-color: #05226c;
    width: 100%;
    margin-top: 230px;
    padding: 12px;
  }

  .navbar-button-4 {
    background-color: #f635aa;
    justify-content: center;
  }

  .accordion-item {
    width: 100%;
  }

  .accordion-item-trigger-2 {
    width: auto;
  }

  .icon-3 {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
  }

  .text-span-7 {
    color: #fff;
  }

  .text-29-copy-copy {
    flex: 0 auto;
    line-height: 55%;
  }

  .menu-button-2 {
    padding: 0;
  }

  .card-4-2-copy {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }

  .testimonial-stack-2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .small-container-3, .content-wrapper-3 {
    height: auto;
  }

  .title-2 {
    font-size: 18px;
  }

  .columns-12 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .columns-13 {
    flex-direction: column;
    align-items: center;
  }

  .columns-14 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .columns-15 {
    flex-direction: column;
    align-items: center;
  }

  .columns-16 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .columns-17 {
    flex-direction: column;
    align-items: center;
  }

  .gallery-overview-5 {
    height: auto;
  }

  .text-65 {
    font-size: 18px;
  }

  .home-hero-heading {
    font-size: 46px;
    line-height: 56px;
  }

  .home-hero-sub-text {
    width: 100%;
    font-size: 22px;
    line-height: 32px;
  }

  .content-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .test-quote {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-3 {
    align-self: center;
    max-width: none;
    margin-top: 10px;
    display: flex;
  }

  .navbarcontainer-3 {
    grid-column-gap: 220px;
    grid-row-gap: 220px;
    padding-top: 0;
  }

  .navbar-content-3 {
    width: auto;
  }

  .text-13 {
    color: #05226c;
    text-align: center;
    font-size: 24px;
  }

  .hero-heading-left-3 {
    background-position: -10% -5%;
    background-size: 100%;
  }

  .container-4 {
    flex-flow: column;
    max-width: 100%;
    margin-top: 30px;
  }

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

  .frame-8 {
    height: 100%;
    margin-top: 20px;
  }

  .title-copy-goes-here-be-awesome-4, .title-copy-goes-here-be-awesome-5 {
    font-size: 40px;
  }

  .lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-4 {
    font-size: 22px;
  }

  .why-me {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .column-11.add {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .image-wrapper-4 {
    margin-bottom: 40px;
    padding-top: 10px;
  }

  .text-21 {
    font-size: 18px;
  }

  .text-22 {
    font-size: 28px;
  }

  .sec-3 {
    margin-top: auto;
    margin-bottom: 0;
  }

  .text-23 {
    width: 80%;
    font-size: 18px;
  }

  .card-2 {
    justify-content: center;
    align-items: center;
  }

  .vectors-wrapper-3 {
    width: 50px;
  }

  .text-26 {
    font-size: 28px;
  }

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

  .text-30 {
    line-height: 120%;
  }

  .icon {
    color: #fff;
  }

  .text-span {
    color: #05226c;
    font-size: 40px;
  }

  .testimonial {
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-wrapper {
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    height: 300px;
  }

  .content-4 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 10px 5px;
  }

  .title {
    font-size: 24px;
  }

  .title-0 {
    font-size: 18px;
  }

  .section-title-2 {
    grid-row-gap: 5px;
  }

  .container-11 {
    grid-row-gap: 30px;
  }

  .text-34 {
    font-size: 28px;
  }

  .small-container-2 {
    grid-row-gap: 0px;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .description {
    font-size: 28px;
    line-height: 50px;
  }

  .description-2 {
    font-size: 18px;
    line-height: 120%;
  }

  .frame {
    margin-top: 0;
  }

  .container-12 {
    grid-row-gap: 20px;
  }

  .text-40 {
    font-size: 18px;
  }

  .text-41 {
    font-size: 28px;
  }

  .columns-6 {
    grid-column-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .card-7 {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-30-copy, .text-30-copy-copy {
    line-height: 120%;
  }

  .text-block {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-right: 0;
    font-size: 16px;
    display: flex;
  }

  .columns-7 {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 20px;
    padding-right: 30px;
    display: flex;
  }

  .column-18 {
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .column-19 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .column-20 {
    flex: 0 10 auto;
    justify-content: flex-end;
    align-items: center;
  }

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

  .image-2, .image-3 {
    max-width: 70%;
  }

  .column-21 {
    flex-flow: row;
    margin-left: auto;
    margin-right: auto;
  }

  .text-29-1 {
    line-height: 25px;
  }

  .columns-9 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .column-22 {
    justify-content: center;
    align-items: center;
  }

  .columns-10 {
    width: 80%;
  }

  .accordion-item-content-2 {
    margin-right: 0;
  }

  .columns-10-copy {
    width: 80%;
  }

  .column-11-copy {
    display: none;
  }

  .text-block-copy {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-right: 10px;
    font-size: 16px;
    display: flex;
  }

  .title-2 {
    font-size: 16px;
  }

  .container-14 {
    flex-flow: column;
  }

  .text-50, .text-54, .text-65 {
    font-size: 16px;
  }

  .home-hero-heading {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .home-hero-sub-text {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .logo-wrap {
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .content-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .test-slider {
    height: auto;
  }

  .test-quote {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-3 {
    justify-content: center;
    align-items: center;
  }

  .navbarcontainer-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    font-size: 14px;
    display: flex;
  }

  .navbar-content-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-13 {
    color: #05226c;
    margin-top: 0;
    font-size: 16px;
  }

  .hero-heading-left-3 {
    background-position: 100% 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-4 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .column-6 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .content-3 {
    grid-row-gap: 0px;
  }

  .actions-3 {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 0;
  }

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

  .column-7 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .frame-8 {
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-left: 0;
  }

  .rectangle-6 {
    height: auto;
  }

  .hi-im-ramya-eva-your-dedicated-coach-and-facilitator-i-m-passionate-about-fostering-effective-future-proof-leadership-and-collaboration-worldwide-for-me-its-all-about-the-relationships-with-my-clients-recognizing-their-unique-needs-and-aspirations-i-craft-personalized-strategies-tailored-to-your-challenges-goals-and-organizational-culture-picture-me-coaching-in-my-signature-neon-pink-infusing-sessions-with-connection-grounded-wisdom-and-emotional-intelligence-delivered-in-a-fun-and-relevant-way-to-today-s-world {
    font-size: 14px;
  }

  .eva-leadership-4 {
    border: 1px solid #f635aa00;
    font-size: 24px;
  }

  .eva-leadership-5 {
    font-size: 24px;
  }

  .title-copy-goes-here-be-awesome-4 {
    font-size: 24px;
    line-height: 35%;
  }

  .title-copy-goes-here-be-awesome-5 {
    color: var(--black);
    font-size: 26px;
  }

  .lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-4 {
    color: #05226c;
    font-size: 14px;
    font-weight: 500;
  }

  .lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-5 {
    color: #05226c;
    font-size: 16px;
  }

  .why-me {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .column-11 {
    height: 0%;
    display: block;
  }

  .image-wrapper-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rectangle-9 {
    height: auto;
  }

  .column-12 {
    grid-row-gap: 10px;
    padding-top: 0;
  }

  .frame-32 {
    grid-column-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

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

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

  .sec-3 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section-title {
    grid-row-gap: 5px;
  }

  .text-23 {
    text-align: center;
    width: 80%;
    font-size: 14px;
  }

  .columns {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-9 {
    grid-row-gap: 30px;
  }

  .frame-34 {
    grid-column-gap: 15px;
    flex-flow: row;
    width: 95%;
  }

  .text-26 {
    font-size: 20px;
  }

  .text-27 {
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
  }

  .card-4 {
    max-width: none;
    height: 350px;
  }

  .info-3 {
    width: 85%;
    height: auto;
    padding: 20px 0;
  }

  .info-3.info-2 {
    width: 85%;
    height: 80%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .frame-35 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 75% 20%;
  }

  .text-28 {
    margin-bottom: 10px;
    font-weight: 800;
  }

  .text-29 {
    font-size: 18px;
    line-height: 100%;
  }

  .text-30 {
    margin-top: 5px;
    font-size: 14px;
  }

  .card-6 {
    height: 350px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding-right: 18px;
  }

  .last-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .last-copy._2 {
    flex: 0 auto;
    height: auto;
  }

  .text-30-copy {
    color: #fffc;
    font-size: 14px;
  }

  .text-30-copy._1, .text-30-copy._1-copy, .text-30-copy._1-copy {
    font-size: 14px;
  }

  .text-span {
    color: var(--black);
    font-size: 26px;
  }

  .small-container {
    height: auto;
  }

  .content-wrapper {
    flex-flow: column;
    width: 80%;
    max-width: none;
    height: auto;
    padding: 5px;
  }

  .content-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .title-0 {
    font-size: 16px;
  }

  .frame-36 {
    grid-column-gap: 10px;
  }

  .faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-11 {
    grid-row-gap: 20px;
  }

  .text-34 {
    font-size: 20px;
    line-height: 30px;
  }

  .columns-4 {
    grid-column-gap: 20px;
  }

  .frame-37, .rectangle-11 {
    height: 400px;
  }

  .book-session {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .frame-38 {
    grid-column-gap: 10px;
  }

  .vectors-wrapper-8 {
    width: 50px;
  }

  .text-35 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }

  .description {
    font-size: 26px;
    line-height: 30px;
  }

  .description-2 {
    font-size: 16px;
    font-weight: 500;
  }

  .footer {
    padding-top: 20px;
  }

  .small-columns {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .column-14 {
    margin-bottom: 0;
  }

  .column-17 {
    justify-content: center;
    align-items: center;
  }

  .copyright {
    grid-column-gap: 0px;
    height: 40px;
    padding-top: 0;
  }

  .frame {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-12 {
    justify-content: center;
    align-items: flex-start;
  }

  .section-title-3 {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .frame-39 {
    grid-column-gap: 10px;
  }

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

  .text-41 {
    font-size: 20px;
  }

  .columns-6 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-7 {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }

  .info-5 {
    background-color: var(--white);
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    height: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .frame-40 {
    grid-row-gap: 0px;
    max-width: none;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-43 {
    font-size: 40px;
  }

  .text-43-copy {
    font-size: 22px;
    line-height: 30px;
  }

  .text-43-copy-copy {
    margin-top: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .frame-35-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-28-copy {
    margin-bottom: 10px;
  }

  .text-30-copy {
    margin-top: 5px;
    font-size: 16px;
  }

  .text-30-copy.info-2 {
    font-size: 14px;
  }

  .text-30-copy-copy {
    color: #05226ccc;
    max-width: none;
    margin-top: 30px;
    font-size: 14px;
    line-height: 130%;
  }

  .text-30-copy-copy._1 {
    margin-top: 0;
  }

  .text-block {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .columns-7 {
    flex-flow: row;
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 5px;
    padding-right: 0;
    display: block;
  }

  .column-18 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .column-19 {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .slider {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .right-arrow {
    display: flex;
  }

  .slide {
    vertical-align: middle;
  }

  .left-arrow {
    display: flex;
  }

  .div-block-2 {
    align-self: center;
  }

  .text-block-3 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .dropdown-toggle {
    padding-bottom: 0;
  }

  .faq-text {
    flex-flow: column;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-20 {
    flex-shrink: 10;
  }

  .columns-8 {
    display: flex;
  }

  .column-21 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .card-4-2, .card-4-3 {
    max-width: none;
    height: 350px;
  }

  .info-3-1 {
    width: 85%;
    height: auto;
    padding: 20px 0;
  }

  .info-3-1.info-2 {
    width: 85%;
    height: 80%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .frame-35-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 75% 20%;
  }

  .text-28-1 {
    margin-bottom: 10px;
    font-weight: 800;
  }

  .text-29-1 {
    font-size: 18px;
    line-height: 100%;
  }

  .card-4-3-1 {
    max-width: none;
    height: 350px;
  }

  .info-3-2 {
    width: 85%;
    height: auto;
    padding: 20px 0;
  }

  .info-3-2.info-2 {
    width: 85%;
    height: 80%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-28-copy {
    margin-bottom: 10px;
    font-weight: 800;
  }

  .text-29-copy {
    font-size: 18px;
    line-height: 100%;
  }

  .columns-10 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .text-block-4 {
    width: auto;
    font-size: 22px;
  }

  .column-23 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
  }

  .navbar-link-14 {
    color: #fff;
  }

  .navbar-link-15 {
    color: #fff;
    font-size: 16px;
  }

  .eva-leadership-6, .eva-leadership-7 {
    font-size: 26px;
  }

  .div-block-15 {
    align-items: flex-start;
  }

  .accordion-item {
    width: 100%;
  }

  .accordion-heading, .bold-text-2 {
    font-size: 16px;
  }

  .faq-answer {
    margin-top: 0;
    font-size: 14px;
  }

  .icon-2.accordion-icon {
    width: 5%;
    font-size: 50px;
  }

  .div-block-15-copy {
    align-items: flex-start;
  }

  .faq-answer-copy {
    margin-top: 0;
    font-size: 12px;
  }

  .column-24 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-16 {
    padding-bottom: 0;
    padding-right: 0;
  }

  .column-17-copy {
    justify-content: center;
    align-items: center;
  }

  .text-29-copy-copy {
    font-size: 18px;
    line-height: 100%;
  }

  .frame-35-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 70% 5%;
  }

  .columns-10-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .menu-button-2 {
    background-color: #f635aa00;
  }

  .menu-button-2.w--open {
    background-color: #f635aa00;
    background-image: linear-gradient(#00000080, #00000080);
  }

  .column-11-copy {
    height: 0%;
    display: none;
  }

  .text-block-copy {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 50%;
    margin-right: 0;
    padding-left: 10px;
    font-size: 13px;
  }

  .columns-11 {
    display: flex;
  }

  .text-block-5 {
    color: #f52c8a;
  }

  .div-block-17 {
    background-image: linear-gradient(to bottom, var(--white), var(--white));
    width: 10px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr .5fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-3 {
    color: #fff;
  }

  .div-block-18 {
    background-image: linear-gradient(#fff, #fff);
    width: 2px;
  }

  .text-block-copy {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .modal-wrapper-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    padding: 30px;
    font-size: 22px;
    display: none;
  }

  .modal-body {
    width: auto;
    padding: 20px 20px 15px;
    display: block;
  }

  .modal-title {
    font-size: 16px;
  }

  .card-4-2-copy {
    max-width: none;
    height: 350px;
  }

  .gallery-overview {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .testimonial-stack-2 {
    grid-column-gap: 20px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-overview-3 {
    padding: 24px 20px;
  }

  .container-14 {
    flex-flow: column;
    max-width: none;
  }

  .gallery-overview-5 {
    flex-flow: column;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .frame-60 {
    flex-flow: row;
    max-width: none;
  }

  .frame-61 {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .link-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .modal-wrapper-2 {
    padding: 30px;
    display: none;
  }

  .modal-wrapper-3 {
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
    display: none;
  }

  .test-name-blk-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .test-name-blk-divider {
    width: 100px;
    height: 1.5px;
  }

  .home-hero-heading {
    font-size: 30px;
    line-height: 36px;
  }

  .home-hero-sub-text {
    font-size: 18px;
    line-height: 24px;
  }

  .test-slide-content {
    padding-left: 80px;
    padding-right: 80px;
  }

  .test-quote {
    font-size: 16px;
    line-height: 26px;
  }
}


@font-face {
  font-family: 'Gt Eesti';
  src: url('../fonts/GT-Eesti.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Eesti';
  src: url('../fonts/GT-Eesti.zip') format('undefined');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Eesti';
  src: url('../fonts/GT-Eesti.zip') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Eesti';
  src: url('../fonts/GT-Eesti.zip') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Eesti';
  src: url('../fonts/GT-Eesti.zip') format('undefined');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Eesti';
  src: url('../fonts/GT-Eesti.zip') format('undefined');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}