.home-banner-wrapper {
  background-image: url("../../images/home-bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}
.home-banner-wrapper.secondary-bg {
  background-image: url("../../images/home-bg-startup.png");
  background-size: cover;
}

.home-banner {
  height: 100vh;
  max-height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5%;
  max-width: 1800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .home-banner {
    padding: 0 3%;
    max-height: 700px;
  }
}
.home-banner > span {
  font-weight: 100;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .home-banner > span {
    font-size: 14px;
  }
}
.home-banner h1 {
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 20px 0 50px 0;
  max-width: 800px;
}
@media screen and (max-width: 1024px) {
  .home-banner h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .home-banner h1 {
    font-size: 24px;
    margin: 10px 0 30px 0;
  }
}
.home-banner h1 i {
  font-weight: 200;
}
.home-banner p {
  max-width: 1000px;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 50px;
}
@media screen and (max-width: 1024px) {
  .home-banner p {
    font-size: 16px;
  }
}

.services-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .services-container.projects {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .services-container.projects {
    gap: 10px;
  }
}
.services-container.projects .service-box {
  width: calc(50% - 60px);
}
@media screen and (max-width: 768px) {
  .services-container.projects .service-box {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 480px) {
  .services-container.projects .service-box {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .services-container {
    gap: 10px;
  }
}
.services-container .service-box {
  width: calc(33% - 60px);
  border: 1px solid #0076FF;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  gap: 20px;
  background: radial-gradient(circle at right top, rgb(10, 30, 211) 5%, rgb(0, 18, 108) 23%, rgb(0, 0, 0) 60%);
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .services-container .service-box {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .services-container .service-box {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .services-container .service-box {
    padding: 10px;
  }
}
.services-container .service-box img {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .services-container .service-box img {
    height: 50px;
  }
}
.services-container .service-box h4 {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 30px;
}
.services-container .service-box h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 30%;
  height: 2px;
  background-color: #0076FF;
}
@media screen and (max-width: 480px) {
  .services-container .service-box h4 {
    font-size: 18px;
  }
}
.services-container .service-box p {
  font-weight: 300;
  margin: 0;
}

.about-container {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about-container {
    flex-direction: column;
    gap: 30px;
  }
}
.about-container .about-grid {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .about-container .about-grid {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .about-container .about-grid {
    width: 100%;
  }
}
.about-container .about-grid .row {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .about-container .about-grid .row {
    gap: 10px;
  }
}
.about-container .about-grid .row div {
  background-color: #0076FF;
  color: #FFFFFF;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
}
.about-container .about-grid .row div.w40 {
  width: 40%;
}
.about-container .about-grid .row div.w60 {
  width: 60%;
}
.about-container .about-grid .row div h3 {
  font-size: 46px;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .about-container .about-grid .row div h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .about-container .about-grid .row div h3 {
    font-size: 24px;
  }
}
.about-container .about-grid .row div p {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .about-container .about-grid .row div p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about-container .about-grid .row div p {
    font-size: 14px;
  }
}
.about-container .about-content {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about-container .about-content {
    width: 100%;
  }
}
.about-container .about-content p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.faq-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .faq-container {
    gap: 10px;
  }
}
.faq-container .faq-item {
  border: 1px solid #0076FF;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .faq-container .faq-item {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  .faq-container .faq-item {
    padding: 10px;
  }
}
.faq-container .faq-item.active .faq-header .toggle svg {
  transform: rotate(0deg);
}
.faq-container .faq-item .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.faq-container .faq-item .faq-header h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .faq-container .faq-item .faq-header h3 {
    font-size: 16px;
    font-weight: 400;
  }
}
.faq-container .faq-item .faq-header .toggle {
  width: 30px;
  height: 30px;
  background-color: #0076FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .faq-container .faq-item .faq-header .toggle {
    width: 25px;
    height: 25px;
  }
}
.faq-container .faq-item .faq-header .toggle svg {
  height: 15px;
  width: 15px;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 480px) {
  .faq-container .faq-item .faq-header .toggle svg {
    height: 10px;
    width: 10px;
  }
}
.faq-container .faq-item .faq-content {
  display: none;
  margin-top: 15px;
}
.faq-container .faq-item .faq-content p {
  margin: 0;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  .faq-container .faq-item .faq-content p {
    font-size: 14px;
  }
}

.icons-container {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 50px 70px;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .icons-container {
    gap: 40px;
  }
}
@media screen and (max-width: 480px) {
  .icons-container {
    gap: 30px;
  }
}
.icons-container img {
  height: 40px;
  width: auto;
  transition: opacity 0.3s ease;
  opacity: 0.3;
}
.icons-container img:hover {
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .icons-container img {
    height: 20px;
  }
}

.filters-container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  .filters-container {
    padding: 0 3%;
  }
}
@media screen and (max-width: 480px) {
  .filters-container {
    gap: 10px;
  }
}
.filters-container .filter-item {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #0076FF;
  cursor: pointer;
  border-radius: 40px;
  padding: 10px 20px;
  font-size: 14px;
  transition: background-color 0.3s, color 0.3s;
}
.filters-container .filter-item.active, .filters-container .filter-item:hover {
  background-color: #0076FF;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 1280px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 10px;
  }
}
.grid-container .slider-box {
  height: auto;
}

