@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@import 'icons/icons.css';
:root {
  --primary: #1A3F78;
  --primary-rgb: 26, 63, 120;
  --secondary: #E44D13;
  --secondary-rgb: 228, 77, 19;
  --tertiary: #1A3F78;
  --tertiary-rgb: 26, 63, 120;
  --text-dark: #000019;
  --text-dark-rgb: 0, 0, 25;
  --text: #666666;
  --text-rgb: 102, 102, 102;
  --white: #E6E6E6;
  --white-rgb: 230, 230, 230;
  --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;
}

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

* {
  box-sizing: border-box;
}

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

header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(200%) blur(10px);
  border-bottom: 1px solid rgba(229, 229, 229, 0.3);
}
@media all and (max-width: 999px) {
  header {
    height: 70px;
  }
}
header .menu {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  display: none;
}
@media all and (max-width: 999px) {
  header .menu {
    display: flex;
  }
}
header .menu a {
  text-decoration: none;
}
header .content {
  display: flex;
  align-items: center;
  padding: 20px 0;
  gap: 2rem;
}
@media all and (max-width: 999px) {
  header .content {
    padding: 0;
    justify-content: center;
    gap: 0;
  }
}
header .content .logo {
  height: 80px;
}
header .content .logo img {
  height: 100%;
  width: auto;
}
@media all and (max-width: 999px) {
  header .content .logo {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .content .logo img {
    height: 30px;
  }
}
@media all and (max-width: 999px) {
  header .content .action {
    display: none;
  }
}
header .content .action a {
  background: var(--tertiary);
  color: white;
  text-decoration: none;
  display: flex;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 20px;
  transition: all 300ms ease-in;
}
header .content .action a:hover {
  background: var(--primary);
  box-shadow: 0px 0px 0px 10px rgba(var(--primary-rgb), 0.1);
}
@media all and (max-width: 999px) {
  header .content .action a span {
    display: none;
  }
}
header .content nav {
  display: flex;
  gap: 2rem;
  flex: 1;
  margin-left: 2rem;
}
@media all and (max-width: 999px) {
  header .content nav {
    display: none;
  }
}
header .content nav a {
  text-decoration: none;
  color: var(--text);
  font-size: 1rem;
  position: relative;
  font-weight: 600;
}
header .content nav a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -10px;
  width: 100%;
  height: 2px;
  background: var(--primary);
  width: 0;
  transition: all 300ms ease-in;
}
header .content nav a:hover {
  color: var(--primary);
}
header .content nav a:hover:before {
  width: 100%;
}

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

.button {
  padding: 14px 26px;
  border-radius: 30px;
  text-decoration: none;
  display: flex;
  gap: 10px;
  font-weight: 600;
}
.button.primary {
  background: var(--primary);
  color: white;
}
.button.primary:hover {
  box-shadow: 0px 0px 0px 10px rgba(var(--primary-rgb), 0.1);
}
.button.secondary {
  background: var(--secondary);
  color: white;
}
.button.secondary:hover {
  box-shadow: 0px 0px 0px 10px rgba(var(--secondary-rgb), 0.1);
}
.button.tertiary {
  background: var(--tertiary);
  color: white;
}
.button.tertiary:hover {
  box-shadow: 0px 0px 0px 10px rgba(var(--tertiary-rgb), 0.1);
}
.button i {
  width: 20px;
  transition: all 100ms ease-in;
}
.button:hover i {
  text-indent: 5px;
}

