@charset "UTF-8";
.light-blue {
  color: #0048ff;
}

.dark-blue {
  color: #0d2050;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin: 20px 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #1eff00 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #ff0000 !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  letter-spacing: -0.02em;
}
body p:last-child {
  margin: 0;
}
body .subhead {
  font-size: 28px;
  line-height: 1.4em;
  letter-spacing: -0.02em;
}
body .subtitle {
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}
body .h1 {
  font-size: 80px;
  line-height: 1.2em;
}
body .h2 {
  font-size: 60px;
  line-height: 1em;
}
body .h3 {
  font-size: 50px;
  line-height: 1em;
}
body .h4 {
  font-size: 40px;
  line-height: 1em;
}
body .font-120 {
  font-family: "Inter Tight";
  font-weight: 500;
  font-size: 120px;
  line-height: 100%;
  letter-spacing: -0.02em;
}

@media (max-width: 1024px) {
  html body {
    font-size: 14px;
  }
  body {
    font-size: 14px;
  }
  body h1,
  body .h1 {
    font-size: 50px;
    line-height: 1.2em;
  }
  body h2,
  body .h2 {
    font-size: 40px;
    line-height: 1.1em;
  }
  body h3,
  body .h3 {
    font-size: 36px;
    line-height: 1em;
  }
  body h4,
  body .h4 {
    font-size: 32px;
    line-height: 1em;
  }
  body h5 {
    font-size: 20px;
  }
  body h6 {
    font-size: 16px;
  }
  body p {
    font-size: 14px;
    line-height: 1.4em;
  }
  body .subhead {
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0;
  }
  body .subtitle {
    font-size: 16px;
    line-height: 1.2em;
    letter-spacing: 0;
  }
  body .font-120 {
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -0.05em;
  }
}
.arrow-right {
  position: relative;
  background: rgba(255, 255, 255, 0.5019607843) !important;
  border: none !important;
}
.arrow-right::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* độ dày viền */
  background: linear-gradient(106.15deg, rgba(0, 72, 255, 0.5) 0%, rgba(255, 255, 255, 0) 97.19%), linear-gradient(106.66deg, rgba(255, 255, 255, 0) 3.02%, rgba(0, 72, 255, 0.5) 100.75%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  border-radius: 30px;
}
.arrow-right::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 13px;
  background-image: url("../img/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.arrow-right.arrow-right--blue::after {
  background-image: url("../img/arrow-right-blue.svg");
}

.arrow-left {
  position: relative;
}
.arrow-left::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 7px;
  height: 13px;
  background-image: url("../img/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.arrow-left.arrow-left--blue::after {
  background-image: url("../img/arrow-right-blue.svg");
}
.arrow-left.arrow-left--dark::after {
  background-image: url("../img/arrow-left-dark.svg");
  transform: translateY(-50%);
}

