@font-face {
  font-display: swap;
  font-family: "TT Norms Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/TTNormsPro-Light.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "TT Norms Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/TTNormsPro-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "TT Norms Pro";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/TTNormsPro-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "TT Norms Pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/TTNormsPro-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "TT Norms Pro";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/TTNormsPro-Black.woff2") format("woff2");
}
.home__banners {
  position: relative;
}
.home__banners h1 {
  display: none;
}
.home__banners .swiper {
  border-radius: 0 0 8px 8px;
}
.home__banners .swiper-slide figure {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  height: calc(100vh - 216px - 64px);
}
@media ((max-height: 800px) and (max-width: 1400px)) {
  .home__banners .swiper-slide figure {
    height: calc(100vh - 72px - 64px);
  }
}
@media (max-width: 1024px) {
  .home__banners .swiper-slide figure {
    height: calc(100vh - 128px - 64px);
  }
}
.home__banners .swiper-slide figure iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  height: 1200px;
  z-index: 1;
}
.home__banners .swiper-slide figure video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.home__banners .swiper-slide figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.home__banners .swiper-slide figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.home__banners .swiper-slide h5 {
  text-align: center;
  color: #FFFFFF;
  background: #002541;
  padding: 32px 0 24px 0;
  margin: -8px 0 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .home__banners .swiper-slide h5 {
    padding: 28px 24px 24px 24px;
    text-align: right;
  }
}
.home__banners .swiper-controls {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  z-index: 5;
}
@media (max-width: 1024px) {
  .home__banners .swiper-controls {
    bottom: 28px;
  }
}
.home__banners .swiper-controls .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home__banners .swiper-controls .container p {
  opacity: 0.5;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .home__banners .swiper-controls .container p {
    display: none;
  }
}
.home__banners .swiper-controls .container p span {
  color: #FFFFFF;
}
.home__banners .swiper-pagination {
  margin: 0 !important;
}
.home__cards {
  padding: 120px 0 0 0;
}
@media (max-width: 1024px) {
  .home__cards {
    padding: 80px 0 0 0;
  }
}
.home__cards .container h2 {
  text-align: center;
  margin: 0 0 48px 0;
}
@media (max-width: 1024px) {
  .home__cards .container h2 {
    margin: 0 0 40px 0;
  }
}
.home__cards .container ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .home__cards .container ul {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) {
  .home__cards .container ul {
    padding: 0 0 24px 0;
    border-bottom: 1px solid #EBEFF2;
  }
}
.home__cards .container ul li a {
  position: relative;
  display: block;
}
@media (max-width: 1024px) {
  .home__cards .container ul li a {
    padding: 0 0 24px 0;
    border-bottom: 1px solid #EBEFF2;
  }
}
.home__cards .container ul li a::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: url("../assets/svg/arrow-diagonal.svg") center/cover no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.home__cards .container ul li a:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translate(4px, -4px);
}
.home__cards .container ul li a img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin: 0 0 16px 0;
}
.home__cards .container ul li a h5 {
  margin: 0 0 4px 0;
}
.home__emps {
  padding: 120px 0 0 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home__emps {
    padding: 80px 0 0 0;
  }
}
.home__emps .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home__emps .container h2 {
  text-align: center;
  margin: 0 0 48px 0;
}
@media (max-width: 1024px) {
  .home__emps .container h2 {
    margin: 0 0 40px 0;
  }
}
.home__emps .container nav {
  width: 100%;
  margin: 0 0 40px 0;
  background: #EBEFF2;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1px;
}
@media (max-width: 1024px) {
  .home__emps .container nav {
    margin: 0 0 24px 0;
    border-radius: 8px;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
  }
}
@media (max-width: 1024px) {
  .home__emps .container nav aside {
    width: 100%;
  }
}
.home__emps .container nav aside div {
  display: flex;
  background: #FFFFFF;
  border-radius: 1000px;
}
.home__emps .container nav aside div .button {
  border: unset;
  color: #4D4D4D;
}
.home__emps .container nav aside div .button:hover {
  color: #00345B;
}
.home__emps .container nav aside div .button.active {
  background: #F8A63E;
  border-color: #F8A63E;
  color: #00345B;
}
@media (max-width: 1024px) {
  .home__emps .container nav aside div {
    display: none;
  }
}
@media (min-width: 1024px) {
  .home__emps .container nav aside fieldset {
    display: none;
  }
}
.home__emps .container nav fieldset {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .home__emps .container nav fieldset {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }
}
.home__emps .container nav fieldset p {
  opacity: 0.64;
}
.home__emps .container nav fieldset select {
  display: block;
  width: 100%;
  font: 500 16px/1 "TT Norms Pro", sans-serif;
  text-transform: uppercase;
  padding: 0 64px 0 24px;
  height: 48px;
  background: #FFFFFF url("https://wordpress-melnick.s3.sa-east-1.amazonaws.com/wp-content/uploads/2025/11/11174140/arrow-select-2.png") calc(100% - 24px) 14px/20px no-repeat;
  border-radius: 1000px;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
}
.home__emps .container .swiper {
  width: 100%;
  overflow: initial;
}
.home__emps .container .swiper-prev, .home__emps .container .swiper-next {
  position: absolute;
  top: 50%;
  z-index: 9;
}
.home__emps .container .swiper-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.home__emps .container .swiper-next {
  right: 0;
  transform: translate(50%, -50%);
}
.home__emps .container .swiper-slide {
  display: none;
}
.home__emps .container .swiper-slide.active {
  display: flex;
}
.home__emps .container > .button {
  margin: 48px 0 0 0;
}
@media (max-width: 1024px) {
  .home__emps .container > .button {
    margin: 40px 0 0 0;
  }
}
.home__blog {
  padding: 120px 0 0 0;
}
@media (max-width: 1024px) {
  .home__blog {
    padding: 80px 0 0 0;
  }
}
.home__blog .container {
  display: flex;
}
@media (max-width: 1024px) {
  .home__blog .container {
    display: block;
  }
}
.home__blog .container a {
  max-width: 480px;
  width: 100%;
  padding: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px 0 0 8px;
  background: #002541;
}
@media (max-width: 1024px) {
  .home__blog .container a {
    padding: 32px 24px;
    border-radius: 8px 8px 0 0;
  }
}
.home__blog .container a:hover img {
  transform: translate(4px, -4px);
}
.home__blog .container a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 8px;
  height: 100%;
  background: #002541;
  border-radius: 0 8px 8px 0;
}
@media (max-width: 1024px) {
  .home__blog .container a::after {
    display: none;
  }
}
.home__blog .container a h3 {
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 16px 0;
}
@media (max-width: 1024px) {
  .home__blog .container a h3 {
    margin: 0 0 8px 0;
  }
}
.home__blog .container a p {
  color: #EBEFF2;
}
.home__blog .container a > p {
  flex: 2;
}
@media (max-width: 1024px) {
  .home__blog .container a > p {
    margin: 0 0 24px 0;
  }
}
.home__blog .container a div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home__blog .container a div p {
  text-transform: uppercase;
  font-weight: 500;
}
.home__blog .container a div p small {
  color: #EBEFF2;
  text-transform: initial;
  display: block;
  margin: 0 0 4px 0;
  opacity: 0.5;
  font: 400 14px/1 "TT Norms Pro", sans-serif;
}
.home__blog .container > img {
  width: 100%;
  border-radius: 0 8px 8px 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}