#app {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(200%) blur(10px);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in;
  opacity: 0;
  visibility: hidden;
}
#app:target {
  opacity: 1;
  visibility: visible;
}
#app .inset {
  width: 100%;
  max-width: 1300px;
  position: relative;
}
#app .inset .close {
  position: absolute;
  right: 0;
  top: 0;
  background: white;
  padding: 20px;
  z-index: 2;
}
#app .inset video {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  visibility: hidden;
  z-index: 10000;
}
.modal:target {
  visibility: visible;
}
.modal .modal-inset {
  width: 100%;
  max-width: 500px;
  padding: 3rem;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  background: white;
  box-shadow: 0px 1px 1px rgba(3, 7, 18, 0), 0px 5px 4px rgba(3, 7, 18, 0.01), 0px 12px 9px rgba(3, 7, 18, 0.01), 0px 20px 15px rgba(3, 7, 18, 0.02), 0px 32px 24px rgba(3, 7, 18, 0.02);
  position: relative;
}
.modal .modal-inset .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
}
.modal .modal-inset .close svg {
  width: 20px;
  height: auto;
  opacity: 0.3;
}
.modal .modal-inset h3 {
  font-size: 2rem;
  margin: 0;
  margin-bottom: 2rem;
  color: var(--primary);
}
.modal .modal-inset .input-form {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 2rem;
}
.modal .modal-inset .input-form label {
  color: var(--primary);
  font-weight: bold;
}
.modal .modal-inset .input-form input {
  padding: 1rem;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
}
.modal .modal-inset .loading {
  align-items: center;
  justify-content: center;
  display: none;
}
.modal .modal-inset .result {
  text-align: center;
  margin-top: 2rem;
}
.modal .modal-inset .result .success {
  background: rgba(44, 213, 73, 0.05);
  padding: 1rem;
  border: 1px solid rgba(44, 213, 73, 0.1);
  color: #2cd549;
  border-radius: 10px;
  display: none;
}
.modal .modal-inset .result .error {
  background: rgba(250, 39, 63, 0.05);
  padding: 1rem;
  border: 1px solid rgba(250, 39, 63, 0.1);
  color: #fa273f;
  border-radius: 10px;
  display: none;
}
.modal .modal-inset .action {
  text-align: right;
}
.modal .modal-inset .action button {
  background: var(--primary);
  color: white;
  padding: 1rem 2rem;
  border-radius: 30px;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}
.modal .modal-inset[data-status=success] .result .success {
  display: block;
}
.modal .modal-inset[data-status=error] .result .error {
  display: block;
}
.modal .modal-inset[data-status=loading] .loading {
  display: flex;
}

.loader {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}

.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 3px solid var(--primary);
  animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
footer {
  background: #f9f9f9;
  border-radius: 20px 20px 0 0;
  padding: 3rem 0;
}
footer .content {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media all and (max-width: 999px) {
  footer .content {
    flex-direction: column;
    justify-content: center;
  }
}
footer .content .logo {
  height: 80px;
}
footer .content .logo img {
  height: 100%;
  width: auto;
}
footer .content nav {
  flex: 1;
  gap: 20px;
  display: flex;
}
@media all and (max-width: 999px) {
  footer .content nav {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    flex: 100%;
  }
}
footer .content nav a {
  text-decoration: none;
  color: var(--text);
  font-size: 1rem;
  position: relative;
  font-weight: 600;
}
footer .content nav a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -10px;
  width: 100%;
  height: 2px;
  background: var(--primary);
  width: 0;
  transition: all 300ms ease-in;
}
footer .content nav a:hover {
  color: var(--primary);
}
footer .content nav a:hover:before {
  width: 100%;
}
footer .content .opencon {
  color: var(--primary);
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 0.9rem;
  text-align: center;
}
@media all and (max-width: 999px) {
  footer .content .opencon {
    flex: 100%;
    text-align: center;
    align-items: center;
  }
}
footer .content .opencon img {
  margin-top: 10px;
}
@media all and (max-width: 999px) {
  footer .content .opencon img {
    width: auto;
    max-width: 130px;
  }
}

#whats {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
#whats > span {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--primary);
  width: 200px;
  color: white;
  text-align: center;
  padding: 10px;
  margin-top: -45px;
  border-radius: 30px;
}
#whats > a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  background: #5ae870;
}

