* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media (max-width: 1024px) {
  html {
    font-size: 52.5%;
  }
}

body {
  width: 100%;
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  overflow-x: hidden;
  background-color: #f1f6f6;
}

img,
svg {
  max-width: 100%;
  display: block;
}

button {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

#global-mask {
  width: 100%;
  height: 100%;
  background-color: #f3f1ef;
  position: fixed;
  top: 0;
  z-index: 15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

#global-mask.active {
  display: table;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  visibility: visible;
}

#global-loading {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  border: 5px solid #0158cd;
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  position: fixed;
  top: 50%;
  width: 30px;
  z-index: 20;
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transition: all 0.3s ease;
}

#global-loading.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  visibility: visible;
}

.container {
  width: 100%;
  max-width: 123rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (max-width: 1200px) {
  .container {
    padding: 0px 2rem;
  }
}

.sweet-overlay {
  background-color: rgba(243, 241, 239, 0.7);
}

.sweet-alert button {
  background: #1377e9 !important;
  transition: 0.4s;
}

.sweet-alert button:hover {
  background: #0c56aa !important;
  transition: 0.4s;
}

.header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}

.header .header-box {
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 20px 0;
  width: 100%;
  border-top: 1px solid #363d44;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .header .logo img {
    max-width: 100px;
  }
}

@media (max-width: 600px) {
  .header .logo {
    margin: 0 auto;
  }

  .header .logo img {
    max-width: 80px;
  }
}

@media (max-width: 600px) {
  .header .nav {
    display: none;
  }
}

.header .nav .nav-ul .nav-item {
  display: inline-block;
}

.header .nav .nav-ul .nav-item a {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  padding: 0 1.5rem;
  transition: 0.3s color ease;
}

.header .nav .nav-ul .nav-item a:hover {
  color: #df973f;
}

.header .phone {
  background-color: #0158cd;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0 2rem;
  line-height: 4.8rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.header .phone .icon {
  margin-right: 1rem;
}

@media (max-width: 600px) {
  .header .phone {
    display: none;
  }
}

.navbar {
  background-color: #1b2128;
}

@media (max-width: 991px) {
  .navbar {
    display: none;
  }
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 80%;
  height: 50px;
  line-height: 50px;
  position: relative;
}

.navbar .logo {
  display: none;
}

@media (max-width: 1024px) {
  .navbar .navbar-ul {
    display: none;
  }
}

.navbar .navbar-item {
  position: relative;
  height: 100%;
  display: inline-block;
  margin-right: 30px;
}

@media (max-width: 1366px) {
  .navbar .navbar-item {
    margin-right: 10px;
  }
}

.navbar .navbar-item:last-child {
  margin-right: 0;
}

.navbar .link-back {
  margin-right: 12rem !important;
}

@media (max-width: 1400px) {
  .navbar .link-back {
    margin-right: 1rem;
  }
}

.navbar .navbar-item>a {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
}

@media (max-width: 1550px) {
  .navbar .navbar-item>a {
    font-size: 1.2rem;
  }
}

.navbar .navbar-item:hover>a,
.navbar .navbar-item>a:hover {
  color: #e9bc00;
}

.navbar .navbar-arrow::after {
  font-family: "Font Awesome 5 Pro";
  content: "" !important;
  margin-left: 8px;
  color: #e9bc00;
}

.navbar .navbar-item:hover .navbar-arrow:after,
.navbar .navbar-item>a:hover .navbar-arrow:after {
  content: "" !important;
}

.navbar .navbar-sub {
  background-color: #1b2128;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 300px;
  padding: 18px;
  text-align: left;
  margin-top: 1px;
  visibility: hidden;
  transition: all 0.2s ease;
  opacity: 0;
  z-index: 99;
  border-radius: 4px;
}

.navbar .navbar-item:hover .navbar-sub,
.navbar .navbar-item>a:hover .navbar-sub {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.navbar .navbar-sub-item {
  float: left;
  width: 100%;
  list-style: none;
}

.navbar .navbar-sub-item a {
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #fff;
  font-weight: 400;
  float: left;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
}

.navbar .navbar-sub-item a:hover {
  color: #e9bc00;
}

.navbar .social {
  display: flex;
  align-items: center;
}

.navbar .social a {
  transition: 0.4s;
}

.navbar .social a img {
  filter: invert(100%) sepia(10%) saturate(653%) hue-rotate(346deg) brightness(150%) contrast(105%);
}

.navbar .social a:not(:last-child) {
  margin-right: 5px;
}

.navbar .social a:hover {
  transition: 0.4s;
  opacity: 0.7;
}

.page-opening .logo {
  display: block !important;
}

.page-opening .link-back {
  display: none;
}

.page-opening .navbar .container {
  height: 80px !important;
  line-height: 80px !important;
}

.page-opening .navbar .social {
  margin-right: 50px;
}

.page-wrapper {
  position: relative;
  transition: transform 0.25s;
}

.mmenu-active .page-wrapper {
  transform: translateX(250px);
}

.mobile-menu-toggler {
  display: none;
  background-color: #fbba00;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  border-radius: 4px;
}

@media (max-width: 1024px) {
  .mobile-menu-toggler {
    display: block;
  }
}

.mobile-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1001;
  background-color: #fbba00;
  width: 100%;
  max-width: 300px;
  overflow-y: auto;
  box-shadow: 0.1rem 0 0.6rem 0 rgba(50, 50, 50, 0.65);
  transform: translateX(-100%);
  visibility: hidden;
  transition: all 0.25s;
}

.mmenu-active .mobile-menu-container {
  visibility: visible;
  transform: translateX(0);
}

.mobile-menu-wrapper {
  position: relative;
}

.mobile-menu-header {
  background-color: #0045a0;
  padding: 40px 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.mobile-menu-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  cursor: pointer;
  font-size: 30px;
  color: #fff;
  margin: 10px;
}

.mobile-menu-close:hover {
  color: #032c62;
}

.mobile-menu-logo {
  flex-basis: 100%;
  text-align: center;
}

.mobile-menu-overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  transition: all 0.25s;
  visibility: hidden;
  opacity: 0;
}

