/* Global Styles Start */
* {
  transition: all 0.3s ease;
  font-family: "Lexend Deca", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.characterContainer {
	width:50%;
	height:min-content;
	overflow:hidden;
	display:flex;
	position:relative;
	justify-content:center;
}
.c1 {
	max-width: 210px;
    max-height: 310px;
	width:100%;
	height:min-content;
	overflow:hidden;
}
.c2 {
	max-width:250px;
	max-height:266px;
	width:100%;
	height:min-content;
	position:absolute;
	overflow:hidden;
}
#character {
	width:571% !important;
	height:auto !important;
	position:relative;
	top:-280px;
	left:-234%;
}

#character2 {
	width:800px !important;
	height:auto !important;
	position:relative;
    top: -137px;
	left: -280px;
}


html, body {
  margin-top: 0 !important;
  background: #000A50;
  font-size: 16px;
}
html.sticky #masthead, body.sticky #masthead {
  height: 100px;
}
html.sticky main#content, body.sticky main#content {
  padding-top: 100px;
}
@media screen and (max-width: 800px) {
  html.sticky #masthead, body.sticky #masthead {
    height: 70px;
  }
  html.sticky main#content, body.sticky main#content {
    padding-top: 70px;
  }
}

h1, h2, h3, h4, h5 {
  color: #000A50;
  font-weight: bold;
}

#logo {
	width:300px !important;
	height:auto !important;
}

@media screen and (max-width: 870px) {
	#logo {
		width:200px !important;
		height:auto !important;
	}	
}

button.cta {
  padding: 0;
  background: none;
}
button.cta a, button.cta input {
  width: 190px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #000A50;
  border-radius: 50px;
  outline: none;
  border: none;
}
button.cta a:hover, button.cta input:hover {
  background: #3735BC;
}
button.cta.alt a {
  background: #ECCA69;
  color: #000A50;
}
button.cta.alt a:hover {
  background: #fff;
  color: #000A50;
}
button.cta.center {
  width: auto;
  display: block;
  margin: 0 auto;
}
button.cta.outline a {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
button.cta.outline a:hover {
  border: 1px solid #ECCA69;
  color: #000A50;
  background: #ECCA69;
  opacity: 1;
}
button.cta.outline.primary a {
  background: none;
  border: 1px solid #000A50;
  color: #000A50;
}
button.cta.outline.primary a:hover {
  border: 1px solid #000A50;
  color: #fff;
  background: #000A50;
  opacity: 1;
}

@media screen and (max-width: 870px) {
  button.cta {
    margin-top: 30px !important;
    display: block;
    margin: 0 auto;
  }
}
#wpadminbar {
  display: none;
}

.showPrep {
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: opacity 1.5s ease-out, transform 1s ease-out;
  will-change: opacity, visibility;
}

.show {
  opacity: 1;
  transform: none;
  visibility: visible;
}

/* Global Styles End */
/* Gloabl Masthead */
header#masthead {
  position: fixed;
  max-width: 100%;
  width: 100%;
  height: 165px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
header#masthead .container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
header#masthead .container a.brand {
  display: flex;
  width: 206px;
  height: 100px;
  align-items: center;
}
header#masthead .container .main-navigation {
  flex: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header#masthead .container .main-navigation .menu-main-header-container ul li a {
  display: flex;
  width: 147px;
  height: 50px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000A50;
  justify-content: center;
  align-items: center;
}
header#masthead .container .main-navigation .menu-main-header-container ul li a:hover {
  color: #636DFB;
}
header#masthead .container .main-navigation #menuBtn {
  display: none;
}

@media screen and (max-width: 1200px) {
  header#masthead .container .main-navigation {
    /* Menu Button */
  }
  header#masthead .container .main-navigation .menu-main-header-container {
    opacity: 0;
    position: absolute;
    background: #fff;
    top: 69px;
    left: 0;
    min-width: 100%;
    pointer-events: none;
  }
  header#masthead .container .main-navigation .menu-main-header-container ul {
    width: 100%;
  }
  header#masthead .container .main-navigation .menu-main-header-container ul li {
    width: 100%;
    margin-right: 0;
  }
  header#masthead .container .main-navigation .menu-main-header-container ul li a {
    width: 100%;
    height: 70px;
  }
  header#masthead .container .main-navigation .menu-main-header-container.open {
    display: block;
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
  }
  header#masthead .container .main-navigation #menuBtn {
    display: block;
    width: 65px;
    height: 45px;
    margin-bottom: 0;
    position: relative;
    background: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  header#masthead .container .main-navigation #menuBtn span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #000A50;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  header#masthead .container .main-navigation #menuBtn span:nth-child(1) {
    top: 0px;
  }
  header#masthead .container .main-navigation #menuBtn span:nth-child(2), header#masthead .container .main-navigation #menuBtn span:nth-child(3) {
    top: 18px;
  }
  header#masthead .container .main-navigation #menuBtn span:nth-child(4) {
    top: 36px;
  }
  header#masthead .container .main-navigation #menuBtn.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  header#masthead .container .main-navigation #menuBtn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header#masthead .container .main-navigation #menuBtn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header#masthead .container .main-navigation #menuBtn.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}

