/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  padding: 0; }

@font-face {
  font-family: 'Gordita';
  src: url("../fonts/Gordita-Thin/font.woff2") format("woff2"), url("../fonts/Gordita-Thin/font.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url("../fonts/Gordita-ThinItalic/font.woff2") format("woff2"), url("../fonts/Gordita-ThinItalic/font.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url("../fonts/Gordita-Light/font.woff2") format("woff2"), url("../fonts/Gordita-Light/font.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url("../fonts/Gordita-LightItalic/font.woff2") format("woff2"), url("../fonts/Gordita-LightItalic/font.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url("../fonts/Gordita-Regular/font.woff2") format("woff2"), url("../fonts/Gordita-Regular/font.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url("../fonts/Gordita-RegularItalic/font.woff2") format("woff2"), url("../fonts/Gordita-RegularItalic/font.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url("../fonts/Gordita-Medium/font.woff2") format("woff2"), url("../fonts/Gordita-Medium/font.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url("../fonts/Gordita-MediumItalic/font.woff2") format("woff2"), url("../fonts/Gordita-MediumItalic/font.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url("../fonts/Gordita-Bold/font.woff2") format("woff2"), url("../fonts/Gordita-Bold/font.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url("../fonts/Gordita-BoldItalic/font.woff2") format("woff2"), url("../fonts/Gordita-BoldItalic/font.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url("../fonts/Gordita-Black/font.woff2") format("woff2"), url("../fonts/Gordita-Black/font.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url("../fonts/Gordita-BlackItalic/font.woff2") format("woff2"), url("../fonts/Gordita-BlackItalic/font.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url("../fonts/Gordita-Ultra/font.woff2") format("woff2"), url("../fonts/Gordita-Ultra/font.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gordita';
  src: url("../fonts/Gordita-UltraItalic/font.woff2") format("woff2"), url("../fonts/Gordita-UltraItalic/font.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

/* Miscelaneous */
/* Shadow */
/* Border-radius */
.primary {
  color: #374fde; }

.grey-1 {
  color: #6A6A73; }

.grey-4 {
  color: #EEF1F4; }

.grey-5 {
  color: #F7F9FB; }

.grey-6 {
  color: #212123; }

.h2-plus {
  font-size: 48px;
  line-height: 54px;
  font-weight: 500; }
  @media (max-width: 767px) {
    .h2-plus {
      font-size: 32px;
      line-height: 40px; } }
.h2-slim {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400; }

.l12b {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500; }

.p16 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; }

.p16b {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-weight: 500; }

.p14 {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400; }

.p14b {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500; }

.l14b {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px; }

.l16b {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500; }

.p18 {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px; }

h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 32px;
      line-height: 40px; } }
h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px; }

.b {
  font-weight: bold; }

.hide-in-mobile {
  display: flex !important; }
  @media (max-width: 767px) {
    .hide-in-mobile {
      display: none !important; } }
.show-in-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .show-in-mobile {
      display: flex !important; } }
.uppercase {
  text-transform: uppercase; }

.card {
  box-shadow: 0px 25px 45px rgba(0, 0, 0, 0.06), 0px 4px 4px rgba(0, 0, 0, 0.02), 0px 0px 4px rgba(0, 0, 0, 0.04);
  border: 1px solid #B9BCC0; }

.hidden {
  display: none; }

.input-wrapper p {
  color: red;
  font-weight: 500;
  width: 80%; }

.max-width-wrapper {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }
  .max-width-wrapper.wide {
    max-width: 1480px; }
  @media (max-width: 767px) {
    .max-width-wrapper {
      padding-left: 24px;
      padding-right: 24px; } }
input {
  background: #ffffff;
  border: 1px solid #EEF1F4;
  border-radius: 4px;
  padding: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px; }

.legal .content li {
  list-style-type: disc;
  margin-left: 1.25rem;
  padding: 0em 0; }

::placeholder {
  color: #6A6A73; }

.lazy {
  opacity: 0; }
  .lazy.loaded {
    opacity: 1; }

@keyframes appearFromRightSmall {
  0% {
    transform: translateX(10%);
    opacity: 0; }
  20% {
    transform: translateX(10%);
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }

@keyframes appearFromRightLarge {
  0% {
    transform: translateX(30%);
    opacity: 0; }
  20% {
    transform: translateX(30%);
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }

@keyframes appearFromBottomSmall {
  0% {
    transform: translateY(10%);
    opacity: 0; }
  20% {
    transform: translateY(10%);
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }

@keyframes appearFromBottomLarge {
  0% {
    transform: translateY(30%);
    opacity: 0; }
  20% {
    transform: translateY(30%);
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }

* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: Gordita, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

html, body {
  font-family: Gordita, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  scroll-behavior: smooth;
  color: #000000;
  font-size: 13px;
  line-height: 24px; }

a:not(.btn) {
  cursor: pointer;
  color: #1A36DE;
  text-decoration: none; }
  a:not(.btn):hover {
    text-decoration: underline;
    color: #021DC1; }

main {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden; }

.content h1, .content h2, .content h3, .content h4 {
  display: block;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px; }

.content p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px; }

.content strong {
  font-weight: bold; }

.pricing .section {
  margin: 140px 0; }

.pricing .text-area {
  text-align: center;
  margin-bottom: 48px; }
  .pricing .text-area h2 {
    margin: 16px 0; }

.pricing .prices {
  display: flex;
  flex-direction: column;
  /* turn children ul elements into stacked rows */
  /* the legend column (first li within each row) */
  /* very first row */
  /* very last row */
  /* first and last cell within legend column */ }
  .pricing .prices .name {
    margin: 20px 0 16px 0; }
  .pricing .prices .checked {
    background: #3DC663;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 4px; }
    .pricing .prices .checked svg use {
      stroke: white; }
  .pricing .prices .unchecked {
    background: #D9DCDF;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 4px; }
    .pricing .prices .unchecked svg use {
      stroke: white; }
  .pricing .prices .popular {
    position: absolute;
    background: #E5EBFF;
    padding: 4px 8px;
    color: #374fde;
    border-radius: 4px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); }
  .pricing .prices ul.row {
    list-style: none;
    display: flex;
    /* turn children li elements into flex children */
    flex: 1;
    flex-wrap: nowrap; }
  .pricing .prices ul.row li {
    position: relative;
    background: #F7F9FB;
    flex: 1;
    padding: 12px 32px;
    border-bottom: 1px solid #EEF1F4;
    margin: 0 16px;
    width: 256px;
    min-width: 240px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .pricing .prices ul.row li .package-name {
      display: none; }
    .pricing .prices ul.row li a {
      margin: 16px 0; }
  .pricing .prices ul.row li.legend {
    background: none;
    margin: 0;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400; }
  .pricing .prices ul.row:last-of-type li {
    border-bottom: none; }
  .pricing .prices ul.row:first-of-type li.legend.legend {
    background: transparent;
    box-shadow: none; }

.pricing .extra .row {
  border-bottom: 1px solid #EEF1F4;
  padding: 16px 0;
  margin: 0 auto;
  max-width: 720px;
  display: flex;
  justify-content: space-between; }

.pricing .extra .info {
  margin-top: 32px;
  text-align: center; }

@media (max-width: 767px) {
  .pricing .section {
    margin: 20px 0 60px 0; }
  .pricing .prices ul.row {
    flex-wrap: wrap;
    margin-top: 32px; }
    .pricing .prices ul.row.packages li {
      margin-top: 32px; }
    .pricing .prices ul.row:first-of-type li.legend.legend {
      display: none; }
    .pricing .prices ul.row li {
      margin: 0;
      box-sizing: content-box; }
    .pricing .prices ul.row li.legend {
      background: #F7F9FB;
      font-weight: 500; }
    .pricing .prices ul.row.features li {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      min-width: 50%; }
      .pricing .prices ul.row.features li .package-name {
        display: block; } }

.contact .text-area {
  text-align: center;
  margin-bottom: 48px; }
  .contact .text-area h2 {
    margin: 16px 0; }

.contact .blocks {
  margin: 90px 0;
  display: flex;
  gap: 32px; }
  .contact .blocks .block {
    flex-grow: 1;
    flex-basis: 0;
    border: 1px solid #EEF1F4;
    padding: 32px; }
    .contact .blocks .block h4, .contact .blocks .block p {
      margin: 16px 0; }

.contact .employees {
  display: flex;
  gap: 32px;
  flex-wrap: wrap; }
  .contact .employees .employee {
    flex: 0 0 31%;
    background: #F7F9FB;
    padding: 32px; }
    .contact .employees .employee h4 {
      margin: 16px 0; }
    .contact .employees .employee img {
      width: 100px;
      height: 100px; }

.contact .team-section {
  margin-top: 160px; }

.contact .advisors-section {
  margin-top: 160px; }

@media (max-width: 767px) {
  .contact {
    margin: 180px auto 0px auto; }
    .contact .blocks {
      flex-direction: column;
      gap: 24px; }
    .contact .employees {
      flex-direction: column;
      gap: 24px; } }

.half-background-color.landing {
  width: 100%;
  position: relative; }
  @media (min-width: 768px) {
    .half-background-color.landing .color-block {
      position: absolute;
      right: 0;
      left: 50%;
      top: 0;
      bottom: 0;
      background: #ffd0b7;
      z-index: -1;
      opacity: 0; }
    .half-background-color.landing .right-side .large-img {
      opacity: 0; }
    .half-background-color.landing.in-view .color-block {
      animation: appearFromRightLarge 0.5s ease-out;
      animation-fill-mode: forwards; }
    .half-background-color.landing.in-view .right-side .large-img {
      animation: appearFromRightLarge 0.5s ease-out;
      animation-delay: 0.2s;
      animation-fill-mode: forwards; } }
  @media (max-width: 767px) {
    .half-background-color.landing {
      background: linear-gradient(to bottom, #ffd0b7 0%, #ffd0b7 85%, white 85%, white 100%); }
      .half-background-color.landing .color-block {
        display: none;
        visibility: hidden; } }
.full-background-color {
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .full-background-color {
      margin-bottom: 20px; } }
  .full-background-color.landing {
    width: 100%;
    position: relative; }
    @media (min-width: 768px) {
      .full-background-color.landing .color-block {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        background: #ffd0b7;
        z-index: -1;
        opacity: 0; }
      .full-background-color.landing.in-view .color-block {
        animation: appearFromRightLarge 0.5s ease-out;
        animation-fill-mode: forwards; } }
    @media (max-width: 767px) {
      .full-background-color.landing {
        background: linear-gradient(to bottom, #ffd0b7 0%, #ffd0b7 85%, white 85%, white 100%); }
        .full-background-color.landing .color-block {
          display: none;
          visibility: hidden; } }
.half-background-color.not-found {
  width: 100%;
  background: linear-gradient(to right, white 50%, #f8dbdb 50%);
  min-height: 100vh; }
  @media (max-width: 767px) {
    .half-background-color.not-found {
      background: white; } }
.not-found-content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  align-items: center;
  min-height: 100vh; }
  .not-found-content .left-side {
    max-width: 38%;
    margin-left: 66px; }
    .not-found-content .left-side h1 {
      max-width: 80%; }
    .not-found-content .left-side .description {
      font-size: 18px;
      line-height: 32px;
      margin-bottom: 50px; }
  .not-found-content .right-side {
    max-width: 35%; }
    .not-found-content .right-side img {
      max-width: 430px;
      max-width: 100%; }
  @media (max-width: 850px) {
    .not-found-content .left-side {
      margin-left: 0;
      max-width: 45%; }
      .not-found-content .left-side h1 {
        max-width: 100%; }
    .not-found-content .right-side {
      max-width: 43%; } }
  @media (max-width: 767px) {
    .not-found-content .right-side {
      display: none; }
    .not-found-content .left-side {
      max-width: 100%;
      width: 100%; }
      .not-found-content .left-side h1 {
        font-size: 32px !important;
        line-height: 40px !important;
        max-width: 60%; } }
.signup-final .wrapper {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex: 0 0 100%;
  align-items: stretch; }

.signup-final .left {
  padding: 32px;
  width: 50%;
  display: flex;
  justify-content: center; }
  .signup-final .left .container {
    display: flex;
    flex-direction: column;
    max-width: 328px;
    width: 60%;
    height: 100%;
    justify-content: center;
    position: relative; }
    .signup-final .left .container .logo {
      position: absolute;
      top: 0px;
      left: 0; }
    .signup-final .left .container h1 {
      margin-bottom: 32px; }
    .signup-final .left .container .quote-form {
      width: 100%; }
      .signup-final .left .container .quote-form form {
        margin-top: 24px; }
      .signup-final .left .container .quote-form label {
        display: none; }
      .signup-final .left .container .quote-form input {
        width: 100%;
        margin: 4px 0; }
      .signup-final .left .container .quote-form #quote-submit-button {
        margin-top: 24px; }

.signup-final .right {
  background: #f8dbdb;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .signup-final .right img {
    width: 80%; }

@media (max-width: 767px) {
  .signup-final .right {
    display: none; }
  .signup-final .left {
    width: 100%;
    padding: 16px; }
    .signup-final .left .container {
      width: 100%; } }

.header-section {
  height: 120px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transition: background-color 100ms, height 100ms; }
  .header-section.background-active {
    background-color: white;
    height: 72px;
    box-shadow: 0px 4px 4px rgba(176, 182, 193, 0.09), 0px 0px 25px rgba(176, 182, 193, 0.08); }
  .header-section .max-width-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header-section .dropdown-element {
    color: #1e1a36;
    font-size: 18px;
    line-height: 32px; }
  .header-section .left-side,
  .header-section .right-side {
    display: flex;
    align-items: center; }
  .header-section .right-side.desktop .header-link {
    color: black;
    font-size: 14px;
    line-height: 24px;
    margin-right: 32px; }
  .header-section .right-side.mobile {
    display: none; }
  .header-section .mobile-menu {
    display: none; }
  @media (max-width: 767px) {
    .header-section {
      height: 72px; }
      .header-section .right-side.desktop {
        display: none; }
      .header-section .right-side.mobile {
        display: inline-block; }
      .header-section .mobile-menu.is-active {
        display: block;
        position: fixed;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0;
        padding: 20px 24px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        background: white;
        display: flex;
        flex-direction: column; }
        .header-section .mobile-menu.is-active .upper-part {
          display: flex;
          justify-content: space-between; }
        .header-section .mobile-menu.is-active .middle-part {
          display: flex;
          flex-direction: column;
          margin-top: 58px; }
          .header-section .mobile-menu.is-active .middle-part .header-link {
            font-size: 24px;
            line-height: 32px;
            margin-bottom: 32px;
            color: black; }
        .header-section .mobile-menu.is-active .bottom-part {
          display: flex;
          margin-top: auto; }
          .header-section .mobile-menu.is-active .bottom-part button {
            margin-right: 16px; } }
html.mobile-menu-active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.hero-section {
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex; }
  .hero-section .left-side {
    min-width: 40%;
    padding-right: 30px; }
    .hero-section .left-side .description {
      font-size: 16px;
      line-height: 32px;
      color: black;
      margin-top: 24px; }
    .hero-section .left-side .buttons {
      margin-top: 40px;
      display: flex;
      align-items: center; }
      .hero-section .left-side .buttons input {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        margin-right: -6px; }
  .hero-section .right-side .images-wrapper {
    position: relative; }
    .hero-section .right-side .images-wrapper .large-img {
      max-height: 675px; }
  @media (max-width: 767px) {
    .hero-section {
      flex-direction: column;
      align-items: center;
      padding-top: 140px;
      padding-bottom: 20px; }
      .hero-section > * {
        text-align: center; }
      .hero-section .left-side {
        padding-right: 0; }
        .hero-section .left-side .buttons {
          flex-wrap: wrap;
          justify-content: center;
          gap: 8px; }
          .hero-section .left-side .buttons input, .hero-section .left-side .buttons button {
            width: 80%; }
          .hero-section .left-side .buttons input {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
            margin-right: 0; }
        .hero-section .left-side h1 {
          font-size: 32px !important;
          line-height: 40px !important; }
        .hero-section .left-side .description {
          font-size: 14px;
          line-height: 24px;
          color: #1e1a36; }
      .hero-section .right-side {
        max-width: 100%;
        margin-top: 35px; }
        .hero-section .right-side .images-wrapper .large-img {
          max-width: 100%; } }
.hero-section-simple {
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
  justify-content: center; }
  .hero-section-simple h1 {
    text-transform: capitalize; }
  @media (max-width: 767px) {
    .hero-section-simple {
      padding-top: 120px;
      padding-bottom: 100px; } }
.images-labels-section {
  padding-top: 250px;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 910px;
  position: relative; }
  .images-labels-section .content-wrapper {
    max-width: 545px; }
    .images-labels-section .content-wrapper .description {
      margin-top: 30px;
      max-width: 85%;
      font-size: 16px;
      line-height: 32px;
      color: #1e1a36; }
  .images-labels-section .images-labels-group-wrapper-mobile {
    height: 100%;
    min-height: 375px;
    width: 100%;
    position: relative;
    min-width: 330px;
    display: none; }
  .images-labels-section .image-labels-group {
    position: absolute; }
    .images-labels-section .image-labels-group.group-desktop {
      display: block; }
    .images-labels-section .image-labels-group.group-mobile {
      display: none; }
    @media (max-width: 767px) {
      .images-labels-section .image-labels-group.group-desktop {
        display: none; }
      .images-labels-section .image-labels-group.group-mobile {
        display: block; } }
    .images-labels-section .image-labels-group.group-left.group-desktop {
      left: 0;
      top: 160px; }
      .images-labels-section .image-labels-group.group-left.group-desktop img {
        max-width: 265px; }
      .images-labels-section .image-labels-group.group-left.group-desktop .time-label {
        top: 50%;
        right: -34%; }
      .images-labels-section .image-labels-group.group-left.group-desktop .position-label {
        bottom: 30px;
        right: -20%; }
    .images-labels-section .image-labels-group.group-left.group-mobile {
      bottom: 0;
      top: unset;
      left: -24px; }
      .images-labels-section .image-labels-group.group-left.group-mobile img {
        max-width: 180px; }
      .images-labels-section .image-labels-group.group-left.group-mobile .time-label {
        left: 55px;
        top: 10%; }
      .images-labels-section .image-labels-group.group-left.group-mobile .position-label {
        left: 55px;
        top: 40%; }
    .images-labels-section .image-labels-group.group-middle.group-desktop {
      bottom: 0;
      left: 60%; }
      .images-labels-section .image-labels-group.group-middle.group-desktop img {
        max-width: 280px; }
      .images-labels-section .image-labels-group.group-middle.group-desktop .time-label {
        top: 30px;
        right: -25%; }
      .images-labels-section .image-labels-group.group-middle.group-desktop .position-label {
        bottom: 15px;
        left: -12%; }
    .images-labels-section .image-labels-group.group-middle.group-mobile {
      bottom: unset;
      top: 0;
      right: -24px;
      left: unset; }
      .images-labels-section .image-labels-group.group-middle.group-mobile img {
        max-width: 150px; }
      .images-labels-section .image-labels-group.group-middle.group-mobile .time-label {
        right: -55%;
        top: 20px; }
      .images-labels-section .image-labels-group.group-middle.group-mobile .position-label {
        left: -25px;
        bottom: 15px; }
    .images-labels-section .image-labels-group.group-right.group-desktop {
      right: 0;
      top: 193px; }
      .images-labels-section .image-labels-group.group-right.group-desktop img {
        max-width: 245px; }
      .images-labels-section .image-labels-group.group-right.group-desktop .time-label {
        top: 30px;
        left: -20%; }
      .images-labels-section .image-labels-group.group-right.group-desktop .position-label {
        left: 45px;
        bottom: -11%; }
    .images-labels-section .image-labels-group.group-right.group-mobile {
      bottom: 0;
      top: unset;
      right: -24px;
      left: unset; }
      .images-labels-section .image-labels-group.group-right.group-mobile img {
        max-width: 180px; }
      .images-labels-section .image-labels-group.group-right.group-mobile .position-label {
        left: 24px;
        bottom: 0;
        transform: translateY(50%); }
  @media (max-width: 1337px) {
    .images-labels-section {
      padding-top: 200px;
      justify-content: flex-start; }
      .images-labels-section .image-labels-group.group-left.group-desktop {
        bottom: 0;
        top: unset; } }
  @media (max-width: 835px) {
    .images-labels-section .image-labels-group.group-right .label.large-label.time-label {
      top: 10px;
      right: -30px;
      left: unset;
      transform: translateX(0); } }
  @media (max-width: 767px) {
    .images-labels-section {
      min-height: unset;
      padding-top: 40px;
      flex-direction: column;
      display: flex; }
      .images-labels-section .images-labels-group-wrapper-mobile {
        display: block; }
      .images-labels-section .content-wrapper {
        max-width: 100%;
        margin-bottom: 24px; }
        .images-labels-section .content-wrapper .description {
          max-width: 100%; }
        .images-labels-section .content-wrapper h1 {
          font-size: 32px !important;
          line-height: 40px !important; } }
  @media (max-width: 370px) {
    .images-labels-section .images-labels-group-wrapper-mobile {
      min-width: 306px; }
      .images-labels-section .images-labels-group-wrapper-mobile .image-labels-group.group-left.group-mobile {
        left: -48px; } }
.title-image-section {
  padding-top: 95px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .title-image-section h1 {
    max-width: 545px;
    padding-right: 165px; }
  .title-image-section .large-img {
    max-width: 100%;
    min-width: 500px; }
  .title-image-section .small-img {
    max-width: 45%;
    transform: translateX(50px) translateY(-30px); }
  @media (max-width: 767px) {
    .title-image-section h1 {
      font-size: 32px !important;
      line-height: 40px !important;
      padding-right: 0;
      max-width: 85%;
      margin-right: auto; }
    .title-image-section .small-img {
      transform: translateX(0px) translateY(-10px);
      max-width: 90%; }
    .title-image-section .large-img {
      margin-top: 24px; } }
.steps-section {
  display: flex;
  flex-direction: column;
  padding-top: 120px;
  margin-top: -120px; }
  .steps-section .text-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .steps-section .text-area h1 {
      max-width: 50%;
      width: 100%; }
    .steps-section .text-area .description {
      color: #6A6A73;
      font-size: 16px;
      line-height: 32px;
      width: 100%;
      margin-left: 105px; }
  .steps-section .steps-area {
    display: flex;
    justify-content: space-between;
    padding-top: 110px; }
    .steps-section .steps-area .image-side {
      min-height: 520px;
      max-width: 50%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .steps-section .steps-area .image-side.orange {
        background: #ffd0b7; }
      .steps-section .steps-area .image-side.blue {
        background: #cdd8ff; }
      .steps-section .steps-area .image-side.green {
        background: #e9f4f6; }
      .steps-section .steps-area .image-side.pink {
        background: #f8dbdb; }
      .steps-section .steps-area .image-side img {
        max-width: 130%;
        transform: translate(-10%, 20%); }
    .steps-section .steps-area .steps-side {
      width: 100%;
      margin-left: 105px;
      padding-top: 20px; }
  @media (max-width: 1275px) {
    .steps-section .steps-area .image-side img {
      transform: translate(-2%, 20%); } }
  @media (max-width: 767px) {
    .steps-section .text-area {
      flex-direction: column; }
      .steps-section .text-area h1 {
        font-size: 32px !important;
        line-height: 40px !important;
        max-width: 100%; }
      .steps-section .text-area .description {
        margin-left: 0; }
    .steps-section .steps-area {
      padding-top: 40px;
      flex-direction: column; }
      .steps-section .steps-area .image-side {
        max-width: 100%;
        min-height: 300px; }
        .steps-section .steps-area .image-side img {
          transform: translate(-2%, 20%); }
      .steps-section .steps-area .steps-side {
        margin-left: 0; } }
  @media (max-width: 400px) {
    .steps-section {
      padding-top: 80px; } }
.grid-section {
  display: flex;
  flex-direction: column;
  padding-top: 150px; }
  .grid-section .text-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .grid-section .text-area h1 {
      max-width: 50%;
      width: 100%; }
    .grid-section .text-area .description {
      color: #6A6A73;
      font-size: 16px;
      line-height: 32px;
      width: 100%;
      margin-left: 105px; }
  .grid-section .grid-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 33px;
    grid-row-gap: 24px;
    margin-top: 88px; }
  @media (max-width: 767px) {
    .grid-section .text-area {
      flex-direction: column; }
      .grid-section .text-area h1 {
        max-width: 100%;
        font-size: 32px !important;
        line-height: 40px !important; }
      .grid-section .text-area .description {
        margin-left: 0; }
    .grid-section .grid-area {
      display: flex;
      flex-direction: column;
      margin-top: 32px; }
      .grid-section .grid-area .feature-wrapper {
        margin-bottom: 24px; } }
.cta-grid-section {
  display: flex;
  margin-top: 180px; }
  .cta-grid-section .cta-area {
    max-width: 40%; }
    .cta-grid-section .cta-area .description {
      margin-top: 24px;
      font-size: 18px;
      line-height: 32px; }
    .cta-grid-section .cta-area button {
      margin-top: 30px; }
  .cta-grid-section .grid-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 85px;
    margin-left: 140px;
    max-width: 50%; }
  .cta-grid-section .card-wrapper h4 {
    margin: 16px 0; }
  @media (max-width: 767px) {
    .cta-grid-section {
      flex-direction: column;
      margin-top: 120px; }
      .cta-grid-section .cta-area {
        flex-direction: column;
        max-width: 100%; }
        .cta-grid-section .cta-area .description {
          margin-left: 0;
          font-size: 16px;
          line-height: 32px; }
      .cta-grid-section .grid-area {
        display: flex;
        flex-direction: column;
        margin-top: 32px;
        margin-left: 0;
        max-width: 100%; } }
.cta-images-section {
  display: flex;
  flex-direction: column;
  padding-top: 180px;
  margin-bottom: 225px; }
  .cta-images-section .cta-area {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .cta-images-section .cta-area h1 {
      max-width: 30%;
      margin-bottom: 0; }
    .cta-images-section .cta-area .description {
      max-width: 40%;
      font-size: 18px;
      line-height: 32px;
      color: #6A6A73; }
    .cta-images-section .cta-area button {
      max-width: 25%; }
  .cta-images-section .images-area {
    margin-top: 105px;
    height: 440px;
    width: 100%;
    background: #cdd8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .cta-images-section .images-area .title {
      font-size: 24px;
      line-height: 42px;
      position: absolute;
      left: 40%;
      max-width: 40%;
      top: 100px; }
    .cta-images-section .images-area .image-label-group {
      position: absolute;
      display: flex;
      flex-direction: column; }
      .cta-images-section .images-area .image-label-group .label {
        font-size: 16px;
        line-height: 32px;
        font-weight: normal;
        position: relative;
        margin-top: 24px; }
      .cta-images-section .images-area .image-label-group.group-left {
        left: 64px;
        top: -33px; }
        .cta-images-section .images-area .image-label-group.group-left img {
          max-width: 267px; }
      .cta-images-section .images-area .image-label-group.group-right {
        left: 40%;
        bottom: -100px; }
        .cta-images-section .images-area .image-label-group.group-right img {
          max-width: 344px; }
  @media (max-width: 920px) {
    .cta-images-section .images-area .image-label-group.group-left {
      left: 0px; } }
  @media (max-width: 767px) {
    .cta-images-section {
      padding-top: 0;
      flex-direction: column-reverse;
      margin-bottom: 40px; }
      .cta-images-section .cta-area {
        flex-direction: column;
        align-items: flex-start; }
        .cta-images-section .cta-area h1 {
          max-width: 100%;
          font-size: 32px !important;
          line-height: 40px !important; }
        .cta-images-section .cta-area .description {
          max-width: 100%;
          font-size: 16px;
          line-height: 32px;
          margin-top: 24px; }
        .cta-images-section .cta-area button {
          max-width: 100%;
          margin-top: 24px; }
      .cta-images-section .images-area {
        margin-top: 40px;
        margin-bottom: 80px;
        height: 400px; }
        .cta-images-section .images-area .title {
          display: none; }
        .cta-images-section .images-area .image-label-group .label {
          display: none; }
        .cta-images-section .images-area .image-label-group.group-left {
          left: -30px;
          top: -33px;
          max-width: 45%; }
          .cta-images-section .images-area .image-label-group.group-left img {
            max-width: 100%; }
        .cta-images-section .images-area .image-label-group.group-right {
          right: -30px;
          bottom: -40px;
          max-width: 60%;
          left: unset; }
          .cta-images-section .images-area .image-label-group.group-right img {
            max-width: 100%; } }
  @media (max-width: 600px) {
    .cta-images-section .images-area {
      height: 300px; } }
  @media (max-width: 500px) {
    .cta-images-section .images-area {
      height: 230px; }
      .cta-images-section .images-area .image-label-group.group-left {
        max-width: 50%; }
      .cta-images-section .images-area .image-label-group.group-right {
        max-width: 60%; } }
  @media (max-width: 400px) {
    .cta-images-section .images-area {
      height: 170px; } }
.footer {
  margin-top: 120px;
  width: 100%;
  background: #212123; }

.footer-section {
  padding-top: 40px;
  padding-bottom: 50px;
  color: white;
  min-height: 565px;
  display: flex;
  flex-direction: column; }
  .footer-section svg use {
    fill: white; }
  .footer-section .nav-menu-area {
    display: flex;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .footer-section .nav-menu-area a {
      color: white;
      font-size: 16px;
      line-height: 32px;
      margin-right: 32px; }
      .footer-section .nav-menu-area a:hover {
        color: #ffd0b7; }
      .footer-section .nav-menu-area a.is-active {
        color: #ffd0b7; }
  .footer-section .columns-area {
    padding-top: 40px;
    display: flex; }
    .footer-section .columns-area .column {
      display: flex;
      flex-direction: column;
      width: 33%; }
      .footer-section .columns-area .column h4 {
        color: #6A6A73;
        margin-bottom: 32px; }
      .footer-section .columns-area .column a {
        margin-bottom: 8px;
        color: white;
        font-size: 18px;
        line-height: 40px; }
        .footer-section .columns-area .column a:hover {
          color: #cdd8ff; }
    .footer-section .columns-area .social-links {
      display: flex;
      flex-direction: row;
      gap: 24px; }
  .footer-section .bottom-area {
    margin-top: auto;
    display: flex;
    align-items: center; }
    .footer-section .bottom-area .copyright-text-desktop {
      font-size: 11px;
      line-height: 16px;
      display: inline-block; }
    .footer-section .bottom-area .copyright-text-mobile {
      font-size: 14px;
      line-height: 24px;
      color: #ffffff;
      opacity: 0.5;
      display: none; }
  @media (max-width: 767px) {
    .footer-section {
      padding-bottom: 32px; }
      .footer-section .columns-area {
        display: flex;
        flex-direction: column;
        gap: 48px; }
        .footer-section .columns-area .column {
          width: 100%; }
      .footer-section .bottom-area {
        margin-top: 24px; }
        .footer-section .bottom-area .home-button-wrapper {
          display: none; }
        .footer-section .bottom-area .copyright-text-desktop {
          display: none; }
        .footer-section .bottom-area .copyright-text-mobile {
          display: block; } }
.one-third-grid-section {
  margin-top: 180px; }
  .one-third-grid-section .text-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row; }
    .one-third-grid-section .text-area .description {
      max-width: 40%; }
  .one-third-grid-section .grid-area {
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 33px; }
    .one-third-grid-section .grid-area .box {
      display: flex;
      flex-direction: row;
      background: #E4F5F9;
      padding: 32px;
      justify-content: space-between;
      gap: 24px; }
      .one-third-grid-section .grid-area .box > div {
        flex-grow: 1;
        flex-basis: 0;
        min-width: 0; }
      .one-third-grid-section .grid-area .box .dot {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #1e1a36;
        width: 40px;
        height: 40px;
        color: #ffffff;
        border-radius: 50%;
        line-height: 40px;
        margin-bottom: 24px; }
      .one-third-grid-section .grid-area .box h4 {
        margin-bottom: 8px; }
      .one-third-grid-section .grid-area .box .description {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #212123; }
      .one-third-grid-section .grid-area .box .image-area {
        overflow: hidden; }
        .one-third-grid-section .grid-area .box .image-area img {
          max-height: 350px; }
    .one-third-grid-section .grid-area .one {
      grid-column: 1 / 3; }
      .one-third-grid-section .grid-area .one .image-area {
        margin-top: -10%; }
    .one-third-grid-section .grid-area .two {
      grid-column: 3 / 3; }
    .one-third-grid-section .grid-area .three {
      grid-column: 1 / 1; }
    .one-third-grid-section .grid-area .four {
      grid-column: 2 / 4; }
      .one-third-grid-section .grid-area .four .image-area {
        margin-bottom: -10%; }
  @media (max-width: 767px) {
    .one-third-grid-section {
      margin-top: 120px; }
      .one-third-grid-section .text-area {
        flex-direction: column;
        align-items: flex-start; }
        .one-third-grid-section .text-area h2 {
          margin-bottom: 24px; }
        .one-third-grid-section .text-area .description {
          max-width: 100%;
          margin-left: 0; }
      .one-third-grid-section .grid-area {
        margin-top: 32px;
        display: flex;
        flex-direction: column; }
        .one-third-grid-section .grid-area .box {
          display: flex;
          flex-direction: column; }
          .one-third-grid-section .grid-area .box .image-area {
            width: 100%;
            overflow: hidden;
            margin: 0;
            flex-basis: auto;
            margin-bottom: -20%; }
            .one-third-grid-section .grid-area .box .image-area img {
              max-width: 100%; } }
.cta-section {
  margin-top: 180px;
  background: #E5EBFF;
  padding: 72px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px; }
  .cta-section h2 {
    margin-bottom: 24px; }
  .cta-section .p18 {
    margin-bottom: 40px; }
  .cta-section > div {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0; }
  .cta-section .image-area {
    margin-top: -10%;
    overflow: hidden; }
    .cta-section .image-area img {
      max-height: 450px; }
  @media (max-width: 767px) {
    .cta-section {
      flex-direction: column;
      margin-top: 120px;
      padding: 32px; }
      .cta-section .image-area {
        margin: 24px 0 -20% 0;
        width: 100%;
        overflow: hidden;
        flex-basis: auto; }
      .cta-section img {
        max-width: 100%; } }
.trust {
  margin-top: 180px; }
  .trust .logos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 88px; }
    .trust .logos img {
      animation: appearFromBottomSmall 0.5s ease-out;
      animation-fill-mode: forwards; }
  @media (max-width: 767px) {
    .trust {
      margin-top: 64px; }
      .trust .logos {
        padding: 20px 0;
        gap: 40px; } }
.quote {
  display: flex;
  flex-direction: column;
  margin-top: 120px; }
  .quote.align-right .row {
    flex-direction: row-reverse; }
    .quote.align-right .row .left .image-area {
      margin-right: -30%;
      text-align: right; }
  .quote .row {
    display: flex;
    justify-content: space-between;
    gap: 24px; }
    .quote .row .left, .quote .row .right {
      padding: 72px;
      width: 50%; }
    .quote .row .long-text {
      width: 60%;
      margin: 72px auto 0; }
    .quote .row .left {
      background: #EEF1F4; }
      .quote .row .left .image-area {
        margin-left: -35%;
        overflow: hidden; }
        .quote .row .left .image-area img {
          max-height: 400px; }
    .quote .row .right h2 {
      margin-bottom: 32px; }
    .quote .row .right .short-text {
      margin-bottom: 24px; }
    .quote .row .right .author {
      gap: 16px;
      align-items: center; }
      .quote .row .right .author .image img {
        width: 56px;
        height: 56px; }

@media (max-width: 767px) {
  .quote {
    margin-top: 64px;
    flex-direction: column; }
    .quote.align-right .row {
      flex-direction: column; }
      .quote.align-right .row .left .image-area {
        margin-right: -10%; }
    .quote .row {
      flex-direction: column; }
      .quote .row .left, .quote .row .right {
        padding: 32px;
        width: 100%; }
        .quote .row .left .image-area, .quote .row .right .image-area {
          padding: 32px 0;
          margin-left: -10%; }
          .quote .row .left .image-area img, .quote .row .right .image-area img {
            max-width: 100%; }
      .quote .row .long-text {
        margin-top: 32px;
        padding: 32px;
        width: 100%; } }

.sided-image-area .block {
  display: flex;
  flex-direction: column;
  margin-top: 120px;
  width: 100%; }
  .sided-image-area .block.align-right .row {
    flex-direction: row-reverse; }
    .sided-image-area .block.align-right .row .left .image-area {
      margin-left: 0;
      margin-right: -30%; }
  .sided-image-area .block .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px; }
    .sided-image-area .block .row .left, .sided-image-area .block .row .right {
      padding: 0 72px;
      width: 50%; }
    .sided-image-area .block .row .feature-row {
      margin-bottom: 16px;
      display: flex;
      gap: 16px; }
      .sided-image-area .block .row .feature-row .content {
        width: 100%; }
        .sided-image-area .block .row .feature-row .content h4 {
          margin: 0 0 4px 0; }
    .sided-image-area .block .row .left {
      background: #EEF1F4; }
      .sided-image-area .block .row .left .image-area {
        padding: 72px 0;
        margin-left: -35%; }
    .sided-image-area .block .row .right h2 {
      margin-bottom: 32px; }
    .sided-image-area .block .row .right .short-text {
      margin-bottom: 24px; }

@media (max-width: 767px) {
  .sided-image-area .block {
    margin-top: 64px;
    flex-direction: column; }
    .sided-image-area .block.align-right .row {
      flex-direction: column; }
      .sided-image-area .block.align-right .row .left .image-area {
        margin-right: -10%; }
    .sided-image-area .block .row {
      flex-direction: column; }
      .sided-image-area .block .row .left, .sided-image-area .block .row .right {
        padding: 0;
        width: 100%; }
        .sided-image-area .block .row .left .image-area, .sided-image-area .block .row .right .image-area {
          padding: 32px 0;
          margin-left: -10%; }
          .sided-image-area .block .row .left .image-area img, .sided-image-area .block .row .right .image-area img {
            max-width: 100%; } }

.functionalities {
  margin: 180px auto 100px auto; }
  .functionalities .text-area {
    text-align: center;
    margin-bottom: 48px; }
    .functionalities .text-area h2 {
      margin: 16px 0; }
  .functionalities .blocks {
    display: flex;
    gap: 32px; }
    .functionalities .blocks .block {
      background: #F7F9FB;
      padding: 32px; }
      .functionalities .blocks .block h4 {
        margin: 16px 0; }

@media (max-width: 767px) {
  .functionalities {
    margin: 180px auto 0px auto; }
    .functionalities .blocks {
      flex-direction: column;
      gap: 24px; } }

.benefits {
  margin-top: 180px; }
  .benefits .text-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row; }
    .benefits .text-area .description {
      max-width: 40%; }
  .benefits .grid-area {
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 33px; }
    .benefits .grid-area .box {
      display: flex;
      flex-direction: row;
      background: #E4F5F9;
      padding: 32px;
      justify-content: space-between;
      gap: 24px; }
      .benefits .grid-area .box ul {
        list-style-type: disc;
        margin-top: 20px;
        margin-left: 14px; }
      .benefits .grid-area .box > div {
        flex-grow: 1;
        flex-basis: 0;
        min-width: 0; }
      .benefits .grid-area .box .dot {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #1e1a36;
        width: 40px;
        height: 40px;
        color: #ffffff;
        border-radius: 50%;
        line-height: 40px;
        margin-bottom: 24px; }
      .benefits .grid-area .box h4 {
        margin-bottom: 24px; }
      .benefits .grid-area .box .description {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #212123; }
      .benefits .grid-area .box .image-area {
        overflow: hidden; }
        .benefits .grid-area .box .image-area img {
          max-height: 350px; }
    .benefits .grid-area .one {
      grid-column: 1 / 3; }
    .benefits .grid-area .two {
      grid-column: 3 / 3; }
      .benefits .grid-area .two .image-area {
        margin-bottom: -10%; }
  @media (max-width: 767px) {
    .benefits {
      margin-top: 120px; }
      .benefits .text-area {
        flex-direction: column;
        align-items: flex-start; }
        .benefits .text-area h2 {
          margin-bottom: 24px; }
        .benefits .text-area .description {
          max-width: 100%;
          margin-left: 0; }
      .benefits .grid-area {
        margin-top: 32px;
        display: flex;
        flex-direction: column; }
        .benefits .grid-area .box {
          display: flex;
          flex-direction: column; }
          .benefits .grid-area .box .image-area {
            width: 100%;
            overflow: hidden;
            margin: 0;
            flex-basis: auto;
            margin-bottom: -20%; }
            .benefits .grid-area .box .image-area img {
              max-width: 100%; } }
.faq {
  margin: 180px auto 100px auto; }
  .faq .text-area {
    text-align: center;
    margin-bottom: 48px; }
    .faq .text-area h2 {
      margin: 16px 0; }
  .faq .questions-area {
    border-top: 1px solid #EEF1F4;
    width: 660px; }
    .faq .questions-area .question {
      padding: 16px 0;
      border-bottom: 1px solid #EEF1F4; }
      .faq .questions-area .question .visible {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .faq .questions-area .question .visible svg {
          margin-left: 16px;
          flex-shrink: 0; }
      .faq .questions-area .question h2 {
        color: #212123; }
      .faq .questions-area .question .answer {
        margin-top: 16px; }
        .faq .questions-area .question .answer.hidden {
          display: none; }

@media (max-width: 767px) {
  .faq {
    margin: 180px auto 0px auto; }
    .faq .questions-area {
      width: 100%; } }

.cc-window {
  position: fixed;
  font-size: 13px;
  line-height: 24px;
  display: flex;
  z-index: 9999;
  background: #F7F9FB;
  color: #6A6A73;
  box-shadow: 0px 25px 45px rgba(106, 106, 115, 0.12), 0px 4px 4px rgba(106, 106, 115, 0.09);
  margin-left: 15%;
  margin-right: 15%;
  padding: 24px;
  flex-direction: row;
  bottom: 1em;
  gap: 16px; }
  @media (max-width: 767px) {
    .cc-window {
      flex-direction: column;
      margin-left: 24px;
      margin-right: 24px; } }
.consent-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: none;
  background: rgba(0, 0, 0, 0.25);
  z-index: 999999;
  overflow: auto; }
  .consent-overlay.active {
    display: flex; }
  .consent-overlay > div {
    opacity: 1;
    background: white;
    padding: 4.3rem;
    margin: auto;
    cursor: initial; }
    .consent-overlay > div > div {
      max-width: 29.385rem;
      display: flex;
      align-items: flex-start;
      margin-bottom: 1rem; }
      .consent-overlay > div > div:last-child {
        margin: 0; }
  .consent-overlay .cookie-icon {
    min-width: 32px;
    margin-right: 16px;
    margin-top: 5px; }
  .consent-overlay input[type=checkbox] {
    margin-top: 6px;
    margin-right: 16px; }
  .consent-overlay .cookie-actions {
    margin-top: 24px; }
    .consent-overlay .cookie-actions .btn {
      font-weight: 500; }
    .consent-overlay .cookie-actions .secondary {
      background: #ffffff;
      box-shadow: none;
      border: none;
      font-weight: 400; }
  .consent-overlay .cc-message {
    color: #6A6A73;
    font-size: 13px;
    line-height: 24px; }
  .consent-overlay .cc-link {
    text-decoration-line: underline; }
  .consent-overlay h3 {
    padding-top: 0; }
  .consent-overlay input {
    margin-top: 0.3rem; }
  .consent-overlay label {
    display: block; }
  .consent-overlay .btn {
    margin-right: 0.5rem; }
  .consent-overlay button.btn.save-consent {
    background: rgba(0, 0, 0, 0.6);
    font-weight: normal; }
  @media (max-width: 767px) {
    .consent-overlay {
      padding: 1.75rem 1rem; } }
.cc-settings {
  position: fixed;
  font-size: 13px;
  line-height: 24px;
  display: flex;
  z-index: 9999;
  background: #F7F9FB;
  color: #6A6A73;
  box-shadow: 0px 25px 45px rgba(106, 106, 115, 0.12), 0px 4px 4px rgba(106, 106, 115, 0.09);
  border-radius: 0.25rem;
  margin-left: 1%;
  margin-right: 15%;
  padding: 12px;
  flex-direction: row;
  bottom: 1em;
  gap: 16px; }
  @media (max-width: 767px) {
    .cc-settings {
      flex-direction: column;
      margin-left: 24px;
      margin-right: 24px; } }
a.cc-btn {
  display: block;
  background: #374fde;
  color: #ffffff;
  white-space: nowrap;
  border-radius: 6px;
  padding: 12px 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
  transition: background-color 300ms ease 0s, border-color 300ms cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  a.cc-btn:hover {
    text-decoration: none;
    color: #ffffff;
    background: #1A36DE; }

.tags-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  margin-bottom: 200px; }
  .tags-selector .tag {
    border-radius: 6px;
    padding: 12px 16px;
    color: black;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap; }
    .tags-selector .tag:hover, .tags-selector .tag.active {
      background: white;
      text-decoration: none;
      font-weight: 500;
      color: black; }
  @media (max-width: 767px) {
    .tags-selector {
      overflow-x: auto;
      justify-content: left; } }
.single-post .min-height {
  min-height: 500px; }

.single-post .post {
  background: #ffffff;
  width: 100%;
  margin-top: -300px;
  padding: 80px; }
  .single-post .post .header {
    margin-bottom: 40px; }
  .single-post .post .content {
    color: #212123;
    position: relative; }
    .single-post .post .content > img, .single-post .post .content > p img {
      display: block;
      margin: 32px 0;
      max-width: 100%;
      width: 75%; }
    .single-post .post .content > p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400; }
    .single-post .post .content > ul {
      margin-bottom: 16px;
      list-style-type: circle; }
    .single-post .post .content ul:not(.no-bullet) > li {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      margin-left: 1.33rem;
      margin-bottom: 14px; }
    .single-post .post .content > h2 {
      font-size: 24px;
      line-height: 32px;
      font-weight: 400;
      margin: 40px 0; }
      .single-post .post .content > h2 strong {
        font-weight: 500; }
    .single-post .post .content > h3 {
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px; }
    .single-post .post .content .cta-section {
      margin: 80px -80px 0 -80px; }
  .single-post .post .footer {
    background: #F7F9FB;
    padding: 32px;
    display: flex;
    gap: 32px; }
    .single-post .post .footer .date {
      margin-top: 8px;
      font-size: 13px;
      line-height: 24px;
      font-weight: 400; }
    .single-post .post .footer h2 {
      font-size: 18px;
      line-height: 24px; }
    .single-post .post .footer .author-image {
      width: 56px;
      border-radius: 50%; }
  .single-post .post .share-icons {
    position: absolute;
    top: 0;
    left: -140px;
    bottom: 0; }
    .single-post .post .share-icons .wrapper {
      position: sticky;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .single-post .post .share-icons .wrapper a {
        margin-bottom: 1rem;
        padding: 0.5rem; }
  .single-post .post .tags {
    margin-bottom: 40px; }
  .single-post .post .title {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px; }
    @media (max-width: 767px) {
      .single-post .post .title {
        font-size: 32px;
        line-height: 40px; } }
  .single-post .post .tag {
    text-transform: capitalize;
    background: #E6EBFF;
    border-radius: 4px;
    padding: 4px 8px;
    color: #374FDE; }

.single-post table th, .single-post table td {
  text-align: left;
  border: 1px solid;
  padding: 0.5rem; }

.single-post table th {
  font-weight: 700; }

@media (max-width: 767px) {
  .single-post .min-height {
    min-height: 80px; }
  .single-post .post {
    padding: 24px;
    margin-top: 0; }
    .single-post .post .content .cta-section {
      margin: 60px 0 60px 0; } }

.posts {
  display: flex;
  flex-direction: row;
  gap: 56px;
  width: 100%;
  flex-wrap: wrap; }
  .posts .post {
    flex: 0 0 30%; }
    .posts .post .image {
      position: relative;
      height: 300px;
      box-shadow: 0px 25px 45px rgba(0, 0, 0, 0.06), 0px 4px 4px rgba(0, 0, 0, 0.02), 0px 0px 4px rgba(0, 0, 0, 0.04);
      background-position: center; }
      .posts .post .image .tags {
        overflow: hidden;
        position: absolute;
        bottom: 24px;
        left: 24px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        flex-direction: row;
        align-items: center; }
        .posts .post .image .tags .tag {
          text-transform: capitalize;
          background: #E6EBFF;
          border-radius: 4px;
          padding: 4px 8px;
          color: #374FDE; }
    .posts .post .content a {
      color: black; }
    .posts .post .content a:hover {
      text-decoration: none; }
  @media (max-width: 767px) {
    .posts {
      flex-direction: column;
      gap: 48px; }
      .posts h2 {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px; }
      .posts p {
        font-size: 13px;
        line-height: 24px;
        font-weight: 400; } }
.pagination {
  margin-top: 32px; }
  .pagination ul {
    display: flex; }
    .pagination ul li {
      padding: 10px; }
      .pagination ul li a, .pagination ul li a:hover {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #000000;
        text-decoration: none;
        font-weight: bold; }
      .pagination ul li .primary {
        background: #E6EBFF;
        border-radius: 4px;
        padding: 6px 12px;
        color: #374fde; }

.featured-wrapper {
  display: flex;
  flex-direction: row;
  gap: 56px;
  margin-top: -200px;
  margin-bottom: 60px; }
  .featured-wrapper .featured .image {
    position: relative;
    height: 300px;
    box-shadow: 0px 25px 45px rgba(0, 0, 0, 0.06), 0px 4px 4px rgba(0, 0, 0, 0.02), 0px 0px 4px rgba(0, 0, 0, 0.04);
    background-position: center; }
    .featured-wrapper .featured .image .tags {
      overflow: hidden;
      position: absolute;
      bottom: 32px;
      left: 32px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      flex-direction: row;
      align-items: center; }
      .featured-wrapper .featured .image .tags .tag {
        text-transform: capitalize;
        background: #E6EBFF;
        border-radius: 4px;
        padding: 4px 8px;
        color: #374FDE; }
  .featured-wrapper .featured .content a {
    color: black; }
  .featured-wrapper .featured .content a:hover {
    text-decoration: none; }
  @media (max-width: 767px) {
    .featured-wrapper {
      flex-direction: column;
      gap: 48px; }
      .featured-wrapper .content h2 {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px; }
      .featured-wrapper .content p {
        font-size: 13px;
        line-height: 24px;
        font-weight: 400; } }
.text-section {
  margin: 40px auto 40px auto;
  max-width: 720px;
  text-align: center; }
  .text-section h2 {
    margin-bottom: 32px; }
  .text-section p {
    text-align: initial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0; }

.home-button-wrapper {
  margin-right: 40px;
  cursor: pointer;
  display: flex;
  align-items: center; }
  .home-button-wrapper a {
    display: flex;
    align-items: center; }
  .home-button-wrapper .home-button-white svg use {
    fill: white; }

.nav-dropdown-wrapper {
  font-size: 18px;
  line-height: 32px;
  color: black;
  display: flex;
  align-items: center;
  cursor: pointer; }
  .nav-dropdown-wrapper.ml-15 {
    margin-left: 15px; }
  .nav-dropdown-wrapper img {
    height: 16px;
    width: auto;
    margin-left: 5px; }

.label {
  font-weight: 500;
  display: inline;
  position: absolute; }
  .label.dark-purple {
    background: #322a69;
    color: white; }
  .label.blue {
    background: #374fde;
    color: white; }
  .label.light-blue {
    color: #1e1a36;
    background: #cdd8ff; }

.small-label.small {
  font-size: 8px;
  line-height: 11px;
  padding: 6px 12px; }
  .small-label.small.pointed-corner-1 {
    border-radius: 3px 17px 17px 17px; }
  .small-label.small.pointed-corner-2 {
    border-radius: 17px 3px 17px 17px; }
  .small-label.small.pointed-corner-3 {
    border-radius: 17px 17px 3px 17px; }
  .small-label.small.pointed-corner-4 {
    border-radius: 17px 17px 17px 3px; }

.small-label.regular {
  font-size: 12px;
  line-height: 17px;
  padding: 8px 14px; }
  .small-label.regular.pointed-corner-1 {
    border-radius: 5px 26px 26px 26px; }
  .small-label.regular.pointed-corner-2 {
    border-radius: 26px 5px 26px 26px; }
  .small-label.regular.pointed-corner-3 {
    border-radius: 26px 26px 5px 26px; }
  .small-label.regular.pointed-corner-4 {
    border-radius: 26px 26px 26px 5px; }

@media (max-width: 767px) {
  .small-label.small, .small-label.regular {
    font-size: 8px;
    line-height: 11px;
    padding: 6px 12px; } }

.large-label {
  padding: 10px;
  min-width: 140px;
  border-radius: 5px;
  font-size: 11px;
  line-height: 16px; }
  .large-label .line {
    height: 3px;
    opacity: 0.3; }
    .large-label .line.line-1 {
      width: 52px;
      margin-top: 7px; }
    .large-label .line.line-2 {
      width: 35px;
      margin-top: 5px;
      margin-bottom: 2px; }
  .large-label.dark-purple {
    background: #322a69;
    color: white; }
    .large-label.dark-purple .line {
      background: white; }
  .large-label.orange {
    background: #ffd0b7;
    color: #322a69; }
    .large-label.orange .line {
      background: #322a69; }
  .large-label.light-blue {
    background: #cdd8ff;
    color: #322a69; }
    .large-label.light-blue .line {
      background: #322a69; }

.step-wrapper {
  display: flex;
  min-height: 150px;
  position: relative;
  align-items: flex-start;
  cursor: pointer;
  align-items: center;
  transition: min-height 0.3s ease; }
  .step-wrapper.collapsed {
    min-height: 90px; }
    .step-wrapper.collapsed .number {
      transform: translateY(-25%); }
  @media (max-width: 767px) {
    .step-wrapper {
      min-height: unset;
      padding-top: 24px;
      padding-bottom: 24px; }
      .step-wrapper.collapsed .text-area,
      .step-wrapper .text-area {
        padding-right: 0px !important;
        padding-left: 60px !important; } }
  .step-wrapper .number {
    height: 40px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-right: 24px;
    position: absolute;
    left: 0;
    top: 0; }
    .step-wrapper .number.dark {
      background: #1e1a36;
      color: white; }
    .step-wrapper .number.light {
      background: #cdd8ff;
      color: #1e1a36; }
  .step-wrapper .text-area {
    display: flex;
    flex-direction: column;
    padding-right: 50px;
    padding-left: 68px;
    position: relative; }
    .step-wrapper .text-area .step-title {
      font-weight: 500;
      font-size: 14px;
      line-height: 24px;
      width: 100%; }
    .step-wrapper .text-area .step-description {
      font-size: 14px;
      line-height: 24px;
      min-width: 100%;
      margin-top: 10px;
      color: #6A6A73; }
      .step-wrapper .text-area .step-description.is-visible {
        animation: appear 0.5s ease;
        position: relative; }
      .step-wrapper .text-area .step-description.is-hidden {
        position: absolute;
        opacity: 0; }
  .step-wrapper .border-bottom {
    height: 1px;
    width: 100%;
    background: #D9DCDF;
    position: absolute;
    bottom: 0;
    left: 0; }
    .step-wrapper .border-bottom.animation-start.is-active:before {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      background: #1e1a36;
      content: '';
      opacity: 1;
      animation: grow 8s linear;
      animation-fill-mode: forwards; }
    @media (max-width: 767px) {
      .step-wrapper .border-bottom:before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background: #1e1a36;
        content: '';
        width: 35%; } }
@keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes grow {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

.feature-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  border: 1px solid #D9DCDF; }
  .feature-wrapper .image-wrapper {
    height: 72px;
    width: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .feature-wrapper .image-wrapper.orange {
      background: #ffd0b7; }
    .feature-wrapper .image-wrapper.blue {
      background: #cdd8ff; }
    .feature-wrapper .image-wrapper.pink {
      background: #f8dbdb; }
    .feature-wrapper .image-wrapper.mint {
      background: #e9f4f6; }
  .feature-wrapper img {
    height: auto;
    width: 120%; }
  .feature-wrapper h1 {
    margin-top: 32px; }
  .feature-wrapper .feature-description {
    margin-top: 24px;
    font-size: 14px;
    line-height: 24px;
    color: black; }

.card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .card-wrapper h1 {
    margin-top: 24px; }
  .card-wrapper img {
    height: 30px;
    width: 30px; }
  .card-wrapper .feature-description {
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
    color: black; }
  .card-wrapper a {
    margin-top: 40px;
    font-size: 14px;
    line-height: 24px;
    color: #374fde; }

.mobile-nav-open {
  overflow: hidden; }
  .mobile-nav-open .main-nav {
    background: #ffffff; }

.main-nav {
  top: 0;
  transition: top 0.2s ease-in-out, background-color 0.2s linear;
  position: fixed;
  width: 100%;
  z-index: 9999;
  height: 72px; }
  .main-nav .nav-wrapper {
    display: flex;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    height: 72px; }
  .main-nav.nav-up {
    top: -72px; }
  .main-nav.scrolled {
    background: #ffffff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04); }
  .main-nav ul {
    list-style: none;
    display: flex; }
    .main-nav ul li {
      cursor: pointer;
      padding: 0 16px;
      height: 72px;
      display: block;
      line-height: 72px;
      position: relative; }
      .main-nav ul li a:not(.btn) {
        color: #000000;
        transition: all 100ms ease;
        text-decoration: none; }
  .main-nav ul a:hover:not(.btn), .main-nav ul a:focus, .main-nav ul span:hover, .main-nav ul span:focus {
    color: #374fde; }
  .main-nav .arrow {
    margin-left: 8px; }

.popover--standard {
  width: 250px;
  left: 50%;
  margin-left: -125px; }

.popover--wide {
  width: 650px;
  left: 50%;
  margin-left: -325px; }

.last {
  right: 0;
  left: initial;
  top: 100%; }

.popover {
  margin-top: -10px;
  background: #ffffff;
  transition: all 0.2s ease-out;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
  border: 1px solid #EEF1F4;
  padding: 24px 32px;
  position: absolute;
  box-sizing: border-box;
  text-align: left;
  visibility: collapse;
  opacity: 0;
  z-index: 100;
  transition-delay: .1s;
  border-radius: 8px; }
  .popover a {
    display: block;
    padding: 8px 0;
    line-height: 24px;
    font-size: 13px; }

.primary-nav li:hover .popover {
  opacity: 1;
  visibility: visible; }

.popover--active {
  opacity: 1;
  visibility: visible; }

.burger {
  display: none;
  position: static;
  pointer-events: auto;
  opacity: 1;
  border: 0;
  background: none;
  outline: 0;
  padding: 0;
  cursor: pointer;
  height: 20px;
  width: 24px;
  transition: all 250ms ease-out; }
  @media (max-width: 767px) {
    .burger {
      display: block; } }
  .burger::-moz-focus-inner {
    border: 0;
    padding: 0; }

.burger:before, .burger:after {
  content: '';
  width: 24px;
  height: 2px;
  position: absolute;
  background: #000000;
  transition: all 250ms ease-out;
  will-change: transform; }

.burger:before {
  transform: translateY(6px); }

.burger:after {
  transform: translateY(12px); }

.burger-check {
  display: none; }

.burger-check:checked ~ .burger:before {
  transform: translateY(10px) rotate(45deg); }

.burger-check:checked ~ .burger:after {
  transform: translateY(10px) rotate(-45deg); }

.mobile-nav {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s linear;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  background: #ffffff;
  z-index: 9999; }

.mobile-nav-content {
  overflow: scroll;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 24px; }
  .mobile-nav-content .opener {
    display: block; }
  .mobile-nav-content .actions {
    margin-bottom: 40px; }
  .mobile-nav-content ul li {
    display: block;
    padding: 16px 0; }
    .mobile-nav-content ul li a {
      font-size: 24px;
      line-height: 32px;
      font-weight: 400;
      color: #212123; }
    .mobile-nav-content ul li .children {
      margin-top: 32px; }
      .mobile-nav-content ul li .children a {
        display: block;
        margin-left: 16px;
        color: #212123;
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400; }
  .mobile-nav-content .arrow {
    margin-left: 8px; }

.btn {
  padding: 12px 16px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
  white-space: nowrap;
  background: #374fde;
  color: #ffffff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
  height: 40px;
  transition: background-color 300ms ease 0s, border-color 300ms cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  .btn:hover {
    background: #1A36DE; }
  .btn.large {
    height: 48px; }

.btn.secondary {
  background: #ffffff;
  color: #000000;
  border: 1px solid #EEF1F4; }

.btn.disabled {
  opacity: 0.5;
  pointer-events: none; }

.calculator {
  position: relative;
  background: #E4F5F9;
  padding: 72px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 64px; }
  .calculator h2 {
    margin-bottom: 24px; }
  .calculator .p18 {
    margin-bottom: 40px; }
  .calculator > div {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0; }
  .calculator .right {
    margin-top: -10%;
    color: #ffffff;
    background: #1e1a36;
    padding: 48px; }
    .calculator .right input, .calculator .right label {
      display: block;
      width: 100%; }
    .calculator .right label {
      margin: 24px 0 8px 0; }
    .calculator .right p {
      margin: 24px 0; }
  @media (max-width: 767px) {
    .calculator {
      flex-direction: column;
      margin: 60px 0 120px 0;
      padding: 32px;
      gap: 48px; }
      .calculator .p18 {
        margin-bottom: 0; }
      .calculator .right {
        margin: 0 0 -20% 0;
        padding: 32px;
        width: 100%;
        overflow: hidden;
        flex-basis: auto; }
        .calculator .right .btn {
          white-space: normal;
          height: auto; } }
