@font-face {
  font-family: "LibreBaskerville-Bold";
  src: url("/assets/fonts/LibreBaskerville-Bold.woff");
}
@font-face {
  font-family: "LibreBaskerville-Italic";
  src: url("/assets/fonts/LibreBaskerville-Italic.woff");
}
@font-face {
  font-family: "LibreBaskerville-Regular";
  src: url("/assets/fonts/LibreBaskerville-Regular.woff");
}
@font-face {
  font-family: "Urbanist-Italic";
  src: url("/assets/fonts/Urbanist-Italic.woff");
}
@font-face {
  font-family: "Urbanist";
  src: url("/assets/fonts/Urbanist-Regular.woff");
}
@font-face {
  font-family: "LibreBaskerville-Bold";
  src: url("/assets/fonts/LibreBaskerville-Bold.woff");
}
@font-face {
  font-family: "LibreBaskerville-Italic";
  src: url("/assets/fonts/LibreBaskerville-Italic.woff");
}
@font-face {
  font-family: "LibreBaskerville-Regular";
  src: url("/assets/fonts/LibreBaskerville-Regular.woff");
}
@font-face {
  font-family: "Urbanist-Italic";
  src: url("/assets/fonts/Urbanist-Italic.woff");
}
@font-face {
  font-family: "Urbanist";
  src: url("/assets/fonts/Urbanist-Regular.woff");
}
#accueil {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
#accueil > div {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
#accueil > div > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#accueil > div > div:first-child > img {
  width: 65% !important;
}
#accueil > div > div:nth-child(2) {
  display: flex;
  justify-content: end;
}
#accueil > div div {
  width: 100%;
}
#accueil > div div > img {
  width: 90%;
}
#accueil > div ul {
  list-style: none;
  display: flex;
  flex-direction: row;
}
#accueil > div ul li {
  width: 40px;
  height: 40px;
}
#accueil > div ul li img {
  width: 30px;
}
#accueil #scroll-logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#accueil #scroll-logo-container #scroll-logo-box {
  height: 30px;
  width: 20px;
  border: black solid 2px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#accueil #scroll-logo-container #scroll-logo-box span {
  height: 3.5px;
  width: 3.5px;
  border: black solid 2px;
  border-radius: 50px;
  margin-top: 5px;
  animation: 1.2s ease 0s infinite slide;
}
@keyframes slide {
  from {
    /* pushes the sun down past the viewport */
    transform: translateY(0px);
    opacity: 100;
  }
  to {
    /* returns the sun to its default position */
    transform: translateY(10px);
    opacity: 0;
  }
}

@media only screen and (max-width: 667px) {
  #accueil {
    height: 100em;
  }
  #accueil > div {
    flex-direction: column-reverse;
  }
  #accueil > div > div:first-child {
    font-size: 3em;
    text-align: center;
  }
  #accueil > div > div:first-child > img {
    display: none;
  }
  #accueil > div div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #accueil > div div > img {
    width: 90%;
    margin-bottom: 4em;
  }
  #accueil > div ul {
    margin-top: 1em;
  }
  #accueil #scroll-logo-container {
    margin-top: 1em;
    font-size: 3em;
  }
  #accueil #scroll-logo-container #scroll-logo-box {
    border-radius: 8px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 668px) {
  #accueil {
    height: auto;
  }
  #accueil h2 {
    font-size: 1.5em;
  }
  #accueil h3 {
    font-size: 1.2em;
  }
  #accueil img {
    width: 75% !important;
  }
  #accueil > div {
    flex-direction: row;
  }
  #accueil #scroll-logo-container #scroll-logo-box {
    border-radius: 150px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #accueil {
    height: auto;
  }
  #accueil > div {
    flex-direction: row;
  }
  #accueil #scroll-logo-container #scroll-logo-box {
    border-radius: 150px;
  }
}
@font-face {
  font-family: "LibreBaskerville-Bold";
  src: url("/assets/fonts/LibreBaskerville-Bold.woff");
}
@font-face {
  font-family: "LibreBaskerville-Italic";
  src: url("/assets/fonts/LibreBaskerville-Italic.woff");
}
@font-face {
  font-family: "LibreBaskerville-Regular";
  src: url("/assets/fonts/LibreBaskerville-Regular.woff");
}
@font-face {
  font-family: "Urbanist-Italic";
  src: url("/assets/fonts/Urbanist-Italic.woff");
}
@font-face {
  font-family: "Urbanist";
  src: url("/assets/fonts/Urbanist-Regular.woff");
}
@media (min-width: 992px) {
  #discover {
    height: 35em;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background-color: #fffcf3;
  }
  #discover #discover-description {
    width: 30%;
    height: 67%;
  }
  #discover #discover-description h2:nth-child(2) {
    margin-top: 2em;
  }
  #discover #discover-description h2 {
    font-family: "LibreBaskerville-Regular" !important;
    font-weight: lighter !important;
    font-size: 1.3em;
  }
  #discover #discover-description h2 a {
    font-size: 1em;
    border-bottom: none;
  }
  #discover #coaching-container {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 2em;
  }
  #discover #coaching-container .coaching-description-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  #discover #coaching-container .coaching-description-container .img-coaching-container {
    overflow: hidden;
    position: relative;
    border-radius: 0.5em;
    height: 6em;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #discover #coaching-container .coaching-description-container .img-coaching-container img {
    background-color: gray;
    width: 100%;
    position: relative;
    transition: 0.5s ease-in-out;
    filter: grayscale(1);
  }
  #discover #coaching-container .coaching-description-container .img-coaching-container:hover img {
    transform: scale(1.2);
    filter: grayscale(0);
  }
  #discover #coaching-container .coaching-description-container > div {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  #discover #coaching-container .coaching-description-container > div h2 {
    font-size: 1.2em;
    color: #164194;
  }
  #discover #coaching-container .coaching-description-container > div h3 {
    font-family: "LibreBaskerville-Regular" !important;
    font-weight: lighter !important;
    font-size: 0.65em;
  }
}
@media only screen and (max-width: 992px) and (min-width: 668px) {
  #discover {
    height: 35em;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background-color: #fffcf3;
  }
  #discover #discover-description {
    width: 30%;
    height: 67%;
  }
  #discover #discover-description h2:nth-child(2) {
    margin-top: 2em;
  }
  #discover #discover-description h2 {
    font-family: "LibreBaskerville-Regular" !important;
    font-weight: lighter !important;
    font-size: 1.3em;
  }
  #discover #discover-description h2 a {
    font-size: 1em;
    border-bottom: none;
  }
  #discover #coaching-container {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 2em;
  }
  #discover #coaching-container .coaching-description-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  #discover #coaching-container .coaching-description-container .img-coaching-container {
    overflow: hidden;
    position: relative;
    border-radius: 0.5em;
    height: 6em;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #discover #coaching-container .coaching-description-container .img-coaching-container img {
    background-color: gray;
    width: 100%;
    position: relative;
    transition: 0.5s ease-in-out;
    filter: grayscale(1);
  }
  #discover #coaching-container .coaching-description-container .img-coaching-container:hover img {
    transform: scale(1.2);
    filter: grayscale(0);
  }
  #discover #coaching-container .coaching-description-container > div {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  #discover #coaching-container .coaching-description-container > div h2 {
    font-size: 1.2em;
    color: #164194;
  }
  #discover #coaching-container .coaching-description-container > div h3 {
    font-family: "LibreBaskerville-Regular" !important;
    font-weight: lighter !important;
    font-size: 0.85em;
  }
}
@media (max-width: 668px) {
  #discover {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: #fffcf3;
    font-size: 1em;
  }
  #discover #discover-description {
    width: 60%;
    height: 60%;
    text-align: center;
    font-size: 2.5em;
  }
  #discover #discover-description h2:nth-child(2) {
    margin-top: 2em;
  }
  #discover #discover-description h2 {
    font-family: "LibreBaskerville-Regular" !important;
    font-weight: lighter !important;
    font-size: 0.8em;
    text-align: center;
  }
  #discover #coaching-container {
    display: flex;
    flex-direction: column;
    width: 90%;
    gap: 2em;
    font-size: 2em;
    margin-top: 2em;
  }
  #discover #coaching-container .coaching-description-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #discover #coaching-container .coaching-description-container .img-coaching-container {
    overflow: hidden;
    position: relative;
    border-radius: 0.5em;
    height: 14em;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #discover #coaching-container .coaching-description-container .img-coaching-container img {
    background-color: gray;
    width: 200%;
    position: relative;
    transition: 0.5s ease-in-out;
  }
  #discover #coaching-container .coaching-description-container .img-coaching-container #horse-container {
    left: -70px !important;
  }
  #discover #coaching-container .coaching-description-container > div {
    width: 40%;
    flex-direction: column;
    justify-content: space-between;
  }
  #discover #coaching-container .coaching-description-container > div h2 {
    font-size: 1.2em;
    color: #164194;
  }
  #discover #coaching-container .coaching-description-container > div h3 {
    font-family: "LibreBaskerville-Regular" !important;
    font-weight: lighter !important;
    font-size: 0.9em;
    margin-top: 2em;
  }
}
@font-face {
  font-family: "LibreBaskerville-Bold";
  src: url("/assets/fonts/LibreBaskerville-Bold.woff");
}
@font-face {
  font-family: "LibreBaskerville-Italic";
  src: url("/assets/fonts/LibreBaskerville-Italic.woff");
}
@font-face {
  font-family: "LibreBaskerville-Regular";
  src: url("/assets/fonts/LibreBaskerville-Regular.woff");
}
@font-face {
  font-family: "Urbanist-Italic";
  src: url("/assets/fonts/Urbanist-Italic.woff");
}
@font-face {
  font-family: "Urbanist";
  src: url("/assets/fonts/Urbanist-Regular.woff");
}
#menu-bar a {
  border: none;
}