@media screen and (max-width: 1220px) {
  header#masthead {
    height: 100px;
  }
  header#masthead .container {
    padding: 0 20px;
  }
  header#masthead .container a.brand {
    width: 186px;
    height: 59px;
  }

  .menu-main-header-container {
    top: 99px;
  }
}
@media screen and (max-width: 870px) {
  header#masthead {
    height: 70px;
  }
}
/* FOOTER */
footer.global {
  max-width: 100%;
  height: auto;
  padding: 80px 0 0 0;
  background: #000A50;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer.global .container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
footer.global .container section {
  width: 50%;
}
footer.global .container a.brand {
  display: block;
  width: 159px;
  height: 67px;
}
footer.global .container .social {
  display: flex;
  margin: 20px 0 0;
}
footer.global .container .social li {
  list-style: none;
  margin-right: 10px;
}
footer.global .container .social li a:hover {
  opacity: 0.5;
}
footer.global .container .social path {
  fill: #fff;
}
footer.global .container .menu-footer-menu-container ul li {
  display: flex;
  justify-content: right;
}
footer.global .container .menu-footer-menu-container ul li a {
  display: flex;
  width: 147px;
  height: 50px;
  color: #fff;
  align-items: center;
}
footer.global .container .menu-footer-menu-container ul li a:hover {
  color: #ECCA69;
  text-decoration: none;
}

@media screen and (max-width: 1220px) {
  footer.global .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 870px) {
  footer.global .container {
    display: block;
  }
  footer.global .container section {
    width: 100%;
    padding-bottom: 30px;
  }
  footer.global .container section .brand {
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  footer.global .container section .social {
    width: 25%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  footer.global .container section .menu-footer-menu-container {
    width: 100%;
  }
  footer.global .container section .menu-footer-menu-container ul {
    width: 100%;
    margin-left: 0;
  }
  footer.global .container section .menu-footer-menu-container ul li {
    width: 100%;
  }
  footer.global .container section .menu-footer-menu-container ul li a {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer.global .container a:hover {
    color: #3735BC;
  }
}
.copyright {
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
  padding: 20px 5%;
}
.copyright a {
  color: #ECCA69 !important;
}
.copyright a:hover {
  color: #3735BC !important;
  text-decoration: none;
}

.cta.secondary .form {
  max-width: 500px;
  margin: auto;
}
.cta.secondary .form input.wpcf7-text {
  border: 2px solid #999;
  /* Gray border */
  border-radius: 8px;
  /* Rounded corners */
  box-shadow: none;
  /* No shadow */
  padding: 10px;
  /* Adjust padding as needed */
  width: 380px;
  /* Adjust width as needed */
  height: 45px;
  font-size: 16px;
  /* Adjust font size as needed */
  margin: 0;
}
.cta.secondary .form p {
  display: flex;
}
.cta.secondary .form p span {
  height: 50px;
  flex: 2;
}
.cta.secondary .form button.cta {
  margin: 0;
}
.cta.secondary .form button.cta input {
  width: 100px;
  height: 45px;
}
.cta.secondary .form button.cta input:hover {
  background: #ECCA69;
  color: #000A50;
}

@media screen and (max-width: 870px) {
  .cta.secondary .form button.cta {
    margin: 0 !important;
  }
}
@media screen and (max-width: 620px) {
  .cta.secondary .form p {
    display: block;
  }
  .cta.secondary .form p span {
    width: 100%;
    display: block;
  }
  .cta.secondary .form p span input {
    width: 100% !important;
  }

  .cta.secondary .form button.cta {
    margin: 30px auto 0 !important;
  }
}
.form input[type=text]:not([type=radio]),
.form input[type=email]:not([type=radio]),
.form textarea {
  border: 2px solid #999;
  /* Gray border */
  border-radius: 8px;
  /* Rounded corners */
  box-shadow: none;
  /* No shadow */
  padding: 10px;
  /* Adjust padding as needed */
  width: 100%;
  /* Adjust width as needed */
  height: 45px;
  font-size: 16px;
  /* Adjust font size as needed */
  margin: 0;
}

.primary .wpcf7-not-valid-tip, .secondary .wpcf7-not-valid-tip {
  display: block;
  width: 100%;
  color: #ECCA69 !important;
}

.wpcf7-not-valid-tip {
  display: block;
  width: 100%;
}

.primary .wpcf7-response-output, .secondary .wpcf7-response-output {
  color: #fff;
}

section.cta {
  width: 100%;
  height: auto;
  padding: 100px 10%;
  text-align: center;
}
section.cta h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}
section.cta p {
  font-size: 1rem;
  color: #fff;
}
section.cta button {
  margin-top: 30px;
}
section.cta.primary {
  background: #000A50;
}
section.cta.primary h1 {
  color: #ECCA69;
}
section.cta.secondary {
  background: #3735BC;
}

@media screen and (max-width: 870px) {
  section.cta h2 {
    font-size: 2rem;
  }
}
main#content {
  padding-top: 165px;
  max-width: 100%;
  background: #fff;
  height: auto;
}
main#content section#header {
  background: #636DFB;
  height: auto;
  display: flex;
  flex-direction: row-reverse;
  padding-top: 50px;
}
main#content section#header .text {
  width: 50%;
  padding-left: 50px;
  display: flex;
  align-items: center;
}
main#content section#header .text h1 {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
}
main#content section#header .image {
  width: 60%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
