.home .section3__container__left h2, .home .section2__top h2 {
  font: 400 3.1rem/4rem "Fira Sans Regular", sans-serif;
}
@media screen and (max-width: 768px) {
  .home .section3__container__left h2, .home .section2__top h2 {
    font: 400 2.4rem/2.7rem "Fira Sans Regular", sans-serif;
  }
}
.home .section3__container__left h2 span, .home .section2__top h2 span {
  color: #801B59;
  font-weight: 600;
}

.home .section2__programs__item__infos h4, .home .section2__programs__item__infos h3, .home .landing__container__left__card h2 {
  font: 600 1.1rem/1.2 "Inter", sans-serif;
}

.home .section3__container__contact .field p label, .home .section3__container__left__infos__item h3 {
  font: 400 0.9rem/1.2rem "Inter", sans-serif;
}

.btn-pink {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  font-family: "Epilogue", sans-serif;
  text-align: center;
  display: block;
  min-width: 193px;
  background-color: #E6007A;
  border: none;
  outline: none;
  border-radius: 26px;
  padding: 14px 20px 14px 20px;
}
@media screen and (max-width: 768px) {
  .btn-pink {
    min-width: 168px;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
  }
}
.btn-pink:hover {
  color: #fff;
  background-color: #E6007A;
}
.btn-pink:hover {
  color: #E6007A;
  background-color: #fff;
}
.btn-pink:hover::after {
  filter: brightness(0) saturate(100%) invert(17%) sepia(99%) saturate(5777%) hue-rotate(319deg) brightness(88%) contrast(107%);
}

.btn-white {
  position: relative;
  color: #E6007A;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  font-family: "Epilogue", sans-serif;
  text-align: center;
  display: block;
  min-width: 193px;
  background-color: #fff;
  border: none;
  outline: none;
  border-radius: 26px;
  padding: 14px 20px 14px 20px;
}
@media screen and (max-width: 768px) {
  .btn-white {
    min-width: 168px;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
  }
}
.btn-white:hover {
  color: #fff;
  background-color: #E6007A;
}
.btn-white:hover {
  color: #E6007A;
  background-color: #fff;
}
.btn-white:hover::after {
  filter: brightness(0) saturate(100%) invert(17%) sepia(99%) saturate(5777%) hue-rotate(319deg) brightness(88%) contrast(107%);
}

.btn-grey {
  position: relative;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  font-family: "Epilogue", sans-serif;
  text-align: center;
  display: block;
  min-width: 193px;
  background-color: #F7F2EE;
  border: none;
  outline: none;
  border-radius: 26px;
  padding: 14px 20px 14px 20px;
}
@media screen and (max-width: 768px) {
  .btn-grey {
    min-width: 168px;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
  }
}
.btn-grey:hover {
  color: #fff;
  background-color: #E6007A;
}
.btn-grey:hover {
  color: #E6007A;
  background-color: #fff;
}
.btn-grey:hover::after {
  filter: brightness(0) saturate(100%) invert(17%) sepia(99%) saturate(5777%) hue-rotate(319deg) brightness(88%) contrast(107%);
}

.btn-pink-icon {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  font-family: "Epilogue", sans-serif;
  text-align: center;
  display: block;
  min-width: 193px;
  background-color: #E6007A;
  border: none;
  outline: none;
  border-radius: 26px;
  padding: 14px 20px 14px 20px;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .btn-pink-icon {
    min-width: 168px;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
  }
}
.btn-pink-icon:hover {
  color: #fff;
  background-color: #E6007A;
}
.btn-pink-icon:hover {
  color: #E6007A;
  background-color: #fff;
}
.btn-pink-icon:hover::after {
  filter: brightness(0) saturate(100%) invert(17%) sepia(99%) saturate(5777%) hue-rotate(319deg) brightness(88%) contrast(107%);
}
.btn-pink-icon:after {
  content: url("../images/arrow.svg");
  position: absolute;
  top: 55%;
  right: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .btn-pink-icon:after {
    right: 15px;
  }
}