.mmenu-active .mobile-menu-overlay {
  visibility: visible;
  opacity: 1;
}

.mobile-menu {
  padding: 20px;
}

.mobile-menu .alert-html {
  margin-top: 0;
}

.mobile-menu li {
  display: block;
  position: relative;
  border-bottom: 1px solid #cfa10a;
}

.mobile-menu li:last-child {
  border-bottom: 0;
}

.mobile-menu>li>a {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.mobile-menu li strong {
  position: relative;
  display: block;
  padding: 1.3rem 0 1.3rem 1.4rem;
  margin-right: 4.5rem;
  color: #292c39;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
  font-style: italic;
  padding-left: 25px;
}

.mobile-menu li a {
  position: relative;
  display: block;
  padding: 1.3rem 0 1.3rem 1.4rem;
  margin-right: 4.5rem;
  color: #292c39;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
}

.mobile-menu li a:hover {
  color: #0045a0;
}

.mobile-menu li ul li ul li ul li a {
  padding-left: 25px;
}

.mobile-menu li.open>a,
.mobile-menu li.active>a {
  color: #0045a0;
}

.mobile-menu li ul {
  display: none;
}

.mobile-menu>li>a {
  text-transform: uppercase;
}

.mobile-menu-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  width: 2rem;
  height: 2rem;
  font-size: 2.2rem;
  color: #292c39;
  margin-top: -1.1rem;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  outline: none;
}

.mobile-menu-arrow:before {
  font-family: "Font Awesome 5 Pro";
  content: "" !important;
  margin-top: -2px;
  margin-right: 0 !important;
}

.open>a>.mobile-menu-arrow:before {
  content: "" !important;
}

.banners {
  margin-top: 60px;
  position: relative;
}

@media (max-width: 991px) {
  .banners {
    margin-top: 0;
  }
}

.banners .item .desktop {
  display: block;
}