main#content section#header .image img.mobile {
  display: none;
}
main#content section#header.alt {
  background: #ECCA69;
}
main#content section#header img.headerImg {
  position: relative;
  max-width: 100%;
}
@media screen and (min-width: 1220px) {
  main#content section#header .text h1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1650px) {
  main#content section#header .text h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 870px) {
  main#content section#header {
    padding-top: 0;
    display: block;
  }
  main#content section#header .text {
    width: 100%;
    padding: 10% 10%;
  }
  main#content section#header .text h1 {
    font-size: 2.5rem;
    text-align: center;
  }
  main#content section#header .image {
    width: 100%;
    margin: 0;
  }
  main#content section#header .image img.desktop {
    display: none;
  }
  main#content section#header .image img.mobile {
    display: block;
    width: 100%;
  }
  main#content section#header .image img.mobile.contact {
    left: -12px;
  }
  main#content section#header .image img.mobile.vision {
    left: -33px;
  }
}
main#content section.content {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
}
main#content section.content.padding {
  padding: 30px 0;
}
main#content section.content.disclaimer {
  display: block;
  padding: 30px 10%;
  font-size: 0.8rem !important;
  font-weight: 100 !important;
  font-style: italics !important;
}
main#content section.content.single {
  display: block;
  text-align: center;
  padding: 30px 25%;
}
main#content section.content#team {
  position: relative;
  padding: 70px 25%;
}
main#content section.content#team p {
  font-size: 1.5rem;
}
main#content section.content#team::before {
  content: "";
  height: 212px;
  background: url(/wp-content/uploads/2024/03/Shape-tealtriangle.png) no-repeat;
  width: 212px;
  position: absolute;
  bottom: 0;
  left: 0;
}
main#content section.content.imgRight {
  flex-direction: row-reverse;
}
main#content section.content.imgRight .text {
  padding: 10% 40px 10% 50px;
}
main#content section.content.imgRight .text.top {
  padding-top: 0px;
  padding-bottom: 0px;
}
main#content section.content.imgRight .image {
  display: flex;
  justify-content: flex-end;
  padding: 0 50px 0 0px;
}
main#content section.content.imgRight .image.edge {
  padding: 0;
}
main#content section.content .text {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0px 50px 0px 40px;
}
main#content section.content .text h2 {
  font-size: 3rem;
  font-weight: 400;
}
main#content section.content .text p {
  font-size: 1.5rem;
  font-weight: 300;
}
main#content section.content .image {
  width: 50%;
  position: relative;
  left: 0;
  justify-content: flex-end;
  padding: 0 0px 0 50px;
}
main#content section.content .image.edge {
  padding: 0;
}
main#content section.content .image.top {
  height: min-content;
}
main#content section.content .image img {
  max-width: 100%;
  align-self: center;
}
main#content section.content .image img.min-height {
  height: min-content;
}
main#content section.content.bg-primary {
  background: #000A50;
}
main#content section.content.bg-primary .text, main#content section.content.bg-primary h1, main#content section.content.bg-primary h2, main#content section.content.bg-primary h3, main#content section.content.bg-primary h4, main#content section.content.bg-primary h5 {
  color: #fff;
}
main#content section.content.bg-primary-yellow {
  background: #ECCA69;
}
main#content section.content.bg-alt {
  background: #ECCA69;
}
main#content section.content.border {
  border-bottom: 1px solid #000A50;
}
@media screen and (max-width: 1220px) {
  main#content section.content .text h2 {
    font-size: 2rem;
    font-weight: 400;
  }
  main#content section.content .text p {
    font-size: 1.25rem;
    font-weight: 300;
  }
}
@media screen and (max-width: 870px) {
  main#content section.content {
    display: block;
  }
  main#content section.content .text {
    width: 100%;
    padding: 10% 10%;
  }
  main#content section.content .text button {
    display: inline-block;
  }
  main#content section.content .image {
    width: 100%;
  }
  main#content section.content .image.full {
    padding: 0;
  }
  main#content section.content .image.full img {
    width: 100%;
  }
  main#content section.content .image.center {
    padding: 0;
  }
  main#content section.content .image.center img {
    display: block;
    margin: 0 auto;
  }
}
main#content section.dual {
  display: flex;
  position: relative;
}
main#content section.dual .container {
  width: 50%;
  padding: 70px 10%;
  display: flex;
  flex-wrap: wrap;
}
main#content section.dual .container img {
  display: block;
  margin: 0 auto 30px;
  margin-bottom: 30px;
  width: 274px;
  height: 274px;
}
main#content section.dual .container h3 {
  margin-bottom: 30px;
}
main#content section.dual .container .text {
  margin-bottom: 30px;
}
main#content section.dual .container .text p {
  font-size: 1.2rem;
}
main#content section.dual .container .text p a {
  color: #000;
  font-weight: 400;
}
main#content section.dual::before {
  content: "";
  height: 179px;
  background: url(/wp-content/uploads/2024/03/shape-1.png) no-repeat;
  width: 179px;
  position: absolute;
}
main#content section.dual::after {
  content: "";
  height: 212px;
  background: url(/wp-content/uploads/2024/03/shape-2.png) no-repeat;
  width: 212px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 870px) {
  main#content section.dual {
    display: block;
  }
  main#content section.dual .container {
    width: 100%;
  }
  main#content section.dual .container img {
    width: 100%;
    max-width: 274px;
    height: auto;
  }
  main#content section.dual .container button {
    margin: 0;
  }
}