.waterfall-gallery {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .waterfall-gallery {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (max-width: 480px) {
  .waterfall-gallery {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.waterfall-gallery .gallery-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .waterfall-gallery .gallery-item {
    margin-bottom: 10px;
  }
}
.waterfall-gallery .gallery-item img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}
.waterfall-gallery .gallery-item:hover img {
  transform: scale(1.05);
}
.waterfall-gallery .gallery-item.hidden {
  display: none;
}

.load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .load-more-wrap {
    margin-top: 30px;
  }
}

.research-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .research-columns {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.research-columns img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.research-columns h3 {
  font-weight: 400;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .research-columns h3 {
    font-size: 24px;
  }
}
.research-columns h4 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .research-columns h4 {
    font-size: 20px;
  }
}
.research-columns h5 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
}

.image-container {
  display: flex;
  justify-content: center;
}
.image-container img {
  max-width: 1000px;
  width: 100%;
  height: auto;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-columns {
  grid-column-gap: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .about-columns {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px;
  }
}
.about-columns h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 30px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.about-columns h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 30%;
  height: 2px;
  background-color: #0076FF;
}
@media screen and (max-width: 768px) {
  .about-columns h3 {
    font-size: 20px;
  }
}
.about-columns p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
.about-columns ol {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  line-height: 150%;
}

.team-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .team-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.team-container .team-member .img {
  margin-bottom: 20px;
  background-color: #121212;
  height: 400px;
  display: flex;
  border-radius: 15px;
  justify-content: center;
}
.team-container .team-member .img img {
  width: auto;
  height: 100%;
}
.team-container .team-member h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 5px 0 30px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.team-container .team-member h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 30%;
  height: 2px;
  background-color: #0076FF;
}
@media screen and (max-width: 768px) {
  .team-container .team-member h3 {
    font-size: 20px;
  }
}
.team-container .team-member span {
  font-weight: 300;
  font-size: 14px;
  color: #0076FF;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .team-container .team-member span {
    font-size: 12px;
  }
}
.team-container .team-member p {
  font-weight: 300;
  margin: 0;
}

.contact-container {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    gap: 30px;
  }
}
.contact-container .form-box {
  border: 1px solid #0076FF;
  background: radial-gradient(circle at right top, rgb(10, 30, 211) 5%, rgb(0, 18, 108) 23%, rgb(0, 0, 0) 60%);
  border-radius: 15px;
  padding: 30px;
  width: 70%;
  max-width: 800px;
}
@media screen and (max-width: 1280px) {
  .contact-container .form-box {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .contact-container .form-box {
    padding: 20px;
    width: calc(100% - 40px);
    max-width: none;
  }
}
.contact-container .form-box h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .contact-container .form-box h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .contact-container .form-box h3 {
    font-size: 18px;
  }
}
.contact-container .email-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 50%;
  gap: 50px;
}
@media screen and (max-width: 1440px) {
  .contact-container .email-box {
    align-items: flex-start;
    text-align: left;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .contact-container .email-box {
    text-align: center;
    align-items: center;
    gap: 30px;
  }
}
.contact-container .email-box h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .contact-container .email-box h3 {
    font-size: 20px;
  }
}
.contact-container .email-box a {
  font-size: 18px;
  font-weight: 500;
  color: #0076FF;
  margin: 0;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.contact-container .email-box a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .contact-container .email-box a {
    font-size: 16px;
  }
}

