@import url(https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap);@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h5,
p {
  font-weight: normal;
  margin: 0;
}

:focus,
button:focus,
a:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:focus, a:hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

form {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
button:focus, button:hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

.form-group {
  position: relative;
  margin: 0;
}

input.error,
textarea.error,
select.error {
  background-color: #fce4e4;
  border: 1px solid #cc0033;
  outline: none;
}

label.error {
  color: red;
  font-size: 12px;
  position: absolute;
  bottom: -20px;
}

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

body {
  background-color: #e8e7e7;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #1d1d1d transparent;
}
body ::-webkit-scrollbar {
  width: 10px;
}
body ::-webkit-scrollbar-track {
  background: transparent;
}
body ::-webkit-scrollbar-thumb {
  background: #1d1d1d;
}

[data-aos=fade-up] {
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, background-color 0.3s ease-in-out !important;
  transition-property: opacity, transform, background-color !important;
  opacity: 0 !important;
  transform: translateY(20px) !important;
  transition-timing-function: ease !important;
}

[data-aos=fade-up].aos-animate {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

[data-aos=fade-left] {
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, background-color 0.3s ease-in-out !important;
  transition-property: opacity, transform, background-color !important;
  opacity: 0 !important;
  transform: translateX(20px) !important;
  transition-timing-function: ease !important;
}

[data-aos=fade-left].aos-animate {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

[data-aos=fade-right] {
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, background-color 0.3s ease-in-out !important;
  transition-property: opacity, transform, background-color !important;
  opacity: 0 !important;
  transform: translateX(-20px) !important;
  transition-timing-function: ease !important;
}

[data-aos=fade-right].aos-animate {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.column {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
}

header {
  width: 100%;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 999;
  margin-bottom: -105px;
}
header.blur {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
header div.container {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 1035px;
  border: 0;
  padding: 0;
  margin: 0 auto;
  align-items: center;
  padding: 15px !important;
  justify-content: space-between;
}
@media screen and (min-width: 767px) and (max-width: 990px) {
  header div.container {
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 766px) {
  header div.container {
    padding: 0 15px !important;
  }
}
@media (min-width: 1080px) {
  header div.container {
    padding: 30px 0 15px 0 !important;
  }
}
@media (max-width: 1080px) {
  header div.container a svg {
    width: 120px;
  }
}
header div.container > div.row {
  gap: 15px;
}
header div.container > div.row > a {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #e8e7e7;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  border: 1px solid transparent;
  border-radius: 36px;
  background: transparent;
  color: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 15px 30px;
  height: 48px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  border-radius: 36px;
  padding: 12px 40px;
  border: 1px solid #fff;
}
header div.container > div.row > a:hover {
  color: #77d550;
  background-color: #77d550;
  border: 1px solid #77d550;
}
header div.container > div.row > a:hover {
  color: #005b4c;
}

footer.footer {
  padding: 80px 0px 0px 0px;
  background: #005b4c;
  position: relative;
}
footer.footer div.engiture-logo {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  max-width: 1035px;
  border: 0;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 990px) {
  footer.footer div.engiture-logo {
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 766px) {
  footer.footer div.engiture-logo {
    padding: 0 15px !important;
  }
}
footer.footer div.engiture-logo svg.footer-symbol {
  position: absolute;
  right: 10px;
  top: 13px;
  width: 90px;
  display: block;
}
@media (max-width: 900px) {
  footer.footer div.engiture-logo svg.footer-symbol {
    position: static;
    display: block;
    margin: 0 auto 15px auto;
  }
}
@media (min-width: 1214px) {
  footer.footer div.engiture-logo svg.footer-symbol {
    right: 0;
  }
}
footer.footer .container.grid {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  max-width: 1035px;
  border: 0;
  padding: 0;
  margin: 0 auto;
  grid-template-columns: 7fr 3fr;
  align-items: end;
  height: 100%;
}
@media screen and (min-width: 767px) and (max-width: 990px) {
  footer.footer .container.grid {
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 766px) {
  footer.footer .container.grid {
    padding: 0 15px !important;
  }
}
@media (max-width: 1058px) {
  footer.footer .container.grid {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 900px) {
  footer.footer .container.grid {
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: center;
  }
}
footer.footer .container.grid .footer-left h2 {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #e8e7e7;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 63px;
  color: #e8e7e7;
  font-style: normal;
  font-family: "Red Hat Display", sans-serif;
  max-width: 480px;
  margin-bottom: 40px;
}
@media screen and (max-width: 766px) {
  footer.footer .container.grid .footer-left h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
  }
}
@media (max-width: 900px) {
  footer.footer .container.grid .footer-left h2 {
    text-align: center;
  }
}
footer.footer .container.grid .footer-left p {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #e8e7e7;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  max-width: 500px;
}
@media screen and (max-width: 766px) {
  footer.footer .container.grid .footer-left p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media (max-width: 900px) {
  footer.footer .container.grid .footer-left p {
    text-align: center;
  }
}
footer.footer .container.grid .footer-left a {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #e8e7e7;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  border: 1px solid transparent;
  border-radius: 36px;
  background: #77d550;
  color: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 15px 30px;
  height: 48px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin-top: 80px;
}
footer.footer .container.grid .footer-left a:hover {
  color: #77d550;
  background-color: transparent;
  border: 1px solid transparent;
}
@media (max-width: 900px) {
  footer.footer .container.grid .footer-left a {
    margin-left: auto;
    margin-right: auto;
  }
}
footer.footer .container.grid .footer-left a:hover {
  border: 1px solid #77d550;
}
footer.footer .container.grid .footer-right ul li a {
  display: flex;
  align-items: center;
}
footer.footer .container.grid .footer-right ul li a p {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #e8e7e7;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
footer.footer .container.grid .footer-right ul li a svg {
  display: block;
  width: 45px;
  margin-right: 15px;
  max-width: 200px;
}
footer.footer .container.grid .footer-right ul li a:hover p {
  color: #77d550;
}
footer.footer .container.grid .footer-right ul li + li {
  margin-top: 15px;
}
footer.footer .container.grid .footer-right.is-inview {
  -webkit-animation: 1.5s linear 0.5s fadeInRight;
          animation: 1.5s linear 0.5s fadeInRight;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
footer.footer .footer-signature {
  margin-top: 90px;
  padding-top: 80px;
  border-top: 1px solid #77d550;
  overflow: hidden;
}
footer.footer .footer-signature svg.logo-engiture {
  width: 100%;
  position: relative;
  bottom: -120px;
  margin-top: -105px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1234px) {
  footer.footer .footer-signature svg.logo-engiture {
    bottom: -13px;
    margin-top: -80px;
  }
}
footer.footer .footer-signature svg.logo-engiture.aos-init.aos-animate {
  opacity: 1;
}
footer.footer .footer-signature .flowww-signature {
  background: #77d550;
  padding: 5px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer.footer .footer-signature .flowww-signature svg {
  height: 18px;
  position: static;
}
footer.footer .footer-signature.is-inview {
  -webkit-animation: 1.5s linear 1s fadeIn;
          animation: 1.5s linear 1s fadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.float-menu {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  background: #000;
  border-radius: 35px;
  padding: 15px 30px;
  display: grid;
  grid-template-areas: "left right";
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.float-menu::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #707070;
  position: absolute;
  left: calc(50% - 1px);
  transform: translateX(50%);
}
.float-menu .text {
  padding-right: 25px;
  grid-area: left;
  position: relative;
}
.float-menu .text p {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #e8e7e7;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
}
.float-menu .button {
  padding-left: 25px;
  position: relative;
  left: -10px;
  grid-area: right;
}
.float-menu .button span {
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 90px;
  background: #77d550;
  text-align: center;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.float-menu .button span + span {
  margin-top: 5px;
}
.float-menu:hover .button span {
  background: #e8e7e7;
}
.float-menu:hover .button span:first-child {
  width: 25px;
}
.float-menu:hover .button span:last-child {
  width: 25px;
}
.float-menu.slide-2-active .button span {
  background: #c6e3ed;
}
.float-menu.slide-3-active .button span {
  background: #ff7100;
}

.open-menu {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  background: #000;
  border-radius: 35px;
  padding: 8px 30px;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  z-index: 0;
  display: none;
  transition: all 0.75s ease;
}
.open-menu.active {
  display: flex;
  opacity: 1;
  z-index: 5;
}
@media (max-width: 900px) {
  .open-menu.active {
    background: rgba(0, 0, 0, 0.92);
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 80px;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    position: absolute;
    bottom: 0;
    border-radius: 0;
  }
}
.open-menu .button {
  padding-right: calc($sp-xsmall + 5px);
  position: relative;
  cursor: pointer;
}
@media (max-width: 900px) {
  .open-menu .button {
    padding-right: 0;
  }
}
.open-menu .button span {
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 90px;
  background: #77d550;
  text-align: center;
  margin: 0 auto;
}
.open-menu .button span + span {
  margin-top: 5px;
}
.open-menu .button span:first-child {
  width: 25px;
}
.open-menu .button span:last-child {
  width: 25px;
}
.open-menu .button:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + $sp-xsmall * 2);
  background: #707070;
  position: absolute;
  right: 0;
  top: -15px;
}
@media (max-width: 900px) {
  .open-menu .button:after {
    display: none;
  }
}
.open-menu nav {
  padding: 0px 30px;
}
.open-menu nav ul {
  display: flex;
}
@media (max-width: 900px) {
  .open-menu nav ul {
    flex-direction: column;
    align-items: baseline;
    gap: 30px;
    text-align: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.open-menu nav ul li a {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #e8e7e7;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  color: rgba(232, 231, 231, 0.7);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.open-menu nav ul li a.active, .open-menu nav ul li a:hover {
  color: #e8e7e7;
}
.open-menu nav ul li + li {
  margin-left: 30px;
}
@media (max-width: 900px) {
  .open-menu nav ul li + li {
    margin-left: 0;
  }
}
.open-menu .logo {
  position: relative;
  padding-left: 15px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .open-menu .logo {
    padding-left: 0;
  }
}
.open-menu .logo svg {
  display: block;
  height: 34px;
}
.open-menu .logo:before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #707070;
  position: absolute;
  left: 0;
  top: -8px;
}
@media (max-width: 900px) {
  .open-menu .logo:before {
    display: none;
  }
}

section.solutions {
  margin-bottom: 80px;
}
section.solutions div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 1035px;
  border: 0;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 767px) and (max-width: 990px) {
  section.solutions div.container {
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 766px) {
  section.solutions div.container {
    padding: 0 15px !important;
  }
}
section.solutions div.container div.introduction-content {
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.solutions div.container div.introduction-content div.left-content h2 {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #005b4c;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 63px;
  margin-bottom: 15px;
}
@media screen and (max-width: 766px) {
  section.solutions div.container div.introduction-content div.left-content h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
  }
}
section.solutions div.container div.introduction-content div.left-content p {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #1d1d1d;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  max-width: 500px;
}
@media screen and (max-width: 766px) {
  section.solutions div.container div.introduction-content div.left-content p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
  }
}
section.solutions div.container div.introduction-content div.right-content svg {
  display: none;
}
@media (min-width: 820px) {
  section.solutions div.container div.introduction-content div.right-content svg {
    margin: 0 auto;
    display: block;
  }
}
section.solutions ul {
  display: flex;
  gap: 15px;
  justify-content: center;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  section.solutions ul {
    padding: 0 30px;
  }
}
@media (max-width: 1124px) {
  section.solutions ul {
    flex-wrap: wrap;
  }
}
section.solutions ul li {
  border: 1px solid #77d550;
  border-radius: 22px;
  width: 100%;
}
@media (min-width: 1024px) {
  section.solutions ul li {
    max-width: 312px;
    min-width: 260px;
  }
}
section.solutions ul li:hover a div.illustration img {
  transform: scale(1.04);
}
section.solutions ul li:hover a div.content button {
  color: #77d550;
  background-color: #005b4c;
  border: 1px solid #005b4c;
}
section.solutions ul li a div.illustration {
  border-radius: 22px;
  width: 100%;
  height: 210px;
  overflow: hidden;
}
section.solutions ul li a div.illustration img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
section.solutions ul li a div.content {
  padding: 15px 15px 63px 15px;
  text-align: center;
  position: relative;
}
section.solutions ul li a div.content p {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #005b4c;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  margin-bottom: 15px;
  font-size: 20px;
  height: 60px;
}
@media screen and (max-width: 766px) {
  section.solutions ul li a div.content p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
  }
}
section.solutions ul li a div.content button {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #1d1d1d;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #e8e7e7;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  border: 1px solid transparent;
  border-radius: 36px;
  background: #77d550;
  color: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 15px 30px;
  height: 48px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: calc(100% - 30px);
  position: absolute;
  left: 15px;
  bottom: 15px;
  box-sizing: border-box;
  z-index: 0;
}
section.solutions ul li a div.content button:hover {
  color: #77d550;
  background-color: #005b4c;
  border: 1px solid #005b4c;
}

#page404 .title {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}
#page404 .title .sad {
  transform: rotate(90deg);
  font-size: 60px;
}

section.initial-banner {
  margin-bottom: 40px;
  margin-top: -30px;
}
section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide {
  height: calc(100vh + 30px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide div.column {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 1035px;
  border: 0;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 767px) and (max-width: 990px) {
  section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide div.column {
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 766px) {
  section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide div.column {
    padding: 0 15px !important;
  }
}
@media (max-width: 820px) {
  section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide div.column {
    padding: 15px !important;
  }
}
section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide div.column h1 {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #e8e7e7;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 63px;
  margin-bottom: 30px;
  max-width: 555px;
}
@media screen and (max-width: 766px) {
  section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide div.column h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
  }
}
section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide div.column p {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #e8e7e7;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  margin-bottom: 40px;
  max-width: 560px;
}
@media screen and (max-width: 766px) {
  section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide div.column p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
  }
}
section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide div.column a {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #1d1d1d;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #e8e7e7;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  border: 1px solid transparent;
  border-radius: 36px;
  background: #fff;
  color: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 15px 30px;
  height: 48px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 766px) {
  section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide div.column a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
  }
}
section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide div.column a:hover {
  color: #77d550;
  background-color: #77d550;
  border: 1px solid #77d550;
}
section.initial-banner div.swiper ul.swiper-wrapper li.swiper-slide div.column a:hover {
  color: #005b4c;
}
@media (max-width: 1260px) {
  section.initial-banner div.swiper div.swiper-controls {
    display: flex;
    align-items: flex-end;
    gap: 40px;
    justify-content: space-between;
    margin-top: -40px;
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
}
@media (max-width: 720px) {
  section.initial-banner div.swiper div.swiper-controls {
    bottom: 80px;
  }
}
section.initial-banner div.swiper div.swiper-controls button.swiper-button-prev {
  position: absolute;
  right: calc(100vw - 10vw);
  left: auto;
}
@media (max-width: 1260px) {
  section.initial-banner div.swiper div.swiper-controls button.swiper-button-prev {
    position: static;
  }
}
section.initial-banner div.swiper div.swiper-controls button.swiper-button-prev:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg id='Grupo_328' data-name='Grupo 328' transform='translate(-100 -424)'%3E%3Ccircle id='Elipse_25' data-name='Elipse 25' cx='30' cy='30' r='30' transform='translate(100 424)' fill='%23fff'/%3E%3Cpath id='Icon_awesome-arrow-left' data-name='Icon awesome-arrow-left' d='M13.236,23.592l-1.141,1.141a1.229,1.229,0,0,1-1.743,0L.359,14.745A1.229,1.229,0,0,1,.359,13L10.352,3.01a1.229,1.229,0,0,1,1.743,0l1.141,1.141a1.235,1.235,0,0,1-.021,1.763l-6.194,5.9H21.795a1.231,1.231,0,0,1,1.234,1.234v1.645a1.231,1.231,0,0,1-1.234,1.234H7.021l6.194,5.9A1.226,1.226,0,0,1,13.236,23.592Z' transform='translate(118.488 440.129)' fill='%2377d550'/%3E%3C/g%3E%3C/svg%3E%0A");
}
section.initial-banner div.swiper div.swiper-controls button.swiper-button-next {
  position: absolute;
  left: calc(100vw - 10vw);
  right: auto;
}
@media (max-width: 1260px) {
  section.initial-banner div.swiper div.swiper-controls button.swiper-button-next {
    position: static;
  }
}
section.initial-banner div.swiper div.swiper-controls button.swiper-button-next:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg id='Grupo_327' data-name='Grupo 327' transform='translate(-1284 -424)'%3E%3Ccircle id='Elipse_26' data-name='Elipse 26' cx='30' cy='30' r='30' transform='translate(1284 424)' fill='%23fff'/%3E%3Cpath id='Icon_awesome-arrow-left' data-name='Icon awesome-arrow-left' d='M13.236,23.592l-1.141,1.141a1.229,1.229,0,0,1-1.743,0L.359,14.745A1.229,1.229,0,0,1,.359,13L10.352,3.01a1.229,1.229,0,0,1,1.743,0l1.141,1.141a1.235,1.235,0,0,1-.021,1.763l-6.194,5.9H21.795a1.231,1.231,0,0,1,1.234,1.234v1.645a1.231,1.231,0,0,1-1.234,1.234H7.021l6.194,5.9A1.226,1.226,0,0,1,13.236,23.592Z' transform='translate(1325.513 467.871) rotate(180)' fill='%2377d550'/%3E%3C/g%3E%3C/svg%3E%0A");
}
section.initial-banner div.swiper div.swiper-controls button {
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
section.initial-banner div.swiper div.swiper-controls button:hover {
  opacity: 1;
}

section.performance {
  margin-bottom: 80px;
}
section.performance div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 1035px;
  border: 0;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 767px) and (max-width: 990px) {
  section.performance div.container {
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 766px) {
  section.performance div.container {
    padding: 0 15px !important;
  }
}
section.performance div.container > div.row {
  background-color: #fff;
  border-radius: 29px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 19px 4px;
  position: relative;
  z-index: 4;
  margin: 0 auto -15px auto;
  gap: 15px;
}
@media (min-width: 1080px) {
  section.performance div.container > div.row {
    margin: 0 auto -29px auto;
  }
}
section.performance div.container > div.row::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 50%;
  height: 50px;
  box-sizing: border-box;
  border-radius: 29px;
  overflow: hidden;
  padding: 15px 40px;
  transform: translate(96%, -50%);
  background: #131537;
  transition: all 0.5s ease-in-out;
}
section.performance div.container > div.row.left-option::before {
  background: #77d550;
  transform: translate(0%, -50%);
}
section.performance div.container > div.row button {
  cursor: pointer;
  padding: 10px 40px;
  position: relative;
  box-sizing: content-box;
  width: 80px;
}
@media (min-width: 1080px) {
  section.performance div.container > div.row button {
    width: 130px;
  }
}
section.performance div.container > div.row button.selected svg path {
  fill: #fff;
  transition: all 0.3s ease-in-out;
}
section.performance div.container > div.row button svg {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -48%);
}
@media (max-width: 1080px) {
  section.performance div.container > div.row button svg {
    width: 80px;
  }
}
section.performance div.container > div.row button svg path {
  fill: #cfcfd6;
  transition: all 0.3s ease-in-out;
}
section.performance div.container div.illustrations {
  width: 100%;
  position: relative;
  height: 450px;
}
@media (min-width: 1080px) {
  section.performance div.container div.illustrations {
    height: 550px;
  }
}
section.performance div.container div.illustrations.left-option > div:nth-of-type(1) {
  opacity: 1;
}
section.performance div.container div.illustrations.left-option > div:nth-of-type(2) {
  opacity: 0;
}
section.performance div.container div.illustrations > div:nth-of-type(1) {
  opacity: 0;
}
section.performance div.container div.illustrations img.performance-desk {
  display: none !important;
}
@media (min-width: 780px) {
  section.performance div.container div.illustrations img.performance-desk {
    display: block !important;
  }
}
@media (max-width: 1080px) {
  section.performance div.container div.illustrations img.performance-2 {
    -o-object-position: right;
       object-position: right;
  }
}
section.performance div.container div.illustrations img.performance-mobile {
  display: block !important;
}
@media (min-width: 780px) {
  section.performance div.container div.illustrations img.performance-mobile {
    display: none !important;
  }
}
section.performance div.container div.illustrations > div:nth-of-type(2) {
  opacity: 1;
}
section.performance div.container div.illustrations div img {
  border-radius: 27px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
section.performance div.container div.illustrations div > div.content {
  position: relative;
  z-index: 7;
  padding: 30px;
}
@media (min-width: 1024px) {
  section.performance div.container div.illustrations div > div.content {
    padding: 100px;
  }
}
section.performance div.container div.illustrations div > div.content h2 {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 63px;
  font-style: normal;
  max-width: 350px;
  margin-bottom: 30px;
}
@media screen and (max-width: 766px) {
  section.performance div.container div.illustrations div > div.content h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
  }
}
section.performance div.container div.illustrations div > div.content p {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  text-transform: none;
  margin-bottom: 40px;
  line-height: 30px;
}
section.performance div.container div.illustrations div > div.content > div.column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
section.performance div.container div.illustrations div > div.content > div.column span {
  margin: 0 auto 10px auto;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
}
section.performance div.container div.illustrations div > div.content > div.column div.row.icon {
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  gap: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 29px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 17px;
}
section.performance div.container div.illustrations div > div.content > div.column div.row.icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
section.performance div.container div.illustrations div > div.content > div.column div.row.icon a:hover::before {
  opacity: 1;
}
section.performance div.container div.illustrations div > div.content > div.column div.row.icon a::before {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #e8e7e7;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
section.performance div.container div.illustrations div > div.content > div.column div.row.icon a:nth-of-type(1)::before {
  content: "vapor";
}
section.performance div.container div.illustrations div > div.content > div.column div.row.icon a:nth-of-type(2)::before {
  content: "automa\E7\E3o";
}
section.performance div.container div.illustrations div > div.content > div.column div.row.icon a:nth-of-type(3)::before {
  content: "gases";
}
section.performance div.container div.illustrations div > div.content > div.column div.row.icon a:nth-of-type(4)::before {
  content: "\E1gua";
}
section.performance div.container div.illustrations div > div.content > div.column div.row.icon a:nth-of-type(5)::before {
  content: "am\F4nia";
}
section.performance div.container div.illustrations div > div.content > div.column div.row.icon a svg {
  transform: rotate(270deg);
  width: 25px;
  height: 30px;
}
section.performance div.container div.illustrations div > div.content > div.column div.shadow {
  margin-top: -40px;
}
section.performance div.container div.illustrations div > div.content > div.column div.shadow ul {
  gap: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
}
section.performance div.container div.illustrations div > div.content > div.column div.shadow ul li {
  transition: all 0.3s ease-in-out;
  width: 25px;
  height: 30px;
  border-radius: 20px;
}
section.performance div.container div.illustrations div > div.content > div.column div.shadow ul li.opacity {
  width: 30px;
  height: 35px;
}
section.performance div.container div.illustrations div > div.content > div.column div.shadow ul li:nth-of-type(1) {
  background-color: rgba(255, 0, 0, 0.7);
}
section.performance div.container div.illustrations div > div.content > div.column div.shadow ul li:nth-of-type(1).opacity {
  background-color: red;
}
section.performance div.container div.illustrations div > div.content > div.column div.shadow ul li:nth-of-type(2) {
  background-color: rgba(251, 216, 69, 0.7);
}
section.performance div.container div.illustrations div > div.content > div.column div.shadow ul li:nth-of-type(2).opacity {
  background-color: #fbd845;
}
section.performance div.container div.illustrations div > div.content > div.column div.shadow ul li:nth-of-type(3) {
  background-color: rgba(121, 136, 190, 0.7);
}
section.performance div.container div.illustrations div > div.content > div.column div.shadow ul li:nth-of-type(3).opacity {
  background-color: #7988be;
}
section.performance div.container div.illustrations div > div.content > div.column div.shadow ul li:nth-of-type(4) {
  background-color: rgba(0, 61, 255, 0.7);
}
section.performance div.container div.illustrations div > div.content > div.column div.shadow ul li:nth-of-type(4).opacity {
  background-color: #003dff;
}
section.performance div.container div.illustrations div > div.content > div.column div.shadow ul li:nth-of-type(5) {
  background-color: rgba(37, 63, 186, 0.7);
}
section.performance div.container div.illustrations div > div.content > div.column div.shadow ul li:nth-of-type(5).opacity {
  background-color: #253fba;
}

section.contact div.container {
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px !important;
  gap: 30px;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 1035px;
  border: 0;
  padding: 0;
  margin: 0 auto;
  padding: 40px 15px 0 15px !important;
}
@media screen and (min-width: 767px) and (max-width: 990px) {
  section.contact div.container {
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 766px) {
  section.contact div.container {
    padding: 0 15px !important;
  }
}
@media (min-width: 1080px) {
  section.contact div.container {
    padding: 80px 0 0 0 !important;
  }
}
section.contact div.container::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background-color: #005b4c;
  width: 100%;
  height: 1px;
}
@media (max-width: 1080px) {
  section.contact div.container::before {
    display: none;
  }
}
section.contact div.container h2 {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #1d1d1d;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 63px;
  max-width: 380px;
}
@media screen and (max-width: 766px) {
  section.contact div.container h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
  }
}
section.contact div.container form {
  gap: 15px;
  max-width: 380px;
  width: 100%;
  justify-content: space-between;
}
section.contact div.container form input {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #939393;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  background-color: #fff !important;
  border: 1px solid #fff;
  border-radius: 29px;
  padding: 12px 12px 12px 30px;
}
section.contact div.container form input:placeholder {
  color: #939393;
  opacity: 1;
}
section.contact div.container form input:-moz-placeholder {
  color: #939393;
  opacity: 1;
}
section.contact div.container form input::-moz-placeholder {
  color: #939393;
  opacity: 1;
}
section.contact div.container form input:-ms-input-placeholder {
  color: #939393;
  opacity: 1;
}
section.contact div.container form input::-webkit-input-placeholder {
  color: #939393;
  opacity: 1;
}
section.contact div.container form button {
  border: 1px solid transparent;
  border-radius: 36px;
  background: #77d550;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 8px 15px 8px 30px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 0;
  max-width: 100%;
}
section.contact div.container form button:after {
  content: "";
  width: 1px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 50px;
  background: #372a0c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1094px) {
  section.contact div.container form button:after {
    display: none;
  }
}
section.contact div.container form button p {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #e8e7e7;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  color: #372a0c;
  width: 100%;
  text-align: left;
  margin-right: 30px;
}
section.contact div.container form button svg {
  display: block;
  height: 32px;
  width: 32px;
  padding-left: 15px;
  transition: all 0.3s ease-in-out;
}
section.contact div.container form button:hover {
  background-color: #005b4c;
}
section.contact div.container form button:hover p {
  color: #77d550;
}
section.contact div.container form button:hover:after {
  background: #77d550;
}
section.contact div.container form button:hover svg path {
  stroke: #77d550;
}

.swal2-popup.swal2-modal.swal2-show {
  border-radius: 20px;
}

.swal2-title {
  font-family: "Red Hat Display", sans-serif !important;
  font-weight: 500 !important;
  color: #1d1d1d !important;
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 42px !important;
  margin-bottom: 30px;
}

.swal2-content {
  font-family: "Red Hat Display", sans-serif !important;
  font-weight: 500 !important;
  color: #1d1d1d !important;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px !important;
}

.swal2-confirm.swal2-styled {
  font-family: "Red Hat Display", sans-serif !important;
  font-weight: 500 !important;
  color: #1d1d1d !important;
  text-transform: uppercase !important;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px !important;
  border: 1px solid transparent !important;
  border-radius: 36px !important;
  background: #77d550 !important;
  color: #1b1b1b !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  padding: 15px 30px !important;
  height: 48px !important;
  box-sizing: border-box !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.3s ease-in-out;
}
.swal2-confirm.swal2-styled:hover {
  color: #77d550;
  background-color: #e88241;
  border: 1px solid #e88241;
}

.swal2-cancel.swal2-styled {
  display: none;
}

section.blog-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  margin-bottom: 80px;
  height: 390px;
}
@media (min-width: 1080px) {
  section.blog-banner {
    height: 660px;
  }
}

section.blog div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 1035px;
  border: 0;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 767px) and (max-width: 990px) {
  section.blog div.container {
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 766px) {
  section.blog div.container {
    padding: 0 15px !important;
  }
}
section.blog div.container h1 {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #1d1d1d;
  font-style: normal;
  font-size: 66px;
  font-size: 4.125rem;
  line-height: 73px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 766px) {
  section.blog div.container h1 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 50px;
  }
}
@media (min-width: 1080px) {
  section.blog div.container h1 {
    padding: 0 87px;
  }
}
section.blog div.container h3 {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #1d1d1d;
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 42px;
  margin-bottom: 30px;
}
@media screen and (max-width: 766px) {
  section.blog div.container h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 40px;
  }
}
@media (min-width: 1080px) {
  section.blog div.container h3 {
    padding: 0 110px;
  }
}
section.blog div.container p {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #1d1d1d;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 766px) {
  section.blog div.container p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media (min-width: 1080px) {
  section.blog div.container p {
    padding: 0 110px;
  }
}
section.blog div.container ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1080px) {
  section.blog div.container ul {
    padding: 0 110px;
  }
}
section.blog div.container ul li {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #1d1d1d;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 766px) {
  section.blog div.container ul li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
  }
}
section.blog div.container ul li::before {
  content: "-";
  position: absolute;
  top: 0px;
  left: -20px;
}
section.blog div.container div.video {
  margin-bottom: 40px;
  display: block;
  position: relative;
}
section.blog div.container div.video img {
  border-radius: 50px;
}
section.blog div.container div.video button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.blog div.container div.pop-up {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}
section.blog div.container div.pop-up iframe {
  width: 80%;
  height: 80vh;
  z-index: 3;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
}
section.blog div.container div.pop-up div.blur {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 91, 76, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
section.blog div.container div.pop-up button {
  position: absolute;
  top: 30px;
  right: 30px;
}
section.blog div.container div.pop-up button svg {
  height: 50px;
  width: 50px;
}

section.ebook div.container {
  position: relative;
  display: grid;
  box-sizing: border-box;
  width: 100%;
  max-width: 1035px;
  border: 0;
  padding: 0;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  padding-bottom: 80px;
  margin-bottom: 80px;
  margin-top: 150px;
  justify-content: space-between;
}
@media screen and (min-width: 767px) and (max-width: 990px) {
  section.ebook div.container {
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 766px) {
  section.ebook div.container {
    padding: 0 15px !important;
  }
}
@media (max-width: 1080px) {
  section.ebook div.container {
    padding-bottom: 80px !important;
  }
}
section.ebook div.container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #005b4c;
}
section.ebook div.container:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #005b4c;
}
section.ebook div.container div.left-content {
  margin-top: -70px;
  position: relative;
  z-index: 9;
  align-items: center;
}
section.ebook div.container div.left-content img {
  width: 80%;
}
section.ebook div.container div.left-content video {
  width: 100%;
  max-width: 350px;
  height: auto;
  display: block;
  margin: 0 auto;
}
section.ebook div.container div.left-content a {
  border: 1px solid transparent;
  border-radius: 36px;
  background: #77d550;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 8px 15px 8px 30px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-top: 30px;
}
section.ebook div.container div.left-content a:after {
  content: "";
  width: 1px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 50px;
  background: #372a0c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1094px) {
  section.ebook div.container div.left-content a:after {
    display: none;
  }
}
section.ebook div.container div.left-content a p {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #e8e7e7;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  color: #372a0c;
  width: 100%;
  text-align: left;
  margin-right: 30px;
}
section.ebook div.container div.left-content a svg {
  display: block;
  height: 32px;
  width: 32px;
  padding-left: 15px;
  transition: all 0.3s ease-in-out;
}
section.ebook div.container div.left-content a:hover {
  background-color: #005b4c;
}
section.ebook div.container div.left-content a:hover p {
  color: #77d550;
}
section.ebook div.container div.left-content a:hover:after {
  background: #77d550;
}
section.ebook div.container div.left-content a:hover svg path {
  stroke: #77d550;
}
section.ebook div.container div.right-content {
  margin-top: 40px;
}
section.ebook div.container div.right-content h2 {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #1d1d1d;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 63px;
  max-width: 380px;
  margin-bottom: 40px;
}
@media screen and (max-width: 766px) {
  section.ebook div.container div.right-content h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
  }
}
section.ebook div.container div.right-content form {
  gap: 15px;
  max-width: 380px;
}
section.ebook div.container div.right-content form input {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #939393;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  background-color: #fff !important;
  border: 1px solid #fff;
  border-radius: 29px;
  padding: 12px 12px 12px 30px;
}
section.ebook div.container div.right-content form input:placeholder {
  color: #939393;
  opacity: 1;
}
section.ebook div.container div.right-content form input:-moz-placeholder {
  color: #939393;
  opacity: 1;
}
section.ebook div.container div.right-content form input::-moz-placeholder {
  color: #939393;
  opacity: 1;
}
section.ebook div.container div.right-content form input:-ms-input-placeholder {
  color: #939393;
  opacity: 1;
}
section.ebook div.container div.right-content form input::-webkit-input-placeholder {
  color: #939393;
  opacity: 1;
}
section.ebook div.container div.right-content form button {
  border: 1px solid transparent;
  border-radius: 36px;
  background: #77d550;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 8px 15px 8px 30px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 0;
  max-width: 100%;
}
section.ebook div.container div.right-content form button:after {
  content: "";
  width: 1px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 50px;
  background: #372a0c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1094px) {
  section.ebook div.container div.right-content form button:after {
    display: none;
  }
}
section.ebook div.container div.right-content form button p {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #e8e7e7;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  color: #372a0c;
  width: 100%;
  text-align: left;
  margin-right: 30px;
}
section.ebook div.container div.right-content form button svg {
  display: block;
  height: 32px;
  width: 32px;
  padding-left: 15px;
  transition: all 0.3s ease-in-out;
}
section.ebook div.container div.right-content form button:hover {
  background-color: #005b4c;
}
section.ebook div.container div.right-content form button:hover p {
  color: #77d550;
}
section.ebook div.container div.right-content form button:hover:after {
  background: #77d550;
}
section.ebook div.container div.right-content form button svg g path {
  transition: all 0.3s ease-in-out;
}
section.ebook div.container div.right-content form button:hover svg g path {
  stroke: #77d550;
}