.container {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 1680px) {
  .container {
    max-width: 1250px;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 1150px;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 50px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 25px;
  }
}
@media screen and (max-width: 820px) {
  .container {
    padding: 0 20px;
  }
}

.panorama-image {
  margin-bottom: 30px;
}

.content-holder {
  max-width: 1680px;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", serif;
  background-color: #1b122c;
}

h1,
h2,
h3,
h4 {
  font-family: "Staatliches", serif;
}

p {
  line-height: 1.4;
}

.w-70 {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .w-70 {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .w-70 {
    width: 90%;
  }
}
@media screen and (max-width: 850px) {
  .w-70 {
    width: 100%;
  }
}

.w-80 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .w-80 {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .w-80 {
    width: 100%;
  }
}

.w-90 {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .w-90 {
    width: 100%;
  }
}

ol {
  padding: 0 0 0 20px;
}
ol ul,
ol ol {
  margin: 5px 0 10px;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  padding: 0 0 0 20px;
  position: relative;
  list-style-type: none;
  color: #04414a;
  font-size: 1.25em;
  margin: 0 0 10px;
}
@media screen and (max-width: 1680px) {
  ul li {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1440px) {
  ul li {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 1366px) {
  ul li {
    font-size: 1em;
  }
}
ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 1680px) {
  ul li::before {
    top: 7px;
    left: 3px;
  }
}
@media screen and (max-width: 1440px) {
  ul li::before {
    top: 6px;
  }
}
@media screen and (max-width: 1366px) {
  ul li::before {
    width: 7px;
    height: 7px;
  }
}

.h1 {
  font-size: 4.5em;
  font-weight: 400;
  margin: 0 0 25px;
}
@media screen and (max-width: 1680px) {
  .h1 {
    font-size: 4em;
  }
}
@media screen and (max-width: 1440px) {
  .h1 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 1024px) {
  .h1 {
    font-size: 2.8em;
  }
}

.h2,
.text-image-component .txt-row .text-block .text-inside h2,
.text-color-bg-component .text-inside h2 {
  text-align: center;
  margin: 0 0 50px;
  font-size: 50px;
  font-weight: 300;
}
@media screen and (max-width: 1680px) {
  .h2,
  .text-image-component .txt-row .text-block .text-inside h2,
  .text-color-bg-component .text-inside h2 {
    font-size: 45px;
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 1440px) {
  .h2,
  .text-image-component .txt-row .text-block .text-inside h2,
  .text-color-bg-component .text-inside h2 {
    font-size: 40px;
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .h2,
  .text-image-component .txt-row .text-block .text-inside h2,
  .text-color-bg-component .text-inside h2 {
    font-size: 35px;
    margin: 0 0 40px;
  }
}

.hidden-header {
  position: absolute;
  color: transparent;
  z-index: 0;
}

.top-banner {
  height: 90vh;
  position: relative;
  width: 100%;
}
.top-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-banner .container {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.top-banner h2 {
  font-size: 6.25em;
  color: #00d2ff;
  margin: 0 0 30px;
  font-family: "Staatliches", serif;
  font-weight: 100;
}
@media screen and (max-width: 1680px) {
  .top-banner h2 {
    font-size: 5.5em;
  }
}
@media screen and (max-width: 1440px) {
  .top-banner h2 {
    font-size: 5em;
  }
}
@media screen and (max-width: 1280px) {
  .top-banner h2 {
    font-size: 4.5em;
  }
}
@media screen and (max-width: 1024px) {
  .top-banner h2 {
    font-size: 4em;
  }
}
@media screen and (max-width: 820px) {
  .top-banner h2 {
    font-size: 3em;
  }
}
@media screen and (max-width: 480px) {
  .top-banner h2 {
    font-size: 2.5em;
  }
}
.top-banner p {
  font-size: 3em;
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
  font-family: "Rubik", sans-serif;
}
@media screen and (max-width: 1680px) {
  .top-banner p {
    font-size: 2.75em;
  }
}
@media screen and (max-width: 1440px) {
  .top-banner p {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1280px) {
  .top-banner p {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 1024px) {
  .top-banner p {
    font-size: 2em;
  }
}
@media screen and (max-width: 820px) {
  .top-banner p {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 480px) {
  .top-banner p {
    font-size: 1.5em;
  }
}

.home-page {
  z-index: 1;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
}

.h3,
.text-two-columns-component h3 {
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 300;
}
@media screen and (max-width: 1680px) {
  .h3,
  .text-two-columns-component h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1440px) {
  .h3,
  .text-two-columns-component h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .h3,
  .text-two-columns-component h3 {
    font-size: 25px;
  }
}

.h3 {
  font-size: 3.45em;
  color: #fff;
  font-weight: 500;
  margin: 0 0 25px;
}
@media screen and (max-width: 1680px) {
  .h3 {
    font-size: 3em;
  }
}
@media screen and (max-width: 1440px) {
  .h3 {
    font-size: 2.75em;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1366px) {
  .h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1024px) {
  .h3 {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 768px) {
  .h3 {
    font-size: 2em;
  }
}
@media screen and (max-width: 480px) {
  .h3 {
    font-size: 1.75em;
  }
}

.home-banner .video-bg-block {
  height: auto;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  aspect-ratio: 1680/750;
}
.home-banner .video-bg-block #myVideo {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .home-banner .video-bg-block {
    aspect-ratio: 1/1;
  }
}
.home-banner .text-block {
  color: #fff;
}
.home-banner .text-block h2 {
  font-size: 4em;
  margin: 0 0 35px;
  font-weight: 500;
}
@media screen and (max-width: 1680px) {
  .home-banner .text-block h2 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 1440px) {
  .home-banner .text-block h2 {
    font-size: 3em;
  }
}
@media screen and (max-width: 1440px) {
  .home-banner .text-block h2 {
    font-size: 2.85em;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner .text-block h2 {
    font-size: 2.13em;
  }
}
.home-banner .text-block p {
  margin: 15px 0 0;
}
.home-banner .text-block a {
  padding: 20px 45px;
}
.home-banner .bottom-btn-block {
  margin-top: -80px;
}
.home-banner .bottom-btn-block .w-80 {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 1680px) {
  .home-banner .bottom-btn-block .w-80 {
    width: 1000px;
  }
}
@media screen and (max-width: 1440px) {
  .home-banner .bottom-btn-block .w-80 {
    width: 900px;
  }
}
@media screen and (max-width: 1360px) {
  .home-banner .bottom-btn-block .w-80 {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .home-banner .bottom-btn-block .w-80 {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.home-banner .bottom-btn-block .left-block .btn-block-header {
  background-color: #fff;
}
.home-banner .bottom-btn-block .right-block .btn-block-header {
  background-color: #503f3f;
}
.home-banner .bottom-btn-block .single-block {
  width: 50%;
  color: #fff;
  text-align: center;
}
.home-banner .bottom-btn-block .single-block .btn-block-header {
  padding: 20px 40px 70px;
}
@media screen and (max-width: 1440px) {
  .home-banner .bottom-btn-block .single-block .btn-block-header {
    padding: 15px 30px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner .bottom-btn-block .single-block .btn-block-header {
    padding: 15px 15px 40px;
  }
}
.home-banner .bottom-btn-block .single-block h2 {
  font-size: 3.125em;
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 1680px) {
  .home-banner .bottom-btn-block .single-block h2 {
    font-size: 2.734em;
  }
}
@media screen and (max-width: 1440px) {
  .home-banner .bottom-btn-block .single-block h2 {
    font-size: 2.344em;
  }
}
@media screen and (max-width: 1366px) {
  .home-banner .bottom-btn-block .single-block h2 {
    font-size: 2.224em;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner .bottom-btn-block .single-block h2 {
    font-size: 1.667em;
  }
}
.home-banner .bottom-btn-block .single-block h3 {
  font-size: 2.625em;
  margin: 0 0 15px;
  font-weight: 500;
}
@media screen and (max-width: 1680px) {
  .home-banner .bottom-btn-block .single-block h3 {
    font-size: 2.297em;
  }
}
@media screen and (max-width: 1440px) {
  .home-banner .bottom-btn-block .single-block h3 {
    font-size: 1.969em;
  }
}
@media screen and (max-width: 1366px) {
  .home-banner .bottom-btn-block .single-block h3 {
    font-size: 1.869em;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner .bottom-btn-block .single-block h3 {
    font-size: 1.7em;
  }
}
.home-banner .bottom-btn-block .single-block h5 {
  font-size: 1.3125em;
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 1680px) {
  .home-banner .bottom-btn-block .single-block h5 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1440px) {
  .home-banner .bottom-btn-block .single-block h5 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1366px) {
  .home-banner .bottom-btn-block .single-block h5 {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner .bottom-btn-block .single-block h5 {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 780px) {
  .home-banner .bottom-btn-block .single-block {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 1440px) {
  .home-banner .bottom-btn-block {
    margin-top: -60px;
  }
}
@media screen and (max-width: 780px) {
  .home-banner .bottom-btn-block {
    margin-top: 30px;
  }
}
.home-banner .mobile-image {
  display: none;
}
@media screen and (max-width: 800px) {
  .home-banner .mobile-image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    z-index: -1;
  }
}

.partners-block {
  padding: 80px 0;
}
.partners-block .block-header {
  margin-bottom: 80px;
}
.partners-block .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.site-footer {
  color: #fff;
  padding: 80px 0 60px;
}
.site-footer .container {
  width: 100%;
}
.site-footer .col-one {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .logo {
  width: 220px;
  height: auto;
}
.site-footer .logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .site-footer .logo {
    width: 190px;
  }
}
@media screen and (max-width: 960px) {
  .site-footer .logo {
    width: 160px;
  }
}
.site-footer p,
.site-footer a {
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
}
@media screen and (max-width: 1680px) {
  .site-footer p,
  .site-footer a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .site-footer p,
  .site-footer a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer p,
  .site-footer a {
    font-size: 16px;
  }
}
.site-footer ul {
  padding: 0;
  margin: 0;
}
.site-footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer li::before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .site-footer li {
    margin-bottom: 7px;
  }
}
.site-footer .col-one {
  margin-bottom: 40px;
}
.site-footer .col-three {
  width: 100%;
  margin-bottom: 30px;
}
.site-footer .col-three ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 680px) {
  .site-footer .col-three ul {
    flex-direction: column;
  }
}
.site-footer .col-three ul a {
  text-transform: uppercase;
}
.site-footer .social-footer {
  margin-bottom: 20px;
}
.site-footer .footer-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.social-row .single-social_header {
  width: auto;
  height: 28px;
}
.social-row .single-social_header img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .desktop-social {
    display: none;
  }
}

.site-header {
  max-width: 1920px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
.site-header .container {
  width: 100%;
  max-width: unset;
}
.site-header .menu-mobile-menu-container,
.site-header .menu-mobile-menu-de-container,
.site-header .menu-mobile-menu-en-container {
  width: 100%;
}
.site-header .mobile-menu {
  display: none;
}
.site-header .mobile-menu ul {
  flex-direction: column;
  gap: 0 !important;
}
.site-header .mobile-menu .content-holder {
  height: auto !important;
}
.site-header .mobile-menu a {
  text-align: left;
  font-size: 20px;
  padding-top: 15px;
  text-align: center;
  text-transform: uppercase;
}
.site-header .mobile-menu .single-social_header {
  height: 20px;
}
.site-header .mobile-menu .single-social_header img {
  width: auto;
  height: 100%;
}
.site-header .mobile-menu .social-row {
  justify-content: center;
  margin-top: 40px;
}
.site-header .mobile-menu .open-sub {
  font-weight: 600;
}
.site-header .mobile-menu .pll-parent-menu-item a {
  display: none;
}
.site-header .mobile-menu .pll-parent-menu-item .sub-menu {
  display: flex;
  flex-direction: row;
  padding-top: 5px;
}
.site-header .mobile-menu .pll-parent-menu-item .sub-menu li:not(:last-child) a {
  padding-right: 10px;
}
.site-header .mobile-menu .pll-parent-menu-item .sub-menu li:not(:first-child) a {
  padding-left: 10px;
  border-left: 1px solid #fff;
}
.site-header .mobile-menu .pll-parent-menu-item .sub-menu a {
  display: flex;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.site-header .content-holder {
  width: 100% !important;
}
@media (max-width: 1120px) {
  .site-header .content-holder {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1024px) {
  .site-header .mobile-menu .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.site-header .main-menu .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hamburger {
  display: none;
}

.hamburger {
  display: none;
}
@media (max-width: 1024px) {
  .hamburger {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.hamburger .menu-icon:before,
.hamburger .menu-icon:after {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  content: "";
  display: block;
  width: 4px;
  height: 28px;
  border-radius: 10px;
  transform-origin: center center;
  background-color: #00d2ff;
}
.hamburger .menu-icon:before {
  position: absolute;
  top: 3px;
  left: 18px;
  transform: rotate(-45deg);
}
.hamburger .menu-icon:after {
  position: absolute;
  top: 3px;
  right: 18px;
  transform: rotate(45deg);
}
.hamburger .menu-icon .bar {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0.2s;
  width: 100%;
  height: 5px;
  background-color: #00d2ff;
  border-radius: 10px;
}
.hamburger .menu-icon .bar-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.hamburger .menu-icon .bar-2 {
  position: absolute;
  top: 13px;
  left: 0;
  background-color: #00d2ff;
}
.hamburger .menu-icon .bar-3 {
  position: absolute;
  top: 27px;
  left: 0;
}
.hamburger .menu-icon.opened .bar {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.hamburger .menu-icon.opened:before,
.hamburger .menu-icon.opened:after {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0.2s;
}
.hamburger .menu-icon-1 .bar {
  transform-origin: left center;
}
.hamburger .menu-icon-1:before {
  transform: scale(0, 0) rotate(-45deg);
}
.hamburger .menu-icon-1:after {
  transform: scale(0, 0) rotate(45deg);
}
.hamburger .menu-icon-1:before,
.hamburger .menu-icon-1:after {
  opacity: 0;
}
.hamburger .menu-icon-1.opened:before,
.hamburger .menu-icon-1.opened:after {
  transition-delay: 0.2s;
  opacity: 1;
}
.hamburger .menu-icon-1.opened:before {
  transform: scale(1) rotate(-45deg);
}
.hamburger .menu-icon-1.opened:after {
  transform: scale(1) rotate(45deg);
}
.hamburger .menu-icon-1.opened .bar {
  transform: scale(0, 1);
}
.hamburger .menu-icon-1.opened .bar-1 {
  transition-delay: 0s;
}
.hamburger .menu-icon-1.opened .bar-2 {
  transition-delay: 0.05s;
}
.hamburger .menu-icon-1.opened .bar-3 {
  transition-delay: 0.1s;
}
.hamburger .menu-icon {
  height: 33px;
  cursor: pointer;
  width: 40px;
  position: relative;
  overflow: hidden;
}

.mobile-menu {
  position: fixed;
  top: 72px;
  z-index: 999;
  background-color: #00d2ff;
  width: 100%;
  padding-top: 30px;
  overflow-y: auto;
  height: calc(100vh - 72px);
  padding-bottom: 100px;
}
.mobile-menu li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.mobile-menu a {
  text-decoration: none;
  color: #242424;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
.mobile-menu .sub-menu {
  display: none;
}
.mobile-menu .sub-menu a {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .mobile-menu .sub-menu a {
    font-size: 16px !important;
  }
}
.mobile-menu .mobmenu {
  padding-bottom: 100px;
  max-height: calc(100vh + 80px);
}
.mobile-menu .social_header-row {
  display: flex;
}
.mobile-menu .social_header-row .single-social_header {
  width: 30px;
  height: auto;
  margin-right: 10px;
}
.mobile-menu .social_header-row .single-social_header img {
  width: 100%;
  height: auto;
}
.mobile-menu .social_header-row {
  padding-left: 40px;
}
.mobile-menu .social_header-row .single-social_header {
  margin-right: 15px;
}
.mobile-menu .container {
  width: 100% !important;
  margin: 0 !important;
}
.mobile-menu .single-social_header {
  padding: 0 !important;
  height: 44px !important;
}
.mobile-menu .social-row {
  gap: 30px;
}

.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  padding: 20px 0;
  background-color: transparent;
  transition: all 0.3s ease;
}
.site-header .logo {
  left: 0;
  width: 85px;
  height: auto;
  transition: all 0.3s ease;
  display: flex;
}
.site-header .logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .site-header .logo {
    width: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .logo {
    width: 45px;
  }
}
.site-header .content-holder {
  display: flex;
  transition: all 0.3s ease;
  justify-content: space-between;
}
.site-header ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 80px;
}
.site-header li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 1em;
  display: flex;
}
.site-header li::before {
  display: none;
}
.site-header a {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .site-header a {
    font-size: 14px;
  }
}
.site-header .desktop-menu a {
  font-size: 18px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
@media screen and (max-width: 1680px) {
  .site-header .desktop-menu a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .site-header .desktop-menu a {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .desktop-menu {
    display: none;
  }
}
.site-header .desktop-menu .sub-menu {
  display: none;
  position: absolute;
  background-color: #503f3f;
  padding: 15px;
  left: 0;
  top: 100%;
  min-width: 190px;
}
.site-header .desktop-menu .sub-menu li:not(:last-child) {
  width: 100%;
}
.site-header .desktop-menu .sub-menu a {
  padding: 10px 0 !important;
  width: 100%;
  white-space: nowrap;
  text-align: left;
  color: #fff;
}
.site-header .desktop-menu .sub-menu a::after {
  display: none !important;
}
.site-header .top-menu {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.site-header .top-menu img {
  height: 13px;
  width: 100%;
}
.site-header .top-menu ul {
  gap: 0;
}
.site-header .top-menu li {
  padding: 0 20px;
  position: initial;
}
.site-header .top-menu li:not(:first-child):not(:last-child) {
  position: relative;
}
.site-header .top-menu li:not(:first-child):not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
}
.site-header .top-menu li:last-child {
  padding-right: 0;
}
.site-header .top-menu li a {
  color: #fff;
  font-size: 13px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .site-header .top-menu li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .top-menu {
    display: none;
  }
}
.site-header .hide-scroll {
  transition: all 0.3s ease;
}
.site-header.scrolled {
  background-color: #1b122c;
  /*   .hide-scroll {
    display: none;
  } */
}
@media screen and (min-width: 1025px) {
  .site-header.scrolled {
    padding: 10px 0;
  }
}
.site-header.scrolled .logo {
  width: 70px;
}
@media screen and (max-width: 1440px) {
  .site-header.scrolled .logo {
    width: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header.scrolled .logo {
    width: 45px;
  }
}
.site-header.scrolled .sub-menu {
  min-width: 160px;
}
.site-header.scrolled .sub-menu a {
  font-size: 14px;
}
.site-header .sub-menu {
  display: none;
  transition: none;
}
.site-header .sub-menu a {
  font-size: 16px;
}
@media screen and (max-width: 1680px) {
  .site-header .sub-menu a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  .site-header {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1024px) {
  .site-header {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  .site-header .container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .container {
    padding: 0;
  }
}

.tiles-row {
  padding: 40px 0 40px;
}
.tiles-row .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1680px) {
  .tiles-row .row {
    gap: 25px;
  }
}
@media screen and (max-width: 1440px) {
  .tiles-row .row {
    gap: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .tiles-row .row {
    gap: 15px;
  }
}
@media screen and (max-width: 980px) {
  .tiles-row .row {
    grid-template-columns: repeat(2, 1fr);
    max-width: 520px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 680px) {
  .tiles-row .row {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin: 0 auto;
  }
}
.tiles-row .icon-block {
  height: 100px;
  width: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.tiles-row .icon-block img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1680px) {
  .tiles-row .icon-block {
    height: 90px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1440px) {
  .tiles-row .icon-block {
    height: 80px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .tiles-row .icon-block {
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .tiles-row .icon-block {
    height: 60px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 820px) {
  .tiles-row .icon-block {
    height: 50px;
  }
}
.tiles-row .single-tile {
  padding: 40px 30px 50px;
  background: linear-gradient(to bottom, #003366, #1a004d);
  border-radius: 20px;
}
.tiles-row .single-tile h4 {
  color: #00d2ff;
  margin: 0 0 25px;
  font-size: 2em;
  font-weight: 400;
}
@media screen and (max-width: 1680px) {
  .tiles-row .single-tile h4 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 1440px) {
  .tiles-row .single-tile h4 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 1280px) {
  .tiles-row .single-tile h4 {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 1024px) {
  .tiles-row .single-tile h4 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 820px) {
  .tiles-row .single-tile h4 {
    font-size: 1.5em;
  }
}
.tiles-row .single-tile p {
  color: #fff;
  margin: 0;
  font-size: 1.15em;
}
@media screen and (max-width: 1680px) {
  .tiles-row .single-tile p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1440px) {
  .tiles-row .single-tile p {
    font-size: 1.05em;
  }
}
@media screen and (max-width: 1280px) {
  .tiles-row .single-tile p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .tiles-row .single-tile p {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 820px) {
  .tiles-row .single-tile p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1440px) {
  .tiles-row .single-tile {
    padding: 30px 20px 40px;
  }
}

.about-us {
  padding: 60px 0;
}
.about-us .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 80px;
}
@media screen and (max-width: 1680px) {
  .about-us .row {
    gap: 70px;
  }
}
@media screen and (max-width: 1440px) {
  .about-us .row {
    gap: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .about-us .row {
    gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .about-us .row {
    gap: 30px;
  }
}
@media screen and (max-width: 820px) {
  .about-us .row {
    flex-direction: column;
  }
  .about-us .row .left-block {
    order: 1;
  }
  .about-us .row .bottom-block {
    order: 2;
  }
  .about-us .row .right-block {
    order: 3;
  }
}
.about-us .row .left-block,
.about-us .row .right-block {
  width: calc(50% - 40px);
}
.about-us .row .left-block p,
.about-us .row .right-block p {
  font-size: 2em;
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .about-us .row .left-block p,
  .about-us .row .right-block p {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 1440px) {
  .about-us .row .left-block p,
  .about-us .row .right-block p {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 1280px) {
  .about-us .row .left-block p,
  .about-us .row .right-block p {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 1024px) {
  .about-us .row .left-block p,
  .about-us .row .right-block p {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 820px) {
  .about-us .row .left-block p,
  .about-us .row .right-block p {
    font-size: 1.4em;
  }
  .about-us .row .left-block p br,
  .about-us .row .right-block p br {
    display: none;
  }
}
@media screen and (max-width: 1680px) {
  .about-us .row .left-block,
  .about-us .row .right-block {
    width: calc(50% - 35px);
  }
}
@media screen and (max-width: 1440px) {
  .about-us .row .left-block,
  .about-us .row .right-block {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 1280px) {
  .about-us .row .left-block,
  .about-us .row .right-block {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 1024px) {
  .about-us .row .left-block,
  .about-us .row .right-block {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 820px) {
  .about-us .row .left-block,
  .about-us .row .right-block {
    width: 100%;
    text-align: center;
  }
}
.about-us .row .left-block h3 {
  color: #00d2ff;
  font-size: 3.4em;
  margin: 0 0 15px;
  font-weight: 400;
}
@media screen and (max-width: 1680px) {
  .about-us .row .left-block h3 {
    font-size: 3.2em;
  }
}
@media screen and (max-width: 1440px) {
  .about-us .row .left-block h3 {
    font-size: 3em;
  }
}
@media screen and (max-width: 1280px) {
  .about-us .row .left-block h3 {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 1024px) {
  .about-us .row .left-block h3 {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 820px) {
  .about-us .row .left-block h3 {
    font-size: 2.4em;
  }
}
.about-us .row .bottom-block {
  width: 100%;
}
.about-us .row .bottom-block p {
  color: #fff;
  font-size: 1.15em;
  margin: 0 0 15px;
}
@media screen and (max-width: 1440px) {
  .about-us .row .bottom-block p {
    font-size: 1.05em;
  }
}
@media screen and (max-width: 1280px) {
  .about-us .row .bottom-block p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .about-us {
    padding: 40px 0;
  }
}

.blue-text {
  color: #00d2ff;
}

.counter-block {
  position: relative;
}
.counter-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.counter-block .counter-row {
  padding: 150px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  /*  @media screen and (max-width: 650px) {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 60px 0 90px;
  } */
}
@media screen and (max-width: 1680px) {
  .counter-block .counter-row {
    padding: 130px 0;
    gap: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .counter-block .counter-row {
    padding: 120px 0;
    gap: 25px;
  }
}
@media screen and (max-width: 1280px) {
  .counter-block .counter-row {
    padding: 100px 0;
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .counter-block .counter-row {
    padding: 80px 0;
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  .counter-block .counter-row {
    padding: 60px 0;
  }
}
@media screen and (max-width: 750px) {
  .counter-block .counter-row {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 60px 0 90px;
  }
  .counter-block .counter-row .single-counter {
    max-width: 160px;
    margin: 0 auto;
  }
}
.counter-block .single-counter h4 {
  color: #fff;
  font-size: 6.5em;
  margin: 0 0 15px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1680px) {
  .counter-block .single-counter h4 {
    font-size: 6em;
  }
}
@media screen and (max-width: 1440px) {
  .counter-block .single-counter h4 {
    font-size: 5.5em;
  }
}
@media screen and (max-width: 1280px) {
  .counter-block .single-counter h4 {
    font-size: 5em;
  }
}
@media screen and (max-width: 1024px) {
  .counter-block .single-counter h4 {
    font-size: 4.5em;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 820px) {
  .counter-block .single-counter h4 {
    font-size: 4em;
  }
}
@media screen and (max-width: 480px) {
  .counter-block .single-counter h4 {
    font-size: 3.5em;
  }
}
.counter-block .single-counter p {
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  margin: 0;
  font-family: "Staatliches", serif;
  font-weight: 400;
}
@media screen and (max-width: 1680px) {
  .counter-block .single-counter p {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 1440px) {
  .counter-block .single-counter p {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 1280px) {
  .counter-block .single-counter p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1024px) {
  .counter-block .single-counter p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 820px) {
  .counter-block .single-counter p {
    font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
  .counter-block .single-counter p {
    font-size: 0.95em;
  }
}

.partnersip {
  padding: 60px 0;
}
.partnersip .small-header {
  color: #00d2ff;
  text-align: center;
}
.partnersip .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.partnersip .text-block {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.partnersip .text-block p {
  color: #fff;
  font-size: 1.15em;
  margin: 0 0 15px;
}
@media screen and (max-width: 1680px) {
  .partnersip .text-block p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1440px) {
  .partnersip .text-block p {
    font-size: 1.05em;
  }
}
@media screen and (max-width: 1280px) {
  .partnersip .text-block p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .partnersip .text-block p {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 820px) {
  .partnersip .text-block p {
    font-size: 0.9em;
  }
}
.partnersip .text-block h4 {
  font-size: 1.5em;
  color: #00d2ff;
  margin: 0 0 10px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1680px) {
  .partnersip .text-block h4 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 1440px) {
  .partnersip .text-block h4 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 1280px) {
  .partnersip .text-block h4 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1024px) {
  .partnersip .text-block h4 {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 820px) {
  .partnersip .text-block h4 {
    font-size: 1em;
  }
}
.partnersip .text-block .wide-text {
  width: 100%;
}
.partnersip .text-block .half-text {
  width: calc(50% - 20px);
}
@media screen and (max-width: 850px) {
  .partnersip .text-block .half-text {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .partnersip .text-block {
    gap: 20px;
  }
}

.who-we-are {
  padding: 0 0 40px;
}
.who-we-are .top-blue-block {
  background-color: #00d2ff;
  border-radius: 20px;
  margin-top: -40px;
}
.who-we-are .top-blue-block .row {
  display: flex;
  padding: 60px 80px 190px;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1680px) {
  .who-we-are .top-blue-block .row {
    padding: 50px 70px 180px;
    gap: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .who-we-are .top-blue-block .row {
    padding: 40px 60px 160px;
    gap: 25px;
  }
}
@media screen and (max-width: 1280px) {
  .who-we-are .top-blue-block .row {
    padding: 30px 50px 140px;
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .who-we-are .top-blue-block .row {
    flex-direction: column;
    padding: 20px 40px 100px;
    gap: 15px;
  }
}
@media screen and (max-width: 820px) {
  .who-we-are .top-blue-block .row {
    padding: 15px 30px 60px;
  }
}
.who-we-are .top-blue-block .row .left-block {
  width: calc(35% - 20px);
}
@media screen and (max-width: 1024px) {
  .who-we-are .top-blue-block .row .left-block {
    width: 100%;
  }
}
.who-we-are .top-blue-block .row .left-block .small-header {
  color: #fff;
}
.who-we-are .top-blue-block .row .left-block h3 {
  font-size: 3.125em;
  font-family: "Rubik", sans-serif;
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 1680px) {
  .who-we-are .top-blue-block .row .left-block h3 {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 1440px) {
  .who-we-are .top-blue-block .row .left-block h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1280px) {
  .who-we-are .top-blue-block .row .left-block h3 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 1024px) {
  .who-we-are .top-blue-block .row .left-block h3 {
    font-size: 2em;
  }
}
@media screen and (max-width: 820px) {
  .who-we-are .top-blue-block .row .left-block h3 {
    font-size: 1.8em;
  }
}
.who-we-are .top-blue-block .row .right-block {
  width: calc(65% - 20px);
}
@media screen and (max-width: 1024px) {
  .who-we-are .top-blue-block .row .right-block {
    width: 100%;
  }
}
.who-we-are .top-blue-block .row .right-block p {
  font-size: 1.15em;
  margin: 0;
}
@media screen and (max-width: 1680px) {
  .who-we-are .top-blue-block .row .right-block p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1440px) {
  .who-we-are .top-blue-block .row .right-block p {
    font-size: 1.05em;
  }
}
@media screen and (max-width: 1280px) {
  .who-we-are .top-blue-block .row .right-block p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .who-we-are .top-blue-block .row .right-block p {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 820px) {
  .who-we-are .top-blue-block .row .right-block p {
    font-size: 0.9em;
  }
}
.who-we-are .person-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 80px;
  gap: 20px;
  margin-top: -140px;
}
@media screen and (max-width: 1440px) {
  .who-we-are .person-row {
    padding: 0 60px;
    margin-top: -120px;
  }
}
@media screen and (max-width: 1280px) {
  .who-we-are .person-row {
    padding: 0 50px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 1024px) {
  .who-we-are .person-row {
    padding: 0 40px;
    margin-top: -80px;
  }
}
@media screen and (max-width: 980px) {
  .who-we-are .person-row {
    max-width: 700px;
    margin: 0 auto;
    margin-top: -40px;
  }
}
@media screen and (max-width: 620px) {
  .who-we-are .person-row {
    padding: 0 20px;
    margin-top: -40px;
    max-width: 450px;
  }
}
.who-we-are .person-row .single-person {
  width: calc((100% - 80px) / 5);
  text-decoration: none;
}
@media screen and (max-width: 980px) {
  .who-we-are .person-row .single-person {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 620px) {
  .who-we-are .person-row .single-person {
    width: calc((100% - 20px) / 2);
  }
}
.who-we-are .person-row .single-person h4 {
  font-size: 1.5em;
  color: #00d2ff;
  margin: 0 0 10px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 1680px) {
  .who-we-are .person-row .single-person h4 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 1440px) {
  .who-we-are .person-row .single-person h4 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 1280px) {
  .who-we-are .person-row .single-person h4 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1024px) {
  .who-we-are .person-row .single-person h4 {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 820px) {
  .who-we-are .person-row .single-person h4 {
    font-size: 1em;
  }
}
.who-we-are .person-row .single-person .description {
  color: #fff;
  font-size: 1.15em;
  margin: 0;
}
@media screen and (max-width: 1680px) {
  .who-we-are .person-row .single-person .description {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1440px) {
  .who-we-are .person-row .single-person .description {
    font-size: 1.05em;
  }
}
@media screen and (max-width: 1280px) {
  .who-we-are .person-row .single-person .description {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .who-we-are .person-row .single-person .description {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 820px) {
  .who-we-are .person-row .single-person .description {
    font-size: 0.9em;
  }
}
.who-we-are .person-row .single-person .image-block {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 20px;
  margin-bottom: 10px;
}
.who-we-are .person-row .single-person .image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.who-we-are .person-row .single-person .inside-block {
  transition: 0.3s ease;
}
@media (min-width: 1280px) {
  .who-we-are .person-row .single-person.active .inside-block {
    transform: scale(1.05);
  }
}

.small-header {
  font-size: 1.25em;
  font-family: "Poppins", serif;
  margin: 0 0 20px;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .small-header {
    font-size: 1.2em;
  }
}
@media (max-width: 1280px) {
  .small-header {
    font-size: 1.15em;
  }
}
@media (max-width: 1024px) {
  .small-header {
    font-size: 1.1em;
  }
}

.section-header {
  font-size: 3.125em;
  font-family: "Staatliches", serif;
  margin: 0;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1680px) {
  .section-header {
    font-size: 2.8em;
  }
}
@media (max-width: 1440px) {
  .section-header {
    font-size: 2.5em;
  }
}
@media (max-width: 1280px) {
  .section-header {
    font-size: 2.2em;
  }
}
@media (max-width: 1024px) {
  .section-header {
    font-size: 1.8em;
  }
}
@media (max-width: 840px) {
  .section-header {
    font-size: 1.6em;
  }
}

.contact-us-section {
  padding: 40px 0 60px;
}
.contact-us-section .contact-text {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.contact-us-section .small-header {
  color: #00d2ff;
}
.contact-us-section .section-header {
  font-size: 3.125em;
}
@media screen and (max-width: 1680px) {
  .contact-us-section .section-header {
    font-size: 2.9em;
  }
}
@media screen and (max-width: 1440px) {
  .contact-us-section .section-header {
    font-size: 2.7em;
  }
}
@media screen and (max-width: 1280px) {
  .contact-us-section .section-header {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1024px) {
  .contact-us-section .section-header {
    font-size: 2.3em;
  }
}
@media screen and (max-width: 840px) {
  .contact-us-section .section-header {
    font-size: 2em;
  }
}
.contact-us-section h3 {
  font-size: 3.125em;
  font-family: "Staatliches", serif;
  margin: 0 0 20px;
  font-weight: 400;
  color: #00d2ff;
}
@media screen and (max-width: 1680px) {
  .contact-us-section h3 {
    font-size: 2.9em;
  }
}
@media screen and (max-width: 1440px) {
  .contact-us-section h3 {
    font-size: 2.7em;
  }
}
@media screen and (max-width: 1280px) {
  .contact-us-section h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1024px) {
  .contact-us-section h3 {
    font-size: 2.3em;
  }
}
@media screen and (max-width: 840px) {
  .contact-us-section h3 {
    font-size: 2em;
  }
}
.contact-us-section h3 a {
  color: inherit;
  text-decoration: none;
}
.contact-us-section p {
  font-size: 1.35em;
  margin: 0;
}
@media screen and (max-width: 1680px) {
  .contact-us-section p {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1440px) {
  .contact-us-section p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1280px) {
  .contact-us-section p {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 1024px) {
  .contact-us-section p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 840px) {
  .contact-us-section p {
    font-size: 1em;
  }
}
.contact-us-section p a {
  font-size: 1em;
  border: none;
  border-radius: 5px;
  background-color: #1155cc;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
}
.contact-us-section form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-us-section form p {
  margin: 0;
  color: #fff;
  text-align: left;
  font-size: 14px;
}
.contact-us-section form .form-row {
  display: flex;
  gap: 20px;
}
.contact-us-section form .form-row .half-input {
  width: calc(50% - 10px);
}
@media screen and (max-width: 850px) {
  .contact-us-section form .form-row .half-input {
    width: 100%;
  }
}
.contact-us-section form .form-row .full-input {
  width: 100%;
}
.contact-us-section form .form-row .full-input input {
  width: 100%;
}
.contact-us-section form .form-row .full-input span {
  width: 100%;
}
.contact-us-section form .single-input input,
.contact-us-section form .single-input textarea {
  margin-top: 3px;
  width: 100%;
  padding: 5px;
  font-size: 16px;
  color: #00d2ff;
  background-color: #1b122c;
  border-radius: 0;
  border: 1px solid #00d2ff;
}
.contact-us-section form .single-input input:focus-visible,
.contact-us-section form .single-input textarea:focus-visible {
  border-radius: 0;
  outline: 1px solid #00d2ff;
}
.contact-us-section form .single-input textarea {
  height: 140px;
  resize: none;
}
.contact-us-section form .single-input span {
  width: 100%;
}
.contact-us-section form .single-btn {
  font-size: 22px;
  border: none;
  font-family: "Poppins", serif;
  background-color: #00d2ff;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  text-transform: uppercase;
  color: #1b122c;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact-us-section form .single-btn:hover {
  transform: scale(1.05);
}
.contact-us-section form p:has(.single-btn) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
}
.contact-us-section .wpcf7-not-valid-tip {
  font-size: 12px;
}
.contact-us-section .wpcf7-response-output {
  color: #fff;
}

.partners {
  padding: 80px 0 60px;
}
.partners .small-header {
  color: #00d2ff;
  text-align: center;
}
.partners .section-header {
  text-align: center;
  color: #fff;
}
.partners .partners-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.partners .single-parnter {
  height: 80px;
  width: auto;
}
.partners .single-parnter img {
  width: auto;
  height: 100%;
}
@media (max-width: 1680px) {
  .partners .single-parnter {
    height: 70px;
  }
}
@media (max-width: 1440px) {
  .partners .single-parnter {
    height: 60px;
  }
}
@media (max-width: 1280px) {
  .partners .single-parnter {
    height: 50px;
  }
}
@media (max-width: 1024px) {
  .partners .single-parnter {
    height: 40px;
  }
}
@media (max-width: 840px) {
  .partners .single-parnter {
    height: 35px;
  }
}

.text-page {
  padding-top: 150px;
  color: #fff;
}
.text-page h1 {
  font-size: 3em;
  margin: 0 0 25px;
}
.text-page p li,
.text-page li {
  color: #fff;
  font-size: 1em;
}
.text-page p {
  margin: 0 0 15px;
}
.text-page h3 {
  margin: 0 0 15px;
  font-size: 2em;
  font-weight: 400;
}
@media screen and (max-width: 1680px) {
  .text-page h3 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 1440px) {
  .text-page h3 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 1280px) {
  .text-page h3 {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 1024px) {
  .text-page h3 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 820px) {
  .text-page h3 {
    font-size: 1.5em;
  }
}
.text-page .text-block-mid {
  display: flex;
  flex-direction: column;
}
.text-page .text-block-mid ul,
.text-page .text-block-mid ol {
  margin: 0 0 5px;
}
.text-page .text-block-mid ul li,
.text-page .text-block-mid ol li {
  margin: 0 0 10px;
}
.text-page .text-block-mid a {
  color: inherit;
}

.anchor-inside {
  position: relative;
}
.anchor-inside .anchor {
  position: absolute;
  top: -120px;
}
@media screen and (max-width: 1440px) {
  .anchor-inside .anchor {
    top: -80px;
  }
}
@media screen and (max-width: 1440px) {
  .anchor-inside .anchor {
    top: -65px;
  }
}/*# sourceMappingURL=main.css.map */