@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300..900&display=swap");
@import 'icons/icons.css';
:root {
  --primary: #185f00;
  --primary-rgb: 24, 95, 0;
  --secondary: #6ac953;
  --secondary-rgb: 106, 201, 83;
  --background: #f5f5f5;
  --background-rgb: 245, 245, 245;
  --text-dark: #000;
  --text-dark-rgb: 0, 0, 0;
  --text: #949494;
  --text-rgb: 148, 148, 148;
  --text-mid: #949494;
  --text-mid-rgb: 148, 148, 148;
  --light-grey: #f7f7f7;
  --light-grey-rgb: 247, 247, 247;
  --border: #eaeaea;
  --border-rgb: 234, 234, 234;
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --font: "Figtree", sans-serif;
  --gap: 2rem;
  --gap-large: 4rem;
}

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

body {
  font-family: var(--font);
  overflow-x: hidden;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 999px) {
  body {
    padding-top: 80px;
  }
}

.content {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content.min {
  max-width: 1200px;
}

* {
  box-sizing: border-box;
}

a {
  color: var(--primary);
}

.button {
  background: var(--secondary);
  padding: 15px 20px;
  color: white;
  text-decoration: none;
  font-weight: 500;
  border-radius: 100px;
  transition: all 300ms ease-in;
  border: 0;
  cursor: pointer;
}
.button:hover {
  background: var(--secondary);
  box-shadow: 0px 0px 0px 10px rgba(var(--primary-rgb), 0.2);
}
.button.button-secondary {
  background: var(--primary);
}
.button.alt:hover {
  background: var(--white);
  box-shadow: 0px 0px 0px 10px rgba(var(--white-rgb), 0.2);
  color: var(--secondary);
}

.button-alt {
  border: 1px solid var(--secondary);
  padding: 15px 20px;
  text-decoration: none;
  font-weight: 500;
  border-radius: 100px;
  transition: all 300ms ease-in;
  cursor: pointer;
  color: var(--secondary);
}
.button-alt:hover {
  border-color: var(--secondary);
  color: var(--secondary);
}

.button-outline {
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  text-decoration: none;
  color: var(--text);
  border-radius: 100px;
  transition: all 300ms ease-in;
}
.button-outline:hover {
  color: var(--primary);
  box-shadow: 0px 0px 0px 10px rgba(var(--primary-rgb), 0.05);
}

.loading-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.loading-overlay.active {
  visibility: visible;
}
.loading-overlay svg {
  stroke: var(--secondary);
  transform: scale(1.4);
}

.form-state {
  margin-top: 20px;
}
.form-state .success {
  background: rgba(63, 207, 82, 0.05);
  border: 2px solid rgba(63, 207, 82, 0.1);
  color: #3fcf52;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  display: none;
}
.form-state .error {
  background: rgba(216, 63, 54, 0.05);
  border: 2px solid rgba(216, 63, 54, 0.1);
  color: #d83f36;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  display: none;
}
.form-state .loading {
  width: 100%;
  height: 40px;
  background: url(../images/loading.svg) center center no-repeat;
  display: none;
}

#whats {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
#whats a {
  background: #3fcf52;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  text-decoration: none;
  border-radius: 40px;
}

header {
  border-top: 10px solid var(--secondary);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  padding: 2rem 0;
}
@media all and (max-width: 999px) {
  header {
    padding: 0;
  }
}
header .mobile-menu {
  position: absolute;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  top: 0;
  left: 0;
}
header .mobile-menu a {
  text-decoration: none;
  color: var(--secondary);
}
@media all and (max-width: 999px) {
  header .mobile-menu {
    visibility: visible;
  }
}
@media all and (max-width: 999px) {
  header {
    height: 80px;
  }
}
header .content {
  display: flex;
  align-items: center;
}
@media all and (max-width: 999px) {
  header .content {
    justify-content: center;
  }
}
header .content .logo {
  margin-right: 4rem;
}
@media all and (max-width: 999px) {
  header .content .logo {
    margin-right: 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .content .logo img {
    height: 40px;
    width: auto;
  }
}
header .content nav {
  flex: 1;
}
@media all and (max-width: 999px) {
  header .content nav {
    display: none;
  }
}
header .content nav a {
  color: var(--secondary);
  text-decoration: none;
  font-weight: 500;
  margin-right: 2rem;
  font-size: 1rem;
  position: relative;
}
header .content nav a:before {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 1px;
  background: var(--secondary);
  content: "";
  transition: all 300ms ease-in;
}
header .content nav a:hover {
  color: var(--secondary);
}
header .content nav a:hover:before {
  width: 100%;
}
header .content .social {
  display: flex;
}
@media all and (max-width: 999px) {
  header .content .social {
    display: none;
  }
}
header .content .social a {
  text-decoration: none;
  font-size: 1.1rem;
  margin: 0px 0.7rem;
}
header .content .social a:hover {
  color: var(--secondary);
}
@media all and (max-width: 999px) {
  header .content .login {
    display: none;
  }
}
header .content .login .button,
header .content .login .button-alt {
  margin-left: 20px;
  padding: 10px 20px;
}

#main-nav {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 200;
}
#main-nav:target .inset {
  margin-left: 0;
}
#main-nav .inset {
  background: var(--primary);
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 250px;
  margin-left: -250px;
  transition: all 300ms ease-in;
}
#main-nav .inset a {
  color: white;
}
#main-nav .inset .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
}
#main-nav .inset nav {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
#main-nav .inset nav a {
  margin-bottom: 20px;
  font-size: 1.3rem;
  text-decoration: none;
}
#main-nav .inset .social {
  margin-left: 30px;
  display: flex;
}
#main-nav .inset .social a {
  text-decoration: none;
  margin-right: 10px;
}