@media (max-width: 1024px) {
  .home__blog .container > img {
    border-radius: 0 0 8px 8px;
    height: auto;
  }
}
.home__iniciativas {
  padding: 120px 0 0 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home__iniciativas {
    padding: 80px 0 0 0;
  }
}
.home__iniciativas .container h2 {
  margin: 0 0 48px 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .home__iniciativas .container h2 {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 1024px) {
  .home__iniciativas .container .swiper {
    overflow: initial;
  }
}
.home__iniciativas .container .swiper-slide {
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
  padding: 40px;
}
@media (max-width: 1024px) {
  .home__iniciativas .container .swiper-slide {
    padding: 32px 24px;
  }
}
.home__iniciativas .container .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.home__iniciativas .container .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: linear-gradient(0deg, #002541 0%, rgba(0, 37, 65, 0.32) 100%);
}
.home__iniciativas .container .swiper-slide div {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 32px;
}
.home__iniciativas .container .swiper-slide div h6 {
  position: relative;
  z-index: 9;
  flex: 2;
  text-transform: uppercase;
  color: #FFFFFF;
  font: 500 14px/1 "TT Norms Pro", sans-serif;
}
.home__iniciativas .container .swiper-slide div footer {
  position: relative;
  z-index: 9;
}
.home__iniciativas .container .swiper-slide div footer h5 {
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 8px 0;
}
.home__iniciativas .container .swiper-slide div footer p {
  color: #EBEFF2;
  margin: 0 0 24px 0;
}
@media (max-width: 1024px) {
  .home__iniciativas .container .swiper-slide div footer p {
    margin: 0 0 16px 0;
  }
}

.blog__banners {
  overflow: hidden;
  height: 530px;
  position: relative;
  border-radius: 0 0 8px 8px;
  display: flex;
  align-items: flex-end;
  padding: 0 0 120px 0;
}
@media (max-width: 1024px) {
  .blog__banners {
    height: auto;
    padding: 160px 0 24px 0;
  }
}
.blog__banners .container {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .blog__banners .container {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.blog__banners__left {
  max-width: 460px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog__banners__left h1 {
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .blog__banners__left h1 {
    display: none;
  }
}
.blog__banners__left form {
  position: relative;
  width: 100%;
}
.blog__banners__left form input {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 1000px;
  padding: 0 64px 0 24px;
  background: #FFFFFF;
  font: 500 16px/1 "TT Norms Pro", sans-serif;
  height: 48px;
}
.blog__banners__left form input::-moz-placeholder {
  opacity: 0.5;
  color: #4D4D4D;
}
.blog__banners__left form input::placeholder {
  opacity: 0.5;
  color: #4D4D4D;
}
.blog__banners__left form button {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.blog__banners__right {
  max-width: 380px;
  width: 100%;
}
@media (max-width: 1024px) {
  .blog__banners__right {
    max-width: 100%;
  }
}
.blog__banners__right .swiper-slide h6 {
  color: #FFFFFF;
  font: 500 24px/120% "TT Norms Pro", sans-serif;
  margin: 16px 0 12px 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  height: 86px;
}
.blog__banners__right .swiper-slide p {
  color: #FFFFFF;
  opacity: 0.64;
  font: 400 16px/140% "TT Norms Pro", sans-serif;
}
.blog__banners__right .swiper-pagination-number {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  padding: 16px 0 0 0 !important;
  margin: 16px 0 0 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.32) !important;
}
.blog__banners__right .swiper-pagination-bullet {
  font: 500 16px/120% "TT Norms Pro", sans-serif;
  color: rgba(255, 255, 255, 0.64);
  background: transparent !important;
  min-width: initial !important;
  max-width: initial !important;
  height: initial !important;
  width: initial !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.blog__banners__right .swiper-pagination-bullet::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 1000px;
  border: 1px solid rgba(255, 255, 255, 0.32);
}
.blog__banners__right .swiper-pagination-bullet:hover {
  color: #FFFFFF;
}
.blog__banners__right .swiper-pagination-bullet:hover::before {
  border-color: #FFFFFF;
}
.blog__banners__right .swiper-pagination-bullet-active {
  color: #FFFFFF;
}
.blog__banners__right .swiper-pagination-bullet-active::before {
  border-color: #FFFFFF;
  background: #FFFFFF;
}
.blog__banners::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: linear-gradient(0deg, #002541 0%, rgba(0, 37, 65, 0) 100%);
}
.blog__banners__images {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog__banners__images .swiper-wrapper {
  height: 100% !important;
}
.blog__banners__images .swiper-slide {
  height: 100%;
}
.blog__banners__images .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__articles {
  padding: 80px 0 0 0;
}
@media (max-width: 1024px) {
  .blog__articles {
    padding: 40px 0 0 0;
  }
}
.blog__articles .container header p {
  max-width: 640px;
  width: 100%;
  margin: 0 0 40px 0;
}
@media (max-width: 1024px) {
  .blog__articles .container header p {
    margin: 0 0 24px 0;
  }
}
.blog__articles .container header ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 64px 0;
}
@media (max-width: 1024px) {
  .blog__articles .container header ul {
    margin: 0 0 32px 0;
  }
}
.blog__articles .container header h2 {
  margin: 0 0 40px 0;
}
@media (max-width: 1024px) {
  .blog__articles .container header h2 {
    margin: 0 0 24px 0;
  }
}
.blog__articles__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .blog__articles__list {
    grid-template-columns: 1fr;
  }
}
.blog__articles__popular h2 {
  margin: 0 0 40px 0;
}
@media (max-width: 1024px) {
  .blog__articles__popular h2 {
    margin: 0 0 24px 0;
  }
}
.blog__articles__popular ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.taxonomy__banner {
  padding: 64px 0;
  background: #EBEFF2;
  border-radius: 0 0 8px 8px;
}
.taxonomy__banner .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .taxonomy__banner .container {
    display: block;
  }
  .taxonomy__banner .container p {
    margin: 16px 0 0 0;
  }
}
.taxonomy__banner .container div h1 {
  display: flex;
  align-items: center;
  gap: 24px;
  text-transform: uppercase;
  margin: 24px 0 0 0;
}
@media (max-width: 1024px) {
  .taxonomy__banner .container div h1 {
    font-size: 32px;
    margin: 16px 0 0 0;
    gap: 12px;
  }
}
.taxonomy__banner .container div h1 img {
  height: 48px;
}
@media (max-width: 1024px) {
  .taxonomy__banner .container div h1 img {
    height: 32px;
  }
}
.taxonomy__banner .container div p {
  margin: 0 0 18px 0;
}
@media (max-width: 1024px) {
  .taxonomy__banner .container div p {
    margin: 0;
  }
}

.newsletter {
  padding: 120px 0 0 0;
}
@media (max-width: 1024px) {
  .newsletter {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 1024px) {
  .newsletter .container {
    padding: 0;
  }
}
.newsletter .container section {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 40px;
  height: 180px;
  padding: 0 64px;
}
@media (max-width: 1024px) {
  .newsletter .container section {
    height: auto;
    padding: 48px 24px;
    flex-direction: column;
    gap: 24px;
    border-radius: 0;
  }
}
.newsletter .container section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsletter .container section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: linear-gradient(45deg, rgb(0, 37, 65) 0%, rgba(0, 37, 65, 0) 100%);
}
.newsletter .container section h3,
.newsletter .container section form {
  position: relative;
  z-index: 9;
  width: 100%;
  color: #FFFFFF;
}
.newsletter .container section h3 div,
.newsletter .container section form div {
  display: flex;
  gap: 8px;
  margin: 0 0 16px 0;
}
@media (max-width: 1024px) {
  .newsletter .container section h3 div,
  .newsletter .container section form div {
    flex-direction: column;
  }
}
.newsletter .container section h3 div fieldset input,
.newsletter .container section form div fieldset input {
  margin: 0;
  height: 48px;
  width: 100%;
}
.newsletter .container section h3 div .button,
.newsletter .container section form div .button {
  margin: 0;
  width: auto;
}
.newsletter .container section h3 .checkbox p,
.newsletter .container section form .checkbox p {
  color: #FFFFFF;
}

.card-article {
  display: block;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 0 0 24px 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .card-article {
    padding: 0;
  }
}
.card-article:hover {
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}
.card-article:hover div {
  border-color: #F8A63E;
}
.card-article figure {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 230px;
  width: 100%;
  margin: 0 0 24px 0;
}
.card-article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-article figure span {
  position: absolute;
  top: 20px;
  left: 20px;
}
.card-article div {
  flex: 2;
  width: 100%;
  border-left: 2px solid #EBEFF2;
  padding: 0 0 0 24px;
  display: flex;
  flex-direction: column;
}
.card-article div h6 {
  flex: 2;
  text-transform: initial;
  margin: 0 0 16px 0;
}
.card-article div p {
  opacity: 0.8;
}

.pagination {
  margin: 40px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #EBEFF2;
}
@media (max-width: 1024px) {
  .pagination {
    margin: 40px 0 0 0;
  }
}
.pagination a,
.pagination span {
  font: 400 16px/1 "TT Norms Pro", sans-serif;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
}
.pagination a.current,
.pagination span.current {
  background: #F8A63E;
  color: #00345B;
  font-weight: 500;
}

.article__banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  background: #EBEFF2;
  padding: 16px;
  border-radius: 0 0 8px 8px;
}
@media (max-width: 1024px) {
  .article__banner {
    padding: 0;
    grid-template-columns: 1fr;
  }
}
.article__banner aside {
  display: flex;
  justify-content: flex-end;
  padding: 40px 40px 40px 40px;
  background: #FFFFFF;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .article__banner aside {
    padding: 40px 24px;
  }
}
.article__banner aside div {
  max-width: 555px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.article__banner aside div header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px 0;
}
@media (max-width: 1024px) {
  .article__banner aside div header {
    margin: 0 0 16px 0;
  }
}
.article__banner aside div h1 {
  font-size: 32px;
  flex: 2;
  margin: 0 0 16px 0;
}
@media (max-width: 1024px) {
  .article__banner aside div h1 {
    font-size: 24px;
  }
}
.article__banner > img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  min-height: 360px;
}
@media (max-width: 1024px) {
  .article__banner > img {
    border-radius: 8px 8px 0 0;
    min-height: initial;
  }
}
.article__attrs {
  transform: translateY(-1px);
}
.article__attrs .container section {
  border-top: 1px solid #EBEFF2;
  border-bottom: 1px solid #EBEFF2;
  padding: 32px 0;
}
@media (max-width: 1024px) {
  .article__attrs .container section {
    padding: 24px 0;
  }
}
.article__attrs .container section div {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 1024px) {
  .article__attrs .container section div {
    flex-direction: column;
    align-items: flex-start;
  }
}
.article__attrs .container section div ul {
  display: flex;
  gap: 8px;
}
.article__attrs .container section div ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 1000px;
  background: #00345B;
}
.article__attrs .container section div p {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #002541;
}
.article__content {
  padding: 64px 0;
}
@media (max-width: 1024px) {
  .article__content {
    padding: 32px 0;
  }
}
.article__content .container {
  max-width: calc(750px + 80px);
}
.article__content .container h1,
.article__content .container h2,
.article__content .container h3,
.article__content .container h4,
.article__content .container h5,
.article__content .container h6 {
  margin: 32px 0;
}
.article__content .container img {
  width: 100%;
}
.article__content .container figure {
  display: block;
  margin: 32px 0;
}
.article__content .container figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: auto !important;
}
.article__content .container figure figcaption {
  font: 400 14px/140% "TT Norms Pro", sans-serif;
  text-align: center;
  color: #4D4D4D;
  margin: 16px 0 0 0;
}
.article__content .container ol,
.article__content .container ul {
  margin: 24px 0 24px 16px;
  color: #4D4D4D;
}
.article__content .container ol li, .article__content .container ol li *,
.article__content .container ul li,
.article__content .container ul li * {
  font: 400 16px/140% "TT Norms Pro", sans-serif;
  color: #4D4D4D;
}
.article__content .container ol li strong,
.article__content .container ol li b, .article__content .container ol li * strong,
.article__content .container ol li * b,
.article__content .container ul li strong,
.article__content .container ul li b,
.article__content .container ul li * strong,
.article__content .container ul li * b {
  font-weight: 700;
}
.article__content .container ol li a, .article__content .container ol li * a,
.article__content .container ul li a,
.article__content .container ul li * a {
  font-weight: 600;
  color: #00345B;
  text-decoration: underline;
}
.article__content .container ol li a:hover, .article__content .container ol li * a:hover,
.article__content .container ul li a:hover,
.article__content .container ul li * a:hover {
  color: #002541;
}
.article__content .container ol li:not(:last-of-type),
.article__content .container ul li:not(:last-of-type) {
  margin: 0 0 8px 0;
}
.article__content .container ul li {
  list-style: disc;
}
.article__content .container ol li {
  list-style: decimal;
}
.article__content .container p:not(:last-of-type) {
  margin: 0 0 24px 0;
}
.article__content .container .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.article__content .container .wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article__content .container .wp-block-columns {
  margin: 0;
}
.article__content .container table {
  overflow: hidden;
  border-radius: 8px;
  border-spacing: 0;
  border-collapse: unset;
  border: unset;
}
.article__content .container table img {
  margin: 0 auto;
}
.article__content .container table * {
  border: unset !important;
}
.article__content .container table tr td,
.article__content .container table tr th {
  padding: 12px 16px;
  font: 500 16px/120% "TT Norms Pro", sans-serif;
}
@media (max-width: 1024px) {
  .article__content .container table tr td,
  .article__content .container table tr th {
    padding: 8px 12px;
    font: 500 14px/20px "TT Norms Pro", sans-serif;
  }
}
.article__content .container table tr td:not(:last-of-type),
.article__content .container table tr th:not(:last-of-type) {
  border-right: 1px solid #EBEFF2 !important;
}
.article__content .container table thead tr th {
  background: #EBEFF2;
  color: #002541;
  font-weight: 700;
}
.article__content .container table tbody tr:nth-of-type(odd) td {
  background: #EBEFF2;
}
.article__content .container blockquote {
  margin: 32px 0;
  color: #002541;
  padding: 0 0 0 24px;
  border-left: 2px solid #F8A63E;
  font: 700 24px/120% "TT Norms Pro", sans-serif;
}
.article__content .container blockquote h1,
.article__content .container blockquote h2,
.article__content .container blockquote h3,
.article__content .container blockquote h4,
.article__content .container blockquote h5,
.article__content .container blockquote h6,
.article__content .container blockquote p {
  margin: 0 0 8px 0;
  color: #002541;
  font: 700 24px/120% "TT Norms Pro", sans-serif;
}
@media (max-width: 1024px) {
  .article__content .container blockquote h1,
  .article__content .container blockquote h2,
  .article__content .container blockquote h3,
  .article__content .container blockquote h4,
  .article__content .container blockquote h5,
  .article__content .container blockquote h6,
  .article__content .container blockquote p {
    font-size: 20px;
  }
}
.article__content .container blockquote p {
  margin: 0;
}
.article .blog__articles {
  padding: 120px 0 0 0;
}
@media (max-width: 1024px) {
  .article .blog__articles {
    padding: 80px 0 0 0;
  }
}
.article .blog__articles .container h2 {
  text-align: center;
  margin: 0 0 40px 0;
}
@media (max-width: 1024px) {
  .article .blog__articles .container h2 {
    margin: 0 0 32px 0;
  }
}

