/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-x: hidden;
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
  overflow-x: hidden;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  max-width: 1112px;
  margin-inline: auto;
  padding-inline: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h,
h {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
  text-transform: uppercase;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h strong,
h strong {
  color: #003c75;
}

h11,
h1--1,
h21,
h2--1,
h31,
h3--1,
h41,
h4--1,
h51,
h5--1,
h61,
h6--1,
.h1,
.h--1,
h1,
h--1 {
  font-size: clamp(2.125rem, 1.6989rem + 2.4351vw, 4rem);
}

h12,
h1--2,
h22,
h2--2,
h32,
h3--2,
h42,
h4--2,
h52,
h5--2,
h62,
h6--2,
.h2,
.h--2,
h2,
h--2 {
  font-size: clamp(1.875rem, 1.733rem + 0.8117vw, 2.5rem);
  line-height: 125%;
}

h13,
h1--3,
h23,
h2--3,
h33,
h3--3,
h43,
h4--3,
h53,
h5--3,
h63,
h6--3,
.h3,
.h--3,
h3,
h--3 {
  font-size: clamp(1.25rem, 1.108rem + 0.8117vw, 1.875rem);
  line-height: 125%;
}

h14,
h1--4,
h24,
h2--4,
h34,
h3--4,
h44,
h4--4,
h54,
h5--4,
h64,
h6--4,
.h4,
.h--4,
h4,
h--4 {
  font-size: 20px;
}

h15,
h1--5,
h25,
h2--5,
h35,
h3--5,
h45,
h4--5,
h55,
h5--5,
h65,
h6--5,
.h5,
.h--5,
h5,
h--5 {
  font-size: 0.875rem;
  font-weight: 700;
}

p,
.p {
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: clamp(0.8125rem, 0.7699rem + 0.2435vw, 1rem);
  font-style: normal;
  line-height: normal;
}

p--m p,
p--m,
.p--m p,
.p--m {
  font-size: 16px;
  font-weight: 500;
}

p--s p,
p--s,
.p--s p,
.p--s {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}

body {
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  color: #000;
}

strong {
  font-weight: 700;
}

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

.flex--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex--col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

button,
a {
  background: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn {
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  border: none;
  padding: 11px 29px;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.875rem;
}

.btn--primary {
  background-color: #003c75;
  color: #fff;
}

.btn--primary:hover {
  background-color: rgba(0, 120, 255, 0.8);
  color: #fff;
}

.btn--secondary {
  background-color: #fff;
  color: #003c75;
}

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

.hero .container {
  position: relative;
  padding-block: 375px 50px;
}

@media (max-width: 950px) {
  .hero .container {
    padding-block: 250px 50px;
  }
}

.hero-title {
  margin-bottom: 50px;
}

.hero-title h1 {
  color: #fff;
}

.hero-title span.primary {
  color: #003c75;
}

.hero-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px;
}

@media (max-width: 576px) {
  .hero-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.hero-btns .btn-meet {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  font-size: 1rem;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.hero-btns .btn-meet:hover {
  color: #0078ff;
}

.hero-btns .btn-meet:hover svg path {
  fill: #0078ff;
}

.hero-btns .btn-meet svg {
  width: 20px;
  height: 20px;
}

.hero-btns .btn-meet svg path {
  fill: #fff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.hero-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .hero-aside {
    margin-top: 50px;
  }
}

@media (max-width: 576px) {
  .hero-aside {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.hero-aside p {
  color: #fff;
  margin-bottom: 12px;
}

.hero-aside img:nth-of-type(1) {
  margin-bottom: 17px;
  aspect-ratio: 195/65;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-aside img:nth-of-type(1) {
  aspect-ratio: 205/50;
  -o-object-fit: cover;
  object-fit: cover;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

.header.navbar-scrolled {
  background-color: #003c75;
  border-bottom: none;
  -webkit-transition: background-color 0.3s, border-bottom 0.3s;
  transition: background-color 0.3s, border-bottom 0.3s;
}

.header.navbar-scrolled a:hover {
  color: #fff;
}

.header.navbar-scrolled .btn--primary {
  background-color: #fff;
  color: #003c75;
}

.header.navbar-scrolled .btn--primary:hover {
  color: unset;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 33px;
}

@media (max-width: 950px) {
  .header .container {
    padding-block: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header .container>div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
  }

  .header .container:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 400px) {
  .header .container>div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 10%;
    flex: 1 0 10%;
  }
}

.header-logo img {
  aspect-ratio: 210/50;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 210px;
  width: 100%;
}

@media (max-width: 300px) {
  .header-logo img {
    aspect-ratio: 150/50;
    max-width: 150px;
  }
}

.header-nav {
  margin-inline: 63px 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 950px) {
  .header-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-inline: 0;
  }
}

.header-nav a {
  padding: 10px;
  font-size: 1rem;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (max-width: 950px) {
  .header-nav a {
    padding: 10px 10px 10px 0;
  }
}

.header-nav a:hover {
  color: #003c75;
}

.header-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 54px;
}

@media (max-width: 950px) {
  .header-controls {
    gap: 20px;
    margin-top: 30px;
  }
}

@media (max-width: 500px) {
  .header-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.header-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 33px;
}

@media (max-width: 950px) {
  .header-languages {
    gap: 15px;
  }
}

.header-languages .language img {
  aspect-ratio: 31/31;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 950px) {
  .header-collapse {
    display: none;
    padding: 10px 10px 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
  }

  .header-collapse.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-mobile-hamburger {
  display: none;
  cursor: pointer;
}

@media (max-width: 950px) {
  .header-mobile-hamburger {
    display: block;
    text-align: end;
  }
}

@media (max-width: 500px) {
  .header-mobile-hamburger {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

.sub-page-banner {
  height: 118px;
  width: 100%;
}

@media (max-width: 950px) {
  .sub-page-banner {
    height: 83px;
  }
}

.sub-page-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer {
  padding-block: 82px 68px;
  background-color: #003c75;
  color: #fff;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 850px) {
  .footer .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 500px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }
}

.footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 850px) {
  .footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }
}

.footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 14px;
  margin-right: clamp(1.03125rem, 0.3281rem + 4.0179vw, 4.125rem);
}

@media (max-width: 850px) {
  .footer-main {
    margin-right: 0;
  }
}

.footer-main .about p {
  max-width: 217px;
  font-size: 0.75rem;
  font-weight: 600;
}

.footer-main-btn {
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 700;
}

@media (max-width: 500px) {
  .footer-main-btn {
    -ms-flex-item-align: unset;
    align-self: unset;
  }
}

.footer-main-btn img {
  width: 14px;
  height: 14px;
}

.footer-main .languages {
  margin-top: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.footer-main .languages .language img {
  aspect-ratio: 31/31;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-main .logo img {
  aspect-ratio: 210/50;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 210px;
  width: 100%;
  max-height: 50px;
}

.footer-nav {
  margin-right: clamp(2.03125rem, 0.6463rem + 7.914vw, 8.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
}

@media (max-width: 850px) {
  .footer-nav {
    margin-right: 0;
  }
}

.footer-nav .title h5 {
  margin-bottom: -4px;
}

.footer-nav a {
  font-size: 0.75rem;
  opacity: 0.8;
}

.footer-contact {
  margin-right: clamp(1.859375rem, 0.5916rem + 7.2443vw, 7.4375rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 19px;
}

@media (max-width: 850px) {
  .footer-contact {
    margin-right: 0;
  }
}

.footer-contact .title h5 {
  margin-bottom: -4px;
}

.footer-contact .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 13px;
}

.footer-contact .item-text p {
  font-size: 0.75rem;
  font-weight: 700;
  opacity: 0.8;
}

.footer-subcontact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-subcontact .title h5 {
  margin-bottom: 8px;
}

.footer-subcontact .socials {
  margin-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.footer-subcontact .socials .social img {
  aspect-ratio: 29/29;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-subcontact .text {
  margin-bottom: 12px;
  max-width: 220px;
}

.footer-subcontact .text span.primary {
  color: rgba(149, 192, 242, 0.8);
}

.footer-subcontact .text p {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 112.5%;
}

.about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 115px;
  padding-top: 155px;
}

@media (max-width: 950px) {
  .about .container {
    padding-top: 100px;
  }
}

@media (max-width: 1050px) {
  .about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 70px;
  }
}

.about-title h2 {
  text-transform: uppercase;
}

.about-desc {
  position: relative;
  margin-top: 10px;
  max-width: 452px;
}

.about-desc img {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}

.about-desc p {
  font-weight: 300;
  line-height: 25px;
}

.about-btns {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 576px) {
  .about-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.about-btns .contact-btn {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.about-btns .contact-btn:hover {
  color: #0078ff;
}

.about-btns .contact-btn:hover svg path {
  fill: #0078ff;
}

.about-btns .contact-btn svg {
  width: 20px;
  height: 20px;
}

.about-btns .contact-btn svg path {
  fill: #000;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.about-partners {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 27px;
}

@media (max-width: 1050px) {
  .about-partners {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.about-partners .partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 57px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 452px;
}

@media (max-width: 467px) {
  .about-partners .partners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1050px) {
  .about-partners .partners {
    max-width: 904px;
  }
}

.about-partners .partner:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.about-partners .partner img {
  max-width: 189px;
  max-height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

@media (max-width: 467px) {
  .about-partners .partner img {
    width: 100%;
  }
}

.second-about .container {
  padding-block: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(1.25rem, -0.0994rem + 7.711vw, 7.1875rem);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 1000px) {
  .second-about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.second-about-content {
  max-width: 452px;
}

.second-about-content .title h2 {
  margin-bottom: 10px;
}

.second-about-content .title h2 strong {
  color: #003c75;
}

.second-about .desc p {
  margin-bottom: 32px;
}

.second-about-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.3125rem, 0.0994rem + 1.2175vw, 1.25rem);
}

@media (max-width: 1000px) {
  .second-about-imgs .img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.second-about-imgs img {
  width: 100%;
  height: 95%;
  aspect-ratio: 261/384;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1000px) {
  .second-about-imgs img {
    height: 100%;
  }
}

.second-about-offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12.5px;
}

.second-about-offers .offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.second-about-offers .offer:hover .card {
  background-color: #003c75;
}

.second-about-offers .offer:hover .card img {
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
}

.second-about-offers .offer .title p {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 1.25rem;
  color: #003c75;
}

.second-about-offers .offer .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #003c75;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 110px;
  width: 110px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.second-about-offers .offer img {
  max-height: 55px;
  max-width: 55px;
  -o-object-fit: contain;
  object-fit: contain;
}

.projects {
  position: relative;
}

.projects-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  background-color: #fff;
  padding: 34px 42px;
  z-index: 2;
}

@media (max-width: 400px) {
  .projects-content {
    padding: 17px 21px;
  }
}

.projects-content .title h3 {
  text-align: center;
  text-transform: uppercase;
}

.projects-content .title h3 span.primary {
  color: #003c75;
}

.projects-content .desc p {
  margin-bottom: 25px;
  text-align: center;
  max-width: 226px;
  font-weight: 300;
}

.projects-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding-top: 155px;
  overflow: hidden;
}

@media (max-width: 1500px) {
  .projects-container {
    gap: 10px;
  }
}

@media (max-width: 950px) {
  .projects-container {
    padding-top: 100px;
  }
}

@media (max-width: 500px) {
  .projects-container {
    gap: 5px;
  }
}

.projects .column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 10px;
}

@media (max-width: 1500px) {
  .projects .column {
    gap: 10px;
  }
}

@media (max-width: 500px) {
  .projects .column {
    gap: 5px;
  }
}

.projects .row {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 400px;
  gap: 10px;
}

@media (max-width: 1500px) {
  .projects .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 500px) {
  .projects .row {
    gap: 5px;
  }
}

.projects img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
}

.projects .img1,
.projects .img2,
.projects .img3,
.projects .img4,
.projects .img5,
.projects .img6 {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.projects .img1 {
  aspect-ratio: 463/310;
}

.projects .img2 {
  aspect-ratio: 463/310;
}

.projects .img3 {
  aspect-ratio: 546/640;
}

.projects .img4 {
  aspect-ratio: 463/220;
}

.projects .img5,
.projects .img6 {
  aspect-ratio: 222/400;
}

@media (max-width: 1500px) {

  .projects .img5,
  .projects .img6 {
    aspect-ratio: 464/200;
  }
}

.offers--small .offers-content {
  gap: 15px;
  margin-bottom: 70px;
}

@media (max-width: 576px) {
  .offers--small .offers-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 390px) {
  .offers--small .offers-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.offers--small .offers-content .offer {
  gap: 8px;
}

.offers--small .offers-content .offer .card {
  width: 126px;
  height: 126px;
}

@media (max-width: 390px) {
  .offers--small .offers-content .offer .card {
    width: 100%;
  }
}

.offers--small .offers-content .offer .title p {
  max-width: 126px;
  font-size: 1rem;
}

.offers--small .offers-content .offer img {
  max-height: 63px;
  max-width: 63px;
  -o-object-fit: contain;
  object-fit: contain;
}

.offers .container {
  padding-block: 155px;
}

@media (max-width: 950px) {
  .offers .container {
    padding-block: 100px;
  }
}

.offers-title h2 {
  text-transform: uppercase;
  margin-bottom: 28px;
}

.offers-title h2 strong {
  color: #003c75;
}

.offers-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 19px;
}

@media (max-width: 576px) {
  .offers-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.offers-content .offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.offers-content .offer:hover .card {
  background-color: #003c75;
}

.offers-content .offer:hover .card img {
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
}

@media (max-width: 390px) {
  .offers-content .offer {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.offers-content .offer .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #003c75;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 169px;
  width: 169px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media (max-width: 576px) {
  .offers-content .offer .card {
    width: 100%;
  }
}

.offers-content .offer img {
  max-height: 85px;
  max-width: 85px;
  -o-object-fit: cover;
  object-fit: cover;
}

.offers-content .title p {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 1.25rem;
  color: #003c75;
}

.systems .container {
  padding-block: 160px 155px;
}

@media (max-width: 950px) {
  .systems .container {
    padding-block: 100px 100px;
  }
}

.systems .system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 29px;
}

.systems .system:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.systems .system:hover .title p {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.systems .system:hover .title .line {
  opacity: 1;
}

.systems .system .img {
  overflow: hidden;
}

.systems .system .img img {
  border-radius: 5px;
  aspect-ratio: 356/323;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 356px;
  max-height: 323px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.systems .system .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.systems .system .title p {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 1.25rem;
  color: #003c75;
  max-width: 356px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.systems .system .title .line {
  display: block;
  width: 80%;
  opacity: 0;
  height: 3px;
  background-color: #003c75;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin: 0 auto;
}

.systems .owl-carousel .owl-dots.disabled {
  display: block !important;
  margin-top: 50px;
}

.reliable-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(3.5625rem, 2.7528rem + 4.6266vw, 7.125rem);
  margin-right: calc((100% - 1112px) / 2);
  overflow: hidden;
}

@media (max-width: 1512px) {
  .reliable-container {
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  .reliable-container {
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.reliable-video {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.reliable-video video {
  width: 100%;
  max-height: 395px;
  aspect-ratio: 746/395;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .reliable-video video {
    max-width: unset;
    height: auto;
  }
}

.reliable-content {
  max-width: 472px;
  position: relative;
}

@media (max-width: 1200px) {
  .reliable-content {
    padding-inline: 1rem;
  }
}

.reliable-content .bgc {
  z-index: -1;
  position: absolute;
  bottom: -36px;
  right: 0;
  height: 90%;
  max-width: 283px;
  max-height: 313.076px;
}

@media (max-width: 1200px) {
  .reliable-content .bgc {
    right: unset;
    left: 0;
  }
}

.reliable-content .title h2 {
  text-transform: uppercase;
  margin-bottom: 21px;
}

.reliable-content .title h2 span.primary {
  color: #003c75;
}

.reliable-content .desc p {
  margin-bottom: 7px;
  font-weight: 300;
  line-height: 25px;
}

@media (max-width: 1400px) {
  .reliable-content .desc p {
    margin-bottom: 15px;
  }
}

.reliable-content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 29px;
}

@media (max-width: 300px) {
  .reliable-content .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
  }
}

.reliable-content .btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #000;
}

.reliable-content .btns .pdf-btn {
  gap: 11px;
  opacity: 0.6;
  font-weight: 400;
  text-decoration: underline;
}

.reliable-content .btns .pdf-btn img {
  width: 29px;
  height: 29px;
}

.reliable-content .btns .reliable-btn {
  gap: 9px;
  font-size: 1rem;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.reliable-content .btns .reliable-btn:hover {
  color: #0078ff;
}

.reliable-content .btns .reliable-btn:hover svg path {
  fill: #0078ff;
}

.reliable-content .btns .reliable-btn svg {
  width: 20px;
  height: 20px;
}

.reliable-content .btns .reliable-btn svg path {
  fill: #000;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.products .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 155px;
}

@media (max-width: 950px) {
  .products .container {
    padding-block: 100px;
  }
}

.products-title h2 {
  text-transform: uppercase;
  margin-bottom: 27px;
}

.products-title h2 span.primary {
  color: #003c75;
}

.products-logo {
  margin-bottom: 50px;
}

.products-logo img {
  max-width: 195px;
  max-height: 65px;
  aspect-ratio: 195/65;
  -o-object-fit: cover;
}

.products-product {
  margin-top: 43.5px;
  width: 282px;
  height: 332px;
  position: relative;
  border-right: 3px solid #003c75;
  border-bottom: 3px solid #003c75;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 900px) {
  .products-product {
    width: unset;
    height: unset;
  }
}

.products-product .text-open {
  position: absolute;
  bottom: 10px;
  right: 5px;
  width: clamp(1.25rem, 1.179rem + 0.4058vw, 1.5625rem) !important;
  height: clamp(1.25rem, 1.179rem + 0.4058vw, 1.5625rem);
  opacity: 0;
  width: unset;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.products-product:hover .text-open {
  opacity: 1;
}

.products-product:hover .text {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
}

.products-product .ellipse {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: calc(247px - 14%);
}

.products-product .ellipse img {
  width: 100%;
}

@media (max-width: 900px) {
  .products-product .ellipse {
    width: calc(287px - 14%);
  }
}

.products-product .text {
  position: absolute;
  bottom: 10px;
  left: 36%;
  margin-left: 14%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.products-product .text p {
  color: #fff;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: clamp(0.9375rem, 0.8665rem + 0.4058vw, 1.25rem);
  font-weight: 400;
}

.products-product .product-img {
  width: 100%;
  height: 100%;
  max-height: 332px;
  aspect-ratio: 283/332;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 900px) {
  .products-product .product-img {
    width: unset;
  }
}

.products .owl-carousel {
  max-height: 419px;
}

.products .owl-item.center .products-product {
  -webkit-transform: translateY(-42.5px);
  transform: translateY(-42.5px);
  height: 419px;
}

@media (max-width: 900px) {
  .products .owl-item.center .products-product {
    height: 332px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.products .owl-carousel .owl-dots.disabled {
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block !important;
  margin-top: 50px;
}

.testimonials-container {
  display: -webkit-box;
  gap: 115px;
  margin-left: calc((100% - 1112px) / 2);
  padding-block: 100px;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .testimonials-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
    gap: 60px;
    padding-inline: 1rem;
  }
}

@media (max-width: 950px) {
  .testimonials-container {
    padding-block: 0px;
  }
}

.testimonials-content {
  position: relative;
}

.testimonials-content .bgc {
  z-index: -1;
  position: absolute;
  top: -36px;
  right: 0;
  max-width: 283px;
  max-height: 313px;
}

@media (max-width: 1400px) {
  .testimonials-content .bgc {
    right: unset;
    left: 0;
    height: 150%;
  }
}

.testimonials-content .title h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.testimonials-content .title h2 span.primary {
  color: #003c75;
}

.testimonials-content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media (max-width: 400px) {
  .testimonials-content .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.testimonials-content .btns .btn-meet {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.testimonials-content .btns .btn-meet:hover {
  color: #0078ff;
}

.testimonials-content .btns .btn-meet:hover svg path {
  fill: #0078ff;
}

.testimonials-content .btns .btn-meet svg {
  width: 20px;
  height: 20px;
}

.testimonials-content .btns .btn-meet svg path {
  fill: #000;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.testimonials .owl-item {
  max-width: 357px;
}

@media (max-width: 400px) {
  .testimonials-carousel {
    margin-top: 75px;
  }
}

.testimonials .opinion {
  max-width: 357px;
  padding: 40px 30px;
  border-radius: 5px;
  background-color: rgba(0, 60, 117, 0.1);
}

.testimonials .opinion-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 21px;
}

.testimonials .opinion-stars img {
  max-width: 38px;
  max-height: 38px;
}

.testimonials .opinion-text .name p {
  font-weight: 700;
}

.testimonials .opinion-text .desc p {
  font-weight: 300;
  font-size: 0.875rem;
}

.contact {
  padding-block: 155px;
  overflow: hidden;
}

@media (max-width: 950px) {
  .contact {
    padding-block: 75px;
  }
}

.contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .contact .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 42px;
}

@media (max-width: 1000px) {
  .contact-content {
    margin-bottom: 50px;
  }
}

.contact-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.contact-header .title h2 {
  text-transform: uppercase;
}

.contact-header .desc {
  position: relative;
}

.contact-header .desc p {
  max-width: 452px;
}

.contact-header .desc img {
  position: absolute;
  right: -75px;
  top: 0;
  aspect-ratio: 283/313;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -1;
}

.contact-additional-info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 31px;
}

.contact-additional-info .item:nth-last-child(1) {
  margin-bottom: 0px;
}

.contact-additional-info .item-title p {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.25rem;
}

.contact-additional-info .item-content p {
  font-weight: 300;
}

.contact-form {
  max-width: 452px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.contact-form .title p {
  font-size: 1.25rem;
  font-weight: 700;
}

.contact-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.contact-form form input,
.contact-form form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 13px 10px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  resize: none;
  outline: none;
  font-weight: 700;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
}

.contact-form form textarea {
  height: 307px;
}

.contact-form form input::-webkit-input-placeholder,
.contact-form form textarea::-webkit-input-placeholder {
  font-weight: 700;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
}

.contact-form form input::-moz-placeholder,
.contact-form form textarea::-moz-placeholder {
  font-weight: 700;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
}

.contact-form form input:-ms-input-placeholder,
.contact-form form textarea:-ms-input-placeholder {
  font-weight: 700;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
}

.contact-form form input::-ms-input-placeholder,
.contact-form form textarea::-ms-input-placeholder {
  font-weight: 700;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
  font-weight: 700;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
}

.contact-form form button {
  margin-top: 24px;
}

.contact-banner {
  height: 388px;
  position: relative;
}

.contact-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  bottom: 50px;
  right: calc((100% - 1112px) / 2);
  background-color: #fff;
  padding: 42px 20px 60px;
}

@media (max-width: 1128px) {
  .contact-banner-content {
    right: 0;
  }
}

.contact-banner-content .title h3 {
  text-transform: uppercase;
}

.contact-banner-content .title h3 strong {
  color: #003c75;
}

.contact-banner-content .desc p {
  margin-bottom: 25px;
  max-width: 317px;
  font-weight: 300;
}

.contact-banner-img {
  height: 100%;
}

.contact-banner-img img {
  height: 100%;
  width: 100%;
  aspect-ratio: 1512/388;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio--second {
  margin-bottom: 100px;
}

.portfolio--second .portfolio-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0px;
}

@media (max-width: 1200px) {
  .portfolio--second .portfolio-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.portfolio--second .portfolio-container .portfolio-desc {
  max-width: 546px;
}

@media (max-width: 748px) {
  .portfolio--second .portfolio-container .portfolio-img {
    width: 100%;
  }
}

.portfolio--second .portfolio-container .portfolio-img>img {
  border-bottom: 4px solid transparent;
}

@media (max-width: 748px) {
  .portfolio--second .portfolio-container .portfolio-img>img {
    max-height: 220px;
    width: 100%;
  }
}

.portfolio-container {
  padding-block: 100px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(3.5625rem, 2.7528rem + 4.6266vw, 7.125rem);
  margin-left: calc((100% - 1112px) / 2);
  overflow: hidden;
}

@media (max-width: 1512px) {
  .portfolio-container {
    max-width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 1200px) {
  .portfolio-container {
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1200px) {
  .portfolio-content {
    padding-inline: 1rem;
  }
}

.portfolio-title h2 {
  margin-top: 25px;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .portfolio-title h2 {
    margin-top: 0px;
  }
}

.portfolio-desc {
  position: relative;
  margin-top: 10px;
  max-width: 452px;
}

.portfolio-desc img {
  position: absolute;
  right: -75px;
  top: -15px;
  z-index: -1;
}

.portfolio-desc p {
  font-weight: 300;
  line-height: 25px;
}

.portfolio-btns {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 576px) {
  .portfolio-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.portfolio-btns .contact-btn {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.portfolio-btns .contact-btn:hover {
  color: #0078ff;
}

.portfolio-btns .contact-btn:hover svg path {
  fill: #0078ff;
}

.portfolio-btns .contact-btn svg {
  width: 20px;
  height: 20px;
}

.portfolio-btns .contact-btn svg path {
  fill: #000;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.portfolio-img {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.portfolio-img>img {
  border-bottom: 4px solid #003c75;
  width: 100%;
  max-height: 420px;
  aspect-ratio: 748/420;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio-img .aside-img {
  bottom: -40px;
  left: -75px;
  width: 168px;
  height: 168px;
  position: absolute;
}

.portfolio-img .aside-img:before {
  content: "";
  position: absolute;
  right: -4px;
  z-index: 10;
  top: 0;
  width: 4px;
  height: calc(100% - 44px);
  background: #003c75;
}

@media (max-width: 1200px) {
  .portfolio-img .aside-img:before {
    background-color: transparent;
  }
}

@media (max-width: 1200px) {
  .portfolio-img .aside-img {
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
}

.portfolio-img .aside-img img {
  aspect-ratio: 168/168;
  -o-object-fit: cover;
  object-fit: cover;
  border-top: 4px solid #003c75;
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .portfolio-img .aside-img img {
    border: 4px solid #003c75;
  }
}

.partnership-carousel {
  margin-top: 50px;
  overflow: hidden;
}

.partnership-carousel h5 {
  font-size: 1.25rem;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.partnership-carousel img {
  aspect-ratio: 188/60;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.3s -webkit-filter;
  transition: 0.3s -webkit-filter;
  transition: 0.3s filter;
  transition: 0.3s filter, 0.3s -webkit-filter;
}

.partnership-carousel img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.partnership-carousel-main {
  padding-left: 120px;
}

@media (max-width: 1200px) {
  .partnership-carousel-main {
    padding-left: 1rem;
  }
}

.partnership-carousel .owl-carousel .owl-item img {
  width: 188px;
}

.gallery .container {
  padding-top: 100px;
}

.gallery-grid {
  width: 100%;
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  grid-gap: clamp(0.3125rem, 0.0994rem + 1.2175vw, 1.25rem);
  margin-block-end: clamp(0.3125rem, 0.0994rem + 1.2175vw, 1.25rem);
}

.gallery-grid> :nth-child(12n+1) {
  grid-area: 1 / 1 / 2 / 2;
}

.gallery-grid> :nth-child(12n+2) {
  grid-area: 1 / 2 / 2 / 3;
}

.gallery-grid> :nth-child(12n+3) {
  grid-area: 2 / 1 / 3 / 2;
}

.gallery-grid> :nth-child(12n+4) {
  grid-area: 2 / 2 / 3 / 3;
}

.gallery-grid> :nth-child(12n+5) {
  grid-area: 1 / 3 / 3 / 5;
}

.gallery-grid> :nth-child(12n+6) {
  grid-area: 3 / 1 / 4 / 3;
}

.gallery-grid> :nth-child(12n+7) {
  grid-area: 3 / 3 / 4 / 4;
}

.gallery-grid> :nth-child(12n+8) {
  grid-area: 3 / 4 / 4 / 5;
}

.gallery-grid> :nth-child(12n+9) {
  grid-area: 4 / 1 / 6 / 3;
}

.gallery-grid> :nth-child(12n+10) {
  grid-area: 4 / 3 / 5 / 5;
}

.gallery-grid> :nth-child(12n+11) {
  grid-area: 5 / 3 / 6 / 4;
}

.gallery-grid> :nth-child(12n+12) {
  grid-area: 5 / 4 / 6 / 5;
}

.gallery-grid .big-square {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column: span 2;
  grid-row: span 2;
  grid-gap: clamp(0.3125rem, 0.0994rem + 1.2175vw, 1.25rem);
}

@media (max-width: 1200px) {
  .gallery-grid .big-square .grid-item.horizontal {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 1200px) {
  .gallery-grid .big-square {
    grid-column: unset;
    grid-row: unset;
  }
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 250px;
  }
}

.gallery-grid .grid-item {
  position: relative;
  background-color: #efefef;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .gallery-grid .grid-item {
    grid-column: unset;
    grid-row: unset;
  }
}

.gallery-grid .grid-item.horizontal {
  grid-column: span 2;
  grid-row: span 1;
}

@media (max-width: 1200px) {
  .gallery-grid .grid-item.horizontal {
    grid-column: unset;
    grid-row: unset;
  }
}

.gallery-grid .grid-item.big-single {
  grid-column: span 2;
  grid-row: span 2;
}

@media (max-width: 1200px) {
  .gallery-grid .grid-item.big-single {
    grid-column: unset;
    grid-row: unset;
  }
}

.gallery-grid .grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.full {
  padding-block: 100px;
}

.full-main {
  position: relative;
  width: 100%;
  height: 731px;
}

@media (max-width: 1250px) {
  .full-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}

.full-main img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1512/731;
  -o-object-fit: cover;
  object-fit: cover;
}

.full-content {
  position: absolute;
  background-color: #fff;
  border-top: 4px solid #003c75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 10;
}

@media (max-width: 1250px) {
  .full-content {
    position: unset;
  }
}

.full-content .title h3 strong {
  color: #003c75;
}

.full-content--first {
  padding: 30px 20px 50px 75px;
  left: calc((100% - 1112px) / 2 + 100px);
  top: -100px;
}

@media (max-width: 1250px) {
  .full-content--first {
    padding: 20px 1rem;
  }
}

.full-content--first .title h3 {
  margin-bottom: 21px;
  padding-inline: 1rem;
}

.full-content--first .desc p {
  padding-inline: 1rem;
  max-width: 471px;
  line-height: 25px;
}

.full-content--second {
  padding: 25px 94px 70px 95px;
  right: calc((100% - 1112px) / 2);
  bottom: -100px;
}

@media (max-width: 1250px) {
  .full-content--second {
    padding: 20px 1rem;
  }
}

.full-content--second .title h3 {
  margin-bottom: 10px;
  padding-inline: 1rem;
}

.full-content--second .desc p {
  padding-inline: 1rem;
  margin-bottom: 32px;
  max-width: 452px;
  line-height: 25px;
}

.full-content--second .additional {
  padding-inline: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-content--second .additional .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-content--second .additional .icons .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  -webkit-transform: translate(calc(-40% * (var(--n) - 1)));
  transform: translate(calc(-40% * (var(--n) - 1)));
}

@media (max-width: 1250px) {
  .full-content--second .additional .icons .icon {
    width: 30px;
    height: 30px;
  }
}

.full-content--second .additional .icons .icon:nth-child(2) {
  --n: 2;
}

.full-content--second .additional .icons .icon:nth-child(3) {
  --n: 3;
}

.full-content--second .additional .icons .icon img {
  width: 22px;
  height: 22px;
}

@media (max-width: 1250px) {
  .full-content--second .additional .icons .icon img {
    width: 12px;
    height: 12px;
  }
}

.full-content--second .additional .icons .icon--primary {
  background-color: #003c75;
  border: 1px solid #fff;
}

.full-content--second .additional .icons .icon--secondary {
  background-color: #fff;
  border: 1px solid #003c75;
}

.full-content--second .additional .text p {
  font-size: clamp(0.9375rem, 0.8665rem + 0.4058vw, 1.25rem);
}

.full-content--second .additional .text p strong {
  font-weight: 700;
}

.full-aside-imgs {
  position: absolute;
  right: calc((100% - 1112px) / 2 + 550px);
  bottom: -200px;
  z-index: 5;
}

@media (max-width: 1250px) {
  .full-aside-imgs {
    bottom: 300px;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 400px) {
  .full-aside-imgs {
    bottom: 350px;
  }
}

@media (max-width: 330px) {
  .full-aside-imgs {
    bottom: 400px;
  }
}

@media (max-width: 300px) {
  .full-aside-imgs {
    bottom: 460px;
  }
}

.full-aside-imgs .main {
  position: relative;
  /* -webkit-transform: scaleX(-1);
  transform: scaleX(-1); */
  max-width: clamp(25rem, 20.8807rem + 23.539vw, 43.125rem);
  max-height: clamp(16.1875rem, 13.3466rem + 16.2338vw, 28.6875rem);
}

@media (max-width: 1250px) {
  .full-aside-imgs .main {
    position: absolute;
    bottom: 2px;
    left: 0;
  }
}

@media (max-width: 428px) {
  .full-aside-imgs .main {
    bottom: -2px;
  }
}

.full-aside-imgs .main img {
  width: 100%;
  aspect-ratio: 690/459;
  -o-object-fit: contain;
  object-fit: contain;
}

.full-aside-imgs .logo {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  max-width: clamp(11.4375rem, 10.017rem + 8.1169vw, 17.6875rem);
  max-height: clamp(13.3125rem, 11.892rem + 8.1169vw, 19.5625rem);
  position: absolute;
  bottom: 90px;
  right: -5px;
  z-index: -1;
}

@media (max-width: 1250px) {
  .full-aside-imgs .logo {
    bottom: -4px;
  }
}

.full-aside-imgs .logo img {
  width: 100%;
  aspect-ratio: 284/313;
  -o-object-fit: contain;
  object-fit: contain;
}

.full-aside-imgs .lines {
  position: absolute;
  max-width: clamp(6.25rem, 4.9858rem + 7.224vw, 11.8125rem);
  max-height: clamp(1.375rem, 1.1193rem + 1.461vw, 2.5rem);
}

.full-aside-imgs .lines img {
  width: 100%;
  aspect-ratio: 189/40;
  -o-object-fit: contain;
  object-fit: contain;
}

.full-aside-imgs .lines--first {
  top: 150px;
  right: 0;
}

@media (max-width: 1150px) {
  .full-aside-imgs .lines--first {
    top: 0;
  }
}

.full-aside-imgs .lines--second {
  left: 100px;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

@media (max-width: 1150px) {
  .full-aside-imgs .lines--second {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}

@media (max-width: 1250px) {
  .full-aside-imgs .lines--second {
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    left: 0;
  }
}

.all-products {
  max-width: 831.72px;
}

@media (max-width: 1000px) {
  .all-products {
    max-width: 100%;
  }
}

.all-products-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 115px;
  padding-top: 200px;
}

@media (max-width: 1000px) {
  .all-products-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    padding-top: 100px;
  }
}

.all-products-title h4 {
  font-size: 1.875rem;
  margin-bottom: 45px;
}

.all-products-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px;
}

@media (max-width: 1000px) {
  .all-products-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .all-products-cards {
    grid-template-columns: 1fr;
  }
}

.all-products-cards .card {
  height: auto;
  max-width: 263px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 33px 22px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .all-products-cards .card {
    max-width: 100%;
  }
}

.all-products-cards .card-name p {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 25px;
}

.all-products-cards .card-img {
  width: 355px;
  height: 279.362px;
  margin-bottom: 5px;
}

.all-products-cards .card-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 355/279;
  -o-object-fit: contain;
  object-fit: contain;
}

.all-products-cards .card-desc p {
  text-align: center;
  margin-bottom: 21px;
}

.all-products-cards .card .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
  margin-top: auto;
}

.all-products-cards .card .btn img {
  width: 14px;
  height: 9px;
}

.all-products-desc {
  border-top: 1px solid #e5e5e5;
  padding-top: 22px;
  margin-top: 115px;
}

.all-products-desc .title p {
  font-weight: 700;
  margin-bottom: 15px;
}

.all-products-desc .desc-wrapper {
  max-height: 250px;
  overflow: hidden;
}

.all-products-desc .more-info {
  display: none;
}

.all-products-desc .more-info .less,
.all-products-desc .more-info.expand .more {
  display: none;
}

.all-products-desc .more-info.expand .less {
  display: inline;
}

.all-products-desc .desc p {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 25px;
}

.all-products-desc .more-info {
  display: block !important;
  margin: 13px 13px 0px auto;
  margin-left: auto;
  padding: 10px;
  text-decoration: underline;
  text-align: right;
  color: #000;
  cursor: pointer;
}

.all-products .offers-title h3 {
  margin-bottom: 40px;
}

.all-products .offers-title h3 strong {
  color: #003c75;
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 169px;
}

@media (max-width: 1000px) {
  .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
}

.filter-title h4 {
  font-size: 1.875rem;
}

.filter-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1000px) {
  .filter-collapse {
    display: none;
  }

  .filter-collapse.active {
    display: block;
  }
}

.filter-open {
  cursor: pointer;
  display: none;
}

.filter-open img {
  width: 25px;
  height: 25px;
}

@media (max-width: 1000px) {
  .filter-open {
    display: block;
  }
}

.filter-category {
  margin-top: 45px;
}

.filter-category .title h6 {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.filter-category .item {
  margin-bottom: 18px;
}

.filter-category .item:nth-last-child(1) {
  margin-bottom: 0px;
}

.filter-category .item input {
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.filter-category .item input:checked {
  background-color: #003c75;
}

.filter-category .item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  line-height: 22px;
  font-size: 1rem;
  font-weight: 300;
}

.filter .btn {
  margin-top: 60px;
  width: -webkit-fill-available;
}

@media (max-width: 1000px) {
  .filter .btn {
    max-width: 169px;
  }
}

.articles {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.articles-see-more {
  padding: 8px 27px 11px;
  line-height: 17px;
}

.articles .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 95px;
}

.articles .article-title h3 {
  margin-bottom: 32px;
}

.articles .article-video video {
  width: 100%;
  max-height: 831.72px;
  aspect-ratio: 831/461;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 39px;
}

.articles .article-desc p {
  font-size: 12px;
  line-height: 25px;
  margin-bottom: 44px;
}

.articles .article-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #000;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 37px;
}

.articles .article-btn img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.articles .article-line {
  width: 100%;
  height: 3px;
  background-color: #003c75;
  border-radius: 25px;
}

.product .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
  padding-block: 125px 45px;
}

.product-main {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.5625rem, 0.2983rem + 7.224vw, 7.125rem);
}

@media (max-width: 800px) {
  .product-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product-main-gallery .owl-synced-carousel {
  border-right: 5px solid #003c75;
  border-bottom: 5px solid #003c75;
  margin-bottom: 25px;
  height: 527px;
  width: 449px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product-main-gallery .owl-synced-carousel img {
  height: 522px;
  width: 444px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 444/522;
}

@media (max-width: 550px) {
  .product-main-gallery .owl-synced-carousel {
    max-width: 449px;
    width: 100%;
    max-height: 300px;
  }

  .product-main-gallery .owl-synced-carousel img {
    width: 100%;
    max-height: 295px;
  }
}

.product-main-gallery .owl-offer-home {
  max-width: 449px;
}

.product-main-gallery .owl-offer-home img {
  cursor: pointer;
  width: 75px;
  height: 88px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 75/88;
}

.product-main-content {
  max-width: 546px;
}

.product-main-content .sub-title p {
  font-weight: 700;
  margin-bottom: 6px;
}

.product-main-content .title h5 {
  font-size: 2.5rem;
  line-height: 50px;
  margin-bottom: 13px;
}

.product-main-content .desc p {
  line-height: 25px;
  margin-bottom: 21px;
}

.product-main-content .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 85px;
}

.product-main-content .options .option {
  margin-bottom: 24px;
}

.product-main-content .options .option:nth-last-child(1) {
  margin-bottom: 0px;
}

.product-main-content .options .option-title p {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 25px;
  margin-bottom: 12px;
}

.product-main-content .options .option-item {
  color: #000;
  max-width: 263px;
  padding-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #003c75;
  margin-bottom: 6px;
}

.product-main-content .options .option-item:nth-last-child(1) {
  margin-bottom: 0px;
}

.product-main-content .options .option-item p {
  font-weight: 500;
}

.product-main-content .options .option-item img {
  padding-right: 16px;
}

.product-main-content .product-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.product-main-content .product-contact .text p {
  line-height: 18px;
}

.product-main-content .product-contact .btn {
  padding: 11px 12px;
}

.product-desc-title h5 {
  font-size: 1.875rem;
  line-height: 37.5px;
  margin-bottom: 20px;
}

.product-desc-content p {
  margin-bottom: 33px;
}

.product-desc-certificates .title p {
  font-weight: 700;
  margin-bottom: 15px;
}

.product-desc-certificates .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.product-desc-certificates .flex .certificate {
  max-width: 75px;
  max-height: 75px;
}

.product-desc-certificates .flex .certificate img {
  width: 100%;
  aspect-ratio: 74/74;
  -o-object-fit: cover;
  object-fit: cover;
}

.modifications .container {
  padding-block: 180px;
}

.modifications-title h2 {
  margin-bottom: 28px;
}

.modifications-title h2 strong {
  color: #003c75;
}

.modifications-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modifications-grid .modification {
  max-width: 358px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 30px 36px 30px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media (max-width: 767px) {
  .modifications-grid .modification {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 450px) {
  .modifications-grid .modification {
    padding: 10px 25px 31px 25px;
  }
}

.modifications-grid .modification-icon {
  max-width: 45px;
  max-height: 45px;
}

.modifications-grid .modification-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.modifications-grid .modification-text {
  max-width: 223px;
}

.modifications-grid .modification-title p {
  color: #003c75;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 25px;
  margin-bottom: 10px;
}

.specification-title h2 {
  margin-bottom: 60px;
}

.specification-categories {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

.specification-categories:nth-child(1) {
  margin-top: 0px;
}

.specification-categories .category .title h3 {
  margin-bottom: 20px;
}

.specification-categories .category .sub-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

.specification-categories .category .sub-categories .sub-category .additional p {
  margin-top: 30px;
  font-weight: 700;
  line-height: 15px;
  font-size: 0.75rem;
}

.specification-categories .category .sub-categories .sub-category-title h4 {
  color: #003c75;
  font-size: 1rem;
  line-height: 18px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.specification-categories .category .sub-categories .sub-category-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 0px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1000px) {
  .specification-categories .category .sub-categories .sub-category-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.specification-categories .category .sub-categories .sub-category-items .column {
  width: calc(50% - 10px);
  border-top: 2px solid #003c75;
}

@media (max-width: 1000px) {
  .specification-categories .category .sub-categories .sub-category-items .column {
    width: 100%;
  }

  .specification-categories .category .sub-categories .sub-category-items .column:nth-child(2) {
    border-top: 2px solid transparent;
  }
}

.specification-categories .category .sub-categories .sub-category-item {
  padding-block: 20px;
  border-bottom: 2px solid #003c75;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 1000px) {
  .specification-categories .category .sub-categories .sub-category-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 550px) {
  .specification-categories .category .sub-categories .sub-category-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}

.specification-categories .category .sub-categories .sub-category-item.without-bottom-line {
  border-bottom: 2px solid transparent;
}

@media (max-width: 1000px) {
  .specification-categories .category .sub-categories .sub-category-item.without-bottom-line {
    border-bottom: 2px solid #003c75;
  }
}

.specification-categories .category .sub-categories .sub-category-item .left p {
  width: 324px;
}

@media (max-width: 324px) {
  .specification-categories .category .sub-categories .sub-category-item .left p {
    max-width: 324px;
    width: unset;
  }
}

.specification-categories .category .sub-categories .sub-category-item .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.specification-categories .category .sub-categories .sub-category-item .right p {
  line-height: 20px;
  max-width: 161px;
  padding-left: 29px;
}

@media (max-width: 1000px) {
  .specification-categories .category .sub-categories .sub-category-item .right p {
    text-align: end;
  }
}

@media (max-width: 550px) {
  .specification-categories .category .sub-categories .sub-category-item .right p {
    padding-left: 0px;
    text-align: start;
  }
}

.technical {
  background-color: rgba(0, 60, 117, 0.1);
}

.technical .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 77px 64px;
}

.technical-title {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.technical-img {
  padding-block: 143px 90px;
  max-width: 656px;
  max-height: 523px;
}

@media (max-width: 600px) {
  .technical-img {
    padding-block: 70px 45px;
  }
}

.technical-img img {
  width: 100%;
  aspect-ratio: 656/523;
  -o-object-fit: cover;
  object-fit: cover;
}

.technical .specification-column {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 52px;
}

.technical .specification-column--left {
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}

.technical .specification-column--right {
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-55%) scaleX(-1);
  transform: translateY(-55%) scaleX(-1);
}

.technical .specification-column--right p,
.technical .specification-column--right strong,
.technical .specification-column--right img {
  text-align: end;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media (max-width: 600px) {
  .technical .specification-column {
    position: unset;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
  }

  .technical .specification-column--right {
    margin-top: 52px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .technical .specification-column--right p,
  .technical .specification-column--right strong,
  .technical .specification-column--right img {
    text-align: start;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.technical .specification-column .technical-specification-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.technical .specification-column .technical-specification-arrow .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #003c75;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #003c75;
  font-weight: 700;
}

.technical .specification-column .technical-specification-arrow .circle img {
  -o-object-fit: contain;
  object-fit: contain;
}

.technical .specification-column .technical-specification-arrow .line {
  background-color: #003c75;
  height: 1px;
  width: clamp(10rem, 6.9744rem + 17.289vw, 23.3125rem);
}

@media (max-width: 600px) {
  .technical .specification-column .technical-specification-arrow .line {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.technical .specification-column .technical-specification-arrow .dot {
  width: 5px;
  height: 5px;
  background-color: #003c75;
  border-radius: 50%;
}

.technical .specification-column .technical-specification-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  padding-left: 62px;
  display: flex;
  flex-direction: column;
}

.technical .specification-column .technical-specification-text strong {
  font-weight: 700;
}

.technical .specification-column .technical-specification-text .title p {
  font-size: clamp(1.1875rem, 1.1733rem + 0.0812vw, 1.25rem);
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 6px;
}

.technical .btn {
  padding: 11px 22px;
  line-height: 18px;
}

@media (max-width: 600px) {
  .technical .btn {
    margin-top: 32px;
  }
}

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

.footer .text strong {
  color: rgba(149, 192, 242, 0.8);
}

.title h2 strong,
.products-title h2 strong {
  color: #003c75;
}

.offers-content {
  flex-wrap: nowrap;
}

@media (max-width: 1150px) {
  .offers-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.additional p {
  font-weight: bold;
  margin: 20px auto;
}

@media (max-width: 1155px) {

  .about-desc,
  .reliable-content,
  .portfolio-desc,
  .full-content--first .desc p,
  .full-content--second .desc p,
  .portfolio--second .portfolio-container .portfolio-desc {
    max-width: unset !important;
  }
}

@media (max-width: 1100px) {

  .contact-header .desc p,
  .contact-form,
  .second-about-content {
    max-width: unset !important;
  }
}

.bright_instead_gray {
  filter: brightness(1) !important;
}

.bright_instead_gray:hover {
  filter: brightness(0) !important;
}

.profiles-grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 30px;
  align-items: center;
  max-width: 800px;
  margin: auto;
}

.profiles-grid .profiles-image {
  margin: auto;
}

.profiles-grid .profiles-image img {
  max-width: 300px;
}

.profiles-grid .profiles-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.profiles-grid .profiles-content h2,
.profiles-grid .profiles-content h3,
.profiles-grid .profiles-content .profiles-description {
  width: 100%;
}

.custom-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
}

.custom-prev,
.custom-next {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  transition: .5s all;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.custom-next:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
  transform: translateY(-5px);
}

.custom-nav .custom-prev {
  position: absolute;
  left: 5%;
  transform: rotate(180deg);
}

.custom-prev:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
  transform: rotate(180deg) translateY(5px);
}

.custom-nav .custom-next {
  position: absolute;
  right: 5%;
}

.products.profiles .container {
  padding-block: 50px;
}

.profiles-btns {
  margin: 20px 0;
}

@media (max-width: 800px) {
  .profiles-grid {
    grid-template-columns: 1fr;
  }
  .profiles-grid .profiles-image img {
    max-width: 200px;
  }
}