.banners .item .mobile {
  display: none;
}

@media (max-width: 991px) {
  .banners .item .desktop {
    display: none;
  }

  .banners .item .mobile {
    display: block;
  }
}

.banners .swiper-pagination {
  z-index: 9;
  position: absolute;
  right: 32.2% !important;
  bottom: 12% !important;
  text-align: right;
  width: auto !important;
}

@media (max-width: 991px) {
  .banners .swiper-pagination {
    width: 100% !important;
    text-align: center;
    right: 0;
    bottom: 0;
  }
}

.banners .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #0158cd;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
}

.banners .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0158cd;
}

.banners .scrool {
  width: 100%;
  margin-top: -3rem;
  display: flex;
  justify-content: center;
  z-index: 9;
  position: absolute;
}

@media (max-width: 991px) {
  .banners .scrool {
    margin-top: 0;
  }
}

.banners .scrool a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  background-color: #db9600;
  line-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
}

.banners .scrool a:hover {
  margin-top: 5px;
  transition: 0.3s;
}

.about {
  margin-top: 50px;
}

.about .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .about .container {
    flex-direction: column;
  }
}

.about .left {
  width: 50%;
}

@media (max-width: 1200px) {
  .about .left {
    width: 48%;
  }
}

@media (max-width: 991px) {
  .about .left {
    width: 100%;
    text-align: center;
    margin-top: 4rem;
  }
}

.about .left h2 {
  text-transform: uppercase;
  font-size: 3.6rem;
  color: #21378c;
  font-weight: 300;
  line-height: 1.053;
  /* text-transform: uppercase; */
}