.emp__title {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}
@media (max-width: 1024px) {
  .emp__title {
    margin: 0 0 24px 0;
  }
}
.emp__title::after {
  content: "";
  margin: 18px 0 0 0;
  width: 100%;
  height: 1px;
  background: #EBEFF2;
}
@media (min-width: 1024px) {
  .emp__form {
    position: sticky;
    top: 72px;
  }
}
@media (max-width: 1024px) {
  .emp__form {
    margin: 32px 0 0 0;
    width: calc(100% + 48px);
    transform: translateX(-24px);
  }
}
.emp__form header {
  background: #002541;
  padding: 12px 0 20px 0;
  border-radius: 8px 8px 0 0;
}
.emp__form header p {
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.emp__form header p, .emp__form header p * {
  font: 500 13px/1 "TT Norms Pro", sans-serif;
}
.emp__form header p strong {
  color: #F8A63E;
}
.emp__form header p span {
  color: #FFFFFF;
  opacity: 0.5;
  font-weight: 300;
}
.emp__form section {
  margin: -8px 0 0 0;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px 24px 24px 24px;
  border: 1px solid #EBEFF2;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}
.emp__form section h6 {
  text-align: center;
  margin: 0 0 24px 0;
}
@media (max-width: 1024px) {
  .emp__form section h6 {
    margin: 0 0 16px 0;
  }
}
.emp__form section h5 {
  text-align: center;
  margin: 0 0 16px 0;
}
.emp__gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #FFFFFF;
  padding: 24px 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.emp__gallery.open {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .emp__gallery {
    padding: 24px 0;
  }
}
.emp__gallery .container header {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 24px 0;
}
@media (max-width: 1024px) {
  .emp__gallery .container header {
    margin: 0 0 16px 0;
    display: block;
  }
}
@media (max-width: 1024px) {
  .emp__gallery .container header aside {
    padding: 0 48px 0 0;
  }
  .emp__gallery .container header aside .tabs {
    width: 100%;
  }
}
.emp__gallery .container header section {
  display: none;
  width: auto;
  flex: initial;
  gap: 24px;
  border-bottom: 1px solid #EBEFF2;
  overflow-x: auto;
}
@media (max-width: 1024px) {
  .emp__gallery .container header section {
    margin: 16px 0 0 0;
  }
}
.emp__gallery .container header section.active {
  display: flex;
}
.emp__gallery .container header section button {
  text-transform: uppercase;
  color: #4D4D4D;
  font: 500 14px/1 "TT Norms Pro", sans-serif;
  border-bottom: 2px solid #FFFFFF;
  padding: 0 0 16px 0;
  white-space: nowrap;
}
.emp__gallery .container header section button:hover {
  color: #00345B;
}
.emp__gallery .container header section button.active {
  border-color: #F8A63E;
  color: #00345B;
}
.emp__gallery .container header > button {
  transform: translateY(-6px);
}
@media (max-width: 1024px) {
  .emp__gallery .container header > button {
    position: absolute;
    top: 29px;
    right: 24px;
    transform: unset;
  }
}
.emp__gallery .container > section {
  height: 0;
  overflow: hidden;
}
.emp__gallery .container > section.active {
  height: initial;
}
.emp__gallery .container > section iframe,
.emp__gallery .container > section article {
  height: calc(100vh - 126px) !important;
}
@media (max-width: 1024px) {
  .emp__gallery .container > section iframe,
  .emp__gallery .container > section article {
    height: auto;
    max-height: calc(100vh - 114px - 48px);
  }
}
.emp__gallery .container > section article .swiper {
  height: 100%;
}
.emp__gallery .container > section article .swiper-wrapper {
  height: 100% !important;
}
.emp__gallery .container > section article .swiper-slide figure {
  flex: 2;
  height: auto;
}
.emp__gallery .container > section article .swiper-slide figure img {
  height: auto;
  width: 100%;
}
.emp__stories {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 37, 65, 0.96);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  padding: 40px 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.emp__stories.open {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .emp__stories {
    padding: 24px 0;
  }
}
.emp__stories .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.emp__stories .container section {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .emp__stories .container section {
    height: 100%;
    padding: 19px 0 0 0;
  }
}
.emp__stories .container section .swiper-pagination {
  margin: 0 0 16px 0 !important;
  gap: 6px !important;
}
@media (max-width: 1024px) {
  .emp__stories .container section .swiper-pagination {
    padding: 0 52px 0 0;
    margin: 0 0 32px 0 !important;
  }
}
.emp__stories .container section .swiper-pagination-bullet {
  height: 2px !important;
  min-width: initial !important;
  max-width: initial !important;
  flex: 1;
}
.emp__stories .container section .swiper-pagination-bullet-active {
  min-width: initial !important;
  max-width: initial !important;
}
.emp__stories .container section article {
  position: relative;
  height: 600px;
}
@media (max-width: 1024px) {
  .emp__stories .container section article {
    height: calc(100vh - 48px - 16px - 2px - 19px - 17px);
  }
}
.emp__stories .container section article .swiper {
  height: 100%;
}
.emp__stories .container section article .swiper-prev, .emp__stories .container section article .swiper-next {
  position: absolute;
  top: calc(50% - 28px);
  z-index: 5;
}
.emp__stories .container section article .swiper-prev {
  left: -32px;
  transform: translate(-100%, -50%);
}
@media (max-width: 1024px) {
  .emp__stories .container section article .swiper-prev {
    left: -24px;
    transform: translateY(-50%);
  }
}
.emp__stories .container section article .swiper-next {
  right: -32px;
  transform: translate(100%, -50%);
}
@media (max-width: 1024px) {
  .emp__stories .container section article .swiper-next {
    right: -24px;
    transform: translateY(-50%);
  }
}
.emp__stories .container section article .swiper-wrapper {
  height: 100% !important;
}
.emp__stories .container section article .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.emp__stories .container section article .swiper-slide iframe {
  border-radius: 8px;
  height: 100%;
  width: 100%;
}
.emp__stories .container section article .swiper-slide p {
  text-align: center;
  color: #FFFFFF;
  font: 400 18px/140% "TT Norms Pro", sans-serif;
  padding: 0 0 8px 0;
  border-bottom: 2px solid #FFFFFF;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
}
@media (max-width: 1024px) {
  .emp__stories .container section article .swiper-slide p {
    font-size: 15px;
  }
}
.emp__stories > button {
  position: absolute;
  top: 40px;
  right: 40px;
}
@media (max-width: 1024px) {
  .emp__stories > button {
    top: 24px;
    right: 24px;
  }
}
.emp__banner {
  display: grid;
  grid-template-columns: 1fr 300px;
}
@media (max-width: 1024px) {
  .emp__banner {
    display: block;
  }
}
.emp__banner figure,
.emp__banner aside {
  height: 400px;
}
@media (max-width: 1024px) {
  .emp__banner figure,
  .emp__banner aside {
    height: 250px;
  }
}
.emp__banner figure {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 8px 0;
}
@media (max-width: 1024px) {
  .emp__banner figure {
    border-radius: 0;
  }
}
.emp__banner figure button {
  display: block;
  width: 100%;
  height: 100%;
}
.emp__banner figure button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.emp__banner figure > img {
  position: absolute;
  top: 40px;
  left: 40px;
  max-height: 100px;
}
@media (max-width: 1024px) {
  .emp__banner figure > img {
    top: 16px;
    left: 16px;
    max-height: 64px;
  }
}
.emp__banner aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 16px 0 16px;
}
@media (max-width: 1024px) {
  .emp__banner aside {
    display: none;
  }
}
.emp__banner aside button {
  display: block;
  width: 100%;
  height: 100%;
  flex: 1;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.emp__banner aside button span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  font: 500 40px/1 "TT Norms Pro", sans-serif;
  background: rgba(0, 37, 65, 0.64);
}
.emp__banner aside button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.emp__section {
  padding: 72px 0 0 0;
}
@media (max-width: 1024px) {
  .emp__section {
    padding: 64px 0 0 0;
  }
}
.emp__nav {
  position: relative;
  z-index: 1;
  margin: -25px 0 0 0;
}
@media (max-width: 1024px) {
  .emp__nav {
    margin: 0;
  }
}
.emp__nav .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .emp__nav .container {
    padding: 0;
  }
}
.emp__nav .container section {
  position: relative;
}
@media (max-width: 1024px) {
  .emp__nav .container section {
    width: 100%;
  }
}
.emp__nav .container section .tabs {
  width: 100%;
  padding-right: 48px;
}
@media (max-width: 1024px) {
  .emp__nav .container section .tabs {
    border-radius: 0;
  }
}
.emp__nav .container section div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  height: 40px;
}
.emp__nav .container section div button img {
  height: 40px;
}
.emp__nav .container section div article {
  position: absolute;
  bottom: -16px;
  right: 0;
  transform: translateY(100%);
  background: #00345B;
  padding: 8px 16px;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
}
.emp__nav .container section div article::before {
  content: "";
  position: absolute;
  top: 0;
  transform: translateY(-50%) rotate(45deg);
  right: 16px;
  width: 8px;
  height: 8px;
  background: #00345B;
}
.emp__nav .container section div article.open {
  opacity: 1;
  visibility: visible;
}
.emp__nav .container section div article a img {
  min-width: 20px;
  max-width: 20px;
}
.emp__content {
  padding: 24px 0 0 0;
}
.emp__content > .container {
  display: grid;
  grid-template-columns: 720px 1fr;
  gap: 48px;
}
@media (max-width: 1024px) {
  .emp__content > .container {
    display: block;
  }
}
.emp__content__form {
  max-width: 370px;
  min-width: 370px;
}
@media (max-width: 1024px) {
  .emp__content__form {
    min-width: initial;
    max-width: 100%;
    padding: 32px 0 0 0;
  }
}
.emp__content__left {
  width: 100%;
}
@media (min-width: 1024px) {
  .emp__content__left .emp__form {
    display: none;
  }
}
.emp__content__left__header span {
  display: flex;
  align-items: center;
  gap: 8px;
  font: 500 16px/1 "TT Norms Pro", sans-serif;
  margin: 0 0 16px 0;
  color: #4D4D4D;
}
@media (max-width: 1024px) {
  .emp__content__left__header span {
    margin: 0 0 12px 0;
  }
}
.emp__content__left__header > p {
  margin: 12px 0 0 0;
}
@media (max-width: 1024px) {
  .emp__content__left__header > p {
    margin: 8px 0 0 0;
  }
}
.emp__content__left__header ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0 0;
}
.emp__content__left__header ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #EBEFF2;
  border-radius: 1000px;
  padding: 6px 12px;
}
.emp__content__left__header ul li img {
  height: 20px;
}
.emp__content__left__header h5 {
  font: 400 14px/140% "TT Norms Pro", sans-serif;
  color: #4D4D4D;
  padding: 0 0 0 16px;
  border-left: 2px solid #F8A63E;
  margin: 32px 0 0 0;
}
@media (max-width: 1024px) {
  .emp__content__left__header h5 {
    margin: 24px 0 0 0;
  }
}
.emp__content__left__header h5 strong {
  display: block;
  margin: 8px 0 0 0;
}
.emp__content__left__stories {
  position: relative;
  padding: 20px 0 16px 0;
  border-top: 1px solid #EBEFF2;
  border-bottom: 1px solid #EBEFF2;
  margin: 32px 0 0 0;
}
@media (max-width: 1024px) {
  .emp__content__left__stories {
    margin: 24px 0 0 0;
  }
}
.emp__content__left__stories .swiper {
  z-index: 1;
}
.emp__content__left__stories .swiper-prev, .emp__content__left__stories .swiper-next {
  position: absolute;
  top: 38px;
  z-index: 5;
}
.emp__content__left__stories .swiper-prev-disabled, .emp__content__left__stories .swiper-next-disabled {
  opacity: 0;
  visibility: hidden;
}
.emp__content__left__stories .swiper-prev {
  left: 0;
  transform: translateX(-50%);
}
.emp__content__left__stories .swiper-next {
  right: 0;
  transform: translateX(50%);
}
.emp__content__left__stories .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 110px;
  width: 100%;
}
.emp__content__left__stories .swiper-slide button {
  display: block;
  width: 100%;
}
.emp__content__left__stories .swiper-slide button img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  padding: 4px;
  border: 2px solid #F8A63E;
  border-radius: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
}
.emp__content__left__stories .swiper-slide button p {
  margin: 8px 0 0 0;
  font: 400 13px/130% "TT Norms Pro", sans-serif;
  text-align: center;
}
.emp__content__left__about h2 {
  text-transform: initial;
  margin: 0 0 32px 0;
}
@media (max-width: 1024px) {
  .emp__content__left__about h2 {
    margin: 0 0 24px 0;
  }
}
.emp__content__left__about > img {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .emp__content__left__about > img {
    max-width: initial;
    width: calc(100% + 48px);
    transform: translateX(-24px);
    border-radius: 0;
  }
}
.emp__content__left__about a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  background: linear-gradient(90deg, #002541 0%, #00345B 100%);
  margin: 4px 0 0 0;
  border-radius: 8px;
  gap: 16px;
}
@media (max-width: 1024px) {
  .emp__content__left__about a {
    padding: 24px;
    width: calc(100% + 48px);
    transform: translateX(-24px);
    border-radius: 0;
    margin: 0;
  }
}
.emp__content__left__about a p {
  font: 500 12px/1 "TT Norms Pro", sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.emp__content__left__about a p strong {
  text-transform: initial;
  display: block;
  color: #FFFFFF;
  font: 500 20px/120% "TT Norms Pro", sans-serif;
  margin: 6px 0 0 0;
}
.emp__content__left__about > p {
  margin: 32px 0 0 0;
}
@media (max-width: 1024px) {
  .emp__content__left__about > p {
    margin: 24px 0 0 0;
  }
}
.emp__content__left__characteristics ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 0;
}
@media (max-width: 1024px) {
  .emp__content__left__characteristics ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.emp__content__left__characteristics ul li p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font: 500 20px/130% "TT Norms Pro", sans-serif;
  color: #002541;
}
@media (max-width: 1024px) {
  .emp__content__left__characteristics ul li p {
    font-size: 18px;
  }
}
.emp__content__left__characteristics ul li p::before {
  content: "";
  min-width: 6px;
  max-width: 6px;
  height: 6px;
  border-radius: 1000px;
  background: #F8A63E;
  margin: 9px 0 0 0;
}
.emp__content__left__gallery nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 32px 0;
}
@media (max-width: 1024px) {
  .emp__content__left__gallery nav {
    margin: 0 0 24px 0;
  }
}
.emp__content__left__gallery nav p, .emp__content__left__gallery nav > button {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4D4D4D;
}
@media (max-width: 1024px) {
  .emp__content__left__gallery nav p, .emp__content__left__gallery nav > button {
    display: none;
  }
}
.emp__content__left__gallery section {
  height: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .emp__content__left__gallery section {
    overflow: hidden;
  }
}
.emp__content__left__gallery section.active {
  height: auto;
  overflow: initial;
}
.emp__content__left__gallery section article {
  position: relative;
}
@media (max-width: 1024px) {
  .emp__content__left__gallery section article .swiper {
    overflow: initial;
  }
}
.emp__content__left__gallery section article .swiper-prev, .emp__content__left__gallery section article .swiper-next {
  position: absolute;
  top: calc(50% - 28px);
  z-index: 5;
}
.emp__content__left__gallery section article .swiper-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .emp__content__left__gallery section article .swiper-prev {
    left: -24px;
    transform: translateY(-50%);
  }
}
.emp__content__left__gallery section article .swiper-next {
  right: 0;
  transform: translate(50%, -50%);
}
@media (max-width: 1024px) {
  .emp__content__left__gallery section article .swiper-next {
    right: -24px;
    transform: translateY(-50%);
  }
}
.emp__content__left__gallery section article .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.emp__content__left__gallery section article .swiper-slide figure {
  width: 100%;
  background: #EBEFF2;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
@media (max-width: 1024px) {
  .emp__content__left__gallery section article .swiper-slide figure {
    height: 300px;
  }
}
.emp__content__left__gallery section article .swiper-slide figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.emp__content__left__gallery section article .swiper-slide p {
  text-align: center;
  color: #002541;
  font: 400 18px/140% "TT Norms Pro", sans-serif;
  padding: 0 0 8px 0;
  border-bottom: 2px solid #002541;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
}
@media (max-width: 1024px) {
  .emp__content__left__gallery section article .swiper-slide p {
    font-size: 15px;
  }
}
.emp__content__left__gallery section > .swiper {
  margin: 24px 0 0 0;
}
@media (max-width: 1024px) {
  .emp__content__left__gallery section > .swiper {
    margin: 16px 0 0 0;
  }
}
.emp__content__left__gallery section > .swiper .swiper-slide {
  height: 80px;
  overflow: hidden;
  border-radius: 8px;
  opacity: 0.5;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .emp__content__left__gallery section > .swiper .swiper-slide {
    height: 64px;
  }
}
.emp__content__left__gallery section > .swiper .swiper-slide-thumb-active {
  opacity: 1;
}
.emp__content__left__gallery section > .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.emp__content__left__gallery section iframe {
  width: 100%;
  height: 400px;
  border-radius: 8px;
}
.emp__content__left__why section {
  padding: 64px 0;
  background: #002541;
  position: relative;
}
@media (max-width: 1024px) {
  .emp__content__left__why section {
    width: calc(100% + 48px);
    transform: translateX(-24px);
  }
}
.emp__content__left__why section::before, .emp__content__left__why section::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1000%;
  height: 100%;
  background: #002541;
}
@media (max-width: 1024px) {
  .emp__content__left__why section::before, .emp__content__left__why section::after {
    display: none;
  }
}
.emp__content__left__why section::before {
  left: 0;
  transform: translateX(-100%);
}
.emp__content__left__why section::after {
  right: 0;
  transform: translateX(100%);
}
.emp__content__left__why section h3 {
  position: relative;
  text-transform: uppercase;
  margin: 0 0 48px 0;
}
@media (max-width: 1024px) {
  .emp__content__left__why section h3 {
    margin: 0 0 32px 0;
    padding: 0 24px;
  }
}
.emp__content__left__why section h3 span {
  position: relative;
  z-index: 5;
  color: #FFFFFF;
}
.emp__content__left__why section h3::after {
  content: url("../assets/svg/quote.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: -32px;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .emp__content__left__why section h3::after {
    left: 0;
  }
}
.emp__content__left__why section ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .emp__content__left__why section ul {
    grid-template-columns: 1fr;
  }
}
.emp__content__left__why section ul li {
  padding: 0 0 0 24px;
  border-left: 2px solid #F8A63E;
}
.emp__content__left__why section ul li h5 {
  color: #FFFFFF;
  margin: 0 0 8px 0;
}
.emp__content__left__why section ul li p {
  color: #FFFFFF;
}
.emp__content__left__location > p {
  display: flex;
  align-items: center;
  gap: 4px 8px;
  margin: 0 0 24px 0;
  flex-wrap: wrap;
}
.emp__content__left__location > p strong {
  display: flex;
  align-items: center;
  gap: 8px;
}
.emp__content__left__location h6 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 16px 0;
}
.emp__content__left__location ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 0 0 32px 0;
}
@media (max-width: 1024px) {
  .emp__content__left__location ul {
    margin: 0 0 24px 0;
  }
}
.emp__content__left__location ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1024px) {
  .emp__content__left__location ul li img {
    width: 20px;
  }
}
.emp__content__left__location ul li p {
  font: 500 20px/120% "TT Norms Pro", sans-serif;
  color: #002541;
}
@media (max-width: 1024px) {
  .emp__content__left__location ul li p {
    font-size: 18px;
  }
}
.emp__content__left__location iframe {
  width: 100%;
  height: 360px;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .emp__content__left__location iframe {
    height: 300px;
  }
}
.emp__content__left__progress figure {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.emp__content__left__progress figure p {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font: 500 40px/1 "TT Norms Pro", sans-serif;
}
.emp__content__left__progress figure p small {
  color: #FFFFFF;
  font: 400 20px/1 "TT Norms Pro", sans-serif;
  display: block;
  margin: 0 0 8px 0;
}
.emp__content__left__progress ul {
  margin: 24px 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 1024px) {
  .emp__content__left__progress ul {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 16px 0 0 0;
  }
}
.emp__content__left__progress ul li p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px 0;
  color: #002541;
  font-weight: 400;
}
.emp__content__left__progress ul li p strong {
  font-weight: 600;
  color: #002541;
}
.emp__content__left__progress ul li div {
  position: relative;
  overflow: hidden;
  border-radius: 1000px;
  height: 8px;
  background: #EBEFF2;
}
.emp__content__left__progress ul li div span {
  border-radius: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #F8A63E;
}
.emp__content__left__progress section {
  margin: 32px 0 0 0;
}
@media (max-width: 1024px) {
  .emp__content__left__progress section {
    margin: 24px 0 0 0;
  }
}
.emp__content__left__progress section article {
  position: relative;
}
@media (max-width: 1024px) {
  .emp__content__left__progress section article .swiper {
    overflow: initial;
  }
}
.emp__content__left__progress section article .swiper-prev, .emp__content__left__progress section article .swiper-next {
  position: absolute;
  top: calc(50% - 28px);
  z-index: 5;
}
.emp__content__left__progress section article .swiper-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .emp__content__left__progress section article .swiper-prev {
    left: -24px;
    transform: translateY(-50%);
  }
}
.emp__content__left__progress section article .swiper-next {
  right: 0;
  transform: translate(50%, -50%);
}
@media (max-width: 1024px) {
  .emp__content__left__progress section article .swiper-next {
    right: -24px;
    transform: translateY(-50%);
  }
}
.emp__content__left__progress section article .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.emp__content__left__progress section article .swiper-slide figure {
  width: 100%;
  background: #EBEFF2;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
@media (max-width: 1024px) {
  .emp__content__left__progress section article .swiper-slide figure {
    height: 300px;
  }
}
.emp__content__left__progress section article .swiper-slide figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.emp__content__left__progress section article .swiper-slide p {
  text-align: center;
  color: #002541;
  font: 400 18px/140% "TT Norms Pro", sans-serif;
  padding: 0 0 8px 0;
  border-bottom: 2px solid #002541;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
}
@media (max-width: 1024px) {
  .emp__content__left__progress section article .swiper-slide p {
    font-size: 15px;
  }
}
.emp__content__left__progress section > .swiper {
  margin: 24px 0 0 0;
}
@media (max-width: 1024px) {
  .emp__content__left__progress section > .swiper {
    margin: 16px 0 0 0;
  }
}
.emp__content__left__progress section > .swiper .swiper-slide {
  height: 80px;
  overflow: hidden;
  border-radius: 8px;
  opacity: 0.5;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .emp__content__left__progress section > .swiper .swiper-slide {
    height: 64px;
  }
}
.emp__content__left__progress section > .swiper .swiper-slide-thumb-active {
  opacity: 1;
}
.emp__content__left__progress section > .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.emp__relateds {
  padding: 120px 0 0 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .emp__relateds {
    padding: 80px 0 0 0;
  }
}
.emp__relateds .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.emp__relateds .container h2 {
  text-align: center;
  margin: 0 0 48px 0;
}
@media (max-width: 1024px) {
  .emp__relateds .container h2 {
    margin: 0 0 32px 0;
    font-size: 24px;
  }
}
.emp__relateds .container section {
  position: relative;
  width: 100%;
  margin: 0 0 48px 0;
}
@media (max-width: 1024px) {
  .emp__relateds .container section {
    margin: 0 0 32px 0;
  }
}
.emp__relateds .container section .swiper {
  overflow: initial;
}
.emp__relateds .container section .swiper-prev, .emp__relateds .container section .swiper-next {
  position: absolute;
  top: 50%;
  z-index: 5;
}
.emp__relateds .container section .swiper-prev-disabled, .emp__relateds .container section .swiper-next-disabled {
  opacity: 0;
  visibility: hidden;
}
.emp__relateds .container section .swiper-prev {
  left: 0;
  transform: translateX(-50%);
}
.emp__relateds .container section .swiper-next {
  right: 0;
  transform: translateX(50%);
}

::-moz-selection {
  background: #00345B;
  color: #FFFFFF;
}

::selection {
  background: #00345B;
  color: #FFFFFF;
}

* {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: unset;
  box-sizing: border-box;
  transition: 0.3s ease;
  letter-spacing: -0.2px;
  font-family: "TT Norms Pro", sans-serif;
  color: #002541;
}

html,
body {
  scroll-behavior: smooth;
  background: #FFFFFF;
}
html figure,
body figure {
  margin: 0;
}
html.o-hidden,
body.o-hidden {
  overflow: hidden;
}

html {
  overflow-x: hidden;
}

body {
  padding-top: 72px;
}
@media (max-width: 1024px) {
  body {
    padding-top: 64px;
  }
}

button,
input[type=button],
input[type=submit] {
  cursor: pointer;
}

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

p, p * {
  font: 400 16px/140% "TT Norms Pro", sans-serif;
  color: #4D4D4D;
}
p strong,
p b, p * strong,
p * b {
  font-weight: 700;
}
p a, p * a {
  font-weight: 600;
  color: #00345B;
  text-decoration: underline;
}
p a:hover, p * a:hover {
  color: #002541;
}

h1, h1 *,
h2,
h2 *,
h3,
h3 *,
h4,
h4 *,
h5,
h5 *,
h6,
h6 * {
  font-weight: 500;
  line-height: 110%;
}

h1,
h1 * {
  font-size: 48px;
}
@media (max-width: 1024px) {
  h1,
  h1 * {
    font-size: 36px;
  }
}

h2,
h2 * {
  text-transform: uppercase;
  font-size: 40px;
}
@media (max-width: 1024px) {
  h2,
  h2 * {
    font-size: 28px;
  }
}

h3,
h3 * {
  font-size: 32px;
}
@media (max-width: 1024px) {
  h3,
  h3 * {
    font-size: 28px;
  }
}

h4,
h4 * {
  font-size: 28px;
}
@media (max-width: 1024px) {
  h4,
  h4 * {
    font-size: 24px;
  }
}

h5,
h5 * {
  font-size: 24px;
}
@media (max-width: 1024px) {
  h5,
  h5 * {
    font-size: 20px;
  }
}

h6,
h6 * {
  font-size: 20px;
}

.container {
  max-width: calc(1200px + 40px * 2);
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 24px;
  }
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #002541;
  height: 72px;
}
@media (max-width: 1024px) {
  .nav {
    height: 64px;
  }
}
.nav .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
}
.nav__logo {
  display: block;
}
.nav__logo img {
  max-height: 32px;
}
.nav__menu {
  flex: 2;
}
@media (max-width: 1024px) {
  .nav__menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.32);
    background: #002541;
    opacity: 0;
    flex-direction: column;
    visibility: hidden;
    padding: 40px 24px;
    gap: 32px;
    z-index: 1;
    overflow-y: auto;
    transform: translateX(-100%);
  }
}
.nav__menu > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .nav__menu > ul {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    height: auto;
    padding: 0;
    width: 100%;
  }
}
.nav__menu > ul > li {
  position: relative;
}
.nav__menu > ul > li.menu-item-has-children {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
@media (max-width: 1024px) {
  .nav__menu > ul > li.menu-item-has-children {
    padding: 0;
    display: block;
  }
}
.nav__menu > ul > li.menu-item-has-children > a::after {
  content: url("../assets/svg/arrow-small.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .nav__menu > ul > li.menu-item-has-children > a::after {
    display: none;
  }
}
.nav__menu > ul > li.menu-item-has-children > a::before {
  content: "";
  width: 0;
  opacity: 0;
  visibility: hidden;
  height: 2px;
  background: #F8A63E;
  position: absolute;
  bottom: -10px;
  left: 0;
  transform: translateY(100%);
  transition: 0.3s;
}
.nav__menu > ul > li:hover > a::after {
  transform: scale(-1);
}
.nav__menu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .nav__menu > ul > li > a {
    font-weight: 500 !important;
  }
}
.nav__menu > ul > li a {
  position: relative;
  color: #EBEFF2;
  font: 400 15px/1 "TT Norms Pro", sans-serif;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 1024px) {
  .nav__menu > ul > li a {
    font-size: 18px;
  }
}
.nav__menu > ul > li a:hover {
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .nav__menu > ul > li a:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
}
.nav__menu > ul > li ul {
  position: absolute;
  background: #FFFFFF;
  padding: 4px 0;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
  min-width: 200px;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .nav__menu > ul > li ul {
    position: relative;
    min-width: initial;
    padding: 0;
    opacity: 1;
    visibility: visible;
    background: transparent;
    padding-left: 24px !important;
    box-shadow: unset;
    border-radius: 0;
  }
}
.nav__menu > ul > li > ul {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media (max-width: 1024px) {
  .nav__menu > ul > li > ul {
    transform: unset;
    left: unset;
    padding: 0 0 0 24px;
    border-left: 1px solid #F8A63E;
    opacity: 1;
    visibility: visible;
    background: transparent;
  }
}
.nav__menu > ul > li > ul li {
  padding: 0 16px;
}
@media (max-width: 1024px) {
  .nav__menu > ul > li > ul li {
    padding: 0;
  }
}
.nav__menu > ul > li > ul > li:not(:last-of-type) > a {
  border-bottom: 1px solid #EBEFF2;
}
@media (max-width: 1024px) {
  .nav__menu > ul > li > ul > li:not(:last-of-type) > a {
    border-bottom: unset;
  }
}
@media (max-width: 1024px) {
  .nav__menu > ul > li > ul > li {
    margin: 20px 0 0 0;
  }
}
.nav__menu > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.nav__menu > ul > li > ul > li a {
  white-space: nowrap;
  padding: 12px 32px 12px 0;
  display: block;
  color: #002541;
}
@media (max-width: 1024px) {
  .nav__menu > ul > li > ul > li a {
    padding: 0;
    font-size: 16px;
    color: #EBEFF2;
  }
}
@media (min-width: 1024px) {
  .nav__menu > ul > li > ul > li a:hover {
    color: #00345B;
  }
}
.nav__menu > ul > li > ul > li > ul {
  min-height: 100%;
  top: 0;
  right: 0;
  transform: translateX(100%);
}
@media (max-width: 1024px) {
  .nav__menu > ul > li > ul > li > ul {
    min-height: initial;
    transform: unset;
    padding: 16px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.nav__menu > ul > li > ul > li > ul > li:not(:last-of-type) > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
@media (max-width: 1024px) {
  .nav__menu > ul > li > ul > li > ul > li:not(:last-of-type) > a {
    border-bottom: unset;
  }
}
@media (max-width: 1024px) {
  .nav__menu > ul > li > ul > li > ul > li a {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .nav__right {
    display: flex;
    justify-content: flex-end;
    flex: 2;
  }
}
.nav__search {
  min-width: 210px;
}
@media (max-width: 1024px) {
  .nav__search {
    min-width: initial;
    width: 48px;
  }
}
.nav__search.open form {
  padding: 0 16px 0 0;
}
@media (max-width: 1024px) {
  .nav__search.open form {
    width: calc(100% - 48px);
  }
}
.nav__search.open form input {
  display: flex;
}
.nav__search.open form button[type=button] {
  display: block;
}
.nav__search form {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1000px;
  background: #00345B;
  height: 48px;
  overflow: hidden;
  padding: 0 24px 0 0;
  min-width: 210px;
  z-index: 5;
}
@media (max-width: 1024px) {
  .nav__search form {
    right: 24px;
    min-width: initial;
    width: 48px;
    justify-content: center;
    padding: 0;
  }
}
.nav__search form select {
  font: 500 15px/1 "TT Norms Pro", sans-serif;
  padding: 0 16px 2px 24px;
  background: #00345B url("https://wordpress-melnick.s3.sa-east-1.amazonaws.com/wp-content/uploads/2025/11/10225246/arrow-select-1.png") 100% 18px/12px no-repeat;
  color: #FFFFFF;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  display: flex;
  align-items: center;
  height: 100%;
  width: auto;
}
@media (max-width: 1024px) {
  .nav__search form select {
    display: none;
  }
}
.nav__search form select option {
  color: #FFFFFF;
  background: #00345B;
}
.nav__search form input {
  display: none;
  align-items: center;
  width: 0;
  color: #FFFFFF;
  height: 32px;
  font: 500 15px/1 "TT Norms Pro", sans-serif;
  padding: 0 24px;
  margin: 0 24px;
  border-left: 1px solid #002541;
  width: 700px;
}
@media (max-width: 1024px) {
  .nav__search form input {
    width: 100%;
    border: unset;
    margin: 0;
  }
}
.nav__search form input::-moz-placeholder {
  font-weight: 400;
  opacity: 0.5;
  color: #FFFFFF;
}
.nav__search form input::placeholder {
  font-weight: 400;
  opacity: 0.5;
  color: #FFFFFF;
}
.nav__search form button {
  min-width: 24px;
  max-width: 24px;
}
.nav__search form button img {
  width: 100%;
}
.nav__search form button[type=button] {
  margin: 0 0 0 16px;
  display: none;
}
.nav__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 32px;
  height: 32px;
  margin: 0 16px 0 0;
}
@media (min-width: 1024px) {
  .nav__button {
    display: none;
  }
}
.nav__button img:last-of-type {
  display: none;
}
.nav--hidden {
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}
.nav--fixed {
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}
.nav--open {
  background: #002541;
}
.nav--open .nav__menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.nav--open .nav__button img:first-of-type {
  display: none;
}
.nav--open .nav__button img:last-of-type {
  display: block;
}

.cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #00345B;
  height: 64px;
  z-index: 99;
}
@media (max-width: 1024px) {
  .cta {
    height: 64px;
  }
}
.cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1024px) {
  .cta .container {
    padding: 0;
  }
}
.cta .container h5 {
  color: #FFFFFF;
  max-width: 280px;
  width: 100%;
}
@media (max-width: 1024px) {
  .cta .container h5 {
    display: none;
  }
}
.cta .container a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  height: 100%;
  flex: 1;
  background: #002541;
}
@media (max-width: 1024px) {
  .cta .container a {
    gap: 8px;
    flex-direction: column;
  }
}
.cta .container a:hover p small {
  opacity: 1;
}
.cta .container a:not(:last-of-type) {
  border-right: 1px solid #00345B;
}
.cta .container a:last-of-type {
  background: #2BB640;
}
.cta .container a:last-of-type figure {
  background: #FFFFFF;
}
.cta .container a figure {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  background: #00345B;
}
@media (max-width: 1024px) {
  .cta .container a figure {
    width: auto;
    height: auto;
    background: transparent;
  }
}
.cta .container a p {
  font: 500 20px/1 "TT Norms Pro", sans-serif;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .cta .container a p {
    font-size: 15px;
    text-align: center;
  }
}
.cta .container a p small {
  display: block;
  margin: 0 0 4px 0;
  opacity: 0.64;
  color: #FFFFFF;
  text-transform: uppercase;
  font: 400 12px/1 "TT Norms Pro", sans-serif;
}
@media (max-width: 1024px) {
  .cta .container a p small {
    display: none;
  }
}