@media screen and (max-width: 1220px) {
  main#content {
    padding-top: 100px;
  }
}
@media screen and (max-width: 870px) {
  body.sticky #masthead {
    height: 70px;
  }

  main#content {
    padding-top: 70px;
  }
}
.cta.primary .content {
  max-width: 750px !important;
  margin: 0 auto;
}

.home main#content section#header {
  background: #3735BC;
}

@media screen and (max-width: 870px) {
  .subpage #header .text {
    justify-content: center;
  }
}
.subpage.page-template-page_vision #team_showcase {
  padding: 30px 0 !important;
}
.subpage.page-template-page_vision #team_showcase .container {
  display: flex;
  justify-content: center;
}
.subpage.page-template-page_vision #team_showcase .container .carousel {
  width: 1000px;
  height: auto;
  position: relative;
}
.subpage.page-template-page_vision #team_showcase .container .carousel-container {
  display: flex;
  max-width: 1000px;
  width: 100%;
  flex-wrap: wrap;
  transition: transform 0.5s ease;
}
.subpage.page-template-page_vision #team_showcase .container .carousel-item {
  width: 250px;
  padding: 10px 30px 50px 30px;
  box-sizing: border-box;
}
.subpage.page-template-page_vision #team_showcase .container .carousel-item a:hover {
  text-decoration: none;
}
.subpage.page-template-page_vision #team_showcase .container .carousel-item a:hover h2, .subpage.page-template-page_vision #team_showcase .container .carousel-item a:hover h3 {
  color: #ECCA69;
}
.subpage.page-template-page_vision #team_showcase .container .carousel-item h2 {
  font-size: 1.85rem;
  display: block;
  padding: 30px 0 20px 0;
}
.subpage.page-template-page_vision #team_showcase .container .carousel-item h3 {
  font-size: 1.4rem;
  font-weight: 200;
}
.subpage.page-template-page_vision #team_showcase .container button {
  display: none;
  padding: 5px 10px;
  margin: 0 5px;
  cursor: pointer;
  background-color: unset;
}
.subpage.page-template-page_vision #team_showcase .container button.prev {
  transform: rotate(180deg);
}
.subpage.page-template-page_product .intro {
  padding: 70px 25% !important;
}
.subpage.page-template-page_product .intro p {
  font-size: 1.5rem;
}
.subpage.page-template-page_product #products {
  position: relative;
}
.subpage.page-template-page_product #products::before {
  content: "";
  height: 212px;
  background: url(/wp-content/uploads/2024/03/Shape-orangetriangle.png) no-repeat;
  width: 212px;
  position: absolute;
  top: 0;
  left: 0;
}
.subpage.page-template-page_product #products .text {
  max-width: 800px;
  margin: 0 auto;
  padding: 70px 0;
}
.subpage.page-template-page_product #products .text p {
  font-size: 1.5rem;
  text-align: center;
}
.subpage.page-template-page_product #products .content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  /* Center the container horizontally */
}
.subpage.page-template-page_product #products .content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  /* Adjust the gap between grid items as needed */
  list-style: none;
  padding: 0;
}
.subpage.page-template-page_product #products .content ul li {
  list-style: none;
  margin-bottom: 70px;
}
.subpage.page-template-page_product #products .content ul li .imgcontainer {
  height: 180px;
}
.subpage.page-template-page_product #products .content ul li .imgcontainer.twoline {
  height: 150px;
}
.subpage.page-template-page_product #products .content ul li p {
  font-size: 1rem;
}
.subpage.page-template-page_product #products .content ul li.phonemic .imgcontainer {
  position: relative;
}
.subpage.page-template-page_product #products .content ul li.phonemic .imgcontainer .icon {
  position: absolute;
  z-index: 1;
  top: 54px;
  left: 24px;
}
.subpage.page-template-page_product #products .content ul li.phonemic .imgcontainer .background {
  width: 110px;
  height: 110px;
  background-color: #30CFAA;
  transform: rotate(45deg);
  top: 22px;
  left: 22px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpage.page-template-page_product #products .content ul li.phonemic .imgcontainer .background svg {
  transform: rotate(-45deg);
}
.subpage.page-template-page_product #products .content ul li.phonemic:hover svg {
  transform: rotate(-45deg) scale(1.2) !important;
}
.subpage.page-template-page_product #products .content ul li.decoding .imgcontainer {
  position: relative;
}
.subpage.page-template-page_product #products .content ul li.decoding .imgcontainer .icon {
  position: absolute;
  z-index: 1;
  top: 54px;
  left: 24px;
}
.subpage.page-template-page_product #products .content ul li.decoding .imgcontainer .background {
  width: 130px;
  height: 130px;
  background-color: #FAD860;
  border-radius: 100px;
  top: 22px;
  left: 22px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpage.page-template-page_product #products .content ul li.decoding:hover svg {
  transform: rotate(-45deg) !important;
}
.subpage.page-template-page_product #products .content ul li.chainging .imgcontainer {
  position: relative;
}
.subpage.page-template-page_product #products .content ul li.chainging .imgcontainer .icon {
  position: absolute;
  z-index: 1;
  top: 54px;
  left: 24px;
}
.subpage.page-template-page_product #products .content ul li.chainging .imgcontainer .background {
  width: 130px;
  height: 130px;
  background-color: #F9B9DF;
  top: 22px;
  left: 22px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpage.page-template-page_product #products .content ul li.chainging:hover svg .bar1, .subpage.page-template-page_product #products .content ul li.chainging:hover svg .bar3 {
  transform: translateY(-21px) scaleY(1.5);
  /* Slightly taller */
}
.subpage.page-template-page_product #products .content ul li.chainging:hover svg .bar2 {
  transform: translateY(-42px) scaleY(2);
  /* Tallest */
}
@keyframes waveAnimation {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.1);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
.subpage.page-template-page_product #products .content ul li.formation .imgcontainer {
  position: relative;
}
.subpage.page-template-page_product #products .content ul li.formation .imgcontainer .icon {
  position: absolute;
  z-index: 1;
  top: 54px;
  left: 24px;
}
.subpage.page-template-page_product #products .content ul li.formation .imgcontainer .background {
  width: 110px;
  height: 110px;
  background-color: #F68460;
  transform: rotate(45deg);
  top: 22px;
  left: 22px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpage.page-template-page_product #products .content ul li.formation .imgcontainer .background svg {
  transform: rotate(-45deg);
  top: -6px;
  position: relative;
  left: -6px;
}
.subpage.page-template-page_product #products .content ul li.formation:hover svg .letter-a {
  animation: bounce 0.5s ease infinite alternate;
}
.subpage.page-template-page_product #products .content ul li.formation:hover svg .letter-b {
  animation: bounce 0.7s ease infinite alternate;
}
.subpage.page-template-page_product #products .content ul li.formation:hover svg .letter-c {
  animation: bounce 0.3s ease infinite alternate;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