@media (max-width: 991px) {
  .about .left h2 {
    max-width: 50rem;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}

.about .left h2 strong {
  text-transform: none;
  font-family: "Dancing Script", cursive;
  font-size: 7rem;
  line-height: 7rem;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

/* .about .left h2 strong span{
  display: block;
} */

.about .left p {
  font-size: 1.6rem;
  line-height: 1.375;
  color: #313338;
  font-weight: 300;
  margin-bottom: 2rem;
}

.about .right {
  width: 50%;
}

@media (max-width: 1200px) {
  .about .right {
    width: 48%;
  }
}

@media (max-width: 991px) {
  .about .right {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .about .right .image {
    display: inline-block;
  }
}

.accordions {
  margin-top: 60px;
}

.accordions .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}

@media (max-width: 1024px) {
  .accordions .container {
    flex-direction: column;
    gap: 0;
  }
}

.accordions .block {
  width: 50%;
}

@media (max-width: 1024px) {
  .accordions .block {
    width: 100%;
  }
}

.accordions .item {
  width: 100%;
  margin-bottom: 10px !important;
  margin-right: 1%;

  background-color: #fff;
  border-radius: 6px;
  color: #313338;
  transition: 0.4s;
}

.accordions .item:nth-child(even) {
  margin-right: 0;
}

@media (max-width: 1024px) {

  .accordions .item,
  .accordions .item:nth-child(even) {
    width: 100%;
    margin-right: 0;
  }
}

.accordions .item:not(:last-child) {
  margin-bottom: 5px;
}

.accordions .item .titles {
  display: flex;
  align-items: center;
  padding: 25px;
  cursor: pointer;
}

.accordions .item .titles span {
  margin-right: 10px;
}

.accordions .item .titles span:after {
  font-size: 29px;
  color: #1b2128;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: "";
  position: relative;
  top: 3px;
}

.accordions .item .titles h3 {
  font-size: 20px;
  font-weight: 500;
}

.accordions .item .content {
  display: none;
  padding: 25px 25px 25px 60px;
  color: #fff;
}

.accordions .item.active,
.accordions .item:hover {
  background-color: #0158cd;
  color: #fff;
  transition: 0.4s;
}

.accordions .item.active .titles,
.accordions .item:hover .titles {
  border-bottom: 1px solid #fff;
}

.accordions .item.active .titles span:after,
.accordions .item:hover .titles span:after {
  color: #fff;
}

.accordions .item.active .titles h3,
.accordions .item:hover .titles h3 {
  color: #fff;
}

.accordions .htmlchars p {
  margin-bottom: 20px !important;
  display: block;
}

.accordions .htmlchars p strong {
  font-weight: bold;
  margin-bottom: 10px;
}

.professionals {
  background: url(../img/bg-waves.png) top center no-repeat;
  margin-top: 5rem;
  padding: 7rem 0;
}

@media (max-width: 991px) {
  .professionals {
    padding: 4rem 0;
    margin-top: 3rem;
  }
}

.professionals .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}

@media (max-width: 991px) {
  .professionals .container {
    flex-direction: column;
  }
}

.professionals .title {
  width: 50%;
}

@media (max-width: 991px) {
  .professionals .title {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}

.professionals .title h2 {
  font-size: 3.8rem;
  line-height: 4rem;
  font-weight: 300;
  color: #313338;
  margin-left: 10rem;
  max-width: 30rem;
}

@media (max-width: 991px) {
  .professionals .title h2 {
    max-width: 100%;
    text-align: center;
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .professionals .title h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    margin: 0 auto;
  }
}

.professionals .title h2 strong {
  display: block;
  font-weight: 500;
}

.professionals .right {
  width: 50%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991px) {
  .professionals .right {
    width: 100%;
    margin-top: 4rem;
  }
}

.professionals .swiper-wrapper {
  height: 40rem;
}

@media (max-width: 1200px) {
  .professionals .swiper-wrapper {
    height: 35rem;
  }
}

@media (max-width: 991px) {
  .professionals .swiper-wrapper {
    height: 50rem;
  }
}

@media (max-width: 600px) {
  .professionals .swiper-wrapper {
    height: 40rem;
  }
}

@media (max-width: 560px) {
  .professionals .swiper-wrapper {
    height: 25rem;
  }
}

.professionals .swiper-wrapper .swiper-slide {
  height: calc((100% - 20px) / 2) !important;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.3s;
}

.professionals .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.professionals .swiper-wrapper .swiper-slide a .image {
  width: 100%;
  height: 100%;
}

.professionals .swiper-wrapper .swiper-slide a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s opacity ease;
  transition: 0.3s scale ease;
}

.professionals .swiper-wrapper .swiper-slide a .image:hover img {
  opacity: 0.7;
  scale: 1.1;
}

.professionals .swiper-wrapper .swiper-slide a .info {
  width: 100%;
  height: 100%;
  background-color: rgba(1, 89, 205, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s opacity ease;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
  color: #fff;
}

.professionals .swiper-wrapper .swiper-slide a .info h3 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 3px;
  display: block;
}

.professionals .swiper-wrapper .swiper-slide a .info p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}

.professionals .swiper-wrapper .swiper-slide a:hover .info {
  opacity: 1;
}

.professionals .swiper-pagination {
  position: initial;
  margin-top: 20px;
}

.professionals .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #db9600;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
}

.professionals .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #db9600;
}

.professionals-modal {
  display: none;
  width: 100%;
  max-width: 70rem !important;
  text-align: center !important;
}

.professionals-modal .modal-image {
  display: inline-block;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
  border: 5px solid #0158cd;
  margin-bottom: 1rem;
}

.professionals-modal .modal-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.professionals-modal h4 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

.professionals-modal h4 span {
  font-size: 1.6rem;
  font-weight: 300;
  display: block;
}

.professionals-modal p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
}

.enrollment {
  margin-top: 40px;
}

.enrollment .container .enrollment-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .enrollment .container .enrollment-box {
    flex-direction: column-reverse;
  }
}

.enrollment .container .enrollment-box .left {
  width: 50%;
}

@media (max-width: 991px) {
  .enrollment .container .enrollment-box .left {
    width: 100%;
    text-align: center;
    margin-top: 4rem;
  }
}

.enrollment .container .enrollment-box .left h2 {
  font-size: 3.8rem;
  line-height: 4rem;
  font-weight: 500;
  color: #313338;
  max-width: 30rem;
}

