/*! 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 */
}

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

/**
 * 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 {
  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 */
  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 {
  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] {
  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;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  text-decoration: none;
}

footer .footer-wrapper .footer-wrapper-row .menu > ul > li > a, header .header-wrapper .header-row .menu > ul > li > a {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: -0.5px;
  text-align: left;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  padding: 6px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  cursor: pointer;
}
footer .footer-wrapper .footer-wrapper-row .menu > ul > li > a::after, header .header-wrapper .header-row .menu > ul > li > a::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 2px;
  height: 2px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
footer .footer-wrapper .footer-wrapper-row .menu > ul > li > a:hover, header .header-wrapper .header-row .menu > ul > li > a:hover {
  outline: 0;
  color: #CBF36E;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  cursor: pointer;
}
footer .footer-wrapper .footer-wrapper-row .menu > ul > li > a:hover::after, header .header-wrapper .header-row .menu > ul > li > a:hover::after {
  outline: 0;
  background-color: #CBF36E;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  height: 2px;
}

.innovation .our-benefits .title > a, .our-solutions .our-solutions-wrapper .row > a, .main-banner .main-banner-wrapper .main-banner-info > a {
  font-family: "CircularStd-Book", sans-serif;
  font-weight: 450;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border: 2px solid #454545;
  border-radius: 26px;
  padding: 5px 5px 5px 22px;
  min-width: 154px;
  min-height: 52px;
  width: max-content;
}
.innovation .our-benefits .title > a .round, .our-solutions .our-solutions-wrapper .row > a .round, .main-banner .main-banner-wrapper .main-banner-info > a .round {
  position: relative;
  background: #CBF36E;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.innovation .our-benefits .title > a .round > span, .our-solutions .our-solutions-wrapper .row > a .round > span, .main-banner .main-banner-wrapper .main-banner-info > a .round > span {
  width: 7px;
  height: 12px;
  background-size: cover;
  background-image: url(../img/svg/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.innovation .our-benefits .title > a .round > span.segunda, .our-solutions .our-solutions-wrapper .row > a .round > span.segunda, .main-banner .main-banner-wrapper .main-banner-info > a .round > span.segunda {
  margin-left: -2px;
}
.innovation .our-benefits .title > a .round > span.segunda .bounceAlpha, .our-solutions .our-solutions-wrapper .row > a .round > span.segunda .bounceAlpha, .main-banner .main-banner-wrapper .main-banner-info > a .round > span.segunda .bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.innovation .our-benefits .title > a:hover .round > span, .our-solutions .our-solutions-wrapper .row > a:hover .round > span, .main-banner .main-banner-wrapper .main-banner-info > a:hover .round > span {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.innovation .our-benefits .title > a:hover .round > span.segunda, .our-solutions .our-solutions-wrapper .row > a:hover .round > span.segunda, .main-banner .main-banner-wrapper .main-banner-info > a:hover .round > span.segunda {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-image: url(../img/svg/arrow-hover.svg);
}

.rise-business .rise-business-wrapper .row > a, .rise .row > a {
  font-family: "CircularStd-Book", sans-serif;
  font-weight: 450;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border: 2px solid rgba(0, 0, 0, 0.16);
  border-radius: 26px;
  padding: 5px 5px 5px 22px;
  min-width: 154px;
  min-height: 52px;
  width: max-content;
}
.rise-business .rise-business-wrapper .row > a .round, .rise .row > a .round {
  position: relative;
  background: #000000;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rise-business .rise-business-wrapper .row > a .round > span, .rise .row > a .round > span {
  width: 7px;
  height: 12px;
  background-size: cover;
  background-image: url(../img/svg/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.rise-business .rise-business-wrapper .row > a .round > span.segunda, .rise .row > a .round > span.segunda {
  margin-left: -2px;
}
.rise-business .rise-business-wrapper .row > a .round > span.segunda .bounceAlpha, .rise .row > a .round > span.segunda .bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.rise-business .rise-business-wrapper .row > a:hover .round > span, .rise .row > a:hover .round > span {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.rise-business .rise-business-wrapper .row > a:hover .round > span.segunda, .rise .row > a:hover .round > span.segunda {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-image: url(../img/svg/white-arrow-hover.svg);
}

.connect-with-us .connect-wrapper .connect-form form button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: transparent;
  outline: none;
  padding: 5px 5px 5px 22px;
  border: 2px solid #ABCC5C;
  border-radius: 26px;
  font-family: "CircularStd-Book", sans-serif;
  font-weight: 450;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #000000;
  position: relative;
  cursor: pointer;
  min-width: 130px;
  min-height: 52px;
  width: max-content;
}
.connect-with-us .connect-wrapper .connect-form form button .round {
  position: relative;
  background: #000000;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.connect-with-us .connect-wrapper .connect-form form button .round > span {
  width: 7px;
  height: 12px;
  background-size: cover;
  background-image: url(../img/svg/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 !important;
}
.connect-with-us .connect-wrapper .connect-form form button .round > span.segunda {
  margin-left: -2px;
}
.connect-with-us .connect-wrapper .connect-form form button .round > span.segunda .bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.connect-with-us .connect-wrapper .connect-form form button:hover .round > span {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.connect-with-us .connect-wrapper .connect-form form button:hover .round > span.segunda {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-image: url(../img/svg/white-arrow-hover.svg);
}

.connect-with-us .connect-wrapper .connect-info .link > a {
  display: inline-block;
  font-family: "CircularStd-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  color: #000000;
  text-align: left;
  position: relative;
  z-index: 2;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  padding: 6px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  cursor: pointer;
}
.connect-with-us .connect-wrapper .connect-info .link > a::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 2px;
  height: 2px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.connect-with-us .connect-wrapper .connect-info .link > a:hover {
  outline: 0;
  cursor: pointer;
}
.connect-with-us .connect-wrapper .connect-info .link > a:hover::after {
  outline: 0;
  background-color: #000000;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  height: 2px;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  --scroll-behavior: smooth;
  font-size: 16px;
}

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

a,
button {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  background: #0D0F11;
}
body :first-child {
  margin-top: 0 !important;
}
body :last-child {
  margin-bottom: 0 !important;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

main {
  flex: 1 1 auto;
  margin: 90px 0 0 0;
}

footer {
  flex: 0 0 auto;
}

.container {
  width: 1196px;
  max-width: 95%;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "CircularStd-Bold", sans-serif;
  font-weight: 700;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}

h1 {
  font-size: 5rem;
  line-height: 6rem;
}

h2 {
  font-size: 3.75rem;
  line-height: 4.5rem;
}

h3 {
  font-size: 3.125rem;
  line-height: 3.75rem;
}

h4 {
  font-size: 2rem;
  line-height: 2.375rem;
}

h5,
h6 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 0 0 30px 0;
}

.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
@font-face {
  font-family: "CircularStd-Book";
  src: url("../fonts/CircularStd-Book.eot");
  src: local("CircularStd-Book"), local("CircularStd-Book"), url("../fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CircularStd-Medium";
  src: url("../fonts/CircularStd-Medium.eot");
  src: local("CircularStd-Medium"), local("CircularStd-Medium"), url("../fonts/CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Medium.woff") format("woff"), url("../fonts/CircularStd-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "CircularStd-Bold";
  src: url("../fonts/CircularStd-Bold.eot");
  src: local("CircularStd-Bold"), local("CircularStd-Bold"), url("../fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 699px) and (max-width: 1439px) {
  main {
    margin: 70px 0 0 0;
  }
}
@media (min-width: 699px) and (max-width: 1039px) {
  body._lock {
    overflow: hidden;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 699px) {
  body._lock {
    overflow: hidden;
  }
  main {
    margin: 88px 0 0 0;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  h2 {
    font-size: 2rem;
    line-height: 2.375rem;
  }
  h3 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
  h4 {
    font-size: 1.625rem;
    line-height: 1.9375rem;
  }
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  padding: 20px 0;
  background: #0D0F11;
  transition: all 0.5s ease;
}
header .header-wrapper .header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
header .header-wrapper .header-row .logo {
  width: 132px;
  height: 50px;
}
header .header-wrapper .header-row .logo > a {
  display: inline-block;
  width: 132px;
  height: 50px;
}
header .header-wrapper .header-row .logo > a > img {
  width: 132px;
  height: 50px;
  object-fit: contain;
}
header .header-wrapper .header-row .menu .fixed-panel {
  display: none;
}
header .header-wrapper .header-row .menu > ul {
  display: flex;
  align-items: center;
  gap: 36px;
}
header .header-wrapper .header-row .menu > ul > li.current-menu-item > a {
  color: #CBF36E;
}
header .header-wrapper .header-row .menu-btn {
  display: none;
}

@media (min-width: 699px) and (max-width: 1439px) {
  header {
    padding: 15px 0;
  }
  header .header-wrapper .header-row .logo {
    width: 122px;
    height: 40px;
  }
  header .header-wrapper .header-row .logo > a {
    width: 122px;
    height: 40px;
  }
  header .header-wrapper .header-row .logo > a > img {
    width: 122px;
    height: 40px;
  }
}
@media (max-width: 699px) {
  header {
    padding: 24px 0;
  }
  header .header-wrapper .header-row .logo {
    width: 107px;
    height: 40px;
  }
  header .header-wrapper .header-row .logo > a {
    width: 107px;
    height: 40px;
  }
  header .header-wrapper .header-row .logo > a > img {
    width: 107px;
    height: 40px;
  }
  header .header-wrapper .header-row .menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #CBF36E;
    padding: 0 20px 30px 20px;
    transition: left 0.3s ease;
    overflow: auto;
  }
  header .header-wrapper .header-row .menu._active {
    left: 0;
    z-index: 1;
  }
  header .header-wrapper .header-row .menu .fixed-panel {
    padding: 24px 0 9px 0;
    width: calc(100% - 40px);
    height: 74px;
    background: #CBF36E;
    z-index: 3;
    position: fixed;
    display: block;
  }
  header .header-wrapper .header-row .menu > ul {
    padding: 173px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  header .header-wrapper .header-row .menu > ul > li > a {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.375rem;
    text-align: center;
    color: #000000;
  }
  header .header-wrapper .header-row .menu > ul > li > a:hover {
    color: #000000;
  }
  header .header-wrapper .header-row .menu > ul > li > a:hover::after {
    background-color: #000000;
  }
  header .header-wrapper .header-row .menu > ul > li.current-menu-item > a {
    color: #000000;
  }
  header .header-wrapper .header-row .menu-btn {
    cursor: pointer;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 21px;
    background-color: transparent;
    transition: all 0.3s ease 0s;
  }
  header .header-wrapper .header-row .menu-btn > span {
    display: block;
    height: 3px;
    width: 100%;
    background: #FFFFFF;
    transition: all 0.3s ease 0s;
    z-index: 2;
  }
  header .header-wrapper .header-row .menu-btn > span:nth-child(2) {
    width: 100%;
    margin-top: 5px;
  }
  header .header-wrapper .header-row .menu-btn > span:nth-child(3) {
    display: none;
  }
  header .header-wrapper .header-row .menu-btn._active > span {
    background: #000000;
  }
  header .header-wrapper .header-row .menu-btn._active > span:nth-child(1) {
    width: 100%;
    transform: translate(0px, 4px) rotate(-45deg);
  }
  header .header-wrapper .header-row .menu-btn._active > span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
  }
  header .header-wrapper .header-row .menu-btn._active > span:nth-child(3) {
    width: 100%;
    transform: translate(0px, -7px) rotate(45deg);
    display: block;
  }
}
footer .footer-wrapper {
  background: #1E2121;
  padding: 87px 0;
}
footer .footer-wrapper .footer-wrapper-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
footer .footer-wrapper .footer-wrapper-row .logo {
  width: 132px;
  height: 50px;
}
footer .footer-wrapper .footer-wrapper-row .logo > a {
  display: inline-block;
  width: 132px;
  height: 50px;
}
footer .footer-wrapper .footer-wrapper-row .logo > a > img {
  width: 132px;
  height: 50px;
  object-fit: cover;
}
footer .footer-wrapper .footer-wrapper-row .menu > ul {
  display: flex;
  align-items: center;
  gap: 36px;
}
footer .footer-wrapper .footer-wrapper-row .menu > ul > li.current-menu-item > a {
  color: #CBF36E;
}
footer .footer-copywright {
  padding: 30.5px 0;
}
footer .footer-copywright p {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 1039px) and (max-width: 1439px) {
  footer .footer-wrapper {
    padding: 60px 0;
  }
}
@media (min-width: 699px) and (max-width: 1039px) {
  footer .footer-wrapper {
    padding: 40px 0;
  }
  footer .footer-copywright {
    padding: 20px 0;
  }
}
@media (max-width: 699px) {
  footer .footer-wrapper {
    padding: 40px 0;
  }
  footer .footer-wrapper .footer-wrapper-row {
    gap: 40px;
    flex-direction: column;
  }
  footer .footer-wrapper .footer-wrapper-row .logo {
    width: 107px;
    height: 40px;
  }
  footer .footer-wrapper .footer-wrapper-row .logo > a {
    width: 107px;
    height: 40px;
  }
  footer .footer-wrapper .footer-wrapper-row .logo > a > img {
    width: 107px;
    height: 40px;
  }
  footer .footer-wrapper .footer-wrapper-row .menu {
    width: 100%;
    padding: 0 0 0 33px;
  }
  footer .footer-wrapper .footer-wrapper-row .menu > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: 40px;
  }
  footer .footer-copywright {
    padding: 20px 0;
  }
}
@media (max-width: 369px) {
  footer .footer-wrapper .footer-wrapper-row .menu {
    padding: 0;
  }
}
.breadcrumbs {
  padding: 44px 0 16px 0;
}
.breadcrumbs ul > li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  letter-spacing: -0.5px;
  color: #FFFFFF;
}
.breadcrumbs ul > li > a {
  display: block;
}
.breadcrumbs ul > li > img {
  width: 8px;
  height: 8px;
  object-fit: cover;
}
.breadcrumbs ul > li > span {
  color: #BBBBBB;
}

@media (min-width: 1039px) and (max-width: 1439px) {
  .breadcrumbs {
    padding: 20px 0 16px 0;
  }
}
@media (min-width: 699px) and (max-width: 1039px) {
  .breadcrumbs {
    padding: 26px 0 16px 0;
  }
}
@media (max-width: 699px) {
  .breadcrumbs {
    padding: 26px 0 16px 0;
  }
  .breadcrumbs ul > li {
    gap: 10px;
  }
}
/* Home Page */
.main-banner {
  padding: 65px 0 90px 0;
}
.main-banner .main-banner-wrapper {
  position: relative;
}
.main-banner .main-banner-wrapper .main-banner-info {
  max-width: 892px;
  width: 100%;
  padding: 15px 0 0 0;
}
.main-banner .main-banner-wrapper .main-banner-info > h1 {
  font-family: "CircularStd-Bold", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 6rem;
  text-align: left;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.main-banner .main-banner-wrapper .main-banner-info > h1 > span {
  color: #CBF36E;
}
.main-banner .main-banner-wrapper .main-banner-info > p {
  font-size: 2.25rem;
  line-height: 3.125rem;
  letter-spacing: -0.5px;
  text-align: left;
  color: #FFFFFF;
  margin: 0 0 40px 0;
  padding: 0 0 0 101px;
  max-width: 790px;
}
.main-banner .main-banner-wrapper .main-banner-info > a {
  margin: 0 0 0 101px;
}
.main-banner .main-banner-wrapper .main-banner-info .divider {
  width: 183px;
  height: 2px;
  background: #CBF36E;
  margin: 0 0 30px 0;
}
.main-banner .main-banner-wrapper .main-banner-img {
  position: absolute;
  max-width: 588px;
  min-width: 588px;
  width: 100%;
  max-height: 574px;
  min-height: 574px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 20px;
}
.main-banner .main-banner-wrapper .main-banner-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  max-height: 574px;
  min-height: 574px;
}

@media (min-width: 1439px) and (max-width: 1919px) {
  .main-banner {
    padding: 45px 0 60px 0;
  }
  .main-banner .main-banner-wrapper .main-banner-info {
    max-width: 700px;
  }
  .main-banner .main-banner-wrapper .main-banner-info > h1 {
    font-size: calc(3.875rem + 0.2692842252vw);
    line-height: 4.625rem;
  }
  .main-banner .main-banner-wrapper .main-banner-info > p {
    font-size: calc(1.5rem + 0.1042390549vw);
    line-height: 2.25rem;
    margin: 0 0 30px 0;
    max-width: 700px;
  }
  .main-banner .main-banner-wrapper .main-banner-img {
    max-width: 628px;
    min-width: 628px;
    max-height: 489px;
    min-height: 489px;
  }
  .main-banner .main-banner-wrapper .main-banner-img > img {
    max-height: 489px;
    min-height: 489px;
  }
}
@media (min-width: 1199px) and (max-width: 1439px) {
  .main-banner {
    padding: 30px 0 60px 0;
  }
  .main-banner .main-banner-wrapper .main-banner-info {
    max-width: 580px;
  }
  .main-banner .main-banner-wrapper .main-banner-info > h1 {
    font-size: calc(3.125rem + 0.2171646977vw);
    line-height: 3.875rem;
    margin: 0 0 25px 0;
  }
  .main-banner .main-banner-wrapper .main-banner-info .divider {
    margin: 0 0 25px 0;
  }
  .main-banner .main-banner-wrapper .main-banner-info > p {
    font-size: calc(1.125rem + 0.0781792912vw);
    line-height: 1.875rem;
    margin: 0 0 25px 0;
    max-width: 580px;
    padding: 0 0 0 60px;
  }
  .main-banner .main-banner-wrapper .main-banner-info > a {
    margin: 0 0 0 60px;
  }
  .main-banner .main-banner-wrapper .main-banner-img {
    max-width: 700px;
    min-width: 700px;
    max-height: 420px;
    min-height: 420px;
  }
  .main-banner .main-banner-wrapper .main-banner-img > img {
    max-height: 420px;
    min-height: 420px;
  }
}
@media (min-width: 1039px) and (max-width: 1199px) {
  .main-banner {
    padding: 30px 0 60px 0;
  }
  .main-banner .main-banner-wrapper .main-banner-info {
    max-width: 460px;
  }
  .main-banner .main-banner-wrapper .main-banner-info > h1 {
    font-size: calc(2.5rem + 0.2085070892vw);
    line-height: 3.25rem;
    margin: 0 0 25px 0;
  }
  .main-banner .main-banner-wrapper .main-banner-info .divider {
    margin: 0 0 25px 0;
  }
  .main-banner .main-banner-wrapper .main-banner-info > p {
    font-size: calc(1rem + 0.0694927033vw);
    line-height: 1.75rem;
    margin: 0 0 25px 0;
    max-width: 460px;
    padding: 0 0 0 40px;
  }
  .main-banner .main-banner-wrapper .main-banner-info > a {
    margin: 0 0 0 40px;
  }
  .main-banner .main-banner-wrapper .main-banner-img {
    max-width: 65%;
    min-width: 65%;
    max-height: 384px;
    min-height: 384px;
  }
  .main-banner .main-banner-wrapper .main-banner-img > img {
    max-height: 384px;
    min-height: 384px;
  }
}
@media (min-width: 699px) and (max-width: 1039px) {
  .main-banner {
    padding: 20px 0 40px 0;
  }
  .main-banner .container {
    padding: 0 0 0 20px;
  }
  .main-banner .main-banner-wrapper .main-banner-info {
    max-width: 460px;
  }
  .main-banner .main-banner-wrapper .main-banner-info > h1 {
    font-size: calc(2.5rem + 0.2085070892vw);
    line-height: 3.25rem;
    margin: 0 0 25px 0;
  }
  .main-banner .main-banner-wrapper .main-banner-info .divider {
    margin: 0 0 25px 0;
  }
  .main-banner .main-banner-wrapper .main-banner-info > p {
    font-size: calc(1rem + 0.0694927033vw);
    line-height: 1.75rem;
    margin: 0 0 25px 0;
    max-width: 460px;
    padding: 0;
  }
  .main-banner .main-banner-wrapper .main-banner-info > a {
    margin: 0;
  }
  .main-banner .main-banner-wrapper .main-banner-img {
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    min-height: 100%;
    border-radius: 20px 0 0 20px;
  }
  .main-banner .main-banner-wrapper .main-banner-img > img {
    border-radius: 20px 0 0 20px;
    max-height: 90%;
    min-height: 90%;
  }
}
@media (max-width: 699px) {
  .main-banner {
    padding: 4px 0 49px 0;
  }
  .main-banner .container {
    padding: 0 0 0 20px;
  }
  .main-banner .main-banner-wrapper {
    max-height: 568px;
  }
  .main-banner .main-banner-wrapper .main-banner-info {
    max-width: 500px;
    padding: 22px 20px 0 0;
  }
  .main-banner .main-banner-wrapper .main-banner-info > h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .main-banner .main-banner-wrapper .main-banner-info > p {
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 1.625rem;
    margin: 0 0 62px 0;
    padding: 0;
    max-width: 340px;
  }
  .main-banner .main-banner-wrapper .main-banner-info > a {
    margin: 0;
  }
  .main-banner .main-banner-wrapper .main-banner-img {
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    min-height: 100%;
    border-radius: 20px 0 0 20px;
  }
  .main-banner .main-banner-wrapper .main-banner-img > img {
    border-radius: 20px 0 0 20px;
    max-height: 83%;
    min-height: 83%;
  }
}
@media (max-width: 369px) {
  .main-banner .main-banner-wrapper {
    max-height: 466px;
  }
  .main-banner .main-banner-wrapper .main-banner-info > h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 0 0 20px 0;
  }
  .main-banner .main-banner-wrapper .main-banner-info .divider {
    margin: 0 0 20px 0;
  }
  .main-banner .main-banner-wrapper .main-banner-info > p {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin: 0 0 40px 0;
  }
}
.our-solutions {
  position: relative;
  padding: 90px 0 200px 0;
}
.our-solutions .container {
  position: relative;
}
.our-solutions .el-one {
  position: absolute;
  top: -118px;
  left: 278px;
  width: 100%;
  height: 100%;
  max-width: 321px;
  max-height: 325px;
  z-index: -1;
}
.our-solutions .el-one > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.our-solutions .our-solutions-wrapper {
  display: flex;
  flex-direction: column;
  gap: 76px;
}
.our-solutions .our-solutions-wrapper .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.our-solutions .our-solutions-wrapper .row .title > h2 {
  font-family: "CircularStd-Bold", sans-serif;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 4.5rem;
  text-align: left;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.our-solutions .our-solutions-wrapper .row .title .divider {
  width: 183px;
  height: 2px;
  background: #CBF36E;
}
.our-solutions .our-solutions-wrapper .row > a {
  padding: 5px 5px 5px 23px;
}
.our-solutions .our-solutions-wrapper .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
}
.our-solutions .our-solutions-wrapper .content .image {
  max-width: 477px;
  width: 100%;
  border-radius: 20px;
}
.our-solutions .our-solutions-wrapper .content .image > img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-solutions .our-solutions-wrapper .content .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
  max-width: 588px;
  width: 100%;
}
.our-solutions .our-solutions-wrapper .content .cards .card {
  background: #1E2121;
  border-radius: 20px;
  padding: 82px 40px 73px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.our-solutions .our-solutions-wrapper .content .cards .card > h5 {
  font-family: "CircularStd-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 16px 0;
}
.our-solutions .our-solutions-wrapper .content .cards .card .divider {
  width: 45px;
  height: 2px;
  background: #CBF36E;
  margin: 0 0 16px 0;
}
.our-solutions .our-solutions-wrapper .content .cards .card > p {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  letter-spacing: -0.5px;
  text-align: center;
  color: #BFBFBF;
  margin: 0 0 16px 0;
}
.our-solutions .our-solutions-wrapper .mob-link {
  display: none;
}

@media (min-width: 1439px) and (max-width: 1919px) {
  .our-solutions {
    padding: 60px 0;
  }
  .our-solutions .el-one {
    top: -108px;
    left: 225px;
    max-width: 290px;
    max-height: 294px;
  }
  .our-solutions .our-solutions-wrapper .row .title > h2 {
    font-size: calc(2.9375rem + 0.2041348158vw);
    line-height: 3.6875rem;
  }
}
@media (min-width: 1199px) and (max-width: 1439px) {
  .our-solutions {
    padding: 60px 0;
  }
  .our-solutions .el-one {
    top: -80px;
    left: 195px;
    max-width: 210px;
    max-height: 214px;
  }
  .our-solutions .our-solutions-wrapper {
    gap: 30px;
  }
  .our-solutions .our-solutions-wrapper .row .title > h2 {
    font-size: calc(2.5rem + 0.1737317582vw);
    line-height: 3.25rem;
    margin: 0 0 15px 0;
  }
  .our-solutions .our-solutions-wrapper .content {
    display: flex;
    gap: 80px;
    justify-content: space-between;
  }
  .our-solutions .our-solutions-wrapper .content .image {
    max-width: 340px;
  }
  .our-solutions .our-solutions-wrapper .content .cards {
    max-width: 800px;
  }
  .our-solutions .our-solutions-wrapper .content .cards .card {
    padding: 40px;
  }
  .our-solutions .our-solutions-wrapper .content .cards .card > h5 {
    max-width: 215px;
  }
}
@media (min-width: 1039px) and (max-width: 1199px) {
  .our-solutions {
    padding: 50px 0;
  }
  .our-solutions .el-one {
    top: -80px;
    left: 195px;
    max-width: 210px;
    max-height: 214px;
  }
  .our-solutions .our-solutions-wrapper {
    gap: 30px;
  }
  .our-solutions .our-solutions-wrapper .row .title > h2 {
    font-size: calc(1.875rem + 0.1302988186vw);
    line-height: 2.625rem;
    margin: 0 0 15px 0;
  }
  .our-solutions .our-solutions-wrapper .content {
    display: flex;
    gap: 60px;
    justify-content: space-between;
  }
  .our-solutions .our-solutions-wrapper .content .image {
    max-width: 340px;
  }
  .our-solutions .our-solutions-wrapper .content .cards {
    max-width: 800px;
  }
  .our-solutions .our-solutions-wrapper .content .cards .card {
    padding: 40px;
  }
  .our-solutions .our-solutions-wrapper .content .cards .card > h5 {
    max-width: 215px;
  }
}
@media (min-width: 699px) and (max-width: 1039px) {
  .our-solutions {
    padding: 40px 0 120px 0;
  }
  .our-solutions .el-one {
    display: none;
  }
  .our-solutions .our-solutions-wrapper {
    gap: 45px;
  }
  .our-solutions .our-solutions-wrapper .row .title > h2 {
    font-size: calc(2.25rem + 0.1563585823vw);
    line-height: 3rem;
  }
  .our-solutions .our-solutions-wrapper .row > a {
    display: none;
  }
  .our-solutions .our-solutions-wrapper .content {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .our-solutions .our-solutions-wrapper .content .image {
    display: none;
  }
  .our-solutions .our-solutions-wrapper .content .cards {
    max-width: 100%;
  }
  .our-solutions .our-solutions-wrapper .mob-link {
    display: flex;
    justify-content: flex-end;
  }
  .our-solutions .our-solutions-wrapper .mob-link > a {
    font-family: "CircularStd-Book", sans-serif;
    font-weight: 450;
    font-size: 1.125rem;
    line-height: 1.4375rem;
    text-align: left;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border: 2px solid #454545;
    border-radius: 26px;
    padding: 5px 5px 5px 22px;
    min-width: 154px;
    min-height: 52px;
    width: max-content;
  }
  .our-solutions .our-solutions-wrapper .mob-link > a .round {
    position: relative;
    background: #CBF36E;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .our-solutions .our-solutions-wrapper .mob-link > a .round > span {
    width: 7px;
    height: 12px;
    background-size: cover;
    background-image: url(../img/svg/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  .our-solutions .our-solutions-wrapper .mob-link > a .round > span.segunda {
    margin-left: -2px;
  }
  .our-solutions .our-solutions-wrapper .mob-link > a .round > span.segunda .bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .our-solutions .our-solutions-wrapper .mob-link > a:hover .round > span {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .our-solutions .our-solutions-wrapper .mob-link > a:hover .round > span.segunda {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-image: url(../img/svg/arrow-hover.svg);
  }
}
@media (max-width: 699px) {
  .our-solutions {
    padding: 50px 0 120px 0;
  }
  .our-solutions .el-one {
    display: none;
  }
  .our-solutions .our-solutions-wrapper {
    gap: 40px;
  }
  .our-solutions .our-solutions-wrapper .row .title > h2 {
    font-size: 2rem;
    line-height: 2.375rem;
  }
  .our-solutions .our-solutions-wrapper .row > a {
    display: none;
  }
  .our-solutions .our-solutions-wrapper .content {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .our-solutions .our-solutions-wrapper .content .image {
    display: none;
  }
  .our-solutions .our-solutions-wrapper .content .cards {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .our-solutions .our-solutions-wrapper .content .cards .card {
    padding: 77.5px 65.5px;
  }
  .our-solutions .our-solutions-wrapper .mob-link {
    display: flex;
    justify-content: flex-end;
  }
  .our-solutions .our-solutions-wrapper .mob-link > a {
    font-family: "CircularStd-Book", sans-serif;
    font-weight: 450;
    font-size: 1.125rem;
    line-height: 1.4375rem;
    text-align: left;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border: 2px solid #454545;
    border-radius: 26px;
    padding: 5px 5px 5px 22px;
    min-width: 154px;
    min-height: 52px;
    width: max-content;
  }
  .our-solutions .our-solutions-wrapper .mob-link > a .round {
    position: relative;
    background: #CBF36E;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .our-solutions .our-solutions-wrapper .mob-link > a .round > span {
    width: 7px;
    height: 12px;
    background-size: cover;
    background-image: url(../img/svg/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  .our-solutions .our-solutions-wrapper .mob-link > a .round > span.segunda {
    margin-left: -2px;
  }
  .our-solutions .our-solutions-wrapper .mob-link > a .round > span.segunda .bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .our-solutions .our-solutions-wrapper .mob-link > a:hover .round > span {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .our-solutions .our-solutions-wrapper .mob-link > a:hover .round > span.segunda {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-image: url(../img/svg/arrow-hover.svg);
  }
}
@media (max-width: 369px) {
  .our-solutions .our-solutions-wrapper .content .cards .card {
    padding: 77.5px 48.5px;
  }
}
.innovation {
  border-radius: 49px;
  background: #1E2121;
  padding: 150px 0;
  margin-bottom: -54px;
  z-index: 1;
  position: relative;
}
.innovation .innovation-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0 0 130px 0;
}
.innovation .innovation-wrapper .innovation-info {
  max-width: 588px;
  width: 100%;
}
.innovation .innovation-wrapper .innovation-info > h2 {
  font-family: "CircularStd-Bold", sans-serif;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 4.5rem;
  text-align: left;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.innovation .innovation-wrapper .innovation-info .divider {
  width: 183px;
  height: 2px;
  background: #CBF36E;
  margin: 0 0 30px 0;
}
.innovation .innovation-wrapper .innovation-info > p {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: -0.5px;
  text-align: left;
  color: #FFFFFF;
  margin: 0 0 30px 0;
}
.innovation .innovation-wrapper .innovation-img {
  max-width: 487px;
  max-height: 451px;
  width: 100%;
  border-radius: 20px;
}
.innovation .innovation-wrapper .innovation-img > img {
  width: 100%;
  height: 100%;
  max-height: 451px;
  object-fit: cover;
  border-radius: 20px;
}
.innovation .our-benefits .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0 0 55px 0;
}
.innovation .our-benefits .title > h4 {
  font-family: "CircularStd-Medium", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: left;
  color: #CBF36E;
  text-transform: uppercase;
  margin: 0;
}
.innovation .our-benefits .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 60px;
}
.innovation .our-benefits .items .item .title {
  margin: 0 0 16px 0;
}
.innovation .our-benefits .items .item .title > h6 {
  font-family: "CircularStd-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  text-align: left;
  color: #FFFFFF;
  text-transform: capitalize;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.innovation .our-benefits .items .item .title > h6 > img {
  width: 10px;
  height: 10px;
  object-fit: cover;
  margin-top: 7px !important;
}
.innovation .our-benefits .items .item > p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  letter-spacing: -0.5px;
  text-align: left;
  color: #BBBBBB;
  margin: 0 0 16px 0;
  padding: 0 0 0 52px;
}
.innovation .mob-link {
  display: none;
}

@media (min-width: 1439px) and (max-width: 1919px) {
  .innovation {
    padding: 80px 0;
  }
  .innovation .innovation-wrapper {
    margin: 0 0 80px 0;
  }
  .innovation .innovation-wrapper .innovation-info > h2 {
    font-size: calc(2.9375rem + 0.2041348158vw);
    line-height: 3.6875rem;
  }
  .innovation .innovation-wrapper .innovation-info > p {
    font-size: calc(1.375rem + 0.095552467vw);
    line-height: 2rem;
  }
  .innovation .our-benefits .title > h4 {
    font-size: calc(1.75rem + 0.1216122307vw);
    line-height: 2.125rem;
  }
  .innovation .our-benefits .items .item .title > h6 {
    font-size: calc(1.375rem + 0.095552467vw);
    line-height: 1.6875rem;
  }
}
@media (min-width: 1199px) and (max-width: 1439px) {
  .innovation {
    padding: 80px 0;
  }
  .innovation .innovation-wrapper {
    margin: 0 0 50px 0;
  }
  .innovation .innovation-wrapper .innovation-info {
    max-width: 450px;
  }
  .innovation .innovation-wrapper .innovation-info > h2 {
    font-size: calc(2.625rem + 0.1824183461vw);
    line-height: 3.375rem;
  }
  .innovation .innovation-wrapper .innovation-info > p {
    font-size: calc(1.25rem + 0.0868658791vw);
    line-height: 1.875rem;
  }
  .innovation .our-benefits .title > h4 {
    font-size: calc(1.625rem + 0.1129256428vw);
    line-height: 2rem;
  }
  .innovation .our-benefits .items .item .title > h6 {
    font-size: calc(1.25rem + 0.0868658791vw);
    line-height: 1.625rem;
  }
  .innovation .our-benefits .items .item > p {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    font-size: calc(1rem + 0.0694927033vw);
    line-height: 1.4375rem;
  }
}
@media (min-width: 1039px) and (max-width: 1199px) {
  .innovation {
    padding: 70px 0;
  }
  .innovation .innovation-wrapper {
    margin: 0 0 50px 0;
  }
  .innovation .innovation-wrapper .innovation-info {
    max-width: 450px;
  }
  .innovation .innovation-wrapper .innovation-info > h2 {
    font-size: calc(2.5rem + 0.2085070892vw);
    line-height: 3.25rem;
  }
  .innovation .innovation-wrapper .innovation-info > p {
    font-size: calc(1.25rem + 0.1042535446vw);
    line-height: 1.875rem;
  }
  .innovation .our-benefits .title > h4 {
    font-size: calc(1.625rem + 0.1129256428vw);
    line-height: 2rem;
  }
  .innovation .our-benefits .items .item .title > h6 {
    font-size: calc(1.25rem + 0.0868658791vw);
    line-height: 1.625rem;
  }
  .innovation .our-benefits .items .item > p {
    font-size: calc(1rem + 0.0694927033vw);
    line-height: 1.4375rem;
  }
}
@media (min-width: 699px) and (max-width: 1039px) {
  .innovation {
    padding: 70px 0;
    border-radius: 20px;
  }
  .innovation .innovation-wrapper {
    gap: 40px;
    margin: 0 0 70px 0;
    flex-direction: column;
  }
  .innovation .innovation-wrapper .innovation-info {
    max-width: 100%;
  }
  .innovation .innovation-wrapper .innovation-info > h2 {
    font-size: calc(2.5rem + 0.2406159769vw);
    line-height: 3.25rem;
  }
  .innovation .innovation-wrapper .innovation-info > p {
    font-size: calc(1.25rem + 0.1203079885vw);
    line-height: 1.875rem;
  }
  .innovation .innovation-wrapper .innovation-img {
    max-width: 100%;
  }
  .innovation .our-benefits .items {
    gap: 42px;
  }
  .innovation .our-benefits .items .item .title > h6 {
    font-size: calc(1.25rem + 0.0868658791vw);
    line-height: 1.625rem;
  }
  .innovation .our-benefits .items .item > p {
    font-size: calc(1rem + 0.0694927033vw);
    line-height: 1.4375rem;
  }
}
@media (max-width: 699px) {
  .innovation {
    padding: 70px 0;
    border-radius: 20px;
  }
  .innovation .innovation-wrapper {
    gap: 40px;
    margin: 0 0 70px 0;
    flex-direction: column;
  }
  .innovation .innovation-wrapper .innovation-info {
    max-width: 100%;
  }
  .innovation .innovation-wrapper .innovation-info > h2 {
    font-size: 2rem;
    line-height: 2.375rem;
  }
  .innovation .innovation-wrapper .innovation-info > p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .innovation .innovation-wrapper .innovation-img {
    max-width: 100%;
    max-height: 360px;
  }
  .innovation .innovation-wrapper .innovation-img > img {
    max-height: 360px;
  }
  .innovation .our-benefits {
    margin: 0 0 40px 0;
  }
  .innovation .our-benefits .title {
    margin: 0 0 40px 0;
  }
  .innovation .our-benefits .title > h4 {
    font-size: 1.625rem;
    line-height: 1.9375rem;
  }
  .innovation .our-benefits .title > a {
    display: none;
  }
  .innovation .our-benefits .items {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .innovation .our-benefits .items .item .title > h6 {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
  .innovation .our-benefits .items .item .title > h6 > img {
    width: 7px;
    height: 7px;
    margin-top: 10px !important;
  }
  .innovation .mob-link {
    display: flex;
    justify-content: flex-end;
  }
  .innovation .mob-link > a {
    font-family: "CircularStd-Book", sans-serif;
    font-weight: 450;
    font-size: 1.125rem;
    line-height: 1.4375rem;
    text-align: left;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border: 2px solid #454545;
    border-radius: 26px;
    padding: 5px 5px 5px 22px;
    min-width: 154px;
    min-height: 52px;
    width: max-content;
  }
  .innovation .mob-link > a .round {
    position: relative;
    background: #CBF36E;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .innovation .mob-link > a .round > span {
    width: 7px;
    height: 12px;
    background-size: cover;
    background-image: url(../img/svg/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  .innovation .mob-link > a .round > span.segunda {
    margin-left: -2px;
  }
  .innovation .mob-link > a .round > span.segunda .bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .innovation .mob-link > a:hover .round > span {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .innovation .mob-link > a:hover .round > span.segunda {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-image: url(../img/svg/arrow-hover.svg);
  }
}
.rise {
  background: #CBF36E;
  padding: 154px 0 100px 0;
}
.rise h3 {
  font-family: "CircularStd-Bold", sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 3.75rem;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 30px 0;
  max-width: 588px;
}
.rise .divider {
  width: 183px;
  height: 2px;
  background: #000000;
  margin: 0 0 30px 0;
}
.rise .row {
  padding: 0 0 0 101px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.rise .row > p {
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: -0.5px;
  text-align: left;
  color: #000000;
  margin: 0;
  max-width: 560px;
}
@media (min-width: 1199px) and (max-width: 1919px) {
  .rise {
    padding: 130px 0 80px 0;
  }
  .rise h3 {
    font-size: calc(2.5rem + 0.1737317582vw);
    line-height: 3.125rem;
    max-width: 500px;
  }
  .rise .row > p {
    font-size: calc(1.375rem + 0.095552467vw);
    line-height: 2rem;
    max-width: 540px;
  }
}
@media (min-width: 1039px) and (max-width: 1199px) {
  .rise {
    padding: 120px 0 70px 0;
  }
  .rise h3 {
    font-size: calc(2.25rem + 0.1876563803vw);
    line-height: 2.625rem;
    max-width: 450px;
  }
  .rise .row > p {
    font-size: calc(1.25rem + 0.1042535446vw);
    line-height: 1.875rem;
    max-width: 490px;
  }
}
@media (min-width: 699px) and (max-width: 1039px) {
  .rise {
    padding: 123px 0 70px 0;
  }
  .rise h3 {
    font-size: calc(2rem + 0.1668056714vw);
    line-height: 2.625rem;
    max-width: 400px;
  }
  .rise .row {
    padding: 0 0 0 20px;
  }
  .rise .row > p {
    font-size: calc(1.25rem + 0.1042535446vw);
    line-height: 1.875rem;
    max-width: 420px;
  }
}
@media (max-width: 699px) {
  .rise {
    padding: 123px 0 70px 0;
  }
  .rise h3 {
    font-size: 1.75rem;
    line-height: 2.125rem;
    max-width: 100%;
  }
  .rise .row {
    padding: 0 0 0 20px;
    align-items: flex-end;
    gap: 40px;
    flex-direction: column;
  }
  .rise .row > p {
    font-size: 1.375rem;
    line-height: 1.9375rem;
    max-width: 100%;
  }
}
/* About Page */
.banner {
  padding: 16px 0 97px 0;
}
.banner .banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.banner .banner-wrapper .banner-info {
  position: relative;
  max-width: 515px;
  width: 100%;
}
.banner .banner-wrapper .banner-info > h1 {
  font-family: "CircularStd-Bold", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 6rem;
  text-align: left;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.banner .banner-wrapper .banner-info .divider {
  width: 183px;
  height: 2px;
  background: #CBF36E;
  margin: 0 0 30px 0;
}
.banner .banner-wrapper .banner-info > p {
  font-size: 2.25rem;
  line-height: 3.125rem;
  letter-spacing: 0.7px;
  text-align: left;
  color: #FFFFFF;
  margin: 0;
}
.banner .banner-wrapper .banner-info > img {
  position: absolute;
  top: 15px;
  right: 85px;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: 251px;
  max-height: 250px;
  min-width: 251px;
  min-height: 250px;
  object-fit: contain;
}
.banner .banner-wrapper .banner-img {
  max-width: 588px;
  min-width: 488px;
  max-height: 610px;
  width: 100%;
  border-radius: 20px;
}
.banner .banner-wrapper .banner-img > img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: top center;
  max-height: 610px;
}

@media (min-width: 1439px) and (max-width: 1919px) {
  .banner {
    padding: 16px 0 60px 0;
  }
  .banner .banner-wrapper .banner-info > h1 {
    font-size: calc(3.875rem + 0.2692842252vw);
    line-height: 4.625rem;
  }
  .banner .banner-wrapper .banner-info > p {
    font-size: calc(1.5rem + 0.1042390549vw);
    line-height: 2.25rem;
  }
  .banner .banner-wrapper .banner-info > img {
    top: 8px;
    right: 170px;
    max-width: 201px;
    max-height: 200px;
    min-width: 201px;
    min-height: 200px;
  }
  .banner .banner-wrapper .banner-img {
    max-height: 450px;
  }
  .banner .banner-wrapper .banner-img > img {
    max-height: 450px;
  }
}
@media (min-width: 1199px) and (max-width: 1439px) {
  .banner {
    padding: 16px 0 60px 0;
  }
  .banner .banner-wrapper .banner-info > h1 {
    font-size: calc(3.125rem + 0.2171646977vw);
    line-height: 3.875rem;
  }
  .banner .banner-wrapper .banner-info > p {
    font-size: calc(1.125rem + 0.0781792912vw);
    line-height: 1.875rem;
  }
  .banner .banner-wrapper .banner-info > img {
    top: 8px;
    right: 230px;
    max-width: 181px;
    max-height: 180px;
    min-width: 181px;
    min-height: 180px;
  }
  .banner .banner-wrapper .banner-img {
    max-height: 400px;
  }
  .banner .banner-wrapper .banner-img > img {
    max-height: 400px;
  }
}
@media (min-width: 1039px) and (max-width: 1199px) {
  .banner {
    padding: 16px 0 60px 0;
  }
  .banner .banner-wrapper .banner-info > h1 {
    font-size: calc(2.5rem + 0.2085070892vw);
    line-height: 3.25rem;
  }
  .banner .banner-wrapper .banner-info > p {
    font-size: calc(1rem + 0.0694927033vw);
    line-height: 1.75rem;
  }
  .banner .banner-wrapper .banner-info > img {
    top: 8px;
    right: 250px;
    max-width: 181px;
    max-height: 180px;
    min-width: 181px;
    min-height: 180px;
  }
  .banner .banner-wrapper .banner-img {
    max-height: 370px;
  }
  .banner .banner-wrapper .banner-img > img {
    max-height: 370px;
  }
}
@media (min-width: 699px) and (max-width: 1039px) {
  .banner {
    padding: 16px 0 60px 0;
  }
  .banner .banner-wrapper {
    gap: 30px;
  }
  .banner .banner-wrapper .banner-info > h1 {
    font-size: calc(3.4375rem + 0.3308469682vw);
    line-height: 5.375rem;
  }
  .banner .banner-wrapper .banner-info > p {
    font-size: calc(1.5rem + 0.1443695861vw);
    line-height: 2.375rem;
  }
  .banner .banner-wrapper .banner-info > img {
    top: 20px;
    right: 50px;
    max-width: 181px;
    max-height: 180px;
    min-width: 181px;
    min-height: 180px;
  }
  .banner .banner-wrapper .banner-img {
    min-width: 320px;
    max-height: 400px;
  }
  .banner .banner-wrapper .banner-img > img {
    max-height: 400px;
  }
}
@media (max-width: 699px) {
  .banner {
    padding: 34px 0 120px 0;
  }
  .banner .banner-wrapper {
    gap: 40px;
    flex-direction: column;
  }
  .banner .banner-wrapper .banner-info {
    max-width: 100%;
  }
  .banner .banner-wrapper .banner-info > h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .banner .banner-wrapper .banner-info > p {
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
  .banner .banner-wrapper .banner-info > img {
    display: none;
  }
  .banner .banner-wrapper .banner-img {
    max-width: 100%;
    min-width: 100%;
    max-height: 347px;
  }
  .banner .banner-wrapper .banner-img > img {
    max-height: 347px;
  }
}
.our-mission {
  border-radius: 49px;
  background: #1E2121;
  padding: 150px 0;
}
.our-mission .our-mission-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.our-mission .our-mission-wrapper .our-mission-text {
  max-width: 465px;
  width: 100%;
}
.our-mission .our-mission-wrapper .our-mission-text > p {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: -0.5px;
  text-align: left;
  color: #DADADA;
  margin: 0 0 30px 0;
}
.our-mission .our-mission-wrapper .our-mission-content {
  position: relative;
  max-width: 588px;
  width: 100%;
}
.our-mission .our-mission-wrapper .our-mission-content .title {
  position: relative;
  z-index: 2;
  padding: 22.5px 0;
  max-width: 550px;
}
.our-mission .our-mission-wrapper .our-mission-content .title > h2 {
  font-family: "CircularStd-Bold", sans-serif;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 4.5rem;
  text-align: left;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.our-mission .our-mission-wrapper .our-mission-content .title .divider {
  width: 183px;
  height: 2px;
  background: #CBF36E;
  margin: 0 0 30px 0;
}
.our-mission .our-mission-wrapper .our-mission-content .title > p {
  font-size: 2.25rem;
  line-height: 3.125rem;
  letter-spacing: -0.5px;
  text-align: left;
  color: #FFFFFF;
  margin: 0 0 30px 0;
}
.our-mission .our-mission-wrapper .our-mission-content .image {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 284px;
  min-width: 284px;
  min-height: 280px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 1;
}
.our-mission .our-mission-wrapper .our-mission-content .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media (min-width: 1439px) and (max-width: 1919px) {
  .our-mission {
    padding: 80px 0;
  }
  .our-mission .our-mission-wrapper .our-mission-content .title {
    max-width: 400px;
  }
  .our-mission .our-mission-wrapper .our-mission-content .title > h2 {
    font-size: calc(3.4375rem + 0.2388811675vw);
    line-height: 4.1875rem;
  }
  .our-mission .our-mission-wrapper .our-mission-content .title > p {
    font-size: calc(1.5rem + 0.1042390549vw);
    line-height: 2.25rem;
  }
}
@media (min-width: 1199px) and (max-width: 1439px) {
  .our-mission {
    padding: 80px 0;
  }
  .our-mission .our-mission-wrapper .our-mission-content .title {
    max-width: 400px;
  }
  .our-mission .our-mission-wrapper .our-mission-content .title > h2 {
    font-size: calc(3.125rem + 0.2606338616vw);
    line-height: 3.875rem;
  }
  .our-mission .our-mission-wrapper .our-mission-content .title > p {
    font-size: calc(1.25rem + 0.1042535446vw);
    line-height: 2.125rem;
  }
  .our-mission .our-mission-wrapper .our-mission-text > p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1039px) and (max-width: 1199px) {
  .our-mission {
    padding: 80px 0;
  }
  .our-mission .our-mission-wrapper {
    gap: 40px;
  }
  .our-mission .our-mission-wrapper .our-mission-content .title {
    max-width: 400px;
  }
  .our-mission .our-mission-wrapper .our-mission-content .title > h2 {
    font-size: calc(2.5rem + 0.2165543792vw);
    line-height: 3.25rem;
  }
  .our-mission .our-mission-wrapper .our-mission-content .title > p {
    font-size: calc(1.25rem + 0.1203079885vw);
    line-height: 2.125rem;
  }
  .our-mission .our-mission-wrapper .our-mission-text > p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 699px) and (max-width: 1039px) {
  .our-mission {
    padding: 80px 0;
    border-radius: 20px;
  }
  .our-mission .our-mission-wrapper {
    gap: 50px;
  }
  .our-mission .our-mission-wrapper .our-mission-content .title {
    max-width: 320px;
  }
  .our-mission .our-mission-wrapper .our-mission-content .title > h2 {
    font-size: calc(2.5rem + 0.2165543792vw);
    line-height: 3.25rem;
  }
  .our-mission .our-mission-wrapper .our-mission-content .title > p {
    font-size: calc(1.25rem + 0.1203079885vw);
    line-height: 2.125rem;
  }
  .our-mission .our-mission-wrapper .our-mission-text > p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 699px) {
  .our-mission {
    padding: 70px 0;
    border-radius: 20px;
  }
  .our-mission .our-mission-wrapper {
    gap: 50px;
    flex-direction: column-reverse;
  }
  .our-mission .our-mission-wrapper .our-mission-content {
    max-width: 100%;
  }
  .our-mission .our-mission-wrapper .our-mission-content .title {
    max-width: 100%;
    padding: 0;
  }
  .our-mission .our-mission-wrapper .our-mission-content .title > h2 {
    font-size: 2rem;
    line-height: 2.375rem;
  }
  .our-mission .our-mission-wrapper .our-mission-content .title > p {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .our-mission .our-mission-wrapper .our-mission-content .image {
    display: none;
  }
  .our-mission .our-mission-wrapper .our-mission-text {
    max-width: 100%;
  }
  .our-mission .our-mission-wrapper .our-mission-text > p {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    margin: 0 0 25px 0;
  }
}
.stand-out {
  position: relative;
  padding: 150px 0 116px 0;
}
.stand-out .container {
  position: relative;
}
.stand-out .el-four {
  position: absolute;
  top: 45px;
  right: -90px;
  max-width: 251px;
  max-height: 250px;
  min-width: 251px;
  min-height: 250px;
  z-index: -1;
}
.stand-out .el-four > img {
  width: 100%;
  object-fit: cover;
}
.stand-out .el-five {
  position: absolute;
  bottom: -30px;
  left: 260px;
  max-width: 237px;
  max-height: 227px;
  min-width: 237px;
  min-height: 227px;
  z-index: -1;
}
.stand-out .el-five > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stand-out .stand-out-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.stand-out .stand-out-wrapper .stand-out-title {
  max-width: 500px;
  width: 100%;
  position: relative;
}
.stand-out .stand-out-wrapper .stand-out-title > h2 {
  font-family: "CircularStd-Bold", sans-serif;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 4.5rem;
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 30px 0;
}
.stand-out .stand-out-wrapper .stand-out-title .divider {
  width: 183px;
  height: 2px;
  background: #CBF36E;
  margin: 0 0 30px 0;
}
.stand-out .stand-out-wrapper .stand-out-title > p {
  font-size: 2.25rem;
  line-height: 3.125rem;
  letter-spacing: -0.5px;
  text-align: left;
  color: #FFFFFF;
  margin: 0;
}
.stand-out .stand-out-wrapper .stand-out-text {
  max-width: 465px;
  width: 100%;
}
.stand-out .stand-out-wrapper .stand-out-text > p {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: -0.5px;
  text-align: left;
  color: #DADADA;
  margin: 0 0 30px 0;
}

@media (min-width: 1439px) and (max-width: 1919px) {
  .stand-out {
    padding: 80px 0;
  }
  .stand-out .stand-out-wrapper .stand-out-title > h2 {
    font-size: calc(3.4375rem + 0.2388811675vw);
    line-height: 4.1875rem;
  }
  .stand-out .stand-out-wrapper .stand-out-title > p {
    font-size: calc(1.5rem + 0.1042390549vw);
    line-height: 2.25rem;
  }
  .stand-out .el-five {
    left: 180px;
  }
}
@media (min-width: 1199px) and (max-width: 1439px) {
  .stand-out {
    padding: 80px 0;
  }
  .stand-out .stand-out-wrapper .stand-out-title > h2 {
    font-size: calc(3.125rem + 0.2606338616vw);
    line-height: 3.875rem;
  }
  .stand-out .stand-out-wrapper .stand-out-title > p {
    font-size: calc(1.25rem + 0.1042535446vw);
    line-height: 2.125rem;
  }
  .stand-out .stand-out-wrapper .stand-out-text > p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .stand-out .el-four {
    right: 0;
  }
  .stand-out .el-five {
    left: 160px;
  }
}
@media (min-width: 1039px) and (max-width: 1199px) {
  .stand-out {
    padding: 80px 0;
  }
  .stand-out .stand-out-wrapper .stand-out-title {
    max-width: 420px;
  }
  .stand-out .stand-out-wrapper .stand-out-title > h2 {
    font-size: calc(2.5rem + 0.2165543792vw);
    line-height: 3.25rem;
  }
  .stand-out .stand-out-wrapper .stand-out-title > p {
    font-size: calc(1.25rem + 0.1203079885vw);
    line-height: 2.125rem;
  }
  .stand-out .stand-out-wrapper .stand-out-text > p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .stand-out .el-four {
    right: 0;
  }
  .stand-out .el-five {
    left: 160px;
  }
}
@media (min-width: 699px) and (max-width: 1039px) {
  .stand-out {
    padding: 80px 0;
  }
  .stand-out .stand-out-wrapper {
    gap: 50px;
  }
  .stand-out .stand-out-wrapper .stand-out-title {
    max-width: 420px;
  }
  .stand-out .stand-out-wrapper .stand-out-title > h2 {
    font-size: calc(2.5rem + 0.2165543792vw);
    line-height: 3.25rem;
  }
  .stand-out .stand-out-wrapper .stand-out-title > p {
    font-size: calc(1.25rem + 0.1203079885vw);
    line-height: 2.125rem;
  }
  .stand-out .stand-out-wrapper .stand-out-text > p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .stand-out .el-four {
    right: 0;
    max-width: 181px;
    max-height: 180px;
    min-width: 181px;
    min-height: 180px;
  }
  .stand-out .el-five {
    left: 160px;
    max-width: 187px;
    max-height: 177px;
    min-width: 187px;
    min-height: 177px;
  }
}
@media (max-width: 699px) {
  .stand-out {
    padding: 120px 0;
  }
  .stand-out .stand-out-wrapper {
    gap: 50px;
    flex-direction: column;
  }
  .stand-out .stand-out-wrapper .stand-out-title {
    max-width: 100%;
  }
  .stand-out .stand-out-wrapper .stand-out-title > h2 {
    font-size: 2rem;
    line-height: 2.375rem;
  }
  .stand-out .stand-out-wrapper .stand-out-title > p {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .stand-out .stand-out-wrapper .stand-out-text {
    max-width: 100%;
  }
  .stand-out .stand-out-wrapper .stand-out-text > p {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    margin: 0 0 25px 0;
  }
  .stand-out .el-four,
  .stand-out .el-five {
    display: none;
  }
}
.our-values {
  background: #1E2121;
  border-radius: 49px;
  padding: 150px 0;
  margin-bottom: -54px;
  z-index: 1;
  position: relative;
}
.our-values .our-values-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.our-values .our-values-wrapper .our-values-title {
  max-width: 195px;
  width: 100%;
}
.our-values .our-values-wrapper .our-values-title > h4 {
  font-family: "CircularStd-Medium", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: left;
  color: #CBF36E;
  text-transform: uppercase;
  margin: 0;
}
.our-values .our-values-wrapper .our-values-cards {
  max-width: 892px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 74px 122px;
}
.our-values .our-values-wrapper .our-values-cards .our-values-card .title {
  margin: 0 0 16px 0;
}
.our-values .our-values-wrapper .our-values-cards .our-values-card .title > h5 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: "CircularStd-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  text-align: left;
  text-transform: capitalize;
  color: #FFFFFF;
  margin: 0;
}
.our-values .our-values-wrapper .our-values-cards .our-values-card .title > h5 > img {
  width: 10px;
  height: 10px;
  object-fit: cover;
  margin-top: 7px !important;
}
.our-values .our-values-wrapper .our-values-cards .our-values-card > p {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  letter-spacing: -0.5px;
  text-align: left;
  color: #BBBBBB;
  margin: 0 0 16px 0;
  padding: 0 0 0 52px;
}

@media (min-width: 1199px) and (max-width: 1919px) {
  .our-values {
    padding: 80px 0;
  }
}
@media (min-width: 1039px) and (max-width: 1199px) {
  .our-values {
    padding: 80px 0;
  }
  .our-values .our-values-wrapper {
    gap: 50px;
  }
  .our-values .our-values-wrapper .our-values-cards {
    gap: 60px 50px;
  }
}
@media (min-width: 699px) and (max-width: 1039px) {
  .our-values {
    padding: 80px 0;
    border-radius: 20px;
  }
  .our-values .our-values-wrapper {
    gap: 50px;
    flex-direction: column;
  }
  .our-values .our-values-wrapper .our-values-cards {
    gap: 60px 50px;
  }
}
@media (max-width: 699px) {
  .our-values {
    padding: 70px 0 80px 0;
    border-radius: 20px;
  }
  .our-values .our-values-wrapper {
    gap: 50px;
    flex-direction: column;
  }
  .our-values .our-values-wrapper .our-values-title {
    max-width: 100%;
  }
  .our-values .our-values-wrapper .our-values-title > h4 {
    font-size: 1.625rem;
    line-height: 1.9375rem;
  }
  .our-values .our-values-wrapper .our-values-cards {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
/* Solutions Page */
.solutions-banner {
  padding: 16px 0 102px 0;
}
.solutions-banner .banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.solutions-banner .banner-wrapper .banner-info {
  position: relative;
  max-width: 588px;
  width: 100%;
}
.solutions-banner .banner-wrapper .banner-info > h1 {
  font-family: "CircularStd-Bold", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 6rem;
  text-align: left;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.solutions-banner .banner-wrapper .banner-info .divider {
  width: 183px;
  height: 2px;
  background: #CBF36E;
  margin: 0 0 30px 0;
}
.solutions-banner .banner-wrapper .banner-info > p {
  font-size: 2.25rem;
  line-height: 3.125rem;
  letter-spacing: 0.7px;
  text-align: left;
  color: #FFFFFF;
  margin: 0;
}
.solutions-banner .banner-wrapper .banner-info > img {
  position: absolute;
  top: 48px;
  right: 81px;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: 262px;
  max-height: 253px;
  min-width: 262px;
  min-height: 253px;
  object-fit: contain;
}
.solutions-banner .banner-wrapper .banner-img {
  max-width: 588px;
  min-width: 488px;
  max-height: 610px;
  width: 100%;
  border-radius: 20px;
}
.solutions-banner .banner-wrapper .banner-img > img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: top center;
  max-height: 610px;
}

@media (min-width: 1439px) and (max-width: 1919px) {
  .solutions-banner {
    padding: 16px 0 60px 0;
  }
  .solutions-banner .banner-wrapper .banner-info > h1 {
    font-size: calc(3.875rem + 0.2692842252vw);
    line-height: 4.625rem;
  }
  .solutions-banner .banner-wrapper .banner-info > p {
    font-size: calc(1.5rem + 0.1042390549vw);
    line-height: 2.25rem;
    max-width: 500px;
  }
  .solutions-banner .banner-wrapper .banner-info > img {
    top: 30px;
    right: 170px;
    max-width: 201px;
    max-height: 200px;
    min-width: 201px;
    min-height: 200px;
  }
  .solutions-banner .banner-wrapper .banner-img {
    max-height: 450px;
  }
  .solutions-banner .banner-wrapper .banner-img > img {
    max-height: 450px;
  }
}
@media (min-width: 1199px) and (max-width: 1439px) {
  .solutions-banner {
    padding: 16px 0 60px 0;
  }
  .solutions-banner .banner-wrapper .banner-info > h1 {
    font-size: calc(3.125rem + 0.2171646977vw);
    line-height: 3.875rem;
  }
  .solutions-banner .banner-wrapper .banner-info > p {
    font-size: calc(1.125rem + 0.0781792912vw);
    line-height: 1.875rem;
  }
  .solutions-banner .banner-wrapper .banner-info > img {
    top: 30px;
    right: 160px;
    max-width: 181px;
    max-height: 180px;
    min-width: 181px;
    min-height: 180px;
  }
  .solutions-banner .banner-wrapper .banner-img {
    max-height: 400px;
  }
  .solutions-banner .banner-wrapper .banner-img > img {
    max-height: 400px;
  }
}
@media (min-width: 1039px) and (max-width: 1199px) {
  .solutions-banner {
    padding: 16px 0 60px 0;
  }
  .solutions-banner .banner-wrapper .banner-info > h1 {
    font-size: calc(2.5rem + 0.2085070892vw);
    line-height: 3.25rem;
  }
  .solutions-banner .banner-wrapper .banner-info > p {
    font-size: calc(1rem + 0.0694927033vw);
    line-height: 1.75rem;
  }
  .solutions-banner .banner-wrapper .banner-info > img {
    top: 24px;
    right: 160px;
    max-width: 181px;
    max-height: 180px;
    min-width: 181px;
    min-height: 180px;
  }
  .solutions-banner .banner-wrapper .banner-img {
    max-height: 370px;
  }
  .solutions-banner .banner-wrapper .banner-img > img {
    max-height: 370px;
  }
}
@media (min-width: 699px) and (max-width: 1039px) {
  .solutions-banner {
    padding: 16px 0 60px 0;
  }
  .solutions-banner .banner-wrapper {
    gap: 30px;
  }
  .solutions-banner .banner-wrapper .banner-info > h1 {
    font-size: calc(3.125rem + 0.4470672389vw);
    line-height: 3.5rem;
  }
  .solutions-banner .banner-wrapper .banner-info > p {
    font-size: calc(1.5rem + 0.2145922747vw);
    line-height: 2.375rem;
  }
  .solutions-banner .banner-wrapper .banner-info > img {
    top: 48px;
    right: 0;
    max-width: 181px;
    max-height: 180px;
    min-width: 181px;
    min-height: 180px;
  }
  .solutions-banner .banner-wrapper .banner-img {
    min-width: 320px;
    max-height: 400px;
  }
  .solutions-banner .banner-wrapper .banner-img > img {
    max-height: 400px;
  }
}
@media (max-width: 699px) {
  .solutions-banner {
    padding: 34px 0 120px 0;
  }
  .solutions-banner .banner-wrapper {
    gap: 40px;
    flex-direction: column;
  }
  .solutions-banner .banner-wrapper .banner-info {
    max-width: 100%;
  }
  .solutions-banner .banner-wrapper .banner-info > h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .solutions-banner .banner-wrapper .banner-info > p {
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
  .solutions-banner .banner-wrapper .banner-info > img {
    display: none;
  }
  .solutions-banner .banner-wrapper .banner-img {
    max-width: 100%;
    min-width: 100%;
    max-height: 347px;
  }
  .solutions-banner .banner-wrapper .banner-img > img {
    max-height: 347px;
  }
}
.rise-business {
  background: #CBF36E;
  border-radius: 49px 49px 0 0;
  padding: 100px 0;
}
.rise-business .rise-business-wrapper > h3 {
  font-family: "CircularStd-Bold", sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 3.75rem;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 30px 0;
  max-width: 588px;
}
.rise-business .rise-business-wrapper .divider {
  width: 183px;
  height: 2px;
  background: #000000;
  margin: 0 0 30px 0;
}
.rise-business .rise-business-wrapper .row {
  padding: 0 0 0 101px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.rise-business .rise-business-wrapper .row > p {
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: -0.5px;
  text-align: left;
  color: #000000;
  margin: 0;
  max-width: 560px;
}
@media (min-width: 1199px) and (max-width: 1919px) {
  .rise-business {
    padding: 80px 0;
  }
  .rise-business .rise-business-wrapper > h3 {
    font-size: calc(2.5rem + 0.2085070892vw);
    line-height: 3.125rem;
    max-width: 500px;
  }
  .rise-business .rise-business-wrapper .row > p {
    font-size: calc(1.375rem + 0.1146788991vw);
    line-height: 2rem;
    max-width: 540px;
  }
}
@media (min-width: 1039px) and (max-width: 1199px) {
  .rise-business {
    padding: 80px 0;
  }
  .rise-business .rise-business-wrapper > h3 {
    font-size: calc(2.25rem + 0.2165543792vw);
    line-height: 2.625rem;
    max-width: 450px;
  }
  .rise-business .rise-business-wrapper .row > p {
    font-size: calc(1.25rem + 0.1203079885vw);
    line-height: 1.875rem;
    max-width: 490px;
  }
}
@media (min-width: 699px) and (max-width: 1039px) {
  .rise-business {
    padding: 80px 0;
    border-radius: 20px 20px 0 0;
  }
  .rise-business .rise-business-wrapper > h3 {
    font-size: calc(2rem + 0.2861230329vw);
    line-height: 2.625rem;
    max-width: 400px;
  }
  .rise-business .rise-business-wrapper .row {
    padding: 0 0 0 20px;
  }
  .rise-business .rise-business-wrapper .row > p {
    font-size: calc(1.25rem + 0.1788268956vw);
    line-height: 1.875rem;
    max-width: 420px;
  }
}
@media (max-width: 699px) {
  .rise-business {
    padding: 70px 0;
    border-radius: 20px 20px 0 0;
  }
  .rise-business .rise-business-wrapper > h3 {
    font-size: 1.75rem;
    line-height: 2.125rem;
    max-width: 100%;
  }
  .rise-business .rise-business-wrapper .row {
    padding: 0 0 0 20px;
    align-items: flex-end;
    gap: 40px;
    flex-direction: column;
  }
  .rise-business .rise-business-wrapper .row > p {
    font-size: 1.375rem;
    line-height: 1.9375rem;
    max-width: 100%;
  }
}
.our-services .wrapper-with-bg {
  background: #1E2121;
  border-radius: 49px;
}
.our-services .wrapper-with-bg .service-item .service-item-box .service-descr {
  margin-left: auto;
  max-width: 473px !important;
}
.our-services .services-wrapper .service-item .service-item-box > p {
  max-width: 740px;
}
.our-services .services-wrapper .service-item .service-item-box .service-img {
  margin-left: auto;
}
.our-services .services-wrapper .service-item .service-item-box .service-benefits .service-descr {
  position: relative;
}
.our-services .services-wrapper .service-item .service-item-box .service-benefits .service-descr .list .row > p > b {
  line-height: 1.75rem;
}
.our-services .services-wrapper .service-item .service-item-box .service-benefits .service-descr .el-one,
.our-services .services-wrapper .service-item .service-item-box .service-benefits .service-descr .el-two {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.our-services .services-wrapper .service-item .service-item-box .service-benefits .service-descr .el-one > img,
.our-services .services-wrapper .service-item .service-item-box .service-benefits .service-descr .el-two > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-services .services-wrapper .service-item .service-item-box .service-benefits .service-descr .el-one {
  max-width: 251px;
  max-height: 250px;
  min-width: 251px;
  min-height: 250px;
  right: -114px;
  top: 59px;
}
.our-services .services-wrapper .service-item .service-item-box .service-benefits .service-descr .el-two {
  max-width: 237px;
  max-height: 227px;
  min-width: 237px;
  min-height: 227px;
  right: -96px;
  bottom: 62px;
}
.our-services .service-item {
  padding: 150px 0;
}
.our-services .service-item .service-item-box > h2 {
  font-family: "CircularStd-Bold", sans-serif;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 4.5rem;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto 30px auto;
  max-width: 740px;
}
.our-services .service-item .service-item-box .divider {
  width: 183px;
  height: 2px;
  background: #CBF36E;
  margin: 0 auto 30px auto;
}
.our-services .service-item .service-item-box > p {
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: -0.5px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto 30px auto;
  max-width: 729px;
}
.our-services .service-item .service-item-box .service-benefits {
  margin: 80px 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 40px;
  align-items: center;
}
.our-services .service-item .service-item-box .service-benefits .service-img {
  max-width: 487px;
  width: 100%;
  border-radius: 20px;
  height: 100%;
  max-height: 600px;
  min-height: 408px;
}
.our-services .service-item .service-item-box .service-benefits .service-img > img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: top center;
  max-height: 600px;
  min-height: 408px;
}
.our-services .service-item .service-item-box .service-benefits .service-descr {
  max-width: 475px;
  width: 100%;
}
.our-services .service-item .service-item-box .service-benefits .service-descr > h4 {
  font-family: "CircularStd-Medium", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: left;
  color: #CBF36E;
  margin: 0 0 40px 0;
}
.our-services .service-item .service-item-box .service-benefits .service-descr .list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.our-services .service-item .service-item-box .service-benefits .service-descr .list .row {
  display: flex;
  gap: 10px;
}
.our-services .service-item .service-item-box .service-benefits .service-descr .list .row > img {
  width: 8px;
  height: 8px;
  object-fit: cover;
  margin: 9px 0 0 0 !important;
}
.our-services .service-item .service-item-box .service-benefits .service-descr .list .row > p {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  text-align: left;
  color: #BBBBBB;
  margin: 0;
}
.our-services .service-item .service-item-box .service-benefits .service-descr .list .row > p > b {
  font-family: "CircularStd-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #FFFFFF;
}

@media (min-width: 1439px) and (max-width: 1919px) {
  .our-services .service-item {
    padding: 80px 0;
  }
  .our-services .service-item .service-item-box > h2 {
    font-size: calc(2.9375rem + 0.2041348158vw);
    line-height: 3.6875rem;
    max-width: 700px;
  }
  .our-services .service-item .service-item-box > p {
    font-size: calc(1.375rem + 0.095552467vw);
    line-height: 2rem;
  }
  .our-services .service-item .service-item-box .service-benefits {
    margin: 40px 0 0 0;
  }
  .our-services .service-item .service-item-box .service-benefits .service-descr > h4 {
    font-size: calc(1.75rem + 0.1216122307vw);
    line-height: 2.125rem;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1199px) and (max-width: 1439px) {
  .our-services .services-wrapper .service-item .service-item-box .service-benefits .service-descr .el-one {
    max-width: 181px;
    max-height: 180px;
    min-width: 181px;
    min-height: 180px;
    right: -15px;
    top: 20px;
  }
  .our-services .services-wrapper .service-item .service-item-box .service-benefits .service-descr .el-two {
    max-width: 187px;
    max-height: 177px;
    min-width: 187px;
    min-height: 177px;
    right: -45px;
    bottom: 84px;
  }
  .our-services .service-item {
    padding: 80px 0;
  }
  .our-services .service-item .service-item-box > h2 {
    font-size: calc(2.5rem + 0.2085070892vw);
    line-height: 3.25rem;
    max-width: 600px;
    margin: 0 auto 20px auto;
  }
  .our-services .service-item .service-item-box .divider {
    margin: 0 auto 20px auto;
  }
  .our-services .service-item .service-item-box > p {
    font-size: calc(1.25rem + 0.1042535446vw);
    line-height: 1.875rem;
    margin: 0 auto 20px auto;
  }
  .our-services .service-item .service-item-box .service-benefits {
    margin: 30px 0 0 0;
  }
  .our-services .service-item .service-item-box .service-benefits .service-img {
    max-height: 380px;
    min-height: 380px;
  }
  .our-services .service-item .service-item-box .service-benefits .service-img > img {
    max-height: 380px;
    min-height: 380px;
  }
  .our-services .service-item .service-item-box .service-benefits .service-descr > h4 {
    font-size: calc(1.625rem + 0.135529608vw);
    line-height: 2rem;
    margin: 0 0 20px 0;
  }
  .our-services .service-item .service-item-box .service-benefits .service-descr .list {
    gap: 20px;
  }
}
@media (min-width: 1039px) and (max-width: 1199px) {
  .our-services .services-wrapper .service-item .service-item-box > p {
    max-width: 695px;
  }
  .our-services .services-wrapper .service-item .service-item-box .service-benefits .service-descr .el-one {
    max-width: 181px;
    max-height: 180px;
    min-width: 181px;
    min-height: 180px;
    right: 60px;
    top: 20px;
  }
  .our-services .services-wrapper .service-item .service-item-box .service-benefits .service-descr .el-two {
    max-width: 187px;
    max-height: 177px;
    min-width: 187px;
    min-height: 177px;
    right: 50px;
    bottom: 84px;
  }
  .our-services .service-item {
    padding: 80px 0;
  }
  .our-services .service-item .service-item-box > h2 {
    font-size: calc(1.875rem + 0.1804619827vw);
    line-height: 2.625rem;
    margin: 0 auto 20px auto;
    max-width: 440px;
  }
  .our-services .service-item .service-item-box .divider {
    margin: 0 auto 20px auto;
  }
  .our-services .service-item .service-item-box > p {
    font-size: calc(1.25rem + 0.1203079885vw);
    line-height: 1.875rem;
    margin: 0 auto 20px auto;
    max-width: 645px;
  }
  .our-services .service-item .service-item-box .service-benefits {
    margin: 30px 0 0 0;
  }
  .our-services .service-item .service-item-box .service-benefits .service-img {
    max-height: 380px;
    min-height: 380px;
  }
  .our-services .service-item .service-item-box .service-benefits .service-img > img {
    max-height: 380px;
    min-height: 380px;
  }
  .our-services .service-item .service-item-box .service-benefits .service-descr > h4 {
    font-size: calc(1.625rem + 0.156400385vw);
    line-height: 2rem;
    margin: 0 0 20px 0;
  }
  .our-services .service-item .service-item-box .service-benefits .service-descr .list {
    gap: 20px;
  }
}
@media (min-width: 699px) and (max-width: 1039px) {
  .our-services .wrapper-with-bg {
    border-radius: 20px;
  }
  .our-services .services-wrapper .service-item .service-item-box > p {
    max-width: 695px;
  }
  .our-services .services-wrapper .service-item .service-item-box .service-benefits .service-descr .el-one {
    max-width: 181px;
    max-height: 180px;
    min-width: 181px;
    min-height: 180px;
    right: 0;
    top: 80px;
  }
  .our-services .services-wrapper .service-item .service-item-box .service-benefits .service-descr .el-two {
    max-width: 187px;
    max-height: 177px;
    min-width: 187px;
    min-height: 177px;
    right: 0;
    bottom: 80px;
  }
  .our-services .service-item {
    padding: 80px 0;
  }
  .our-services .service-item .service-item-box > h2 {
    font-size: calc(2.25rem + 0.321888412vw);
    line-height: 3rem;
    margin: 0 auto 20px auto;
    max-width: 530px;
  }
  .our-services .service-item .service-item-box .divider {
    margin: 0 auto 20px auto;
  }
  .our-services .service-item .service-item-box > p {
    font-size: calc(1.25rem + 0.1788268956vw);
    line-height: 1.875rem;
    margin: 0 auto 20px auto;
    max-width: 645px;
  }
  .our-services .service-item .service-item-box .service-benefits {
    margin: 30px 0 0 0;
    gap: 30px;
  }
  .our-services .service-item .service-item-box .service-benefits .service-img {
    max-height: 380px;
    min-height: 380px;
  }
  .our-services .service-item .service-item-box .service-benefits .service-img > img {
    max-height: 380px;
    min-height: 380px;
  }
  .our-services .service-item .service-item-box .service-benefits .service-descr > h4 {
    font-size: calc(1.625rem + 0.156400385vw);
    line-height: 2rem;
    margin: 0 0 20px 0;
  }
  .our-services .service-item .service-item-box .service-benefits .service-descr .list {
    gap: 20px;
  }
  .our-services .service-item .service-item-box .service-benefits .service-descr .list .row > p {
    font-size: 1rem;
    line-height: 1.4375rem;
  }
  .our-services .service-item .service-item-box .service-benefits .service-descr .list .row > p > b {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
@media (max-width: 699px) {
  .our-services .service-item {
    padding: 120px 0;
  }
  .our-services .service-item .service-item-box > h2 {
    font-size: 2rem;
    line-height: 2.375rem;
    max-width: 100%;
  }
  .our-services .service-item .service-item-box > p {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.75rem;
    max-width: 100%;
  }
  .our-services .service-item .service-item-box .service-benefits {
    margin: 50px 0 0 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .our-services .service-item .service-item-box .service-benefits .service-img {
    max-height: 350px;
    min-height: 281px;
    max-width: 100%;
  }
  .our-services .service-item .service-item-box .service-benefits .service-img > img {
    max-height: 320px;
    min-height: 281px;
  }
  .our-services .service-item .service-item-box .service-benefits .service-descr {
    max-width: 100%;
  }
  .our-services .service-item .service-item-box .service-benefits .service-descr > h4 {
    font-size: 1.625rem;
    line-height: 1.9375rem;
    margin: 0 0 30px 0;
  }
  .our-services .service-item .service-item-box .service-benefits .service-descr .list {
    gap: 20px;
  }
  .our-services .service-item .service-item-box .service-benefits .service-descr .list .row > img {
    margin: 10px 0 0 0 !important;
  }
  .our-services .service-item .service-item-box .service-benefits .service-descr .list .row > p > b {
    line-height: 1.75rem;
  }
  .our-services .wrapper-with-bg {
    border-radius: 20px;
  }
  .our-services .wrapper-with-bg .service-item {
    padding: 70px 0;
  }
  .our-services .wrapper-with-bg .service-item .service-item-box .service-descr {
    max-width: 100% !important;
  }
  .our-services .wrapper-with-bg .service-item .service-item-box .service-descr .list .row > img {
    margin: 9px 0 0 0 !important;
  }
  .our-services .services-wrapper .service-item .service-item-box > p {
    max-width: 100%;
  }
  .our-services .services-wrapper .service-item .service-item-box .service-benefits {
    flex-direction: column;
  }
  .our-services .services-wrapper .service-item .service-item-box .service-benefits .service-descr .el-one,
  .our-services .services-wrapper .service-item .service-item-box .service-benefits .service-descr .el-two {
    display: none;
  }
}
/* Contact Us Page */
.contact-banner {
  padding: 16px 0 100px 0;
}
.contact-banner .contact-banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.contact-banner .contact-banner-wrapper .contact-banner-info {
  position: relative;
  max-width: 588px;
  width: 100%;
}
.contact-banner .contact-banner-wrapper .contact-banner-info > h1 {
  font-family: "CircularStd-Bold", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 6rem;
  text-align: left;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.contact-banner .contact-banner-wrapper .contact-banner-info .divider {
  width: 183px;
  height: 2px;
  background: #CBF36E;
  margin: 0 0 30px 0;
}
.contact-banner .contact-banner-wrapper .contact-banner-info > p {
  font-size: 2.25rem;
  line-height: 3.125rem;
  letter-spacing: 1.1px;
  text-align: left;
  color: #FFFFFF;
  margin: 0;
}
.contact-banner .contact-banner-wrapper .contact-banner-info > img {
  position: absolute;
  top: 0;
  right: 55px;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: 251px;
  max-height: 250px;
  min-width: 251px;
  min-height: 250px;
  object-fit: contain;
}
.contact-banner .contact-banner-wrapper .contact-banner-img {
  max-width: 488px;
  min-width: 400px;
  max-height: 356px;
  width: 100%;
  border-radius: 20px;
}
.contact-banner .contact-banner-wrapper .contact-banner-img > img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: top center;
  max-height: 356px;
}

@media (min-width: 1439px) and (max-width: 1919px) {
  .contact-banner {
    padding: 16px 0 60px 0;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-info > h1 {
    font-size: calc(3.875rem + 0.2692842252vw);
    line-height: 4.625rem;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-info > p {
    font-size: calc(1.5rem + 0.1042390549vw);
    line-height: 2.25rem;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-info > img {
    right: 145px;
    max-width: 201px;
    max-height: 200px;
    min-width: 201px;
    min-height: 200px;
  }
}
@media (min-width: 1199px) and (max-width: 1439px) {
  .contact-banner {
    padding: 16px 0 60px 0;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-info > h1 {
    font-size: calc(3.125rem + 0.2606338616vw);
    line-height: 3.875rem;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-info > p {
    font-size: calc(1.125rem + 0.0938281902vw);
    line-height: 1.875rem;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-info > img {
    right: auto;
    left: 185px;
    max-width: 181px;
    max-height: 180px;
    min-width: 181px;
    min-height: 180px;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-img {
    max-width: 588px;
  }
}
@media (min-width: 1039px) and (max-width: 1199px) {
  .contact-banner {
    padding: 16px 0 60px 0;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-info {
    max-width: 420px;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-info > h1 {
    font-size: calc(2.5rem + 0.2406159769vw);
    line-height: 3.25rem;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-info > p {
    font-size: calc(1rem + 0.0962463908vw);
    line-height: 1.75rem;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-info > img {
    right: auto;
    left: 120px;
    max-width: 181px;
    max-height: 180px;
    min-width: 181px;
    min-height: 180px;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-img {
    max-width: 588px;
  }
}
@media (min-width: 699px) and (max-width: 1039px) {
  .contact-banner {
    padding: 16px 0 60px 0;
  }
  .contact-banner .contact-banner-wrapper {
    gap: 40px;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-info {
    max-width: 420px;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-info > h1 {
    font-size: calc(3rem + 0.4291845494vw);
    line-height: 3.5rem;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-info > p {
    font-size: calc(1.5rem + 0.2145922747vw);
    line-height: 2.375rem;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-info > img {
    right: auto;
    left: 115px;
    top: -5px;
    max-width: 181px;
    max-height: 180px;
    min-width: 181px;
    min-height: 180px;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-img {
    max-width: 488px;
    min-width: 340px;
  }
}
@media (max-width: 699px) {
  .contact-banner {
    padding: 34px 0 120px 0;
  }
  .contact-banner .contact-banner-wrapper {
    gap: 40px;
    flex-direction: column;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-info {
    max-width: 100%;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-info > h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 0 0 25px 0;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-info > p {
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-info > img {
    display: none;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-img {
    max-width: 100%;
    min-width: 100%;
    max-height: 347px;
  }
  .contact-banner .contact-banner-wrapper .contact-banner-img > img {
    max-height: 347px;
  }
}
.connect-with-us {
  background: #CBF36E;
  border-radius: 49px 49px 0 0;
  padding: 126px 0;
}
.connect-with-us .connect-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.connect-with-us .connect-wrapper .connect-info {
  max-width: 588px;
  width: 100%;
}
.connect-with-us .connect-wrapper .connect-info > h2 {
  font-family: "CircularStd-Bold", sans-serif;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 4.5rem;
  text-align: left;
  color: #000000;
  margin: 0 0 30px 0;
}
.connect-with-us .connect-wrapper .connect-info .divider {
  width: 183px;
  height: 2px;
  background: #000000;
  margin: 0 0 30px 0;
}
.connect-with-us .connect-wrapper .connect-info > p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: -0.5px;
  text-align: left;
  color: #000000;
  margin: 0 0 28px 0;
  max-width: 487px;
}
.connect-with-us .connect-wrapper .connect-info .link {
  display: flex;
  align-items: center;
  gap: 4px;
}
.connect-with-us .connect-wrapper .connect-info .link > img {
  width: 8px;
  height: 8px;
  object-fit: cover;
}
.connect-with-us .connect-wrapper .connect-form {
  max-width: 487px;
  width: 100%;
}
.connect-with-us .connect-wrapper .connect-form form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
.connect-with-us .connect-wrapper .connect-form form span {
  margin: 10px 0 30px 0;
  width: 100%;
}
.connect-with-us .connect-wrapper .connect-form form label {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: -0.5px;
  text-align: left;
  color: #000000;
  width: 100%;
}
.connect-with-us .connect-wrapper .connect-form form input {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #000000;
  padding: 16px;
  width: 100%;
  height: 60px;
  margin: 10px 0 30px 0;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 10px;
  outline: none;
}
.connect-with-us .connect-wrapper .connect-form form input.wpcf7-not-valid {
  border: 1px solid #FF0004;
}
.connect-with-us .connect-wrapper .connect-form form textarea {
  background: transparent;
  border: 1px solid #000000;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #000000;
  padding: 16px;
  outline: none;
  width: 100%;
  height: 161px;
  resize: none;
  margin: 10px 0 30px 0;
}
.connect-with-us .connect-wrapper .connect-form form button {
  margin: 10px 0 0 0;
}
.connect-with-us .connect-wrapper .connect-form form .wpcf7-not-valid-tip {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.5px;
  text-align: right;
  margin: -24px 0 0 0 !important;
}
.connect-with-us .connect-wrapper .connect-form form .wpcf7-not-valid {
  border: 1px solid #FF0004;
}
.connect-with-us .connect-wrapper .connect-form form .wpcf7-response-output {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #FF0004;
  margin: 30px 0 0 0;
  padding: 16px;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4375rem;
}
.connect-with-us .connect-wrapper .connect-form form.sent .wpcf7-response-output {
  border: 2px solid #008000;
}

@media (min-width: 1439px) and (max-width: 1919px) {
  .connect-with-us {
    padding: 80px 0;
  }
  .connect-with-us .connect-wrapper .connect-info {
    max-width: 495px;
  }
  .connect-with-us .connect-wrapper .connect-info > h2 {
    font-size: calc(2.9375rem + 0.2041348158vw);
    line-height: 3.6875rem;
  }
}
@media (min-width: 1199px) and (max-width: 1439px) {
  .connect-with-us {
    padding: 80px 0;
  }
  .connect-with-us .connect-wrapper .connect-info {
    max-width: 495px;
  }
  .connect-with-us .connect-wrapper .connect-info > h2 {
    font-size: calc(2.625rem + 0.2189324437vw);
    line-height: 3.375rem;
    max-width: 400px;
  }
}
@media (min-width: 1039px) and (max-width: 1199px) {
  .connect-with-us {
    padding: 80px 0;
  }
  .connect-with-us .connect-wrapper .connect-info {
    max-width: 495px;
  }
  .connect-with-us .connect-wrapper .connect-info > h2 {
    font-size: calc(2.5rem + 0.2406159769vw);
    line-height: 3.25rem;
    max-width: 400px;
  }
}
@media (min-width: 699px) and (max-width: 1039px) {
  .connect-with-us {
    padding: 80px 0;
    border-radius: 20px 20px 0 0;
  }
  .connect-with-us .connect-wrapper {
    gap: 40px;
  }
  .connect-with-us .connect-wrapper .connect-info {
    max-width: 495px;
  }
  .connect-with-us .connect-wrapper .connect-info > h2 {
    font-size: calc(2.5rem + 0.3576537911vw);
    line-height: 3.25rem;
    max-width: 400px;
  }
}
@media (max-width: 699px) {
  .connect-with-us {
    padding: 70px 0;
    border-radius: 20px 20px 0 0;
  }
  .connect-with-us .connect-wrapper {
    gap: 70px;
    flex-direction: column;
  }
  .connect-with-us .connect-wrapper .connect-info {
    max-width: 100%;
  }
  .connect-with-us .connect-wrapper .connect-info > h2 {
    font-size: 2rem;
    line-height: 2.375rem;
    max-width: 500px;
    text-align: center;
    margin: 0 auto 30px auto;
  }
  .connect-with-us .connect-wrapper .connect-info .divider {
    margin: 0 auto 30px auto;
  }
  .connect-with-us .connect-wrapper .connect-info > p {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
    max-width: 100%;
    margin: 0 0 32px 0;
  }
  .connect-with-us .connect-wrapper .connect-form {
    max-width: 100%;
  }
}

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