.tagline {
  font-family: "Inter Tight";
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.02em;
  background: rgba(255, 255, 255, 0.3019607843);
  border: solid 1px rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .tagline {
    font-size: 12px;
    line-height: 120%;
  }
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

@media (max-width: 768px) {
  .mobile--blue {
    color: #0048ff !important;
  }
  .mobile--blue::after {
    background-image: url("../img/arrow-right-blue.svg");
  }
}
.webshop {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.webshop::before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background-image: url("../img/webshop.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

body {
  margin-top: 0 !important;
  overflow-x: hidden !important;
}

.oxy-header .oxy-nav-menu {
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.6980392157);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
}
.oxy-header .oxy-nav-menu .menu-item a {
  border-radius: 60px;
}

.oxy-nav-menu .oxy-nav-menu-list li.menu-item a {
  transition: all 0.4s ease-in-out !important;
}

.wrapper-translate ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrapper-translate ul li:not(:last-child) {
  border-right: #0048ff solid 1px;
}
.wrapper-translate ul li a {
  list-style: none;
  font-size: 18px;
  display: block;
  padding: 0 4px;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .oxy-header .oxy-header-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .oxy-header .oxy-header-center {
    justify-content: right;
  }
  .oxy-header .oxy-nav-menu.oxy-nav-menu-open {
    border-radius: 8px !important;
    justify-content: flex-start;
    top: 125px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(35px);
            backdrop-filter: blur(35px);
    border: 2px solid #fff;
    left: 16px;
    right: 16px;
    bottom: inherit;
    width: calc(100% - 32px);
    overflow: visible;
  }
  .oxy-header .oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-hamburger-wrap {
    position: absolute;
    top: -99px;
    right: 0;
    background: #fff;
    border: 2px solid #ffffff;
    background: rgba(255, 255, 255, 0.6980392157);
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    padding: 20px 40px;
    border-radius: 100px;
    width: auto !important;
    height: auto !important;
  }
  .oxy-header .oxy-nav-menu.oxy-nav-menu-open a {
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 16px;
    border-radius: 40px;
    transition: all 0.4s ease-in-out !important;
    width: -moz-max-content !important;
    width: max-content !important;
    margin: auto !important;
  }
  .oxy-header .oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list .current-menu-item a {
    color: #ffffff !important;
    background-color: #0048ff !important;
  }
  .popup-mobile .oxy-pro-menu-list {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .popup-mobile .oxy-pro-menu-list li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.4);
  }
  .popup-mobile .oxy-pro-menu-list li a {
    outline: none !important;
    box-shadow: none !important;
  }
  .popup-mobile .oxy-pro-menu-list li a:hover, .popup-mobile .oxy-pro-menu-list li a:focus {
    color: #333333 !important;
  }
}
@media (max-width: 768px) {
  .webshop::before {
    display: none;
  }
}
.subscribe-form p {
  display: flex;
  gap: 16px;
  margin: 0;
}
@media (max-width: 768px) {
  .subscribe-form p {
    flex-wrap: wrap;
  }
}
.subscribe-form p .wpcf7-form-control-wrap input {
  padding: 12px;
  border-radius: 25px;
  height: 43px;
  border: solid 1px #0d2050;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #0d2050;
  background: none;
}
@media (max-width: 768px) {
  .subscribe-form p .wpcf7-form-control-wrap input {
    width: 100%;
  }
}
.subscribe-form p .wpcf7-form-control-wrap input:focus {
  outline: none;
  box-shadow: none;
}
.subscribe-form p .wpcf7-submit {
  padding: 12px 24px;
  border-radius: 25px;
  height: 43px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #0d2050;
  border: solid 1px #0d2050;
  background: none;
  cursor: pointer;
}

.newsletter-form .form-indline {
  display: flex;
  gap: 16px;
  margin: 0;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .newsletter-form .form-indline {
    flex-wrap: wrap;
  }
}
.newsletter-form .form-indline .tnp-email {
  padding: 12px;
  border-radius: 25px;
  height: 43px;
  border: solid 1px #0d2050;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #0d2050;
  background: none;
  width: 100%;
}
@media (max-width: 768px) {
  .newsletter-form .form-indline .tnp-email {
    width: 100%;
  }
}
.newsletter-form .form-indline .tnp-email:focus {
  outline: none;
  box-shadow: none;
}
.newsletter-form .form-indline .tnp-submit {
  padding: 12px 24px;
  border-radius: 25px;
  height: 43px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #0d2050;
  border: solid 1px #0d2050;
  background: none;
  cursor: pointer;
}

.blur {
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
}

.we-work-with {
  display: block !important;
}
.we-work-with .oxy-gallery-item-contents {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.we-work-with .oxy-gallery-item-sizer {
  height: 60px;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .we-work-with .oxy-gallery-item-sizer {
    height: 40px;
  }
}

.two-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0 !important;
  line-height: 1.3em !important;
}

.one-line {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0 !important;
  line-height: 1.3em !important;
}

@media (min-width: 1025px) {
  .testimonial-slide {
    padding-top: 88px !important;
    position: relative;
  }
  .testimonial-slide .swiper-button-next,
  .testimonial-slide .swiper-button-prev {
    display: block !important;
    width: 83px !important;
    height: 47px !important;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 47px;
    border: solid 1px rgba(255, 255, 255, 0.6);
    background-image: url("../img/slide-left.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    position: absolute;
    top: 23px;
    left: 0;
  }
  .testimonial-slide .swiper-button-next::after,
  .testimonial-slide .swiper-button-prev::after {
    display: none !important;
  }
  .testimonial-slide .swiper-button-next {
    transform: rotate(180deg);
    left: 103px;
  }
}
.testimonial-slide__item {
  display: block !important;
  margin: auto !important;
  min-height: 350px;
}
.testimonial-slide__item > * {
  opacity: 0.4;
  transition: opacity 0.3s ease-in-out;
}
.testimonial-slide__item__desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimonial-slide .swiper-wrapper {
  height: auto !important;
}
@media (min-width: 1025px) {
  .testimonial-slide .swiper-wrapper.is-slided {
    padding-left: 344px;
  }
}
.testimonial-slide .swiper-slide {
  display: flex !important;
  justify-content: start;
  align-items: flex-start;
  height: 100% !important;
  text-align: left !important;
  padding: 20px 0 !important;
  padding-left: 80px !important;
}
@media (min-width: 1025px) {
  .testimonial-slide .swiper-slide {
    width: 180px !important;
  }
}
.testimonial-slide .swiper-slide > * {
  margin-left: 0;
}
.testimonial-slide .swiper-slide .testimonial-slide__item__desc {
  margin-top: 60px;
}
.testimonial-slide .swiper-slide-active {
  justify-content: center;
  background: rgba(255, 255, 255, 0.3);
  border: solid 2px rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  padding: 20px 40px !important;
}
@media (min-width: 1025px) {
  .testimonial-slide .swiper-slide-active {
    width: 520px !important;
  }
}
.testimonial-slide .swiper-slide-active .testimonial-slide__item__desc {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .testimonial-slide .swiper-slide-active.testimonial-slide__item > * {
    margin-left: 0;
  }
}
.testimonial-slide .swiper-slide-active.testimonial-slide__item * {
  opacity: 1;
}
@media (min-width: 1025px) {
  .testimonial-slide .swiper-slide-active .testimonial-slide__item__desc {
    font-size: 16px;
    display: block;
  }
  .testimonial-slide .swiper-slide-active .testimonial-slide__item__image {
    max-width: 56px;
  }
  .testimonial-slide .swiper-slide-active .testimonial-slide__item__title {
    font-size: 24px;
  }
  .testimonial-slide .swiper-slide-active .testimonial-slide__item__position {
    font-size: 16px;
  }
}

.oxy-repeater-pages-wrap {
  align-items: center;
  justify-content: center;
}
.oxy-repeater-pages-wrap .next,
.oxy-repeater-pages-wrap .prev {
  display: none !important;
}
.oxy-repeater-pages-wrap .oxy-repeater-pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

@media (min-width: 769px) and (min-width: 769px) {
  .service__item:nth-child(2n+1) .service__item__inner {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .service__item:nth-child(2n+1) .service__item__inner > div:first-child {
    align-items: end !important;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .home .service__item:nth-child(2n+1) .service__item__inner > div:first-child {
    align-items: start !important;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .home .service__item:nth-child(2n+1) .service__item__inner {
    flex-direction: row !important;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .home .service__item:nth-child(2n) .service__item__inner {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .home .service__item:nth-child(2n) .service__item__inner > div:first-child {
    align-items: end !important;
  }
}
.service-list-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 768px) {
  .service-list-buttons {
    display: none;
  }
}
.service-list-buttons .service-button {
  padding: 20px 28px;
  background: rgba(255, 255, 255, 0.3);
  border: solid 1px rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  color: #0048ff;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}
.service-list-buttons .service-button:hover, .service-list-buttons .service-button.active {
  background: #0048ff;
  color: #ffffff;
}

.service-list-select {
  display: none;
  margin-bottom: 25px;
  position: relative;
  font-size: 14px;
}
@media (max-width: 768px) {
  .service-list-select {
    display: block;
  }
}
.service-list-select .service-dropdown-header {
  width: 100%;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.3);
  border: solid 1px rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  color: #0048ff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
}
.service-list-select .dropdown-arrow {
  transition: transform 0.3s ease;
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
  color: #fff;
  opacity: 0.8;
}
.service-list-select .service-dropdown-header.active .dropdown-arrow {
  transform: rotate(180deg);
}
.service-list-select .service-dropdown-menu {
  display: none;
  position: relative;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
  border-top: none;
  border-radius: 8px;
  z-index: 100;
  overflow: hidden;
  max-height: -moz-max-content;
  max-height: max-content;
  transition: max-height 0.3s ease;
  padding: 8px 16px;
  margin-top: 8px;
}
.service-list-select .service-dropdown-menu.active {
  display: block;
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
}
.service-list-select .service-dropdown-item {
  padding: 8px 0;
  color: #0048ff;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.service-list-select .service-dropdown-item:hover {
  color: #ffffff;
}
.service-list-select .service-dropdown-item.active {
  color: #ffffff;
}
.service-list-select .current-selection {
  font-weight: 500;
  transition: color 0.2s ease;
}

.timeline {
  position: relative;
  padding-left: 182px !important;
  padding-right: 182px !important;
}
.timeline__item {
  width: 100%;
}
.timeline__item img {
  width: 180px;
  border-radius: 12px;
}
.timeline .slick-slide .timeline__item {
  display: flex !important;
  gap: 16px !important;
}
.timeline .slick-slide .timeline__item .subtitle {
  font-weight: 700;
}
@media (min-width: 769px) {
  .timeline .slick-slide:nth-child(2n+1) .timeline__item {
    flex-direction: column-reverse !important;
  }
  .timeline .slick-slide:nth-child(2n+1) .timeline__item .timeline__item__top__inner {
    top: 0;
    bottom: inherit;
  }
  .timeline .slick-slide:nth-child(2n) .timeline__item .timeline__item__top {
    justify-content: end;
  }
}
.timeline .slide-item {
  width: 360px !important;
  padding: 0 8px !important;
  margin: 0 !important;
  display: block !important;
}
@media (max-width: 768px) {
  .timeline .slide-item {
    width: 256px !important;
  }
}
.timeline .slick-prev:before,
.timeline .slick-next:before {
  display: block !important;
  width: 83px !important;
  height: 47px !important;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 47px;
  border: solid 1px rgba(255, 255, 255, 0.6);
  background-image: url("../img/slide-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  content: "";
}
.timeline .slick-prev:before::after,
.timeline .slick-next:before::after {
  display: none !important;
}
.timeline .slick-next {
  position: absolute;
  top: calc(50% + 45px);
  right: 65px;
}
.timeline .slick-next:before {
  transform: rotate(180deg);
  left: 103px;
}
.timeline .slick-prev {
  position: absolute;
  top: calc(50% + 45px);
  left: 0;
}

.our-team__item {
  width: -webkit-fill-available;
}

@media (min-width: 769px) {
  .our-team__item__inner {
    position: relative;
  }
  .our-team__item__content {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    overflow: hidden;
  }
  .our-team__item__desc {
    height: 0;
    opacity: 0;
    transition: height 0.5s ease, opacity 0.5s ease;
  }
  .our-team__item:hover .our-team__item__desc {
    height: var(--height);
    opacity: 1;
  }
}
#section-15-7 > canvas,
#section-18-7 > canvas {
  z-index: -1 !important;
}

.pricing-item .ct-code-block span {
  font-size: 0.5em;
}
.pricing-item .oxy-rich-text ul {
  margin: 0;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  list-style: none;
  margin-bottom: 16px;
}
.pricing-item .oxy-rich-text ul li {
  list-style: none;
  position: relative;
}
.pricing-item .oxy-rich-text ul li::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("../img/check.svg") no-repeat center center;
  background-size: contain;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 769px) {
  .contact-form__name p {
    display: flex;
    gap: 20px;
  }
  .contact-form__name p .wpcf7-form-control-wrap {
    width: 50%;
  }
}
.contact-form > p {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contact-form > p br {
  display: none;
}
.contact-form input[type=url],
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
  padding: 20px;
  border-radius: 12px;
  height: 60px;
  border: solid 1px rgba(51, 51, 51, 0.4);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #333333;
  background: none;
  width: 100%;
  max-width: none;
}
.contact-form input[type=url]::-moz-placeholder, .contact-form input[type=text]::-moz-placeholder, .contact-form input[type=email]::-moz-placeholder, .contact-form input[type=tel]::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.contact-form input[type=url]::placeholder,
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form input[type=tel]::placeholder,
.contact-form textarea::placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.contact-form input[type=url]:focus,
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form textarea:focus {
  outline: none;
  box-shadow: none;
}
.contact-form textarea {
  height: 200px;
}
.contact-form .wpcf7-checkbox {
  font-size: 14px;
}
.contact-form .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0d2050;
}
.contact-form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.contact-form .wpcf7-select {
  padding: 15px 20px;
  border-radius: 12px;
  height: 60px;
  border: solid 1px rgba(51, 51, 51, 0.4);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: rgba(51, 51, 51, 0.4);
  background: none;
  width: 100%;
  max-width: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px 12px;
}
.contact-form .wpcf7-select:focus {
  outline: none;
  box-shadow: none;
}
.contact-form .wpcf7-submit {
  padding: 20px 40px;
  border-radius: 35px;
  height: 62px;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #ffffff;
  background: #0048ff;
  border: solid 1px #0048ff;
  cursor: pointer;
  width: auto;
  margin: auto;
}
.contact-form .wpcf7-spinner {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.event-categories .event-category {
  padding: 10px 20px 10px 32px;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #0048ff;
  border: solid 1px #0048ff;
  border-radius: 8px;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
}
.event-categories .event-category:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff0000;
}
.event-categories .event-category.active:after {
  background: #1eff00;
}

@media (max-width: 1024px) {
  .testimonial-slide .swiper-slide {
    background: rgba(255, 255, 255, 0.3);
    border: solid 2px rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    box-sizing: border-box;
    padding: 20px !important;
  }
  .testimonial-slide .swiper-slide.swiper-slide-active .testimonial-slide__item__desc {
    display: block;
  }
  .testimonial-slide .swiper-slide * {
    opacity: 1;
  }
  .testimonial-slide .swiper-button-next,
  .testimonial-slide .swiper-button-prev {
    display: none !important;
  }
  .testimonial-slide .swiper-wrapper {
    gap: 20px;
  }
  .testimonial-slide .testimonial-slide__item__desc {
    font-size: 14px;
    color: #0048ff;
  }
  .testimonial-slide .testimonial-slide__item__image {
    max-width: 50px;
    margin: auto;
    margin-left: 0;
  }
  .testimonial-slide .testimonial-slide__item__title {
    font-size: 16px;
    color: #0048ff;
  }
  .testimonial-slide .testimonial-slide__item__position {
    font-size: 14px;
    color: #0048ff;
  }
  .timeline {
    padding: 0 !important;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .timeline .slick-prev:before,
  .timeline .slick-next:before {
    display: none !important;
  }
  .contact-form__name p {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .contact-form > p {
    gap: 20px;
  }
  .contact-form * {
    font-size: 16px !important;
  }
  .event-categories .event-category {
    padding: 8px 16px;
    padding-left: 32px;
  }
  .event-categories .event-category::after {
    left: 16px;
    width: 8px;
    height: 8px;
  }
  .our-team__row {
    display: flex !important;
    gap: 16px !important;
    flex-direction: column !important;
  }
  .our-team .slick-slide {
    max-width: calc(100% - 32px) !important;
  }
  .contact-form .wpcf7-submit {
    padding: 12px 16px;
    height: auto;
  }
  .testimonial-slide .testimonial-slide__item__image {
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  .we-work-with .oxy-gallery-item-sizer {
    height: 35px;
  }
}
body .slick-dots {
  justify-content: center;
  position: relative;
  padding-top: 20px;
  gap: 15px;
  display: flex;
}
body .slick-dots li {
  margin: 0;
  display: block;
  width: auto;
}
body .slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
}
body .slick-dots li button:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: none;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
  border: #0d2050 1px solid;
}
body .slick-dots li.slick-active button:before {
  background: #0d2050;
  opacity: 1 !important;
}
body .slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  body .slick-dots {
    justify-content: center;
    position: relative;
    padding-top: 20px;
  }
  body li button:before {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .our-team .our-team__item {
    pointer-events: none !important;
  }
  .our-team .our-team__item__content .our-team__item__position {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .our-team .our-team__item__content .our-team__item__desc {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .our-team .our-team__item__content {
    min-height: 112px;
  }
  body .our-team__item__inner img {
    max-width: 100% !important;
  }
}

/*# sourceMappingURL=app.css.map*/