@media (max-width: 991px) {
  .enrollment .container .enrollment-box .left h2 {
    max-width: 100%;
    text-align: center;
  }
}

.enrollment .container .enrollment-box .left .link {
  background-color: #00c6ff;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 2rem;
  color: #fff;
  border-radius: 10px;
  transition: 0.3s filter ease;
  margin-top: 2rem;
}

.enrollment .container .enrollment-box .left .link:hover {
  filter: brightness(0.8);
}

.enrollment .container .enrollment-box .left p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: #313338;
  max-width: 33rem;
  margin-top: 2rem;
}

@media (max-width: 991px) {
  .enrollment .container .enrollment-box .left p {
    max-width: 100%;
    text-align: center;
  }
}

.enrollment .container .enrollment-box .left .buttons-enrollment {
  max-width: 50rem;
  display: flex;
  gap: 10px;
  margin-top: 2rem;
}

@media (max-width: 991px) {
  .enrollment .container .enrollment-box .left .buttons-enrollment {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .enrollment .container .enrollment-box .left .buttons-enrollment {
    flex-direction: column;
  }
}

.enrollment .container .enrollment-box .left .buttons-enrollment a {
  background-color: #0158cd;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 2rem;
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  transition: 0.3s filter ease;
}

@media (max-width: 991px) {
  .enrollment .container .enrollment-box .left .buttons-enrollment a {
    width: 100%;
  }
}

.enrollment .container .enrollment-box .left .buttons-enrollment a:hover {
  filter: brightness(0.8);
}

.enrollment .container .enrollment-box .right {
  width: 50%;
}

@media (max-width: 991px) {
  .enrollment .container .enrollment-box .right {
    width: 100%;
    margin-top: 4rem;
  }
}

.enrollment .container .buttons {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 5rem;
}

@media (max-width: 991px) {
  .enrollment .container .buttons {
    grid-template-columns: 1fr;
  }
}

.enrollment .container .buttons div {
  background-color: #00c6ff;
  padding: 3rem 4rem;
  border-radius: 10px;
  text-align: center;
}

.enrollment .container .buttons div:last-child {
  background-color: #0158cd;
}

.enrollment .container .buttons div span {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}

.enrollment .container .buttons div p {
  font-size: 1.6rem;
  font-weight: 300;
  color: #fff;
  margin-top: 0.5rem;
}

.gallery-structure {
  background: url(../img/bg-waves.png) top center no-repeat;
  margin-top: 5rem;
  padding: 7rem 0;
}

@media (max-width: 991px) {
  .gallery-structure {
    padding: 4rem 0;
    margin-top: 3rem;
  }
}

.gallery-structure .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}

@media (max-width: 991px) {
  .gallery-structure .container {
    flex-direction: column-reverse;
  }
}

.gallery-structure .title {
  width: 50%;
}

@media (max-width: 991px) {
  .gallery-structure .title {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}

.gallery-structure .title h2 {
  font-size: 3.8rem;
  line-height: 4rem;
  font-weight: 300;
  color: #313338;
  margin-left: 10rem;
  max-width: 30rem;
}

@media (max-width: 991px) {
  .gallery-structure .title h2 {
    max-width: 100%;
    text-align: center;
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .gallery-structure .title h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    margin: 0 auto;
  }
}

.gallery-structure .title h2 strong {
  display: block;
  font-weight: 500;
}

.gallery-structure .left {
  width: 50%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991px) {
  .gallery-structure .left {
    width: 100%;
    margin-top: 4rem;
  }
}

.gallery-structure .swiper-wrapper {
  height: 40rem;
}

@media (max-width: 1200px) {
  .gallery-structure .swiper-wrapper {
    height: 35rem;
  }
}

@media (max-width: 991px) {
  .gallery-structure .swiper-wrapper {
    height: 50rem;
  }
}

@media (max-width: 600px) {
  .gallery-structure .swiper-wrapper {
    height: 40rem;
  }
}

@media (max-width: 560px) {
  .gallery-structure .swiper-wrapper {
    height: 25rem;
  }
}

.gallery-structure .swiper-wrapper .swiper-slide {
  height: calc((100% - 20px) / 2) !important;
  overflow: hidden;
  border-radius: 10px;
  border: 4px solid rgba(0, 0, 0, 0);
  transition: 0.3s;
}

.gallery-structure .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0158cd;
}

