@import url("https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Delicious+Handrawn&display=swap");
:root {
  --slide-movement: 0vw;
  --title-opacity: 1;
  --title-top: 0;
  --title-transition-time: 1s;
  --button-opacity: 1;
  --button-bottom: 0;
  --button-transition-time: 1s;
}

#cookieinfo * {
  margin: 0;
  padding: 0;
}

#cookieinfo {
  position: fixed;
  font-size: 12px;
  font-family: Arial, Verdana, sans-serif;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: #323334;
  padding: 20px;
  box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  padding-right: 50px;
}

#cookieinfo h6 {
  font-size: 16px;
  font-weight: bold;
  color: #cdd7da;
  text-shadow: 0px 1px 1px rgb(0, 0, 0);
  margin-bottom: 7px;
}

#cookieinfo p {
  font-size: 12px;
  color: #afb4bc;
  line-height: 1.5em;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

#cookieinfo a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  line-height: 22px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #ff6000;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a:hover {
  background-color: #ff7925;
}

.grecaptcha-badge {
  display: none;
}

.recaptcha-info {
  font-size: 0.8em;
  opacity: 0.5;
  display: flex;
  align-items: center;
  transition: all 0.1s ease-out;
  width: 100%;
}
.recaptcha-info img {
  height: 30px;
  margin-right: 10px;
}
.recaptcha-info:hover {
  opacity: 1;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.4em;
  vertical-align: baseline;
  text-decoration: none;
  outline: 0;
  box-sizing: border-box;
  background-color: transparent;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

header {
  position: sticky;
  top: 20px;
  width: calc(100% - 80px);
  margin: 0 40px;
  height: 120px;
  border-radius: 40px;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
header .header-wrapper .logo {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
header .header-wrapper .logo img {
  height: 80px;
  margin: 0 30px;
}
header .header-wrapper .nav-container {
  display: flex;
  justify-content: flex-end;
  flex-grow: 2;
  margin-right: 250px;
}
header .header-wrapper .nav-container nav {
  display: flex;
  align-items: center;
}
header .header-wrapper .nav-container nav ul {
  display: flex;
  list-style-type: none;
  transition: opacity 0.2s, top 0.1s;
}
header .header-wrapper .nav-container nav ul li {
  display: flex;
  align-items: center;
  margin: 2px 0;
}
header .header-wrapper .nav-container nav ul li a {
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #2CA6AE;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
header .header-wrapper .nav-container nav ul li a:hover {
  color: #FF4862;
}
header .header-wrapper .nav-container nav ul li a.active {
  color: #FF4862;
}
header .header-wrapper .nav-container nav ul li .sub-menu {
  position: absolute;
  left: -10px;
  top: -60px;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 2;
  min-width: -moz-max-content;
  min-width: max-content;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
header .header-wrapper .nav-container nav ul li.parent-sub-menu:hover span {
  color: #FF4862;
}
header .header-wrapper .nav-container nav ul li.parent-sub-menu {
  position: relative;
}
header .header-wrapper .nav-container nav ul li.parent-sub-menu a {
  display: flex;
  align-items: center;
  padding: 0px 10px;
}
header .header-wrapper .nav-container nav ul li.parent-sub-menu a span.active {
  color: #FF4862;
}
header .header-wrapper .nav-container nav ul li.parent-sub-menu a svg {
  height: 12px;
  margin: 3px 6px 0;
  fill: #2CA6AE;
}
header .header-wrapper .nav-container nav ul li.parent-sub-menu a svg.active {
  fill: #FF4862;
}
header .header-wrapper .nav-container nav ul li.parent-sub-menu.hover-on:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 45px;
}
header .header-wrapper .nav-container nav ul li.parent-sub-menu:hover svg {
  fill: #FF4862;
}
header .contact-btn {
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .contact-btn a {
  display: flex;
  width: 200px;
  height: 50px;
  border: solid 2px #2CA6AE;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #2CA6AE;
  transition: all 0.1s ease-out;
}
header .contact-btn a:hover {
  background-color: #2CA6AE;
  color: #ffffff;
  font-weight: 500;
}

.hero {
  height: 100vh;
  margin-top: -120px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero .slider {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
}
.hero .slider .slide {
  display: flex;
  width: 100vw;
  height: 100%;
  flex-shrink: 0;
  position: relative;
  left: var(--slide-movement);
  transition: left 0.7s ease-out;
}
.hero .slider .slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
}
.hero .slider .slide .slide-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 25vh;
  align-items: center;
}
.hero .slider .slide .slide-overlay .titles {
  margin: 0 20px;
  margin-top: 180px;
  width: 70%;
  position: relative;
  top: var(--title-top);
  opacity: var(--title-opacity);
  transition: top ease-out, opacity ease-out;
  transition-duration: var(--title-transition-time);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
}
.hero .slider .slide .slide-overlay .titles .sub-title {
  font-family: "Baloo 2", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
.hero .slider .slide .slide-overlay .titles .title {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
  text-align: center;
}
.hero .slider .slide .slide-overlay .buttons {
  margin-top: 50px;
  display: flex;
  gap: 24px;
  position: relative;
  bottom: var(--button-bottom);
  opacity: var(--button-opacity);
  transition: bottom, opacity;
  transition-duration: var(--button-transition-time);
}
.hero .slider .slide .slide-overlay .buttons .button {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  color: #ffffff;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.hero .slider .slide .slide-overlay .buttons .button.left {
  background: #FDB817;
  border: 2px solid #FDB817;
}
.hero .slider .slide .slide-overlay .buttons .button.left:hover {
  background-color: #ffffff;
  color: #FDB817;
}
.hero .slider .slide .slide-overlay .buttons .button.right {
  background: #3CCCD5;
  border: 2px solid #3CCCD5;
}
.hero .slider .slide .slide-overlay .buttons .button.right:hover {
  background-color: #ffffff;
  color: #3CCCD5;
}
.hero .bars {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.hero .bars .bar {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
}
.hero .bars .bar.active {
  background-color: #2CA6AE;
}

.advantages .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  align-items: center;
  justify-content: center;
  margin: 140px 0;
  padding: 0 50px;
}
.advantages .cards .card {
  width: 390px;
  height: 260px;
  border-radius: 30px;
  background-color: #D8FAFC;
  padding: 30px;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.advantages .cards .card:hover {
  background-color: #9EE6EA;
  scale: 105%;
}
.advantages .cards .card img {
  height: 60px;
  margin-bottom: 12px;
}
.advantages .cards .card .title {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 25px;
  text-align: left;
}
.advantages .cards .card .content {
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 20px;
  text-align: left;
}

.video .video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.video .video-wrapper .title {
  font-family: "Delicious Handrawn", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 90px;
  text-align: center;
  padding: 30px 0 20px;
}

.social-sticky {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 64px;
  width: 300px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 0 15px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.social-sticky img {
  height: 30px;
}
.social-sticky a {
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #2CA6AE;
  display: flex;
}

.about {
  background-color: #3CCCD5;
}
.about .title {
  font-family: "Delicious Handrawn", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 90px;
  text-align: center;
  padding: 30px 0 20px;
}
.about .boxes {
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
}
.about .boxes .box {
  min-height: 100px;
  width: 50%;
  display: flex;
  align-items: center;
  margin: 30px 0;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.about .boxes .box .icon img {
  transition: all 0.1s ease-out;
  height: 150px;
}
.about .boxes .box .content {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #F5F5F5;
  font-size: 25px;
  list-style-type: none;
  max-width: 300px;
}
.about .boxes .box.right {
  justify-content: flex-end;
}
.about .boxes .box.right .icon {
  order: 2;
}
.about .boxes .box.right .content {
  order: 1;
  margin-right: 35px;
  text-align: right;
}
.about .boxes .box.right.first {
  padding-right: 170px;
}
.about .boxes .box.right.second {
  padding-right: 250px;
}
.about .boxes .box.right.third {
  padding-right: 170px;
}
.about .boxes .box.left {
  justify-content: flex-start;
}
.about .boxes .box.left .icon {
  order: 1;
}
.about .boxes .box.left .content {
  order: 2;
  margin-left: 35px;
  text-align: left;
}
.about .boxes .box.left.first {
  padding-left: 170px;
}
.about .boxes .box.left.second {
  padding-left: 250px;
}
.about .boxes .box.left.third {
  padding-left: 170px;
}
.about .boxes .box:hover img {
  scale: 110%;
  cursor: pointer;
  scale: 110%;
}
.about .button-wrapper {
  display: flex;
  justify-content: center;
}
.about .button-wrapper .button {
  background-color: #013845;
  width: 200px;
  height: 50px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 40px;
  border: 2px solid #013845;
  cursor: pointer;
}
.about .button-wrapper .button:hover {
  background-color: transparent;
  color: #013845;
  font-weight: 700;
}
.about .centre-picture {
  min-height: 100px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.location .location-wrapper {
  min-height: 800px;
  display: flex;
}
.location .location-wrapper .map {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.location .location-wrapper .map .map-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.location .location-wrapper .map .map-wrapper iframe {
  height: 500px;
  width: 600px;
  left: 0;
  top: 0;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 80px 80px 80px 0;
}
.location .location-wrapper .content-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  padding-bottom: 60px;
}
.location .location-wrapper .content-box .title {
  font-family: "Delicious Handrawn", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 90px;
  text-align: left;
  margin-bottom: 30px;
}
.location .location-wrapper .content-box .content p:nth-child(1) {
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 35px;
  text-align: left;
  width: 500px;
}
.location .location-wrapper .content-box .content p:nth-child(2) {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 30px;
  text-align: left;
  width: 500px;
  margin-top: 30px;
}

.communication {
  background-color: #3CCCD5;
}
.communication .communication-wrapper {
  min-height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.communication .communication-wrapper .picture {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.communication .communication-wrapper .picture img {
  padding-right: 150px;
}
.communication .communication-wrapper .content-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 150px;
  padding-bottom: 20px;
}
.communication .communication-wrapper .content-box .title {
  font-family: "Delicious Handrawn", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 90px;
  text-align: left;
  margin-bottom: 30px;
}
.communication .communication-wrapper .content-box .content p:nth-child(1) {
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 35px;
  text-align: left;
  width: 500px;
}
.communication .communication-wrapper .content-box .content p:nth-child(2) {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 30px;
  text-align: left;
  width: 500px;
  margin-top: 30px;
}

.more {
  padding: 75px 0;
}
.more .address-data {
  display: flex;
  justify-content: center;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 25px;
  text-align: center;
  gap: 50px;
  margin-bottom: 40px;
}
.more .address-data a {
  color: #013845;
}
.more .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  align-items: center;
  justify-content: center;
}
.more .cards .card {
  width: 390px;
  height: 260px;
  border-radius: 30px;
  background-color: #D8FAFC;
  padding: 30px;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.more .cards .card:hover {
  background-color: #9EE6EA;
  scale: 105%;
}
.more .cards .card img {
  height: 60px;
  margin-bottom: 12px;
}
.more .cards .card .title {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 25px;
  text-align: left;
}
.more .cards .card .content {
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 20px;
  text-align: left;
}

.offer-general {
  height: 750px;
  margin-top: 60px;
}
.offer-general .offer-general-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.offer-general .offer-general-wrapper .left-box {
  width: 48%;
  height: 100%;
}
.offer-general .offer-general-wrapper .left-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.offer-general .offer-general-wrapper .right-box {
  width: 48%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 50px;
}
.offer-general .offer-general-wrapper .right-box img {
  height: 120px;
  margin-top: 30px;
}
.offer-general .offer-general-wrapper .right-box h1 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 50px;
  text-align: center;
  margin-top: 30px;
}
.offer-general .offer-general-wrapper .right-box p {
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 23px;
  text-align: left;
  margin-top: 30px;
}
.offer-general .offer-general-wrapper .right-box .buttons {
  display: flex;
  gap: 24px;
  margin-top: 70px;
}
.offer-general .offer-general-wrapper .right-box .buttons .button {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 25px;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.offer-general .offer-general-wrapper .right-box .buttons .button.left {
  background-color: #FFB200;
  border: 2px solid #FFB200;
}
.offer-general .offer-general-wrapper .right-box .buttons .button.left:hover {
  background-color: #ffffff;
  color: #FFB200;
}
.offer-general .offer-general-wrapper .right-box .buttons .button.right {
  background-color: #3CCCD5;
  border: 2px solid #3CCCD5;
}
.offer-general .offer-general-wrapper .right-box .buttons .button.right:hover {
  background-color: #ffffff;
  color: #3CCCD5;
}

.offer-details {
  padding: 80px 0;
}
.offer-details.mobile {
  display: none;
}
.offer-details .offer-details-wrapper {
  display: flex;
}
.offer-details .offer-details-wrapper .navigation {
  min-height: 500px;
  width: 40%;
  padding: 0 120px;
}
.offer-details .offer-details-wrapper .navigation .element {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 65px 0;
  cursor: pointer;
  transition: all 1s ease-out;
}
.offer-details .offer-details-wrapper .navigation .element img {
  height: 136px;
  scale: 100%;
  transition: all 0.1s ease-out;
}
.offer-details .offer-details-wrapper .navigation .element h2 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 20px;
  text-align: left;
  transition: all 0.1s ease-out;
}
.offer-details .offer-details-wrapper .navigation .element:hover h2 {
  color: #BD8E22;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.offer-details .offer-details-wrapper .navigation .element:hover img {
  scale: 105%;
}
.offer-details .offer-details-wrapper .content {
  min-height: 500px;
  width: 60%;
  margin: 90px 180px 30px 120px;
  display: flex;
  overflow: hidden;
}
.offer-details .offer-details-wrapper .content .item {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  left: 0%;
  opacity: 100%;
  transition: left 0.1s ease-out;
}
.offer-details .offer-details-wrapper .content .item h2 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 35px;
  text-align: left;
  margin-bottom: 20px;
}
.offer-details .offer-details-wrapper .content .item h3 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 20px;
  text-align: left;
  display: inline-block;
  margin-top: 40px;
}
.offer-details .offer-details-wrapper .content .item p {
  display: inline;
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 20px;
  text-align: left;
}
.offer-details .offer-details-wrapper .accordion .row {
  margin: 10px 0;
}
.offer-details .offer-details-wrapper .accordion .row .title-row {
  display: flex;
}
.offer-details .offer-details-wrapper .accordion .row .title-row .icon {
  height: 17px;
  width: 17px;
  border: 1px solid #013845;
  border-radius: 1px;
  position: relative;
  top: 3px;
  display: flex;
  transition: rotate 0.5s;
  margin: 0 10px;
  flex-shrink: 0;
}
.offer-details .offer-details-wrapper .accordion .row .title-row .icon::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-bottom: 1px solid #013845;
  bottom: 7px;
  left: 2px;
}
.offer-details .offer-details-wrapper .accordion .row .title-row .icon::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-left: 1px solid #013845;
  bottom: 2px;
  left: 7px;
  opacity: 1;
  transition: opacity 0.5s;
}
.offer-details .offer-details-wrapper .accordion .row .title-row .icon.active {
  rotate: 180deg;
}
.offer-details .offer-details-wrapper .accordion .row .title-row .icon.active::after {
  opacity: 0;
}
.offer-details .offer-details-wrapper .accordion .row .title-row .title-wrapper .title {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #FF7A19;
  font-size: 18px;
  text-align: left;
  cursor: pointer;
}
.offer-details .offer-details-wrapper .accordion .row .title-row .title-wrapper .title.active {
  color: #013845;
}
.offer-details .offer-details-wrapper .accordion .row .content-row {
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 18px;
  text-align: left;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s;
  margin-left: 40px;
}
.offer-details .offer-details-wrapper .accordion .row .content-row ul {
  list-style-position: inside;
}
.offer-details .offer-details-wrapper .accordion .row .content-row.active {
  max-height: 400px;
}
.offer-details .buttons {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.offer-details .buttons .button {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 25px;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.offer-details .buttons .button.left {
  background-color: #FFB200;
  border: 2px solid #FFB200;
}
.offer-details .buttons .button.left:hover {
  background-color: #ffffff;
  color: #FFB200;
}
.offer-details .buttons .button.right {
  background-color: #3CCCD5;
  border: 2px solid #3CCCD5;
}
.offer-details .buttons .button.right:hover {
  background-color: #ffffff;
  color: #3CCCD5;
}

.activities-general {
  height: 750px;
  margin-top: 60px;
}
.activities-general .activities-general-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.activities-general .activities-general-wrapper .left-box {
  width: 48%;
  height: 100%;
}
.activities-general .activities-general-wrapper .left-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.activities-general .activities-general-wrapper .right-box {
  width: 48%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 50px;
}
.activities-general .activities-general-wrapper .right-box img {
  height: 120px;
  margin-top: 30px;
}
.activities-general .activities-general-wrapper .right-box h1 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 50px;
  text-align: center;
  margin-top: 30px;
}
.activities-general .activities-general-wrapper .right-box p {
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 23px;
  text-align: left;
  margin-top: 30px;
}
.activities-general .activities-general-wrapper .right-box .buttons {
  display: flex;
  gap: 24px;
  margin-top: 70px;
}
.activities-general .activities-general-wrapper .right-box .buttons .button {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 25px;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.activities-general .activities-general-wrapper .right-box .buttons .button.left {
  background-color: #FFB200;
  border: 2px solid #FFB200;
}
.activities-general .activities-general-wrapper .right-box .buttons .button.left:hover {
  background-color: #ffffff;
  color: #FFB200;
}
.activities-general .activities-general-wrapper .right-box .buttons .button.right {
  background-color: #3CCCD5;
  border: 2px solid #3CCCD5;
}
.activities-general .activities-general-wrapper .right-box .buttons .button.right:hover {
  background-color: #ffffff;
  color: #3CCCD5;
}

.activities-advantages .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  align-items: flex-start;
  justify-content: center;
  margin: 140px 0 70px;
}
.activities-advantages .cards .card-wrapper {
  position: relative;
  width: 390px;
  height: 260px;
  background-color: rgba(255, 198, 66, 0.3019607843);
  border: solid 1px rgba(255, 198, 66, 0.3019607843);
  border-radius: 30px;
}
.activities-advantages .cards .card-wrapper .card {
  padding: 30px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: absolute;
  border: solid 1px rgba(255, 198, 66, 0.3019607843);
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
.activities-advantages .cards .card-wrapper .card:hover {
  background-color: #FECE5D;
  border: 1px solid #D79C12;
  z-index: 1;
}
.activities-advantages .cards .card-wrapper .card img {
  height: 60px;
  margin-bottom: 12px;
  align-self: flex-end;
}
.activities-advantages .cards .card-wrapper .card .title {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 25px;
  text-align: left;
}
.activities-advantages .cards .card-wrapper .card .content {
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 20px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.activities-advantages .cards .card-wrapper .card:hover .content {
  display: block;
  overflow: visible;
  text-overflow: clip;
  opacity: 1;
  -webkit-line-clamp: none;
  -webkit-box-orient: horizontal;
  height: -moz-max-content;
  height: max-content;
}
.activities-advantages .cards .card-wrapper .card:hover {
  min-height: 100%;
  height: -moz-max-content;
  height: max-content;
}
.activities-advantages .buttons {
  display: flex;
  gap: 24px;
  margin-bottom: 140px;
  justify-content: center;
}
.activities-advantages .buttons .button {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 25px;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.activities-advantages .buttons .button.left {
  background-color: #FFB200;
  border: 2px solid #FFB200;
}
.activities-advantages .buttons .button.left:hover {
  background-color: #ffffff;
  color: #FFB200;
}
.activities-advantages .buttons .button.right {
  background-color: #3CCCD5;
  border: 2px solid #3CCCD5;
}
.activities-advantages .buttons .button.right:hover {
  background-color: #ffffff;
  color: #3CCCD5;
}

.agenda-general {
  height: 750px;
  margin-top: 60px;
}
.agenda-general .agenda-general-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.agenda-general .agenda-general-wrapper .left-box {
  width: 48%;
  height: 100%;
}
.agenda-general .agenda-general-wrapper .left-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.agenda-general .agenda-general-wrapper .right-box {
  width: 48%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 50px;
}
.agenda-general .agenda-general-wrapper .right-box img {
  height: 120px;
  margin-top: 30px;
}
.agenda-general .agenda-general-wrapper .right-box h1 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 50px;
  text-align: center;
  margin-top: 50px;
}
.agenda-general .agenda-general-wrapper .right-box p {
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 23px;
  text-align: left;
  margin-top: 30px;
}
.agenda-general .agenda-general-wrapper .right-box .buttons {
  display: flex;
  gap: 24px;
  margin-top: 70px;
}
.agenda-general .agenda-general-wrapper .right-box .buttons .button {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 25px;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.agenda-general .agenda-general-wrapper .right-box .buttons .button.left {
  background-color: #FFB200;
  border: 2px solid #FFB200;
}
.agenda-general .agenda-general-wrapper .right-box .buttons .button.left:hover {
  background-color: #ffffff;
  color: #FFB200;
}
.agenda-general .agenda-general-wrapper .right-box .buttons .button.right {
  background-color: #3CCCD5;
  border: 2px solid #3CCCD5;
}
.agenda-general .agenda-general-wrapper .right-box .buttons .button.right:hover {
  background-color: #ffffff;
  color: #3CCCD5;
}

.agenda-advantages {
  padding: 110px 0;
}
.agenda-advantages .schedule {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.agenda-advantages .schedule .element {
  width: 70%;
  height: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 23px;
  text-align: left;
  cursor: pointer;
  transition: all 0.1s ease-out;
}
.agenda-advantages .schedule .element .time {
  padding-left: 20px;
  font-weight: 600;
  width: 20%;
  text-align: center;
}
.agenda-advantages .schedule .element .description {
  padding-right: 20px;
  width: 80%;
}
.agenda-advantages .schedule .element:nth-child(odd) {
  background-color: rgba(137, 212, 222, 0.2);
}
.agenda-advantages .schedule .element:nth-child(odd):hover {
  background-color: #3CCCD5;
  color: #ffffff;
}
.agenda-advantages .schedule .element:nth-child(even) {
  background-color: #ffffff;
}
.agenda-advantages .schedule .element:nth-child(even):hover {
  background-color: #3CCCD5;
  color: #ffffff;
}

.faq-general {
  height: 750px;
  margin: 60px 0;
}
.faq-general .faq-general-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.faq-general .faq-general-wrapper .left-box {
  width: 48%;
  height: 100%;
}
.faq-general .faq-general-wrapper .left-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.faq-general .faq-general-wrapper .right-box {
  width: 48%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 50px;
}
.faq-general .faq-general-wrapper .right-box img {
  height: 120px;
  margin-top: 30px;
}
.faq-general .faq-general-wrapper .right-box h1 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #013845;
  font-size: 50px;
  text-align: center;
  margin-top: 30px;
}
.faq-general .faq-general-wrapper .right-box p {
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 23px;
  text-align: left;
  margin-top: 20px;
}
.faq-general .faq-general-wrapper .right-box .buttons {
  display: flex;
  gap: 24px;
  margin-top: 60px;
}
.faq-general .faq-general-wrapper .right-box .buttons .button {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 25px;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.faq-general .faq-general-wrapper .right-box .buttons .button.left {
  background-color: #FFB200;
  border: 2px solid #FFB200;
}
.faq-general .faq-general-wrapper .right-box .buttons .button.left:hover {
  background-color: #ffffff;
  color: #FFB200;
}
.faq-general .faq-general-wrapper .right-box .buttons .button.right {
  background-color: #3CCCD5;
  border: 2px solid #3CCCD5;
}
.faq-general .faq-general-wrapper .right-box .buttons .button.right:hover {
  background-color: #ffffff;
  color: #3CCCD5;
}

.faq-details .faq-details-wrapper {
  display: flex;
  flex-direction: column;
}
.faq-details .faq-details-wrapper .element {
  display: flex;
  gap: 20px;
}
.faq-details .faq-details-wrapper .element.reverse .picture {
  order: 2;
  display: flex;
  justify-content: flex-start;
}
.faq-details .faq-details-wrapper .element.reverse .picture img {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.faq-details .faq-details-wrapper .element.reverse .content {
  order: 1;
}
.faq-details .faq-details-wrapper .element .picture {
  order: 1;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  height: 640px;
}
.faq-details .faq-details-wrapper .element .picture img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 93%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.faq-details .faq-details-wrapper .element .content {
  order: 2;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 50px;
  max-height: 540px;
}
.faq-details .faq-details-wrapper .element .content h2 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 35px;
  text-align: left;
  text-transform: uppercase;
  margin-left: 20px;
}
.faq-details .faq-details-wrapper .element .content .accordion .row {
  margin: 10px 0;
}
.faq-details .faq-details-wrapper .element .content .accordion .row .title-row {
  display: flex;
}
.faq-details .faq-details-wrapper .element .content .accordion .row .title-row .icon {
  height: 17px;
  width: 17px;
  border: 1px solid #013845;
  border-radius: 1px;
  position: relative;
  top: 3px;
  display: flex;
  transition: rotate 0.5s;
  margin: 0 10px;
  flex-shrink: 0;
}
.faq-details .faq-details-wrapper .element .content .accordion .row .title-row .icon::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-bottom: 1px solid #013845;
  bottom: 7px;
  left: 2px;
}
.faq-details .faq-details-wrapper .element .content .accordion .row .title-row .icon::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-left: 1px solid #013845;
  bottom: 2px;
  left: 7px;
  opacity: 1;
  transition: opacity 0.5s;
}
.faq-details .faq-details-wrapper .element .content .accordion .row .title-row .icon.active {
  rotate: 180deg;
}
.faq-details .faq-details-wrapper .element .content .accordion .row .title-row .icon.active::after {
  opacity: 0;
}
.faq-details .faq-details-wrapper .element .content .accordion .row .title-row .title-wrapper .title {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #FF7A19;
  font-size: 18px;
  text-align: left;
  cursor: pointer;
}
.faq-details .faq-details-wrapper .element .content .accordion .row .title-row .title-wrapper .title.active {
  color: #013845;
}
.faq-details .faq-details-wrapper .element .content .accordion .row .content-row {
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 18px;
  text-align: left;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s;
  margin-left: 40px;
}
.faq-details .faq-details-wrapper .element .content .accordion .row .content-row ul {
  list-style-position: inside;
}
.faq-details .faq-details-wrapper .element .content .accordion .row .content-row.active {
  max-height: 400px;
}

.contact-form-wrapper {
  scroll-margin-top: 170px;
  position: relative;
  opacity: 1;
}
.contact-form-wrapper .contact-form {
  padding: 0 140px;
  margin: 40px;
  margin-bottom: 80px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.3s;
}
.contact-form-wrapper .contact-form h1 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 35px;
  text-align: left;
}
.contact-form-wrapper .contact-form .form-wrapper {
  margin: 25px 0;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px 50px;
}
.contact-form-wrapper .contact-form .form-wrapper .input-wrapper {
  position: relative;
  display: flex;
  background-color: transparent;
}
.contact-form-wrapper .contact-form .form-wrapper .input-wrapper label {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 0 10px 0 20px;
  transition: font-size 0.1s;
  z-index: 0;
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #085769;
  font-size: 22px;
  text-align: left;
}
.contact-form-wrapper .contact-form .form-wrapper .input-wrapper label.mini {
  top: 2px;
  font-size: 14px;
  opacity: 0.8;
  align-items: flex-start;
  z-index: 0;
  cursor: default;
  padding-top: 0;
  color: #085769;
}
.contact-form-wrapper .contact-form .form-wrapper .select-wrapper {
  position: relative;
  display: flex;
  background-color: transparent;
  flex-direction: column;
  margin-top: 24px;
  align-items: flex-start;
  width: 100%;
  font-family: "Baloo 2", sans-serif;
  /* Style the arrow inside the select element: */
  /* Point the arrow upwards when the select box is open (active): */
  /* style the items (options), including the selected item: */
  /* Style items (options): */
  /* Hide the items when the select box is closed: */
}
.contact-form-wrapper .contact-form .form-wrapper .select-wrapper label {
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 20px;
  text-align: left;
  width: 100%;
}
.contact-form-wrapper .contact-form .form-wrapper .select-wrapper .custom-select {
  width: 100%;
  height: 66px;
}
.contact-form-wrapper .contact-form .form-wrapper .select-wrapper select {
  display: none;
}
.contact-form-wrapper .contact-form .form-wrapper .select-wrapper .select-selected {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  color: #013845;
  font-family: Baloo 2, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  border: 1px solid #013845;
}
.contact-form-wrapper .contact-form .form-wrapper .select-wrapper .select-selected.error {
  border-color: red;
  background-color: rgba(255, 0, 0, 0.05);
}
.contact-form-wrapper .contact-form .form-wrapper .select-wrapper .select-selected:after {
  position: absolute;
  content: "";
  right: 16px;
  top: 26px;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-color: rgba(1, 57, 69, 0.8078431373) transparent transparent transparent;
}
.contact-form-wrapper .contact-form .form-wrapper .select-wrapper .select-selected.select-arrow-active:after {
  border-color: transparent transparent rgba(1, 57, 69, 0.8078431373) transparent;
  top: 10px;
}
.contact-form-wrapper .contact-form .form-wrapper .select-wrapper .select-items div,
.contact-form-wrapper .contact-form .form-wrapper .select-wrapper .select-selected {
  color: #013845;
  font-family: Baloo 2, sans-serif;
  font-size: 22px;
  font-weight: 400;
  padding: 8px 16px;
  cursor: pointer;
  width: 100%;
}
.contact-form-wrapper .contact-form .form-wrapper .select-wrapper .select-items div {
  border-bottom: 1px solid rgba(1, 57, 69, 0.2235294118);
}
.contact-form-wrapper .contact-form .form-wrapper .select-wrapper .select-items div:last-child {
  border-bottom: 0px solid transparent;
}
.contact-form-wrapper .contact-form .form-wrapper .select-wrapper .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-left: 1px solid #013845;
  border-right: 1px solid #013845;
  border-bottom: 1px solid #013845;
}
.contact-form-wrapper .contact-form .form-wrapper .select-wrapper .select-hide {
  display: none;
}
.contact-form-wrapper .contact-form .form-wrapper .select-wrapper .select-items div:hover,
.contact-form-wrapper .contact-form .form-wrapper .select-wrapper .same-as-selected {
  background-color: rgba(137, 212, 222, 0.2);
}
.contact-form-wrapper .contact-form .form-wrapper .textarea-wrapper {
  position: relative;
  display: flex;
  background-color: transparent;
  flex-direction: column;
  margin-top: 24px;
  align-items: flex-start;
  width: 100%;
}
.contact-form-wrapper .contact-form .form-wrapper .textarea-wrapper label {
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 20px;
  text-align: left;
}
.contact-form-wrapper .contact-form .form-wrapper .input-wrapper {
  align-items: center;
  width: calc(50% - 25px);
}
.contact-form-wrapper .contact-form .form-wrapper .input-wrapper.full {
  width: 100%;
}
.contact-form-wrapper .contact-form .form-wrapper input[type=text],
.contact-form-wrapper .contact-form .form-wrapper textarea {
  width: 100%;
  padding: 0 20px;
  z-index: 0;
  background-color: transparent;
  padding-top: 8px;
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #085769;
  font-size: 22px;
  text-align: left;
  border: solid 1px #013845;
}
.contact-form-wrapper .contact-form .form-wrapper input[type=text].active,
.contact-form-wrapper .contact-form .form-wrapper textarea.active {
  z-index: 1;
}
.contact-form-wrapper .contact-form .form-wrapper input[type=text] {
  height: 66px;
}
.contact-form-wrapper .contact-form .form-wrapper textarea {
  height: 135px;
  padding-top: 12px;
  resize: vertical;
}
.contact-form-wrapper .contact-form .form-wrapper input.error,
.contact-form-wrapper .contact-form .form-wrapper textarea.error {
  border-color: red;
  background-color: rgba(255, 0, 0, 0.05);
}
.contact-form-wrapper .contact-form .form-wrapper span.error {
  font-size: 12px;
  color: red;
  padding-left: 15px;
}
.contact-form-wrapper .contact-form .form-wrapper span.error.mini {
  font-size: 14px;
  align-items: flex-start;
  z-index: 0;
  cursor: default;
  padding-top: 0;
}
.contact-form-wrapper .contact-form .form-wrapper span#rodo_error {
  width: 100%;
  padding-left: 30px;
  margin-top: -35px;
}
.contact-form-wrapper .contact-form .form-wrapper .checkbox-container {
  display: flex;
  align-items: center;
  margin: -10px 0 20px;
  width: 100%;
}
.contact-form-wrapper .contact-form .form-wrapper .checkbox-container .checkbox {
  display: block;
  position: relative;
  height: 20px;
  width: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a background color */
  /* When the checkbox is checked, add a background */
  /* When the checkbox is checked, add a background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.contact-form-wrapper .contact-form .form-wrapper .checkbox-container .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.contact-form-wrapper .contact-form .form-wrapper .checkbox-container .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: 1px solid #013845;
}
.contact-form-wrapper .contact-form .form-wrapper .checkbox-container .checkbox .checkmark.error {
  border-color: red;
  background-color: rgba(255, 0, 0, 0.05);
}
.contact-form-wrapper .contact-form .form-wrapper .checkbox-container .checkbox input:checked ~ .checkmark {
  background-color: transparent;
}
.contact-form-wrapper .contact-form .form-wrapper .checkbox-container .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.contact-form-wrapper .contact-form .form-wrapper .checkbox-container .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.contact-form-wrapper .contact-form .form-wrapper .checkbox-container .checkbox .checkmark:after {
  left: 6px;
  top: 1px;
  width: 4px;
  height: 10px;
  border: solid #013845;
  border-width: 0 3px 3px 0;
  transform: rotate(40deg);
}
.contact-form-wrapper .contact-form .form-wrapper .checkbox-container .label-text {
  display: inline-block;
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #085769;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  margin: 0 12px;
}
.contact-form-wrapper .contact-form .form-wrapper .upload-wrapper {
  margin: 25px 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #013845;
  width: 100%;
  padding: 20px;
}
.contact-form-wrapper .contact-form .form-wrapper .upload-wrapper input[type=file] {
  display: flex;
  flex-direction: row;
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #085769;
  font-size: 18px;
}
.contact-form-wrapper .contact-form .form-wrapper .upload-wrapper input::-webkit-file-upload-button {
  background-color: transparent;
  color: #013845;
  cursor: pointer;
  border: 1px solid #013845;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  min-width: 180px;
  text-align: center;
  border-radius: 15px;
  width: 150px;
  height: 32px;
  margin-right: 20px;
  font-family: "Baloo 2", sans-serif;
  font-weight: 600;
  color: #085769;
  font-size: 18px;
}
.contact-form-wrapper .contact-form .form-wrapper .upload-wrapper input::file-selector-button {
  background-color: transparent;
  color: #013845;
  cursor: pointer;
  border: 1px solid #013845;
  transition: all 0.1s ease-in-out;
  min-width: 180px;
  text-align: center;
  border-radius: 15px;
  width: 150px;
  height: 32px;
  margin-right: 20px;
  font-family: "Baloo 2", sans-serif;
  font-weight: 600;
  color: #085769;
  font-size: 18px;
}
.contact-form-wrapper .contact-form .form-wrapper .upload-wrapper input::-webkit-file-upload-button:hover {
  background-color: #013845;
  border: solid 1px transparent;
  color: #fff;
}
.contact-form-wrapper .contact-form .form-wrapper .upload-wrapper input::file-selector-button:hover {
  background-color: #013845;
  border: solid 1px transparent;
  color: #fff;
}
.contact-form-wrapper .contact-form .rodo {
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  text-align: left;
}
.contact-form-wrapper .contact-form .rodo a {
  color: #013845;
  text-decoration: underline;
}
.contact-form-wrapper .contact-form .send-form {
  margin-right: 20px;
  background-color: #89D4DE;
  height: 50px;
  width: 200px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  border-color: #3CCCD5;
  transition: all 0.1s ease-out;
}
.contact-form-wrapper .contact-form .send-form:hover {
  color: #89D4DE;
  background-color: #ffffff;
  border: 2px solid #89D4DE;
}

.send-email-message {
  opacity: 0;
  position: absolute;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Baloo 2", sans-serif;
  font-weight: 600;
  color: #013845;
  font-size: 40px;
  text-align: center;
  transition: all 1s ease-out;
  flex-direction: column;
  width: 100%;
}

.charges-general {
  height: 750px;
  margin-top: 60px;
}
.charges-general .charges-general-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.charges-general .charges-general-wrapper .left-box {
  width: 48%;
  height: 100%;
}
.charges-general .charges-general-wrapper .left-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.charges-general .charges-general-wrapper .right-box {
  width: 48%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 50px;
}
.charges-general .charges-general-wrapper .right-box img {
  height: 120px;
  margin-top: 30px;
}
.charges-general .charges-general-wrapper .right-box h1 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 50px;
  text-align: center;
  margin-top: 30px;
}
.charges-general .charges-general-wrapper .right-box p {
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 23px;
  text-align: center;
  margin: 60px 0;
}
.charges-general .charges-general-wrapper .right-box .buttons {
  display: flex;
  gap: 24px;
  margin-top: 70px;
}
.charges-general .charges-general-wrapper .right-box .buttons .button {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 25px;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.charges-general .charges-general-wrapper .right-box .buttons .button.left {
  background-color: #FFB200;
  border: 2px solid #FFB200;
}
.charges-general .charges-general-wrapper .right-box .buttons .button.left:hover {
  background-color: #ffffff;
  color: #FFB200;
}
.charges-general .charges-general-wrapper .right-box .buttons .button.right {
  background-color: #3CCCD5;
  border: 2px solid #3CCCD5;
}
.charges-general .charges-general-wrapper .right-box .buttons .button.right:hover {
  background-color: #ffffff;
  color: #3CCCD5;
}

.charges-advantages .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  align-items: flex-start;
  justify-content: center;
  margin: 140px 0 70px;
}
.charges-advantages .cards .card-wrapper {
  position: relative;
  width: 390px;
  height: 260px;
  background-color: rgba(137, 212, 222, 0.2);
  border-radius: 30px;
}
.charges-advantages .cards .card-wrapper .card {
  padding: 30px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: absolute;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  transition: all 0.1s ease-out;
}
.charges-advantages .cards .card-wrapper .card:hover {
  background-color: #9EE6EA;
  z-index: 1;
  scale: 105%;
}
.charges-advantages .cards .card-wrapper .card img {
  height: 60px;
  margin-bottom: 12px;
  align-self: flex-end;
}
.charges-advantages .cards .card-wrapper .card .title {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 25px;
  text-align: left;
}
.charges-advantages .cards .card-wrapper .card .content {
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 20px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.charges-advantages .cards .card-wrapper .card:hover .content {
  display: block;
  overflow: visible;
  text-overflow: clip;
  opacity: 1;
  -webkit-line-clamp: none;
  -webkit-box-orient: horizontal;
  height: -moz-max-content;
  height: max-content;
}
.charges-advantages .cards .card-wrapper .card:hover {
  min-height: 100%;
  height: -moz-max-content;
  height: max-content;
}
.charges-advantages .buttons {
  display: flex;
  gap: 24px;
  margin-bottom: 140px;
  justify-content: center;
}
.charges-advantages .buttons .button {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 25px;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.charges-advantages .buttons .button.left {
  background-color: #FFB200;
  border: 2px solid #FFB200;
}
.charges-advantages .buttons .button.left:hover {
  background-color: #ffffff;
  color: #FFB200;
}
.charges-advantages .buttons .button.right {
  background-color: #3CCCD5;
  border: 2px solid #3CCCD5;
}
.charges-advantages .buttons .button.right:hover {
  background-color: #ffffff;
  color: #3CCCD5;
}

.enrolment-general {
  height: 750px;
  margin: 60px 0;
}
.enrolment-general .enrolment-general-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.enrolment-general .enrolment-general-wrapper .left-box {
  width: 48%;
  height: 100%;
}
.enrolment-general .enrolment-general-wrapper .left-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.enrolment-general .enrolment-general-wrapper .right-box {
  width: 48%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 50px;
}
.enrolment-general .enrolment-general-wrapper .right-box img {
  height: 120px;
  margin-top: 30px;
}
.enrolment-general .enrolment-general-wrapper .right-box h1 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 50px;
  text-align: center;
  margin-top: 30px;
}
.enrolment-general .enrolment-general-wrapper .right-box p {
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 23px;
  text-align: left;
  margin-top: 20px;
}
.enrolment-general .enrolment-general-wrapper .right-box .buttons {
  display: flex;
  gap: 24px;
  margin-top: 70px;
}
.enrolment-general .enrolment-general-wrapper .right-box .buttons .button {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 25px;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.enrolment-general .enrolment-general-wrapper .right-box .buttons .button.left {
  background-color: #FFB200;
  border: 2px solid #FFB200;
}
.enrolment-general .enrolment-general-wrapper .right-box .buttons .button.left:hover {
  background-color: #ffffff;
  color: #FFB200;
}
.enrolment-general .enrolment-general-wrapper .right-box .buttons .button.right {
  background-color: #3CCCD5;
  border: 2px solid #3CCCD5;
}
.enrolment-general .enrolment-general-wrapper .right-box .buttons .button.right:hover {
  background-color: #ffffff;
  color: #3CCCD5;
}

.enrolment-details .enrolment-details-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.enrolment-details .enrolment-details-wrapper .accordion {
  margin: 0 180px;
}
.enrolment-details .enrolment-details-wrapper .accordion h1 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 35px;
  text-align: left;
}
.enrolment-details .enrolment-details-wrapper .accordion .row .title-row {
  display: flex;
  margin-top: 20px;
}
.enrolment-details .enrolment-details-wrapper .accordion .row .title-row .icon {
  height: 17px;
  width: 17px;
  border: 1px solid #013845;
  border-radius: 1px;
  position: relative;
  top: 15px;
  display: flex;
  transition: rotate 0.5s;
  margin: 0 10px;
  flex-shrink: 0;
}
.enrolment-details .enrolment-details-wrapper .accordion .row .title-row .icon::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-bottom: 1px solid #013845;
  bottom: 7px;
  left: 2px;
}
.enrolment-details .enrolment-details-wrapper .accordion .row .title-row .icon::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-left: 1px solid #013845;
  bottom: 2px;
  left: 7px;
  opacity: 1;
  transition: opacity 0.5s;
}
.enrolment-details .enrolment-details-wrapper .accordion .row .title-row .icon.active {
  rotate: 180deg;
}
.enrolment-details .enrolment-details-wrapper .accordion .row .title-row .icon.active::after {
  opacity: 0;
}
.enrolment-details .enrolment-details-wrapper .accordion .row .title-row .title-wrapper .title {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #FF7A19;
  font-size: 25px;
  text-align: left;
  cursor: pointer;
}
.enrolment-details .enrolment-details-wrapper .accordion .row .title-row .title-wrapper .title.active {
  color: #013845;
}
.enrolment-details .enrolment-details-wrapper .accordion .row .content-row {
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 20px;
  text-align: left;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s;
  margin-left: 40px;
}
.enrolment-details .enrolment-details-wrapper .accordion .row .content-row.active {
  max-height: 100px;
}
.enrolment-details .enrolment-details-wrapper .accordion .row .content-row .subtitle {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 24px;
  text-align: left;
  margin: 30px 20px 16px;
  text-align: center;
}
.enrolment-details .enrolment-details-wrapper .accordion .row .content-row ul li {
  list-style-position: inside;
}

.contact-general {
  height: 750px;
  margin: 60px 0;
}
.contact-general .contact-general-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.contact-general .contact-general-wrapper .left-box {
  width: 48%;
  height: 100%;
}
.contact-general .contact-general-wrapper .left-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.contact-general .contact-general-wrapper .right-box {
  width: 48%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 50px;
}
.contact-general .contact-general-wrapper .right-box img {
  height: 120px;
  margin-top: 30px;
}
.contact-general .contact-general-wrapper .right-box h1 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 50px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 100px;
}
.contact-general .contact-general-wrapper .right-box p {
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 23px;
  text-align: left;
  margin-top: 20px;
}
.contact-general .contact-general-wrapper .right-box .buttons {
  display: flex;
  gap: 24px;
  margin-top: 70px;
}
.contact-general .contact-general-wrapper .right-box .buttons .button {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 25px;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.contact-general .contact-general-wrapper .right-box .buttons .button.left {
  background-color: #FFB200;
  border: 2px solid #FFB200;
}
.contact-general .contact-general-wrapper .right-box .buttons .button.left:hover {
  background-color: #ffffff;
  color: #FFB200;
}
.contact-general .contact-general-wrapper .right-box .buttons .button.right {
  background-color: #3CCCD5;
  border: 2px solid #3CCCD5;
}
.contact-general .contact-general-wrapper .right-box .buttons .button.right:hover {
  background-color: #ffffff;
  color: #3CCCD5;
}

.contact-details .contact-wrapper {
  min-height: 800px;
  display: flex;
}
.contact-details .contact-wrapper .map {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-details .contact-wrapper .map .map-wrapper iframe {
  height: 840px;
  width: 750px;
  left: 0;
  top: 0;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.contact-details .contact-wrapper .content-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  padding-bottom: 60px;
}
.contact-details .contact-wrapper .content-box .contact-form {
  padding: 0;
  margin: 0;
}
.contact-details .contact-wrapper .content-box .contact-form .form-wrapper {
  gap: 20px;
}
.contact-details .contact-wrapper .content-box .contact-form .form-wrapper .input-wrapper {
  width: calc(50% - 10px);
}

.staff-general {
  height: 750px;
  margin: 60px 0;
}
.staff-general .staff-general-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.staff-general .staff-general-wrapper .left-box {
  width: 48%;
  height: 100%;
  position: relative;
}
.staff-general .staff-general-wrapper .left-box .photo-card {
  position: absolute;
  width: 240px;
  height: 285px;
  background-color: #F8F5F5;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25), -1px -1px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.1s ease-out;
}
.staff-general .staff-general-wrapper .left-box .photo-card.f1 {
  top: 30px;
  left: 20px;
  rotate: -5deg;
  z-index: 1;
}
.staff-general .staff-general-wrapper .left-box .photo-card.f2 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.staff-general .staff-general-wrapper .left-box .photo-card.f3 {
  top: 30px;
  right: 0px;
  rotate: 15deg;
  z-index: 3;
}
.staff-general .staff-general-wrapper .left-box .photo-card.f4 {
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  rotate: -16deg;
  z-index: 4;
}
.staff-general .staff-general-wrapper .left-box .photo-card.f5 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.staff-general .staff-general-wrapper .left-box .photo-card.f6 {
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  rotate: 5deg;
  z-index: 6;
}
.staff-general .staff-general-wrapper .left-box .photo-card.f7 {
  bottom: 30px;
  left: 0;
  z-index: 7;
}
.staff-general .staff-general-wrapper .left-box .photo-card.f8 {
  bottom: 90px;
  left: 50%;
  transform: translateX(-60%);
  rotate: -15deg;
  z-index: 8;
}
.staff-general .staff-general-wrapper .left-box .photo-card.f8 .name {
  text-align: center;
}
.staff-general .staff-general-wrapper .left-box .photo-card.f9 {
  bottom: 50px;
  right: 50px;
  z-index: 9;
}
.staff-general .staff-general-wrapper .left-box .photo-card .inside-frame {
  height: 225px;
  width: 210px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.25), inset -1px -1px 4px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.staff-general .staff-general-wrapper .left-box .photo-card .inside-frame img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  filter: sepia(20%);
  transition: all 0.1s ease-out;
}
.staff-general .staff-general-wrapper .left-box .photo-card .name {
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 15px;
  padding: 0 20px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  text-align: center;
}
.staff-general .staff-general-wrapper .left-box .photo-card:hover {
  scale: 110%;
  z-index: 99 !important;
  cursor: pointer;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5), -2px -2px 8px rgba(0, 0, 0, 0.1);
}
.staff-general .staff-general-wrapper .left-box .photo-card:hover img {
  filter: sepia(0%);
}
.staff-general .staff-general-wrapper .right-box {
  width: 48%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 50px;
}
.staff-general .staff-general-wrapper .right-box img {
  height: 120px;
  margin-top: 30px;
}
.staff-general .staff-general-wrapper .right-box h1 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 50px;
  text-align: center;
  margin-top: 30px;
}
.staff-general .staff-general-wrapper .right-box p {
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 23px;
  text-align: left;
  margin: 30px 0;
}
.staff-general .staff-general-wrapper .right-box .buttons {
  display: flex;
  gap: 24px;
  margin-top: 50px;
}
.staff-general .staff-general-wrapper .right-box .buttons .button {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 25px;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.staff-general .staff-general-wrapper .right-box .buttons .button.left {
  background-color: #FFB200;
  border: 2px solid #FFB200;
}
.staff-general .staff-general-wrapper .right-box .buttons .button.left:hover {
  background-color: #ffffff;
  color: #FFB200;
}
.staff-general .staff-general-wrapper .right-box .buttons .button.right {
  background-color: #3CCCD5;
  border: 2px solid #3CCCD5;
}
.staff-general .staff-general-wrapper .right-box .buttons .button.right:hover {
  background-color: #ffffff;
  color: #3CCCD5;
}

.gallery-general {
  margin: 60px 0;
}
.gallery-general .gallery-general-wrapper {
  height: 170px;
  width: 100%;
  box-shadow: -4px -4px 10px 2px rgba(0, 0, 0, 0.15), 4px 4px 10px 2px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-general .gallery-general-wrapper img {
  height: 120px;
}
.gallery-general .gallery-general-wrapper h1 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 50px;
  text-align: left;
  margin-left: 50px;
}
.gallery-general .gallery {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  position: relative;
  padding: 100px;
}
.gallery-general .gallery .gallery-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.gallery-general .gallery .gallery-box img {
  width: 30%;
  height: 500px;
  margin: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  filter: brightness(80%);
}
.gallery-general .gallery .gallery-box img:nth-child(3n+1) {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.3);
}
.gallery-general .gallery .gallery-box img:nth-child(3n+3) {
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.3);
}
.gallery-general .gallery .gallery-box img:hover {
  filter: brightness(100%);
}
.gallery-general .gallery .gallery-pagination {
  display: flex;
  justify-content: center;
  font-size: 40px;
  margin-top: 30px;
}
.gallery-general .gallery .gallery-pagination .prevPage {
  padding: 10px 20px 10px 10px;
  font-weight: 400;
  cursor: pointer;
}
.gallery-general .gallery .gallery-pagination .pages {
  display: flex;
}
.gallery-general .gallery .gallery-pagination .pages .page {
  padding: 10px;
  font-weight: 500;
  cursor: pointer;
}
.gallery-general .gallery .gallery-pagination .pages .page.active {
  text-decoration: underline;
}
.gallery-general .gallery .gallery-pagination .nextPage {
  padding: 10px 10px 10px 20px;
  font-weight: 400;
  cursor: pointer;
}

.about-general {
  height: 750px;
  margin: 60px 0;
}
.about-general .about-general-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.about-general .about-general-wrapper .left-box {
  width: 48%;
  height: 100%;
  overflow: hidden;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.about-general .about-general-wrapper .left-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.about-general .about-general-wrapper .right-box {
  width: 48%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 50px;
}
.about-general .about-general-wrapper .right-box img {
  height: 120px;
  margin-top: 30px;
}
.about-general .about-general-wrapper .right-box h1 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 50px;
  text-align: center;
  margin-top: 30px;
}
.about-general .about-general-wrapper .right-box p {
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 23px;
  text-align: left;
  margin-top: 20px;
}
.about-general .about-general-wrapper .right-box .buttons {
  display: flex;
  gap: 24px;
  margin-top: 30px;
}
.about-general .about-general-wrapper .right-box .buttons .button {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 25px;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.about-general .about-general-wrapper .right-box .buttons .button.left {
  background-color: #FFB200;
  border: 2px solid #FFB200;
}
.about-general .about-general-wrapper .right-box .buttons .button.left:hover {
  background-color: #ffffff;
  color: #FFB200;
}
.about-general .about-general-wrapper .right-box .buttons .button.right {
  background-color: #3CCCD5;
  border: 2px solid #3CCCD5;
}
.about-general .about-general-wrapper .right-box .buttons .button.right:hover {
  background-color: #ffffff;
  color: #3CCCD5;
}

.about-details .about-details-wrapper {
  display: flex;
  flex-direction: column;
}
.about-details .about-details-wrapper .element {
  display: flex;
  gap: 50px;
  justify-content: center;
}
.about-details .about-details-wrapper .element.reverse .picture {
  order: 2;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.about-details .about-details-wrapper .element.reverse .content {
  order: 1;
  justify-content: flex-start;
  text-align: right;
}
.about-details .about-details-wrapper .element .picture {
  order: 1;
  width: 650px;
  height: 650px;
  display: flex;
  overflow: hidden;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.about-details .about-details-wrapper .element .content {
  order: 2;
  width: 650px;
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 23px;
  text-align: left;
}
.about-details .buttons {
  display: flex;
  gap: 24px;
  margin: 70px 0;
  justify-content: center;
}
.about-details .buttons .button {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 25px;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.about-details .buttons .button.left {
  background-color: #FFB200;
  border: 2px solid #FFB200;
}
.about-details .buttons .button.left:hover {
  background-color: #ffffff;
  color: #FFB200;
}
.about-details .buttons .button.right {
  background-color: #3CCCD5;
  border: 2px solid #3CCCD5;
}
.about-details .buttons .button.right:hover {
  background-color: #ffffff;
  color: #3CCCD5;
}

.job-general {
  height: 750px;
  margin: 60px 0;
}
.job-general .job-general-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.job-general .job-general-wrapper .left-box {
  width: 48%;
  height: 100%;
  overflow: hidden;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.job-general .job-general-wrapper .left-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.job-general .job-general-wrapper .right-box {
  width: 48%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 50px;
}
.job-general .job-general-wrapper .right-box img {
  height: 120px;
  margin-top: 30px;
}
.job-general .job-general-wrapper .right-box h1 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 50px;
  text-align: center;
  margin-top: 30px;
}
.job-general .job-general-wrapper .right-box p {
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 23px;
  text-align: left;
  margin-top: 20px;
}
.job-general .job-general-wrapper .right-box .buttons {
  display: flex;
  gap: 24px;
  margin-top: 30px;
}
.job-general .job-general-wrapper .right-box .buttons .button {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 25px;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.job-general .job-general-wrapper .right-box .buttons .button.left {
  background-color: #FFB200;
  border: 2px solid #FFB200;
}
.job-general .job-general-wrapper .right-box .buttons .button.left:hover {
  background-color: #ffffff;
  color: #FFB200;
}
.job-general .job-general-wrapper .right-box .buttons .button.right {
  background-color: #3CCCD5;
  border: 2px solid #3CCCD5;
}
.job-general .job-general-wrapper .right-box .buttons .button.right:hover {
  background-color: #ffffff;
  color: #3CCCD5;
}

.job-details .job-details-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
.job-details .job-details-wrapper .accordion {
  margin: 0 200px;
}
.job-details .job-details-wrapper .accordion .row {
  margin: 10px 0;
}
.job-details .job-details-wrapper .accordion .row .title-row {
  display: flex;
  margin-top: 50px;
}
.job-details .job-details-wrapper .accordion .row .title-row .icon {
  height: 17px;
  width: 17px;
  border: 1px solid #013845;
  border-radius: 1px;
  position: relative;
  top: 15px;
  display: flex;
  transition: rotate 0.5s;
  margin: 0 10px;
  flex-shrink: 0;
}
.job-details .job-details-wrapper .accordion .row .title-row .icon::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-bottom: 1px solid #013845;
  bottom: 7px;
  left: 2px;
}
.job-details .job-details-wrapper .accordion .row .title-row .icon::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-left: 1px solid #013845;
  bottom: 2px;
  left: 7px;
  opacity: 1;
  transition: opacity 0.5s;
}
.job-details .job-details-wrapper .accordion .row .title-row .icon.active {
  rotate: 180deg;
}
.job-details .job-details-wrapper .accordion .row .title-row .icon.active::after {
  opacity: 0;
}
.job-details .job-details-wrapper .accordion .row .title-row .title-wrapper .title {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #FF7A19;
  font-size: 35px;
  text-align: left;
  cursor: pointer;
}
.job-details .job-details-wrapper .accordion .row .title-row .title-wrapper .title.active {
  color: #013845;
}
.job-details .job-details-wrapper .accordion .row .content-row {
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 20px;
  text-align: left;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s;
  margin-left: 40px;
}
.job-details .job-details-wrapper .accordion .row .content-row.active {
  max-height: 1500px;
}
.job-details .job-details-wrapper .accordion .row .content-row .subtitle {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 24px;
  text-align: left;
  margin: 30px 20px 16px;
  text-align: center;
}
.job-details .job-details-wrapper .accordion .row .content-row ul li {
  list-style-position: inside;
}
.job-details .job-details-wrapper .accordion .row .content-row .summary {
  margin: 30px 20px 10px;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 20px;
  text-align: left;
  margin: 30px 20px 10px;
  border: 1px solid #013845;
  padding: 30px;
  text-align: center;
  border-radius: 30px;
}
.job-details .job-details-wrapper .accordion .row .content-row .buttons {
  display: flex;
  gap: 24px;
  margin-top: 50px;
  justify-content: center;
}
.job-details .job-details-wrapper .accordion .row .content-row .buttons .button {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 25px;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.job-details .job-details-wrapper .accordion .row .content-row .buttons .button.left {
  background-color: #FFB200;
  border: 2px solid #FFB200;
}
.job-details .job-details-wrapper .accordion .row .content-row .buttons .button.left:hover {
  background-color: #ffffff;
  color: #FFB200;
}
.job-details .job-details-wrapper .accordion .row .content-row .buttons .button.right {
  background-color: #3CCCD5;
  border: 2px solid #3CCCD5;
}
.job-details .job-details-wrapper .accordion .row .content-row .buttons .button.right:hover {
  background-color: #ffffff;
  color: #3CCCD5;
}
.job-details .job-details-wrapper .accordion .row .content-row .send-message {
  text-align: center;
  margin-top: 20px;
}
.job-details .job-details-wrapper .accordion .row .content-row .send-message a {
  color: #3CCCD5;
}

.documents-general {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.documents-general .container {
  width: 100%;
}
.documents-general .element {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}
.documents-general .element.blue {
  background-color: #E7F6F8;
}
.documents-general .element.yellow {
  background-color: #FFEEC6;
}
.documents-general .element h1 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 60px;
  text-align: center;
  margin-top: 30px;
}
.documents-general .element .pdf-wrapper {
  height: 1000px;
  width: 707px;
}
.documents-general .element .pdf {
  width: 100%;
}

.rodo-general {
  margin: 60px 0;
}
.rodo-general .rodo-general-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}
.rodo-general .rodo-general-wrapper h1 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 50px;
  text-align: center;
  margin: 50px 0;
}
.rodo-general .rodo-general-wrapper h2 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 26px;
  text-align: left;
  margin: 20px 0;
}
.rodo-general .rodo-general-wrapper p {
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 22px;
  text-align: left;
  margin: 10px 0;
}
.rodo-general .rodo-general-wrapper ul,
.rodo-general .rodo-general-wrapper ol {
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 22px;
  text-align: left;
  display: block;
  padding-left: 24px;
}

.policy-general {
  margin: 60px 0;
}
.policy-general .policy-general-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}
.policy-general .policy-general-wrapper h1 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 50px;
  text-align: center;
  margin: 50px 0;
}
.policy-general .policy-general-wrapper h2 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 26px;
  text-align: left;
  margin: 20px 0;
}
.policy-general .policy-general-wrapper p {
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 22px;
  text-align: left;
  margin: 10px 0;
}
.policy-general .policy-general-wrapper ul,
.policy-general .policy-general-wrapper ol {
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 22px;
  text-align: left;
  display: block;
  padding-left: 24px;
}

footer {
  background-color: #FFD26A;
}
footer .top-wrapper {
  display: flex;
  padding-top: 40px;
}
footer .top-wrapper .logo {
  width: 20%;
  padding-left: 30px;
  padding-top: 30px;
  display: flex;
  align-items: center;
}
footer .top-wrapper .logo img {
  height: 100px;
}
footer .top-wrapper .menu {
  width: 80%;
  display: flex;
  justify-content: center;
}
footer .top-wrapper .menu .col {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}
footer .top-wrapper .menu .col .main {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 22px;
  text-align: left;
  margin-bottom: 16px;
}
footer .top-wrapper .menu .col .sub {
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  color: #013845;
  font-size: 20px;
  text-align: left;
}
footer .bottom-wrapper {
  display: flex;
  align-items: center;
  padding: 40px 0 20px;
  justify-content: center;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #013845;
  font-size: 25px;
  text-align: center;
  gap: 50px;
}
footer .bottom-wrapper a {
  color: #013845;
}
footer .social {
  position: absolute;
  right: 40px;
  display: flex;
  gap: 16px;
}
footer.alternative {
  background-color: #3CCCD5;
}

/* LIGHTBOX */
#lightbox {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  top: 0;
  left: 0;
}
#lightbox.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
#lightbox .lightbox-inner {
  position: relative;
  width: 80vw;
  height: 95vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#lightbox .lightbox-inner .img-wrapper {
  position: relative;
  width: 60vw;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#lightbox .lightbox-inner .img-wrapper > img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
#lightbox .lightbox-inner .close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#lightbox .lightbox-inner .close-btn svg {
  width: 80px;
  fill: #BD8E22;
  opacity: 0.5;
}
#lightbox .lightbox-inner .close-btn:hover svg {
  opacity: 1;
}
#lightbox .lightbox-inner .prev-btn {
  position: absolute;
  top: 50%;
  left: 0cm;
  padding: 30px;
  transform: translateY(-50%);
  cursor: pointer;
}
#lightbox .lightbox-inner .prev-btn svg {
  width: 80px;
  fill: #BD8E22;
  opacity: 0.5;
}
#lightbox .lightbox-inner .prev-btn:hover svg {
  opacity: 1;
}
#lightbox .lightbox-inner .next-btn {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 30px;
  transform: translateY(-50%);
  cursor: pointer;
}
#lightbox .lightbox-inner .next-btn svg {
  width: 80px;
  fill: #BD8E22;
  opacity: 0.5;
}
#lightbox .lightbox-inner .next-btn:hover svg {
  opacity: 1;
}
#lightbox .lightbox-inner .prev-btn.disabled,
#lightbox .lightbox-inner .next-btn.disabled {
  opacity: 0.1;
}

