/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
* {
  box-sizing: border-box;
}

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;
  display: block;
}

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

video {
  margin: 0;
}

.buttonGroup {
  display: flex;
  justify-content: center;
  gap: 0 12px;
  width: 100%;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .buttonGroup > a {
    flex-basis: 50%;
    padding: 13px 0;
  }
}

.button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.2px;
  background-color: #f34d57;
  border-radius: 50px;
  padding: 17px 0;
  white-space: nowrap;
  width: 222px;
  text-align: center;
  transition: all 0.3s;
  border: 1px solid #f34d57;
}
@media (max-width: 992px) {
  .button {
    font-size: 12px;
    padding: 13px 20px;
    width: auto;
  }
}
.button.outline {
  border-color: #fff;
  background-color: transparent;
}
.button:hover {
  background-color: #fff;
  color: #f34d57;
  border-color: #fff;
}
.button.small {
  width: auto;
  padding: 12px 16px;
  letter-spacing: 1.5px;
  font-size: 11px;
}

header .button {
  font-size: 12px;
  padding: 14px 17px;
  width: auto;
}

.swiper {
  width: 100%;
  position: relative;
  padding-bottom: 50px !important;
}
.swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 50px 0 110px;
}
@media (min-width: 1440px) {
  .swiper .swiper-slide {
    padding: 0 50px 0 110px;
  }
}
@media (max-width: 992px) {
  .swiper .swiper-slide {
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    display: none;
  }
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  content: "";
}
.swiper .swiper-button-prev img {
  transform: scaleX(-1);
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 10px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #fff;
  opacity: 0.5;
  background-color: transparent;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.swiper .content {
  margin-top: 4.1666666667vw;
  flex-basis: 45%;
  min-width: 45%;
  max-width: 36.6666666667vw;
}
@media (max-width: 992px) {
  .swiper .content {
    max-width: none;
  }
}
.swiper img {
  max-width: 640px;
  width: 44.4444444444vw;
}
@media (max-width: 992px) {
  .swiper img {
    margin-top: 50px;
    width: 100%;
  }
}

.accordion {
  margin: 30px auto 0;
  width: 100%;
  max-width: 1088px;
  border-top: 2px solid #2c3583;
  border-bottom: 2px solid #2c3583;
}
.accordion .ac {
  margin-top: 0;
  border: none;
}
.accordion .ac:not(:first-child) .ac-header {
  border-top: 1px solid #cccfe7;
}
@media (max-width: 992px) {
  .accordion .ac {
    font-size: 13px;
  }
}
.accordion .ac .ac-trigger {
  color: #2c3583;
  padding: 22px 40px 22px 0;
}
.accordion .ac .ac-trigger:not(:first-child) {
  border-top: 1px solid red;
}
.accordion .ac .ac-trigger:after {
  content: url(../assets/chevron-down.svg);
  transform-origin: center top;
}
.accordion .ac .ac-trigger:focus {
  color: inherit;
}
@media (max-width: 992px) {
  .accordion .ac .ac-trigger {
    font-size: 14px;
  }
}
.accordion .ac.is-active > .ac-header .ac-trigger::after {
  content: url(../assets/chevron-down.svg);
  transform: scaleY(-1) translate(0, -50%);
}
.accordion .ac .ac-panel .ac-text {
  text-align: left;
  color: #2c3583;
  padding: 10px 0 20px 0;
}
@media (max-width: 992px) {
  .accordion .ac .ac-panel .ac-text {
    font-size: 13px;
  }
}

.modal {
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  right: -9999px;
  position: fixed;
  overflow-y: auto;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transition: opacity 0.3s;
}
.modal .modal-container {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  width: 90%;
  max-width: 864px;
  padding: 40px 110px;
}
.modal .modal-container .close {
  position: absolute;
  top: -1px;
  right: -1px;
  cursor: pointer;
}
.modal .modal-container.center {
  text-align: center;
}
.modal .modal-container.center h1 {
  border: none;
}
.modal .modal-container.center .button {
  margin-top: 1rem;
}
.modal .modal-container.center .button:hover {
  color: #fff;
  background-color: #f34d57;
  border-color: #f34d57;
}
.modal.small {
  align-items: center;
}
.modal.small .modal-container {
  max-width: 640px;
}
.modal h1 {
  text-align: center;
  text-transform: uppercase;
  color: #2c3583;
  padding-bottom: 20px;
  border-bottom: 2px solid #2c3583;
  margin-bottom: 0.5rem;
}
.modal p {
  margin-bottom: 1rem;
}
.modal.show {
  right: auto;
  left: 0;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 992px) {
  .modal .modal-container {
    padding: 32px 30px;
  }
  .modal .modal-container h1 {
    font-size: 24px;
    padding-bottom: 20px;
  }
}

form {
  color: #222222;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0 10px;
}
form input,
form textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  color: #222222;
}
form ::placeholder {
  color: #999999;
}
form textarea {
  resize: none;
  height: 110px;
  padding: 15px 10px;
  line-height: normal;
}
form input {
  height: 40px;
  padding: 0 10px;
}
form .button {
  margin: 40px auto 0;
  width: 222px;
}
@media (max-width: 992px) {
  form .button .button {
    margin-top: 20px;
  }
}