.home .landing {
  background-color: #F7F2EE;
}
.home .landing__container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .home .landing__container {
    flex-direction: column;
    padding-right: 35px;
  }
}
.home .landing__container__left {
  max-width: 610px;
  width: 100%;
  padding-top: 208px;
}
@media screen and (max-width: 1024px) {
  .home .landing__container__left {
    max-width: 100%;
  }
}
.home .landing__container__left p {
  padding: 36px 0;
}
.home .landing__container__left__card {
  background-color: #fff;
  padding: 0 20px 0 30px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .home .landing__container__left__card {
    padding: 0 20px 20px 20px;
    flex-direction: column-reverse;
    gap: 0.5rem;
  }
}
.home .landing__container__left__card h2 {
  color: #E6007A;
}
.home .landing__container__left__card img {
  width: 197px;
}
@media screen and (max-width: 768px) {
  .home .landing__container__right img {
    width: 100%;
  }
}
.home .section2 {
  margin: 130px 0;
}
.home .section2__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.home .section2__top p {
  max-width: 681px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 30px 0 50px;
}
.home .section2__top__trainings {
  list-style: none;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .home .section2__top__trainings {
    flex-direction: column;
    gap: 20px;
  }
}
.home .section2__programs {
  margin-top: 50px;
  display: grid;
  justify-content: center;
  grid-template-areas: "a a a";
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .home .section2__programs {
    grid-template-areas: "a a";
  }
}
@media screen and (max-width: 768px) {
  .home .section2__programs {
    grid-template-areas: "a";
  }
}
.home .section2__programs__item {
  max-width: 360px;
  padding: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .home .section2__programs__item {
    max-width: 100%;
  }
}
.home .section2__programs__item__top {
  display: flex;
  align-items: center;
  gap: 13px;
}
.home .section2__programs__item__top h3 {
  text-transform: uppercase;
}
.home .section2__programs__item__infos {
  margin-top: 28px;
}
.home .section2__programs__item__infos h4, .home .section2__programs__item__infos h3 {
  margin-bottom: 10px;
}
.home .section2__programs__item__infos p {
  margin-bottom: 30px;
}
.home .section2__programs__item a {
  font-weight: 600;
}
.home .section3__container {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .home .section3__container {
    flex-direction: column;
  }
}
.home .section3__container__left h2 {
  margin-bottom: 43px;
  max-width: 435px;
}
@media screen and (max-width: 1024px) {
  .home .section3__container__left h2 {
    max-width: 100%;
  }
}
.home .section3__container__left__infos {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.home .section3__container__left__infos__item h3 {
  margin-bottom: 20px;
  font-weight: 600;
}
.home .section3__container__left__infos__item__details {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.home .section3__container__left__infos__item__details__item {
  display: flex;
  align-items: center;
  gap: 13px;
}
.home .section3__container__contact {
  max-width: 585px;
  background-color: #F7F2EE;
  padding: 50px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .home .section3__container__contact {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .home .section3__container__contact {
    padding: 20px;
  }
}
.home .section3__container__contact form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.home .section3__container__contact input:not([type=submit]):not([type=checkbox]), .home .section3__container__contact select, .home .section3__container__contact textarea {
  padding: 11px;
  border-radius: 8px;
  outline: none;
  border: none;
}
.home .section3__container__contact input:not([type=submit]):not([type=checkbox]), .home .section3__container__contact select {
  width: 228px;
}
@media screen and (max-width: 1024px) {
  .home .section3__container__contact input:not([type=submit]):not([type=checkbox]), .home .section3__container__contact select {
    width: 100%;
  }
}
.home .section3__container__contact textarea {
  width: 100%;
  height: 117px;
}
.home .section3__container__contact__line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .home .section3__container__contact__line {
    flex-direction: column;
  }
}
.home .section3__container__contact .field {
  width: 100%;
}
.home .section3__container__contact .field p {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.home .section3__container__contact .field p br {
  display: none;
}
.home .section3__container__contact .field p label {
  font-weight: 600;
}
.home .section3__container__contact .field p label span {
  color: #E6007A;
}
.home .section3__container__contact .acceptance {
  display: flex;
}
.home .section3__container__contact .acceptance p:first-child span {
  margin: 0;
}
.home .section3__container__contact .acceptance p:first-child input[type=checkbox] {
  margin-right: 9px;
  cursor: pointer;
}
.home .section3__container__contact .acceptance label {
  max-width: 288px;
  font-size: 12px;
  line-height: 16px;
}
.home .section3__container__contact .acceptance label a {
  color: #E6007A;
}
.home .section3__container__contact .submit p {
  position: relative;
}
.home .section3__container__contact .submit p input[type=submit] {
  position: relative;
  cursor: pointer;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  font-family: "Epilogue", sans-serif;
  text-align: center;
  display: block;
  min-width: 128px;
  background-color: #E6007A;
  border: none;
  outline: none;
  border-radius: 26px;
  padding: 14px 20px 14px 20px;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .home .section3__container__contact .submit p input[type=submit] {
    min-width: 168px;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
  }
}
.home .section3__container__contact .submit p input[type=submit]:hover {
  color: #fff;
  background-color: #E6007A;
}
.home .section3__container__contact .submit p input[type=submit]:hover {
  color: #E6007A;
  background-color: #fff;
}
.home .section3__container__contact .submit p input[type=submit]:hover::after {
  filter: brightness(0) saturate(100%) invert(17%) sepia(99%) saturate(5777%) hue-rotate(319deg) brightness(88%) contrast(107%);
}
.home .section3__container__contact .submit p input[type=submit]:after {
  content: url("../images/arrow.svg");
  position: absolute;
  top: 55%;
  right: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .home .section3__container__contact .submit p input[type=submit]:after {
    right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .home .section3__container__contact .submit p input[type=submit] {
    min-width: 118px;
  }
}
.home .section3__container__contact .submit p input[type=submit]:hover ~ .arrow {
  filter: brightness(0) saturate(100%) invert(17%) sepia(99%) saturate(5777%) hue-rotate(319deg) brightness(88%) contrast(107%);
}
.home .section3__container__contact .submit p br {
  display: none;
}
.home .section3__container__contact .submit p .arrow {
  position: absolute;
  top: 17px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .home .section3__container__contact .submit p .arrow {
    top: 12px;
    right: auto;
    left: 83px;
  }
}
.home .section3__container__contact .submit p .wpcf7-spinner {
  display: none;
}

#programs-initial {
  display: grid;
}

#programs-mac {
  display: none;
}

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