@media only screen and (max-width: 992px) and (min-width: 668px) {
  #menu-bar {
    padding: 1.5em;
    z-index: 3;
    background-color: #fffcf3;
    color: #164194;
    font-family: "Urbanist" !important;
    font-weight: bold !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #menu-bar #menu-right {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0px !important;
    align-items: center;
    width: 20em;
  }
  #menu-bar #menu-right a {
    font-size: 1em !important;
    font-family: "Urbanist" !important;
    border-bottom: 0px solid #164194;
    transition: 2s;
  }
  #menu-bar #menu-right li a {
    position: relative;
  }
  #menu-bar #menu-right li a::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #164194;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  #menu-bar #menu-right li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  #menu-bar #menu-right > * {
    cursor: pointer;
  }
  #menu-bar #menu-right .btn {
    color: black;
    border-color: #164194;
    background: transparent;
    border-width: 2.5px;
    border-radius: 10px;
  }
  #menu-bar #menu-right .btn p {
    padding: 15px;
    font-family: "Urbanist" !important;
    font-weight: bold !important;
  }
  #menu-bar #menu-left {
    height: 50px;
    width: 50px;
  }
  #menu-bar #menu-left #logo .cls-1 {
    fill: #164194 !important;
  }
}
@media (min-width: 992px) {
  #menu-bar {
    padding: 1.5em;
    z-index: 3;
    background-color: #fffcf3;
    color: #164194;
    font-family: "Urbanist" !important;
    font-weight: bold !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #menu-bar #menu-right {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0px !important;
    align-items: center;
    width: 11em;
  }
  #menu-bar #menu-right a {
    font-size: 0.75em !important;
    font-family: "Urbanist" !important;
    border-bottom: 0px solid #164194;
    transition: 2s;
  }
  #menu-bar #menu-right li a {
    position: relative;
  }
  #menu-bar #menu-right li a::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #164194;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  #menu-bar #menu-right li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  #menu-bar #menu-right > * {
    cursor: pointer;
  }
  #menu-bar #menu-right .btn {
    color: black;
    border-color: #164194;
    background: transparent;
    border-width: 2.5px;
    border-radius: 10px;
  }
  #menu-bar #menu-right .btn p {
    padding: 15px;
    font-family: "Urbanist" !important;
    font-weight: bold !important;
  }
  #menu-bar #menu-left {
    height: 50px;
    width: 50px;
  }
  #menu-bar #menu-left #logo .cls-1 {
    fill: #164194 !important;
  }
}
@media (max-width: 668px) {
  #menu-bar {
    padding: 3em;
    z-index: 3;
    background-color: #fffcf3;
    color: #164194;
    font-family: "Urbanist" !important;
    font-weight: bold !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #menu-bar #menu-right {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 33em;
    margin: 0px !important;
    align-items: center;
  }
  #menu-bar #menu-right a {
    font-size: 3em !important;
    font-family: "Urbanist" !important;
    border-bottom: 0px solid #164194;
    transition: 2s;
  }
  #menu-bar #menu-right li a {
    position: relative;
  }
  #menu-bar #menu-right li a::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #164194;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  #menu-bar #menu-right li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  #menu-bar #menu-right > * {
    cursor: pointer;
  }
  #menu-bar #menu-right .btn {
    color: black;
    border-color: #164194;
    background: transparent;
    border-width: 2.5px;
    border-radius: 10px;
    width: 9em;
  }
  #menu-bar #menu-right .btn p {
    padding: 15px;
    font-family: "Urbanist" !important;
    font-weight: bold !important;
    font-size: 0.8em;
  }
  #menu-bar #menu-left {
    height: 35px;
    width: 35px;
  }
  #menu-bar #menu-left #logo .cls-1 {
    fill: #164194 !important;
  }
}
@font-face {
  font-family: "LibreBaskerville-Bold";
  src: url("/assets/fonts/LibreBaskerville-Bold.woff");
}
@font-face {
  font-family: "LibreBaskerville-Italic";
  src: url("/assets/fonts/LibreBaskerville-Italic.woff");
}
@font-face {
  font-family: "LibreBaskerville-Regular";
  src: url("/assets/fonts/LibreBaskerville-Regular.woff");
}
@font-face {
  font-family: "Urbanist-Italic";
  src: url("/assets/fonts/Urbanist-Italic.woff");
}
@font-face {
  font-family: "Urbanist";
  src: url("/assets/fonts/Urbanist-Regular.woff");
}
@media (min-width: 992px) {
  #intro {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 35em;
    position: relative;
  }
  #intro canvas {
    width: 140% !important;
  }
  #intro #particles-animation {
    height: 100%;
    width: 100%;
    position: absolute;
  }
  #intro #gradient-transition {
    position: absolute;
    background: linear-gradient(0deg, rgb(255, 252, 243) 0%, rgba(255, 252, 243, 0) 20%, rgba(255, 252, 243, 0) 50%, rgba(255, 252, 243, 0) 80%, rgb(255, 252, 243) 100%);
    height: 100%;
    width: 110%;
    height: 101%;
    z-index: 1;
  }
  #intro > div {
    width: 10em;
    position: relative;
  }
  #intro > div div {
    padding-top: 10px;
    background-color: rgba(255, 252, 243, 0.9411764706);
    height: 150px;
    z-index: 1;
  }
  #intro > div h1 {
    width: 100%;
    text-align: right;
    position: absolute;
    right: 0px;
    top: -140px;
    z-index: -1;
    color: #164194;
    font-weight: bolder !important;
    font-size: 7em;
  }
  #intro > div h2 {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 0.75em;
  }
  #intro > div h3 {
    font-family: "LibreBaskerville-Regular" !important;
    font-weight: normal;
    width: 100%;
    font-size: 0.55em;
  }
  #intro > div h3 span {
    width: 100%;
    margin-bottom: 5px;
    display: block;
  }
}
@media only screen and (max-width: 992px) and (min-width: 668px) {
  #intro {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 35em;
    position: relative;
  }
  #intro canvas {
    width: 108% !important;
  }
  #intro #particles-animation {
    height: 100%;
    width: 100%;
    position: absolute;
  }
  #intro #gradient-transition {
    position: absolute;
    background: linear-gradient(0deg, rgb(255, 252, 243) 0%, rgba(255, 252, 243, 0) 20%, rgba(255, 252, 243, 0) 50%, rgba(255, 252, 243, 0) 80%, rgb(255, 252, 243) 100%);
    height: 100%;
    width: 110%;
    height: 101%;
    z-index: 1;
  }
  #intro > div {
    width: 12em;
    position: relative;
  }
  #intro > div div {
    padding-top: 10px;
    background-color: rgba(255, 252, 243, 0.9411764706);
    height: 150px;
    z-index: 1;
  }
  #intro > div h1 {
    width: 100%;
    text-align: right;
    position: absolute;
    right: 0px;
    top: -0.7em;
    z-index: -1;
    color: #164194;
    font-weight: bolder !important;
    font-size: 7em;
  }
  #intro > div h2 {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 1em;
  }
  #intro > div h3 {
    font-family: "LibreBaskerville-Regular" !important;
    font-weight: normal;
    width: 100%;
    font-size: 0.75em;
  }
  #intro > div h3 span {
    width: 100%;
    margin-bottom: 5px;
    display: block;
  }
}
@media (max-width: 667px) {
  #intro {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 1;
    position: relative;
  }
  #intro canvas {
    width: 108% !important;
    z-index: -2;
  }
  #intro #particles-animation {
    height: 100%;
    width: 100%;
    position: absolute;
  }
  #intro #gradient-transition {
    position: absolute;
    background: linear-gradient(0deg, rgb(255, 252, 243) 0%, rgba(255, 252, 243, 0) 20%, rgba(255, 252, 243, 0) 50%, rgba(255, 252, 243, 0) 80%, rgb(255, 252, 243) 100%);
    width: 110%;
    height: 101%;
    z-index: -1;
  }
  #intro > div {
    width: 90%;
    position: relative;
  }
  #intro > div div {
    padding: 10px;
    background-color: rgba(255, 252, 243, 0.9411764706);
    z-index: 1;
  }
  #intro > div h1 {
    width: 100%;
    z-index: -1;
    color: #164194;
    font-weight: bolder !important;
    font-size: 13em;
    position: relative;
    bottom: -0.5em;
  }
  #intro > div h2 {
    width: 100%;
    font-size: 4em;
  }
  #intro > div h3 {
    font-family: "LibreBaskerville-Regular" !important;
    font-weight: normal;
    width: 100%;
    font-size: 2.2em;
  }
  #intro > div h3 span {
    width: 100%;
    margin-bottom: 5px;
    display: block;
  }
}
@font-face {
  font-family: "LibreBaskerville-Bold";
  src: url("/assets/fonts/LibreBaskerville-Bold.woff");
}
@font-face {
  font-family: "LibreBaskerville-Italic";
  src: url("/assets/fonts/LibreBaskerville-Italic.woff");
}
@font-face {
  font-family: "LibreBaskerville-Regular";
  src: url("/assets/fonts/LibreBaskerville-Regular.woff");
}
@font-face {
  font-family: "Urbanist-Italic";
  src: url("/assets/fonts/Urbanist-Italic.woff");
}
@font-face {
  font-family: "Urbanist";
  src: url("/assets/fonts/Urbanist-Regular.woff");
}
@media (min-width: 992px) {
  #topographic {
    height: 35em;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    font-family: "Urbanist" !important;
    font-weight: bolder !important;
    background-color: #fffcf3;
  }
  #topographic span {
    z-index: 2;
  }
  #topographic #text-animation-container {
    display: flex;
    flex-direction: row;
    gap: 0.4em;
  }
  #topographic #text-animation-container span {
    width: 6em;
  }
  #topographic .cls-1 {
    opacity: 0;
    fill: #164194;
  }
  #topographic .cls-2 {
    stroke: #164194;
    stroke-width: 0.5px;
  }
  #topographic #svg-topographic-container {
    height: 100%;
  }
  #topographic #svg-topographic-container #gradient {
    height: 101%;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: linear-gradient(90deg, rgb(255, 252, 243) 15%, rgba(255, 252, 243, 0) 55%);
  }
  #topographic #svg-topographic-container svg {
    position: absolute;
    right: -28%;
    background-color: #fffcf3;
  }
}
@media only screen and (max-width: 992px) and (min-width: 668px) {
  #topographic {
    height: 35em;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Urbanist" !important;
    font-weight: bolder !important;
    background-color: #fffcf3;
  }
  #topographic > span:nth-child(1) {
    font-size: 1.5em;
    z-index: 1;
  }
  #topographic #text-animation-container {
    display: flex;
    flex-direction: row;
    gap: 0.4em;
  }
  #topographic #text-animation-container span {
    width: 6em;
  }
  #topographic .cls-1 {
    opacity: 0;
    fill: #164194;
  }
  #topographic .cls-2 {
    stroke: #164194;
    stroke-width: 0.5px;
  }
  #topographic #svg-topographic-container {
    z-index: 0;
    width: 30em;
    position: relative;
    height: 100%;
  }
  #topographic #svg-topographic-container #gradient {
    height: 101%;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(90deg, rgb(255, 252, 243) 15%, rgba(255, 252, 243, 0) 55%);
  }
  #topographic #svg-topographic-container svg {
    position: absolute;
    background-color: #fffcf3;
    left: 5em;
  }
}
@media (max-width: 668px) {
  #topographic {
    height: 30em;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    font-family: "Urbanist" !important;
    font-weight: bolder !important;
    font-size: 3.5em;
    justify-content: center;
  }
  #topographic > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #topographic #text-animation-container {
    display: flex;
    flex-direction: row;
    gap: 0.4em;
  }
  #topographic #text-animation-container span {
    width: 6em;
  }
  #topographic .cls-1 {
    opacity: 0;
    fill: #164194;
  }
  #topographic .cls-2 {
    stroke: #164194;
    stroke-width: 0.5px;
  }
  #topographic #svg-topographic-container {
    z-index: -1;
    width: 16em;
    position: absolute;
    height: 25em;
  }
  #topographic #svg-topographic-container #gradient {
    height: 101%;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(0deg, rgb(255, 252, 243) 0%, rgba(255, 252, 243, 0) 20%, rgba(255, 252, 243, 0) 50%, rgba(255, 252, 243, 0) 80%, rgb(255, 252, 243) 100%);
  }
  #topographic #svg-topographic-container svg {
    position: absolute;
    /* right: -28%; */
    background-color: #fffcf3;
    left: 0;
  }
}
@font-face {
  font-family: "LibreBaskerville-Bold";
  src: url("/assets/fonts/LibreBaskerville-Bold.woff");
}
@font-face {
  font-family: "LibreBaskerville-Italic";
  src: url("/assets/fonts/LibreBaskerville-Italic.woff");
}
@font-face {
  font-family: "LibreBaskerville-Regular";
  src: url("/assets/fonts/LibreBaskerville-Regular.woff");
}
@font-face {
  font-family: "Urbanist-Italic";
  src: url("/assets/fonts/Urbanist-Italic.woff");
}
@font-face {
  font-family: "Urbanist";
  src: url("/assets/fonts/Urbanist-Regular.woff");
}
@media (min-width: 992px) {
  #payment-plan {
    display: flex;
    flex-direction: column;
    height: 25em;
    font-size: 40px;
    color: #164194;
    justify-content: space-evenly;
  }
  #payment-plan > div:first-child {
    text-align: center;
  }
  #payment-plan > div:first-child h1 {
    margin-left: 30px;
    font-family: "LibreBaskerville-Regular" !important;
    font-weight: normal !important;
    font-size: 1.2em;
  }
  #payment-plan > div:first-child h3 {
    font-family: "LibreBaskerville-Regular" !important;
    font-weight: lighter !important;
    font-size: 0.65em;
    margin-left: 30px;
  }
  #payment-plan > div:first-child ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
  }
  #payment-plan > div:first-child ul #gradient-left-right {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(255, 252, 243) 5%, rgba(255, 252, 243, 0) 20%, rgba(255, 252, 243, 0) 50%, rgba(255, 252, 243, 0) 80%, rgb(255, 252, 243) 95%);
  }
  #payment-plan > div:first-child > div {
    height: 110px;
  }
  #payment-plan > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #payment-plan > div:nth-child(2) #switch-container {
    width: 40%;
  }
  #payment-plan > div:nth-child(2) #payment-info-container {
    font-size: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }
  #payment-plan > div:nth-child(2) #payment-info-container h1 {
    text-align: center;
    font-size: 0.88em;
    margin-bottom: 50px;
  }
  #payment-plan > div:nth-child(2) #payment-info-container ul {
    list-style: none;
    font-family: "Urbanist" !important;
    font-size: 0.8em;
    margin-bottom: 20px;
  }
  #payment-plan > div:nth-child(2) #payment-info-container ul li {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    height: 2em;
    align-items: center;
  }
  #payment-plan > div:nth-child(2) #payment-info-container ul img {
    width: 25px;
    margin-right: 10px;
  }
  #payment-plan > div:nth-child(2) #payment-info-container h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  #payment-plan > div:nth-child(2) #payment-info-container .pro {
    display: none;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-1 {
    border: #164194 2px solid;
    border-radius: 25px;
    padding: 40px 60px 40px 60px;
    width: 30%;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-1 h2 {
    font-weight: normal !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-1 h2 > div {
    display: flex;
    font-family: "Urbanist" !important;
    font-weight: bold;
    font-size: 3em;
    text-decoration: none !important;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-1 h2 > div span:nth-child(2) {
    font-size: 0.65em;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-1 .btn {
    color: black;
    border-color: #164194;
    background: transparent;
    border-width: 2.5px;
    width: 100%;
    padding: -20px;
    border-radius: 100px;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-1 .btn p {
    padding: 15px;
    font-family: "Urbanist" !important;
    font-weight: normal !important;
    font-size: 1.3em;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-separator {
    width: 1.5px;
    height: 0%;
    background-color: #164194;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 {
    display: flex;
    align-items: center;
    height: 16em;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div {
    border: #164194 2px solid;
    border-radius: 25px;
    height: 110px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px 0 40px;
    display: flex;
    flex-direction: row;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div h2 {
    font-size: 0.7em;
    margin-bottom: 0px;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div > div {
    display: flex;
    align-items: baseline;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div > div > div {
    display: flex;
    align-items: baseline;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div > div > div ul {
    height: 1em;
    font-family: "Urbanist" !important;
    font-weight: bolder !important;
    font-size: 2em;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div > div > div ul .price {
    position: relative;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div > div > div span {
    font-family: "Urbanist" !important;
    font-weight: bolder !important;
    font-size: 0.9em;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div > div h3 {
    margin-left: 10px;
    font-size: 0.5em;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 #calendy-app {
    font-size: 0.6em !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 15% 0 15%;
    background-color: #164194;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 #calendy-app #calendy-entreprise {
    display: none;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 #calendy-app #calendy-particulier {
    display: inherit;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 #calendy-app a {
    align-self: auto !important;
    border: none !important;
    color: #fffcf3 !important;
    font-family: "Urbanist" !important;
    font-weight: bolder !important;
    font-size: 1em;
  }
  #payment-plan #switch-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 1.2em;
    margin-bottom: 2em;
  }
  #payment-plan #switch-container h2 {
    font-size: 0.8em;
  }
  #payment-plan #switch-container > h2:nth-child(3) {
    opacity: 0.2;
  }
  #payment-plan #switch-container .switch {
    width: 60px;
    height: 34px;
    position: relative;
    display: contents;
  }
  #payment-plan #switch-container .switch input {
    opacity: 0;
    width: 0;
    height: 0;
    display: contents;
  }
  #payment-plan #switch-container .slider {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    background-color: #fffcf3;
    border: #164194 2px solid;
    transition: 0.4s;
    border-radius: 34px;
    width: 62px;
  }
  #payment-plan #switch-container .slider:before {
    content: "";
    height: 26px;
    width: 26px;
    margin: 5px;
    border-radius: 50%;
    background-color: #164194;
    transition: 0.4s;
  }
  #payment-plan #switch-container input:checked + .slider {
    background-color: #164194;
  }
  #payment-plan #switch-container input:checked + .slider:before {
    transform: translateX(26px);
    background-color: #fffcf3;
  }
}
@media only screen and (max-width: 992px) and (min-width: 668px) {
  #payment-plan {
    display: flex;
    flex-direction: column;
    height: 18em;
    font-size: 35px;
    color: #164194;
    justify-content: space-evenly;
  }
  #payment-plan > div:first-child {
    text-align: center;
  }
  #payment-plan > div:first-child h1 {
    font-family: "LibreBaskerville-Regular" !important;
    font-weight: normal !important;
    font-size: 1em;
  }
  #payment-plan > div:first-child h3 {
    font-family: "LibreBaskerville-Regular" !important;
    font-weight: lighter !important;
    font-size: 0.65em;
    margin-left: 30px;
  }
  #payment-plan > div:first-child ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
  }
  #payment-plan > div:first-child ul #gradient-left-right {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(255, 252, 243) 5%, rgba(255, 252, 243, 0) 20%, rgba(255, 252, 243, 0) 50%, rgba(255, 252, 243, 0) 80%, rgb(255, 252, 243) 95%);
  }
  #payment-plan > div:first-child > div {
    height: 110px;
  }
  #payment-plan > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #payment-plan > div:nth-child(2) #payment-info-container {
    font-size: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }
  #payment-plan > div:nth-child(2) #payment-info-container h1 {
    text-align: center;
    font-size: 0.88em;
    margin-bottom: 50px;
  }
  #payment-plan > div:nth-child(2) #payment-info-container ul {
    list-style: none;
    font-family: "Urbanist" !important;
    font-size: 0.8em;
    margin-bottom: 20px;
  }
  #payment-plan > div:nth-child(2) #payment-info-container ul li {
    display: flex;
    flex-direction: row;
    margin-bottom: 13px;
    height: 2em;
    align-items: center;
  }
  #payment-plan > div:nth-child(2) #payment-info-container ul img {
    width: 25px;
    margin-right: 10px;
  }
  #payment-plan > div:nth-child(2) #payment-info-container h2 {
    text-align: left;
    margin-bottom: 20px;
  }
  #payment-plan > div:nth-child(2) #payment-info-container .pro {
    display: none;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-1 {
    border: #164194 2px solid;
    border-radius: 25px;
    padding: 20px 40px 20px 40px;
    width: 30%;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-1 h2 {
    font-weight: normal !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-1 h2 > div {
    display: flex;
    font-family: "Urbanist" !important;
    font-weight: bold;
    font-size: 3em;
    text-decoration: none !important;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-1 h2 > div span:nth-child(2) {
    font-size: 0.65em;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-1 .btn {
    color: black;
    border-color: #164194;
    background: transparent;
    border-width: 2.5px;
    width: 100%;
    padding: -20px;
    border-radius: 100px;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-1 .btn p {
    padding: 15px;
    font-family: "Urbanist" !important;
    font-weight: normal !important;
    font-size: 1.3em;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-separator {
    width: 1.5px;
    height: 0%;
    background-color: #164194;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 {
    display: flex;
    align-items: center;
    height: 17em;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div {
    border: #164194 2px solid;
    border-radius: 25px;
    height: 80px;
    width: 11em;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 20px;
    display: flex;
    flex-direction: row;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div h2 {
    font-size: 0.7em;
    margin-bottom: 0px;
    width: 5em;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div > div {
    display: flex;
    align-items: baseline;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div > div > div {
    display: flex;
    align-items: baseline;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div > div > div ul {
    height: 1em;
    font-family: "Urbanist" !important;
    font-weight: bolder !important;
    font-size: 2em;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div > div > div ul .price {
    position: relative;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div > div > div span {
    font-family: "Urbanist" !important;
    font-weight: bolder !important;
    font-size: 0.9em;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div > div h3 {
    margin-left: 10px;
    font-size: 0.5em;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 #calendy-app {
    font-size: 0.6em !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 15% 0 15%;
    background-color: #164194;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 #calendy-app #calendy-entreprise {
    display: none;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 #calendy-app #calendy-particulier {
    display: inherit;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 #calendy-app a {
    align-self: auto !important;
    border: none !important;
    color: #fffcf3 !important;
    font-family: "Urbanist" !important;
    font-weight: bolder !important;
    font-size: 1em;
  }
  #payment-plan #switch-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1em;
    width: 11em;
  }
  #payment-plan #switch-container h2 {
    font-size: 0.8em;
  }
  #payment-plan #switch-container > h2:nth-child(3) {
    opacity: 0.2;
  }
  #payment-plan #switch-container .switch {
    width: 60px;
    height: 34px;
    position: relative;
    display: contents;
  }
  #payment-plan #switch-container .switch input {
    opacity: 0;
    width: 0;
    height: 0;
    display: contents;
  }
  #payment-plan #switch-container .slider {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    background-color: #fffcf3;
    border: #164194 2px solid;
    transition: 0.4s;
    border-radius: 34px;
    width: 62px;
  }
  #payment-plan #switch-container .slider:before {
    content: "";
    height: 26px;
    width: 26px;
    margin: 5px;
    border-radius: 50%;
    background-color: #164194;
    transition: 0.4s;
  }
  #payment-plan #switch-container input:checked + .slider {
    background-color: #164194;
  }
  #payment-plan #switch-container input:checked + .slider:before {
    transform: translateX(26px);
    background-color: #fffcf3;
  }
}
@media (max-width: 668px) {
  #payment-plan {
    display: flex;
    flex-direction: column;
    font-size: 2em;
    color: #164194;
    justify-content: space-evenly;
    margin-top: 10em;
  }
  #payment-plan > div:first-child {
    text-align: center;
  }
  #payment-plan > div:first-child h1 {
    font-family: "LibreBaskerville-Regular" !important;
    font-weight: normal !important;
  }
  #payment-plan > div:first-child h3 {
    font-family: "LibreBaskerville-Regular" !important;
    font-weight: lighter !important;
    font-size: 0.65em;
    margin-left: 30px;
  }
  #payment-plan > div:first-child ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
  }
  #payment-plan > div:first-child ul #gradient-left-right {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(255, 252, 243) 5%, rgba(255, 252, 243, 0) 20%, rgba(255, 252, 243, 0) 50%, rgba(255, 252, 243, 0) 80%, rgb(255, 252, 243) 95%);
  }
  #payment-plan > div:first-child > div {
    height: 110px;
  }
  #payment-plan > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #payment-plan > div:nth-child(2) #payment-info-container {
    font-size: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }
  #payment-plan > div:nth-child(2) #payment-info-container h1 {
    text-align: center;
    font-size: 0.88em;
    margin-bottom: 50px;
  }
  #payment-plan > div:nth-child(2) #payment-info-container ul {
    list-style: none;
    font-family: "Urbanist" !important;
    font-size: 0.8em;
    margin-bottom: 20px;
  }
  #payment-plan > div:nth-child(2) #payment-info-container ul li {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }
  #payment-plan > div:nth-child(2) #payment-info-container ul img {
    width: 25px;
    margin-right: 10px;
  }
  #payment-plan > div:nth-child(2) #payment-info-container h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  #payment-plan > div:nth-child(2) #payment-info-container .pro {
    display: none;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-1 {
    border: #164194 2px solid;
    border-radius: 25px;
    padding: 40px 60px 40px 60px;
    width: 30%;
    display: none;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-1 h2 {
    font-weight: normal !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-1 h2 > div {
    display: flex;
    font-family: "Urbanist" !important;
    font-weight: bold;
    font-size: 3em;
    text-decoration: none !important;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-1 h2 > div span:nth-child(2) {
    font-size: 0.65em;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-1 .btn {
    color: black;
    border-color: #164194;
    background: transparent;
    border-width: 2.5px;
    width: 100%;
    padding: -20px;
    border-radius: 100px;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-1 .btn p {
    padding: 15px;
    font-family: "Urbanist" !important;
    font-weight: normal !important;
    font-size: 1.3em;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-separator {
    width: 1.5px;
    height: 0%;
    background-color: #164194;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 {
    display: flex;
    align-items: center;
    height: 15em;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 85%;
    width: 100%;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div {
    border: #164194 2px solid;
    border-radius: 25px;
    height: 110px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.5em 0 0.5em;
    display: flex;
    transform: scale(0.8);
    flex-direction: row;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div h2 {
    font-size: 0.7em;
    margin-bottom: 0px;
    text-align: left;
    width: 5em;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div > div {
    display: flex;
    align-items: baseline;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div > div > div {
    display: flex;
    align-items: baseline;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div > div > div ul {
    height: 1em;
    font-family: "Urbanist" !important;
    font-weight: bolder !important;
    font-size: 2em;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div > div > div ul .price {
    position: relative;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div > div > div span {
    font-family: "Urbanist" !important;
    font-weight: bolder !important;
    font-size: 0.9em;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 > div > div > div h3 {
    margin-left: 10px;
    font-size: 0.5em;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 #calendy-app {
    font-size: 0.6em !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 15% 0 15%;
    background-color: #164194;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 #calendy-app #calendy-entreprise {
    display: none;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 #calendy-app #calendy-particulier {
    display: inherit;
  }
  #payment-plan > div:nth-child(2) #payment-info-container #step-2 #calendy-app a {
    align-self: auto !important;
    border: none !important;
    color: #fffcf3 !important;
    font-family: "Urbanist" !important;
    font-weight: bolder !important;
    font-size: 1em;
  }
  #payment-plan #switch-container {
    margin-bottom: 30px;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
  }
  #payment-plan #switch-container h2 {
    font-size: 1.5em;
  }
  #payment-plan #switch-container > h2:nth-child(3) {
    opacity: 0.2;
  }
  #payment-plan #switch-container .switch {
    width: 60px;
    height: 34px;
    position: relative;
    display: contents;
  }
  #payment-plan #switch-container .switch input {
    opacity: 0;
    width: 0;
    height: 0;
    display: contents;
  }
  #payment-plan #switch-container .slider {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    background-color: #fffcf3;
    border: #164194 2px solid;
    transition: 0.4s;
    border-radius: 34px;
    width: 62px;
  }
  #payment-plan #switch-container .slider:before {
    content: "";
    height: 26px;
    width: 26px;
    margin: 5px;
    border-radius: 50%;
    background-color: #164194;
    transition: 0.4s;
  }
  #payment-plan #switch-container input:checked + .slider {
    background-color: #164194;
  }
  #payment-plan #switch-container input:checked + .slider:before {
    transform: translateX(26px);
    background-color: #fffcf3;
  }
}
@font-face {
  font-family: "LibreBaskerville-Bold";
  src: url("/assets/fonts/LibreBaskerville-Bold.woff");
}
@font-face {
  font-family: "LibreBaskerville-Italic";
  src: url("/assets/fonts/LibreBaskerville-Italic.woff");
}
@font-face {
  font-family: "LibreBaskerville-Regular";
  src: url("/assets/fonts/LibreBaskerville-Regular.woff");
}
@font-face {
  font-family: "Urbanist-Italic";
  src: url("/assets/fonts/Urbanist-Italic.woff");
}
@font-face {
  font-family: "Urbanist";
  src: url("/assets/fonts/Urbanist-Regular.woff");
}
@media (min-width: 992px) {
  #atypic {
    height: 35em;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Urbanist" !important;
    font-weight: bolder !important;
  }
  #atypic #animation-card-container {
    display: flex;
    width: 70%;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    right: -2em;
  }
  #atypic #animation-card-container .card {
    width: 10em;
    height: 15em;
    border-radius: 25px;
    position: relative;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  }
  #atypic #animation-card-container #card-eye {
    right: -150px;
    z-index: 1;
    rotate: -15deg;
    background-color: #164194;
    outline-offset: -25px;
    outline: 2px solid #fffcf3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #atypic #animation-card-container #card-eye #eye:hover {
    border-radius: 5em 0.4em;
  }
  #atypic #animation-card-container #card-eye #eye {
    background-color: #fffcf3;
    transition: 0.5s ease-out;
    width: 4.5em;
    height: 4.5em;
    rotate: 45deg;
    border-radius: 3.5em 0.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    position: relative;
  }
  #atypic #animation-card-container #card-eye #eye #blink-top {
    height: 150%;
    width: 50%;
    background-color: #164194;
    rotate: 45deg;
    position: absolute;
    top: -75%;
    left: -25%;
  }
  #atypic #animation-card-container #card-eye #eye #pupil {
    background-color: #164194;
    width: 3em;
    height: 3em;
    border-radius: 200px;
    position: relative;
  }
  #atypic #animation-card-container #card-tree {
    border: 2px solid #164194;
    outline-offset: -25px;
    outline: 2px solid #164194;
    rotate: 15deg;
    top: 4em;
    left: 4em;
    background-color: #fffcf3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #atypic #animation-card-container #card-tree svg {
    width: 7em;
  }
  #atypic #animation-card-container #card-tree svg .grp-1 {
    stroke: #164194 !important;
  }
  #atypic #animation-card-container #card-tree svg .grp-2 {
    fill: #164194 !important;
    opacity: 0;
  }
  #atypic #animation-card-container .circle-container {
    position: absolute;
    animation: rotation 100s infinite linear;
  }
  #atypic #animation-card-container .circle-container .circle {
    border-radius: 1000px;
    position: absolute;
  }
  #atypic #animation-card-container .circle-container .ext-circle {
    border: 2px solid #164194;
    width: 100%;
    height: 100%;
  }
  #atypic #animation-card-container .circle-container .mid-circle {
    border: 2px dashed #164194;
    width: 90%;
    height: 90%;
  }
  #atypic #animation-card-container .circle-container .in-circle {
    border: 2px solid #164194;
    width: 80%;
    height: 80%;
  }
  #atypic #animation-card-container #circle-bot {
    width: 30em;
    height: 30em;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -7em;
    right: 5em;
    z-index: -2;
  }
  #atypic #animation-card-container #circle-top {
    width: 20em;
    height: 20em;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -9em;
    right: -7.05em;
    z-index: -2;
  }
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
}
@media only screen and (max-width: 992px) and (min-width: 668px) {
  #atypic {
    height: 35em;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Urbanist" !important;
    font-weight: bolder !important;
  }
  #atypic h2 {
    font-size: 1.5em;
  }
  #atypic #animation-card-container {
    display: flex;
    width: 70%;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    right: -2em;
  }
  #atypic #animation-card-container .card {
    width: 10em;
    height: 15em;
    border-radius: 25px;
    position: relative;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  }
  #atypic #animation-card-container #card-eye {
    right: -60px;
    z-index: 1;
    rotate: -15deg;
    background-color: #164194;
    outline-offset: -25px;
    outline: 2px solid #fffcf3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #atypic #animation-card-container #card-eye #eye:hover {
    border-radius: 5em 0.4em;
  }
  #atypic #animation-card-container #card-eye #eye {
    background-color: #fffcf3;
    transition: 0.5s ease-out;
    width: 4.5em;
    height: 4.5em;
    rotate: 45deg;
    border-radius: 3.5em 0.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    position: relative;
  }
  #atypic #animation-card-container #card-eye #eye #blink-top {
    height: 150%;
    width: 50%;
    background-color: #164194;
    rotate: 45deg;
    position: absolute;
    top: -75%;
    left: -25%;
  }
  #atypic #animation-card-container #card-eye #eye #pupil {
    background-color: #164194;
    width: 3em;
    height: 3em;
    border-radius: 200px;
    position: relative;
  }
  #atypic #animation-card-container #card-tree {
    border: 2px solid #164194;
    outline-offset: -25px;
    outline: 2px solid #164194;
    rotate: 15deg;
    top: 4em;
    left: 4em;
    background-color: #fffcf3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #atypic #animation-card-container #card-tree svg {
    width: 7em;
  }
  #atypic #animation-card-container #card-tree svg .grp-1 {
    stroke: #164194 !important;
  }
  #atypic #animation-card-container #card-tree svg .grp-2 {
    fill: #164194 !important;
    opacity: 0;
  }
  #atypic #animation-card-container .circle-container {
    position: absolute;
    animation: rotation 100s infinite linear;
  }
  #atypic #animation-card-container .circle-container .circle {
    border-radius: 1000px;
    position: absolute;
  }
  #atypic #animation-card-container .circle-container .ext-circle {
    border: 2px solid #164194;
    width: 100%;
    height: 100%;
  }
  #atypic #animation-card-container .circle-container .mid-circle {
    border: 2px dashed #164194;
    width: 90%;
    height: 90%;
  }
  #atypic #animation-card-container .circle-container .in-circle {
    border: 2px solid #164194;
    width: 80%;
    height: 80%;
  }
  #atypic #animation-card-container #circle-bot {
    width: 30em;
    height: 30em;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -7em;
    right: 5em;
    z-index: -2;
  }
  #atypic #animation-card-container #circle-top {
    width: 20em;
    height: 20em;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -9em;
    right: -7.05em;
    z-index: -2;
  }
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
}
@media (max-width: 668px) {
  #atypic {
    height: 35em;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Urbanist" !important;
    font-weight: bolder !important;
    font-size: 3.5em;
  }
  #atypic > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #atypic #animation-card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    transform: scale(0.7);
    top: -8em;
  }
  #atypic #animation-card-container .card {
    width: 10em;
    height: 15em;
    border-radius: 25px;
    position: relative;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  }
  #atypic #animation-card-container #card-eye {
    z-index: 1;
    rotate: -15deg;
    background-color: #164194;
    outline-offset: -25px;
    outline: 2px solid #fffcf3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #atypic #animation-card-container #card-eye #eye:hover {
    border-radius: 5em 0.4em;
  }
  #atypic #animation-card-container #card-eye #eye {
    background-color: #fffcf3;
    transition: 0.5s ease-out;
    width: 4.5em;
    height: 4.5em;
    rotate: 45deg;
    border-radius: 3.5em 0.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    position: relative;
  }
  #atypic #animation-card-container #card-eye #eye #blink-top {
    height: 150%;
    width: 50%;
    background-color: #164194;
    rotate: 45deg;
    position: absolute;
    top: -75%;
    left: -25%;
  }
  #atypic #animation-card-container #card-eye #eye #pupil {
    background-color: #164194;
    width: 3em;
    height: 3em;
    border-radius: 200px;
    position: relative;
  }
  #atypic #animation-card-container #card-tree {
    border: 2px solid #164194;
    outline-offset: -25px;
    outline: 2px solid #164194;
    rotate: 15deg;
    top: 4em;
    background-color: #fffcf3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #atypic #animation-card-container #card-tree svg {
    width: 7em;
  }
  #atypic #animation-card-container #card-tree svg .grp-1 {
    stroke: #164194 !important;
  }
  #atypic #animation-card-container #card-tree svg .grp-2 {
    fill: #164194 !important;
    opacity: 0;
  }
  #atypic #animation-card-container .circle-container {
    position: absolute;
    animation: rotation 100s infinite linear;
  }
  #atypic #animation-card-container .circle-container .circle {
    border-radius: 1000px;
    position: absolute;
  }
  #atypic #animation-card-container .circle-container .ext-circle {
    border: 2px solid #164194;
    width: 100%;
    height: 100%;
  }
  #atypic #animation-card-container .circle-container .mid-circle {
    border: 2px dashed #164194;
    width: 90%;
    height: 90%;
  }
  #atypic #animation-card-container .circle-container .in-circle {
    border: 2px solid #164194;
    width: 80%;
    height: 80%;
  }
  #atypic #animation-card-container #circle-bot {
    width: 30em;
    height: 30em;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -7em;
    right: 5em;
    z-index: -2;
  }
  #atypic #animation-card-container #circle-top {
    display: none;
  }
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
}
@font-face {
  font-family: "LibreBaskerville-Bold";
  src: url("/assets/fonts/LibreBaskerville-Bold.woff");
}
@font-face {
  font-family: "LibreBaskerville-Italic";
  src: url("/assets/fonts/LibreBaskerville-Italic.woff");
}
@font-face {
  font-family: "LibreBaskerville-Regular";
  src: url("/assets/fonts/LibreBaskerville-Regular.woff");
}
@font-face {
  font-family: "Urbanist-Italic";
  src: url("/assets/fonts/Urbanist-Italic.woff");
}
@font-face {
  font-family: "Urbanist";
  src: url("/assets/fonts/Urbanist-Regular.woff");
}
@media (min-width: 600px) {
  #FAQ {
    max-height: 35em;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2em;
  }
  #FAQ > div {
    display: flex;
    height: 80%;
    flex-direction: column;
    justify-content: space-between;
    width: 40%;
  }
  #FAQ div:nth-child(1) {
    height: 35em;
  }
  #FAQ div:nth-child(1) > span:nth-child(1) {
    font-size: 2.5em;
    font-family: "Urbanist" !important;
    font-weight: bold;
  }
  #FAQ div:nth-child(1) span {
    font-size: 1.5em;
    font-family: "Urbanist" !important;
  }
  #FAQ #questions-container {
    height: 35em !important;
  }
  #FAQ div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60%;
  }
  #FAQ div:nth-child(2) ul {
    display: flex;
    flex-direction: column;
    height: 100%;
    list-style: none;
  }
  #FAQ div:nth-child(2) ul li {
    border-bottom: 2px black solid;
    cursor: pointer;
    max-height: 4em;
    overflow: hidden;
    box-sizing: border-box;
    transition: 1s;
  }
  #FAQ div:nth-child(2) ul li img {
    transition: 0.25s;
  }
  #FAQ div:nth-child(2) ul li .question-header {
    display: flex;
    flex-direction: row;
    height: auto;
    align-items: center;
  }
  #FAQ div:nth-child(2) ul li .question-header span:nth-child(2) {
    margin-left: 0.75em;
    font-family: "LibreBaskerville-Regular" !important;
    font-size: 0.75em;
    display: flex;
  }
  #FAQ div:nth-child(2) ul li .answer {
    position: relative;
    top: 2em;
    font-size: 0.75em;
    display: flex;
    gap: 1em;
    width: auto;
    font-family: "Urbanist" !important;
  }
  #FAQ div:nth-child(2) ul li .answer a {
    font-family: "Urbanist" !important;
    font-size: 0.75em;
  }
  #FAQ div:nth-child(2) ul .active-answer {
    max-height: 20em;
    padding-bottom: 2em;
  }
  #FAQ div:nth-child(2) ul .active-answer .arrow img {
    transform: rotate(90deg);
  }
}
@media (max-width: 600px) {
  #FAQ {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2em;
    margin-top: 6em;
  }
  #FAQ > div {
    display: flex;
    height: 80%;
    flex-direction: column;
    justify-content: space-between;
  }
  #FAQ div:nth-child(1) {
    height: 85%;
  }
  #FAQ div:nth-child(1) > span:nth-child(1) {
    font-size: 2.5em;
    font-family: "Urbanist" !important;
    font-weight: bold;
    text-align: center;
  }
  #FAQ div:nth-child(1) > span:nth-child(2) {
    display: none;
  }
  #FAQ div:nth-child(1) span {
    font-size: 1.5em;
    font-family: "Urbanist" !important;
  }
  #FAQ div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    margin-top: 3em;
  }
  #FAQ div:nth-child(2) ul {
    display: flex;
    flex-direction: column;
    height: 100%;
    list-style: none;
  }
  #FAQ div:nth-child(2) ul li {
    border-bottom: 2px black solid;
    margin-bottom: 2em;
    cursor: pointer;
    max-height: 5.5em;
    overflow: hidden;
    box-sizing: border-box;
    transition: 1s;
  }
  #FAQ div:nth-child(2) ul li .question-header {
    display: flex;
    flex-direction: row;
    height: auto;
    align-items: center;
  }
  #FAQ div:nth-child(2) ul li .question-header span:nth-child(2) {
    margin-left: 0.75em;
    font-family: "LibreBaskerville-Regular" !important;
    font-size: 1em;
    display: flex;
  }
  #FAQ div:nth-child(2) ul li .answer {
    position: relative;
    font-size: 1em;
    display: flex;
    gap: 1em;
    font-family: "Urbanist" !important;
  }
  #FAQ div:nth-child(2) ul li .answer a {
    font-family: "Urbanist" !important;
    font-size: 1em;
  }
  #FAQ div:nth-child(2) ul li img {
    transition: 0.25s;
  }
  #FAQ div:nth-child(2) ul .active-answer {
    max-height: 30em;
    padding-bottom: 2em;
  }
  #FAQ div:nth-child(2) ul .active-answer .arrow img {
    transform: rotate(90deg);
  }
}
#cursor {
  position: fixed;
  top: -20px;
  left: -20px;
  z-index: 250;
  mix-blend-mode: difference;
  direction: ltr;
  contain: layout style size;
  pointer-events: none;
  transition: opacity 0.3s, color 0.4s;
  transform: scale(0.3);
}
#cursor img {
  width: auto;
}