.demoForm {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 10px;
}
.demoForm .inputGroup {
  width: calc(50% - 5px);
  flex: 1 1 auto;
}
.demoForm input,
.demoForm textarea {
  border: 1px solid #cccfe7;
  width: 100%;
}
.demoForm .fullWidth {
  flex-basis: 100%;
}
@media (max-width: 992px) {
  .demoForm .inputGroup {
    width: 100%;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha_notice {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 40px;
  color: darkgray;
  font-size: 11px;
}
.recaptcha_notice a {
  color: #2c3583;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

h1,
h2,
h3,
p {
  margin: 0;
  line-height: normal;
}

p {
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  font-weight: 700;
}

h2 {
  font-size: 2.7777777778vw;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (min-width: 1440px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

h3 {
  font-size: 1.9444444444vw;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  h3 {
    font-size: 24px;
  }
}

header {
  padding: 0 40px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
@media (max-width: 1200px) {
  header {
    height: 66px;
    padding: 0 20px;
  }
  header .logo {
    width: 107px;
  }
  header .button {
    display: none;
  }
}
header .rightNav {
  display: flex;
  align-items: center;
  gap: 0 32px;
}
header .lang {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
header .lang ul {
  list-style: none;
  display: flex;
  gap: 0 15px;
}
header .lang ul li a {
  text-decoration: none;
  color: #fff;
  position: relative;
}
header .lang ul li a:hover:after {
  transform: scaleX(1);
}
header .lang ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 0.3s;
}
header .lang ul li.active a {
  color: #f34d57;
  pointer-events: none;
}
header .lang ul li.active a:after {
  background-color: #f34d57;
  transform: scaleX(1);
}
header.white {
  background-color: #fff;
}
header.white .logo path:not(:last-child) {
  fill: #2c3583;
}
header.white .lang a {
  color: #2c3583;
}

section {
  position: relative;
  min-height: 100vh;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 64px;
  padding-top: 88px;
}
@media (max-width: 1200px) {
  section {
    padding: 0 20px;
    padding-top: 66px;
  }
}
@media (max-width: 992px) {
  section {
    min-height: 0;
  }
}
section.fullpageSection {
  transition: transform 0.8s ease-in-out;
}
section.fullpageSection.inactive {
  transform: translateY(100%);
  opacity: 0;
}

section.intro {
  align-items: center;
  background: url(../assets/section-bg1.jpg) no-repeat 50% 0;
  background-size: cover;
  text-align: center;
  padding-bottom: 23.6111111111vw;
}
@media (max-width: 992px) {
  section.intro {
    padding-bottom: 220px;
  }
}
section.intro video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
}
section.intro h1 {
  z-index: 1;
  position: relative;
  font-size: 3.6111111111vw;
  max-width: 1220px;
  margin-bottom: 20px;
  padding-top: 32px;
}
@media (min-width: 1440px) {
  section.intro h1 {
    font-size: 52px;
  }
}
@media (max-width: 1200px) {
  section.intro h1 {
    font-size: 31px;
  }
}
section.intro p {
  z-index: 1;
  position: relative;
  font-size: 20px;
  max-width: 954px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  section.intro p {
    font-size: 13px;
    padding: 0 20px;
  }
}
section.intro .dashboardPreview {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 20.7638888889vw;
  width: auto;
}
@media (max-width: 992px) {
  section.intro .dashboardPreview {
    width: 80%;
    height: auto;
  }
}

section.takois {
  background: url(../assets/section-bg2.jpg) no-repeat 50% 0;
  background-size: cover;
  justify-content: center;
  padding-bottom: 30px;
}
section.takois .content strong {
  color: #f34d57;
  font-weight: 600;
}
section.takois .content h3 {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  section.takois .content {
    text-align: center;
  }
  section.takois .content h2 {
    margin-bottom: 20px;
  }
  section.takois .content p {
    font-size: 13px;
  }
}

section.getstarted {
  background-color: #1f255c;
  align-items: center;
  text-align: center;
  min-height: 0;
  padding-bottom: 80px;
}
section.getstarted ul {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
  display: flex;
  width: 100%;
}
section.getstarted ul li {
  flex-basis: 33%;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding-bottom: 40px;
  position: relative;
}
section.getstarted ul li:not(:first-child) {
  border-left: 2px dashed rgba(255, 255, 255, 0.2);
}
section.getstarted ul li:not(:first-child):before {
  position: absolute;
  top: 50%;
  left: -30px;
  content: url(../assets/arrow.svg);
  transform: translateY(-50%);
}
section.getstarted ul li:last-child:before {
  transform: translateY(-60%) scaleY(-1);
}
@media (max-width: 992px) {
  section.getstarted ul {
    flex-direction: column;
    font-size: 13px;
    margin-bottom: 10px;
  }
  section.getstarted ul li {
    padding: 5px 0 30px 0;
  }
  section.getstarted ul li:not(:first-child) {
    border-left: none;
    border-top: 2px dashed rgba(255, 255, 255, 0.2);
    gap: 25px;
  }
  section.getstarted ul li:not(:first-child):before {
    content: none;
  }
  section.getstarted ul li img {
    width: 140px;
    height: auto;
  }
}
@media (max-width: 992px) {
  section.getstarted {
    padding-bottom: 60px;
  }
  section.getstarted h2 .highlight {
    display: block;
  }
}

section.faq {
  text-align: center;
  color: #2c3583;
  min-height: 0;
  padding-bottom: 80px;
}
section.faq h2 {
  color: #000;
}
section.faq p a {
  color: #f34d57;
  font-weight: 700;
}

section.contact {
  min-height: 0;
  padding-bottom: 80px;
  background-color: #f34d57;
  text-align: center;
}
section.contact .formContainer {
  background-color: #eff0f5;
  border-radius: 20px;
  max-width: 864px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 7.6388888889vw 60px;
  position: relative;
}
section.contact .formContainer:after {
  content: url(../assets/tip.svg);
  position: absolute;
  top: calc(100% - 20px);
  left: 0;
}

footer {
  background-color: #1f255c;
  color: #fff;
}
footer .container {
  padding: 40px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  footer .container {
    padding: 40px 20px;
  }
}
footer .logo {
  width: 200px;
  height: auto;
  margin-bottom: 40px;
}
footer .sitemap {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1.3px;
}
footer .sitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
footer .sitemap ul li:not(:first-child) {
  position: relative;
  margin-left: 20px;
}
footer .sitemap ul li:not(:first-child):before {
  position: absolute;
  top: 0;
  right: calc(100% + 20px);
  content: "";
  width: 1px;
  height: 13px;
  background-color: rgba(255, 255, 255, 0.6);
}
footer .sitemap ul a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 992px) {
  footer .sitemap {
    width: 100%;
  }
  footer .sitemap ul {
    flex-direction: column;
    align-items: center;
  }
  footer .sitemap ul li {
    padding: 20px 0;
    text-align: center;
    width: 100%;
  }
  footer .sitemap ul li:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
  }
  footer .sitemap ul li:not(:first-child):before {
    content: none;
  }
}
footer .copyright {
  width: 100%;
  background-color: #161b43;
  color: rgba(204, 207, 231, 0.6);
  font-size: 11px;
  font-weight: 400;
  padding: 20px;
  text-align: center;
}
footer .copyright a {
  color: rgba(204, 207, 231, 0.6);
}
footer .smallText {
  font-size: 11px;
  color: #fff;
  letter-spacing: 1.1px;
  font-weight: 400;
}
@media (max-width: 992px) {
  footer .smallText {
    margin-bottom: 10px;
  }
}
footer .socialMedia {
  list-style: none;
  display: flex;
  gap: 0 12px;
  margin: 0;
  margin-right: 14px;
  padding: 0;
}
@media (max-width: 992px) {
  footer .socialMedia {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.row {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 14px;
}
@media (max-width: 992px) {
  .row {
    flex-direction: column;
  }
}

.highlight {
  color: #f34d57;
}

.fp-watermark {
  display: none;
}

@media screen and (max-width: 630px) {
  .webOnly {
    display: none;
  }
}

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