.gallery-structure .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s opacity ease;
  transition: 0.3s scale ease;
}

.gallery-structure .swiper-wrapper .swiper-slide a:hover img {
  opacity: 0.7;
  scale: 1.1;
}

.gallery-structure .swiper-wrapper .swiper-slide:hover {
  background: linear-gradient(to right, white, white),
    linear-gradient(to right, #0158cd, #54caf5);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  transition: 0.3s;
}

.gallery-structure .swiper-pagination {
  position: initial;
  margin-top: 20px;
}

.gallery-structure .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #0158cd;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
}

.gallery-structure .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0158cd;
}

.news {
  margin-top: 4rem;
}

.news .title {
  width: 100%;
  text-align: center;
}

.news .title h2 {
  font-size: 28px;
  font-weight: 500;
}

.news .pagination-objects {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  margin-top: 3rem;
}

@media (max-width: 640px) {
  .news .pagination-objects {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .news .pagination-objects {
    grid-template-columns: 1fr;
  }
}

/* .news .center {
  display: flex !important;
  justify-content: center !important;
} */

.news .center .item {
  width: 100%;
}

@media (max-width: 900px) {
  .news .center .item {
    width: 100%;
  }
}

.news .item .thumb {
  width: 100%;
  height: 18rem;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 900px) {
  .news .item .thumb {
    height: 14rem;
  }
}

.news .item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  transition: 0.4s;
}

.news .item .thumb .hover {
  opacity: 0;
  background-color: rgba(1, 89, 205, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news .item .thumb .hover img {
  width: 32px;
  height: 32px;
}

.news .item .info {
  margin-top: 1.5rem;
}

.news .item .info span {
  font-size: 1.3rem;
  font-weight: 300;
  color: #1b2128;
}

.news .item .info h3 {
  font-weight: 1.8rem;
  font-weight: 500;
  color: #1b2128;
  margin-top: 0.5rem;
}

.news .item .info p {
  font-weight: 1.5rem;
  font-weight: 300;
  color: #1b2128;
  margin-top: 1.5rem;
}

.news .item:hover .thumb img {
  transform: scale(1.1);
  transition: 0.4s;
}

.news .item:hover .thumb .hover {
  opacity: 1;
  transition: 0.4s;
}

.news .item:hover .info h3 {
  text-decoration: underline;
}

.news .button-more {
  text-align: center;
  margin-top: 3rem;
}

.news .button-more a {
  background-color: #0158cd;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 4rem;
  line-height: 4.5rem;
  border-radius: 8px;
  display: inline-block;
  text-transform: uppercase;
}

.news .button-more a:hover {
  background-color: #06397d;
}

.news .button-more .pagination-loader-no {
  background-color: #ccc;
  color: #1b2128;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 4rem;
  line-height: 4.5rem;
  border-radius: 8px;
  display: inline-block;
  text-transform: uppercase;
}

.news .button-more .pagination-loader-no:hover {
  background-color: #ccc;
  color: #1b2128;
}

.news-modal {
  display: none;
  width: 100%;
  max-width: 70rem !important;
  text-align: center;
}

.news-modal .modal-image {
  width: 100%;
  background-color: red;
  margin-bottom: 3rem;
  border-radius: 10px;
  overflow: hidden;
  height: 40rem;
}

.news-modal .modal-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-modal .htmlchars p {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  margin-bottom: 20px;
}

.news-modal .htmlchars p a {
  color: #0158cd;
  font-weight: bold;
  text-decoration: none;
}

.news-modal .htmlchars p a:hover {
  text-decoration: underline;
}

.depositions {
  margin-top: 7rem;
}

.depositions .container {
  overflow: hidden !important;
}

.depositions .slide-depositions {
  overflow: hidden;
}

.depositions .box {
  width: 100%;
  /* background: #313338 url(../img/bg-depositions.png); */
  /* background: #e5e5e5 url(../img/bg-depositions.png); */
  background-color: #fbba00;
  border-radius: 10px;
  padding: 4rem 2rem;
  overflow: hidden !important;
}

.depositions .box h2 {
  font-size: 2.8rem;
  font-weight: 400;
  color: #1b2128;
  margin-bottom: 3rem;
  text-align: center;
}

.depositions .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.depositions .item .thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #f4d05a;
  overflow: hidden;
  margin-bottom: 10px;
}

.depositions .item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.depositions .item h3 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #1b2128;
}