main.home {
  width: 100%;
}
main.home section.hero {
  height: 800px;
  background: url(../images/hero-bg.jpg) center center no-repeat;
  background-size: cover !important;
  background-attachment: relative;
  overflow: hidden;
}
@media all and (max-width: 1400px) {
  main.home section.hero {
    height: 670px;
  }
}
@media all and (max-width: 999px) {
  main.home section.hero {
    height: auto;
  }
}
main.home section.hero .image img {
  height: 100%;
}
main.home section.hero .content {
  height: 100%;
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
}
@media all and (max-width: 999px) {
  main.home section.hero .content {
    display: flex;
    flex-direction: column-reverse;
  }
}
main.home section.hero .content .image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
main.home section.hero .content .image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: none;
}
main.home section.hero .info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  box-shadow: 0px 1px 1px rgba(3, 7, 18, 0), 0px 5px 4px rgba(3, 7, 18, 0), 0px 12px 9px rgba(3, 7, 18, 0.01), 0px 20px 15px rgba(3, 7, 18, 0.01), 0px 32px 24px rgba(3, 7, 18, 0.01);
  background: white;
  border-radius: 20px;
  padding: 2rem;
}
@media all and (max-width: 999px) {
  main.home section.hero .info {
    margin-bottom: 2rem;
  }
}
main.home section.hero .info .actions {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media all and (max-width: 999px) {
  main.home section.hero .info .actions {
    flex-direction: column;
    width: 100%;
  }
  main.home section.hero .info .actions a {
    text-align: center;
    display: inline-block;
    width: 100%;
  }
}
@media all and (max-width: 999px) and (max-width: 999px) {
  main.home section.hero .info .actions a {
    margin-top: 0;
  }
}
main.home section.hero .info em {
  font-style: normal;
  color: var(--primary);
}
@media all and (max-width: 999px) {
  main.home section.hero .info em {
    margin-bottom: 2rem;
    text-align: center;
  }
}
main.home section.hero .info .button {
  margin-top: 20px;
  font-size: 1rem;
}
main.home section.hero .info ul li {
  font-size: 1.2rem;
  padding: 0.5rem 0;
}
@media all and (max-width: 999px) {
  main.home section.hero .info ul {
    color: var(--text);
  }
  main.home section.hero .info ul li {
    font-size: 1rem;
    padding: 5px 0;
  }
}
main.home section.hero .info h2 {
  color: var(--primary);
  font-size: 1.5rem;
  margin: 0;
}
@media all and (max-width: 999px) {
  main.home section.hero .info h2 {
    font-size: 10vw;
    font-size: 2rem;
    margin: 0;
  }
}
@media all and (max-width: 1400px) {
  main.home section.hero .info h2 {
    font-size: 1.5rem;
  }
}
main.home section.hero .info span {
  color: var(--secondary);
  margin-top: 1rem;
  font-size: 1.2rem;
}
@media all and (max-width: 999px) {
  main.home section.hero .info span {
    color: var(--secondary);
    margin-top: 1rem;
  }
}
main.home section.perks {
  padding: 4rem 0;
}
main.home section.perks .title {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  width: 100%;
  margin-bottom: 2rem;
}
main.home section.perks .title h2 {
  color: var(--secondary);
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
}
@media all and (max-width: 999px) {
  main.home section.perks .title h2 {
    font-size: 1.6rem;
  }
}
main.home section.perks .title p {
  margin: 0;
  color: var(--text-dark);
  font-size: 1.4rem;
}
@media all and (max-width: 999px) {
  main.home section.perks .title p {
    font-size: 1rem;
  }
}
main.home section.perks .slider {
  position: relative;
  padding: 0 3rem;
}
main.home section.perks .slider > i {
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--secondary);
  top: 50%;
  color: white;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
}
main.home section.perks .slider > i.prev {
  left: 0;
}
main.home section.perks .slider > i.next {
  right: 0;
}
main.home section.perks .slider .item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: var(--primary);
  padding: 2rem;
  border-radius: 1rem;
  min-height: 320px;
}
main.home section.perks .slider .item .info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  height: max-content;
}
main.home section.perks .slider .item .info h3 {
  color: var(--white);
  font-size: 1.5rem;
  margin: 0;
}
@media all and (max-width: 1400px) {
  main.home section.perks .slider .item .info h3 {
    font-size: 1.4rem;
  }
}
main.home section.perks .slider .item .info span {
  display: block;
  color: var(--text-dark);
  line-height: 1.5;
}
main.home section.perks .slider .item .info .button {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
main.home section.perks .slider .item .image .image-inset {
  width: 80px;
  height: 80px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  border-radius: 10px;
}
main.home .content {
  margin-top: 3rem;
}
main.home .content .title {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  width: 100%;
  margin-bottom: 2rem;
}
main.home .content .title h2 {
  color: var(--secondary);
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
}
@media all and (max-width: 999px) {
  main.home .content .title h2 {
    font-size: 1.6rem;
  }
}
main.home .content .title p {
  margin: 0;
  color: var(--text-dark);
  font-size: 1.4rem;
}
@media all and (max-width: 999px) {
  main.home .content .title p {
    font-size: 1rem;
  }
}
main.home .content .grid-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 3rem;
}
@media all and (max-width: 999px) {
  main.home .content .grid-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 799px) {
  main.home .content .grid-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 599px) {
  main.home .content .grid-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.home .content .grid-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-radius: 20px;
  border: 1px solid #e9e9e9;
  padding: 2rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
main.home .content .grid-list .item .info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main.home .content .grid-list .item .info .icon-inset {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border-radius: 40px;
  background-color: var(--secondary);
}
main.home .content .grid-list .item .info .icon-inset i {
  font-size: 48px;
  color: var(--white);
  margin-bottom: -10.5px;
}
main.home .content .grid-list .item .info h4 {
  font-size: 20px;
  font-weight: 800;
  color: var(--primary);
  margin: 0;
}
main.home .content .grid-list .item .info p {
  margin: 0;
  color: var(--text-dark);
  line-height: 1.5;
}
main.home .content .grid-list .item .button {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
main.home section.app-perks {
  padding: 3rem 0;
  background: rgb(219, 219, 219);
  background: linear-gradient(0deg, #f1f1f1 0%, rgb(252, 252, 252) 64%, rgb(255, 255, 255) 100%);
}
main.home section.app-perks h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
  margin-bottom: 1rem;
}
main.home section.app-perks .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media all and (max-width: 999px) {
  main.home section.app-perks .content {
    display: flex;
    flex-direction: column;
  }
}
main.home section.app-perks .list {
  width: 45%;
}
@media all and (max-width: 999px) {
  main.home section.app-perks .list {
    width: 100%;
  }
}
main.home section.app-perks .list .item {
  padding: 1rem 0;
}
main.home section.app-perks .list .item .service {
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--secondary);
  display: flex;
  gap: 10px;
  cursor: pointer;
}
main.home section.app-perks .list .item .service span {
  flex: 1;
}
main.home section.app-perks .list .item .service span i {
  margin-right: 1rem;
}
main.home section.app-perks .list .item .info {
  max-height: 0;
  overflow: hidden;
  line-height: 1.4;
}
main.home section.app-perks .list .item .info p {
  color: var(--primary);
}
main.home section.app-perks .list .item.active .service .icon {
  transform: rotate(-180deg);
  transition: all 300ms ease-in;
}
main.home section.app-perks .list .item.active .info {
  max-height: 9999px;
}
main.home section.app-perks .list p {
  font-size: 1.4rem;
  color: var(--text-dark);
  transition: all 300ms ease-in;
}
main.home section.app-perks .container {
  width: 55%;
  display: flex;
  gap: 2rem;
  padding: 2rem;
  border-radius: 20px;
  background: linear-gradient(232deg, rgb(255, 255, 255) 0%, rgb(244, 244, 244) 100%);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media all and (max-width: 999px) {
  main.home section.app-perks .container {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
main.home section.app-perks .container .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin: auto 0;
  gap: 1rem;
}
main.home section.app-perks .container .info h3 {
  color: var(--tertiary);
  margin: 0;
  font-size: 2.2rem;
}
main.home section.app-perks .container .info p {
  margin: 0;
  font-size: 1.4rem;
}
main.home section.app-perks .container .info .download {
  display: flex;
  gap: 1rem;
}
@media all and (max-width: 599px) {
  main.home section.app-perks .container .info .download {
    flex-direction: column;
  }
}
main.home section.app-perks .container .image {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: -2rem;
}
main.home section.app-perks .container .image img {
  width: 100%;
  max-width: 320px;
  height: auto;
  transition: all 300ms ease-in;
}
main.home .about-us {
  background-color: #f1f1f1;
  padding: 3rem 0;
}
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: 2rem;
}
@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: 3rem;
  color: var(--secondary);
  margin-top: 0;
}
@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: 1rem;
  line-height: 1.7;
  text-align: justify;
  color: var(--text-dark);
  min-height: 280px;
  margin: 0;
}
@media all and (max-width: 999px) {
  main.home .about-us .content .container .info p {
    font-size: 0.9rem;
  }
}
main.home .about-us .content .container .grid-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media all and (max-width: 999px) {
  main.home .about-us .content .container .grid-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
main.home .about-us .content .container .grid-list .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  border-radius: 1rem;
  padding: 2rem;
  background-color: var(--white);
  border: 1px solid #e5e5e5;
  z-index: 1;
}
@media all and (max-width: 999px) {
  main.home .about-us .content .container .grid-list .item {
    background: var(--primary);
  }
}
main.home .about-us .content .container .grid-list .item .icon-inset {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 1rem;
  background-color: var(--secondary);
}
main.home .about-us .content .container .grid-list .item .icon-inset i {
  font-size: 48px;
  color: var(--tertiary);
  margin-bottom: -11px;
}
main.home .about-us .content .container .grid-list .item h4 {
  width: 100%;
  font-size: 1.4rem;
  margin-top: 12px;
  margin-bottom: 5px;
  color: var(--primary);
  flex: 1;
}
main.home .about-us .content .container .grid-list .item p {
  margin: 0;
  font-size: 1rem;
  text-align: justify;
}
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 section.about {
  background: #eeeeee;
  padding: 3rem;
  border-radius: 20px;
  margin-bottom: 30px;
}
main.home section.about h2 {
  color: var(--primary);
  font-size: 3rem;
  margin: 0;
  margin-bottom: 2rem;
}
main.home section.about p {
  font-size: 1.1rem;
}
main.home section.about .button {
  display: inline-block;
  margin-top: 20px;
}
main.home section.testimonials {
  background: #f1f1f1;
  min-height: 500px;
  min-width: 0;
  padding-top: 3rem;
}
main.home section.testimonials .swiper-pagination {
  position: static;
  margin-bottom: 2rem;
}
main.home section.testimonials .swiper-pagination span {
  background: var(--primary);
}
main.home section.testimonials .title {
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 3rem;
  font-size: 1.4rem;
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media all and (max-width: 999px) {
  main.home section.testimonials .title {
    font-size: 1.1rem;
  }
}
main.home section.testimonials .title h3 {
  color: var(--secondary);
  font-size: 3rem;
}
@media all and (max-width: 999px) {
  main.home section.testimonials .title h3 {
    font-size: 2rem;
  }
}
main.home section.testimonials .title h3 span {
  color: var(--primary);
}
main.home section.testimonials .title strong {
  font-weight: bold;
}
main.home section.testimonials .slider {
  min-width: 0;
  position: relative;
  padding: 0px 60px;
}
@media all and (max-width: 999px) {
  main.home section.testimonials .slider {
    padding: 0;
  }
}
main.home section.testimonials .slider i {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  border: 2px solid #e5e5e5;
  border-radius: 50px;
}
@media all and (max-width: 999px) {
  main.home section.testimonials .slider i {
    display: none;
  }
}
main.home section.testimonials .slider i.prev {
  left: 0;
}
main.home section.testimonials .slider i.next {
  right: 0;
}
main.home section.testimonials .content {
  max-width: 1200px;
}
main.home section.testimonials .content .item {
  max-width: 500px;
  background: white;
  border-radius: 20px;
  padding: 2rem;
  color: var(--text);
  margin-bottom: 3rem;
}
main.home section.testimonials .content .item .user {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}
main.home section.testimonials .content .item .user .rating {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}
main.home section.testimonials .content .item .user .rating i {
  color: #fdcc54;
}
main.home section.testimonials .content .item .user .avatar {
  width: 100px;
  position: relative;
}
main.home section.testimonials .content .item .user .avatar img {
  max-width: 100%;
  border-radius: 100px;
  height: auto;
}
main.home section.testimonials .content .item .user .user-info {
  display: flex;
  flex-direction: column;
}
main.home section.testimonials .content .item .user .user-info h4 {
  font-size: 1.2rem;
  margin: 0;
}
main.home section.testimonials .content .item blockquote {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 1.1rem;
}
main.home section.plans {
  margin: 3rem 0;
}
main.home section.plans .title {
  width: 100%;
}
main.home section.plans .title h3 {
  text-align: center;
  color: var(--secondary);
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1;
}
main.home section.plans .title h3 span {
  color: var(--tertiary);
}
main.home section.plans .title span {
  text-align: center;
  display: block;
}
main.home section.plans .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin: 3rem 0;
}
@media all and (max-width: 999px) {
  main.home section.plans .list {
    display: flex;
    flex-direction: column;
  }
}
main.home section.plans .list .item {
  width: 24%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 1px 1px rgba(3, 7, 18, 0.01), 0px 5px 4px rgba(3, 7, 18, 0.02), 0px 12px 9px rgba(3, 7, 18, 0.02), 0px 20px 15px rgba(3, 7, 18, 0.03), 0px 32px 24px rgba(3, 7, 18, 0.04);
  border: 1px solid #e5e5e5;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 999px) {
  main.home section.plans .list .item {
    width: 100%;
  }
}
main.home section.plans .list .item .inset {
  flex: 1;
  display: flex;
  flex-direction: column;
}
main.home section.plans .list .item .inset .perks {
  flex: 1;
}
main.home section.plans .list .item .button {
  text-align: center;
  display: inline-block;
  width: 100%;
}
main.home section.plans .list .item h4 {
  text-align: center;
  font-size: 2rem;
  margin: 0;
  color: var(--primary);
}
main.home section.plans .list .item ul {
  margin: 2rem 0;
  padding: 0;
}
main.home section.plans .list .item ul li {
  padding: 4px 0;
  list-style: none;
  display: flex;
  gap: 8px;
}
main.home section.plans .list .item ul li:before {
  content: "";
  min-width: 25px;
  height: 25px;
  background: url(../images/list-item.svg) center center no-repeat;
  display: block;
}
main.home section.plans .list .item .price {
  text-align: center;
  margin: 1rem 0;
  color: var(--secondary);
}
main.home section.plans .list .item .price h3 {
  margin: 0;
  margin: 0rem 0;
  font-size: 2rem;
  color: var(--secondary);
}
main.home section.plans .list .item.featured {
  background: var(--primary);
  color: white;
}
main.home section.plans .list .item.featured h4 {
  color: white;
}
main.home section.plans .list .item.featured .button {
  background: var(--tertiary);
}
main.home section.plans .list .item.featured .price span, main.home section.plans .list .item.featured .price h3 {
  color: var(--white);
}
main.home section.club {
  background: #f1f1f1;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
}
main.home section.club .inset {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1100px;
  box-shadow: 0px 1px 1px rgba(3, 7, 18, 0), 0px 5px 4px rgba(3, 7, 18, 0), 0px 12px 9px rgba(3, 7, 18, 0.01), 0px 20px 15px rgba(3, 7, 18, 0.01), 0px 32px 24px rgba(3, 7, 18, 0.01);
  background: white;
  margin: 0 auto;
  border-radius: 30px;
  padding: 3rem;
  gap: 2rem;
  align-items: center;
  margin-bottom: 4rem;
}
@media all and (max-width: 999px) {
  main.home section.club .inset {
    display: flex;
    flex-direction: column;
  }
}
main.home section.club .inset .image {
  padding: 3rem;
}
main.home section.club .inset .image img {
  max-width: 100%;
  height: auto;
}
main.home section.club .inset .info {
  border-left: 2px solid #f1f1f1;
  padding-left: 2rem;
  line-height: 1.5;
}
main.home section.club .inset .info .action a {
  display: inline-block;
}
@media all and (max-width: 999px) {
  main.home section.club .inset .info {
    padding: 0;
    border: 0;
  }
}
main.home section.club .inset .info h3 {
  color: var(--tertiary);
  font-size: 2rem;
  margin-top: 0;
  line-height: 1;
}

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