@font-face {
  font-family: "Asap Condensed";
  src: url("./../fonts/AsapCondensed-Regular.ttf");
  src: url("./../fonts/AsapCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Asap Condensed";
  src: url("./../fonts/AsapCondensed-Medium.ttf");
  src: url("./../fonts/AsapCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Asap Condensed";
  src: url("./../fonts/AsapCondensed-SemiBold.ttf");
  src: url("./../fonts/AsapCondensed-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Asap Condensed";
  src: url("./../fonts/AsapCondensed-Bold.ttf");
  src: url("./../fonts/AsapCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Asap Condensed";
  src: url("./../fonts/AsapCondensed-ExtraBold.ttf");
  src: url("./../fonts/AsapCondensed-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gelion";
  src: url("./../fonts/GelionLight.ttf");
  src: url("./../fonts/GelionLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gelion";
  src: url("./../fonts/GelionRegular.ttf");
  src: url("./../fonts/GelionRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gelion";
  src: url("./../fonts/GelionMedium.ttf");
  src: url("./../fonts/GelionMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gelion";
  src: url("./../fonts/GelionSemiBold.ttf");
  src: url("./../fonts/GelionSemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gelion";
  src: url("./../fonts/GelionBold.ttf");
  src: url("./../fonts/GelionBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: icomoon;
  src: url("./../fonts/icomoon.eot");
  src: url("./../fonts/icomoon.eot") format("embedded-opentype"), url("./../fonts/icomoon.ttf") format("truetype"), url("./../fonts/icomoon.woff") format("woff"), url("./../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: icomoon, sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location .path1:before {
  content: "\e90e";
  color: rgb(43, 107, 229);
}

.icon-location .path2:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-call:before {
  content: "\e910";
}

.icon-envelope:before {
  content: "\e90a";
}

.icon-linkedin:before {
  content: "\e90b";
}

.icon-facebook:before {
  content: "\e90c";
}

.icon-twitter:before {
  content: "\e90d";
}

.icon-chevron-right:before {
  content: "\e909";
}

.icon-star:before {
  content: "\e907";
}

.icon-s-shape:before {
  content: "\e908";
}

.icon-breadcrumb:before {
  content: "\e905";
}

.icon-close:before {
  content: "\e906";
}

.icon-watch:before {
  content: "\e902";
}

.icon-redirect:before {
  content: "\e903";
}

.icon-linkedin:before {
  content: "\e904";
}

.icon-search:before {
  content: "\e900";
}

.icon-right-arrow:before {
  content: "\e901";
}

/* CSS Reset and base styles */
html {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: auto;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Asap Condensed", sans-serif, arial, verdana;
  color: #080d13;
  background: #ffffff;
  min-height: 100vh;
}

a {
  text-decoration: none;
}

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

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

img,
a,
input,
nav,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

[class*=container] {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}
@media only screen and (min-width: 1024px) {
  [class*=container] {
    padding: 0 20px;
  }
}

figure {
  margin: 0;
  display: inherit;
}

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

blockquote,
figure,
address {
  margin: 0;
  padding: 0;
  font-style: normal;
}

main {
  padding: 0;
  width: 100%;
}

p {
  margin-bottom: 0;
}

.footer {
  background-color: #122b49;
  padding: 26px 14px 30px;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 32px 0 22px;
  }
}
.footer__wrapper {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  color: #c7c7c7;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 34px;
}
@media only screen and (min-width: 768px) {
  .footer__wrapper {
    gap: 0px;
    flex-direction: row;
  }
}
.footer__container {
  position: relative;
}
.footer__left {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
@media only screen and (min-width: 768px) {
  .footer__left {
    gap: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__left {
    gap: 28px;
  }
}
.footer__logo {
  display: -ms-flex;
  display: flex;
}
.footer__logo picture {
  max-width: 138px;
  display: -ms-flex;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .footer__logo picture {
    max-width: 188px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__logo picture {
    max-width: 218px;
  }
}
.footer__subtitle {
  font-size: 10px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Gelion", sans-serif, arial, verdana;
  color: #c7c7c7;
}
@media only screen and (min-width: 768px) {
  .footer__subtitle {
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__subtitle {
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0;
  }
}
.footer__center {
  display: -ms-flex;
  display: flex;
  gap: 50px;
}
.footer__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: 200px;
}
.footer__item {
  display: -ms-flex;
  display: flex;
}
.footer__link {
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 768px) {
  .footer__link {
    color: #c7c7c7;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0;
  }
}
.footer__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.4s ease;
}
.footer__link:hover {
  color: #ffffff;
}
.footer__link:hover::after {
  width: 100%;
}
.footer__social-link {
  outline: none;
  cursor: pointer;
  border-radius: 40px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border: none;
  font-family: "Asap Condensed", sans-serif, arial, verdana;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .footer__social-link {
    border-radius: 40px;
  }
}
.footer__social-link:hover {
  transform: scale(1.1);
}
.footer__right {
  position: absolute;
  bottom: 100px;
  right: 20px;
}
@media only screen and (min-width: 768px) {
  .footer__right {
    position: initial;
  }
}
.footer__bottom {
  display: -ms-flex;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    margin-top: 20px;
    gap: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__bottom {
    margin-top: 24px;
    gap: 42px;
  }
}
.footer__copyright {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: #8faadc;
}
.footer__privacy-policy {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: #8faadc;
  font-family: "Gelion", sans-serif, arial, verdana;
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.footer__privacy-policy:hover {
  color: #ffffff;
}

.header {
  position: relative;
  z-index: 1000;
  margin: 0 auto;
  border-radius: 20px;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 900px) {
  .header {
    pointer-events: none;
  }
}
@media only screen and (min-width: 991px) {
  .header {
    padding: 15px 0 4px;
  }
}
@media only screen and (min-width: 1024px) {
  .header {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .header {
    padding: 22px 0;
  }
}
.header__wrapper {
  display: none;
}
@media only screen and (min-width: 900px) {
  .header__wrapper {
    display: -ms-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    justify-content: center;
  }
}
@media only screen and (min-width: 900px) {
  .header__main {
    display: -ms-flex;
    display: flex;
    transition: all 0.2s ease;
    background-color: #ffffff;
    pointer-events: auto;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 16px 30px;
    position: relative;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 991px) {
  .header__main {
    width: auto;
    gap: 26px;
    padding: 16px 36px;
  }
}
@media only screen and (min-width: 1600px) {
  .header__main {
    gap: 30px;
    padding: 28px 50px;
  }
}
.header__main--modal-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  transition: border-radius 0.15s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(0) !important;
  -webkit-backdrop-filter: blur(0) !important;
  background: #ffffff !important;
}
.header__main-modal {
  display: none;
  background-color: #ffffff;
  z-index: 100;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 20px;
  will-change: transform, opacity;
  overflow: hidden;
  min-height: 0;
  box-sizing: border-box;
  transform-origin: top center;
}
.header.scrolled {
  padding: 0;
  position: sticky !important;
  top: 0;
  left: 0;
  right: 0;
}
.header.scrolled .header__main {
  box-shadow: 2px 2px 18px 0px rgba(0, 0, 0, 0.1882352941);
  border-radius: 20px;
  width: auto;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.67);
}
@media only screen and (min-width: 900px) {
  .header.scrolled .header__main {
    width: auto;
    gap: 26px;
    padding: 10px 32px;
  }
}
@media only screen and (min-width: 1600px) {
  .header.scrolled .header__main {
    gap: 30px;
    padding: 12px 40px;
  }
}
.header__logo {
  display: -ms-flex;
  display: flex;
  margin-right: 8px;
}
.header__logo picture {
  display: -ms-flex;
  display: flex;
}
.header__logo picture img {
  height: 34px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 1600px) {
  .header__logo picture img {
    height: 52px;
    width: 22px;
  }
}
.header__nav-list, .header__nav-link {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flex;
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__nav-list li, .header__nav-link li {
  display: -ms-flex;
  display: flex;
  position: relative;
}
.header__nav-list li a, .header__nav-link li a {
  transition: all 0.15s ease;
  font-family: "Asap Condensed", sans-serif, arial, verdana;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #515151;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header__nav-list li a, .header__nav-link li a {
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__nav-list li a, .header__nav-link li a {
    font-size: 18px;
    line-height: 40px;
  }
}
.header__nav-list li a:hover, .header__nav-list li a:focus, .header__nav-list li a.active, .header__nav-link li a:hover, .header__nav-link li a:focus, .header__nav-link li a.active {
  color: #ed757b;
}
.header__nav-list {
  margin-left: 50px;
}
@media only screen and (min-width: 1024px) {
  .header__nav-list {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__nav-list {
    margin-left: 72px;
  }
}
@media only screen and (min-width: 1440px) {
  .header__nav-list {
    margin-left: 110px;
  }
}
.header__actions {
  display: -ms-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}
.header__search-btn {
  outline: none;
  cursor: pointer;
  border-radius: 40px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border: none;
  font-family: "Asap Condensed", sans-serif, arial, verdana;
  color: #515151;
  background-color: transparent;
  font-size: 15px;
}
@media only screen and (min-width: 1024px) {
  .header__search-btn {
    border-radius: 40px;
  }
}
.header__search-btn:hover {
  color: #ed757b;
}

.header__main-modal__wrapper {
  padding: 10px 95px 40px;
}
.header__main-modal__wrapper .search-form {
  display: -ms-flex;
  display: flex;
  gap: 20px;
  margin-bottom: 36px;
  align-items: center;
}
.header__main-modal__wrapper .search-form i {
  font-size: 25px;
  color: #515151;
  flex-shrink: 0;
}
.header__main-modal__wrapper .search-form input {
  font-size: 32px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Asap Condensed", sans-serif, arial, verdana;
  color: #515151;
  border: none;
  outline: none;
}
.header__main-modal__wrapper .contact-us-modal__wrapper {
  gap: 10px !important;
}
.header__main-modal__wrapper .about-us-modal__wrapper {
  display: -ms-flex;
  display: flex;
  gap: 36px;
}
.header__main-modal__wrapper .about-us-modal__wrapper .about-us-modal__box {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 10px * (2 - 1)) / 2));
  gap: 10px 10px;
}
.header__main-modal__wrapper .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item {
  position: relative;
  padding: 18px 10px;
  border-radius: 15px;
  width: 152px;
  height: 268px;
  overflow: hidden;
  z-index: 3;
}
.header__main-modal__wrapper .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item a {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2px;
  height: 100%;
}
.header__main-modal__wrapper .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item picture {
  display: -ms-flex;
  display: flex;
}
.header__main-modal__wrapper .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item:first-child {
  background-color: #8faadc;
}
.header__main-modal__wrapper .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item:last-child {
  background-color: #2b6be5;
}
.header__main-modal__wrapper .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item:last-child picture {
  justify-content: flex-end;
}
.header__main-modal__wrapper .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item h3 {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 8px;
}
.header__main-modal__wrapper .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item .solution-modal__box-item__image {
  z-index: 1;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.header__main-modal__wrapper .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item .solution-modal__box-item__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__main-modal__wrapper .about-us-modal__wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header__main-modal__wrapper .about-us-modal__wrapper ul li {
  display: -ms-flex;
  display: flex;
}
.header__main-modal__wrapper .about-us-modal__wrapper ul li a {
  font-family: "Gelion", sans-serif, arial, verdana;
  color: #122b49;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0;
  transition: all 0.3s ease;
}
.header__main-modal__wrapper .about-us-modal__wrapper ul li a:hover {
  color: #ed757b;
}
.header__main-modal__wrapper .about-us-modal__wrapper ul li a i {
  font-size: 12px;
  font-weight: 700;
  color: #8faadc;
}
.header__main-modal__wrapper .about-us-modal__wrapper .solutions-modal__box-item__title {
  font-family: "Gelion", sans-serif, arial, verdana;
  color: #122b49;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  transition: all 0.3s ease;
}
.header__main-modal__wrapper .about-us-modal__wrapper .solutions-modal__box-item__title:hover {
  color: #ed757b;
}
.header__main-modal__wrapper .about-us-modal__wrapper .solutions-modal__box-item__title i {
  font-size: 12px;
  font-weight: 700;
  color: #8faadc;
}
.header__main-modal__wrapper .about-us-modal__wrapper .contact-us-modal__box-item__image {
  position: absolute;
  inset: 0;
}
.header__main-modal__wrapper .about-us-modal__wrapper .contact-us-modal__box-item2 {
  display: grid;
  grid-template-columns: repeat(1, calc((100% - 10px * (1 - 1)) / 1));
  gap: 10px 10px;
}
.header__main-modal__wrapper .about-us-modal__wrapper .contact-us-modal__box-item2 a {
  min-width: 152px;
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 30px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 18px;
  border-radius: 15px;
}
.header__main-modal__wrapper .about-us-modal__wrapper .solution-modal__box .about-us-modal__box-item {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 164px;
}
.header__main-modal__wrapper .about-us-modal__wrapper .solution-modal__box .about-us-modal__box-item a {
  height: auto;
}
.header__main-modal__wrapper .about-us-modal__wrapper .solution-modal__box .solutions-modal__box-item__btn-wrapper {
  display: -ms-flex;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.header__main-modal__wrapper .about-us-modal__wrapper .solution-modal__box .solutions-modal__box-item__btn {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: initial !important;
  flex-direction: row !important;
  gap: 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  transition: all 0.3s ease;
  border-radius: 10px;
  padding: 8px 2px 8px 6px;
}
.header__main-modal__wrapper .about-us-modal__wrapper .solution-modal__box .solutions-modal__box-item__btn i {
  font-size: 10px;
  font-weight: 700;
}
.header__main-modal__wrapper .solutions-modal__box-item__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  gap: 2px !important;
}
.header__main-modal__wrapper .solutions-modal__box-item__list li {
  display: -ms-flex;
  display: flex;
}
.header__main-modal__wrapper .solutions-modal__box-item__list li a {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Gelion", sans-serif, arial, verdana;
  color: #8faadc !important;
}
.header__main-modal__wrapper .solutions-modal__box-item__list li a i {
  font-size: 12px !important;
}

.resources-modal__wrapper {
  display: -ms-flex;
  display: flex;
  gap: 20px;
  flex-direction: column;
  padding-bottom: 28px;
  border-bottom: 1px solid #515151;
  margin-bottom: 6px;
  padding-top: 12px;
}
@media only screen and (min-width: 900px) {
  .resources-modal__wrapper {
    flex-direction: row;
    gap: 34px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.resources-modal__wrapper .resources-modal__box {
  display: -ms-flex;
  display: flex;
}
.resources-modal__wrapper .resources-modal__box-item {
  padding: 14px 12px;
  border-radius: 10px;
  width: 130px;
  height: 192px;
  background-color: #122b49;
  position: relative;
}
@media only screen and (min-width: 900px) {
  .resources-modal__wrapper .resources-modal__box-item {
    border-radius: 15px;
    padding: 18px 12px;
    width: 164px;
    height: 268px;
  }
}
.resources-modal__wrapper .resources-modal__box-item h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "Gelion", sans-serif, arial, verdana;
  color: #ed757b;
  text-transform: uppercase;
  margin-bottom: 1px;
}
@media only screen and (min-width: 900px) {
  .resources-modal__wrapper .resources-modal__box-item h3 {
    font-size: 20px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 6px;
  }
}
.resources-modal__wrapper .resources-modal__box-item .resources-modal__box-item__date {
  font-size: 9px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "Gelion", sans-serif, arial, verdana;
  color: #c7c7c7;
  margin-bottom: 8px;
  padding: 0;
}
@media only screen and (min-width: 900px) {
  .resources-modal__wrapper .resources-modal__box-item .resources-modal__box-item__date {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.resources-modal__wrapper .resources-modal__box-item h2 {
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: 0;
  color: #ffffff;
}
@media only screen and (min-width: 900px) {
  .resources-modal__wrapper .resources-modal__box-item h2 {
    font-size: 20px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
.resources-modal__wrapper .resources-modal__box-item .resources-modal__box-item__image {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 20px;
  width: 19px;
  display: -ms-flex;
  display: flex;
}
@media only screen and (min-width: 900px) {
  .resources-modal__wrapper .resources-modal__box-item .resources-modal__box-item__image {
    bottom: 14px;
    right: 14px;
    height: 27px;
    width: 26px;
  }
}
.resources-modal__wrapper .resources-modal__box-item .resources-modal__box-item__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.resources-modal__wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media only screen and (min-width: 900px) {
  .resources-modal__wrapper ul {
    gap: 8px;
  }
}
.resources-modal__wrapper ul li {
  display: -ms-flex;
  display: flex;
}
.resources-modal__wrapper ul li a {
  font-family: "Gelion", sans-serif, arial, verdana;
  color: #122b49;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  transition: all 0.3s ease;
}
.resources-modal__wrapper ul li a:hover {
  color: #ed757b;
}
.resources-modal__wrapper ul li a i {
  font-size: 12px;
  font-weight: 700;
  color: #8faadc;
}

.quick-links__title {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Gelion", sans-serif, arial, verdana;
  color: #8faadc;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.quick-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.quick-links ul li {
  display: -ms-flex;
  display: flex;
  position: relative;
}
.quick-links ul li::before {
  content: "\e901";
  font-family: "icomoon", sans-serif !important;
  font-size: 14px;
  color: #122b49;
  position: absolute;
  color: #8faadc;
  top: 0;
  left: 0;
}
.quick-links ul li a {
  font-family: "Gelion", sans-serif, arial, verdana;
  padding-left: 20px;
  color: #122b49;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 0;
  transition: all 0.3s ease;
}
.quick-links ul li a:hover {
  color: #ed757b;
}

.header.scrolled .header__mobile {
  padding: 16px 28px;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1882352941);
}
.header .header__mobile {
  transition: all 0.4s ease;
  padding: 26px 28px;
  background-color: #ffffff;
  pointer-events: auto;
}
@media only screen and (min-width: 900px) {
  .header .header__mobile {
    display: none;
  }
}
.header .header__mobile-topbar {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.header .header__mobile-topbar picture {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header__mobile-topbar picture img {
  height: 41px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header__mobile-topbar__actions {
  display: -ms-flex;
  display: flex;
  align-items: center;
  gap: 16px;
}
.header .header__mobile-topbar__actions-btn {
  outline: none;
  cursor: pointer;
  border-radius: 40px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border: none;
  font-family: "Asap Condensed", sans-serif, arial, verdana;
  font-size: 20px;
  background-color: transparent;
  color: #515151;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .header .header__mobile-topbar__actions-btn {
    border-radius: 40px;
  }
}
.header .header__mobile-topbar__actions-btn:hover, .header .header__mobile-topbar__actions-btn:focus, .header .header__mobile-topbar__actions-btn.active {
  color: #ed757b;
}
.header__mobile-menu, .header__mobile-search-menu {
  height: 100svh;
  position: fixed;
  width: 100%;
  top: 0;
  overflow-y: auto;
  right: 0;
  bottom: 0;
  left: -100%;
  background-color: #ffffff;
  padding: 58px 18px 54px 36px;
  z-index: 1000;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 900px) {
  .header__mobile-menu, .header__mobile-search-menu {
    display: none;
  }
}
.header__mobile-menu.active, .header__mobile-search-menu.active {
  left: 0;
}
.header__mobile-menu__header, .header__mobile-search-menu__header {
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  transform: translateY(-38px);
}
.header__mobile-menu__close, .header__mobile-search-menu__close {
  padding: 2px;
  outline: none;
  cursor: pointer;
  border-radius: 40px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border: none;
  font-family: "Asap Condensed", sans-serif, arial, verdana;
  background-color: transparent;
  color: #515151;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .header__mobile-menu__close, .header__mobile-search-menu__close {
    border-radius: 40px;
  }
}
.header__mobile-menu__list, .header__mobile-search-menu__list {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.header__mobile-menu__list-item, .header__mobile-search-menu__list-item {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
.header__mobile-menu__list-item a, .header__mobile-search-menu__list-item a {
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0;
  color: #515151;
  transition: all 0.3s ease;
}
.header__mobile-menu__list-item a:hover, .header__mobile-menu__list-item a:focus, .header__mobile-search-menu__list-item a:hover, .header__mobile-search-menu__list-item a:focus {
  color: #ed757b;
}
.header__mobile-menu__list-item .accordion-content, .header__mobile-search-menu__list-item .accordion-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0;
}
.header__mobile-menu__list-item .accordion-content p, .header__mobile-search-menu__list-item .accordion-content p {
  margin: 0;
  padding: 12px 0;
  color: #515151;
  font-size: 14px;
  line-height: 1.5;
}
.header__mobile-menu__list-item.active .accordion-content, .header__mobile-search-menu__list-item.active .accordion-content {
  opacity: 1;
}
.header__mobile-menu__list-item .contact-us-modal__wrapper, .header__mobile-search-menu__list-item .contact-us-modal__wrapper {
  gap: 10px !important;
}
.header__mobile-menu__list-item .contact-us-modal__box-item__image, .header__mobile-search-menu__list-item .contact-us-modal__box-item__image {
  position: absolute;
  inset: 0;
}
.header__mobile-menu__list-item .contact-us-modal__box-item2, .header__mobile-search-menu__list-item .contact-us-modal__box-item2 {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 258px;
}
.header__mobile-menu__list-item .contact-us-modal__box-item2 a, .header__mobile-search-menu__list-item .contact-us-modal__box-item2 a {
  min-width: 152px;
  position: relative;
  z-index: 2;
  padding: 18px;
  border-radius: 15px;
}
.header__mobile-menu__list-item .contact-us-modal__box-item2 a h3, .header__mobile-search-menu__list-item .contact-us-modal__box-item2 a h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 0;
}
.header__mobile-menu .search-form, .header__mobile-search-menu .search-form {
  display: -ms-flex;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 25px;
}
.header__mobile-menu .search-form__icon, .header__mobile-search-menu .search-form__icon {
  outline: none;
  cursor: pointer;
  border-radius: 40px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border: none;
  font-family: "Asap Condensed", sans-serif, arial, verdana;
  background-color: transparent;
  font-size: 20px;
  padding: 0;
  color: #515151;
}
@media only screen and (min-width: 1024px) {
  .header__mobile-menu .search-form__icon, .header__mobile-search-menu .search-form__icon {
    border-radius: 40px;
  }
}
.header__mobile-menu .search-form input, .header__mobile-search-menu .search-form input {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Asap Condensed", sans-serif, arial, verdana;
  color: #515151;
  border: none;
  outline: none;
}
.header__mobile-menu .expandable-header, .header__mobile-search-menu .expandable-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header__mobile-menu .expandable-header span, .header__mobile-search-menu .expandable-header span {
  transition: all 0.3s ease;
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0;
  color: #515151;
}
.header__mobile-menu .expandable-header:hover span, .header__mobile-menu .expandable-header:focus span, .header__mobile-search-menu .expandable-header:hover span, .header__mobile-search-menu .expandable-header:focus span {
  color: #ed757b;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper {
  padding-top: 12px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid #515151;
  margin-bottom: 6px;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper .about-us-modal__box, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper .about-us-modal__box {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flex;
  display: flex;
  gap: 10px;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item {
  position: relative;
  padding: 14px 12px;
  border-radius: 10px;
  width: 123px;
  height: 192px;
  overflow: hidden;
  z-index: 3;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item a, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item a {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2px;
  height: 100%;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item h3, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item h3 {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 24px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1 !important;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item picture, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item picture {
  display: -ms-flex;
  display: flex;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item picture img, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item:first-child, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item:first-child {
  background-color: #2b6be5;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item:last-child, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item:last-child {
  background-color: #8faadc;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item:last-child picture, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper .about-us-modal__box .about-us-modal__box-item:last-child picture {
  justify-content: flex-end;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper .about-us-modal__box .solution-modal__box-item h3, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper .about-us-modal__box .solution-modal__box-item h3 {
  font-size: 19px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0;
  word-wrap: break-word;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper ul, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper ul li, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper ul li {
  display: -ms-flex;
  display: flex;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper ul li a, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper ul li a {
  font-family: "Gelion", sans-serif, arial, verdana;
  color: #122b49;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  transition: all 0.3s ease;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper ul li a:hover, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper ul li a:hover {
  color: #ed757b;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper ul li a i, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper ul li a i {
  font-size: 12px;
  font-weight: 700;
  color: #8faadc;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper .octo-suite-modal__list, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper .octo-suite-modal__list {
  gap: 4px;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper .solutions-modal__box-item__title, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper .solutions-modal__box-item__title {
  font-family: "Gelion", sans-serif, arial, verdana;
  color: #122b49;
  margin-bottom: 2px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  transition: all 0.3s ease;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper .solutions-modal__box-item__title:hover, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper .solutions-modal__box-item__title:hover {
  color: #ed757b;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper .solutions-modal__box-item__title i, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper .solutions-modal__box-item__title i {
  font-size: 12px;
  font-weight: 700;
  color: #8faadc;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper .solutions-modal__box-item__list, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper .solutions-modal__box-item__list {
  gap: 2px;
  margin-bottom: 36px;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper .solutions-modal__box-item__list li a, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper .solutions-modal__box-item__list li a {
  font-family: "Gelion", sans-serif, arial, verdana;
  color: #8faadc;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper .solutions-modal__box-item__list li a:hover, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper .solutions-modal__box-item__list li a:hover {
  color: #122b49;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper .solution-modal__box-item, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper .solution-modal__box-item {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper .solutions-modal__box-item__btn-wrapper, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper .solutions-modal__box-item__btn-wrapper {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper .solutions-modal__box-item__btn-wrapper .solutions-modal__box-item__btn, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper .solutions-modal__box-item__btn-wrapper .solutions-modal__box-item__btn {
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-direction: row !important;
  gap: 10px;
  color: #ffffff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  transition: all 0.3s ease;
  border-radius: 5px;
  padding: 5px 7px;
}
.header__mobile-menu .accordion-content .about-us-modal__wrapper .solutions-modal__box-item__btn-wrapper .solutions-modal__box-item__btn i, .header__mobile-search-menu .accordion-content .about-us-modal__wrapper .solutions-modal__box-item__btn-wrapper .solutions-modal__box-item__btn i {
  font-size: 8px;
}

.margin-0 {
  margin-bottom: 0 !important;
}

.show-modal {
  display: block !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  will-change: opacity;
}

.hero-banner {
  padding: 0 20px;
}
.hero-banner__wrapper {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  overflow: hidden;
}
.hero-banner__video {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .hero-banner__video {
    border-radius: 33px;
  }
}
.hero-banner iframe, .hero-banner__video,
.hero-banner iframe.hero-banner__video {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 1240px) {
  .hero-banner iframe, .hero-banner__video,
  .hero-banner iframe.hero-banner__video {
    aspect-ratio: auto;
    max-width: 1240px;
    min-height: 700px;
    max-height: 700px;
  }
}

.drilling-hero {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  padding: 50px 0 0;
}
@media only screen and (min-width: 768px) {
  .drilling-hero {
    padding: 80px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .drilling-hero {
    padding: 116px 0 0;
  }
}
.drilling-hero__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .drilling-hero__container {
    padding: 0 20px;
  }
}
.drilling-hero__wrapper {
  text-align: center;
}
.drilling-hero__title {
  font-family: "Asap Condensed", sans-serif, arial, verdana;
  text-transform: capitalize;
  font-size: 40px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: 0;
  color: #122b49;
  margin-bottom: 10px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .drilling-hero__title {
    font-size: 48px;
    line-height: 64px;
  }
}
@media only screen and (min-width: 1024px) {
  .drilling-hero__title {
    font-size: 64px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .drilling-hero__title {
    font-size: 94px;
    line-height: 110px;
  }
}
@media only screen and (min-width: 1280px) {
  .drilling-hero__title {
    margin-bottom: 50px;
    max-width: 1050px;
    font-size: 110px;
    line-height: 1;
  }
}
.drilling-hero__title--highlight {
  display: block;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .drilling-hero__title {
    margin-bottom: 70px;
  }
}
.drilling-hero__cta {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .drilling-hero__cta {
    gap: 40px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .drilling-hero__cta {
    margin-top: 0;
    gap: 60px;
    margin-bottom: 90px;
  }
}
.drilling-hero__slide-text {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  color: #c7c7c7;
  font-family: "Gelion", sans-serif, arial, verdana;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .drilling-hero__slide-text {
    font-size: 18px;
    line-height: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .drilling-hero__slide-text {
    font-size: 20px;
    line-height: 1;
  }
}
.drilling-hero__slider {
  width: 100%;
  position: relative;
  padding: 0 10px;
  height: 160px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .drilling-hero__slider {
    height: 200px;
  }
}
@media only screen and (min-width: 1440px) {
  .drilling-hero__slider {
    padding: 0 40px;
  }
}
.drilling-hero__slider-track {
  margin: 0 -30px;
}
@media only screen and (min-width: 1440px) {
  .drilling-hero__slider-track {
    margin: 0;
    padding: 0 40px;
  }
}
.drilling-hero__slider-track .slick-track {
  padding: 40px 0;
  display: flex !important;
  align-items: center !important;
}
.drilling-hero__slider-track .slick-slide {
  cursor: grab;
  background: linear-gradient(106.22deg, rgba(255, 255, 255, 0.4) 0.74%, rgba(255, 255, 255, 0.4) 96.9%);
  border-radius: 16px;
  border: 1px solid #c7c7c7;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2509803922);
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0.5;
  position: relative;
  padding: 16px 12px;
  max-width: 250px;
}
@media only screen and (min-width: 420px) {
  .drilling-hero__slider-track .slick-slide {
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .drilling-hero__slider-track .slick-slide {
    padding: 18px;
    max-width: 370px;
  }
}
@media only screen and (min-width: 1024px) {
  .drilling-hero__slider-track .slick-slide {
    padding: 20px;
    max-width: 412px;
  }
}
.drilling-hero__slider-track .slick-slide:active {
  cursor: grabbing;
}
.drilling-hero__slider-track .slick-slide.slick-active {
  opacity: 0.5;
}
.drilling-hero__slider-track .slick-slide.slick-center {
  background: linear-gradient(106.22deg, rgba(255, 255, 255, 0.1) 19.69%, rgba(255, 255, 255, 0) 96.9%);
  transform: scale(1.2);
  padding: 20px 14px;
  border-color: #2b6be5;
  z-index: 2;
  opacity: 1 !important;
}
@media only screen and (min-width: 768px) {
  .drilling-hero__slider-track .slick-slide.slick-center {
    padding: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .drilling-hero__slider-track .slick-slide.slick-center {
    padding: 30px;
  }
}
.drilling-hero__slider-track .slick-slide.slick-center .drilling-hero__slide-text {
  font-weight: 700;
  background: linear-gradient(90deg, #2b6be5 0%, #6ea0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% auto;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.drilling-hero__btn--primary {
  position: relative;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  border-radius: 40px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border: none;
  font-family: "Asap Condensed", sans-serif, arial, verdana;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  padding: 4px 16px;
  min-height: 30px;
  color: #ffffff;
  background: linear-gradient(219.74deg, #725b97 17.93%, #bc687e 49.88%, #ed757a 72.31%, #f19d75 100.38%);
}
@media only screen and (min-width: 1024px) {
  .drilling-hero__btn--primary {
    border-radius: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .drilling-hero__btn--primary {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: 0;
    min-height: 52px;
    padding: 6px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .drilling-hero__btn--primary {
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0;
    min-height: 60px;
    padding: 8px 30px;
    min-width: 244px;
  }
}
.drilling-hero__btn--primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(219.74deg, #725b97 16.67%, #2b6be5 100.38%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.drilling-hero__btn--primary:hover::after {
  opacity: 1;
  color: #ffffff;
}
.drilling-hero__btn--primary[disabled], .drilling-hero__btn--primary.disabled {
  background: #ed757b;
  color: #ffffff;
  outline: none;
  cursor: not-allowed;
  pointer-events: none;
}
.drilling-hero__btn--primary span {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .drilling-hero__btn--primary {
    min-width: 200px;
  }
}
.drilling-hero__btn--secondary {
  outline: none;
  cursor: pointer;
  border-radius: 40px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border: none;
  font-family: "Asap Condensed", sans-serif, arial, verdana;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  padding: 4px 16px;
  min-height: 30px;
  border: 2px solid #122b49;
  color: #ffffff;
  background-color: #122b49;
}
@media only screen and (min-width: 1024px) {
  .drilling-hero__btn--secondary {
    border-radius: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .drilling-hero__btn--secondary {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: 0;
    min-height: 40px;
    padding: 6px 20px;
    min-width: 200px;
  }
}
@media only screen and (min-width: 1440px) {
  .drilling-hero__btn--secondary {
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0;
    min-height: 56px;
    padding: 8px 30px;
  }
}
.drilling-hero__btn--secondary:hover {
  background-color: #ffffff;
  color: #122b49;
}
.drilling-hero__btn--secondary[disabled], .drilling-hero__btn--secondary.disabled {
  background: #8faadc;
  color: #ffffff;
  outline: none;
  cursor: not-allowed;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .drilling-hero__btn--secondary {
    min-width: 200px;
  }
}
.drilling-hero__description {
  color: #041325;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-family: "Gelion", sans-serif, arial, verdana;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .drilling-hero__description {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .drilling-hero__description {
    font-size: 24px;
    line-height: 28px;
  }
}
.drilling-hero__shape {
  position: absolute;
  z-index: 1;
  mix-blend-mode: multiply;
  background: transparent;
  opacity: 0.8;
  display: none;
}
@media only screen and (min-width: 768px) {
  .drilling-hero__shape {
    display: flex;
  }
}
.drilling-hero__shape--left {
  bottom: 0;
  left: -120px;
}
.drilling-hero__shape--right {
  top: 0;
  right: -120px;
}
.drilling-hero__shape img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.project {
  overflow: hidden;
  padding: 50px 0 60px;
}
@media only screen and (min-width: 768px) {
  .project {
    padding: 110px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .project {
    padding: 150px 0;
  }
}
.project__wrapper {
  max-width: 920px;
  margin: 0 auto;
}
.project__subtitle {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Gelion", sans-serif, arial, verdana;
  color: #041325;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .project__subtitle {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .project__subtitle {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}
.project__title {
  width: 100%;
  font-size: 53px;
  line-height: 55px;
  font-weight: 500;
  letter-spacing: 0;
  background: linear-gradient(219.74deg, #725b97 16.67%, #2b6be5 100.38%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% auto;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  will-change: opacity, transform;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .project__title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 991px) {
  .project__title {
    font-size: 70px;
    line-height: 78px;
    font-weight: 500;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .project__title {
    font-size: 80px;
    line-height: 90px;
    font-weight: 500;
    letter-spacing: 0;
  }
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}
.project__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flex;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 14px;
  margin: 0 -36px;
  padding: 0 40px 20px 50px;
}
@media only screen and (min-width: 768px) {
  .project__list {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 16px * (3 - 1)) / 3));
    gap: 16px 16px;
  }
}
@media only screen and (min-width: 991px) {
  .project__list {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 20px * (3 - 1)) / 3));
    gap: 20px 20px;
  }
}
.project__item {
  display: -ms-flex;
  display: flex;
  border-radius: 16px;
  transition: all 0.4s ease;
  flex-direction: column;
  background-color: rgba(199, 199, 199, 0.2);
  padding: 24px 20px 20px;
  flex-shrink: 0;
  max-width: 210px;
  min-height: 171px;
}
@media only screen and (min-width: 768px) {
  .project__item {
    padding: 30px 20px;
    height: auto;
    max-width: 100%;
    flex-shrink: initial;
  }
}
.project__item:hover {
  transform: scale(1.01);
  box-shadow: 0 0 10px 2px rgba(18, 43, 73, 0.15), 0 8px 24px rgba(199, 199, 199, 0.1);
}
.project__count {
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  color: #2b6be5;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .project__count {
    margin-bottom: 12px;
    font-size: 54px;
  }
}
@media only screen and (min-width: 991px) {
  .project__count {
    font-size: 58px;
  }
}
@media only screen and (min-width: 1440px) {
  .project__count {
    font-size: 64px;
  }
}
.project__desc {
  font-size: 24px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0;
  color: #122b49;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .project__desc {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 991px) {
  .project__desc {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .project__desc {
    font-size: 36px;
    line-height: 36px;
  }
}
.project__across {
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 0;
  color: #122b49;
}
@media only screen and (min-width: 768px) {
  .project__across {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .project__across {
    font-size: 20px;
    line-height: 24px;
  }
}
.project__slide-btns {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .project__slide-btns {
    display: none;
  }
}
.project__btn {
  outline: none;
  cursor: pointer;
  border-radius: 40px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border: none;
  font-family: "Asap Condensed", sans-serif, arial, verdana;
  background-color: transparent;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .project__btn {
    border-radius: 40px;
  }
}

.why-bardasz {
  padding: 0 0 100px;
  position: relative;
  min-height: 500px;
  overflow: unset !important;
}
@media only screen and (min-width: 768px) {
  .why-bardasz {
    padding: 0 0 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .why-bardasz {
    padding: 0 0 192px;
  }
}
.why-bardasz::-webkit-scrollbar {
  display: none;
}
.why-bardasz__wrapper {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.why-bardasz__new-title {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  color: #c7c7c7;
  font-family: "Gelion", sans-serif, arial, verdana;
  position: sticky;
  top: 100px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .why-bardasz__new-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .why-bardasz__new-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .why-bardasz__new-title {
    font-size: 128px;
    line-height: 120px;
  }
}
.why-bardasz__title {
  display: none !important;
  font-size: 14px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: 0;
  background: linear-gradient(189.84deg, #725b97 17.93%, #bc687e 49.88%, #ed757a 72.31%, #f19d75 100.38%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .why-bardasz__title {
    background: none;
    color: #122b49;
    background-clip: initial;
    -webkit-text-fill-color: initial;
    text-fill-color: initial;
    text-transform: uppercase;
    position: relative;
    will-change: transform, opacity;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .why-bardasz__title {
    font-size: 32px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: 0;
  }
}
.why-bardasz__title--animating {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.why-bardasz__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 72px;
}
@media only screen and (min-width: 768px) {
  .why-bardasz__list {
    padding-top: 100px;
  }
}
.why-bardasz__item {
  display: grid;
  grid-template-columns: repeat(1, calc((100% - 0px * (1 - 1)) / 1));
  gap: 0px 0px;
  justify-content: center;
  min-height: 500px;
  position: sticky;
  top: 250px;
  padding: 64px 20px;
  z-index: 1;
  transform: translateY(100vh);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  border-radius: 12px;
  will-change: transform, opacity, z-index;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media only screen and (min-width: 768px) {
  .why-bardasz__item {
    align-items: center;
    padding: 40px 40px 48px;
    min-height: 340px;
  }
}
@media only screen and (min-width: 1440px) {
  .why-bardasz__item {
    min-height: 420px;
  }
}
.why-bardasz__item--two {
  display: grid;
  grid-template-columns: repeat(1, calc((100% - 20px * (1 - 1)) / 1));
  gap: 20px 20px;
}
@media only screen and (min-width: 1024px) {
  .why-bardasz__item--two {
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 50px * (2 - 1)) / 2));
    gap: 50px 50px;
  }
}
.why-bardasz__item--cards {
  display: grid;
  grid-template-columns: repeat(1, calc((100% - 12px * (1 - 1)) / 1));
  gap: 20px 12px;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  background-color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .why-bardasz__item--cards {
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 50px * (2 - 1)) / 2));
    gap: 50px 50px;
  }
}
.why-bardasz__item__content {
  text-align: center;
  max-width: 522px;
  margin: 0 auto;
}
.why-bardasz__item__title {
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1280px) {
  .why-bardasz__item__title {
    font-size: 44px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .why-bardasz__item__title {
    font-size: 64px;
    line-height: 60px;
  }
}
.why-bardasz__item__subtitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #ffffff;
  font-family: "Gelion", sans-serif, arial, verdana;
}
@media only screen and (min-width: 768px) {
  .why-bardasz__item__subtitle {
    font-size: 24px;
    line-height: 37px;
    font-weight: 500;
    letter-spacing: 0;
  }
}
.why-bardasz__item--left {
  justify-content: flex-start;
  background-color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .why-bardasz__item--left {
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 0px * (2 - 1)) / 2));
    gap: 0px 0px;
  }
}
.why-bardasz__item--full .why-bardasz__item__content {
  max-width: 900px;
}
.why-bardasz__item--full .why-bardasz__item__title {
  color: #2b6be5;
}
.why-bardasz__item.is-visible {
  transform: translateY(0);
  opacity: 1;
}
.why-bardasz__item.is-stacked {
  position: sticky;
  top: 170px;
  z-index: 10;
  transform: translateY(calc(var(--stack-offset, 0px) * 1px)) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
  .why-bardasz__item.is-stacked {
    top: 220px;
  }
}
@media only screen and (min-width: 1024px) {
  .why-bardasz__item.is-stacked {
    top: 250px;
  }
}
.why-bardasz__item.is-unstacked {
  position: relative;
  top: auto;
  z-index: 1;
  transform: none;
  box-shadow: none;
}
.why-bardasz__card__content {
  position: relative;
  background-color: #ffffff;
  min-height: 340px;
  padding: 40px 26px;
  border-radius: 9px;
  border: 1px solid #c7c7c7;
}
@media only screen and (min-width: 768px) {
  .why-bardasz__card__content {
    min-height: 380px;
    padding: 48px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .why-bardasz__card__content {
    min-height: 420px;
  }
}
@media only screen and (min-width: 1280px) {
  .why-bardasz__card__content {
    border-radius: 12px;
    padding: 56px 30px 56px 42px;
  }
}
.why-bardasz__card__title {
  color: #122b49;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .why-bardasz__card__title {
    font-size: 48px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1440px) {
  .why-bardasz__card__title {
    margin-bottom: 12px;
    font-size: 64px;
    line-height: 60px;
  }
}
.why-bardasz__card__subtitle {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 0;
  color: #122b49;
}
@media only screen and (min-width: 768px) {
  .why-bardasz__card__subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .why-bardasz__card__subtitle {
    font-size: 20px;
    line-height: 27px;
  }
}
.why-bardasz__card__icon {
  outline: none;
  cursor: pointer;
  border-radius: 40px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border: none;
  font-family: "Asap Condensed", sans-serif, arial, verdana;
  background-color: transparent;
  padding: 0;
  color: #122b49;
  position: absolute;
  font-size: 28px;
  right: 18px;
  bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .why-bardasz__card__icon {
    border-radius: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .why-bardasz__card__icon {
    font-size: 34px;
    right: 26px;
    bottom: 26px;
  }
}
@media only screen and (min-width: 1280px) {
  .why-bardasz__card__icon {
    font-size: 42px;
    right: 32px;
    bottom: 32px;
  }
}
.why-bardasz__card__icon:hover {
  color: #ed757b;
}

.knowledge-lab {
  padding: 52px 0 72px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .knowledge-lab {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .knowledge-lab {
    padding: 120px 0;
  }
}
.knowledge-lab__item {
  opacity: 0 !important;
  transform: translateY(30px) !important;
  transition: none !important;
  width: calc(50% - 10px);
}
@media only screen and (min-width: 1024px) {
  .knowledge-lab__item {
    width: auto;
  }
}
.knowledge-lab.items-ready .knowledge-lab__item {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity 1s ease, transform 1s ease !important;
}
.knowledge-lab.items-ready .knowledge-lab__item:nth-child(1) {
  transition-delay: 0.2s !important;
}
.knowledge-lab.items-ready .knowledge-lab__item:nth-child(2) {
  transition-delay: 0.4s !important;
}
.knowledge-lab.items-ready .knowledge-lab__item:nth-child(3) {
  transition-delay: 0.6s !important;
}
.knowledge-lab.items-ready .knowledge-lab__item:nth-child(4) {
  transition-delay: 0.8s !important;
}
.knowledge-lab.items-ready .knowledge-lab__item:nth-child(5) {
  transition-delay: 1s !important;
}
.knowledge-lab.items-ready .knowledge-lab__item:nth-child(6) {
  transition-delay: 1.2s !important;
}
.knowledge-lab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--background-height, 0);
  background: rgba(199, 199, 199, 0.2);
  z-index: -1;
  transform-origin: top;
  display: none; /* Hide the pseudo-element since we're using a real element now */
}
.knowledge-lab__wrapper {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.knowledge-lab__new-title {
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  color: #122b49;
  font-family: "Gelion", sans-serif, arial, verdana;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .knowledge-lab__new-title {
    font-size: 26px;
    line-height: 44px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .knowledge-lab__new-title {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 62px;
    font-weight: 900;
    letter-spacing: 0;
  }
}
.knowledge-lab__title {
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  color: #122b49;
  margin-bottom: 20px;
  text-align: center;
  max-width: 960px;
}
@media only screen and (min-width: 768px) {
  .knowledge-lab__title {
    margin-bottom: 26px;
    font-size: 50px;
    line-height: 52px;
    font-weight: 500;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .knowledge-lab__title {
    font-size: 66px;
    line-height: 62px;
    font-weight: 500;
    letter-spacing: 0;
  }
}
.knowledge-lab__subtitle {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0;
  color: #122b49;
  font-family: "Gelion", sans-serif, arial, verdana;
  text-align: center;
  margin-bottom: 42px;
}
@media only screen and (min-width: 768px) {
  .knowledge-lab__subtitle {
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .knowledge-lab__subtitle {
    margin-bottom: 86px;
    font-size: 27px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0;
  }
}
.knowledge-lab__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  max-width: 1440px;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .knowledge-lab__list {
    row-gap: 40px;
    gap: 20px;
  }
}
.knowledge-lab__item {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.knowledge-lab__item:hover .knowledge-lab__item__image {
  transform: scale(1.05);
}
.knowledge-lab__item__image {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 98px;
  width: 98px;
  border-radius: 18px;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 768px) {
  .knowledge-lab__item__image {
    height: 120px;
    width: 120px;
  }
}
.knowledge-lab__item__image img {
  height: 78px;
  width: 78px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .knowledge-lab__item__image img {
    height: 74px;
    width: 74px;
  }
}
.knowledge-lab__item h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Gelion", sans-serif, arial, verdana;
  color: #122b49;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .knowledge-lab__item h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0;
  }
}

.request-demo {
  background-color: #ffffff;
  padding: 30px 0 40px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .request-demo {
    min-height: 200px;
    padding: 100px 0;
  }
}
.request-demo__wrapper {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .request-demo__wrapper {
    gap: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .request-demo__wrapper {
    gap: 42px;
  }
}
.request-demo__title {
  font-size: 36px;
  line-height: 62px;
  font-weight: 500;
  letter-spacing: 0;
  color: #2b6be5;
}
@media only screen and (min-width: 768px) {
  .request-demo__title {
    font-size: 44px;
    line-height: 62px;
    font-weight: 500;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .request-demo__title {
    font-size: 64px;
    line-height: 62px;
    font-weight: 500;
    letter-spacing: 0;
  }
}
.request-demo__btn {
  position: relative;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  border-radius: 40px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border: none;
  font-family: "Asap Condensed", sans-serif, arial, verdana;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  padding: 4px 16px;
  min-height: 30px;
  color: #ffffff;
  background: linear-gradient(219.74deg, #725b97 17.93%, #bc687e 49.88%, #ed757a 72.31%, #f19d75 100.38%);
}
@media only screen and (min-width: 1024px) {
  .request-demo__btn {
    border-radius: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .request-demo__btn {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: 0;
    min-height: 52px;
    padding: 6px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .request-demo__btn {
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0;
    min-height: 60px;
    padding: 8px 30px;
    min-width: 244px;
  }
}
.request-demo__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(219.74deg, #725b97 16.67%, #2b6be5 100.38%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.request-demo__btn:hover::after {
  opacity: 1;
  color: #ffffff;
}
.request-demo__btn[disabled], .request-demo__btn.disabled {
  background: #ed757b;
  color: #ffffff;
  outline: none;
  cursor: not-allowed;
  pointer-events: none;
}
.request-demo__btn span {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .request-demo__btn {
    min-width: 244px;
  }
}/*# sourceMappingURL=styles.css.map */