.depositions .item span {
  font-size: 1.6rem;
  font-weight: 400;
  color: #1b2128;
  margin-top: 0.5rem;
}

.depositions .item p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: #1b2128;
  margin-top: 2rem;
  max-width: 80rem;
}

.depositions .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  position: relative;
  z-index: 9;
}

.depositions .buttons div {
  cursor: pointer;
}

.footer {
  margin-top: 10rem !important;
  padding: 0;
}

.footer .footer-box {
  background-color: #004687;
  padding-top: 3rem;
}

.footer .footer-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .footer .footer-box .container {
    padding-bottom: 3rem;
  }
}

.footer .footer-box .left {
  width: 100%;
  max-width: 270px;
  text-align: center;
}

@media (max-width: 1024px) {
  .footer .footer-box .left {
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: relative;
  }
}

.footer .footer-box .left .attendance {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}

.footer .footer-box .left .attendance img {
  filter: invert(100%) sepia(10%) saturate(653%) hue-rotate(346deg) brightness(150%) contrast(105%);
  margin-right: 5px;
  width: 24px;
  height: 24px;
}

.footer .footer-box .left .attendance span {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}

.footer .footer-box .left .icons-social {
  display: flex;
  justify-content: center;
  margin-top: 23px;
  margin-bottom: 26px;
}

.footer .footer-box .left .icons-social a {
  margin-right: 5px;
  transition: all 0.4s;
}

.footer .footer-box .left .icons-social a img {
  filter: invert(100%) sepia(10%) saturate(653%) hue-rotate(346deg) brightness(150%) contrast(105%);
}

.footer .footer-box .left .select-areas {
  width: 100%;
  max-width: 20rem;
  text-align: center;
  margin: 0 auto;
}

.footer .footer-box .left .select-areas h2 {
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
}

.footer .footer-box .left .select-areas select {
  background: #1377e9 url("../img/arrow-select.svg") right 20px center no-repeat;
  width: 100%;
  height: 4.3rem;
  border-radius: 0.6rem;
  padding: 0 30px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 300;
  margin-top: 5px;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
}

.footer .footer-box .right {
  width: 100%;
  max-width: 885px;
  text-align: left;
}

@media (max-width: 1200px) {
  .footer .footer-box .right {
    width: 100%;
    max-width: 700px;
  }
}

@media (max-width: 1024px) {
  .footer .footer-box .right {
    display: none;
  }
}

.footer .footer-box .right nav {
  background-color: #004687;
  padding: 35px 31px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.footer .footer-box .right nav div h3 {
  font-size: 1.8rem;
  color: #fbba00;
  font-weight: 600;
  text-transform: uppercase;
}

.footer .footer-box .right nav div>ul {
  margin-top: 10px;
}

.footer .footer-box .right nav div>ul>li>a {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 300 !important;
  padding: 3px 0 3px 10px;
}

.footer .footer-box .right nav div>ul>li>ul {
  margin-top: 5px;
}

.footer .footer-box .right nav div>ul>li>ul>li>a {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 300 !important;
  padding: 3px 0 3px 10px;
}

.footer .coppy {
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

.footer .coppy p {
  font-size: 1.4rem;
  font-weight: 300;
  color: #373c41;
}