footer {
  border-top: 2px solid #f1f1f1;
  padding: 20px 0;
}
footer .content {
  display: flex;
  align-items: center;
}
@media all and (max-width: 999px) {
  footer .content {
    flex-direction: column;
  }
}
footer .content .logo {
  margin-right: 4rem;
}
footer .content .logo img {
  max-height: 60px;
}
@media all and (max-width: 999px) {
  footer .content .logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
footer .content nav {
  flex: 1;
}
@media all and (max-width: 999px) {
  footer .content nav {
    margin-bottom: 20px;
  }
}
footer .content nav a {
  color: var(--text);
  text-decoration: none;
  font-size: 0.9rem;
  margin-right: 2rem;
}
footer .content nav a:hover {
  color: var(--primary);
}
footer .content .social {
  display: flex;
}
footer .content .social a {
  text-decoration: none;
  font-size: 1.1rem;
  margin: 0px 0.7rem;
}
footer .content .social a:hover {
  color: var(--secondary);
}

main.home .about-us {
  margin: 3rem 0;
}
main.home .about-us .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media all and (max-width: 999px) {
  main.home .about-us .content {
    display: flex;
    flex-direction: column;
  }
}
main.home .about-us .content .image {
  text-align: center;
}
main.home .about-us .content .image img {
  max-width: 100%;
  height: auto;
}
main.home .about-us .content .info h2 {
  color: var(--secondary);
  font-size: 4rem;
  margin: 0;
  margin-bottom: 12px;
}
main.home .about-us .content .info span {
  font-size: 1.7rem;
  color: var(--primary);
  font-weight: 300;
}
main.home .about-us .content .info p {
  color: var(--text-dark);
  line-height: 1.4;
  text-align: justify;
  font-size: 1.4rem;
}
main.home .about-us .content .info p img {
  max-width: 60px;
  height: auto;
  margin: 0px 10px;
}
main.home .about-us .content .info strong {
  font-weight: 900;
}
main.home .about-us .content .info ul li {
  font-size: 1.2rem;
}
main.home section.certificate {
  padding: 3rem 0;
  background-color: var(--secondary);
}
main.home section.certificate .content {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media all and (max-width: 999px) {
  main.home section.certificate .content {
    flex-direction: column;
  }
}
main.home section.certificate .content .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  max-width: 600px;
}
main.home section.certificate .content .info h2 {
  color: var(--white);
  font-weight: 400;
  font-size: 1.6rem;
  margin: 0;
}
main.home section.certificate .content .info h2 strong {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--primary);
}
@media all and (max-width: 1199px) {
  main.home section.certificate .content .info h2 {
    font-size: 1.4rem;
  }
  main.home section.certificate .content .info h2 strong {
    font-size: 1.5rem;
  }
}
main.home section.certificate .content .info p {
  color: var(--white);
  line-height: 1.8;
  margin: 0;
}
main.home section.certificate .content .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 0;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-color: var(--primary);
  color: var(--white);
}
@media all and (max-width: 999px) {
  main.home section.certificate .content .arrow {
    display: none;
  }
}
main.home section.certificate .content .get-certificate {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media all and (max-width: 999px) {
  main.home section.certificate .content .get-certificate {
    width: 100%;
  }
}
main.home section.certificate .content .get-certificate .logo {
  max-width: 180px;
  max-height: 90px;
}
main.home section.certificate .content .get-certificate .logo img {
  width: auto;
  height: auto;
}
main.home section.certificate .content .get-certificate .action {
  display: flex;
  align-items: center;
  height: 63px;
}
main.home .testimonials {
  background: #f1f1f1;
  padding: 4rem 0;
}
main.home .testimonials .swiper-pagination {
  position: static;
}
main.home .testimonials .swiper-pagination span {
  background: var(--secondary);
}
main.home .testimonials .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
main.home .testimonials .avatar img {
  max-width: 100px;
  height: auto;
  border-radius: 100px;
}
main.home .testimonials h2 {
  text-align: center;
  color: var(--secondary);
  font-size: 3rem;
  margin: 0;
  margin-bottom: 3rem;
}
main.home .testimonials .swiper-slide {
  border: 2px solid #e5e5e5;
  padding: 2rem;
  border-radius: 10px;
}
main.home .testimonials .swiper-slide blockquote {
  margin: 0;
  padding: 0;
  color: var(--text-dark);
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
main.home .testimonials .swiper-slide .user {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  flex-wrap: nowrap;
}
main.home .testimonials .swiper-slide .user img {
  background-color: var(--secondary);
  width: 50px;
  margin-right: 15px;
  height: 50px;
  border: 2px solid var(--primary);
  border-radius: 35px;
  box-shadow: 1px 1px 24px 10px rgba(0, 0, 0, 0.05);
}
main.home .testimonials .swiper-slide .user strong {
  margin-top: 15px;
}
main.home .plans {
  background: var(--secondary);
  padding: 4rem 0;
}
main.home .plans .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main.home .plans .image {
  width: 100%;
  height: 300px;
  background: white;
}
main.home .plans .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
main.home .plans .title {
  text-align: center;
  color: var(--white);
  margin-bottom: 30px;
}
main.home .plans .title h2 {
  color: var(--white);
  font-weight: bold;
  font-size: 3rem;
  margin: 0;
  margin-bottom: 10px;
}
main.home .plans .title span {
  font-size: 1.2rem;
}
main.home .plans .plan-option {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 280px;
  background-color: var(--white);
  border-radius: 40px;
}
main.home .plans .plan-option a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 50%;
  height: 100%;
  border-radius: 40px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 900;
  color: black;
  margin: none;
}
main.home .plans .plan-option a.active {
  background-color: var(--primary);
  color: var(--white);
}
main.home .plans .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  position: relative;
  z-index: 2;
  margin-top: 4rem;
}
@media all and (max-width: 999px) {
  main.home .plans .list {
    display: flex;
    flex-direction: column;
  }
}
main.home .plans .list .item {
  background-color: var(--primary);
  border-radius: 16px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  position: relative;
}
main.home .plans .list .item .action {
  display: block;
  margin-top: 20px;
}
main.home .plans .list .item .action a {
  background: var(--white);
  color: var(--primary);
  display: block;
  width: 100%;
  border-radius: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  text-align: center;
}
main.home .plans .list .item .option.hidden {
  display: none;
}
main.home .plans .list .item span {
  position: absolute;
  right: 0;
  left: 0;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  padding: 1rem;
  border-radius: 16px;
  background-color: black;
  color: var(--secondary);
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: -30px;
}
main.home .plans .list .item .item-title {
  border-bottom: 1px solid var(--white);
  text-align: center;
  color: var(--primary);
  background-color: var(--white);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  padding: 2rem;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
main.home .plans .list .item .item-title h4 {
  font-size: 2rem;
  text-align: left;
  font-weight: 900;
  margin: 0;
  color: var(--secondary);
}
main.home .plans .list .item .item-title h5 {
  color: var(--text);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 0.9;
  text-align: left;
  margin: 1rem 0;
}
main.home .plans .list .item .item-title h5 strong {
  color: black;
  font-size: 2.6rem;
  font-weight: 900;
  text-align: center;
}
main.home .plans .list .item .item-title h6 {
  margin: 0;
  font-size: 1.7rem;
  color: var(--primary);
  text-decoration: line-through;
}
main.home .plans .list .item ul {
  margin: 0;
  padding: 0;
  padding: 1rem;
  flex: 1;
  color: var(--white);
}
main.home .plans .list .item ul li {
  padding-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  position: relative;
  padding-left: 18px;
  line-height: 1.4;
}
main.home .plans .list .item ul li img {
  width: 12px;
  height: auto;
  margin-right: 10px;
  color: var(--primary);
}
main.home .plans .list .item.featured {
  border: 1px solid var(--primary);
  background: var(--secondary);
  color: var(--primary);
}
main.home .plans .list .item.featured ul {
  color: black;
}
main.home .plans .list .item.featured .action {
  display: block;
  margin-top: 20px;
}
main.home .plans .list .item.featured .action a {
  background: var(--primary);
  color: var(--white);
  display: block;
  width: 100%;
  text-align: center;
}
main.home .plans .list .item.featured .item-title {
  background-color: var(--white);
}
main.home .plans .list .item.featured .item-title h4,
main.home .plans .list .item.featured .item-title h5 {
  color: var(--primary);
}
main.home .plans .list .item.featured .item-title h6 {
  color: var(--text);
}
main.home .hero {
  position: relative;
  margin-top: 20px;
}
@media all and (max-width: 999px) {
  main.home .hero {
    margin-top: 0;
  }
}
main.home .hero .background {
  width: 100%;
  height: 900px;
  background: url(../images/hero-bg.jpg) center center no-repeat;
  background-size: cover !important;
  z-index: 1;
}
main.home .hero .background img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media all and (max-width: 999px) {
  main.home .hero .background {
    height: auto;
  }
}
main.home .hero .info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}
@media all and (max-width: 999px) {
  main.home .hero .info {
    position: static;
    box-shadow: 0px 0px 24px 10px rgba(0, 0, 0, 0.05);
  }
}
main.home .hero .info .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
main.home .hero .info .content .image {
  height: 100%;
  display: flex;
  align-items: flex-end;
  flex: 1;
  justify-content: center;
}
main.home .hero .info .content .image img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@media all and (max-width: 999px) {
  main.home .hero .info .content {
    flex-direction: column;
    padding: 0;
  }
}
main.home .hero .info .content .heading {
  color: white;
  width: 50%;
  margin-top: 14rem;
}
main.home .hero .info .content .heading .button {
  display: inline-block;
  margin-top: 20px;
}
@media all and (max-width: 999px) {
  main.home .hero .info .content .heading {
    width: 100%;
    padding: 20px;
    margin-top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
}
main.home .hero .info .content .heading h4 {
  font-size: 1.6rem;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--primary);
}
main.home .hero .info .content .heading h2 {
  font-size: 3.6rem;
  font-weight: 300;
  margin: 0;
  color: var(--primary);
}
@media all and (max-width: 999px) {
  main.home .hero .info .content .heading h2 {
    font-size: 2rem;
  }
}
main.home .hero .info .content .heading p {
  font-size: 1.3rem;
  letter-spacing: 1.3px;
  line-height: 1.1;
  text-align: justify;
  color: var(--text-dark);
  margin: 0;
}
@media all and (max-width: 999px) {
  main.home .hero .info .content .heading p {
    font-size: 1rem;
  }
}
main.home .hero .info .content .heading strong {
  font-weight: 900;
  color: var(--white);
}
@media all and (max-width: 999px) {
  main.home .hero .info .content .heading strong {
    color: var(--secondary);
  }
}
main.home .hero .info .content .form {
  background: white;
  width: 40%;
  border-radius: 8px;
  padding: 3rem;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 999px) {
  main.home .hero .info .content .form {
    width: 100%;
    padding: 2rem;
  }
}
main.home .hero .info .content .form form {
  display: flex;
  flex-direction: column;
}
main.home .hero .info .content .form h3 {
  color: var(--primary);
  font-size: 3rem;
  margin: 0;
  margin-bottom: 2rem;
}
@media all and (max-width: 999px) {
  main.home .hero .info .content .form h3 {
    font-size: 2rem;
  }
}
main.home .hero .info .content .form input,
main.home .hero .info .content .form textarea {
  margin-bottom: 10px;
  padding: 15px;
  border: 2px solid #e5e5e5;
  resize: none;
  border-radius: 10px;
  outline: none;
}
main.home .hero .info .content .form .action button {
  float: right;
}
main.home .main-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-top: -60px;
  margin-bottom: 3rem;
}
@media all and (max-width: 999px) {
  main.home .main-options {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
}
main.home .main-options .item {
  z-index: 3;
  background: white;
  box-shadow: 0px 0px 24px 10px rgba(0, 0, 0, 0.05);
  padding: 3rem;
  min-width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
  border-bottom: 5px solid var(--primary);
}
main.home .main-options .item h3 {
  font-size: 3rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1rem;
  color: var(--primary);
  font-weight: bold;
}
main.home .main-options .item span {
  line-height: 1.4;
}
main.home .main-options .item .button {
  margin-top: 20px;
}
main.home .perks {
  margin-top: 4rem;
  padding: 4rem 0;
  border-top: 2px solid #f1f1f1;
}
main.home .perks .cta {
  text-align: center;
  border-top: 2px solid #f1f1f1;
  margin-top: 3rem;
  padding-top: 2rem;
}
main.home .perks .cta .button {
  display: inline-block;
}
main.home .perks .title h2 {
  text-align: center;
  font-size: 3rem;
  color: var(--secondary);
  font-weight: bold;
}
main.home .perks .slider {
  position: relative;
}
@media all and (max-width: 1400px) {
  main.home .perks .slider {
    padding: 0px 50px;
  }
}
main.home .perks .slider > i {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: var(--secondary);
  top: 50%;
  color: var(--white);
  text-align: center;
  line-height: 40px;
  border-radius: 13px;
  cursor: pointer;
}
@media all and (max-width: 999px) {
  main.home .perks .slider > i {
    display: none;
  }
}
main.home .perks .slider > i.prev {
  left: -60px;
}
@media all and (max-width: 1400px) {
  main.home .perks .slider > i.prev {
    left: 0;
  }
}
main.home .perks .slider > i.next {
  right: -60px;
}
@media all and (max-width: 1400px) {
  main.home .perks .slider > i.next {
    right: 0;
  }
}
main.home .perks .slider .item {
  background: rgb(73, 156, 53);
  background: linear-gradient(0deg, rgb(73, 156, 53) 0%, rgb(106, 201, 83) 100%);
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  padding: 2rem;
  border-radius: 40px;
  min-height: 340px;
}
main.home .perks .slider .item h3 {
  color: var(--white);
  font-size: 2rem;
  margin-bottom: 10px;
}
main.home .perks .slider .item span {
  color: var(--white);
  display: block;
}
main.home .perks .slider .item .button {
  padding: 10px 20px;
}
main.home .perks .slider .item .image .image-inset {
  width: 60px;
  height: 60px;
  background: var(--white);
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.63rem;
  border-radius: 10px;
}
main.home .perks .slider .item .action .button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 0.85rem;
}
main.home .about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
main.home .about.alt .left {
  justify-content: flex-start;
}
main.home .about.alt .left .price {
  display: flex;
  flex-direction: column;
}
main.home .about.alt .left .price h4 {
  color: var(--secondary);
  font-size: 2rem;
  margin: 0;
}
@media all and (max-width: 999px) {
  main.home .about {
    display: flex;
    flex-direction: column;
  }
}
main.home .about .left {
  display: flex;
  justify-content: flex-end;
  position: relative;
  background: var(--primary);
  align-items: center;
  min-height: 700px;
  border-radius: 0 10px 10px 0;
}
main.home .about .left .image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../images/about-home.jpg) center center no-repeat;
  opacity: 0.1;
  border-radius: 0 10px 10px 0;
  background-size: cover !important;
}
main.home .about .left .left-content {
  max-width: 725px;
  position: relative;
  z-index: 2;
  background: white;
  margin-top: 3rem;
  padding: 3rem;
  margin-bottom: 3rem;
  border-radius: 8px;
  margin-right: -50px;
  box-shadow: 0px 0px 24px 10px rgba(0, 0, 0, 0.05);
  margin-left: 50px;
}
@media all and (max-width: 999px) {
  main.home .about .left .left-content {
    max-width: 100%;
    margin: 20px;
  }
}
main.home .about .left .left-content h3 {
  color: var(--primary);
  font-size: 2.4rem;
  margin: 0;
  margin-bottom: 2rem;
}
main.home .about .left .left-content p {
  line-height: 1.5;
}
main.home .about .right {
  display: flex;
  align-items: center;
}
main.home .about .right .right-content {
  max-width: 725px;
  padding-left: 100px;
}
main.home .about .right .right-content h3 {
  font-size: 3rem;
  color: var(--secondary);
}
main.home .about .right .right-content ul li {
  padding: 10px 0;
}
@media all and (max-width: 999px) {
  main.home .about .right .right-content {
    max-width: 100%;
    padding-left: 0;
    padding: 20px;
  }
}
main.home .about .right .right-content .cta .button {
  float: right;
}
main.home .about .right .right-content .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
main.home .about .right .right-content .item i {
  background: var(--secondary);
  width: 30px;
  height: 30px;
  color: white;
  text-align: center;
  line-height: 30px;
  font-style: normal;
  border-radius: 30px;
}
main.home .about .right .right-content .item .item-inset {
  flex: 1;
  margin-left: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
main.home .about .right .right-content .item .item-inset h4 {
  margin: 0;
  color: var(--primary);
  font-size: 1.4rem;
}
main.home .about .right .right-content .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
main.home .about .right .right-content .item:last-child .item-inset {
  border-bottom: 0;
  padding-bottom: 0;
}
main.home .cta-form {
  display: flex;
  width: 100%;
}
@media all and (max-width: 999px) {
  main.home .cta-form {
    margin-top: 0;
    flex-direction: column;
  }
}
main.home .cta-form .info {
  border-right: 2px solid #e5e5e5;
  width: 50%;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 999px) {
  main.home .cta-form .info {
    border-right: 0;
    width: 100%;
    padding-top: 0;
    border-top: 2px solid #e5e5e5;
    margin-top: 30px;
    padding-top: 30px;
  }
}
main.home .cta-form .info h2 {
  color: var(--secondary);
  font-size: 3rem;
  margin-top: 0;
}
main.home .cta-form .info .item-contact {
  display: flex;
  margin-bottom: 30px;
}
main.home .cta-form .info .item-contact > i {
  width: 50px;
  height: 50px;
  background: rgba(var(--secondary-rgb), 0.1);
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 10px;
  margin-right: 20px;
}
main.home .cta-form .info .item-contact-inset {
  display: flex;
  flex-direction: column;
}
main.home .cta-form .info .item-contact-inset span {
  color: var(--primary);
  font-weight: bold;
  margin-bottom: 10px;
}
main.home .cta-form .form {
  flex: 1;
  margin-left: 40px;
  padding-top: 140px;
  padding-bottom: 60px;
}
@media all and (max-width: 999px) {
  main.home .cta-form .form {
    padding-top: 0;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
main.home .cta-form .form form {
  display: flex;
  flex-direction: column;
}
main.home .cta-form .form h3 {
  color: var(--primary);
  font-size: 3rem;
  margin: 0;
  margin-bottom: 2rem;
}
main.home .cta-form .form input,
main.home .cta-form .form textarea {
  margin-bottom: 10px;
  padding: 15px;
  border: 2px solid #e5e5e5;
  resize: none;
  border-radius: 10px;
  outline: none;
}
main.home .cta-form .form .action button {
  float: right;
}
main.home section.app {
  position: relative;
}
main.home section.app .pattern-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  width: auto;
  z-index: 1;
}
@media all and (max-width: 999px) {
  main.home section.app .pattern-bg {
    width: 300px;
  }
}
main.home section.app .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 3rem;
}
@media all and (max-width: 999px) {
  main.home section.app .content {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
  }
}
main.home section.app .content .image {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
@media all and (max-width: 999px) {
  main.home section.app .content .image {
    border-bottom: 1px solid #e5e5e5;
  }
}
main.home section.app .content .image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 3rem;
  border-radius: 80px;
}
main.home section.app .content .info {
  z-index: 3;
}
main.home section.app .content .info h3 {
  color: var(--secondary);
  font-size: 4rem;
  font-weight: 500;
  font-weight: bold;
}
main.home section.app .content .info p {
  font-size: 1.2rem;
}
main.home section.app .content .info .button {
  display: inline-block;
  margin-top: 20px;
  margin-left: 30px;
}
main.home section.faq {
  background: var(--primary);
  color: white;
  padding: 4rem 0;
}
main.home section.faq .title h2 {
  display: inline-block;
  font-size: 3rem;
  text-align: center;
  flex: 1;
}
main.home section.faq .item {
  border-bottom: 1px solid #444;
  padding: 2rem 0;
}
main.home section.faq .item .question {
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--light-grey);
  display: flex;
  gap: 10px;
  cursor: pointer;
}
main.home section.faq .item .question span {
  flex: 1;
}
main.home section.faq .item .answer {
  max-height: 0;
  overflow: hidden;
  line-height: 1.4;
  transition: all 300ms ease-in;
}
main.home section.faq .item.active .question .icon {
  transform: rotate(-180deg);
}
main.home section.faq .item.active .answer {
  max-height: 9999px;
}
main.home .brands {
  margin: 3rem 0;
}
main.home .brands .list {
  display: flex;
  gap: 20px;
}
@media all and (max-width: 999px) {
  main.home .brands .list {
    flex-wrap: wrap;
  }
}
main.home .brands .list span {
  flex: 1;
  text-align: center;
}
main.home section.faq {
  background: #333;
  color: white;
  padding: 4rem 0;
}
main.home section.faq .title h2 {
  display: inline-block;
  font-size: 3rem;
  text-align: center;
  flex: 1;
}
main.home section.faq .item {
  border-bottom: 1px solid #444;
  padding: 2rem 0;
}
main.home section.faq .item .question {
  font-weight: bold;
  font-size: 1.2rem;
  display: flex;
  gap: 10px;
  cursor: pointer;
}
main.home section.faq .item .question span {
  flex: 1;
}
main.home section.faq .item .answer {
  max-height: 0;
  overflow: hidden;
  line-height: 1.4;
  transition: all 300ms ease-in;
}
main.home section.faq .item.active .question .icon {
  transform: rotate(-180deg);
}
main.home section.faq .item.active .answer {
  max-height: 9999px;
}
main.home section.compartilhando {
  background: #333;
  padding: 6rem 0;
}
main.home section.compartilhando .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media all and (max-width: 999px) {
  main.home section.compartilhando .content {
    display: flex;
    flex-direction: column;
  }
}
main.home section.compartilhando .content .info {
  color: white;
}
main.home section.compartilhando .content .info h2 {
  font-size: 3rem;
}
main.home section.compartilhando .content .info p {
  display: block;
  margin-bottom: 29px;
  line-height: 1.4;
  font-size: 1.1rem;
}
main.home section.compartilhando .content .video iframe {
  aspect-ratio: 16/9;
  width: 100% !important;
  height: auto !important;
}