.mf-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
  direction: ltr;
  contain: layout style size;
  pointer-events: none;
  transition: opacity 0.3s, color 0.4s;
}
.mf-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  transform: scale(0.2);
  background: currentColor;
  border-radius: 50%;
  transition: transform 0.25s ease-in-out, opacity 0.1s;
}
.mf-cursor.-inverse {
  color: white;
}
@supports (mix-blend-mode: exclusion) {
  .mf-cursor.-exclusion {
    mix-blend-mode: exclusion;
  }
  .mf-cursor.-exclusion:before {
    background: white;
  }
}
.mf-cursor.-pointer:before {
  transform: scale(0.15);
}
.mf-cursor.-text:before {
  opacity: 0.85;
  transform: scale(1.7);
}
.mf-cursor.-text.-active:before {
  transform: scale(1.6);
  transition-duration: 0.2s;
}
.mf-cursor.-icon:before {
  transform: scale(1.5);
}
.mf-cursor.-icon.-active:before {
  transform: scale(1.4);
}
.mf-cursor.-hidden:before {
  transform: scale(0);
}
.mf-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  transition: opacity 0.4s, transform 0.3s;
}
.mf-cursor.-text .mf-cursor-text, .mf-cursor.-icon .mf-cursor-text {
  opacity: 1;
  transform: scale(1);
}
.mf-cursor-media {
  position: absolute;
  width: 400px;
  height: 400px;
  margin: -200px 0 0 -200px;
}
.mf-cursor-media img, .mf-cursor-media video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .mf-cursor-media img, .mf-cursor-media video {
    position: static;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translateZ(0);
  }
}
.mf-cursor-media-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(0) translateZ(0);
  padding: 1px;
  opacity: 0;
  border-radius: 50%;
  transition: transform 0.35s, opacity 0.2s 0.2s;
}
.mf-cursor.-media .mf-cursor-media-box {
  opacity: 1;
  transform: scale(0.696);
  transition-duration: 0.4s, 0.4s;
  transition-delay: 0s, 0s;
}

