@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600&display=swap');

body, html {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.logo_woxlink {
  max-width: 100%;
}


a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  object-fit: contain;
  height: auto;
}

header {
  background: linear-gradient(137deg, #175DCD 6.67%, #082B64 50.42%, #072C66 98.06%);
  background-size: cover;
}

header > img {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  height: calc(100% + 80px);
  object-fit: cover;
  object-position: 55%;
}

header > div {
  position: relative;
}

.custom_offcanvas-menu {
  width: 100% !important;
  top: 120px !important;
  height: calc(100% - 120px);
}

.closeMenu .closeMenuIcon {
  display: none;
}

.closeMenu .openMenuIcon {
  display: block;
}

.openMenu .openMenuIcon {
  display: none;
}

.openMenu .closeMenuIcon {
  display: block;
}

.custom_offcanvas-menu .offcanvas-body {
  padding: 55px 32px;
}

hr {
  margin: 16px 0;
  color: inherit;
  background-color: #E1E1E1;
}

p {
  margin-bottom: 0;
}

.mb-32 {
  margin-bottom: 32px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}



.custom_offcanvas-menu .mod-menu {
  display: flex;
  flex-flow: column;
}

.custom_offcanvas-menu .mod-menu a {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #4A5D6D;
  margin-bottom: 12px;
}

.custom_offcanvas-menu h3 {
  color: #08131C;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.menu-column {
  padding-right: 64px;
}

header .img-header img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  position: relative;
  top: 130px;
}

.text-header-research-and-development {
  padding: 85px 0 90px 0;
}

.text-header-research-and-development h1 {
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  margin-bottom: 32px;
  position: relative;
    z-index: 2;
}

.text-header-research-and-development p {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 64px;
}

.text-header-research-and-development a {
  border-radius: 32px;
  height: 64px;
  text-align: center;
  min-width: 142px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  background: #00C9EE;
  color: #001A41;
  margin-right: 32px;
  position: relative;
    z-index: 2;
    padding: 0 24px;
}

.text-header-research-and-development {
  position: relative;
}

.custom-header-block {
  position: absolute;
  right: -200px;
  bottom: -10px;
  width: 407px;
  height: calc(100% - 55px);
  padding: 16px;
  background: #0D2346;
  display: flex;
  align-items: flex-end;
  z-index: 1;

}

.custom-header-block p {
  color: var(--White, #FFF);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}

.custom-header-block-border {
  position: absolute;
  right: -235px;
  bottom: -40px;
  width: 407px;
  height: calc(100% - 55px);
  border: 2px solid #fff;
  background-size: contain;
  z-index: 0;
}

.custom-header-block p::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: -16px;
  left: 0;
  background: #fff;
}

footer {
  background: #02192D;
}

footer .big-footer-mod-1 {
  padding-right: 64px;
  border-right: 1px solid rgba(255, 255, 255, 0.50);
}

footer .big-footer-mod-1 img {
  margin-bottom: 32px;
}

footer .big-footer-mod-1 p {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 164%;
  margin-bottom: 32px;
}

footer .big-footer-mod-1 a {
  margin-right: 24px;
}

footer .col-3 {
  height: auto;
}

footer .col-3:nth-child(1) {
  padding-right: 0;
}

footer .col-3:not(:nth-child(1)) {
  padding-left: 64px;
}

footer h3 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 32px;
}

footer ul {
  display: flex;
  flex-flow: column;

}

footer ul li {
  margin-bottom: 16px;
}

footer ul a:hover {
  color: rgba(255, 255, 255, 0.6);
}

footer ul a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
}

footer .mod-custom a:hover svg path {
  fill-opacity: 1;
}

footer .hr {
  margin: 64px 0;
  color: inherit;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.50);
  height: 1px;
}

footer .horizontal-footer-menu ul {
  display: flex;
  flex-flow: row wrap;
}

footer .horizontal-footer-menu ul li {
  margin-bottom: 0;
  margin-right: 24px;
}

