@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import "icons/icons.css";
@import url("https://cdn-uicons.flaticon.com/2.6.0/uicons-regular-rounded/css/uicons-regular-rounded.css");
@font-face {
  font-family: "Continuum Light";
  src: url("fonts/contl.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary: #136db4;
  --primary-rgb: 19, 109, 180;
  --secondary: #232e5d;
  --secondary-rgb: 35, 46, 93;
  --third: #232e5d;
  --third-rgb: 35, 46, 93;
  --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: "Montserrat", sans-serif;
  --font-local: "Continuum Light", 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;
}

.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);
}

h2,
h3,
h4,
a {
  font-family: var(--font-local);
}

.button {
  background: var(--primary);
  padding: 22px 30px;
  color: var(--white);
  text-decoration: none;
  font-weight: 500;
  font-size: 1.5em;
  border-radius: 1rem;
  transition: all 300ms ease-in;
  border: 0;
  cursor: pointer;
  width: fit-content;
}
.button i {
  transition: all 300ms ease-in;
  margin-left: 8px;
}
.button:hover {
  background: var(--third);
  box-shadow: 0px 0px 0px 10px rgba(var(--third-rgb), 0.2);
}
.button:hover i {
  margin-left: 30px;
}
.button.alt {
  background: var(--secondary);
  color: var(--white);
}
.button.alt:hover {
  background: var(--third);
  box-shadow: 0px 0px 0px 10px rgba(var(--third-rgb), 0.2);
}
.button.alt2 {
  background: var(--primary);
  color: var(--white);
}
.button.alt2:hover {
  background: var(--white);
  color: var(--primary);
  box-shadow: 0px 0px 0px 10px rgba(var(--secondary-rgb), 0.2);
}
.button.alt3 {
  background: var(--white);
  color: var(--secondary);
}
.button.alt3:hover {
  background: var(--third);
  color: var(--primary);
  box-shadow: 0px 0px 0px 10px rgba(var(--secondary-rgb), 0.2);
}

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