.footer {
  margin: 120px 0 0 0;
  background: #EBEFF2;
}
@media (max-width: 1024px) {
  .footer {
    margin: 80px 0 0 0;
  }
}
.footer__top {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .footer__top {
    padding: 64px 0;
  }
}
.footer__top .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1024px) {
  .footer__top .container {
    flex-wrap: wrap;
    gap: 40px 0;
  }
}
.footer__top__infos {
  max-width: 260px;
  width: 100%;
}
.footer__top__infos > a img {
  max-height: 40px;
}
.footer__top__infos p {
  font-size: 14px;
  margin: 40px 0 0 0;
}
@media (max-width: 1024px) {
  .footer__top__infos p {
    margin: 24px 0 0 0;
  }
}
.footer__top__infos ul {
  display: flex;
  gap: 16px;
  margin: 40px 0 0 0;
}
@media (max-width: 1024px) {
  .footer__top__infos ul {
    margin: 24px 0 0 0;
  }
}
.footer__top__infos ul li a {
  display: block;
}
.footer__top__infos ul li a img {
  height: 32px;
}
.footer__top__menu {
  max-width: 180px;
  width: 100%;
}
@media (max-width: 1024px) {
  .footer__top__menu {
    max-width: 50%;
  }
}
.footer__top__menu h6 {
  text-transform: uppercase;
  color: #4D4D4D;
  font: 500 12px/1 "TT Norms Pro", sans-serif;
  margin: 0 0 24px 0;
}
.footer__top__menu ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__top__menu ul li a {
  font: 500 15px/120% "TT Norms Pro", sans-serif;
}
.footer__top__menu ul li a:hover {
  color: #F8A63E;
}
.footer__top__cta {
  max-width: 260px;
  width: 100%;
  background: #00345B;
  border-radius: 8px;
  padding: 16px 24px 24px 24px;
}
@media (max-width: 1024px) {
  .footer__top__cta {
    max-width: 100%;
  }
}
.footer__top__cta p {
  font-weight: 500;
  text-align: center;
  color: #EBEFF2;
  margin: 0 0 16px 0;
}
.footer__top__cta a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #002541;
  border-radius: 1000px;
  color: #FFFFFF;
  height: 40px;
  font: 500 16px/1 "TT Norms Pro", sans-serif;
}
.footer__top__cta a:not(:last-of-type) {
  margin: 0 0 8px 0;
}
.footer__top__cta a:last-of-type {
  background: #2BB640;
}
.footer__top__cta a:last-of-type img {
  filter: brightness(0) invert(1);
}
.footer__copyright {
  padding: 24px 0 calc(64px + 24px) 0;
  border-top: 1px solid #FFFFFF;
}
@media (max-width: 1024px) {
  .footer__copyright {
    padding: 24px 0 calc(64px + 24px) 0;
  }
}
.footer__copyright .container p {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  font-size: 14px;
}