@media (max-width: 1600px) {
  .container {
    max-width: 1200px;
  }

  .about .boxes .box .icon img {
    height: 7vw;
  }
  .about .boxes .box.right .content {
    font-size: 20px;
  }
  .about .boxes .box.right.first {
    padding-right: 140px;
  }
  .about .boxes .box.right.second {
    padding-right: 220px;
  }
  .about .boxes .box.right.third {
    padding-right: 140px;
  }
  .about .boxes .box.left .content {
    font-size: 20px;
  }
  .about .boxes .box.left.first {
    padding-left: 140px;
  }
  .about .boxes .box.left.second {
    padding-left: 220px;
  }
  .about .boxes .box.left.third {
    padding-left: 140px;
  }
  .about .centre-picture img {
    height: 20vw;
  }

  .video .video-wrapper iframe {
    width: 75vw;
    height: 42.1875vw;
  }

  .communication .communication-wrapper .content-box {
    padding-left: 0;
  }
  .communication .communication-wrapper .picture img {
    padding-right: 0;
  }

  .more .cards .card {
    width: 360px;
  }

  footer .top-wrapper .logo {
    width: auto;
    padding-top: 0;
  }
  footer .top-wrapper .menu .col {
    margin: 0;
  }
  footer .bottom-wrapper {
    padding-left: 320px;
  }
  footer .social {
    left: 90px;
    right: auto;
  }

  .about-general {
    height: 675px;
  }
  .about-general .about-general-wrapper .right-box h1 {
    font-size: 45px;
  }
  .about-general .about-general-wrapper .right-box img {
    height: 100px;
    margin-top: 30px;
  }
  .about-general .about-general-wrapper .right-box p {
    font-size: 20px;
  }

  .about-details .about-details-wrapper .element .content {
    font-size: 20px;
  }
  .about-details .about-details-wrapper .element .picture {
    height: 575px;
  }

  .agenda-general {
    height: 675px;
  }
  .agenda-general .agenda-general-wrapper .right-box img {
    height: 100px;
  }
  .agenda-general .agenda-general-wrapper .right-box h1 {
    font-size: 45px;
  }

  .agenda-advantages .schedule .element {
    font-size: 20px;
  }

  .gallery-general .gallery-general-wrapper {
    height: 130px;
  }
  .gallery-general .gallery-general-wrapper img {
    height: 100px;
  }
  .gallery-general .gallery-general-wrapper h1 {
    font-size: 45px;
  }
  .gallery-general .gallery {
    padding: 50px 10px;
  }
  .gallery-general .gallery .gallery-box img {
    width: 28%;
    height: 300px;
  }
  .gallery-general .gallery .gallery-pagination .pages {
    display: flex;
  }

  .enrolment-general {
    height: 675px;
  }
  .enrolment-general .enrolment-general-wrapper .right-box h1 {
    font-size: 45px;
  }
  .enrolment-general .enrolment-general-wrapper .right-box img {
    height: 100px;
    margin-top: 30px;
  }
  .enrolment-general .enrolment-general-wrapper .right-box p {
    font-size: 20px;
  }
  .enrolment-general .enrolment-details .enrolment-details-wrapper .element .picture {
    height: 575px;
  }

  .job-general {
    height: 675px;
  }
  .job-general .job-general-wrapper .right-box h1 {
    font-size: 45px;
  }
  .job-general .job-general-wrapper .right-box img {
    height: 100px;
    margin-top: 30px;
  }
  .job-general .job-general-wrapper .right-box p {
    font-size: 20px;
  }

  .staff-general {
    height: 675px;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card {
    width: 200px;
    height: 250px;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card .inside-frame {
    width: 150px;
    height: 200px;
  }
  .staff-general .staff-general-wrapper .right-box h1 {
    font-size: 45px;
  }
  .staff-general .staff-general-wrapper .right-box img {
    height: 100px;
    margin-top: 30px;
  }
  .staff-general .staff-general-wrapper .right-box p {
    font-size: 20px;
  }
  .staff-general .staff-general-wrapper .right-box .buttons {
    margin-top: 30px;
  }

  .offer-general {
    height: 675px;
  }
  .offer-general .offer-general-wrapper .right-box h1 {
    font-size: 45px;
  }
  .offer-general .offer-general-wrapper .right-box img {
    height: 100px;
    margin-top: 30px;
  }
  .offer-general .offer-general-wrapper .right-box p {
    font-size: 20px;
  }

  .offer-details .offer-details-wrapper .navigation {
    width: 50%;
    padding: 0px 60px;
  }
  .offer-details .offer-details-wrapper .navigation .element {
    margin: 50px 0;
  }
  .offer-details .offer-details-wrapper .navigation .element img {
    height: 120px;
  }
  .offer-details .offer-details-wrapper .content {
    margin: 60px 45px 30px 45px;
    width: 50%;
  }

  .charges-general {
    height: 675px;
  }
  .charges-general .charges-general-wrapper .right-box h1 {
    font-size: 45px;
  }
  .charges-general .charges-general-wrapper .right-box img {
    height: 100px;
    margin-top: 30px;
  }
  .charges-general .charges-general-wrapper .right-box p {
    font-size: 20px;
  }

  .activities-general {
    height: 675px;
  }
  .activities-general .activities-general-wrapper .right-box h1 {
    font-size: 45px;
  }
  .activities-general .activities-general-wrapper .right-box img {
    height: 100px;
    margin-top: 30px;
  }
  .activities-general .activities-general-wrapper .right-box p {
    font-size: 20px;
  }

  .documents-general .element h1 {
    font-size: 50px;
    margin: 30px 0;
  }

  .faq-general {
    height: 675px;
  }
  .faq-general .faq-general-wrapper .right-box h1 {
    font-size: 45px;
  }
  .faq-general .faq-general-wrapper .right-box img {
    height: 100px;
    margin-top: 30px;
  }
  .faq-general .faq-general-wrapper .right-box p {
    font-size: 20px;
  }

  .faq-details .faq-details-wrapper .element {
    flex-direction: column;
  }
  .faq-details .faq-details-wrapper .element .picture {
    width: 100% !important;
    height: 450px !important;
    order: 1 !important;
  }
  .faq-details .faq-details-wrapper .element .picture img {
    width: 100% !important;
    border-radius: 0 !important;
  }
  .faq-details .faq-details-wrapper .element .content {
    width: 100% !important;
    order: 0 !important;
  }

  .contact-general {
    height: 675px;
  }
  .contact-general .contact-general-wrapper .right-box h1 {
    font-size: 45px;
  }
  .contact-general .contact-general-wrapper .right-box img {
    height: 100px;
    margin-top: 30px;
  }
  .contact-general .contact-general-wrapper .right-box p {
    font-size: 20px;
  }

  .contact-details .contact-wrapper .map .map-wrapper iframe {
    width: 600px;
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: 1000px;
  }

  header .header-wrapper .nav-container {
    margin-right: 20px;
  }
  header .contact-btn {
    display: none;
  }

  .about .title {
    font-size: 60px;
  }
  .about .boxes .box .icon img {
    height: 8vw;
  }
  .about .boxes .box.right .content {
    font-size: 18px;
  }
  .about .boxes .box.right.first {
    padding-right: 100px;
  }
  .about .boxes .box.right.second {
    padding-right: 180px;
  }
  .about .boxes .box.right.third {
    padding-right: 100px;
  }
  .about .boxes .box.left .content {
    font-size: 18px;
  }
  .about .boxes .box.left.first {
    padding-left: 100px;
  }
  .about .boxes .box.left.second {
    padding-left: 180px;
  }
  .about .boxes .box.left.third {
    padding-left: 100px;
  }
  .about .centre-picture img {
    height: 25vw;
  }

  .video .video-wrapper .title {
    font-size: 60px;
  }

  .location .location-wrapper .map {
    width: 50%;
  }
  .location .location-wrapper .map .map-wrapper iframe {
    height: 60%;
    width: 90%;
  }
  .location .location-wrapper .content-box {
    padding: 50px;
  }
  .location .location-wrapper .content-box .title {
    font-size: 60px;
  }
  .location .location-wrapper .content-box .content p:first-child {
    font-size: 26px;
    width: auto;
  }
  .location .location-wrapper .content-box .content p:nth-child(2) {
    font-size: 24px;
    width: auto;
  }

  .communication .communication-wrapper .content-box {
    padding: 50px;
  }
  .communication .communication-wrapper .content-box .title {
    font-size: 60px;
  }
  .communication .communication-wrapper .content-box .content p:nth-child(1) {
    font-size: 26px;
    width: 100%;
  }
  .communication .communication-wrapper .picture img {
    width: 90%;
    padding-right: 0;
  }

  .more .cards .card {
    width: 300px;
    height: 230px;
  }

  footer .top-wrapper .logo img {
    height: 90px;
  }
  footer .bottom-wrapper {
    font-size: 20px;
  }

  .about-general {
    height: 550px;
  }
  .about-general .about-general-wrapper .right-box {
    padding: 30px;
  }
  .about-general .about-general-wrapper .right-box h1 {
    font-size: 30px;
    margin-top: 15px;
  }
  .about-general .about-general-wrapper .right-box img {
    height: 80px;
    margin-top: 20px;
  }
  .about-general .about-general-wrapper .right-box p {
    font-size: 18px;
    margin-top: 10px;
  }

  .about-details .about-details-wrapper .element .content {
    font-size: 18px;
  }
  .about-details .about-details-wrapper .element .picture {
    height: 430px;
  }

  .agenda-general {
    height: 550px;
  }
  .agenda-general .agenda-general-wrapper .right-box h1 {
    font-size: 40px;
    margin-top: 15px;
  }
  .agenda-general .agenda-general-wrapper .right-box img {
    height: 90px;
    margin-top: 10px;
  }

  .agenda-advantages .schedule .element {
    height: 85px;
    width: 95%;
  }

  .gallery-general .gallery-general-wrapper {
    height: 80px;
    border-radius: 30px;
  }
  .gallery-general .gallery-general-wrapper img {
    height: 55px;
  }
  .gallery-general .gallery-general-wrapper h1 {
    font-size: 40px;
    margin-left: 25px;
  }
  .gallery-general .gallery .gallery-box img {
    width: 40%;
  }
  .gallery-general .gallery .gallery-box img:nth-child(3n+1) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: none;
  }
  .gallery-general .gallery .gallery-box img:nth-child(3n+3) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
  }
  .gallery-general .gallery .gallery-box img:nth-child(odd) {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.3);
  }
  .gallery-general .gallery .gallery-box img:nth-child(even) {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  }
  .gallery-general .gallery .gallery-pagination .pages {
    display: flex;
  }

  .enrolment-general {
    height: 550px;
  }
  .enrolment-general .enrolment-general-wrapper .right-box {
    padding: 35px;
  }
  .enrolment-general .enrolment-general-wrapper .right-box h1 {
    font-size: 40px;
    margin-top: 15px;
  }
  .enrolment-general .enrolment-general-wrapper .right-box img {
    height: 90px;
  }
  .enrolment-general .enrolment-general-wrapper .right-box p {
    font-size: 18px;
    margin-top: 10px;
  }
  .enrolment-general .enrolment-general-wrapper .right-box .buttons {
    margin-top: 35px;
  }

  .enrolment-details .enrolment-details-wrapper .accordion {
    margin: 0;
  }

  .contact-form-wrapper .contact-form {
    margin: 40px 0 80px;
    padding: 0;
  }

  .job-general {
    height: 550px;
  }
  .job-general .job-general-wrapper .right-box {
    padding: 35px;
  }
  .job-general .job-general-wrapper .right-box h1 {
    font-size: 40px;
    margin-top: 15px;
  }
  .job-general .job-general-wrapper .right-box img {
    height: 90px;
  }
  .job-general .job-general-wrapper .right-box p {
    font-size: 18px;
    margin-top: 10px;
  }

  .job-details .job-details-wrapper .accordion {
    margin: 0;
  }

  .staff-general {
    height: 550px;
  }
  .staff-general .staff-general-wrapper .right-box {
    padding: 35px;
  }
  .staff-general .staff-general-wrapper .right-box h1 {
    font-size: 40px;
    margin-top: 15px;
  }
  .staff-general .staff-general-wrapper .right-box img {
    height: 90px;
  }
  .staff-general .staff-general-wrapper .right-box p {
    font-size: 18px;
    margin: 10px 0;
  }
  .staff-general .staff-general-wrapper .right-box .buttons {
    margin-top: 25px;
  }
  .staff-general .staff-general-wrapper .left-box {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card {
    width: 200px;
    height: 250px;
    position: static;
    width: 30%;
    height: 31%;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card .name {
    text-align: center !important;
    bottom: 6px;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f1 {
    z-index: 1;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    rotate: unset;
    transform: translate(0, 0);
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f2 {
    z-index: 2;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    rotate: unset;
    transform: translate(0, 0);
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f3 {
    z-index: 3;
    left: -50px;
    right: auto;
    top: -100px;
    bottom: auto;
    rotate: unset;
    transform: translate(0, 0);
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f4 {
    z-index: 4;
    left: -50px;
    right: auto;
    top: -100px;
    bottom: auto;
    rotate: unset;
    transform: translate(0, 0);
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f5 {
    z-index: 5;
    left: 50px;
    right: auto;
    top: -200px;
    bottom: auto;
    rotate: unset;
    transform: translate(0, 0);
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f6 {
    z-index: 6;
    left: 50px;
    right: auto;
    top: -200px;
    bottom: auto;
    rotate: unset;
    transform: translate(0, 0);
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f7 {
    z-index: 8;
    left: 0;
    right: auto;
    top: -300px;
    bottom: auto;
    rotate: unset;
    transform: translate(0, 0);
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f8 {
    z-index: 9;
    left: 0;
    right: auto;
    top: -300px;
    bottom: auto;
    rotate: unset;
    transform: translate(0, 0);
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f9 {
    z-index: 7;
    left: 100px;
    right: auto;
    top: -400px;
    bottom: auto;
    rotate: unset;
    transform: translate(0, 0);
  }
  .staff-general .staff-general-wrapper .left-box .photo-card .inside-frame {
    width: 100%;
    height: 125px;
    position: static;
    transform: translateX(0);
  }
  .staff-general .staff-general-wrapper .left-box .photo-card .inside-frame img {
    -o-object-position: top;
       object-position: top;
  }

  .offer-general {
    height: 550px;
  }
  .offer-general .offer-general-wrapper .right-box h1 {
    font-size: 40px;
    margin-top: 15px;
  }
  .offer-general .offer-general-wrapper .right-box img {
    height: 90px;
  }
  .offer-general .offer-general-wrapper .right-box p {
    font-size: 18px;
    margin: 10px 0;
  }
  .offer-general .offer-general-wrapper .right-box .buttons {
    margin-top: 40px;
  }

  .offer-details .offer-details-wrapper .content {
    display: flex;
    margin: 70px 50px 30px;
    width: 50%;
  }
  .offer-details .offer-details-wrapper .navigation {
    padding: 0 40px;
    width: 50%;
  }

  .charges-general {
    height: 550px;
  }
  .charges-general .charges-general-wrapper .right-box h1 {
    font-size: 40px;
    margin-top: 15px;
  }
  .charges-general .charges-general-wrapper .right-box img {
    height: 90px;
  }
  .charges-general .charges-general-wrapper .right-box p {
    font-size: 18px;
    margin: 10px 0;
  }

  .charges-advantages .buttons {
    margin-bottom: 80px;
  }

  .activities-general {
    height: 550px;
  }
  .activities-general .activities-general-wrapper .right-box {
    padding: 35px;
  }
  .activities-general .activities-general-wrapper .right-box h1 {
    font-size: 40px;
    margin-top: 15px;
  }
  .activities-general .activities-general-wrapper .right-box img {
    height: 90px;
  }
  .activities-general .activities-general-wrapper .right-box p {
    font-size: 18px;
    margin: 10px 0;
  }
  .activities-general .activities-general-wrapper .right-box .buttons {
    margin-top: 15px;
  }

  .activities-advantages .buttons {
    margin-bottom: 80px;
  }

  .faq-general {
    height: 550px;
  }
  .faq-general .faq-general-wrapper .right-box {
    padding: 35px;
  }
  .faq-general .faq-general-wrapper .right-box h1 {
    font-size: 40px;
    margin-top: 15px;
  }
  .faq-general .faq-general-wrapper .right-box img {
    height: 90px;
  }
  .faq-general .faq-general-wrapper .right-box p {
    font-size: 18px;
    margin: 10px 0;
  }
  .faq-general .faq-general-wrapper .right-box .buttons {
    margin-top: 15px;
  }

  .contact-general {
    height: 550px;
    margin: 60px 0 0 0;
  }
  .contact-general .contact-general-wrapper .right-box h1 {
    font-size: 40px;
    margin-top: 15px;
  }
  .contact-general .contact-general-wrapper .right-box img {
    height: 90px;
  }
  .contact-general .contact-general-wrapper .right-box p {
    font-size: 18px;
    margin: 15px 0;
  }
  .contact-general .contact-general-wrapper .right-box .buttons {
    margin-top: 40px;
  }

  .contact-details .contact-wrapper .map .map-wrapper {
    width: 100%;
  }
  .contact-details .contact-wrapper .map .map-wrapper iframe {
    width: 100%;
    height: 965px;
  }
  .contact-details .contact-wrapper .content-box .contact-form {
    margin-top: 100px;
  }
  .contact-details .contact-wrapper .content-box .contact-form .form-wrapper .input-wrapper {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 95%;
  }

  header {
    height: 90px;
  }
  header .header-wrapper .nav-container {
    display: flex;
  }
  header .header-wrapper .nav-container nav ul.show {
    left: 0;
    transition: left ease-out 0.5s;
    min-height: 100vh;
  }
  header .header-wrapper .nav-container nav ul {
    transition: left ease-out 0.5s;
    display: flex;
    position: fixed;
    top: 0;
    left: -500px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 30%;
    background: white;
    z-index: 3;
    flex-direction: column;
    padding: 20px 15px 0 15px;
  }
  header .header-wrapper .nav-container nav ul li {
    padding: 10px;
    display: block;
  }
  header .header-wrapper .nav-container nav ul li a {
    font-size: 20px;
    padding: 0;
  }
  header .header-wrapper .nav-container nav ul li.parent-sub-menu a {
    padding: 0;
  }
  header .header-wrapper .nav-container nav ul li.parent-sub-menu > a {
    pointer-events: none;
  }
  header .header-wrapper .nav-container nav ul li.parent-sub-menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: static;
    height: 0;
    padding: 0;
    box-shadow: none;
  }
  header .header-wrapper .nav-container nav ul li.parent-sub-menu .sub-menu li {
    padding: 5px;
  }
  header .header-wrapper .nav-container nav ul li.parent-sub-menu .sub-menu.mobile-active {
    visibility: visible;
    opacity: 1;
    height: -moz-fit-content;
    height: fit-content;
    margin: 10px 0 0 10px;
  }
  header .header-wrapper .nav-container nav .hamburger {
    padding: 10px 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  header .header-wrapper .nav-container nav .hamburger .bars {
    position: relative;
    cursor: pointer;
  }
  header .header-wrapper .nav-container nav .hamburger .bars .icon-bar {
    background-color: rgba(1, 57, 69, 0.8078431373);
    display: block;
    width: 15px;
    height: 2px;
    position: relative;
    transition: all 0.3s;
  }
  header .header-wrapper .nav-container nav .hamburger .bars .icon-bar:nth-child(1) {
    transform: rotate(45deg);
    top: 5px;
  }
  header .header-wrapper .nav-container nav .hamburger .bars .icon-bar:nth-child(2) {
    opacity: 0;
    margin: 3px 0;
  }
  header .header-wrapper .nav-container nav .hamburger .bars .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 5px;
  }
  header .header-wrapper .nav-container nav .hamburger .bars.ham .icon-bar:nth-child(1) {
    transform: rotate(0);
    top: 0;
  }
  header .header-wrapper .nav-container nav .hamburger .bars.ham .icon-bar:nth-child(2) {
    opacity: 1;
    margin: 3px 0;
  }
  header .header-wrapper .nav-container nav .hamburger .bars.ham .icon-bar:nth-child(3) {
    transform: rotate(0);
    bottom: 0;
  }
  header .header-wrapper .logo img {
    height: 60px;
    margin: 0 10px;
  }

  .video .video-wrapper iframe {
    height: 53.188vw;
    width: 100%;
  }

  .location {
    padding: 80px 0;
  }
  .location .location-wrapper {
    flex-wrap: wrap;
    min-height: 600px;
  }
  .location .location-wrapper .map {
    width: 100%;
    order: 1;
    margin-top: 40px;
  }
  .location .location-wrapper .map .map-wrapper iframe {
    height: 400px;
    border-radius: 0;
  }
  .location .location-wrapper .content-box {
    width: 100%;
    align-items: center;
    padding: 0 30px;
    order: 0;
  }
  .location .location-wrapper .content-box .content p:first-child {
    width: auto;
    text-align: center;
  }
  .location .location-wrapper .content-box .content p:last-child {
    width: auto;
    text-align: center;
  }

  .communication .communication-wrapper {
    flex-direction: column;
  }
  .communication .communication-wrapper .content-box {
    width: 80%;
  }
  .communication .communication-wrapper .content-box .title {
    text-align: center;
  }
  .communication .communication-wrapper .content-box .content p:first-child {
    text-align: center;
  }
  .communication .communication-wrapper .picture {
    padding-bottom: 50px;
  }

  .more .address-data {
    font-size: 22px;
    gap: 40px;
  }

  footer .top-wrapper .logo {
    padding-left: 10vw;
  }
  footer .top-wrapper .menu {
    display: none;
  }
  footer .bottom-wrapper {
    padding-left: 0;
  }
  footer .social {
    right: 10vw;
    left: auto;
    top: 70px;
    gap: 25px;
  }

  .about-general {
    height: -moz-fit-content;
    height: fit-content;
    margin: 60px 0 0;
  }
  .about-general .about-general-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
  .about-general .about-general-wrapper .left-box {
    width: 100%;
    margin-top: 50px;
    order: 1;
    height: 430px;
  }
  .about-general .about-general-wrapper .right-box {
    width: 100%;
    order: 0;
  }
  .about-general .about-general-wrapper .right-box h1 {
    font-size: 35px;
  }
  .about-general .about-general-wrapper .right-box img {
    height: 80px;
    margin-top: 15px;
  }
  .about-general .about-general-wrapper .right-box p {
    text-align: center;
    font-size: 18px;
  }

  .about-details .about-details-wrapper .element {
    flex-direction: column;
    width: 100%;
  }
  .about-details .about-details-wrapper .element .content {
    font-size: 24px;
    width: 100%;
    order: 0;
    padding: 30px 10vw;
    text-align: center;
    font-size: 18px;
  }
  .about-details .about-details-wrapper .element .picture {
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    order: 1;
  }
  .about-details .about-details-wrapper .element .picture img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: 100%;
  }
  .about-details .about-details-wrapper .element.reverse .content {
    order: 0;
    padding: 30px 10vw;
    justify-content: center;
    text-align: center;
  }
  .about-details .about-details-wrapper .element.reverse .picture {
    width: 100%;
    order: 1;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
  }

  .agenda-general {
    height: -moz-fit-content;
    height: fit-content;
  }
  .agenda-general .agenda-general-wrapper {
    flex-direction: column;
  }
  .agenda-general .agenda-general-wrapper .left-box {
    width: 100%;
    order: 1;
    height: 430px;
  }
  .agenda-general .agenda-general-wrapper .right-box {
    width: 100%;
    order: 0;
    margin-bottom: 50px;
    padding: 30px;
  }
  .agenda-general .agenda-general-wrapper .right-box img {
    height: 80px;
    margin-top: 15px;
  }
  .agenda-general .agenda-general-wrapper .right-box h1 {
    font-size: 35px;
  }
  .agenda-general .agenda-general-wrapper .right-box .buttons {
    margin-top: 50px;
  }

  .agenda-advantages .schedule .element {
    height: 100px;
    font-size: 18px;
  }

  .gallery-general .gallery-general-wrapper {
    border-radius: 20px;
    height: 70px;
  }
  .gallery-general .gallery-general-wrapper img {
    height: 50px;
  }
  .gallery-general .gallery-general-wrapper h1 {
    font-size: 35px;
    margin-left: 20px;
  }
  .gallery-general .gallery {
    padding: 30px 10px;
  }
  .gallery-general .gallery .gallery-pagination .pages {
    display: flex;
  }

  .enrolment-general {
    height: -moz-fit-content;
    height: fit-content;
    margin: 60px 0 0;
  }
  .enrolment-general .enrolment-general-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
  .enrolment-general .enrolment-general-wrapper .left-box {
    width: 100%;
    margin-top: 50px;
    order: 1;
    height: 430px;
  }
  .enrolment-general .enrolment-general-wrapper .left-box img {
    height: 100%;
  }
  .enrolment-general .enrolment-general-wrapper .right-box {
    width: 100%;
    order: 0;
    padding: 30px;
  }
  .enrolment-general .enrolment-general-wrapper .right-box h1 {
    font-size: 35px;
  }
  .enrolment-general .enrolment-general-wrapper .right-box img {
    height: 80px;
    margin-top: 15px;
  }
  .enrolment-general .enrolment-general-wrapper .right-box p {
    text-align: center;
    font-size: 18px;
  }

  .enrolment-details .enrolment-details-wrapper .accordion {
    margin-top: 50px;
  }
  .enrolment-details .enrolment-details-wrapper .accordion .row .content-row.active {
    max-height: 170px;
  }

  .job-general {
    height: -moz-fit-content;
    height: fit-content;
    margin: 60px 0 0;
  }
  .job-general .job-general-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
  .job-general .job-general-wrapper .left-box {
    width: 100%;
    margin-top: 50px;
    order: 1;
    height: 430px;
  }
  .job-general .job-general-wrapper .left-box img {
    height: 100%;
  }
  .job-general .job-general-wrapper .right-box {
    width: 100%;
    order: 0;
    padding: 30px;
  }
  .job-general .job-general-wrapper .right-box h1 {
    font-size: 35px;
  }
  .job-general .job-general-wrapper .right-box img {
    height: 80px;
    margin-top: 15px;
  }
  .job-general .job-general-wrapper .right-box p {
    text-align: center;
    font-size: 18px;
  }

  .job-details .job-details-wrapper {
    margin-bottom: 30px;
  }
  .job-details .job-details-wrapper .accordion {
    margin-top: 50px;
  }
  .job-details .job-details-wrapper .accordion .row .title-row {
    margin-top: 15px;
  }
  .job-details .job-details-wrapper .accordion .row .title-row .title-wrapper .title {
    font-size: 28px;
  }
  .job-details .job-details-wrapper .accordion .row .content-row {
    font-size: 18px;
  }

  .staff-general {
    height: -moz-fit-content;
    height: fit-content;
    margin: 60px 0 0;
  }
  .staff-general .staff-general-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
  .staff-general .staff-general-wrapper .left-box {
    order: 1;
    flex-wrap: wrap;
    gap: 0 20px;
    width: 100%;
    margin: 50px 0;
    position: relative;
    height: 900px;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card {
    position: absolute;
    width: 240px;
    height: 285px;
    background-color: #F8F5F5;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25), -1px -1px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.1s ease-out;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f1 {
    top: 30px;
    left: 20px;
    bottom: auto;
    right: auto;
    rotate: -5deg;
    z-index: 5;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f1 .name {
    text-align: center;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f2 {
    top: 0;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%);
    z-index: 9;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f2 .name {
    text-align: right;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f3 {
    top: 30px;
    right: 0px;
    bottom: auto;
    left: auto;
    rotate: 15deg;
    z-index: 8;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f3 .name {
    text-align: center;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f4 {
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    bottom: auto;
    right: auto;
    rotate: -16deg;
    z-index: 3;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f4 .name {
    text-align: left;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f5 {
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    z-index: 8;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f5 .name {
    text-align: right;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f6 {
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    bottom: auto;
    left: auto;
    rotate: 5deg;
    z-index: 7;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f6 .name {
    text-align: right;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f7 {
    bottom: 30px;
    left: 0;
    top: auto;
    right: auto;
    z-index: 1;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f7 .name {
    text-align: right;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f8 {
    bottom: 90px;
    left: 50%;
    top: auto;
    right: auto;
    transform: translateX(-60%);
    rotate: -15deg;
    z-index: 4;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f8 .name {
    text-align: center;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f9 {
    bottom: 50px;
    right: 50px;
    top: auto;
    left: auto;
    z-index: 2;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f9 .name {
    text-align: right;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card .inside-frame {
    height: 225px;
    width: 210px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.25), inset -1px -1px 4px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card .inside-frame img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    filter: sepia(20%);
    transition: all 0.1s ease-out;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card .name {
    font-family: "Inria Sans", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    padding: 0 20px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card:hover {
    scale: 110%;
    z-index: 99 !important;
    cursor: pointer;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5), -2px -2px 8px rgba(0, 0, 0, 0.1);
  }
  .staff-general .staff-general-wrapper .left-box .photo-card:hover img {
    filter: sepia(0%);
  }
  .staff-general .staff-general-wrapper .right-box {
    width: 100%;
    order: 0;
    padding: 30px;
  }
  .staff-general .staff-general-wrapper .right-box h1 {
    font-size: 35px;
  }
  .staff-general .staff-general-wrapper .right-box img {
    height: 80px;
    margin-top: 15px;
  }
  .staff-general .staff-general-wrapper .right-box p {
    text-align: center;
    font-size: 18px;
  }

  .offer-general {
    height: -moz-fit-content;
    height: fit-content;
    margin: 60px 0 0;
  }
  .offer-general .offer-general-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
  .offer-general .offer-general-wrapper .left-box {
    width: 100%;
    margin-top: 50px;
    order: 1;
    height: 430px;
  }
  .offer-general .offer-general-wrapper .left-box img {
    height: 100%;
  }
  .offer-general .offer-general-wrapper .right-box {
    width: 100%;
    order: 0;
    padding: 15px;
  }
  .offer-general .offer-general-wrapper .right-box h1 {
    font-size: 35px;
  }
  .offer-general .offer-general-wrapper .right-box img {
    height: 80px;
    margin-top: 15px;
  }
  .offer-general .offer-general-wrapper .right-box p {
    text-align: center;
    font-size: 18px;
  }
  .offer-general .offer-general-wrapper .right-box .buttons {
    margin: 30px 0;
  }

  .charges-general {
    height: -moz-fit-content;
    height: fit-content;
    margin: 60px 0 0;
  }
  .charges-general .charges-general-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
  .charges-general .charges-general-wrapper .left-box {
    width: 100%;
    margin-top: 50px;
    order: 1;
    height: 430px;
  }
  .charges-general .charges-general-wrapper .left-box img {
    height: 100%;
  }
  .charges-general .charges-general-wrapper .right-box {
    width: 100%;
    order: 0;
    padding: 30px;
  }
  .charges-general .charges-general-wrapper .right-box h1 {
    font-size: 35px;
  }
  .charges-general .charges-general-wrapper .right-box img {
    height: 80px;
    margin-top: 15px;
  }
  .charges-general .charges-general-wrapper .right-box p {
    text-align: center;
    font-size: 18px;
  }
  .charges-general .charges-general-wrapper .right-box .buttons {
    margin-top: 50px;
  }

  .activities-general {
    height: -moz-fit-content;
    height: fit-content;
    margin: 60px 0 0;
  }
  .activities-general .activities-general-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
  .activities-general .activities-general-wrapper .left-box {
    width: 100%;
    margin-top: 50px;
    order: 1;
    height: 430px;
  }
  .activities-general .activities-general-wrapper .left-box img {
    height: 100%;
  }
  .activities-general .activities-general-wrapper .right-box {
    width: 100%;
    order: 0;
    padding: 30px;
  }
  .activities-general .activities-general-wrapper .right-box h1 {
    font-size: 35px;
  }
  .activities-general .activities-general-wrapper .right-box img {
    height: 80px;
    margin-top: 15px;
  }
  .activities-general .activities-general-wrapper .right-box p {
    text-align: center;
    font-size: 18px;
  }

  .activities-advantages .cards .card-wrapper {
    width: 340px;
  }

  .faq-general {
    height: -moz-fit-content;
    height: fit-content;
    margin: 60px 0 0;
  }
  .faq-general .faq-general-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
  .faq-general .faq-general-wrapper .left-box {
    width: 100%;
    margin-top: 50px;
    order: 1;
    height: 430px;
  }
  .faq-general .faq-general-wrapper .left-box img {
    height: 100%;
  }
  .faq-general .faq-general-wrapper .right-box {
    width: 100%;
    order: 0;
    padding: 35px;
  }
  .faq-general .faq-general-wrapper .right-box h1 {
    font-size: 35px;
  }
  .faq-general .faq-general-wrapper .right-box img {
    height: 80px;
    margin-top: 15px;
  }
  .faq-general .faq-general-wrapper .right-box p {
    text-align: center;
    font-size: 18px;
  }
  .faq-general .faq-general-wrapper .right-box .buttons {
    margin-top: 6px;
  }

  .contact-general {
    height: -moz-fit-content;
    height: fit-content;
    margin: 60px 0 0;
  }
  .contact-general .contact-general-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
  .contact-general .contact-general-wrapper .left-box {
    width: 100%;
    margin-top: 50px;
    order: 1;
    height: 430px;
  }
  .contact-general .contact-general-wrapper .left-box img {
    height: 100%;
  }
  .contact-general .contact-general-wrapper .right-box {
    width: 100%;
    order: 0;
    padding: 30px;
  }
  .contact-general .contact-general-wrapper .right-box h1 {
    font-size: 35px;
    margin-bottom: 35px;
  }
  .contact-general .contact-general-wrapper .right-box img {
    height: 80px;
    margin-top: 15px;
  }
  .contact-general .contact-general-wrapper .right-box p {
    text-align: center;
    font-size: 18px;
  }
  .contact-general .contact-general-wrapper .right-box .buttons {
    margin-top: 0px;
  }

  .contact-details .contact-wrapper .content-box .contact-form {
    margin-top: 35px;
  }

  #lightbox .lightbox-inner {
    width: 99vw;
    height: 90vh;
  }
}
@media (max-width: 768px) {
  header .header-wrapper .nav-container {
    display: flex;
  }
  header .header-wrapper .nav-container nav ul.show {
    left: 0;
    transition: left ease-out 0.5s;
    min-height: 100vh;
  }
  header .header-wrapper .nav-container nav ul {
    transition: left ease-out 0.5s;
    display: flex;
    position: fixed;
    top: 0;
    left: -500px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 30%;
    background: white;
    z-index: 3;
    flex-direction: column;
    padding: 20px 15px 0 15px;
  }
  header .header-wrapper .nav-container nav ul li {
    padding: 10px;
    display: block;
  }
  header .header-wrapper .nav-container nav ul li a {
    font-size: 20px;
    padding: 0;
  }
  header .header-wrapper .nav-container nav ul li.parent-sub-menu a {
    padding: 0;
  }
  header .header-wrapper .nav-container nav ul li.parent-sub-menu > a {
    pointer-events: none;
  }
  header .header-wrapper .nav-container nav ul li.parent-sub-menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: static;
    height: 0;
    padding: 0;
    box-shadow: none;
  }
  header .header-wrapper .nav-container nav ul li.parent-sub-menu .sub-menu li {
    padding: 5px;
  }
  header .header-wrapper .nav-container nav ul li.parent-sub-menu .sub-menu.mobile-active {
    visibility: visible;
    opacity: 1;
    height: -moz-fit-content;
    height: fit-content;
    margin: 10px 0 0 10px;
  }
  header .header-wrapper .nav-container nav .hamburger {
    padding: 10px 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  header .header-wrapper .nav-container nav .hamburger .bars {
    position: relative;
    cursor: pointer;
  }
  header .header-wrapper .nav-container nav .hamburger .bars .icon-bar {
    background-color: rgba(1, 57, 69, 0.8078431373);
    display: block;
    width: 15px;
    height: 2px;
    position: relative;
    transition: all 0.3s;
  }
  header .header-wrapper .nav-container nav .hamburger .bars .icon-bar:nth-child(1) {
    transform: rotate(45deg);
    top: 5px;
  }
  header .header-wrapper .nav-container nav .hamburger .bars .icon-bar:nth-child(2) {
    opacity: 0;
    margin: 3px 0;
  }
  header .header-wrapper .nav-container nav .hamburger .bars .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 5px;
  }
  header .header-wrapper .nav-container nav .hamburger .bars.ham .icon-bar:nth-child(1) {
    transform: rotate(0);
    top: 0;
  }
  header .header-wrapper .nav-container nav .hamburger .bars.ham .icon-bar:nth-child(2) {
    opacity: 1;
    margin: 3px 0;
  }
  header .header-wrapper .nav-container nav .hamburger .bars.ham .icon-bar:nth-child(3) {
    transform: rotate(0);
    bottom: 0;
  }

  .container {
    max-width: 95%;
  }

  .hero .social {
    width: 160px;
    height: 40px;
  }
  .hero .social a:last-child {
    display: none;
  }
  .hero .social img {
    height: 25px;
  }

  .advantages .cards {
    margin: 90px 0;
  }

  .about .centre-picture {
    display: none;
  }
  .about .boxes .box.right {
    justify-content: flex-start;
  }
  .about .boxes .box.right .content {
    order: 1;
    margin-right: 0;
    margin-left: 35px;
    text-align: left;
  }
  .about .boxes .box.right .icon {
    order: 0;
    margin-left: 20px;
  }
  .about .boxes .box.right .icon img {
    height: 12vw;
  }
  .about .boxes .box.right.first {
    padding-right: 20px;
  }
  .about .boxes .box.right.second {
    padding-right: 20px;
  }
  .about .boxes .box.right.third {
    padding-right: 20px;
  }
  .about .boxes .box.left .icon {
    margin-left: 20px;
  }
  .about .boxes .box.left .icon img {
    height: 12vw;
  }
  .about .boxes .box.left.first {
    padding-left: 20px;
  }
  .about .boxes .box.left.second {
    padding-left: 20px;
  }
  .about .boxes .box.left.third {
    padding-left: 20px;
  }

  .video .video-wrapper iframe {
    height: 56.188vw;
    width: 100vw;
  }

  .location .location-wrapper .content-box p:first-child {
    font-size: 24px;
  }
  .location .location-wrapper .content-box p:last-child {
    font-size: 22px;
  }
  .location .location-wrapper .map .map-wrapper {
    width: auto;
  }
  .location .location-wrapper .map .map-wrapper iframe {
    width: 100vw;
    height: 500px;
  }

  .communication .communication-wrapper .content-box {
    width: 100%;
  }

  .more .address-data {
    display: none;
  }

  footer .top-wrapper .logo {
    padding-left: 5vw;
  }
  footer .social {
    right: 5vw;
  }
  footer .bottom-wrapper {
    font-size: 17px;
    gap: 25px;
  }

  .social-sticky {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 40px;
    width: 200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 0 15px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
  .social-sticky img {
    height: 20px;
  }
  .social-sticky a {
    font-family: "Inria Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #2CA6AE;
    display: flex;
  }

  .about-general {
    height: -moz-fit-content;
    height: fit-content;
  }
  .about-general .about-general-wrapper .left-box {
    height: 430px;
  }
  .about-general .about-general-wrapper .right-box {
    padding: 50px 20px;
  }

  .agenda-general {
    height: -moz-fit-content;
    height: fit-content;
  }
  .agenda-general .agenda-general-wrapper .left-box {
    height: 430px;
  }
  .agenda-general .agenda-general-wrapper .right-box {
    margin-bottom: 50px;
  }
  .agenda-general .agenda-general-wrapper .right-box img {
    margin-top: 0;
  }
  .agenda-general .agenda-general-wrapper .right-box .buttons {
    margin-top: 25px;
  }

  .agenda-advantages .schedule .element {
    height: 240px;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }
  .agenda-advantages .schedule .element .time {
    width: 100%;
    padding: 20px 0;
    font-size: 24px;
  }
  .agenda-advantages .schedule .element .description {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-bottom: 20px;
    padding-right: 0;
    text-align: center;
  }

  .gallery-general .gallery .gallery-box img {
    width: 100%;
    border-radius: 30px !important;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3) !important;
  }
  .gallery-general .gallery .gallery-box img:nth-child(odd) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: none;
  }
  .gallery-general .gallery .gallery-box img:nth-child(even) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
  }

  .enrolment-general {
    height: -moz-fit-content;
    height: fit-content;
  }
  .enrolment-general .enrolment-general-wrapper .left-box {
    height: 430px;
  }
  .enrolment-general .enrolment-general-wrapper .right-box .buttons {
    margin-top: 25px;
  }

  .enrolment-details .enrolment-details-wrapper .accordion .row .content-row.active {
    max-height: 150px;
  }

  .contact-form-wrapper .contact-form .form-wrapper {
    gap: 20px;
  }
  .contact-form-wrapper .contact-form .form-wrapper .input-wrapper {
    width: 100%;
  }

  .job-general {
    height: -moz-fit-content;
    height: fit-content;
  }
  .job-general .job-general-wrapper .left-box {
    height: 430px;
  }

  .job-details .job-details-wrapper .accordion .row .content-row.active {
    max-height: 1800px;
  }

  .staff-general {
    height: -moz-fit-content;
    height: fit-content;
  }
  .staff-general .staff-general-wrapper .right-box .buttons {
    margin-top: 15px;
  }

  .offer-general {
    height: -moz-fit-content;
    height: fit-content;
  }
  .offer-general .offer-general-wrapper .left-box {
    height: 430px;
  }
  .offer-general .offer-general-wrapper .right-box .buttons {
    margin-top: 15px;
  }

  .offer-details.desktop {
    display: none;
  }
  .offer-details.mobile {
    display: flex;
  }
  .offer-details.mobile .offer-details-wrapper .accordion .row .title-row {
    align-items: center;
    height: 60px;
  }
  .offer-details.mobile .offer-details-wrapper .accordion .row .title-row .icon {
    height: 50px;
    width: auto;
    border: none;
    border-radius: 0;
    top: auto;
    display: flex;
    transition: rotate 0.5s ease-out;
  }
  .offer-details.mobile .offer-details-wrapper .accordion .row .title-row .icon.active {
    rotate: 360deg;
  }
  .offer-details.mobile .offer-details-wrapper .accordion .row .title-row .title-wrapper .title {
    font-size: 20px;
  }
  .offer-details.mobile .offer-details-wrapper .accordion .row .content-row {
    margin-left: 70px;
    font-size: 16px;
  }
  .offer-details.mobile .offer-details-wrapper .accordion .row .content-row.active {
    max-height: 800px;
  }
  .offer-details .offer-details-wrapper {
    flex-direction: column;
  }
  .offer-details .offer-details-wrapper .navigation {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    min-height: auto;
    justify-content: space-around;
    gap: 18px;
  }
  .offer-details .offer-details-wrapper .navigation .element {
    margin: 0;
    width: 45%;
    min-height: 60px;
    padding: 10px 30px;
    justify-content: center;
    border-radius: 30px;
    transition: all 0.1s ease-out;
  }
  .offer-details .offer-details-wrapper .navigation .element:nth-child(1) {
    background-color: #FDB817;
    border: 2px solid #FDB817;
  }
  .offer-details .offer-details-wrapper .navigation .element:nth-child(2) {
    background-color: #3CCCD5;
    border: 2px solid #3CCCD5;
  }
  .offer-details .offer-details-wrapper .navigation .element:nth-child(3) {
    background-color: #3CCCD5;
    border: 2px solid #3CCCD5;
  }
  .offer-details .offer-details-wrapper .navigation .element:nth-child(4) {
    background-color: #FDB817;
    border: 2px solid #FDB817;
  }
  .offer-details .offer-details-wrapper .navigation .element:nth-child(5) {
    background-color: #FDB817;
    border: 2px solid #FDB817;
  }
  .offer-details .offer-details-wrapper .navigation .element:nth-child(6) {
    background-color: #3CCCD5;
    border: 2px solid #3CCCD5;
  }
  .offer-details .offer-details-wrapper .navigation .element h2 {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
  }
  .offer-details .offer-details-wrapper .navigation .element img {
    display: none;
  }
  .offer-details .offer-details-wrapper .navigation .element:hover {
    background-color: transparent;
  }
  .offer-details .offer-details-wrapper .navigation .element:hover h2 {
    text-shadow: none;
  }
  .offer-details .offer-details-wrapper .navigation .element:nth-child(1):hover h2 {
    color: #FDB817;
  }
  .offer-details .offer-details-wrapper .navigation .element:nth-child(2):hover h2 {
    color: #3CCCD5;
  }
  .offer-details .offer-details-wrapper .navigation .element:nth-child(3):hover h2 {
    color: #3CCCD5;
  }
  .offer-details .offer-details-wrapper .navigation .element:nth-child(4):hover h2 {
    color: #FDB817;
  }
  .offer-details .offer-details-wrapper .navigation .element:nth-child(5):hover h2 {
    color: #FDB817;
  }
  .offer-details .offer-details-wrapper .navigation .element:nth-child(6):hover h2 {
    color: #3CCCD5;
  }
  .offer-details .offer-details-wrapper .content {
    width: 100%;
    margin: 35px 0;
  }
  .offer-details .offer-details-wrapper .content .item h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 12px;
  }
  .offer-details .offer-details-wrapper .content .item h3 {
    margin-top: 12px;
  }

  .charges-general {
    height: -moz-fit-content;
    height: fit-content;
  }
  .charges-general .charges-general-wrapper .left-box {
    height: 430px;
  }

  .activities-general {
    height: -moz-fit-content;
    height: fit-content;
  }
  .activities-general .activities-general-wrapper .left-box {
    height: 430px;
  }
  .activities-general .activities-general-wrapper .right-box .buttons {
    margin-top: 15px;
  }

  .documents-general .element {
    padding: 0;
  }
  .documents-general .element .pdf-wrapper {
    height: 145.6vw;
    width: 100%;
  }
  .documents-general .element h1 {
    font-size: 45px;
    margin: 60px 0;
  }

  .faq-general {
    height: -moz-fit-content;
    height: fit-content;
  }
  .faq-general .faq-general-wrapper .left-box {
    height: 430px;
  }

  .faq-details .faq-details-wrapper .element .content {
    max-height: 900px;
  }
  .faq-details .faq-details-wrapper .element .content .accordion .row .content-row.active {
    max-height: 760px;
  }

  .contact-general .contact-general-wrapper .right-box {
    padding: 50px 20px;
  }

  .contact-details .contact-wrapper {
    flex-direction: column;
  }
  .contact-details .contact-wrapper .map {
    width: 100%;
    order: 1;
    margin-bottom: 50px;
  }
  .contact-details .contact-wrapper .map .map-wrapper {
    width: 100%;
  }
  .contact-details .contact-wrapper .map .map-wrapper iframe {
    width: 100%;
    height: 500px;
  }
  .contact-details .contact-wrapper .content-box {
    width: 100%;
    order: 0;
    padding-left: 0;
    padding-bottom: 50px;
  }
  .contact-details .contact-wrapper .content-box .contact-form {
    margin-top: 100px;
  }
  .contact-details .contact-wrapper .content-box .contact-form .form-wrapper .input-wrapper {
    width: 100%;
  }

  #lightbox .lightbox-inner {
    width: 99vw;
    height: 90vh;
  }
  #lightbox .lightbox-inner .img-wrapper {
    width: 100vw;
  }
  #lightbox .lightbox-inner .prev-btn svg {
    transition: all 0.1s ease-out;
    opacity: 0.7;
    filter: drop-shadow(10px 0px 5px rgba(0, 0, 0, 0.5));
  }
  #lightbox .lightbox-inner .prev-btn:hover svg {
    opacity: 1;
    filter: drop-shadow(10px 0px 5px rgba(0, 0, 0, 0.7));
  }
  #lightbox .lightbox-inner .next-btn svg {
    transition: all 0.1s ease-out;
    opacity: 0.7;
    filter: drop-shadow(-10px 0px 5px rgba(0, 0, 0, 0.5));
  }
  #lightbox .lightbox-inner .next-btn:hover svg {
    opacity: 1;
    filter: drop-shadow(-10px 0px 5px rgba(0, 0, 0, 0.7));
  }
  #lightbox .lightbox-inner .close-btn svg {
    transition: all 0.1s ease-out;
    opacity: 0.7;
    filter: drop-shadow(-10px 0px 5px rgba(0, 0, 0, 0.5));
  }
  #lightbox .lightbox-inner .close-btn:hover svg {
    opacity: 1;
    filter: drop-shadow(-10px 0px 5px rgba(0, 0, 0, 0.7));
  }
}
@media (max-width: 480px) {
  header {
    height: 55px;
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  header .header-wrapper .logo img {
    height: 45px;
  }
  header .header-wrapper .nav-container {
    display: flex;
  }
  header .header-wrapper .nav-container nav ul.show {
    left: 0;
    transition: left ease-out 0.5s;
    min-height: 100vh;
  }
  header .header-wrapper .nav-container nav ul {
    transition: left ease-out 0.5s;
    display: flex;
    position: fixed;
    top: 0;
    left: -500px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 30%;
    background: white;
    z-index: 3;
    flex-direction: column;
    padding: 20px 15px 0 15px;
  }
  header .header-wrapper .nav-container nav ul li {
    padding: 10px;
    display: block;
  }
  header .header-wrapper .nav-container nav ul li a {
    font-size: 20px;
    padding: 0;
  }
  header .header-wrapper .nav-container nav ul li.parent-sub-menu a {
    padding: 0;
  }
  header .header-wrapper .nav-container nav ul li.parent-sub-menu > a {
    pointer-events: none;
  }
  header .header-wrapper .nav-container nav ul li.parent-sub-menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: static;
    height: 0;
    padding: 0;
    box-shadow: none;
  }
  header .header-wrapper .nav-container nav ul li.parent-sub-menu .sub-menu li {
    padding: 5px;
  }
  header .header-wrapper .nav-container nav ul li.parent-sub-menu .sub-menu.mobile-active {
    visibility: visible;
    opacity: 1;
    height: -moz-fit-content;
    height: fit-content;
    margin: 10px 0 0 10px;
  }
  header .header-wrapper .nav-container nav .hamburger {
    padding: 10px 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  header .header-wrapper .nav-container nav .hamburger .bars {
    position: relative;
    cursor: pointer;
  }
  header .header-wrapper .nav-container nav .hamburger .bars .icon-bar {
    background-color: rgba(1, 57, 69, 0.8078431373);
    display: block;
    width: 15px;
    height: 2px;
    position: relative;
    transition: all 0.3s;
  }
  header .header-wrapper .nav-container nav .hamburger .bars .icon-bar:nth-child(1) {
    transform: rotate(45deg);
    top: 5px;
  }
  header .header-wrapper .nav-container nav .hamburger .bars .icon-bar:nth-child(2) {
    opacity: 0;
    margin: 3px 0;
  }
  header .header-wrapper .nav-container nav .hamburger .bars .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 5px;
  }
  header .header-wrapper .nav-container nav .hamburger .bars.ham .icon-bar:nth-child(1) {
    transform: rotate(0);
    top: 0;
  }
  header .header-wrapper .nav-container nav .hamburger .bars.ham .icon-bar:nth-child(2) {
    opacity: 1;
    margin: 3px 0;
  }
  header .header-wrapper .nav-container nav .hamburger .bars.ham .icon-bar:nth-child(3) {
    transform: rotate(0);
    bottom: 0;
  }

  .hero {
    height: 102vh;
  }
  .hero .slider .slide .slide-overlay .buttons {
    gap: 20px;
    bottom: 0;
    left: 50%;
    margin: 30px 0;
    max-width: 90%;
    position: fixed;
    transform: translateX(-50%);
    z-index: 999;
  }
  .hero .slider .slide .slide-overlay .buttons .button {
    height: 45px;
    width: 180px;
    font-size: 16px;
  }
  .hero .social {
    display: none;
  }

  .advantages .cards .card {
    height: 320px;
  }

  .about .boxes {
    margin-bottom: 40px;
  }
  .about .boxes .box {
    width: 100%;
    margin: 20px 0;
    padding: 0 !important;
    padding-left: 10vw !important;
  }
  .about .boxes .box .icon {
    margin: 0 !important;
  }
  .about .boxes .box .icon img {
    height: 20vw !important;
  }

  .communication .communication-wrapper {
    min-height: unset;
    padding: 40px 0;
  }
  .communication .communication-wrapper .content-box {
    padding: 10px;
  }
  .communication .communication-wrapper .picture {
    width: 95%;
    padding: 40px 0 20px;
  }

  footer {
    padding-bottom: 100px;
  }
  footer .top-wrapper {
    justify-content: center;
  }
  footer .top-wrapper .logo {
    padding-left: 0;
  }
  footer .bottom-wrapper {
    flex-wrap: wrap;
    gap: unset;
    font-size: 18px;
    padding: 90px 0 20px;
  }
  footer .bottom-wrapper .email {
    width: 50%;
  }
  footer .bottom-wrapper .phone {
    width: 50%;
  }
  footer .social {
    left: 50%;
    right: unset;
    top: unset;
    bottom: 90px;
    transform: translateX(-50%);
    gap: 55px;
  }
  footer .social img {
    height: 32px;
  }

  .social-sticky {
    display: none;
  }

  .about-general {
    height: -moz-fit-content;
    height: fit-content;
  }
  .about-general .about-general-wrapper .right-box {
    padding: 20px;
  }
  .about-general .about-general-wrapper .right-box h1 {
    font-size: 30px;
  }
  .about-general .about-general-wrapper .right-box p {
    font-size: 18px;
  }
  .about-general .about-general-wrapper .right-box .buttons {
    position: fixed;
    bottom: 0;
    z-index: 999;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
    margin: 30px 0;
  }

  .about-details {
    margin-bottom: 50px;
  }
  .about-details .about-details-wrapper .element .content {
    font-size: 20px;
  }
  .about-details .about-details-wrapper .element.reverse .content {
    font-size: 20px;
  }
  .about-details .buttons {
    display: none;
  }

  .agenda-general {
    height: -moz-fit-content;
    height: fit-content;
  }
  .agenda-general .agenda-general-wrapper .right-box {
    padding: 20px;
  }
  .agenda-general .agenda-general-wrapper .right-box h1 {
    font-size: 30px;
  }
  .agenda-general .agenda-general-wrapper .right-box p {
    font-size: 18px;
  }
  .agenda-general .agenda-general-wrapper .right-box .buttons {
    bottom: 0;
    left: 50%;
    margin: 30px 0;
    max-width: 90%;
    position: fixed;
    transform: translateX(-50%);
    z-index: 999;
  }
  .agenda-general .agenda-general-wrapper .right-box .buttons .button {
    height: 60px;
  }

  .gallery-general .gallery-general-wrapper .right-box {
    height: 450px;
  }
  .gallery-general .gallery .gallery-pagination .pages {
    display: flex;
  }

  .enrolment-general {
    height: -moz-fit-content;
    height: fit-content;
  }
  .enrolment-general .enrolment-general-wrapper .right-box {
    padding: 20px;
  }
  .enrolment-general .enrolment-general-wrapper .right-box h1 {
    font-size: 30px;
  }
  .enrolment-general .enrolment-general-wrapper .right-box p {
    font-size: 18px;
  }
  .enrolment-general .enrolment-general-wrapper .right-box .buttons {
    position: fixed;
    bottom: 0;
    z-index: 999;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
    margin: 30px 0;
  }
  .enrolment-general .enrolment-general-wrapper .right-box .buttons .button {
    width: 160px;
  }
  .enrolment-general .enrolment-general-wrapper .right-box .buttons .button.left {
    background-color: #fff;
    border: 2px solid #ffb200;
    color: #ffb200;
  }
  .enrolment-general .enrolment-general-wrapper .right-box .buttons .button.right {
    background-color: #fff;
    border: 2px solid #3cccd5;
    color: #3cccd5;
  }

  .enrolment-details .enrolment-details-wrapper .accordion .row .content-row.active {
    max-height: 300px;
  }

  .contact-form-wrapper .contact-form {
    margin: 40px 0 80px;
    padding: 0;
  }
  .contact-form-wrapper .contact-form .form-wrapper .input-wrapper {
    width: 100%;
  }

  .job-general {
    height: -moz-fit-content;
    height: fit-content;
  }
  .job-general .job-general-wrapper .right-box {
    padding: 20px;
  }
  .job-general .job-general-wrapper .right-box h1 {
    font-size: 30px;
  }
  .job-general .job-general-wrapper .right-box p {
    font-size: 18px;
  }

  .job-details .job-details-wrapper {
    margin-bottom: 50px;
  }
  .job-details .job-details-wrapper .accordion .row .title-row .title-wrapper .title {
    font-size: 25px;
  }
  .job-details .job-details-wrapper .accordion .row .content-row {
    padding-right: 20px;
  }
  .job-details .job-details-wrapper .accordion .row .content-row.active {
    max-height: 3000px;
  }

  .staff-general {
    height: -moz-fit-content;
    height: fit-content;
  }
  .staff-general .staff-general-wrapper .left-box {
    flex-direction: column;
    order: 1;
    flex-wrap: nowrap;
    gap: 40px 0;
    width: 100%;
    margin: 50px 0;
    height: 100%;
    align-items: center;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card {
    position: relative;
    width: 95%;
    height: 385px;
    background-color: #F8F5F5;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25), -1px -1px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.1s ease-out;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card .name {
    bottom: 20px !important;
    font-size: 24px !important;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f1 {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    rotate: none;
    z-index: 1;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f1 .name {
    text-align: center;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f2 {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    rotate: none;
    z-index: 1;
    transform: translate(0, 0);
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f2 .name {
    text-align: center;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f3 {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    rotate: none;
    z-index: 1;
    transform: translate(0, 0);
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f3 .name {
    text-align: center;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f4 {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    rotate: none;
    z-index: 1;
    transform: translate(0, 0);
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f4 .name {
    text-align: center;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f5 {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    rotate: none;
    z-index: 1;
    transform: translate(0, 0);
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f5 .name {
    text-align: center;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f6 {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    rotate: none;
    z-index: 1;
    transform: translate(0, 0);
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f6 .name {
    text-align: center;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f7 {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    rotate: none;
    z-index: 1;
    transform: translate(0, 0);
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f7 .name {
    text-align: center;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f8 {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    rotate: none;
    z-index: 1;
    transform: translate(0, 0);
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f8 .name {
    text-align: center;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f9 {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    rotate: none;
    z-index: 1;
    transform: translate(0, 0);
  }
  .staff-general .staff-general-wrapper .left-box .photo-card.f9 .name {
    text-align: center;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card .inside-frame {
    height: 300px;
    width: 80%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.25), inset -1px -1px 4px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card .inside-frame img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    filter: sepia(20%);
    transition: all 0.1s ease-out;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card .name {
    font-family: "Inria Sans", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    padding: 0 20px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
  }
  .staff-general .staff-general-wrapper .left-box .photo-card:hover {
    scale: 110%;
    z-index: 99 !important;
    cursor: pointer;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5), -2px -2px 8px rgba(0, 0, 0, 0.1);
  }
  .staff-general .staff-general-wrapper .left-box .photo-card:hover img {
    filter: sepia(0%);
  }
  .staff-general .staff-general-wrapper .right-box {
    padding: 20px;
  }
  .staff-general .staff-general-wrapper .right-box h1 {
    font-size: 30px;
  }
  .staff-general .staff-general-wrapper .right-box p {
    font-size: 18px;
  }
  .staff-general .staff-general-wrapper .right-box .buttons {
    position: fixed;
    bottom: 0;
    z-index: 999;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
    margin: 30px 0;
  }
  .staff-general .staff-general-wrapper .right-box .buttons .button {
    width: 160px;
  }

  .offer-general {
    height: -moz-fit-content;
    height: fit-content;
  }
  .offer-general .offer-general-wrapper .right-box {
    padding: 20px;
  }
  .offer-general .offer-general-wrapper .right-box h1 {
    font-size: 30px;
  }
  .offer-general .offer-general-wrapper .right-box p {
    font-size: 18px;
  }
  .offer-general .offer-general-wrapper .right-box .buttons {
    position: fixed;
    bottom: 0;
    z-index: 999;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
    margin: 30px 0;
  }
  .offer-general .offer-general-wrapper .right-box .buttons .button {
    height: 60px;
    width: 160px;
  }

  .offer-details .offer-details-wrapper .navigation .element {
    width: 95%;
  }
  .offer-details .offer-details-wrapper .navigation .element:nth-child(2n) {
    background-color: #FDB817;
    border: 2px solid #FDB817;
  }
  .offer-details .offer-details-wrapper .navigation .element:nth-child(2n+1) {
    background-color: #3CCCD5;
    border: 2px solid #3CCCD5;
  }
  .offer-details .offer-details-wrapper .navigation .element h2 {
    font-size: 16px;
  }
  .offer-details .offer-details-wrapper .navigation .element:hover {
    background-color: transparent;
  }
  .offer-details .offer-details-wrapper .navigation .element:nth-child(2n):hover h2 {
    color: #FDB817;
  }
  .offer-details .offer-details-wrapper .navigation .element:nth-child(2n+1):hover h2 {
    color: #3CCCD5;
  }
  .offer-details .buttons {
    display: none;
  }

  .charges-general {
    height: -moz-fit-content;
    height: fit-content;
  }
  .charges-general .charges-general-wrapper .right-box {
    min-height: 300px;
    padding: 20px h1;
    padding-font-size: 30px;
  }
  .charges-general .charges-general-wrapper .right-box p {
    font-size: 18px;
  }
  .charges-general .charges-general-wrapper .right-box .buttons {
    position: fixed;
    bottom: 0;
    z-index: 999;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
    margin: 30px 0;
  }
  .charges-general .charges-general-wrapper .right-box .buttons .button {
    width: 160px;
    height: 70px;
  }
  .charges-general .charges-general-wrapper .right-box .buttons .button.left {
    background-color: #fff;
    border: 2px solid #ffb200;
    color: #ffb200;
  }
  .charges-general .charges-general-wrapper .right-box .buttons .button.right {
    background-color: #fff;
    border: 2px solid #3cccd5;
    color: #3cccd5;
  }

  .charges-advantages .buttons .button {
    display: none;
  }

  .activities-general {
    height: -moz-fit-content;
    height: fit-content;
  }
  .activities-general .activities-general-wrapper .right-box {
    padding: 20px;
    min-height: 300px;
  }
  .activities-general .activities-general-wrapper .right-box h1 {
    font-size: 30px;
  }
  .activities-general .activities-general-wrapper .right-box p {
    font-size: 18px;
  }
  .activities-general .activities-general-wrapper .right-box .buttons {
    position: fixed;
    bottom: 0;
    z-index: 999;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
    margin: 30px 0;
  }
  .activities-general .activities-general-wrapper .right-box .buttons .button {
    width: 160px;
  }
  .activities-general .activities-general-wrapper .right-box .buttons .button.left {
    background-color: #fff;
    border: 2px solid #ffb200;
    color: #ffb200;
  }
  .activities-general .activities-general-wrapper .right-box .buttons .button.right {
    background-color: #fff;
    border: 2px solid #3cccd5;
    color: #3cccd5;
  }

  .activities-advantages .buttons {
    display: none;
  }

  .faq-general {
    height: -moz-fit-content;
    height: fit-content;
  }
  .faq-general .faq-general-wrapper .right-box {
    padding: 20px;
    min-height: 300px;
  }
  .faq-general .faq-general-wrapper .right-box h1 {
    font-size: 30px;
  }
  .faq-general .faq-general-wrapper .right-box p {
    font-size: 18px;
  }
  .faq-general .faq-general-wrapper .right-box .buttons {
    position: fixed;
    bottom: 0;
    z-index: 999;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
    margin: 30px 0;
  }
  .faq-general .faq-general-wrapper .right-box .buttons .button.right {
    background-color: #fff;
    border: 2px solid #3cccd5;
    color: #3cccd5;
  }

  .faq-details .faq-details-wrapper .element .content {
    max-height: 1000px;
  }
  .faq-details .faq-details-wrapper .element .content h2 {
    font-size: 28px;
  }

  .contact-general {
    height: -moz-fit-content;
    height: fit-content;
  }
  .contact-general .contact-general-wrapper .right-box {
    min-height: 300px;
    padding: 20px;
  }
  .contact-general .contact-general-wrapper .right-box h1 {
    font-size: 30px;
  }
  .contact-general .contact-general-wrapper .right-box p {
    font-size: 18px;
  }
  .contact-general .contact-general-wrapper .right-box .buttons {
    position: fixed;
    bottom: 0;
    z-index: 999;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
    margin: 30px 0;
  }
  .contact-general .contact-general-wrapper .right-box .buttons .button {
    width: 165px;
    height: 70px;
  }
  .contact-general .contact-general-wrapper .right-box .buttons .button.left {
    background-color: #fff;
    border: 2px solid #ffb200;
    color: #ffb200;
  }
  .contact-general .contact-general-wrapper .right-box .buttons .button.right {
    background-color: #fff;
    border: 2px solid #3cccd5;
    color: #3cccd5;
  }

  #lightbox .lightbox-inner {
    width: 99vw;
    height: 90vh;
  }
  #lightbox .lightbox-inner .img-wrapper {
    width: 100vw;
  }
  #lightbox .lightbox-inner .prev-btn svg {
    width: 40px;
    transition: all 0.1s ease-out;
    opacity: 0.7;
    filter: drop-shadow(10px 0px 5px rgba(0, 0, 0, 0.5));
  }
  #lightbox .lightbox-inner .prev-btn:hover svg {
    opacity: 1;
    filter: drop-shadow(10px 0px 5px rgba(0, 0, 0, 0.7));
  }
  #lightbox .lightbox-inner .next-btn svg {
    width: 40px;
    transition: all 0.1s ease-out;
    opacity: 0.7;
    filter: drop-shadow(-10px 0px 5px rgba(0, 0, 0, 0.5));
  }
  #lightbox .lightbox-inner .next-btn:hover svg {
    opacity: 1;
    filter: drop-shadow(-10px 0px 5px rgba(0, 0, 0, 0.7));
  }
  #lightbox .lightbox-inner .close-btn svg {
    width: 40px;
    transition: all 0.1s ease-out;
    opacity: 0.7;
    filter: drop-shadow(-10px 0px 5px rgba(0, 0, 0, 0.5));
  }
  #lightbox .lightbox-inner .close-btn:hover svg {
    opacity: 1;
    filter: drop-shadow(-10px 0px 5px rgba(0, 0, 0, 0.7));
  }
}
/*# sourceMappingURL=main.min.css.map */