.text_copyright {
  color: rgba(255, 255, 255, 0.50);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

footer .text_copyright li {
  margin-bottom: 0;
}

footer .text_copyright li a {
  color: rgba(255, 255, 255, 0.50);
}

footer .text_copyright li a:hover {
  color: #fff;
}

footer .all-items ul li:nth-child(1) {
  display: none;
}

footer .dropdown-language-horizontal {
  position: relative;
  border-radius: 8px;
  padding: 4px 8px;
  z-index: 10;
  display: flex;
  align-items: center;
}

footer .dropdown-language-horizontal .trigger-btn {
  cursor: pointer;
  position: relative;
  z-index: 2;
}

footer .dropdown-language-horizontal .lans-block {
  position: absolute;
  z-index: 1;
  opacity: 0;
  right: 100%;
  display: flex;
  transform: translateX(100%);
  transition: all 0.1s ease;
}

footer .dropdown-language-horizontal.show .lans-block {
  display: flex;
  opacity: 1;
  transform: translateX(0%);
  transition: all 0.1s ease;
}

footer .dropdown-language-horizontal.show .lans-block a {
  color: rgba(255, 255, 255, 0.5);
}

footer .dropdown-language-horizontal .trigger-btn svg:nth-child(1) {
  transition: all 0.1s ease;
}

footer .dropdown-language-horizontal.show .trigger-btn svg:nth-child(1) {
  transform: rotate(180deg) !important;
  transition: all 0.1s ease;
}

footer .dropdown-language-horizontal ul {
  display: flex;
  flex-flow: row;
  align-items: center;
}

footer .dropdown-language-horizontal ul li.lang-active a {
  color: #fff !important;
  font-weight: 500;
}

footer .dropdown-language-horizontal ul li {
  margin: 0 32px 0 0;
  padding: 0 !important;
}

footer .dropdown-language-horizontal ul li.lang-active {
  background-color: transparent !important; 
}

footer .dropdown-language-horizontal ul li a {
  padding: 0 !important;
}

body p {
  color: var(--wl-font-primary, #08131C);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.common-bg-block {
  background: url('../images/bg.png') no-repeat top;
  background-size: cover;
}

.research-and-development-text-module-1 {
  padding: 130px 0 0 0;
}

.research-and-development-text-module-2 {
  padding: 90px 0 60px 0;
}

.research-and-development-text-module-2 h2 {
  color: var(--wl-font-title, #02192D);
  font-family: Jost;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  margin-bottom: 60px;
}

.research-and-development-text-module-2 h3 {
  color: var(--wl-font-title, #02192D);
  font-family: Jost, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  margin-bottom: 64px;
}

.research-and-development-text-module-2 h4 {
  color: var(--wl-font-primary, #08131C);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}

.research-and-development-text-module-2 .d-flex {
  margin-bottom: 16px;
  align-items: center;
}

.research-and-development-text-module-2 .d-flex img {
  margin-right: 16px;
}

.research-and-development-text-module-2 .col-12.col-lg-6 p {
  margin-bottom: 32px;
}

.research-and-development-text-module-2 .col-12.col-lg-6:nth-child(2) {
  padding-right: 150px;
}

.research-and-development-text-module-2 img {
  max-width: 100%;
  object-fit: contain;
}

.research-and-development-text-module-3 {
  padding: 60px 0;
}

.research-and-development-text-module-3 h3 {
  color: var(--wl-font-title, #02192D);
  font-family: Jost, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  margin-bottom: 64px;
}

.research-and-development-text-module-3 h4 {
  color: var(--wl-font-primary, #08131C);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
}

.research-and-development-text-module-3 h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #59646D;
}

.research-and-development-text-module-3 .col-12:nth-child(2) {
  padding-right: 32px;
}

.research-and-development-text-module-3 .col-12:nth-child(3) {
  padding-left: 32px;
}

.research-and-development-text-module-4 {
  padding: 60px 0;
}

.research-and-development-text-module-4 h3 {
  color: var(--wl-font-title, #02192D);
  font-family: Jost, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  margin-bottom: 64px;
}

.research-and-development-text-module-4 h4 {
  color: var(--wl-font-primary, #08131C);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  margin-bottom: 0;
}

.research-and-development-text-module-4 .d-flex {
  margin-bottom: 16px;
}

.research-and-development-text-module-4 .d-flex img {
  margin-right: 16px;
}

.research-and-development-text-module-4 .col-12.col-lg-6:nth-child(1) {
  padding-right: 150px;
}

.research-and-development-text-module-5 {
  padding: 60px 0;
}

.research-and-development-text-module-5 h3 {
  color: var(--wl-font-title, #02192D);
  font-family: Jost, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  margin-bottom: 64px;
}

.research-and-development-text-module-5 h4 {
  color: var(--wl-font-primary, #08131C);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
}

.research-and-development-text-module-5 h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #59646D;
}

.research-and-development-text-module-5 .col-12:nth-child(2) {
  padding-right: 32px;
}

.research-and-development-text-module-5 .col-12:nth-child(3) {
  padding-left: 32px;
}

.research-and-development-text-module-6 {
  padding: 60px 0;
}

.research-and-development-text-module-6 h3 {
  color: var(--wl-font-title, #02192D);
  font-family: Jost, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  margin-bottom: 64px;
}

.research-and-development-text-module-6 h4 {
  color: var(--wl-font-primary, #08131C);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  margin-bottom: 0;
}

.research-and-development-text-module-6 .col-12:nth-child(1) {
  padding-right: 150px;
}

.research-and-development-text-module-6 .col-12:nth-child(1) .d-flex {
  margin-bottom: 16px;
}

.research-and-development-text-module-6 .col-12:nth-child(1) .d-flex img {
  margin-right: 16px;
}

.research-and-development-text-module-6 .col-12:nth-child(1) p {
  margin-bottom: 32px;
}

.research-and-development-text-module-7 {
  padding: 120px 0;
}

.research-and-development-text-module-7 h3 {
  color: var(--wl-font-title, #02192D);
  font-family: Jost, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  margin-bottom: 32px;
}

.learn_more {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #093375;
  background: #FFF;
  padding: 0 16px;
  color: var(--WL-blue, #093375);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.learn_more img {
  margin-left: 8px;
}

.social-link {
  display: flex;
}

.social-link a {
  margin-left: 24px;
}

.research-and-development-text-module-7 .col-12.col-lg-6:nth-child(1) {
  padding-right: 150px;
}

.research-and-development-text-module-7 .col-12.col-lg-6:nth-child(2) p {
  margin-bottom: 32px;
}

.d-flex.align-items-center {
  margin-bottom: 32px;
}


@media screen and (max-width: 1400px) {
  .text-header-research-and-development h1 {
    font-size: 54px;
  }
}

@media screen and (max-width: 1200px) {
  .text-header-research-and-development h1 {
    font-size: 54px;
  }
  .research-and-development-text-module-2 .col-12.col-lg-6:nth-child(2),
  .research-and-development-text-module-4 .col-12.col-lg-6:nth-child(1) {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .research-and-development-text-module-4 .col-12.col-lg-6:nth-child(1),
  .research-and-development-text-module-7 .col-12.col-lg-6:nth-child(1),
  .research-and-development-text-module-6 .col-12:nth-child(1) {
    padding-right: 32px;
  }
  .research-and-development-text-module-4 .col-12.col-lg-6:nth-child(2),
  .research-and-development-text-module-6 .col-12:nth-child(2),
  .research-and-development-text-module-7 .col-12.col-lg-6:nth-child(2) {
    padding-left: 32px;
  }
}

@media screen and (max-width: 992px) {
  .text-header-research-and-development h1 {
    font-size: 44px;
  }
  .text-header-research-and-development p {
    font-size: 20px;
  }
  .big-footer-col-1 {
    margin-bottom: 50px;
  }
  header > img {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    height: calc(100% + 31px);
    object-fit: none;
    object-position: left;
  }
  .custom-header-block {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 55%;
    height: calc(100% - 55px);
    padding: 16px;
    background: #0D2346;
    display: flex;
    align-items: flex-end;
    z-index: 1;
  }
  .custom-header-block-border {
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 55%;
    height: calc(100% - 55px);
    border: 2px solid #fff;
    background-size: contain;
    z-index: 0;
  }
}

@media screen and (max-width: 768px) {
  .text-header-research-and-development h1 {
    font-size: 44px;
  }
  .text-header-research-and-development p {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .text-header-research-and-development a {
    height: 56px;
    min-width: 122px;
    align-items: center;
    font-size: 16px;
  }
  .menu-column {
    padding-top: 32px;
  }
  .big-footer-col {
    padding-top: 32px;
  }
  .big-footer-col-1 {
    margin-bottom: 0px;
  }
  .logo_woxlink {
    width: 135px !important;
  }
  .dropdown-language-horizontal-block {
    padding-top: 32px;
  }
  footer .big-footer-mod-1 {
    padding-right: 64px;
    border-right: 0;
  }
  .custom-header-block {
    position: absolute;
    right: -1px;
    bottom: -8px;
    width: 60%;
    height: calc(100% - 145px);
    padding: 16px;
    background: #0D2346;
    display: flex;
    align-items: flex-end;
    z-index: 1;
}
  .custom-header-block-border {
    position: absolute;
    right: -10px;
    bottom: -30px;
    width: 55%;
    height: calc(100% - 145px);
    border: 2px solid #fff;
    background-size: contain;
    z-index: 0;
  }
  .text-header-research-and-development p {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .research-and-development-text-module-1 {
    padding: 60px 0 0 0;
  }
  .research-and-development-text-module-2 {
    padding: 60px 0;
  }
  .research-and-development-text-module-2 h2,
  .research-and-development-text-module-7 h3 {
    font-size: 48px;
    line-height: 114%;
  }
  .research-and-development-text-module-2 h3,
  .research-and-development-text-module-3 h3,
  .research-and-development-text-module-4 h3,
  .research-and-development-text-module-5 h3,
  .research-and-development-text-module-6 h3 {
    font-size: 32px;
    line-height: 104%;
    margin-bottom: 40px;
  }
  .research-and-development-text-module-2 .d-flex img {
    margin-right: 16px;
    align-self: baseline;
    position: relative;
    top: 10px;
  }
  .research-and-development-text-module-3 .col-12:nth-child(2) {
    margin-bottom: 32px;
  }
  .research-and-development-text-module-3 .col-12:nth-child(3) {
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
  .research-and-development-text-module-4 .col-12.col-lg-6:nth-child(1) img {
    margin-bottom: 32px;
  }
  .research-and-development-text-module-4 .col-12.col-lg-6:nth-child(1),
  .research-and-development-text-module-7 .col-12.col-lg-6:nth-child(1),
  .research-and-development-text-module-6 .col-12:nth-child(1),
  .research-and-development-text-module-5 .col-12:nth-child(2) {
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
  .research-and-development-text-module-4 .col-12.col-lg-6:nth-child(2),
  .research-and-development-text-module-6 .col-12:nth-child(2),
  .research-and-development-text-module-7 .col-12.col-lg-6:nth-child(2),
  .research-and-development-text-module-5 .col-12:nth-child(3) {
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
  .research-and-development-text-module-5 .col-12:nth-child(2) p,
  .research-and-development-text-module-5 .col-12:nth-child(3) p {
    margin-bottom: 32px;
  }
  .research-and-development-text-module-4 .col-12.col-lg-6:nth-child(2) p {
    margin-bottom: 32px;
  }
  .research-and-development-text-module-7 {
    padding: 60px 0;
  }
}

@media screen and (max-width: 576px) {
}