main.cookies {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 1rem;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem;
  width: 90%;
  max-width: 600px;
  border-radius: 16px;
  border: 2px solid rgba(73, 73, 73, 0.397);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 101;
}
main.cookies p {
  color: var(--text-dark);
  font-size: 1.2rem;
  margin: 0;
}
main.cookies p a {
  color: var(--text-dark);
}
main.cookies p a:hover {
  color: var(--primary);
}
main.cookies .button {
  width: 100%;
  background-color: var(--primary);
  text-align: center;
}
main.cookies .button:hover {
  background-color: var(--text-dark);
}

main.web-form .web-form-hero {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 2rem;
  height: 900px;
}
@media all and (max-width: 999px) {
  main.web-form .web-form-hero {
    display: flex;
    flex-direction: column;
    margin-top: -80px;
    height: auto;
  }
}
main.web-form .web-form-hero.full {
  min-height: 100vh;
}
@media all and (max-width: 999px) {
  main.web-form .web-form-hero.full {
    height: auto;
  }
  main.web-form .web-form-hero.full .background {
    height: 50vh;
  }
  main.web-form .web-form-hero.full .background > img {
    height: 100%;
    display: block;
  }
}
main.web-form .web-form-hero.wide {
  display: block;
  height: 700px;
}
main.web-form .web-form-hero .background {
  height: 100%;
  border-radius: 10px;
  position: relative;
}
main.web-form .web-form-hero .background .app-view {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 2;
}
main.web-form .web-form-hero .background .app-view img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@media all and (max-width: 999px) {
  main.web-form .web-form-hero .background {
    border-radius: 0;
    width: 100%;
  }
}
main.web-form .web-form-hero .background > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  mix-blend-mode: overlay;
}
@media all and (max-width: 999px) {
  main.web-form .web-form-hero .background > img {
    height: 300px;
    border-radius: 0;
  }
}
main.web-form .web-form-hero .info {
  padding: 3rem;
}
@media all and (max-width: 999px) {
  main.web-form .web-form-hero .info {
    padding-top: 0;
    padding: 1.5rem;
    margin-bottom: 3rem;
  }
}
main.web-form .web-form-hero .info .info-inset {
  max-width: 750px;
}
main.web-form .web-form-hero .info .price {
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-size: 1.3rem;
  letter-spacing: -0.05rem;
  display: none;
}
main.web-form .web-form-hero .info .price strong {
  color: var(--primary);
}
main.web-form .web-form-hero .info .form {
  background: white;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
@media all and (max-width: 999px) {
  main.web-form .web-form-hero .info .form {
    width: 100%;
    margin-bottom: 30px;
  }
}
main.web-form .web-form-hero .info .form form {
  display: flex;
  flex-direction: column;
}
main.web-form .web-form-hero .info .form h3 {
  color: var(--primary);
  font-size: 3rem;
  margin: 0;
  margin-bottom: 2rem;
}
main.web-form .web-form-hero .info .form input,
main.web-form .web-form-hero .info .form textarea {
  margin-bottom: 10px;
  padding: 15px;
  border: 2px solid #e5e5e5;
  resize: none;
  border-radius: 10px;
  outline: none;
}
main.web-form .web-form-hero .info .form .action button {
  float: right;
}
main.web-form .web-form-hero .info .form-inline .action {
  text-align: right;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
main.web-form .web-form-hero .info .form-inline h3 {
  color: var(--primary);
  font-size: 3rem;
  margin: 0;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
main.web-form .web-form-hero .info .form-inline .select {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
main.web-form .web-form-hero .info .form-inline .select select {
  appearance: none;
  border: 2px solid #f1f1f1;
  padding: 20px;
  background: url("data:image/svg+xml,%0A%3Csvg width='11px' height='7px' viewBox='0 0 11 7' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M8.73607752,2.86453336 L4.08876001,-1.73173747 C3.91761361,-1.91060389 3.70389908,-2 3.44719196,-2 C3.19048485,-2 2.97677031,-1.91050497 2.80562392,-1.73173747 L2.26389751,-1.2021366 C2.08803241,-1.02796874 2.00009987,-0.816261932 2.00009987,-0.56679361 C2.00009987,-0.322048568 2.08800745,-0.107819378 2.26389751,0.0756961274 L5.72809533,3.50002473 L2.26374771,6.93140116 C2.08793255,7.10556902 2,7.31727583 2,7.56676888 C2,7.81148919 2.08790758,8.02579257 2.26374771,8.20923389 L2.80552405,8.73876057 C2.98136418,8.91292843 3.19530342,9 3.4470921,9 C3.69898065,9 3.91286995,8.91292843 4.08866015,8.73876057 L8.73607752,4.14248974 C8.91199255,3.95892477 9,3.74474504 9,3.5 C9,3.25053168 8.91199255,3.03870122 8.73607752,2.86453336 Z' id='Path' fill='%23626262' fill-rule='nonzero' transform='translate(5.500000, 3.500000) rotate(-270.000000) translate(-5.500000, -3.500000) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E") 95% center no-repeat;
  cursor: pointer;
  border-radius: 10px;
  outline: none;
  color: var(--text-dark);
  font-size: 1.3rem;
  font-weight: 500;
}
main.web-form .web-form-hero .info .form-inline p {
  font-size: 1rem;
}
main.web-form .web-form-hero .info .form-inline .plan-selector {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 30px;
}
main.web-form .web-form-hero .info .form-inline .plan-selector label {
  color: var(--primary);
  font-weight: bold;
  margin-bottom: 10px;
}
main.web-form .web-form-hero .info .form-inline .plan-selector > input,
main.web-form .web-form-hero .info .form-inline .plan-selector > select {
  border: 1px solid #e5e5e5;
  padding: 12px;
  border-radius: 6px;
}
main.web-form .web-form-hero .info .form-inline .plan-selector > input:focus,
main.web-form .web-form-hero .info .form-inline .plan-selector > select:focus {
  border: 1px solid var(--primary);
  outline: none;
  box-shadow: 0px 0px 0px 3px rgba(var(--primary-rgb), 0.05);
}
main.web-form .web-form-hero .info .form-inline .form-row {
  display: flex;
  gap: 1rem;
}
@media all and (max-width: 1299px) {
  main.web-form .web-form-hero .info .form-inline .form-row {
    display: flex;
    flex-direction: column;
  }
}
main.web-form .web-form-hero .info .form-inline .form-row .form-item {
  flex: 1;
}
main.web-form .web-form-hero .info .form-inline .form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
main.web-form .web-form-hero .info .form-inline .form-item label {
  margin-bottom: 5px;
}
main.web-form .web-form-hero .info .form-inline .form-item > input,
main.web-form .web-form-hero .info .form-inline .form-item > select {
  border: 1px solid #e5e5e5;
  padding: 12px;
  border-radius: 6px;
}
main.web-form .web-form-hero .info .form-inline .form-item > input:focus,
main.web-form .web-form-hero .info .form-inline .form-item > select:focus {
  border: 1px solid var(--primary);
  outline: none;
  box-shadow: 0px 0px 0px 3px rgba(var(--primary-rgb), 0.05);
}
main.web-form .web-form-hero .info .form-inline .form-item em {
  font-style: normal;
  font-size: 0.7rem;
  margin-top: 5px;
}
main.web-form .web-form-hero .info h2 {
  color: var(--secondary);
  font-weight: bold;
  font-size: 4.4rem;
  position: relative;
  margin: 4rem 0;
}
@media all and (max-width: 1300px) {
  main.web-form .web-form-hero .info h2 {
    font-size: 3rem;
  }
}
@media all and (max-width: 999px) {
  main.web-form .web-form-hero .info h2 {
    font-size: 2.5rem;
  }
}
main.web-form .web-form-hero .info h2:before {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  height: 2px;
  top: -30px;
  background: var(--secondary);
  margin-left: -30%;
}
main.web-form .web-form-hero .info h2:after {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  height: 2px;
  bottom: -30px;
  background: var(--secondary);
  margin-left: -30%;
}
main.web-form .web-form-hero .info p {
  font-size: 1.1rem;
  line-height: 1.4;
}
main.web-form .main-form {
  background: #f9f9f9;
  padding-bottom: 4rem;
  border-radius: 20px;
}
main.web-form .main-form .content {
  background: white;
  padding: 4rem;
  box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  margin-top: -50px;
}
@media all and (max-width: 999px) {
  main.web-form .main-form .content {
    padding: 0;
  }
}
main.web-form .main-form .content form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media all and (max-width: 999px) {
  main.web-form .main-form .content form {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    margin-top: 0;
  }
}
main.web-form .main-form .content .action {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
main.web-form .main-form .content .col h4 {
  color: var(--secondary);
  font-size: 2rem;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
main.web-form .main-form .content .col .form-row {
  display: flex;
  gap: 1rem;
}
@media all and (max-width: 1299px) {
  main.web-form .main-form .content .col .form-row {
    display: flex;
    flex-direction: column;
  }
}
main.web-form .main-form .content .col .form-row .form-item {
  flex: 1;
}
main.web-form .main-form .content .col .form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
main.web-form .main-form .content .col .form-item label {
  margin-bottom: 5px;
}
main.web-form .main-form .content .col .form-item label.error {
  color: #f53346;
  font-size: 0.8rem;
  margin-top: 6px;
  order: 1000;
}
main.web-form .main-form .content .col .form-item > input,
main.web-form .main-form .content .col .form-item > select {
  border: 1px solid #e5e5e5;
  padding: 12px;
  border-radius: 6px;
}
main.web-form .main-form .content .col .form-item > input.error,
main.web-form .main-form .content .col .form-item > select.error {
  border: 1px solid #f53346;
}
main.web-form .main-form .content .col .form-item > input:focus,
main.web-form .main-form .content .col .form-item > select:focus {
  border: 1px solid var(--primary);
  outline: none;
  box-shadow: 0px 0px 0px 3px rgba(var(--primary-rgb), 0.05);
}
main.web-form .main-form .content .col .form-item label.error + .select2 .select2-selection {
  border: 1px solid #f53346 !important;
}
main.web-form .main-form .content .col .form-item em {
  font-style: normal;
  font-size: 0.7rem;
  margin-top: 5px;
}

main.privacy-policy,
main.terms-of-use {
  background-color: rgb(20, 20, 20);
  padding-top: 240px;
  padding-bottom: 3rem;
  text-align: justify;
  color: var(--white);
}
@media all and (max-width: 999px) {
  main.privacy-policy,
  main.terms-of-use {
    padding-top: 20px;
  }
}
main.privacy-policy h1,
main.terms-of-use h1 {
  font-size: 4rem;
  color: var(--secondary);
}
@media all and (max-width: 999px) {
  main.privacy-policy h1,
  main.terms-of-use h1 {
    font-size: 2rem;
  }
}
main.privacy-policy h2,
main.terms-of-use h2 {
  font-size: 2.8rem;
  color: var(--secondary);
}
@media all and (max-width: 999px) {
  main.privacy-policy h2,
  main.terms-of-use h2 {
    font-size: 1.5rem;
  }
}
main.privacy-policy p,
main.terms-of-use p {
  font-size: 1.4rem;
}
@media all and (max-width: 999px) {
  main.privacy-policy p,
  main.terms-of-use p {
    font-size: 1.1rem;
  }
}

.content-box {
  background: white;
  box-shadow: 0px 10px 65px 0px rgba(0, 0, 0, 0.16);
  padding: 3rem;
  position: relative;
  z-index: 10;
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: -40px;
  line-height: 1.5;
  font-size: 1.1rem;
  margin-bottom: 40px;
}
.content-box .action {
  margin-top: 50px;
}
@media all and (max-width: 999px) {
  .content-box .action {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
.content-box h2 {
  font-size: 3rem;
  font-weight: bold;
  color: var(--secondary);
  margin-top: 0;
  line-height: 1;
}

.select2.select2-container .select2-selection {
  border: 1px solid #e5e5e5 !important;
  min-height: 42px;
}
.select2.select2-container .select2-selection .select2-selection__choice {
  background: rgba(var(--secondary-rgb), 0.05) !important;
  color: var(--secondary);
  font-size: 0.9rem;
  padding: 6px;
  border: 1px solid var(--secondary) !important;
  white-space: normal;
}

.select2-container--default .select2-results__option--highlighted {
  background: var(--primary) !important;
}

.tabs {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 4px;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.tabs a {
  flex: 1;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--text);
  transition: all 200ms ease-in;
}
.tabs a.active {
  box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.1);
  background: white;
  color: var(--primary);
}

.tab {
  display: none;
}
.tab.active {
  display: block;
}

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