@font-face {
  font-family: "LibreBaskerville-Bold";
  src: url("/assets/fonts/LibreBaskerville-Bold.woff");
}
@font-face {
  font-family: "LibreBaskerville-Italic";
  src: url("/assets/fonts/LibreBaskerville-Italic.woff");
}
@font-face {
  font-family: "LibreBaskerville-Regular";
  src: url("/assets/fonts/LibreBaskerville-Regular.woff");
}
@font-face {
  font-family: "Urbanist-Italic";
  src: url("/assets/fonts/Urbanist-Italic.woff");
}
@font-face {
  font-family: "Urbanist";
  src: url("/assets/fonts/Urbanist-Regular.woff");
}
#return-workshop {
  opacity: 0;
}

@media only screen and (min-width: 992px) {
  #workshop {
    font-size: 1.3em !important;
    font-weight: bolder;
    border-bottom: 2px solid black;
    height: 3em;
  }
  #workshop .btn {
    color: black;
    border-color: #164194;
    background: transparent;
    background-color: #164194;
    color: #fffcf3;
    border-width: 2.5px;
    border-radius: 555px;
    margin-bottom: 5em;
    width: 22em;
    cursor: pointer;
  }
  #workshop .btn p {
    padding: 15px;
    font-family: "Urbanist" !important;
    font-size: 1.2em;
  }
  #return-workshop {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 5em;
    color: black;
    border-color: #164194;
    background: transparent;
    background-color: #164194;
    color: #fffcf3;
    border-width: 2.5px;
    border-radius: 555px;
    margin-bottom: 5em;
    width: 22em;
    cursor: pointer;
  }
  #return-workshop p {
    padding: 15px;
    font-family: "Urbanist" !important;
    font-size: 1.2em;
  }
  #workshop-list-container {
    position: relative;
    top: -2em;
  }
  #workshop-list-container .btn {
    width: 22em;
    position: fixed;
    margin-top: 5em;
    margin-bottom: 0px;
  }
  #workshop-list-container ul {
    list-style: none;
  }
  #workshop-list-container ul li {
    height: 3em;
    font-family: "Urbanist" !important;
    border-bottom: 2px solid black;
    display: flex;
    align-items: center;
    font-size: 1.3em;
    color: #164194;
    font-weight: bold;
    cursor: pointer;
  }
  #particles-animation-workshop {
    position: absolute;
    width: 100%;
    opacity: 0.2;
    z-index: -2;
    top: 5em;
    height: 54em;
  }
  #workshop-container {
    display: none;
    opacity: 0;
    flex-direction: row;
    justify-content: space-between;
    gap: 3em;
    overflow: hidden;
  }
  #workshop-container .btn {
    border-color: #164194;
    background: transparent;
    background-color: #164194;
    color: #fffcf3;
    border-width: 2.5px;
    border-radius: 555px;
    width: 22em;
    position: fixed;
    margin-top: 5em;
    cursor: pointer;
    height: 5em;
  }
  #workshop-container .btn a {
    padding: 15px;
    font-family: "Urbanist" !important;
    font-size: 1.2em;
    border: none;
    color: #fffcf3;
  }
  #workshop-container #workshop-title-container {
    width: 13em;
  }
  #workshop-container #workshop-title-container h1 {
    color: #164194 !important;
  }
  #workshop-container #workshop-description-container {
    width: 40em;
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
  #workshop-container #workshop-description-container ul {
    list-style: none;
    font-family: "Urbanist" !important;
    font-size: 0.8em;
    margin-bottom: 20px;
  }
  #workshop-container #workshop-description-container ul li {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }
  #workshop-container #workshop-description-container ul img {
    width: 25px;
    margin-right: 10px;
  }
  #workshop-container #workshop-description-container #workshop-intro-container {
    display: flex;
    flex-direction: column;
    gap: 2em;
    border-bottom: 2px solid black;
    padding-bottom: 2em;
  }
  #workshop-container #workshop-description-container #workshop-intro-container #workshop-intro-title {
    font-family: "Urbanist" !important;
    font-size: 1em;
    font-weight: bold;
  }
  #workshop-container #workshop-description-container #workshop-intro-container #workshop-intro-description {
    font-family: "LibreBaskerville-Regular" !important;
    font-size: 0.65em;
  }
  #workshop-container #workshop-description-container #workshop-who-container {
    display: flex;
    flex-direction: column;
    gap: 2em;
    border-bottom: 2px solid black;
    padding-bottom: 2em;
  }
  #workshop-container #workshop-description-container #workshop-who-container > span:nth-child(1) {
    color: #164194;
    font-family: "Urbanist" !important;
    font-size: 2em;
    font-weight: bold;
  }
  #workshop-container #workshop-description-container #workshop-who-container #workshop-who-description {
    font-family: "LibreBaskerville-Regular" !important;
    font-size: 0.65em;
  }
  #workshop-container #workshop-description-container #workshop-why-container {
    display: flex;
    flex-direction: column;
    gap: 2em;
    border-bottom: 2px solid black;
    padding-bottom: 2em;
  }
  #workshop-container #workshop-description-container #workshop-why-container > span:nth-child(1) {
    color: #164194;
    font-family: "Urbanist" !important;
    font-size: 2em;
    font-weight: bold;
  }
  #workshop-container #workshop-description-container #workshop-why-container #workshop-why-description {
    font-family: "LibreBaskerville-Regular" !important;
    font-size: 0.65em;
  }
}
@media (max-width: 668px) {
  #workshop {
    font-size: 4.3em !important;
    font-weight: bolder;
    border-bottom: 2px solid black;
    height: 3em;
  }
  #workshop .btn {
    color: black;
    border-color: #164194;
    background: transparent;
    background-color: #164194;
    color: #fffcf3;
    border-width: 2.5px;
    border-radius: 555px;
    margin-bottom: 5em;
    width: 22em;
    cursor: pointer;
  }
  #workshop .btn p {
    padding: 15px;
    font-family: "Urbanist" !important;
    font-size: 1.2em;
  }
  #return-workshop {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 5em;
    color: black;
    border-color: #164194;
    background: transparent;
    background-color: #164194;
    color: #fffcf3;
    border-width: 2.5px;
    border-radius: 555px;
    margin-bottom: 5em;
    width: 18em;
    cursor: pointer;
  }
  #return-workshop p {
    padding: 15px;
    font-family: "Urbanist" !important;
    font-size: 1.2em;
  }
  #workshop-list-container {
    position: relative;
    top: -2em;
  }
  #workshop-list-container .btn {
    width: 22em;
    position: fixed;
    margin-top: 5em;
    margin-bottom: 0px;
  }
  #workshop-list-container ul {
    list-style: none;
  }
  #workshop-list-container ul li {
    height: 3em;
    font-family: "Urbanist" !important;
    border-bottom: 2px solid black;
    display: flex;
    align-items: center;
    font-size: 3.3em;
    color: #164194;
    font-weight: bold;
    cursor: pointer;
  }
  #particles-animation-workshop {
    position: absolute;
    width: 100%;
    opacity: 0.2;
    z-index: -2;
    top: 5em;
    height: 54em;
  }
  #workshop-container {
    display: none;
    opacity: 0;
    flex-direction: column;
    justify-content: space-between;
    gap: 3em;
    align-items: center;
    overflow: hidden;
    text-align: center;
  }
  #workshop-container .btn {
    border-color: #164194;
    background: transparent;
    background-color: #164194;
    color: #fffcf3;
    border-width: 2.5px;
    border-radius: 555px;
    width: 18em;
    margin-top: 2em;
    cursor: pointer;
    height: 4em;
  }
  #workshop-container .btn a {
    padding: 15px;
    font-family: "Urbanist" !important;
    font-size: 1.2em;
    border: none;
    color: #fffcf3;
  }
  #workshop-container #workshop-title-container {
    width: 44em;
  }
  #workshop-container #workshop-title-container h1 {
    color: #164194 !important;
    font-size: 5em;
  }
  #workshop-container #workshop-description-container {
    width: 40em;
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
  #workshop-container #workshop-description-container ul {
    list-style: none;
    font-family: "Urbanist" !important;
    font-size: 2.8em;
    margin-bottom: 15px;
  }
  #workshop-container #workshop-description-container ul li {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    text-align: left;
  }
  #workshop-container #workshop-description-container ul img {
    width: 25px;
    margin-right: 10px;
  }
  #workshop-container #workshop-description-container #workshop-intro-container {
    display: flex;
    flex-direction: column;
    gap: 2em;
    border-bottom: 2px solid black;
    padding-bottom: 2em;
  }
  #workshop-container #workshop-description-container #workshop-intro-container #workshop-intro-title {
    font-family: "Urbanist" !important;
    font-size: 3em;
    font-weight: bold;
  }
  #workshop-container #workshop-description-container #workshop-intro-container #workshop-intro-description {
    font-family: "LibreBaskerville-Regular" !important;
    font-size: 2.2em;
  }
  #workshop-container #workshop-description-container #workshop-who-container {
    display: flex;
    flex-direction: column;
    gap: 2em;
    border-bottom: 2px solid black;
    padding-bottom: 2em;
  }
  #workshop-container #workshop-description-container #workshop-who-container > span:nth-child(1) {
    color: #164194;
    font-family: "Urbanist" !important;
    font-size: 5em;
    font-weight: bold;
  }
  #workshop-container #workshop-description-container #workshop-who-container #workshop-who-description {
    font-family: "LibreBaskerville-Regular" !important;
    font-size: 2.2em;
  }
  #workshop-container #workshop-description-container #workshop-why-container {
    display: flex;
    flex-direction: column;
    gap: 2em;
    border-bottom: 2px solid black;
    padding-bottom: 2em;
  }
  #workshop-container #workshop-description-container #workshop-why-container > span:nth-child(1) {
    color: #164194;
    font-family: "Urbanist" !important;
    font-size: 5em;
    font-weight: bold;
  }
  #workshop-container #workshop-description-container #workshop-why-container #workshop-why-description {
    font-family: "LibreBaskerville-Regular" !important;
    font-size: 2.2em;
  }
}
@media only screen and (max-width: 992px) and (min-width: 668px) {
  #workshop {
    font-size: 1.3em !important;
    font-weight: bolder;
    border-bottom: 2px solid black;
    height: 3em;
  }
  #workshop .btn {
    color: black;
    border-color: #164194;
    background: transparent;
    background-color: #164194;
    color: #fffcf3;
    border-width: 2.5px;
    border-radius: 555px;
    margin-bottom: 5em;
    width: 22em;
    cursor: pointer;
  }
  #workshop .btn p {
    padding: 15px;
    font-family: "Urbanist" !important;
    font-size: 1.2em;
  }
  #return-workshop {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 5em;
    color: black;
    border-color: #164194;
    background: transparent;
    background-color: #164194;
    color: #fffcf3;
    border-width: 2.5px;
    border-radius: 555px;
    margin-bottom: 5em;
    width: 22em;
    cursor: pointer;
  }
  #return-workshop p {
    padding: 15px;
    font-family: "Urbanist" !important;
    font-size: 1.2em;
  }
  #workshop-list-container {
    position: relative;
    top: -2em;
  }
  #workshop-list-container .btn {
    width: 22em;
    position: fixed;
    margin-top: 5em;
    margin-bottom: 0px;
  }
  #workshop-list-container ul {
    list-style: none;
  }
  #workshop-list-container ul li {
    height: 3em;
    font-family: "Urbanist" !important;
    border-bottom: 2px solid black;
    display: flex;
    align-items: center;
    font-size: 1.3em;
    color: #164194;
    font-weight: bold;
    cursor: pointer;
  }
  #particles-animation-workshop {
    position: absolute;
    width: 100%;
    opacity: 0.2;
    z-index: -2;
    top: 5em;
    height: 54em;
  }
  #workshop-container {
    display: none;
    opacity: 0;
    flex-direction: row;
    justify-content: space-between;
    gap: 3em;
    overflow: hidden;
  }
  #workshop-container .btn {
    border-color: #164194;
    background: transparent;
    background-color: #164194;
    color: #fffcf3;
    border-width: 2.5px;
    border-radius: 555px;
    width: 13em;
    position: fixed;
    margin-top: 2em;
    cursor: pointer;
    height: 4em;
  }
  #workshop-container .btn a {
    padding: 15px;
    font-family: "Urbanist" !important;
    font-size: 1em;
    border: none;
    color: #fffcf3;
  }
  #workshop-container #workshop-title-container {
    width: 13em;
  }
  #workshop-container #workshop-title-container h1 {
    color: #164194 !important;
  }
  #workshop-container #workshop-description-container {
    width: 40em;
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
  #workshop-container #workshop-description-container ul {
    list-style: none;
    font-family: "Urbanist" !important;
    font-size: 1em;
    margin-bottom: 20px;
  }
  #workshop-container #workshop-description-container ul li {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }
  #workshop-container #workshop-description-container ul img {
    width: 25px;
    margin-right: 10px;
  }
  #workshop-container #workshop-description-container #workshop-intro-container {
    display: flex;
    flex-direction: column;
    gap: 2em;
    border-bottom: 2px solid black;
    padding-bottom: 2em;
  }
  #workshop-container #workshop-description-container #workshop-intro-container #workshop-intro-title {
    font-family: "Urbanist" !important;
    font-size: 1em;
    font-weight: bold;
  }
  #workshop-container #workshop-description-container #workshop-intro-container #workshop-intro-description {
    font-family: "LibreBaskerville-Regular" !important;
    font-size: 0.85em;
  }
  #workshop-container #workshop-description-container #workshop-who-container {
    display: flex;
    flex-direction: column;
    gap: 2em;
    border-bottom: 2px solid black;
    padding-bottom: 2em;
  }
  #workshop-container #workshop-description-container #workshop-who-container > span:nth-child(1) {
    color: #164194;
    font-family: "Urbanist" !important;
    font-size: 2em;
    font-weight: bold;
  }
  #workshop-container #workshop-description-container #workshop-who-container #workshop-who-description {
    font-family: "LibreBaskerville-Regular" !important;
    font-size: 0.85em;
  }
  #workshop-container #workshop-description-container #workshop-why-container {
    display: flex;
    flex-direction: column;
    gap: 2em;
    border-bottom: 2px solid black;
    padding-bottom: 2em;
  }
  #workshop-container #workshop-description-container #workshop-why-container > span:nth-child(1) {
    color: #164194;
    font-family: "Urbanist" !important;
    font-size: 2em;
    font-weight: bold;
  }
  #workshop-container #workshop-description-container #workshop-why-container #workshop-why-description {
    font-family: "LibreBaskerville-Regular" !important;
    font-size: 0.85em;
  }
}
.calendly-popup-content {
  overflow: hidden !important;
}