.button {
  background: #F8A63E;
  color: #00345B;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  text-transform: uppercase;
  padding: 0 40px;
  font: 500 16px/100% "TT Norms Pro", sans-serif;
  border-radius: 1000px;
}
.button:hover {
  background: #00345B;
  color: #F8A63E;
}
.button--outlined {
  background: transparent;
  border: 1px solid #EBEFF2;
  color: #00345B;
}
.button--outlined:hover {
  color: #00345B;
  border-color: #00345B;
  background: transparent;
}
.button--outlined-white {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #FFFFFF;
}
.button--outlined-white:hover {
  border-color: #FFFFFF;
  background: transparent;
}
.button--white {
  background: #FFFFFF;
  color: #002541;
}
.button--white:hover {
  background: #00345B;
  color: #FFFFFF;
}
.button--blue {
  background: #00345B;
  color: #FFFFFF;
}
.button--blue:hover {
  background: #F8A63E;
  color: #00345B;
}
.button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.tag {
  background: #F8A63E;
  color: #00345B;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 16px;
  font: 500 14px/100% "TT Norms Pro", sans-serif;
  border-radius: 1000px;
}
.tag--blue {
  background: #00345B;
  color: #FFFFFF;
}
.tag--white {
  background: #FFFFFF;
  color: #002541;
}
.tag--outlined {
  background: #FFFFFF;
  color: #002541;
  border: 1px solid #EBEFF2;
}