.button-outline {
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  text-decoration: none;
  color: var(--text);
  border-radius: 1rem;
  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;
  z-index: 101;
}
#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 {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  transition: all 300ms ease-in-out;
  background: var(--white);
}
header .top {
  padding: 0.5rem;
  width: 100%;
  background-color: var(--third);
  color: var(--white);
}
header .top p {
  text-align: center;
  margin: 0;
}
header .mobile-menu {
  position: absolute;
  width: 70px;
  height: 70px;
  margin-top: 35px;
  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;
  }
}
header .content {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 0.5rem;
  border-top: 2px var(--secondary);
}
@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;
  }
  header .content .logo img {
    height: 40px;
  }
}
header .content nav {
  flex: 1;
}
@media all and (max-width: 999px) {
  header .content nav {
    display: none;
  }
}
header .content nav a {
  color: var(--third);
  text-decoration: none;
  font-weight: 600;
  margin-right: 2rem;
  font-size: 1.4rem;
  position: relative;
}
header .content nav a:before {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 2px;
  background: var(--third);
  content: "";
  transition: all 300ms ease-in;
}
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 {
  color: var(--white);
  text-decoration: none;
  font-size: 1.1rem;
  margin: 0px 0.7rem;
}
header .content .social a:hover {
  color: var(--primary);
}
header .content .social a i {
  transition: all 300ms ease-in;
}
@media all and (max-width: 999px) {
  header .content .login {
    display: none;
  }
}
header .content .login .button {
  margin-left: 20px;
  padding: 10px 20px;
}
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(--secondary);
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 280px;
  margin-left: -280px;
  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: 1rem;
}
#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 {
  background: rgb(31, 31, 31);
  margin-top: 20px;
}
footer .content {
  padding: 1rem 4rem;
}
@media all and (max-width: 799px) {
  footer .content {
    padding: 1rem;
  }
}
footer .content .grid-separe {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--white);
  margin-bottom: 1rem;
  color: var(--white);
}
@media all and (max-width: 799px) {
  footer .content .grid-separe {
    grid-template-columns: repeat(1, 1fr);
  }
}
footer .content .grid-separe .logo img {
  max-height: 100px;
  height: auto;
  width: auto;
}
footer .content .grid-separe .logo p {
  font-size: 0.9rem;
}
footer .content .grid-separe h4 {
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
@media all and (max-width: 799px) {
  footer .content .grid-separe h4 {
    font-size: 1.2rem;
  }
}
footer .content .grid-separe .summary {
  display: flex;
  flex-direction: column;
  color: var(--white);
  gap: 5px;
  margin-left: 4rem;
}
@media all and (max-width: 799px) {
  footer .content .grid-separe .summary {
    margin-left: 0;
  }
}
footer .content .grid-separe .summary a {
  color: var(--white);
  text-decoration: none;
  transition: all 300ms ease-in;
}
footer .content .grid-separe .summary a:hover {
  font-weight: 700;
  color: var(--third);
}
footer .content .grid-separe .info {
  width: 100%;
}
footer .content .grid-separe .info iframe {
  width: 100%;
  height: 120px;
  border-radius: 0.5rem;
}
footer .content .end p {
  color: var(--white);
  text-align: center;
}

main.home .testimonials {
  padding-bottom: 4rem;
  padding-top: 3rem;
}
main.home .testimonials .swiper-pagination {
  position: static;
}
main.home .testimonials .content {
  position: relative;
}
main.home .testimonials .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
main.home .testimonials .title h2 {
  color: var(--secondary);
  font-weight: 400;
  font-size: 1.8rem;
  margin: 0;
}
main.home .testimonials .title h2 strong {
  font-size: 2.1rem;
  font-weight: 900;
  color: var(--primary);
}
@media all and (max-width: 1199px) {
  main.home .testimonials .title h2 {
    font-size: 1.6rem;
  }
}
main.home .testimonials .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
  border: 2px solid var(--third);
  min-height: 220px;
}
main.home .testimonials .swiper-slide h4 {
  color: var(--primary);
  font-weight: 800;
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
}
main.home .testimonials .swiper-slide blockquote {
  margin: 0;
  padding: 0;
  color: var(--primary);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: auto;
  text-align: justify;
}
@media all and (max-width: 1199px) {
  main.home .testimonials .swiper-slide blockquote {
    font-size: 0.9rem;
  }
}
main.home .testimonials .swiper-slide .stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 1rem;
}
main.home .testimonials .swiper-slide .stars i {
  font-size: 24px;
  color: rgb(255, 187, 0);
}
main.home .testimonials .swiper-slide strong {
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--primary);
  line-height: 1.8;
}
main.home .testimonials .swiper-slide span {
  font-weight: 400;
  color: var(--text-dark);
}
main.home .about-us .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
main.home .about-us .content .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media all and (max-width: 999px) {
  main.home .about-us .content .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
main.home .about-us .content .container .info {
  height: 100%;
}
main.home .about-us .content .container .info h2 {
  font-size: 1.4rem;
  color: var(--secondary);
  margin-top: 0;
  font-weight: 400;
}
main.home .about-us .content .container .info h2 strong {
  color: var(--primary);
  font-size: 2rem;
}
@media all and (max-width: 999px) {
  main.home .about-us .content .container .info h2 {
    font-size: 1.6rem;
  }
}
main.home .about-us .content .container .info p {
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: justify;
  color: var(--text-dark);
  min-height: 350px;
  margin: 0;
}
@media all and (max-width: 999px) {
  main.home .about-us .content .container .info p {
    font-size: 1rem;
  }
}
main.home .about-us .content .container .image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.home .about-us .content .container .image img {
  width: 90%;
  height: auto;
  border-radius: 1rem;
}
main.home .about-us .content .message {
  width: 100%;
  padding: 3rem;
  background-color: var(--third);
  color: var(--white);
  border-radius: 1rem;
  text-align: center;
}
main.home .about-us .content .message strong {
  font-size: 1.6rem;
}
main.home .perks {
  padding: 4rem 0;
}
main.home .perks .title {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  width: 100%;
  margin-bottom: 2rem;
}
main.home .perks .title h2 {
  color: var(--secondary);
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
}
@media all and (max-width: 999px) {
  main.home .perks .title h2 {
    font-size: 1.6rem;
  }
}
main.home .perks .title p {
  margin: 0;
  color: var(--text-dark);
  font-size: 1.4rem;
}
@media all and (max-width: 999px) {
  main.home .perks .title p {
    font-size: 1rem;
  }
}
main.home .perks .slider {
  position: relative;
  padding: 0 3rem;
}
main.home .perks .slider > i {
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--third);
  top: 50%;
  color: white;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
}
main.home .perks .slider > i.prev {
  left: 0;
}
main.home .perks .slider > i.next {
  right: 0;
}
main.home .perks .slider .item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: var(--primary);
  padding: 2rem;
  border-radius: 1rem;
  min-height: 380px;
}
main.home .perks .slider .item .info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  height: max-content;
}
main.home .perks .slider .item .info h3 {
  color: var(--white);
  font-size: 1.5rem;
  margin: 0;
}
@media all and (max-width: 1400px) {
  main.home .perks .slider .item .info h3 {
    font-size: 1.4rem;
  }
}
main.home .perks .slider .item .info span {
  display: block;
  color: var(--white);
  line-height: 1.5;
}
main.home .perks .slider .item .info .button {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
main.home .perks .slider .item .image .image-inset {
  width: 80px;
  height: 80px;
  background: var(--third);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  border-radius: 10px;
}
main.home section.contact {
  width: 100%;
  height: auto;
  background-color: var(--primary);
  margin-top: 20px;
}
main.home section.contact .content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 3rem 1rem;
}
main.home section.contact .content .grid-separe {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media all and (max-width: 999px) {
  main.home section.contact .content .grid-separe {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.home section.contact .content .grid-separe .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 1rem;
  padding-right: 4rem;
  padding-bottom: 2rem;
}
@media all and (max-width: 999px) {
  main.home section.contact .content .grid-separe .info {
    padding-right: 0;
    padding-bottom: 0;
  }
}
main.home section.contact .content .grid-separe .info h3 {
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
}
@media all and (max-width: 999px) {
  main.home section.contact .content .grid-separe .info h3 {
    font-size: 1.6rem;
  }
}
main.home section.contact .content .grid-separe .info p {
  margin: 0;
  color: var(--white);
  font-size: 1.1rem;
  line-height: 1.5;
}
@media all and (max-width: 999px) {
  main.home section.contact .content .grid-separe .info p {
    font-size: 1rem;
  }
}
main.home section.contact .content .grid-separe .info .list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0;
}
main.home section.contact .content .grid-separe .info .list .item {
  display: flex;
  gap: 1rem;
}
main.home section.contact .content .grid-separe .info .list .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  width: 60px;
  height: 60px;
  background-color: var(--third);
}
main.home section.contact .content .grid-separe .info .list .item .icon i {
  font-size: 24px;
  color: var(--white);
}
main.home section.contact .content .grid-separe .info .list .item .item-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  color: var(--white);
}
main.home section.contact .content .grid-separe .info .list .item .item-info strong {
  font-size: 1.1rem;
}
@media all and (max-width: 999px) {
  main.home section.contact .content .grid-separe .info .list .item .item-info strong {
    font-size: 0.7rem;
    line-break: anywhere;
  }
}
main.home section.contact .content .grid-separe .info .social {
  display: flex;
  gap: 1rem;
}
main.home section.contact .content .grid-separe .info .social a i {
  color: var(--third);
  font-size: 24px;
  transition: all 300ms ease-in;
}
main.home section.contact .content .grid-separe .info .social a:hover i {
  color: var(--white);
}
main.home section.contact .content .grid-separe .form {
  width: 100%;
}
main.home section.contact .content .grid-separe .form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  height: 100%;
  padding: 3rem 2rem;
  border-radius: 1rem;
  background-color: var(--secondary);
  color: var(--white);
}
main.home section.contact .content .grid-separe .form form h4 {
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
@media all and (max-width: 999px) {
  main.home section.contact .content .grid-separe .form form h4 {
    font-size: 1.4rem;
  }
}
main.home section.contact .content .grid-separe .form form .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
main.home section.contact .content .grid-separe .form form .item span {
  font-weight: 400;
}
main.home section.contact .content .grid-separe .form form .item input,
main.home section.contact .content .grid-separe .form form .item textarea {
  width: 100%;
  padding: 15px;
  border-radius: 1rem;
  border: none;
  box-shadow: none;
  outline: none;
}
main.home section.contact .content .grid-separe .form form .item input:hover, main.home section.contact .content .grid-separe .form form .item input:focus, main.home section.contact .content .grid-separe .form form .item input:active,
main.home section.contact .content .grid-separe .form form .item textarea:hover,
main.home section.contact .content .grid-separe .form form .item textarea:focus,
main.home section.contact .content .grid-separe .form form .item textarea:active {
  border: none;
  box-shadow: none;
}
main.home section.contact .content .specialists {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  gap: 1rem;
  background-color: var(--white);
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: -120px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
main.home section.contact .content .specialists h3 {
  color: var(--secondary);
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
}
@media all and (max-width: 999px) {
  main.home section.contact .content .specialists h3 {
    font-size: 1.6rem;
  }
}
main.home section.contact .content .specialists p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5;
}
@media all and (max-width: 999px) {
  main.home section.contact .content .specialists p {
    font-size: 1rem;
  }
}
main.home section.contact .content .specialists a {
  white-space: inherit;
}
@media all and (max-width: 999px) {
  main.home section.contact .content .specialists a {
    font-size: 0.75rem;
  }
}
main.home section.faq {
  color: var(--primary);
  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 rgb(221, 221, 221);
  padding: 1rem 0;
}
main.home section.faq .item .question {
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--text-dark);
  display: flex;
  gap: 10px;
  cursor: pointer;
}
main.home section.faq .item .question span {
  flex: 1;
}
main.home section.faq .item .answer {
  color: var(--secondary);
  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);
  color: var(--secondary);
}
main.home section.faq .item.active .answer {
  max-height: 9999px;
}
main.home section.benefits h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--third);
  margin: 0;
  margin-bottom: 1rem;
}
main.home section.benefits h2 strong {
  color: var(--primary);
  font-weight: 700;
  font-size: 2.2rem;
}
main.home section.benefits .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media all and (max-width: 1099px) {
  main.home section.benefits .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 699px) {
  main.home section.benefits .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.home section.benefits .list .item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background-color: var(--secondary);
  transition: all 300ms ease-in-out;
}
main.home section.benefits .list .item .count {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 1rem;
  background-color: var(--white);
}
main.home section.benefits .list .item .count strong {
  font-size: 1.7rem;
  color: var(--third);
}
main.home section.benefits .list .item strong {
  color: var(--white);
  font-size: 1.4rem;
}
main.home section.benefits .list .item p {
  text-align: left;
  font-size: 1.1rem;
  color: var(--white);
}
main.home section.benefits .list .item:hover {
  background-color: var(--primary);
}
main.home section.benefits .extra {
  text-align: right;
  color: var(--primary);
}
main.home .plans {
  padding: 4rem 0;
}
main.home .plans .image {
  width: 100%;
  height: 300px;
  background: var(--primary);
}
main.home .plans .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
main.home .plans .title {
  text-align: center;
  margin-bottom: 30px;
}
main.home .plans .title h2 {
  color: var(--secondary);
  font-weight: bold;
  font-size: 3rem;
  margin: 0;
  margin-bottom: 10px;
}
main.home .plans .title span {
  color: var(--text-dark);
  font-size: 1.2rem;
}
main.home .plans .plan-option {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: fit-content;
  background-color: var(--secondary);
  border-radius: 1rem;
  margin: 0 auto;
}
main.home .plans .plan-option a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 50%;
  height: 100%;
  border-radius: 1rem;
  padding: 0 16px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--white);
  margin: none;
}
main.home .plans .plan-option a.active {
  background-color: var(--primary);
  color: var(--white);
}
@media all and (max-width: 1199px) {
  main.home .plans .plan-option {
    height: 40px;
  }
  main.home .plans .plan-option a {
    font-size: 1rem;
  }
}
main.home .plans .list {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1rem;
  position: relative;
  z-index: 2;
  margin-top: 4rem;
}
@media all and (max-width: 1199px) {
  main.home .plans .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
main.home .plans .list .item {
  background-color: var(--primary);
  border-radius: 1rem;
  color: var(--white);
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 500px;
}
@media all and (max-width: 1199px) {
  main.home .plans .list .item {
    width: 100%;
  }
}
main.home .plans .list .item .option.hidden {
  display: none;
}
main.home .plans .list .item .label {
  position: absolute;
  right: 0;
  left: 0;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1rem;
  border-radius: 16px;
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: -30px;
}
main.home .plans .list .item .action {
  display: block;
  padding: 2rem;
}
main.home .plans .list .item .action a {
  display: block;
  width: 100%;
  text-align: center;
}
main.home .plans .list .item .item-title {
  text-align: center;
  color: var(--white);
  padding-bottom: 1rem;
  padding: 2rem;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom: 2px solid var(--white);
}
main.home .plans .list .item .item-title h4 {
  font-size: 1.6rem;
  text-align: left;
  font-weight: 400;
  margin: 0;
}
main.home .plans .list .item .item-title h4 strong {
  font-size: 1.7rem;
  font-weight: 900;
}
main.home .plans .list .item .item-title h5 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 0.9;
  text-align: left;
  margin: 0;
  margin-top: 1rem;
}
main.home .plans .list .item .item-title h5 strong {
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
}
main.home .plans .list .item .item-title h6 {
  margin: 0;
  font-size: 1.7rem;
  text-decoration: line-through;
}
main.home .plans .list .item .item-title p {
  text-align: left;
  font-size: 0.9rem;
  font-weight: 500;
}
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 strong.extra {
  padding: 0 2rem;
}
main.home .plans .list .item.featured {
  background: var(--third);
  color: var(--primary);
}
main.home .plans .list .item.featured .item-title {
  background-color: var(--secondary);
}
main.home .plans .list .item.featured ul {
  color: var(--white);
}
main.home .plans .extra-services {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3rem;
}
main.home .plans .extra-services .title {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 8px;
  width: 100%;
  margin: 0;
}
main.home .plans .extra-services .title h3 {
  color: var(--primary);
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0;
}
@media all and (max-width: 999px) {
  main.home .plans .extra-services .title h3 {
    font-size: 1.6rem;
  }
}
main.home .plans .extra-services .title h4 {
  color: var(--third);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
@media all and (max-width: 999px) {
  main.home .plans .extra-services .title h4 {
    font-size: 1.4rem;
  }
}
main.home .plans .extra-services .title p {
  margin: 0;
  color: var(--primary);
  font-size: 1.4rem;
}
@media all and (max-width: 999px) {
  main.home .plans .extra-services .title p {
    font-size: 1rem;
  }
}
main.home .plans .extra-services .grid-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 3rem;
}
@media all and (max-width: 999px) {
  main.home .plans .extra-services .grid-list {
    gap: 0.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 799px) {
  main.home .plans .extra-services .grid-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
main.home .plans .extra-services .grid-list .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  gap: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--primary);
  background-color: var(--secondary);
  padding: 2rem;
}
main.home .plans .extra-services .grid-list .item h5 {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--primary);
  margin: 0;
}
main.home .plans .extra-services .grid-list .item p {
  font-size: 0.85rem;
  margin: 0;
  color: var(--white);
  line-height: 1.5;
}
main.home .plans .extra-services .grid-list .item strong {
  font-size: 1.2rem;
  color: var(--white);
}
main.home .plans .extra-services .grid-list .item.final {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: var(--primary);
  color: var(--white);
  transition: all 300ms ease-in;
  text-decoration: none;
}
main.home .plans .extra-services .grid-list .item.final h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  transition: all 300ms ease-in;
  text-align: center;
}
main.home .plans .extra-services .grid-list .item.final i {
  font-size: 96px;
  display: inline-flex;
  transition: all 300ms ease-in;
}
main.home .plans .extra-services .grid-list .item.final:hover {
  background-color: rgba(var(--primary-rgb), 0.9);
}
main.home .plans .extra-services .grid-list .item.final:hover h4,
main.home .plans .extra-services .grid-list .item.final:hover i {
  color: var(--secondary);
}
@media all and (max-width: 999px) {
  main.home .plans .extra-services .grid-list .item {
    padding: 1rem;
  }
  main.home .plans .extra-services .grid-list .item h5 {
    font-size: 0.75rem;
  }
  main.home .plans .extra-services .grid-list .item p {
    font-size: 0.55rem;
  }
}
main.home .plans .steps {
  width: 100%;
  height: auto;
  margin-top: 3rem;
}
main.home .plans .steps .grid-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media all and (max-width: 999px) {
  main.home .plans .steps .grid-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 599px) {
  main.home .plans .steps .grid-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.home .plans .steps .grid-list strong {
  padding: 15px 20px;
  color: var(--white);
  background-color: var(--third);
  border-radius: 25px;
  width: fit-content;
  width: 100%;
}
main.home .plans .steps .grid-list strong.alt {
  background: none;
  font-size: 1.4rem;
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
  border-radius: 0;
}
main.home .plans .steps .grid-list .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
main.home .plans .steps .grid-list .title h3 {
  font-size: 2.4rem;
  margin: 0;
  color: var(--secondary);
  padding-bottom: 1rem;
  text-align: left;
}
main.home .plans .steps .grid-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  background-color: var(--secondary);
  border-radius: 1rem;
  padding: 2rem;
}
main.home .plans .steps .grid-list .item h4 {
  font-size: 1.2rem;
  color: var(--white);
  margin: 0;
}
main.home .plans .steps .grid-list .item p {
  margin: 0;
  color: var(--white);
  line-height: 1.4;
}
main.home .hero {
  position: relative;
  height: 800px;
}
@media all and (max-width: 999px) {
  main.home .hero {
    margin-top: 0;
  }
}
main.home .hero .background {
  background: url(../images/hero-bg.jpg);
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
main.home .hero .background img {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
  max-height: 300px;
}
main.home .hero .info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}
main.home .hero .info .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media all and (max-width: 999px) {
  main.home .hero .info .content {
    flex-direction: column;
    padding: 0;
  }
}
main.home .hero .info .content .image {
  height: 100%;
  display: flex;
  align-items: flex-end;
  flex: 1;
  justify-content: center;
}
@media all and (max-width: 999px) {
  main.home .hero .info .content .image {
    position: absolute;
  }
}
main.home .hero .info .content .image img {
  max-width: 90%;
  height: auto;
}
@media all and (max-width: 999px) {
  main.home .hero .info .content .image img {
    max-height: 100%;
  }
}
main.home .hero .info .content .heading {
  color: var(--secondary);
  font-size: 1.2rem;
  width: 50%;
  z-index: 3;
  padding-right: 1rem;
}
main.home .hero .info .content .heading .button,
main.home .hero .info .content .heading .button-alt {
  display: inline-block;
  margin-top: 1rem;
}
main.home .hero .info .content .heading p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: justify;
  margin: 0;
  margin-top: 1rem;
}
main.home .hero .info .content .heading p strong {
  font-family: var(--font-local);
  font-size: 1.4em;
  color: var(--white);
}
@media all and (max-width: 999px) {
  main.home .hero .info .content .heading p {
    font-size: 1rem;
  }
}
@media all and (max-width: 999px) {
  main.home .hero .info .content .heading {
    width: 100%;
    background: rgba(255, 255, 255, 0);
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin-top: 140px;
  }
}
main.home .hero .info .content .heading h2 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  color: var(--white);
  font-size: 5rem;
}
@media all and (max-width: 999px) {
  main.home .hero .info .content .heading h2 {
    font-size: 1.4rem;
  }
  main.home .hero .info .content .heading h2 strong {
    font-size: 1.6rem;
  }
}
main.home .main-options {
  width: 100%;
}
main.home .main-options .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
  margin-top: -160px;
}
@media all and (max-width: 999px) {
  main.home .main-options .content {
    flex-direction: column;
    margin-top: 1rem;
  }
}
main.home .main-options .content .item {
  padding: 3rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: var(--primary);
  color: var(--white);
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
main.home .main-options .content .item h3 {
  font-size: 2.2rem;
  margin: 0;
}
main.home .main-options .content .item.alt {
  background-color: var(--secondary);
}
main.home section.solutions {
  width: 100%;
}
main.home section.solutions .content {
  margin-top: 3rem;
}
main.home section.solutions .content .title {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  width: 100%;
  margin-bottom: 2rem;
}
main.home section.solutions .content .title h2 {
  color: var(--secondary);
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
}
@media all and (max-width: 999px) {
  main.home section.solutions .content .title h2 {
    font-size: 1.6rem;
  }
}
main.home section.solutions .content .title p {
  margin: 0;
  color: var(--text-dark);
  font-size: 1.4rem;
}
@media all and (max-width: 999px) {
  main.home section.solutions .content .title p {
    font-size: 1rem;
  }
}
main.home section.solutions .content .grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 3rem;
}
@media all and (max-width: 999px) {
  main.home section.solutions .content .grid-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 799px) {
  main.home section.solutions .content .grid-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 599px) {
  main.home section.solutions .content .grid-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.home section.solutions .content .grid-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-radius: 1rem;
  background-color: var(--primary);
  padding: 2rem;
}
main.home section.solutions .content .grid-list .item .info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main.home section.solutions .content .grid-list .item .info .icon-inset {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border-radius: 1rem;
  background-color: var(--white);
}
main.home section.solutions .content .grid-list .item .info .icon-inset i {
  font-size: 48px;
  color: var(--secondary);
}
main.home section.solutions .content .grid-list .item .info h4 {
  font-size: 20px;
  font-weight: 800;
  color: var(--white);
  margin: 0;
}
main.home section.solutions .content .grid-list .item .info p {
  margin: 0;
  color: var(--white);
  line-height: 1.5;
}
main.home section.solutions .content .grid-list .item .button {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
main.home section.app {
  margin: 3rem 0;
}
main.home section.app .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@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: flex-end;
}
main.home section.app .content .image img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  z-index: 2;
}
main.home section.app .content .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media all and (max-width: 999px) {
  main.home section.app .content .info {
    margin-top: 2rem;
  }
}
main.home section.app .content .info h3 {
  color: var(--text-dark);
  font-size: 1.5rem;
  font-weight: 500;
  font-weight: bold;
  margin: 0;
}
main.home section.app .content .info h3 strong {
  font-size: 2.4rem;
  color: var(--primary);
}
main.home section.app .content .info p {
  font-size: 1.4rem;
  margin: 2rem 0;
  font-weight: 300;
  color: var(--text-dark);
}
main.home section.app .content .info p strong {
  font-weight: 800;
}
main.home section.app .content .info .button {
  display: inline-block;
  margin-top: 20px;
  width: fit-content;
}
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.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.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.certificate {
  background: linear-gradient(145deg, rgb(255, 255, 255) 48%, rgba(var(--primary-rgb), 0.5) 100%);
}
main.certificate header {
  position: relative;
  border-bottom: 2px solid var(--primary);
}
main.certificate header .content {
  justify-content: center;
}
main.certificate .certificate-title .content .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  margin: 2rem 0;
}
main.certificate .certificate-title .content .title p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  color: var(--text-dark);
  max-width: 900px;
}
@media all and (max-width: 999px) {
  main.certificate .certificate-title .content .title p {
    font-size: 0.9rem;
  }
}
main.certificate .certificate-title .content .title h2 {
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--secondary);
  margin: 0;
}
main.certificate .certificate-title .content .title h2 strong {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--primary);
}
@media all and (max-width: 999px) {
  main.certificate .certificate-title .content .title h2 {
    font-size: 1.1rem;
  }
  main.certificate .certificate-title .content .title h2 strong {
    font-size: 1.4rem;
  }
}
main.certificate .buy-certificate .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 1rem;
}
@media all and (max-width: 999px) {
  main.certificate .buy-certificate .content {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.certificate .buy-certificate .content .image {
  position: relative;
  height: 700px;
  width: 100%;
}
@media all and (max-width: 999px) {
  main.certificate .buy-certificate .content .image {
    height: 300px;
  }
  main.certificate .buy-certificate .content .image .mask {
    border-bottom-right-radius: 1rem;
  }
  main.certificate .buy-certificate .content .image img {
    border-bottom-right-radius: 1rem;
  }
}
main.certificate .buy-certificate .content .image .mask {
  position: absolute;
  z-index: 2;
  background-color: var(--primary);
  height: 100%;
  width: 100%;
  border-top-right-radius: 1rem;
  background: linear-gradient(75deg, rgba(255, 255, 255, 0) 30%, var(--primary) 80%);
  padding: 2rem;
}
main.certificate .buy-certificate .content .image img {
  position: absolute;
  right: 0;
  height: 100%;
  width: auto;
  border-top-right-radius: 1rem;
}
main.certificate .buy-certificate .content .right {
  height: fit-content;
}
main.certificate .buy-certificate .content .right .list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media all and (max-width: 699px) {
  main.certificate .buy-certificate .content .right .list {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 2rem;
  }
}
main.certificate .buy-certificate .content .right .list .item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 2rem;
  border-radius: 1rem;
  background-color: var(--primary);
}
@media all and (max-width: 999px) {
  main.certificate .buy-certificate .content .right .list .item {
    flex-direction: column;
    justify-content: flex-start;
  }
}
main.certificate .buy-certificate .content .right .list .item .left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
main.certificate .buy-certificate .content .right .list .item .left .icon {
  height: 63px;
  width: 63px;
  background-color: var(--secondary);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.certificate .buy-certificate .content .right .list .item .left .icon i {
  font-size: 26px;
  color: var(--white);
}
main.certificate .buy-certificate .content .right .list .item .left .info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
main.certificate .buy-certificate .content .right .list .item .left .info h4 {
  font-size: 1.1rem;
  color: var(--white);
  margin: 0;
}
main.certificate .buy-certificate .content .right .list .item .left .info strong {
  font-size: 1.3rem;
  color: var(--secondary);
  font-weight: 800;
}
main.certificate .buy-certificate .content .right .list .item .left .info em {
  color: var(--white);
}
main.certificate .buy-certificate .content .right .list .item .action {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 63px;
  margin-top: auto;
}
@media all and (max-width: 799px) {
  main.certificate .buy-certificate .content .right .list .item .action .button {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
main.certificate .buy-certificate .content .right .list .item.alt {
  background-color: var(--secondary);
}
main.certificate .buy-certificate .content .right .list .item.alt .left .icon {
  background-color: var(--primary);
}
main.certificate .buy-certificate .content .right .list .item.alt .left .info strong {
  color: var(--primary);
}

.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 */