.blog-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .blog-container {
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .blog-container {
    gap: 10px;
  }
}
.blog-container .blog-box {
  display: flex;
  gap: 20px;
  align-items: stretch;
  min-height: 300px;
}
@media screen and (max-width: 768px) {
  .blog-container .blog-box {
    flex-direction: column;
    padding: 20px;
    background: radial-gradient(circle at right top, rgb(10, 30, 211) 5%, rgb(0, 18, 108) 23%, rgb(0, 0, 0) 60%);
    border: 1px solid #0076FF;
    border-radius: 15px;
  }
}
.blog-container .blog-box .blog-img {
  width: 40%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .blog-container .blog-box .blog-img {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .blog-container .blog-box .blog-img {
    height: 200px;
  }
}
.blog-container .blog-box .blog-content {
  width: 60%;
  position: relative;
  border-radius: 15px;
  padding: 20px;
  border: 1px solid #0076FF;
  display: flex;
  flex-direction: column;
  background: radial-gradient(circle at right top, rgb(10, 30, 211) 5%, rgb(0, 18, 108) 23%, rgb(0, 0, 0) 60%);
}
@media screen and (max-width: 768px) {
  .blog-container .blog-box .blog-content {
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    width: 100%;
  }
}
.blog-container .blog-box .blog-content .type {
  font-size: 12px;
  font-weight: 300;
  border: 1px solid #0076FF;
  border-radius: 40px;
  padding: 5px 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .blog-container .blog-box .blog-content .type {
    top: 0;
    right: 0;
  }
}
.blog-container .blog-box .blog-content h3 {
  width: 60%;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.blog-container .blog-box .blog-content .content {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  flex-grow: 1;
}
.blog-container .blog-box .blog-content p {
  margin: 0;
}
.blog-container .blog-box .blog-content a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  transition: opacity 0.3s ease;
  margin: 30px 0 0;
}
.blog-container .blog-box .blog-content a:hover {
  opacity: 0.7;
}
.blog-container .blog-box .blog-content a svg {
  width: 30px;
  height: 30px;
}

.container.video-wrapper {
  max-width: 1000px;
}
.container.video-wrapper iframe {
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 2;
}

.container.process-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
  max-width: 1500px;
}
.container.process-container .process-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .container.process-container .process-item {
    grid-template-columns: 50px 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .container.process-container .process-item {
    grid-template-columns: 30px 1fr;
  }
}
.container.process-container .process-item:last-child .process-left::before {
  display: none;
}
.container.process-container .process-item .process-left {
  position: relative;
  display: flex;
  justify-content: center;
}
.container.process-container .process-item .process-left::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -60px;
  width: 2px;
  background: #2f2f2f;
}
.container.process-container .process-item .process-left .process-number {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0076FF;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .container.process-container .process-item .process-left .process-number {
    height: 30px;
    width: 30px;
    font-size: 14px;
  }
}
.container.process-container .process-item .process-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 200px;
}
@media screen and (max-width: 1440px) {
  .container.process-container .process-item .process-content {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .container.process-container .process-item .process-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.container.process-container .process-item .process-content .text h2 {
  margin-bottom: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 480px) {
  .container.process-container .process-item .process-content .text h2 {
    margin-bottom: 30px;
  }
}
.container.process-container .process-item .process-content .image img {
  width: 100%;
  height: auto;
  display: block;
}

.buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .buttons {
    gap: 10px;
  }
}

.button {
  background-color: #0076FF;
  color: #FFFFFF;
  padding: 20px 40px;
  border-radius: 10px;
  font-size: 14px !important;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .button {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 480px) {
  .button {
    font-size: 12px !important;
  }
}
.button:hover {
  background-color: rgb(0, 94.4, 204);
}
.button.transparent {
  background-color: transparent;
  border: 1px solid #0076FF;
  color: #FFFFFF;
}
.button.transparent:hover {
  background-color: #0076FF;
}
.button.small {
  padding: 15px 20px;
  font-size: 14px !important;
}
@media screen and (max-width: 1024px) {
  .button.small {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 480px) {
  .button.small {
    font-size: 12px !important;
  }
}
.button svg {
  height: 16px;
  width: 16px;
}
@media screen and (max-width: 768px) {
  .button svg {
    height: 14px;
    width: 14px;
  }
}
@media screen and (max-width: 480px) {
  .button svg {
    display: none;
  }
}

.splide {
  margin: 100px 0 60px;
}
@media screen and (max-width: 768px) {
  .splide {
    margin: 70px 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .splide {
    margin: 70px 0 10px;
  }
}
.splide .splide__arrow {
  background-color: #0076FF;
  opacity: 1;
  height: 30px;
  width: 30px;
  top: -40px;
}
.splide .splide__arrow svg {
  fill: #FFFFFF;
  height: 10px;
  width: 10px;
}
.splide .splide__arrow--next {
  right: 0;
}
.splide .splide__arrow--prev {
  right: 50px;
  left: auto;
}
.splide .splide__pagination {
  bottom: -50px;
}
@media screen and (max-width: 768px) {
  .splide .splide__pagination {
    bottom: -35px;
  }
}
@media screen and (max-width: 480px) {
  .splide .splide__pagination {
    bottom: -10px;
  }
}
.splide .splide__pagination__page {
  opacity: 1;
  background: #FFFFFF;
  transition: width 0.3s linear;
  border-radius: 10px;
}
.splide .splide__pagination__page.is-active {
  background: #0076FF;
  transform: none;
  width: 30px;
}

.brands-slider {
  margin: 0;
}
.brands-slider .splide__slide {
  display: flex;
  justify-content: center;
}
.brands-slider .splide__slide img {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .brands-slider .splide__slide img {
    height: 30px;
  }
}

.slider-box {
  border: 1px solid #0076FF;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 42px);
  background: radial-gradient(circle at right top, rgb(10, 30, 211) 5%, rgb(0, 18, 108) 23%, rgb(0, 0, 0) 60%);
}
@media screen and (max-width: 480px) {
  .slider-box {
    padding: 10px;
  }
}
.slider-box .slider-header {
  margin: 0 0 20px;
  min-height: 80px;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .slider-box .slider-header {
    min-height: auto;
  }
}
.slider-box .slider-header .image {
  height: 60px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .slider-box .slider-header .image {
    height: 40px;
  }
}
.slider-box .slider-header .image img {
  height: 100%;
  max-height: 60px;
  max-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
@media screen and (max-width: 768px) {
  .slider-box .slider-header .image img {
    max-height: 40px;
    max-width: 150px;
  }
}
@media screen and (max-width: 480px) {
  .slider-box .slider-header .image img {
    max-width: 100px;
  }
}
.slider-box .slider-header .type {
  font-size: 12px;
  font-weight: 300;
  color: #FFFFFF;
  border: 1px solid #0076FF;
  border-radius: 40px;
  padding: 5px 10px;
  margin: 0;
  opacity: 1;
  flex-grow: 0;
}
.slider-box h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .slider-box h3 {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
.slider-box h3 i {
  color: #0076FF;
  font-style: normal;
}
.slider-box .content {
  font-weight: 300;
  font-size: 16px;
  margin: 0;
  flex-grow: 1;
}
.slider-box .content > * {
  margin: 0;
}
.slider-box a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 30px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .slider-box a {
    margin-top: 20px;
  }
}
.slider-box a:hover {
  opacity: 0.7;
}
.slider-box a svg {
  width: 30px;
  height: 30px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.modal-backdrop .modal-popup {
  width: 90%;
  max-width: 600px;
  max-height: 80%;
  background: radial-gradient(circle at right top, rgb(10, 30, 211) 5%, rgb(0, 18, 108) 23%, rgb(0, 0, 0) 60%);
  color: #FFFFFF;
  border: 1px solid #0076FF;
  border-radius: 15px;
  position: relative;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .modal-backdrop .modal-popup {
    padding: 20px;
    width: calc(90% - 40px);
  }
}
.modal-backdrop .modal-popup .modal-close {
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 30px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .modal-backdrop .modal-popup .modal-close {
    top: 10px;
    right: 20px;
  }
}
.modal-backdrop .modal-popup .modal-close:hover {
  opacity: 0.7;
}
.modal-backdrop .modal-popup > p {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .modal-backdrop .modal-popup > p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modal-backdrop .modal-popup > p {
    margin-bottom: 20px;
  }
}
.modal-backdrop .modal-popup h2 {
  margin: 10px 0 50px;
}
@media screen and (max-width: 1024px) {
  .modal-backdrop .modal-popup h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modal-backdrop .modal-popup h2 {
    margin: 5px 0 20px;
  }
}
.modal-backdrop .modal-popup h2::after {
  width: 100%;
}
.modal-backdrop .modal-popup > span {
  font-size: 14px;
  text-transform: uppercase;
  color: #0076FF;
}
@media screen and (max-width: 768px) {
  .modal-backdrop .modal-popup > span {
    font-size: 12px;
  }
}
.modal-backdrop .modal-popup .button {
  margin: 0 auto;
}
.modal-backdrop .modal-popup .wpcf7 .wpcf7-form-control-wrap {
  margin: 0;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.lightbox img {
  max-width: 90%;
  max-height: 90%;
}
.lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #FFFFFF;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.lightbox .close:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .lightbox .close {
    top: 10px;
    right: 20px;
    font-size: 30px;
  }
}
.lightbox.active {
  display: flex;
}

.divider-container {
  background-image: url("../../images/divider.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 700px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .divider-container {
    height: 400px;
  }
}
.divider-container .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 5%;
}
.divider-container .divider span:not(.button span) {
  font-weight: 300;
  font-size: 14px;
  color: #0076FF;
  margin: 0 0 10px;
  display: block;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .divider-container .divider span:not(.button span) {
    font-size: 12px;
    margin: 0 0 5px;
  }
}
.divider-container .divider h2 {
  max-width: 800px;
  text-align: center;
}
.divider-container .divider h2::after {
  width: 100%;
}
.divider-container .divider p {
  margin: 50px 0;
  font-size: 18px;
  font-weight: 300;
  max-width: 1000px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .divider-container .divider p {
    margin: 30px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .divider-container .divider p {
    font-size: 14px;
  }
}

.wpcf7 .flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .wpcf7 .flex {
    flex-direction: column;
    gap: 0;
  }
}
.wpcf7 .flex p {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .wpcf7 .flex p {
    width: 100%;
  }
}
.wpcf7 p {
  margin: 0;
  line-height: 100%;
}
.wpcf7 .buttons {
  justify-content: flex-end;
}
.wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  .wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 20px;
  }
}
.wpcf7 form .wpcf7-response-output {
  border: 1px solid #ff3737 !important;
  border-radius: 15px;
  background-color: rgba(255, 55, 55, 0.1098039216);
  color: #ff3737;
  padding: 10px;
  margin: 0;
  font-size: 14px;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #0de535 !important;
  background-color: rgba(13, 229, 53, 0.1098039216);
  color: #0de535;
}
.wpcf7 label {
  font-size: 14px;
  font-weight: 300;
}
.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 input[type=email],
.wpcf7 select,
.wpcf7 textarea {
  width: calc(100% - 30px);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #0076FF;
  background-color: #080808;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
.wpcf7 input[type=checkbox] {
  accent-color: #0076FF;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .wpcf7 input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
}
.wpcf7 textarea {
  resize: none;
}
.wpcf7 select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23b8b8b8' height='10' viewBox='0 0 10 6' width='10' xmlns='http://www.w3.org/2000/svg'><path d='M0 0l5 6 5-6z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px;
  cursor: pointer;
}
.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
  outline: none;
  box-shadow: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #ff3737;
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin-top: 5px;
}
.wpcf7 .wpcf7-list-item {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .wpcf7 .wpcf7-list-item {
    margin: 0;
  }
}
.wpcf7 .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .wpcf7 .wpcf7-list-item label {
    align-items: flex-start;
  }
}
.wpcf7 .wpcf7-list-item label span {
  font-size: 16px;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

.calculator {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .calculator {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .calculator {
    gap: 10px;
  }
}
.calculator h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .calculator h4 {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
.calculator .calc-left {
  border: 1px solid #0076FF;
  border-radius: 12px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .calculator .calc-left {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .calculator .calc-left {
    padding: 20px 10px;
  }
}
.calculator .calc-left .calc-block {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .calculator .calc-left .calc-block {
    margin-bottom: 30px;
  }
}
.calculator .calc-left .calc-block .range-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
}
.calculator .calc-left .calc-block .range-wrapper input[type=range] {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 6px;
  border-radius: 10px;
  background: linear-gradient(to right, #0076FF 0%, #0076FF 10%, #333 10%, #333 100%);
  outline: none;
}
.calculator .calc-left .calc-block .range-wrapper input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  background: #0076FF;
  box-shadow: 0 0 12px rgba(0, 118, 255, 0.7);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.calculator .calc-left .calc-block .range-wrapper input[type=range]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #0076FF;
  border-radius: 50%;
  cursor: pointer;
}
.calculator .calc-left .calc-block .range-wrapper .range-value {
  position: absolute;
  top: 30px;
  left: 0;
  transform: translateX(-50%);
  background: #0076FF;
  color: #FFFFFF;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 6px;
  white-space: nowrap;
  transition: left 0.1s ease;
  pointer-events: none;
}
.calculator .calc-left .calc-block .range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.calculator .calc-left .calc-roles {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .calculator .calc-left .calc-roles {
    margin-bottom: 40px;
  }
}
.calculator .calc-left .calc-roles .calc-roles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .calculator .calc-left .calc-roles .calc-roles-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .calculator .calc-left .calc-roles .calc-roles-grid {
    gap: 10px;
  }
}
.calculator .calc-left .calc-roles .calc-roles-grid .role {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
.calculator .calc-left .calc-roles .calc-roles-grid .role.active, .calculator .calc-left .calc-roles .calc-roles-grid .role.open {
  border-color: #0076FF;
}
.calculator .calc-left .calc-roles .calc-roles-grid .role.open .role-body {
  max-height: 300px;
  padding-bottom: 15px;
}
.calculator .calc-left .calc-roles .calc-roles-grid .role .role-header {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.calculator .calc-left .calc-roles .calc-roles-grid .role .role-body {
  max-height: 0;
  padding: 0 15px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.calculator .calc-left .calc-roles .calc-roles-grid .role .role-body .level {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calculator .calc-left .calc-roles .calc-roles-grid .role .role-body .level span {
  font-size: 14px;
}
.calculator .calc-left .calc-roles .calc-roles-grid .role .role-body .level .counter {
  display: flex;
  align-items: center;
  gap: 10px;
}
.calculator .calc-left .calc-roles .calc-roles-grid .role .role-body .level .counter button {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: #0076FF;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 18px;
}
.calculator .calc-left .calc-roles .calc-roles-grid .role .role-body .level .counter input {
  width: 40px;
  text-align: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  height: 30px;
  color: #FFFFFF;
}
.calculator .calc-left .calc-roles .calc-roles-grid .role .role-body .level .counter input:focus {
  outline: none;
}
.calculator .calc-left .calc-roles .calc-roles-grid .role .role-body .level .counter input::-webkit-outer-spin-button,
.calculator .calc-left .calc-roles .calc-roles-grid .role .role-body .level .counter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculator .calc-left .calc-roles .calc-roles-grid .role .role-body .level .counter input[type=number] {
  -moz-appearance: textfield;
}
.calculator .calc-left .calc-summary .summary {
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
}
.calculator .calc-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .calculator .calc-right {
    gap: 10px;
  }
}
.calculator .calc-right h2 {
  margin-bottom: 10px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .calculator .calc-right h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .calculator .calc-right h2 {
    font-size: 18px;
  }
}
.calculator .calc-right p {
  font-size: 14px;
}
.calculator .calc-right .price {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.calculator .calc-right .price.market {
  border: 1px solid #0076FF;
  border-radius: 12px;
  padding: 30px;
  height: 50%;
}
@media screen and (max-width: 768px) {
  .calculator .calc-right .price.market {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .calculator .calc-right .price.market {
    padding: 20px 10px 10px;
  }
}
.calculator .calc-right .price.yours {
  background-color: #0076FF;
  border-radius: 12px;
  padding: 30px;
  height: 50%;
}
.calculator .calc-right .price.yours h2::after {
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .calculator .calc-right .price.yours {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .calculator .calc-right .price.yours {
    padding: 20px 10px 10px;
  }
}
.calculator .calc-right .price .total-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.calculator .calc-right .price .total-price p {
  font-size: 56px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .calculator .calc-right .price .total-price p {
    font-size: 42px;
  }
}
@media screen and (max-width: 480px) {
  .calculator .calc-right .price .total-price p {
    font-size: 36px;
  }
}
.calculator .calc-right .price .total-price span {
  font-size: 16px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .calculator .calc-right .price .total-price span {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .calculator .calc-right .price .total-price span {
    font-size: 12px;
  }
}
.calculator .calc-right .price-info {
  margin: 0;
  opacity: 0.5;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .calculator .calc-right .price-info {
    font-size: 12px;
  }
}

html, body, .page {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
  background-color: #080808;
  color: #FFFFFF;
}

a {
  color: #FFFFFF;
  text-decoration: none;
}

a:visited {
  color: #FFFFFF;
}

p {
  line-height: 150%;
}

.top-box-bg {
  background: radial-gradient(circle at center top, rgb(10, 30, 211) 5%, rgb(0, 18, 108) 23%, rgb(0, 0, 0) 60%);
}

.top-box-photo {
  position: relative;
  overflow: hidden;
}
.top-box-photo .photo-layer {
  position: absolute;
  width: 100%;
  max-height: calc(100% - 5px);
  overflow: hidden;
}
.top-box-photo .photo-layer img {
  width: 100%;
  height: auto;
  display: block;
}
.top-box-photo .photo-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.9) 90%, #080808 100%);
}
.top-box-photo > * {
  position: relative;
  z-index: 2;
}

h2 {
  font-size: 32px;
  font-weight: 400;
  position: relative;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 20px;
  }
}
h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 30%;
  height: 2px;
  background-color: #0076FF;
}

.section {
  padding: 100px 5%;
}
@media screen and (max-width: 1024px) {
  .section {
    padding: 80px 5%;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 50px 3%;
  }
}
.section.light {
  background-color: #090d18;
}
.section .header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1800px;
  margin: 0 auto 80px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section .header {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 480px) {
  .section .header {
    margin: 0 auto 30px;
  }
}
.section .header.column {
  flex-direction: column;
  justify-content: center;
  align-items: normal;
}
.section .header.column .flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.section .header.column .description {
  font-size: 16px;
  opacity: 1;
  max-width: 1200px;
  text-align: left;
  margin-top: 20px;
}
.section .header.center {
  align-items: center;
  margin: 0 auto;
}
.section .header.center .description {
  text-align: center;
}
.section .header.center h2::after {
  width: 100%;
}
.section .header span:not(.button span) {
  font-weight: 300;
  font-size: 14px;
  color: #0076FF;
  margin: 0 0 10px;
  display: block;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .section .header span:not(.button span) {
    font-size: 12px;
    margin: 0 0 5px;
  }
}
.section .header p {
  max-width: 300px;
  font-size: 14px;
  font-weight: 300;
  opacity: 0.5;
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .section .header p {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .section .header p {
    max-width: 200px;
  }
}

.container {
  max-width: 1800px;
  margin: 0 auto;
}

.side-banner {
  height: 700px;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 5%;
  max-width: 1800px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .side-banner {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .side-banner {
    padding: 0 3%;
  }
}
.side-banner.single-page {
  height: 700px;
  align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .side-banner.single-page {
    height: 500px;
  }
}
.side-banner.single-page h1 {
  margin: 0 0 30px;
}
.side-banner.single-page h1::after {
  display: none;
}
@media screen and (max-width: 480px) {
  .side-banner.single-page h1 {
    margin: 0 0 20px;
  }
}
.side-banner.single-page h1 i {
  display: block;
  color: #0076FF;
  font-style: normal;
}
.side-banner.single-page p {
  margin: 0 0 30px;
  max-width: 800px;
}
@media screen and (max-width: 480px) {
  .side-banner.single-page p {
    margin: 0 0 20px;
  }
}
.side-banner.single-page span {
  font-weight: 100;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .side-banner.single-page span {
    margin-bottom: 5px;
  }
}
.side-banner span {
  font-weight: 300;
  font-size: 14px;
  color: #0076FF;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .side-banner span {
    font-size: 12px;
  }
}
.side-banner h1 {
  font-size: 48px;
  font-weight: 400;
  margin: 10px 0 50px 0;
  max-width: 800px;
  position: relative;
}
.side-banner h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background-color: #0076FF;
}
@media screen and (max-width: 1024px) {
  .side-banner h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .side-banner h1 {
    font-size: 24px;
    margin: 5px 0 30px 0;
  }
}
.side-banner p {
  max-width: 1000px;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.repeat-container {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 1024px) {
  .repeat-container {
    gap: 50px;
  }
}
@media screen and (max-width: 480px) {
  .repeat-container {
    gap: 30px;
  }
}
.repeat-container .repeat-box {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 1024px) {
  .repeat-container .repeat-box {
    flex-direction: column-reverse;
    gap: 50px;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .repeat-container .repeat-box {
    gap: 30px;
  }
}
.repeat-container .repeat-box:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .repeat-container .repeat-box:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.repeat-container .repeat-box img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .repeat-container .repeat-box img {
    margin: 0 auto;
  }
}
.repeat-container .repeat-box div {
  max-width: 600px;
}
.repeat-container .repeat-box span {
  font-weight: 300;
  font-size: 14px;
  color: #0076FF;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .repeat-container .repeat-box span {
    font-size: 12px;
  }
}
.repeat-container .repeat-box h2 {
  margin: 10px 0 50px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 480px) {
  .repeat-container .repeat-box h2 {
    margin: 5px 0 30px;
  }
}
.repeat-container .repeat-box p {
  font-size: 16px;
  font-weight: 300;
}
.repeat-container .repeat-box a {
  color: #0076FF;
  transition: opacity 0.3s ease;
}
.repeat-container .repeat-box a:hover {
  opacity: 0.7;
}

.header-wrapper {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: hsla(0, 0%, 40%, 0.188);
  left: 0;
  padding: 20px 5%;
  position: fixed;
  top: 0;
  width: 90%;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .header-wrapper {
    padding: 15px 3%;
    width: 94%;
  }
}
.header-wrapper.active {
  background: transparent;
}
.header-wrapper .site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1800px;
  margin: 0 auto;
}
.header-wrapper .site-header .logo-link {
  display: flex;
  align-items: center;
}
.header-wrapper .site-header .logo-link .logo {
  height: 20px;
}
@media screen and (max-width: 1280px) {
  .header-wrapper .site-header .logo-link .logo {
    height: 15px;
  }
}
@media screen and (max-width: 480px) {
  .header-wrapper .site-header .logo-link .logo {
    height: 12px;
  }
}
.header-wrapper .site-header div {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1280px) {
  .header-wrapper .site-header div {
    gap: 30px;
  }
}
.header-wrapper .site-header div ul {
  display: flex;
  gap: 50px;
  padding: 0;
}
@media screen and (max-width: 1280px) {
  .header-wrapper .site-header div ul {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header-wrapper .site-header div ul {
    display: none;
  }
}
.header-wrapper .site-header div ul li {
  transition: color 0.3s ease;
  list-style: none;
}
.header-wrapper .site-header div ul li a {
  position: relative;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}
.header-wrapper .site-header div ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: #0076FF;
  transition: width 0.3s ease;
}
.header-wrapper .site-header div ul li:hover > a::after, .header-wrapper .site-header div ul li.active > a::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-wrapper .site-header div .button {
    display: none;
  }
}
.header-wrapper .site-header .burger {
  width: 32px;
  height: 24px;
  cursor: pointer;
  right: 2rem;
  top: 2rem;
  z-index: 20;
  align-items: center;
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-wrapper .site-header .burger {
    display: flex;
  }
}
.header-wrapper .site-header .burger.active span {
  background-color: transparent;
}
.header-wrapper .site-header .burger.active span::before {
  transform: rotateZ(45deg) translateY(0);
}
.header-wrapper .site-header .burger.active span::after {
  transform: rotateZ(-45deg) translateY(0);
}
.header-wrapper .site-header .burger span {
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 12px;
  display: block;
  transition: background-color 0.2s ease-in-out;
  text-align: -webkit-right;
}
.header-wrapper .site-header .burger span::before {
  content: "";
  width: 70%;
  background-color: #FFFFFF;
  display: block;
  transition: all 0.2s ease-in-out;
  border-radius: 12px;
  height: 2px;
  transform: translateY(-8px);
}
.header-wrapper .site-header .burger span::after {
  content: "";
  width: 70%;
  background-color: #FFFFFF;
  display: block;
  transition: all 0.2s ease-in-out;
  border-radius: 12px;
  height: 2px;
  transform: translateY(8px);
  margin-top: -2px;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 90%;
  padding: 77px 5% 20px;
  height: calc(100vh - 97px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: hsla(0, 0%, 0%, 0.5);
  z-index: 998;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .mobile-nav {
    width: 94%;
    height: calc(100vh - 74px);
    padding: 54px 3% 20px;
  }
}
.mobile-nav.active {
  display: flex;
}
.mobile-nav .logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  max-height: 90vh;
  opacity: 0.5;
}
.mobile-nav .contact-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}
.mobile-nav .contact-info .button {
  margin-bottom: 20px;
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-nav .contact-info .button {
    display: block;
  }
}
.mobile-nav ul {
  padding: 0;
}
.mobile-nav ul li {
  list-style: none;
}
.mobile-nav ul li a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  padding: 10px 0;
}

.site-footer {
  background-color: #000a44;
  padding: 50px 5% 0;
}
@media screen and (max-width: 768px) {
  .site-footer {
    padding: 40px 3% 0;
  }
}
@media screen and (max-width: 480px) {
  .site-footer {
    padding: 30px 3% 0;
  }
}
.site-footer .content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .site-footer .content {
    flex-direction: column;
  }
}
.site-footer .content div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.site-footer .content div:last-child {
  justify-content: flex-end;
}
.site-footer .content .button {
  margin-bottom: 20px;
}
.site-footer .content ul {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0;
}
@media screen and (max-width: 1280px) {
  .site-footer .content ul {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .content ul {
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .content ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px 20px;
  }
}
.site-footer .content ul li {
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .site-footer .content ul li {
    margin: 0 0 7px;
  }
}
.site-footer .content h6 {
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 20px;
  opacity: 0.5;
  text-transform: uppercase;
}
.site-footer .content p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .site-footer .content p {
    font-size: 12px;
  }
}
.site-footer .content a {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 7px;
  transition: opacity 0.3s ease;
}
.site-footer .content a:hover {
  opacity: 0.7;
}
.site-footer .logo {
  width: 100%;
  display: block;
  max-width: 1800px;
  margin: 50px auto 0;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .site-footer .logo {
    margin: 30px auto 0;
  }
}