#start-coaching {
  display: none;
}

#footer {
  position: absolute;
  left: 0px;
}

* {
  margin: 0px;
  padding: 0px;
}

.box {
  opacity: 0;
  transform: translateY(50px);
}

.opacity-anim {
  opacity: 0;
}

html {
  -webkit-text-size-adjust: none;
}

@media (min-width: 1500px) {
  html {
    display: flex;
    justify-content: center;
  }
  body {
    font-size: 24px !important;
    max-width: 1290px;
  }
}
@media (max-width: 600px) {
  html {
    overflow-x: hidden;
  }
  body {
    position: relative;
  }
}
@media only screen and (max-width: 992px) and (min-width: 668px) {
  html {
    overflow-x: hidden;
  }
  body {
    position: relative;
  }
}
body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  background-color: #fffcf3;
  font-size: 2vw;
}
body a {
  font-family: "LibreBaskerville-Regular" !important;
  font-weight: bold !important;
  font-size: 1.2em;
  text-decoration: none;
  border-bottom: #164194 solid 2px;
  color: #164194;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
}
body h1 {
  font-family: "Urbanist" !important;
  font-weight: bold !important;
  font-size: 2em;
}
body h2 {
  font-family: "Urbanist" !important;
  font-weight: bold !important;
  font-size: 1em;
}
body h3 {
  font-family: "Urbanist" !important;
  font-weight: 600;
  font-size: 1em;
}
body #application {
  padding-top: 1em;
  margin-left: 1.5em;
  margin-right: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