.subpage.page-template-page_product #products .content ul li.soundspelling .imgcontainer {
  position: relative;
}
.subpage.page-template-page_product #products .content ul li.soundspelling .imgcontainer .icon {
  position: absolute;
  z-index: 1;
  top: 54px;
  left: 24px;
}
.subpage.page-template-page_product #products .content ul li.soundspelling .imgcontainer .background {
  width: 130px;
  height: 130px;
  background-color: #30CFAA;
  border-radius: 100px;
  top: 22px;
  left: 22px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpage.page-template-page_product #products .content ul li.soundspelling:hover svg .curve1 {
  animation: waveAnimation 1s ease-in-out infinite;
}
.subpage.page-template-page_product #products .content ul li.soundspelling:hover svg .curve2 {
  animation: waveAnimation 1s ease-in-out infinite 0.5s;
}
@keyframes waveAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.subpage.page-template-page_product #products .content ul li.vocabulary .imgcontainer {
  position: relative;
}
.subpage.page-template-page_product #products .content ul li.vocabulary .imgcontainer .icon {
  position: absolute;
  z-index: 1;
  top: 54px;
  left: 24px;
}
.subpage.page-template-page_product #products .content ul li.vocabulary .imgcontainer .background {
  width: 130px;
  height: 130px;
  background-color: #FAD860;
  top: 22px;
  left: 22px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpage.page-template-page_product #products .content ul li.vocabulary:hover svg .lettera {
  animation: scaleAndFadeAnimation 1s ease-in-out forwards;
}
.subpage.page-template-page_product #products .content ul li.vocabulary:hover svg .letterb {
  animation: scaleAndFadeAnimation 1s ease-in-out forwards;
  animation-delay: 0.2s;
  /* Delay for .letterb */
}
.subpage.page-template-page_product #products .content ul li.vocabulary:hover svg .letterc {
  animation: scaleAndFadeAnimation 1s ease-in-out forwards;
  animation-delay: 0.4s;
  /* Delay for .letterc */
}
@keyframes scaleAndFadeAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.subpage.page-template-page_product #products .content ul li.print .imgcontainer {
  position: relative;
}
.subpage.page-template-page_product #products .content ul li.print .imgcontainer .icon {
  position: absolute;
  z-index: 1;
  top: 54px;
  left: 24px;
}
.subpage.page-template-page_product #products .content ul li.print .imgcontainer .background {
  width: 110px;
  height: 110px;
  background-color: #F9B9DF;
  transform: rotate(45deg);
  top: 22px;
  left: 22px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpage.page-template-page_product #products .content ul li.print .imgcontainer .background svg {
  transform: rotate(-45deg);
}
.subpage.page-template-page_product #products .content ul li.print:hover svg {
  transform: rotate(-45deg) translateY(-5px) scale(0.8) !important;
}
.subpage.page-template-page_product #products .content ul li.highfrequency .imgcontainer {
  position: relative;
}
.subpage.page-template-page_product #products .content ul li.highfrequency .imgcontainer .icon {
  position: absolute;
  z-index: 1;
  top: 54px;
  left: 24px;
}
.subpage.page-template-page_product #products .content ul li.highfrequency .imgcontainer .background {
  width: 130px;
  height: 130px;
  background-color: #30CFAA;
  border-radius: 100px;
  top: 22px;
  left: 22px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpage.page-template-page_product #products .content ul li.highfrequency:hover svg .bar1 {
  animation: zoomAndFadeAnimation 1s ease-in-out forwards;
}
.subpage.page-template-page_product #products .content ul li.highfrequency:hover svg .bar2 {
  animation: zoomAndFadeAnimation 1s ease-in-out forwards;
  animation-delay: 0.1s;
  /* Delay for .bar2 */
}
.subpage.page-template-page_product #products .content ul li.highfrequency:hover svg .bar3 {
  animation: zoomAndFadeAnimation 1s ease-in-out forwards;
  animation-delay: 0.2s;
  /* Delay for .bar3 */
}
@keyframes zoomAndFadeAnimation {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100px);
    opacity: 0;
  }
}
.subpage.page-template-page_product #products .content ul li.reading .imgcontainer {
  position: relative;
}
.subpage.page-template-page_product #products .content ul li.reading .imgcontainer .icon {
  position: absolute;
  z-index: 1;
  top: 54px;
  left: 24px;
}
.subpage.page-template-page_product #products .content ul li.reading .imgcontainer .background {
  width: 130px;
  height: 130px;
  background-color: #F68460;
  top: 22px;
  left: 22px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpage.page-template-page_product #products .content ul li.reading:hover svg {
  transform: rotate(360deg);
  transition: transform 0.5s ease;
  /* Adjust the duration and easing function as needed */
}
.subpage.page-template-page_product #commitment {
  display: block;
}
.subpage.page-template-page_product #commitment .text {
  max-width: 750px;
  margin: 0 auto;
  padding: 70px 0;
}
.subpage.page-template-page_product #commitment .text p {
  font-size: 1.5rem;
  text-align: center;
}
.subpage.page-template-page_product #commitment .content {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  /* Adjust the gap between grid items as needed */
}
.subpage.page-template-page_product #commitment .content img {
  display: block;
  padding-bottom: 30px;
}
.subpage.page-template-page_product #commitment .content h3 {
  display: block;
  height: 125px;
  font-size: 1.6rem;
}
.subpage.page-template-page_product #commitment .content p {
  color: #fff;
  font-size: 1rem;
}
@media screen and (max-width: 870px) {
  .subpage.page-template-page_product #products ul li .imgcontainer .background {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    margin: 0 auto !important;
  }
}
.subpage.page-template-page_research #cta-research {
  padding: 100px 0 !important;
}
.subpage.page-template-page_research #cta-research .content {
  max-width: 750px;
  margin: 0px auto;
}
.subpage.page-template-page_research #cta-research p {
  font-size: 1.5rem;
  color: #fff;
}
.subpage.page-template-page_research #cta-research p a {
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
}
.subpage.page-template-page_research #cta-research p a:hover {
  text-decoration: none;
}
.subpage.page-template-page_bio #Bio {
  padding: 100px 0 !important;
  position: relative;
}
.subpage.page-template-page_bio #Bio::before {
  content: "";
  height: 375px;
  background: url(/wp-content/uploads/2024/03/shape-triangle2.png) 0 0/50% no-repeat;
  width: 265px;
  position: absolute;
  top: 100px;
  left: 0;
}
.subpage.page-template-page_bio #Bio::after {
  content: "";
  height: 209px;
  background: url(/wp-content/uploads/2024/03/shape_greentriangle.png) no-repeat;
  width: 209px;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.subpage.page-template-page_bio #Bio .image {
  width: 550px;
  padding: 0 0 0 187px;
}
.subpage.page-template-page_bio #Bio .image .square {
  display: block;
  width: 263px;
  height: 263px;
  background: #ECCA69;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpage.page-template-page_bio #Bio .image .square img {
  max-width: 95%;
  height: 95%;
}
.subpage.page-template-page_bio #Bio .image h2 {
  padding-top: 20px;
  font-size: 2.5rem;
  font-weight: 400;
}
.subpage.page-template-page_bio #Bio .image h3 {
  font-size: 1rem;
  font-weight: 400;
}
.subpage.page-template-page_bio #Bio .text {
  flex: 2;
  display: block;
}
.subpage.page-template-page_contact .content.single {
  padding: 30px 18% !important;
}
.subpage.page-template-page_contact .form .g-recaptcha {
  width: 300px;
  margin: 0 auto 20px;
}
.subpage.page-template-page_contact .form .content {
  display: flex;
}
.subpage.page-template-page_contact .form .content .col {
  width: 50%;
}
.subpage.page-template-page_contact .form .content .col.questions {
  padding-right: 20px;
}
.subpage.page-template-page_contact .form .content .col.questions .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
}
.subpage.page-template-page_contact .form .content .col.questions .wpcf7-radio .wpcf7-list-item {
  width: 100%;
}
.subpage.page-template-page_contact .form .content .col.questions .wpcf7-radio label {
  display: flex;
}
.subpage.page-template-page_contact .form .content .col.questions .wpcf7-radio input {
  display: block;
  height: 50px;
  margin-right: 10px;
}
.subpage.page-template-page_contact .form .content .col.questions .wpcf7-radio span {
  text-align: left;
  padding-top: 10px;
  font-size: 1rem;
  font-weight: 400;
}
.subpage.page-template-page_contact .form .content .col.textbox {
  margin-top: 25px;
}
.subpage.page-template-page_careers #whr_embed_hook ul.whr-items {
  /* Your ul styles here */
  padding: 0;
  margin: 0;
}
.subpage.page-template-page_careers #whr_embed_hook li.whr-item {
  padding: 1.25em;
  list-style: none;
  position: relative;
  /* Add position relative to make ::after positioning relative to this */
  border-bottom: 1px #ccc solid;
}
.subpage.page-template-page_careers #whr_embed_hook h3.whr-title a {
  font-weight: bold;
  font-size: 120%;
  color: black;
  /* Adjust color as needed */
  text-decoration: none;
}
.subpage.page-template-page_careers #whr_embed_hook h3.whr-title a:hover {
  color: #636DFB;
}
.subpage.page-template-page_careers #whr_embed_hook ul.whr-info {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.subpage.page-template-page_careers #whr_embed_hook li.whr-dept,
.subpage.page-template-page_careers #whr_embed_hook li.whr-date {
  font-weight: normal;
  padding-right: 10px;
}
.subpage.page-template-page_careers #whr_embed_hook span {
  font-weight: bold;
}
.subpage.page-template-page_blank main#content section.content.padding {
  padding: 30px 70px;
}