.swiper-wrapper {
  height: auto !important;
}
.swiper-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 40px 0 0 0;
}
@media (max-width: 1024px) {
  .swiper-navigation {
    margin: 32px 0 0 0;
  }
}
.swiper-prev.swiper-button-disabled, .swiper-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.swiper-prev img, .swiper-next img {
  height: 40px;
  width: 40px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
  border-radius: 1000px;
}
.swiper-pagination {
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
  width: auto !important;
  margin: 40px 0 0 0 !important;
  bottom: 0 !important;
}
.swiper-pagination-bullet {
  background: #BBCDDA !important;
  border-radius: 1000px !important;
  min-width: 8px !important;
  max-width: 8px;
  height: 8px !important;
  opacity: 1 !important;
  margin: 0 !important;
}
.swiper-pagination-bullet-active {
  min-width: 32px !important;
  max-width: 32px !important;
  background: #F8A63E !important;
}

.card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
  height: auto !important;
}
.card:hover figure img:nth-of-type(2) {
  opacity: 1;
  z-index: 9;
}
.card:hover > span {
  background: #00345B;
  color: #FFFFFF;
}
.card h6 {
  color: #FFFFFF;
  background: #002541;
  text-transform: uppercase;
  font: 500 14px/1 "TT Norms Pro", sans-serif;
  padding: 12px 0 28px 0;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 0 -16px 0;
}
.card figure {
  position: relative;
  overflow: hidden;
  z-index: 5;
  border-radius: 8px;
  height: 210px;
}
.card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card figure img:first-of-type {
  position: relative;
  z-index: 1;
}
.card figure img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
}
.card div {
  padding: 20px 24px;
  flex: 2;
}
.card div h5 {
  font-size: 20px;
  margin: 0 0 8px 0;
}
.card div p {
  margin: 0 0 16px 0;
}
.card div span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4D4D4D;
  font: 500 15px/150% "TT Norms Pro", sans-serif;
  border: 1px solid #EBEFF2;
  border-radius: 1000px;
  padding: 4px 12px;
}
.card div span img {
  width: 16px;
}
.card div ul {
  margin: 8px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.card div ul li span {
  font-weight: 300;
}
.card > span {
  display: block;
  width: 100%;
  color: #00345B;
  text-transform: uppercase;
  font: 500 16px/1 "TT Norms Pro", sans-serif;
  text-align: center;
  padding: 16px 0;
  background: #EBEFF2;
}

.tabs {
  display: inline-flex;
  gap: 8px;
  border: 1px solid #EBEFF2;
  border-radius: 1000px;
  background: #FFFFFF;
  overflow-x: auto;
  padding: 4px;
}
.tabs li button,
.tabs li a {
  color: #4D4D4D;
  background: transparent;
  padding: 0 24px;
  white-space: nowrap;
  font-size: 14px;
  height: 40px;
}
.tabs li button:hover,
.tabs li a:hover {
  background: transparent;
  color: #00345B;
}
.tabs li button.active,
.tabs li a.active {
  background: #F8A63E;
  color: #00345B;
}
.tabs li button.active:hover,
.tabs li a.active:hover {
  background: #F8A63E;
  color: #00345B;
}

.form fieldset {
  position: relative;
  width: 100%;
}
.form fieldset label {
  display: block;
  margin: 0 0 8px 0;
  font: 400 16px/150% "TT Norms Pro", sans-serif;
}
.form fieldset input,
.form fieldset select,
.form fieldset textarea {
  font: 500 15px/1 "TT Norms Pro", sans-serif;
  height: 44px;
  padding: 0 40px 1px 20px;
  background: #FFFFFF;
  border: 1px solid #EBEFF2;
  display: block;
  border-radius: 1000px;
  width: 100%;
  margin: 0 0 12px 0;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  resize: none;
}
.form fieldset input:hover, .form fieldset input:focus,
.form fieldset select:hover,
.form fieldset select:focus,
.form fieldset textarea:hover,
.form fieldset textarea:focus {
  border-color: #00345B;
}
.form fieldset input::-moz-placeholder, .form fieldset select::-moz-placeholder, .form fieldset textarea::-moz-placeholder {
  font-weight: 400;
  color: #4D4D4D;
  opacity: 0.64;
}
.form fieldset input::placeholder,
.form fieldset select::placeholder,
.form fieldset textarea::placeholder {
  font-weight: 400;
  color: #4D4D4D;
  opacity: 0.64;
}
.form fieldset.valid::after, .form fieldset.invalid::after {
  position: absolute;
  top: 15px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.form fieldset.valid:has(select)::after, .form fieldset.invalid:has(select)::after {
  right: 44px;
}
.form fieldset.valid:has(textarea)::after, .form fieldset.invalid:has(textarea)::after {
  top: 16px;
  transform: unset;
}
.form fieldset.valid::after {
  content: url("../assets/svg/check.svg");
}
.form fieldset.valid input,
.form fieldset.valid select,
.form fieldset.valid textarea {
  border-color: #14AE5C;
}
.form fieldset.invalid::after {
  content: url("../assets/svg/error.svg");
}
.form fieldset.invalid input,
.form fieldset.invalid select,
.form fieldset.invalid textarea {
  border-color: #FF0000;
}
.form fieldset select {
  background: #FFFFFF url("../assets/img/arrow-select.png") calc(100% - 16px) 50%/24px no-repeat;
  padding-right: 64px;
}
.form fieldset textarea {
  height: 160px;
  padding-top: 16px;
}
.form section {
  display: flex;
  gap: 12px;
}
@media (max-width: 1024px) {
  .form section {
    display: block;
  }
}
.form .button {
  margin: 16px 0 0 0;
  width: 100%;
}
.form .button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.form .checkbox {
  margin: 8px 0 0 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.form .checkbox, .form .checkbox * {
  font: 400 12px/130% "TT Norms Pro", sans-serif;
}
.form .feedback {
  border-radius: 1000px;
  margin: 16px 0 0 0;
  padding: 8px;
  display: none;
  text-align: center;
}
.form .feedback-success {
  background: #D4EDDA;
  color: #14AE5C;
  border: 1px solid #14AE5C;
}
.form .feedback-error-fields {
  background: #F8D7DA;
  color: #FF0000;
  border: 1px solid #FF0000;
}
.form .feedback-error-req {
  background: #F8D7DA;
  color: #FF0000;
  border: 1px solid #FF0000;
}/*# sourceMappingURL=main.css.map */