body .underline {
  color: #164194;
  font-weight: bold;
}

@media (max-width: 668px) {
  #footer {
    background-color: #164194;
    height: 20em;
    color: #fffcf3;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Urbanist" !important;
    font-size: 1.5em;
  }
  #footer #img-container {
    display: flex;
    justify-content: end;
  }
  #footer #img-container img {
    width: 10em;
    position: relative;
    right: 0;
  }
  #footer a {
    color: #fffcf3;
    text-decoration: none;
    font-family: "Urbanist" !important;
  }
  #footer > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    height: 40%;
    justify-content: center;
    align-items: center;
    font-size: 22px;
  }
  #footer > div:nth-child(2) {
    font-size: 0.7em;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  #footer > div:nth-child(2) a {
    font-size: 1em;
    font-weight: normal !important;
  }
}
@media only screen and (max-width: 992px) and (min-width: 668px) {
  #footer {
    background-color: #164194;
    height: 10em;
    color: #fffcf3;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Urbanist" !important;
  }
  #footer #img-container {
    display: flex;
    justify-content: end;
  }
  #footer #img-container img {
    width: 10em;
    position: relative;
    right: 0;
  }
  #footer a {
    color: #fffcf3;
    text-decoration: none;
    font-family: "Urbanist" !important;
  }
  #footer > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    height: 80%;
    width: 25%;
    justify-content: space-around;
    border-right: 2px solid #fffcf3;
    padding-left: 2em;
    padding-right: 2em;
    align-items: flex-start;
  }
  #footer > div:nth-child(2) {
    font-size: 0.5em;
    width: 70%;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  #footer > div:nth-child(2) a {
    font-size: 1em;
    font-weight: normal !important;
  }
}
@media (min-width: 992px) {
  #footer {
    background-color: #164194;
    height: 7em;
    color: #fffcf3;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Urbanist" !important;
  }
  #footer #img-container {
    display: flex;
    justify-content: end;
  }
  #footer #img-container img {
    width: 10em;
    position: relative;
    right: 0;
  }
  #footer a {
    color: #fffcf3;
    text-decoration: none;
    font-family: "Urbanist" !important;
  }
  #footer > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    height: 80%;
    width: 25%;
    justify-content: space-around;
    border-right: 2px solid #fffcf3;
    padding-left: 2em;
    padding-right: 2em;
    align-items: flex-start;
  }
  #footer > div:nth-child(2) {
    font-size: 0.5em;
    width: 70%;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  #footer > div:nth-child(2) a {
    font-size: 1em;
    font-weight: normal !important;
  }
}