@media screen and (max-width: 870px) {
  .subpage.page-template-page_product #products::before {
    background-size: 50%;
  }

  .subpage.page-template-page_product .intro {
    padding: 70px 10% !important;
  }

  .subpage.page-template-page_product #products .text {
    padding: 70px 15px;
  }
  .subpage.page-template-page_product #products .content ul {
    display: block;
    margin: 0;
  }
  .subpage.page-template-page_product #products .content ul li {
    padding: 0 25px;
    text-align: center;
  }

  .subpage.page-template-page_product #commitment .text {
    padding: 70px 15px;
  }
  .subpage.page-template-page_product #commitment .content {
    display: block;
    padding: 0 25px;
  }
  .subpage.page-template-page_product #commitment .content section {
    padding-bottom: 30px;
  }
  .subpage.page-template-page_product #commitment .content section img {
    margin: 0 auto;
  }
  .subpage.page-template-page_product #commitment .content section h3 {
    height: min-content;
  }
}
@media screen and (max-width: 870px) {
  .subpage.page-template-page_research #cta-research {
    padding: 70px 10% !important;
  }
}
@media screen and (max-width: 870px) {
  .subpage.page-template-page_vision #team {
    padding: 70px 10% !important;
  }
  .subpage.page-template-page_vision #team_showcase .carousel {
    width: 90%;
    overflow: visible;
  }
  .subpage.page-template-page_vision #team_showcase .carousel .carousel-container {
    width: 100% !important;
    display: block;
  }
  .subpage.page-template-page_vision #team_showcase .carousel .carousel-container .carousel-item {
    width: 100%;
    padding-bottom: 30px;
  }
  .subpage.page-template-page_vision #team_showcase .carousel .carousel-container .carousel-item h2 {
    padding: 20px 0 10px 0;
  }
  .subpage.page-template-page_vision .prev, .subpage.page-template-page_vision .next {
    display: none;
  }
}
@media screen and (max-width: 870px) {
  .subpage.page-template-page_bio #Bio .image {
    width: 100%;
  }
  .subpage.page-template-page_bio #Bio .image .square {
    margin-left: 132px;
  }
  .subpage.page-template-page_bio #Bio .image h2, .subpage.page-template-page_bio #Bio .image h3 {
    padding-left: 43px;
  }
}
@media screen and (max-width: 870px) {
  .page-template-page_contact .content {
    display: block !important;
    padding: 30px 20px !important;
  }
  .page-template-page_contact .form {
    display: block !important;
  }
  .page-template-page_contact .form .col {
    width: 100% !important;
  }
  .page-template-page_contact .form .col.questions {
    padding-right: 0px !important;
  }
  .page-template-page_contact .form .col.textbox input, .page-template-page_contact .form .col.textbox textarea {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
