@charset "UTF-8";
/*
Theme Name: Idly
Theme URI: https://appliedimagination.com/
Description: A custom theme built by the team at Applied Imagination.
Author: Applied Imagination
Version: 2.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  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] {
  -webkit-box-sizing: border-box;
  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;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

figure {
  margin: 0;
}

.left-align {
  text-align: left !important;
}

.center-align {
  text-align: center !important;
}

.right-align {
  text-align: right !important;
}

.justify-align {
  text-align: justify !important;
}

.top-align {
  vertical-align: top !important;
}

.middle-align {
  vertical-align: middle !important;
}

.bottom-align {
  vertical-align: bottom !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.no-right {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.no-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.no-left {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

@font-face {
  font-family: "idly-icons";
  src: url("./assets/fonts/idly-icons.eot?gava96");
  src: url("./assets/fonts/idly-icons.eot?gava96#iefix") format("embedded-opentype"), url("./assets/fonts/idly-icons.ttf?gava96") format("truetype"), url("./assets/fonts/idly-icons.woff?gava96") format("woff"), url("./assets/fonts/idly-icons.svg?gava96#idly-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "idly-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-caret-left:before {
  content: "\e900";
}

.icon-caret-right:before {
  content: "\e901";
}

.icon-caret-up:before {
  content: "\e902";
}

.icon-caret-down:before {
  content: "\e903";
}

.icon-plus:before {
  content: "\e904";
}

.icon-minus:before {
  content: "\e905";
}

.icon-quote:before {
  content: "\e906";
}

.icon-mark:before {
  content: "\e907";
}

.icon-instagram:before {
  content: "\e908";
}

.icon-linkedin:before {
  content: "\e909";
}

.icon-facebook:before {
  content: "\e90a";
}

.icon-x:before {
  content: "\e90c";
}

.icon-search:before {
  content: "\e90b";
}

.site-content .gform_wrapper.gravity-theme {
  position: relative;
  margin: 60px auto;
  color: #5665fb;
  max-width: 990px;
}
.site-content .gform_wrapper.gravity-theme form input[type=color],
.site-content .gform_wrapper.gravity-theme form input[type=date],
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local],
.site-content .gform_wrapper.gravity-theme form input[type=datetime],
.site-content .gform_wrapper.gravity-theme form input[type=email],
.site-content .gform_wrapper.gravity-theme form input[type=month],
.site-content .gform_wrapper.gravity-theme form input[type=number],
.site-content .gform_wrapper.gravity-theme form input[type=password],
.site-content .gform_wrapper.gravity-theme form input[type=search],
.site-content .gform_wrapper.gravity-theme form input[type=tel],
.site-content .gform_wrapper.gravity-theme form input[type=text],
.site-content .gform_wrapper.gravity-theme form input[type=time],
.site-content .gform_wrapper.gravity-theme form input[type=url],
.site-content .gform_wrapper.gravity-theme form input[type=week],
.site-content .gform_wrapper.gravity-theme form select,
.site-content .gform_wrapper.gravity-theme form textarea {
  background-color: #f7f7ff;
  border-radius: 20px;
  border: 0;
  padding: 11px 20px 12px 20px;
  font-size: 16px;
  color: #545c8c;
  border: 2px solid #dbddf4;
  font-family: "Outfit", sans-serif;
  font-weight: 500 !important;
  font-weight: normal;
  line-height: 1.375 !important;
  min-height: 51px !important;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  display: block;
  appearance: none;
}
.site-content .gform_wrapper.gravity-theme form input[type=color]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=date]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=email]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=month]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=number]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=password]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=search]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=tel]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=text]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=time]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=url]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=week]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form select::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.site-content .gform_wrapper.gravity-theme form input[type=color]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=date]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=email]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=month]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=number]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=password]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=search]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=tel]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=text]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=time]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=url]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=week]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form select::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.site-content .gform_wrapper.gravity-theme form input[type=color]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=date]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=email]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=month]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=number]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=password]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=search]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=tel]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=text]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=time]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=url]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=week]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form select::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.site-content .gform_wrapper.gravity-theme form input[type=color]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=date]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=email]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=month]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=number]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=password]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=search]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=tel]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=text]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=time]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=url]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=week]::placeholder,
.site-content .gform_wrapper.gravity-theme form select::placeholder,
.site-content .gform_wrapper.gravity-theme form textarea::placeholder {
  color: inherit;
  opacity: 1;
}
.site-content .gform_wrapper.gravity-theme form textarea {
  padding: 18px 20px 15px 20px;
}
.site-content .gform_wrapper.gravity-theme form input[type=submit] {
  background-color: #5665fb;
  color: #fff;
  font-weight: 700;
  border: 5px solid #5665fb;
  margin-bottom: 0;
  line-height: 1.57 !important;
  min-height: 60px !important;
  min-width: 168px;
  border-radius: 50px;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 12px 50px;
}
.site-content .gform_wrapper.gravity-theme form input[type=submit]:hover, .site-content .gform_wrapper.gravity-theme form input[type=submit]:focus {
  background-color: #fff;
  color: #5665fb;
}
.site-content .gform_wrapper.gravity-theme form .gfield_select {
  padding-right: 60px;
}
.site-content .gform_wrapper.gravity-theme form textarea {
  min-height: 371px !important;
}
.site-content .gform_wrapper.gravity-theme form .ginput_container_select {
  position: relative;
}
.site-content .gform_wrapper.gravity-theme form .ginput_container_select::after {
  content: "\e903";
  font-size: 15px;
  font-family: "idly-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5665fb;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  cursor: pointer;
}
.site-content .gform_wrapper.gravity-theme .gform_fields {
  -webkit-column-gap: 19px;
  -moz-column-gap: 19px;
  column-gap: 19px;
  row-gap: 23px;
}
.site-content .gform_wrapper.gravity-theme .description,
.site-content .gform_wrapper.gravity-theme .gfield_description,
.site-content .gform_wrapper.gravity-theme .gsection_description,
.site-content .gform_wrapper.gravity-theme .instruction {
  display: none;
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  padding-top: 0 !important;
}
.site-content .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: #cc0000 !important;
  color: #5665fb;
  background-color: #fff;
}
.site-content .gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #cc0000;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0.5em 0 0.5em;
}
.site-content .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 16px;
  font-weight: bold;
  color: #cc0000 !important;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0.025em;
}
.site-content .gform_wrapper.gravity-theme .gform_validation_errors > h2 span {
  display: none;
}
.site-content .gform_wrapper.gravity-theme .gform_validation_errors:focus {
  outline: none;
  outline-offset: 0;
}
.site-content .gform_wrapper.gravity-theme .gform_footer {
  margin: 22px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.site-content .gform_wrapper.gravity-theme .gform_footer .gform-loader {
  position: absolute;
  right: 10px;
}
.site-content .gform_wrapper.gravity-theme .gform_footer .gform_ajax_spinner {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1079px) {
  .site-content .gform_wrapper.gravity-theme form input[type=color],
.site-content .gform_wrapper.gravity-theme form input[type=date],
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local],
.site-content .gform_wrapper.gravity-theme form input[type=datetime],
.site-content .gform_wrapper.gravity-theme form input[type=email],
.site-content .gform_wrapper.gravity-theme form input[type=month],
.site-content .gform_wrapper.gravity-theme form input[type=number],
.site-content .gform_wrapper.gravity-theme form input[type=password],
.site-content .gform_wrapper.gravity-theme form input[type=search],
.site-content .gform_wrapper.gravity-theme form input[type=tel],
.site-content .gform_wrapper.gravity-theme form input[type=text],
.site-content .gform_wrapper.gravity-theme form input[type=time],
.site-content .gform_wrapper.gravity-theme form input[type=url],
.site-content .gform_wrapper.gravity-theme form input[type=week],
.site-content .gform_wrapper.gravity-theme form select,
.site-content .gform_wrapper.gravity-theme form textarea {
    padding: 11px 19px 10px 19px;
  }
}
.site-content .gform_confirmation_message {
  color: #5665fb;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
}

.standard-text .gform_confirmation_message {
  color: #5665fb;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
}

.subscription-form {
  margin: 105px 0 100px 0;
}
.subscription-form .inner-content {
  background-color: #5665fb;
  border-radius: 25px;
  padding: 34px 40px 41px;
}
.subscription-form .box {
  border-radius: 0;
  gap: 70px;
  max-width: 960px;
  margin: auto;
}
.subscription-form .box .title {
  color: #fff;
  font-family: "filson-pro", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 13px;
}
.subscription-form .box .gform_wrapper.gravity-theme {
  max-width: 100%;
  margin: 0;
  width: 100%;
  padding: 0;
  background-color: transparent;
}
.subscription-form .box .gform_wrapper.gravity-theme form {
  padding: 0;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.subscription-form .box .gform_wrapper.gravity-theme form input[type=color],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=date],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=datetime-local],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=datetime],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=email],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=month],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=number],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=password],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=search],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=tel],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=text],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=time],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=url],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=week] {
  padding: 9px 30px 9px 30px;
  min-width: 240px;
}
.subscription-form .box .gform_wrapper.gravity-theme form input[type=submit] {
  background-color: #5665fb;
  color: #000;
  font-weight: 800;
  border: 0;
  margin-bottom: 0;
  line-height: 1.57 !important;
  min-height: 50px !important;
  min-width: 120px;
  border-radius: 25px;
  font-size: 14px;
  letter-spacing: 0.025em;
  padding: 16px 22px;
}
.subscription-form .box .gform_wrapper.gravity-theme form input[type=submit]:hover, .subscription-form .box .gform_wrapper.gravity-theme form input[type=submit]:focus {
  background-color: #2b337e;
}
.subscription-form .box .gform_wrapper.gravity-theme form .gform_footer {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}
.subscription-form .box .gform_wrapper.gravity-theme .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
}
@media (max-width: 1079px) {
  .subscription-form {
    margin: 60px 0 50px 0;
  }
  .subscription-form .box .gform_wrapper.gravity-theme .gfield {
    min-width: 100%;
  }
  .subscription-form .box .gform_wrapper.gravity-theme form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .subscription-form .box .gform_wrapper.gravity-theme form input[type=color],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=date],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=datetime-local],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=datetime],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=email],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=month],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=number],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=password],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=search],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=tel],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=text],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=time],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=url],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=week] {
    min-width: 100%;
    width: 100%;
  }
  .subscription-form .box .gform_wrapper.gravity-theme form .gform_body {
    width: 100%;
  }
  .subscription-form .box .gform_wrapper.gravity-theme form .gform_footer {
    margin-left: 0;
    margin-top: 10px;
  }
  .subscription-form .box .gform_wrapper.gravity-theme .gform_fields {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  .subscription-form .inner-content {
    padding: 20px 25px 25px;
  }
  .subscription-form .box .title {
    font-size: 24px;
  }
}

.single-post .subscription-form {
  margin: 100px 0;
}
@media (max-width: 1079px) {
  .single-post .subscription-form {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .single-post .subscription-form {
    margin: 35px 0;
  }
}

.site-footer .gform_wrapper.gravity-theme, .site-content .offer-form .gform_wrapper.gravity-theme {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  color: #000;
}
.site-footer .gform_wrapper.gravity-theme form, .site-content .offer-form .gform_wrapper.gravity-theme form {
  position: relative;
}
.site-footer .gform_wrapper.gravity-theme form .gform_footer, .site-content .offer-form .gform_wrapper.gravity-theme form .gform_footer {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 0;
  margin: 0;
}
.site-footer .gform_wrapper.gravity-theme form input[type=email], .site-content .offer-form .gform_wrapper.gravity-theme form input[type=email] {
  height: 51px;
  border-radius: 25px;
  border: 0;
  padding: 10px 20px 13px;
  font-size: 16px;
  color: #2b337e;
  background-color: #fff;
  outline: 0;
  font-weight: 400 !important;
}
.site-footer .gform_wrapper.gravity-theme form input[type=email]::-webkit-input-placeholder, .site-content .offer-form .gform_wrapper.gravity-theme form input[type=email]::-webkit-input-placeholder {
  color: #2b337e;
}
.site-footer .gform_wrapper.gravity-theme form input[type=email]::-moz-placeholder, .site-content .offer-form .gform_wrapper.gravity-theme form input[type=email]::-moz-placeholder {
  color: #2b337e;
}
.site-footer .gform_wrapper.gravity-theme form input[type=email]::-ms-input-placeholder, .site-content .offer-form .gform_wrapper.gravity-theme form input[type=email]::-ms-input-placeholder {
  color: #2b337e;
}
.site-footer .gform_wrapper.gravity-theme form input[type=email]::placeholder, .site-content .offer-form .gform_wrapper.gravity-theme form input[type=email]::placeholder {
  color: #2b337e;
}
.site-footer .gform_wrapper.gravity-theme form .button, .site-content .offer-form .gform_wrapper.gravity-theme form .button {
  height: 47px;
  margin-bottom: 0;
  padding: 10px 44px;
  background-color: #5665fb;
  text-transform: none;
  color: #fff;
  border: 2px solid #5665fb;
  line-height: 1 !important;
  min-height: 47px !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 479px) {
  .site-footer .gform_wrapper.gravity-theme form .button, .site-content .offer-form .gform_wrapper.gravity-theme form .button {
    padding: 10px 24px;
  }
}
.site-footer .gform_wrapper.gravity-theme form .button:hover, .site-footer .gform_wrapper.gravity-theme form .button:focus, .site-content .offer-form .gform_wrapper.gravity-theme form .button:hover, .site-content .offer-form .gform_wrapper.gravity-theme form .button:focus {
  color: #5665fb;
  background-color: #fff;
}
.site-footer .gform_wrapper.gravity-theme .gform-loader, .site-content .offer-form .gform_wrapper.gravity-theme .gform-loader {
  position: absolute;
  right: 10px;
}
.site-footer .gform_wrapper.gravity-theme .gform_ajax_spinner, .site-content .offer-form .gform_wrapper.gravity-theme .gform_ajax_spinner {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-footer .gform_wrapper.gravity-theme .description,
.site-footer .gform_wrapper.gravity-theme .gfield_description,
.site-footer .gform_wrapper.gravity-theme .gsection_description,
.site-footer .gform_wrapper.gravity-theme .instruction, .site-content .offer-form .gform_wrapper.gravity-theme .description,
.site-content .offer-form .gform_wrapper.gravity-theme .gfield_description,
.site-content .offer-form .gform_wrapper.gravity-theme .gsection_description,
.site-content .offer-form .gform_wrapper.gravity-theme .instruction {
  display: none;
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  padding-top: 0 !important;
}
.site-footer .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true], .site-content .offer-form .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 4px solid #dde0ff !important;
  color: #5665fb;
  background-color: #fff;
}
.site-footer .gform_wrapper.gravity-theme .gform_validation_errors, .site-content .offer-form .gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #dde0ff;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0.5em 0 0.5em;
}
.site-footer .gform_wrapper.gravity-theme .gform_validation_errors > h2, .site-content .offer-form .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 14px;
  font-weight: bold;
  color: #dde0ff !important;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0.025em;
}
.site-footer .gform_wrapper.gravity-theme .gform_validation_errors > h2 span, .site-content .offer-form .gform_wrapper.gravity-theme .gform_validation_errors > h2 span {
  display: none;
}
.site-footer .gform_wrapper.gravity-theme .gform_validation_errors:focus, .site-content .offer-form .gform_wrapper.gravity-theme .gform_validation_errors:focus {
  outline: none;
  outline-offset: 0;
}
.site-footer .gform_confirmation_message, .site-content .offer-form .gform_confirmation_message {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}

.site-content .offer-form .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #5665fb !important;
}
.site-content .offer-form .gform_confirmation_message {
  color: #5665fb;
  text-align: center;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  color: #000;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  min-width: 320px;
  padding-top: 140px;
}
@media (max-width: 767px) {
  body {
    padding-top: 80px;
  }
}

#page {
  max-width: 100%;
}

section,
.module {
  margin: 100px 0;
}
@media (max-width: 1459px) {
  section,
.module {
    margin: 60px 0;
  }
}
@media (max-width: 1079px) {
  section,
.module {
    margin: 45px 0;
  }
}

.wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1340px;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .wrapper {
    padding: 0 20px;
  }
}

.wrapper-thin {
  display: block;
  margin: 0 auto;
  max-width: 1114px;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .wrapper-thin {
    padding: 0 20px;
  }
}

.wrapper-wide {
  display: block;
  margin: 0 auto;
  max-width: 1460px;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .wrapper-wide {
    padding: 0 20px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "filson-pro", sans-serif;
  color: #000;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1.1;
  letter-spacing: 0em;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

h1, .h1 {
  font-size: 68px;
  letter-spacing: -0.025em;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 48px;
  }
}
@media (max-width: 479px) {
  h1, .h1 {
    font-size: 42px;
  }
}

h2, .h2 {
  font-size: 48px;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 38px;
  }
}
@media (max-width: 479px) {
  h2, .h2 {
    font-size: 34px;
  }
}

h3, .h3 {
  font-size: 40px;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 32px;
  }
}
@media (max-width: 479px) {
  h3, .h3 {
    font-size: 28px;
  }
}

h4, .h4 {
  font-size: 38px;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 28px;
  }
}
@media (max-width: 479px) {
  h4, .h4 {
    font-size: 26px;
  }
}

h5, .h5 {
  font-size: 32px;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  h5, .h5 {
    font-size: 21px;
  }
}

h6, .h6 {
  font-size: 20px;
}

p {
  margin: 0 0 1em;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #5665fb;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #2b337e;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 5px solid transparent;
  border-radius: 40px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0;
  padding: 17px 44px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  will-change: transform;
}
.button:hover, .button:focus {
  text-decoration: none;
}
.button.primary {
  background-color: #5665fb;
  color: #fff;
}
.button.primary:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  border-radius: 40px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: #fff;
}
.button.primary:hover, .button.primary:focus {
  color: #5665fb;
  border-color: #5665fb;
}
.button.primary:hover:before, .button.primary:focus:before {
  left: 0;
}
.button.secondary {
  background-color: #fff;
  color: #5665fb;
  border-color: #5665fb;
}
.button.secondary:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  border-radius: 40px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: #5665fb;
}
.button.secondary:hover, .button.secondary:focus {
  color: #fff;
  background-color: #5665fb;
}
.button.secondary:hover:before, .button.secondary:focus:before {
  left: 0;
}

hr {
  margin: 50px 0;
  height: 1px;
  background-color: #b1b1ea;
  border: 0;
}
@media (max-width: 1339px) {
  hr {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  hr {
    margin: 40px 0;
  }
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
  padding: 5px 0 20px;
}

.wp-caption.alignnone {
  margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 0 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 0 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 15px;
  margin-top: 10px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.site-content ul, .site-content ol {
  padding: 0 0 0 1.5em;
  margin: 0 0 1em;
}
.site-content ul li, .site-content ol li {
  margin-bottom: 14px;
}
.site-content ul ul li::marker, .site-content ol ul li::marker {
  font-size: 12px;
  font-weight: 300;
}
.site-content ul ul, .site-content ul ol, .site-content ol ul, .site-content ol ol {
  margin: 14px 0 0;
}
.site-content .wysiwyg-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  margin: 0 0 1em;
}
.site-content .wysiwyg-columns.three {
  grid-template-columns: 1fr 1fr 1fr;
}
.site-content .wysiwyg-columns.three img {
  width: 100%;
}
.site-content > section.standard-text:first-child {
  margin-top: 60px;
}
.site-content > section.standard-text:first-child:has(+ .featured-offer) {
  margin-bottom: 190px;
}
@media (max-width: 1339px) {
  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .site-content > section.standard-text:first-child {
    margin-top: 45px;
  }
  .site-content > section.standard-text:first-child:has(+ .featured-offer) {
    margin-bottom: 45px;
  }
  .site-content .wysiwyg-columns {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three img {
    width: unset;
  }
}

blockquote {
  font-size: 20px;
  font-weight: 300;
  margin: 55px 0 48px;
  position: relative;
  padding: 0 0 0 84px;
}
blockquote h6 {
  font-size: 16px;
  font-weight: 400;
  color: #5665fb;
}
blockquote h6 strong {
  font-weight: 700;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote:before {
  content: "“";
  font-weight: 700;
  font-size: 150px;
  line-height: 0.9;
  display: block;
  color: #5665fb;
  position: absolute;
  top: 0;
  left: 0;
}

figure.image {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
figure.image .placeholder {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
figure.image .display {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
figure.image .display img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.background-image {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.bg-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: 50% 50%;
}

.bg-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.app_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.app_buttons.column.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.app_buttons.row {
  display: block;
}
.app_buttons.row a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 29px;
}
.app_buttons.row a:last-of-type {
  margin-bottom: 0;
}
.app_buttons.row.center a {
  margin-left: auto;
  margin-right: auto;
}
.app_buttons img {
  max-width: 142px;
}

.social-share {
  text-align: center;
  border-top: 1px solid #b1b1ea;
  border-bottom: 1px solid #b1b1ea;
  margin: 80px 0 0;
  padding: 20px 0;
}
.social-share .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 33px;
}
.social-share .icons > a {
  color: #fff;
  padding: 10px;
  background-color: #5665fb;
  aspect-ratio: 1/1;
  text-decoration: none;
  border-radius: 100%;
  line-height: 0;
  width: 32px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.social-share .icons > a .icon-email {
  font-size: 24px;
}
.social-share .icons > a .icon-x {
  font-size: 16px;
}
.social-share .icons > a:hover, .social-share .icons > a:focus {
  background-color: #2b337e;
}
@media (max-width: 767px) {
  .social-share {
    margin: 50px 0 0;
  }
  .social-share .icons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.related {
  margin: 120px 0;
}
.related .h4 {
  text-align: center;
  margin-bottom: 45px;
  margin-top: 0;
  color: #2d2d2d;
}
.related .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  row-gap: 26px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin: 35px auto 0;
}
.related .items .item {
  grid-column: span 2;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 15px 20px 15px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-shadow: rgba(86, 101, 251, 0.2) 0px 0px 12px;
  box-shadow: rgba(86, 101, 251, 0.2) 0px 0px 12px;
}
.related .items .item:last-child:nth-child(3n-1) {
  grid-column-end: -2;
}
.related .items .item:nth-last-child(2):nth-child(3n+1) {
  grid-column-end: 4;
}
.related .items .item:last-child:nth-child(3n-2) {
  grid-column-end: 5;
}
.related .items .item .image {
  border-radius: 20px;
  overflow: hidden;
}
.related .items .item .image .placeholder {
  padding-bottom: 56.728%;
}
.related .items .item .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.related .items .item .type {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #5665fb;
  margin-top: 17px;
}
.related .items .item a.h4 {
  text-align: left;
  text-decoration: none;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: "filson-pro", sans-serif;
  font-size: 21px;
  letter-spacing: 0em;
  color: #000;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
  cursor: pointer;
}
.related .items .item a.h4:hover, .related .items .item a.h4:focus {
  color: #5665fb;
}
.related .items .item .excerpt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 12px;
}
.related .items .item .post-link {
  margin-top: 13px;
  text-decoration: none;
  color: #000;
  font-size: 16;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.related .items .item .post-link i {
  font-size: 15px;
  margin-left: 8px;
  color: #5665fb;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.related .items .item .post-link:hover, .related .items .item .post-link:focus {
  color: #5665fb;
}
.related .items .item .post-link:hover i, .related .items .item .post-link:focus i {
  margin-left: 15px;
}
@media (max-width: 1079px) {
  .related .items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .related .items .item:last-child:nth-child(3n-1) {
    grid-column-end: unset;
  }
  .related .items .item:nth-last-child(2):nth-child(3n+1) {
    grid-column-end: unset;
  }
  .related .items .item:last-child:nth-child(3n-2) {
    grid-column-end: unset;
  }
  .related .items .item:last-child:nth-child(2n-1) {
    grid-column-end: 4;
  }
}
@media (max-width: 767px) {
  .related {
    margin: 45px 0;
  }
  .related .h4 {
    margin-bottom: 30px;
  }
  .related .items {
    grid-template-columns: 1fr;
  }
  .related .items .item {
    grid-column: 1;
    grid-column-end: 4;
  }
  .related .items .item:last-child:nth-child(3n-1) {
    grid-column-end: 4;
  }
  .related .items .item:nth-last-child(2):nth-child(3n+1) {
    grid-column-end: 4;
  }
  .related .items .item:last-child:nth-child(3n-2) {
    grid-column-end: 4;
  }
}

.small-header {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.collapse-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.collapse-top {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.site-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}
.site-header.sticky {
  -webkit-box-shadow: 0 0 10px rgba(86, 101, 251, 0.15);
  box-shadow: 0 0 10px rgba(86, 101, 251, 0.15);
}
.site-header.sticky .site-logo {
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 120px;
  width: 120px;
}
.site-header.sticky .site-logo svg, .site-header.sticky .site-logo img {
  width: 100%;
  height: auto;
  min-width: 120px;
}
.site-header.sticky .wrapper {
  height: 80px;
}
.site-header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 140px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  max-width: 100%;
}
.site-header .wrapper a {
  text-decoration: none;
}
.site-header .wrapper .button {
  margin-left: 50px;
  padding: 14px 32px;
}
.site-header .site-logo {
  -ms-flex-item-align: center;
  align-self: center;
  width: 169px;
  min-width: 169px;
  margin: 0 50px 0 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  height: auto;
}
.site-header .site-logo svg, .site-header .site-logo img {
  width: 100%;
  height: auto;
  min-width: 169px;
}
.site-header aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  position: relative;
  min-height: 100%;
}
.site-header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header nav a {
  text-decoration: none;
}
.site-header nav.nav {
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.site-header nav.nav > .nav-element > a {
  font-size: 18px;
  color: #000;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0em;
  display: block;
  position: relative;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.site-header nav.nav > .nav-element > a:hover, .site-header nav.nav > .nav-element > a:focus, .site-header nav.nav > .nav-element > a.hover {
  color: #5665fb;
}
.site-header nav.nav > .nav-element .sub-menu {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 1.2;
}
.site-header nav.nav > .nav-element .sub-menu > .nav-element a {
  color: #5665fb;
}
.site-header nav.nav > .nav-element .sub-menu > .nav-element a:hover, .site-header nav.nav > .nav-element .sub-menu > .nav-element a:focus {
  color: #dde0ff;
}
.site-header nav.nav > .nav-element .sub-menu > .nav-element:last-child {
  margin-bottom: 0;
}
@media (min-width: 1920px) {
  .site-header .wrapper {
    padding: 0 123px 0 101px;
  }
}
@media (min-width: 1080px) {
  .site-header .mobile-close-button {
    display: none;
  }
  .site-header nav.nav > .nav-element {
    position: relative;
  }
  .site-header nav.nav > .nav-element > a {
    min-height: 100%;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .site-header nav.nav > .nav-element > a i {
    display: none;
  }
  .site-header nav.nav > .nav-element .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 223px;
    min-width: 223px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #7f7c7c;
    padding: 32px 17px;
    color: #5665fb;
    text-transform: none;
    z-index: 1;
    border-top: 0 solid #dde0ff;
    -webkit-transition: 0.3s border ease-in-out;
    transition: 0.3s border ease-in-out;
    letter-spacing: -0.01em;
  }
  .site-header nav.nav > .nav-element .sub-menu.active {
    border-top: 9px solid #dde0ff;
  }
  .site-header nav.nav > .nav-element .sub-menu > .nav-element {
    margin-bottom: 20px;
  }
  .site-header nav.nav > .nav-element .sub-menu > .nav-element a {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .site-header nav.nav > .nav-element .sub-menu > .nav-element a:hover, .site-header nav.nav > .nav-element .sub-menu > .nav-element a:focus {
    color: #dde0ff;
  }
  .site-header nav.nav > .nav-element .sub-menu i {
    display: none;
  }
}
@media (max-width: 1079px) {
  .site-header .wrapper {
    min-height: 140px;
  }
  .site-header .wrapper .button {
    margin-left: 0;
    margin-right: 80px;
  }
  .site-header.sticky .wrapper {
    min-height: 80px;
  }
  .site-header .site-logo {
    width: 120px;
    min-width: 120px;
  }
  .site-header .site-logo svg, .site-header .site-logo img {
    width: 100%;
    height: auto;
    min-width: 120px;
  }
  .site-header aside {
    background-color: #dde0ff;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    top: 140px;
    left: 100%;
    height: calc(100vh - 140px);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 0 30px 100px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    row-gap: 20px;
  }
  .site-header aside .mobile-close-button {
    font-size: 11px;
    text-align: right;
    color: #5665fb;
    z-index: 999;
    position: absolute;
    right: 30px;
    top: 20px;
  }
  .nav-on .site-header aside {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .site-header.sticky aside {
    top: 80px;
    height: calc(100vh - 80px);
  }
  .site-header nav.nav {
    display: block;
    padding-top: 20px;
  }
  .site-header nav.nav > .nav-element {
    display: block;
  }
  .site-header nav.nav > .nav-element > a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    color: #5665fb;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*i {
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	width: 43px;
    	font-size: 30px;				
    	font-style: normal;
    	font-weight: normal;
    	font-family: $font-family-primary;
    	color: $color-primary;
    	transition: $speed-fast all ease-in-out;
    	line-height: 16px;
    	height: 21px;
    	padding: 10px 0 10px 20px;
    	position: relative;
    }*/
  }
  .site-header nav.nav > .nav-element > a:hover, .site-header nav.nav > .nav-element > a:focus {
    color: #000;
  }
  .site-header nav.nav > .nav-element > a i.icon-caret-right {
    font-size: 13px;
    color: #5665fb;
    border: 0;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -3px;
  }
  .site-header nav.nav > .nav-element > .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100vh - 80px);
    width: 100%;
    padding: 20px 30px 20px 30px;
    display: block;
    background-color: #7f7c7c;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 9;
    overflow-y: scroll;
  }
  .site-header nav.nav > .nav-element > .sub-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    border-bottom: 9px solid #5665fb;
  }
  .site-header nav.nav > .nav-element > .sub-menu .nav-element a {
    padding: 8px 0;
    display: block;
  }
  .site-header nav.nav > .nav-element > .sub-menu .mobile-back-button i.icon-caret-left {
    font-size: 11px;
    border: 1px solid #5665fb;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -5px 0 40px;
  }
}
@media (max-width: 767px) {
  .site-header .wrapper {
    height: 80px;
    min-height: 80px;
  }
  .site-header .wrapper .button {
    margin-left: 0;
    margin-right: 50px;
  }
  .site-header aside {
    top: 80px;
  }
}
@media (max-width: 479px) {
  .site-header .wrapper .button {
    margin-left: 0;
    margin-right: 50px;
    padding: 8px 16px;
    font-size: 14px;
  }
  .site-header .site-logo {
    margin: 0 20px 0 0;
  }
}

.nav-toggle {
  display: none;
  width: 33px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav-toggle i,
.nav-toggle i:before,
.nav-toggle i:after {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  height: 3px;
  width: 33px;
  top: 9px;
  left: 0;
  background-color: #5665fb;
}
.nav-toggle i:before {
  content: "";
  top: -9px;
}
.nav-toggle i:after {
  content: "";
  top: 9px;
}
.nav-on .nav-toggle i {
  background: transparent;
}
.nav-on .nav-toggle i:before {
  -webkit-transform: rotateZ(45deg) translate(6.5px, 6.5px);
  transform: rotateZ(45deg) translate(6.5px, 6.5px);
}
.nav-on .nav-toggle i:after {
  -webkit-transform: rotateZ(-45deg) translate(6.5px, -6.5px);
  transform: rotateZ(-45deg) translate(6.5px, -6.5px);
}
@media (max-width: 1079px) {
  .nav-toggle {
    display: block;
    right: 40px;
  }
}
@media (max-width: 767px) {
  .nav-toggle {
    right: 20px;
  }
}

.site-footer {
  background-color: #2b337e;
  padding: 72px 0 100px;
}
.site-footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .footer-top .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 132px;
}
.site-footer .footer-top .social {
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}
.site-footer .footer-top .social a {
  background-color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 18px;
  text-decoration: none;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  color: #5665fb;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-footer .footer-top .social a:hover, .site-footer .footer-top .social a:focus {
  background-color: #5665fb;
  color: #fff;
}
.site-footer .footer-top .site-logo {
  display: block;
  max-width: 169px;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.site-footer .footer-top .subscribe {
  min-width: 261px;
  padding-bottom: 18px;
}
.site-footer .footer-top .footer-menu {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
  row-gap: 20px;
  margin-bottom: 56px;
}
.site-footer .footer-top .footer-menu a {
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.site-footer .footer-top .footer-menu a:hover, .site-footer .footer-top .footer-menu a:focus {
  color: #5665fb;
}
.site-footer .footer-top .app_buttons.row {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 34px;
  margin-right: 20px;
}
.site-footer .footer-top aside {
  margin-top: 34px;
}
.site-footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
}
.site-footer .footer-bottom .info {
  font-size: 14px;
  color: #fff;
}
.site-footer .footer-bottom .info a {
  text-decoration: none;
}
.site-footer .footer-bottom .info .copyright-info {
  margin-left: 15px;
}
.site-footer .footer-bottom .legal-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.16;
  letter-spacing: 0em;
  text-transform: none;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
.site-footer .footer-bottom .legal-menu a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-footer .footer-bottom .legal-menu a:hover, .site-footer .footer-bottom .legal-menu a:focus {
  color: #5665fb;
}
@media (max-width: 1199px) {
  .site-footer .footer-top .footer-left {
    margin-right: 40px;
  }
}
@media (max-width: 1079px) {
  .site-footer .footer-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .site-footer .footer-top .footer-left {
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .footer-top .subscribe {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .site-footer .footer-top .app_buttons.row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 34px auto 0;
  }
  .site-footer .footer-top aside {
    width: 100%;
    text-align: center;
  }
  .site-footer .footer-top .footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .site-footer .footer-top .gform_wrapper.gravity-theme {
    max-width: 360px;
    margin: 30px auto 0 auto;
  }
  .site-footer .footer-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .site-footer .footer-bottom .legal-menu {
    margin-bottom: 6px;
  }
  .site-footer .footer-bottom .info {
    margin-bottom: 6px;
    width: 100%;
    text-align: center;
  }
  .site-footer .footer-bottom .legal-menu {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 6px;
    margin-bottom: 10px;
  }
  .site-footer .footer-bottom .legal-menu .nav-element {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding: 33px 0 20px;
  }
}
@media (max-width: 479px) {
  .site-footer .footer-top .footer-menu .nav-element {
    width: 100%;
  }
}

.filters {
  margin: 0 0 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.filters aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 23px;
}
.filters .search-filter-base {
  padding: 0;
  margin: 0;
}
.filters .search-filter-base .search-filter-input-text {
  border-radius: 20px;
  min-width: 241px;
  max-width: 241px;
  border: 2px solid #dbddf4;
  background-color: #f7f7ff;
  color: #545c8c;
  font-weight: 500;
  font-size: 16px;
  padding: 0 24px;
}
.filters .search-filter-base .search-filter-input-text input[type=text] {
  color: #545c8c;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 5px 0;
}
.filters .search-filter-base .search-filter-input-text input[type=text]::-webkit-input-placeholder {
  color: #545c8c;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.filters .search-filter-base .search-filter-input-text input[type=text]::-moz-placeholder {
  color: #545c8c;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.filters .search-filter-base .search-filter-input-text input[type=text]::-ms-input-placeholder {
  color: #545c8c;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.filters .search-filter-base .search-filter-input-text input[type=text]::placeholder {
  color: #545c8c;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.filters .search-filter-base .search-filter-input-text:after {
  content: "\e90b";
  font-family: "idly-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 17px;
  line-height: 1;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #5665fb;
}
.filters .search-filter-base .search-filter-input-text .search-filter-input-text__clear-button {
  margin-right: 0;
  right: 6px;
  position: absolute;
  z-index: 3;
  background: #f7f7ff;
}
.filters .search-filter-base .search-filter-component-combobox {
  border-radius: 20px;
  min-width: 241px;
  border: 0;
  background-color: #5665fb;
  color: #fff;
  padding: 0 0 0 24px;
}
.filters .search-filter-base .search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__actions-input {
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.filters .search-filter-base .search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__actions-input::-webkit-input-placeholder {
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.filters .search-filter-base .search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__actions-input::-moz-placeholder {
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.filters .search-filter-base .search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__actions-input::-ms-input-placeholder {
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.filters .search-filter-base .search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__actions-input::placeholder {
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.filters .search-filter-base .search-filter-component-combobox .search-filter-component-combobox__selection {
  padding: 6px 0;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.filters .search-filter-base .search-filter-component-combobox .search-filter-component-combobox__listbox-toggle:before {
  display: none;
}
.filters .search-filter-base .search-filter-component-combobox .search-filter-component-combobox__listbox-toggle:after {
  content: "\e903";
  font-family: "idly-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 15px;
  line-height: 1;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.filters .search-filter-base .search-filter-component-combobox .search-filter-component-combobox__listbox-toggle .search-filter-icon {
  display: none;
}
.filters .search-filter-base .search-filter-component-combobox .search-filter-component-combobox__clear-selection {
  display: none;
}
.filters .search-filter-base .search-filter-icon--destructive .search-filter-icon__svg {
  fill: #5665fb;
  color: #5665fb;
}
@media (max-width: 1079px) {
  .filters {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .filters h4 {
    width: 100%;
  }
  .filters aside {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .filters .search-filter-field {
    width: 100%;
  }
  .filters .search-filter-base .search-filter-input-text {
    min-width: 100%;
    max-width: 100%;
  }
  .filters .search-filter-base .search-filter-component-combobox {
    min-width: 100%;
  }
}

.pagination {
  padding: 118px 0 20px;
  text-align: center;
}
.pagination .page-numbers {
  margin: 0px 10px;
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pagination .page-numbers:hover, .pagination .page-numbers:focus {
  color: #007aff;
}
.pagination .page-numbers.current {
  text-decoration: underline;
  color: #007aff;
}
.pagination .next, .pagination .prev {
  display: none;
}
@media (max-width: 767px) {
  .pagination {
    padding: 65px 0 20px;
  }
  .pagination .page-numbers {
    font-size: 24px;
  }
}

ul#search-filter-input-combobox-listbox-0 {
  width: 201px !important;
  margin-left: 20px !important;
  border: 1px solid #5665fb;
  margin-top: 0px;
}
ul#search-filter-input-combobox-listbox-0 .search-filter-component-combobox-base__listbox-option--selected {
  background-color: #2b337e;
  color: #fff;
}
ul#search-filter-input-combobox-listbox-0 .search-filter-component-combobox-base__listbox-option--active {
  background-color: #5665fb;
  color: #fff;
}
@media (max-width: 767px) {
  ul#search-filter-input-combobox-listbox-0 {
    width: calc(100% - 80px) !important;
  }
}

/**
 * Swiper 11.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 23, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.template-post {
  margin: 0;
  position: relative;
  background-color: #f7f7ff;
}
.template-post:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #fff;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0% 0, 100% 0, 100% 320px, 0 740px);
  clip-path: polygon(0% 0, 100% 0, 100% 320px, 0 740px);
}
.template-post .wrapper-thin {
  padding-bottom: 112px;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .template-post .wrapper-thin {
    padding-bottom: 50px;
  }
}
.template-post .post-top {
  text-align: center;
}
.template-post .post-top .main-category {
  color: #5665fb;
  font-weight: 600;
}
.template-post .post-top .h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #2d2d2d;
}
.template-post .post-top .meta {
  margin: 0 0 35px;
  font-size: 14px;
  color: #2d2d2d;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.template-post .post-top .meta > * {
  display: inline-block;
}
.template-post .post-top .meta .author {
  display: inline-block;
}
.template-post .post-top .meta .author a {
  text-decoration: none;
  color: #303030;
}
.template-post .post-top .meta .author a:hover, .template-post .post-top .meta .author a:focus {
  color: #5665fb;
}
.template-post .post-content {
  font-size: 18px;
  word-break: break-word;
}
.template-post .post-content:last-child {
  margin-bottom: 0;
}
.template-post .post-content .featured-image {
  width: 100%;
  margin: 0 0 76px 0;
  overflow: hidden;
  border-radius: 30px;
}
.template-post .post-content .featured-image figure.image .placeholder {
  padding-bottom: 61.6%;
}
.template-post .post-content .button-container:last-child {
  margin-bottom: 0;
}
.template-post .post-content a.button {
  margin-top: 22px;
}
.template-post .post-content .button:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .template-post .post-content .button:last-child {
    margin-bottom: 0;
  }
}
.template-post .blog-navigation {
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.template-post .blog-navigation .blog-nav {
  color: #2d2d2d;
  font-family: "filson-pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  max-width: 320px;
}
.template-post .blog-navigation .blog-nav.prev {
  text-align: left;
}
.template-post .blog-navigation .blog-nav.prev + .next {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  max-width: 320px;
}
.template-post .blog-navigation .blog-nav.next {
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 100%;
}
.template-post .blog-navigation .blog-nav:hover, .template-post .blog-navigation .blog-nav:focus {
  color: #5665fb;
}
.template-post .blog-navigation .blog-nav i {
  color: #5665fb;
  font-size: 14px;
}
@media (max-width: 1079px) {
  .template-post:before {
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 220px, 0 640px);
    clip-path: polygon(0% 0, 100% 0, 100% 220px, 0 640px);
  }
}
@media (max-width: 767px) {
  .template-post:before {
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 220px, 0 480px);
    clip-path: polygon(0% 0, 100% 0, 100% 220px, 0 480px);
  }
  .template-post .post-top .meta {
    margin: 0 0 25px;
  }
  .template-post .post-content .featured-image {
    margin: 0 0 35px 0;
  }
  .template-post .blog-navigation {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .template-post .blog-navigation .blog-nav {
    max-width: 100%;
  }
  .template-post .blog-navigation .blog-nav.prev {
    max-width: 100%;
  }
  .template-post .blog-navigation .blog-nav.prev + .next {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    max-width: 100%;
  }
  .template-post .blog-navigation .blog-nav.next {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .template-post:before {
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 220px, 0 360px);
    clip-path: polygon(0% 0, 100% 0, 100% 220px, 0 360px);
  }
}

.accordion {
  margin: 0;
  padding: 40px 0 174px;
  background-color: #f7f7ff;
}
.accordion .wrapper-wide .h4 {
  text-transform: none;
  margin: 0;
  margin-bottom: 0;
  text-align: center;
}
.accordion dl {
  margin: 42px auto 0;
  padding: 0;
  text-align: left;
  clear: both;
}
.accordion dl:first-child {
  margin-top: 0;
}
.accordion dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 700;
  padding: 27px 26px 27px 40px;
  -webkit-column-gap: 64px;
  -moz-column-gap: 64px;
  column-gap: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  line-height: 1.36;
  margin-top: 18px;
  color: #000;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: #fff;
  border-radius: 30px;
  z-index: 2;
  position: relative;
}
.accordion dl dt:first-of-type {
  margin-top: 0;
}
.accordion dl dt i {
  font-size: 34px;
  line-height: 0;
  color: #5665fb;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.accordion dl dt.on i {
  color: #2b337e;
}
.accordion dl dt.on i:before {
  content: "\e905";
}
.accordion dl dd {
  padding: 50px 166px 35px 40px;
  display: none;
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  margin: -50px 0 0;
  letter-spacing: 0.02em;
}
.accordion dl dd .content {
  max-width: 1054px;
}
.accordion dl dd p {
  margin-bottom: 1em;
  font-size: 18px;
}
.accordion dl dd > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1079px) {
  .accordion {
    padding: 40px 0 45px;
  }
  .accordion dl dd {
    padding: 50px 84px 35px 40px;
  }
}
@media (max-width: 767px) {
  .accordion .wrapper-wide .h1 {
    font-size: 32px;
  }
  .accordion dl dd {
    padding: 50px 40px 28px 24px;
  }
  .accordion dl dd p {
    font-size: 16px;
  }
  .accordion dl dt {
    padding: 24px 20px 24px 24px;
    font-size: 18px;
    gap: 44px;
  }
  .accordion dl dt i {
    font-size: 24px;
  }
}

.breadcrumbs {
  margin: 32px 0 24px 0;
  font-size: 14px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #7f7c7c;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.breadcrumbs + .standard-text {
  margin-top: 0px;
}
.breadcrumbs + .template-post {
  margin-top: 32px;
}
.breadcrumbs .wrapper-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs i {
  margin: 0 5px;
}
.breadcrumbs a {
  color: #7f7c7c;
  font-weight: 500;
  text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #5665fb;
}
.breadcrumbs span {
  color: #5665fb;
}
.breadcrumbs span > span {
  color: #7f7c7c;
  padding: 0 3px;
}
.breadcrumbs span > span:first-of-type {
  padding: 0 3px 0 0;
}
.breadcrumbs .breadcrumb_last {
  padding: 0 0 0 3px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 12px;
  }
}

.featured-content {
  margin: 0;
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}
.featured-content.top-down-lavender {
  padding-top: 220px;
}
.featured-content.top-down-lavender:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #f7f7ff;
  top: -1px;
  left: 0;
  -webkit-clip-path: polygon(-1% 0%, 100% 0%, 100% 9%);
  clip-path: polygon(-1% 0%, 100% 0%, 100% 9%);
}
.featured-content.top-down-white {
  padding-top: 220px;
}
.featured-content.top-down-white:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
  top: -1px;
  left: 0;
  -webkit-clip-path: polygon(-1% 0%, 100% 0%, 100% 9%);
  clip-path: polygon(-1% 0%, 100% 0%, 100% 9%);
}
.featured-content.top-up-lavender {
  padding-top: 220px;
}
.featured-content.top-up-lavender:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #f7f7ff;
  top: -1px;
  left: 0;
  -webkit-clip-path: polygon(100% 0%, 0% 9%, 0% -1%);
  clip-path: polygon(100% 0%, 0% 9%, 0% -1%);
}
.featured-content.top-up-white {
  padding-top: 220px;
}
.featured-content.top-up-white:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
  top: -1px;
  left: 0;
  -webkit-clip-path: polygon(100% 0%, 0% 9%, 0% -1%);
  clip-path: polygon(100% 0%, 0% 9%, 0% -1%);
}
.featured-content.bottom-up-lavender {
  padding-bottom: 220px;
}
.featured-content.bottom-up-lavender:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f7f7ff;
  opacity: 1;
  bottom: -1px;
  left: 0;
  -webkit-clip-path: polygon(-1% 100%, 100% 91%, 100% 100%);
  clip-path: polygon(-1% 100%, 100% 91%, 100% 100%);
}
.featured-content.bottom-up-white {
  padding-bottom: 220px;
}
.featured-content.bottom-up-white:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  bottom: -1px;
  left: 0;
  -webkit-clip-path: polygon(-1% 100%, 100% 91%, 100% 100%);
  clip-path: polygon(-1% 100%, 100% 91%, 100% 100%);
}
.featured-content.bottom-down-lavender {
  padding-bottom: 220px;
}
.featured-content.bottom-down-lavender:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f7f7ff;
  opacity: 1;
  bottom: -1px;
  left: 0;
  -webkit-clip-path: polygon(0% 100%, -1% 91%, 101% 100%);
  clip-path: polygon(0% 100%, -1% 91%, 101% 100%);
}
.featured-content.bottom-down-white {
  padding-bottom: 220px;
}
.featured-content.bottom-down-white:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  bottom: -1px;
  left: 0;
  -webkit-clip-path: polygon(0% 100%, -1% 91%, 101% 100%);
  clip-path: polygon(0% 100%, -1% 91%, 101% 100%);
}
.featured-content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.featured-content .inner.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.featured-content .inner .content {
  padding: 0 100px 0 0;
  width: 61.667%;
  z-index: 3;
}
.featured-content .inner .content .eyebrow {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #5665fb;
}
.featured-content .inner .content .content-body p {
  font-size: 20px;
  letter-spacing: 0.03em;
}
.featured-content .inner .content .content-body .app_buttons {
  margin: 30px 0;
}
.featured-content .inner .content .button-container {
  margin-top: 36px;
}
.featured-content .inner .image {
  position: relative;
  width: 100%;
  width: 38.333%;
  max-width: 483px;
}
.featured-content .inner .image .display {
  border-radius: 30px;
  -webkit-box-shadow: rgba(86, 101, 251, 0.2) 0px 4px 20px;
  box-shadow: rgba(86, 101, 251, 0.2) 0px 4px 20px;
}
.featured-content .inner .image .placeholder {
  padding-bottom: 93.375%;
}
.featured-content .inner .image .corner-element {
  position: absolute;
  z-index: 2;
}
.featured-content .inner .image .corner-element.red {
  right: -24%;
  bottom: 15%;
  width: 43%;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.featured-content .inner .image .corner-element.green {
  right: -31%;
  bottom: -26%;
  width: 63%;
}
.featured-content .inner .image .corner-element.blue {
  right: -15%;
  top: -13%;
  width: 44%;
}
.featured-content .inner .image .corner-element.blue-t {
  right: -45%;
  bottom: 4%;
  width: 77%;
}
.featured-content .inner.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.featured-content .inner.left .content {
  padding: 0 0 0 100px;
}
.featured-content .inner.left .image .corner-element.red {
  right: unset;
  top: unset;
  left: -24%;
  bottom: 15%;
  width: 43%;
  -webkit-transform: none;
  transform: none;
}
.featured-content .inner.left .image .corner-element.green {
  right: unset;
  top: unset;
  left: -32%;
  bottom: -26%;
  width: 63%;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.featured-content .inner.left .image .corner-element.blue {
  right: unset;
  bottom: unset;
  left: -15%;
  top: -13%;
  width: 44%;
}
.featured-content .inner.left .image .corner-element.blue-t {
  right: unset;
  top: unset;
  left: -45%;
  bottom: 4%;
  width: 77%;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.featured-content.blue .inner .content .eyebrow {
  color: #fff;
}
.featured-content.blue .inner .content h1, .featured-content.blue .inner .content h2, .featured-content.blue .inner .content h3, .featured-content.blue .inner .content h4, .featured-content.blue .inner .content h5, .featured-content.blue .inner .content h6 {
  color: #fff;
}
.featured-content.blue .inner .content .content-body {
  color: #fff;
  font-size: 21px;
}
.featured-content.lavender {
  background-color: #f7f7ff;
}
.featured-content.white .inner .content h1, .featured-content.white .inner .content h2, .featured-content.white .inner .content h3, .featured-content.white .inner .content h4, .featured-content.white .inner .content h5, .featured-content.white .inner .content h6 {
  color: #454545;
}
.featured-content.white .inner .content .content-body p {
  font-size: 21px;
}
.featured-content + .tabbed-content {
  padding-top: 26px;
}
@media (max-width: 1519px) {
  .featured-content .inner {
    padding: 0 80px;
  }
}
@media (max-width: 1079px) {
  .featured-content:before {
    -webkit-clip-path: polygon(-30% 100%, 100% 80%, 100% 100%);
    clip-path: polygon(-30% 100%, 100% 80%, 100% 100%);
  }
  .featured-content .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
  }
  .featured-content .inner .content {
    width: 100%;
    padding: 0;
  }
  .featured-content .inner .image {
    width: 100%;
    margin-bottom: 60px;
    margin-right: auto;
    margin-left: auto;
  }
  .featured-content .inner .image .corner-element.blue {
    top: -10%;
  }
  .featured-content .inner.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .featured-content .inner.left .content {
    padding: 0;
  }
  .featured-content .inner.left .image .corner-element.blue {
    top: -10%;
  }
}
@media (max-width: 767px) {
  .featured-content {
    padding: 55px 0;
  }
  .featured-content.top-down-lavender {
    padding-top: 110px;
  }
  .featured-content.top-down-lavender:before {
    -webkit-clip-path: polygon(-1% 0%, 100% 0%, 100% 5%);
    clip-path: polygon(-1% 0%, 100% 0%, 100% 5%);
  }
  .featured-content.top-down-white {
    padding-top: 110px;
  }
  .featured-content.top-down-white:before {
    -webkit-clip-path: polygon(-1% 0%, 100% 0%, 100% 5%);
    clip-path: polygon(-1% 0%, 100% 0%, 100% 5%);
  }
  .featured-content.top-up-lavender {
    padding-top: 110px;
  }
  .featured-content.top-up-lavender:before {
    -webkit-clip-path: polygon(100% 0%, 0% 5%, 0% -1%);
    clip-path: polygon(100% 0%, 0% 5%, 0% -1%);
  }
  .featured-content.top-up-white {
    padding-top: 110px;
  }
  .featured-content.top-up-white:before {
    -webkit-clip-path: polygon(100% 0%, 0% 5%, 0% -1%);
    clip-path: polygon(100% 0%, 0% 5%, 0% -1%);
  }
  .featured-content.bottom-up-lavender {
    padding-bottom: 110px;
  }
  .featured-content.bottom-up-lavender:after {
    -webkit-clip-path: polygon(-1% 100%, 100% 96%, 100% 100%);
    clip-path: polygon(-1% 100%, 100% 96%, 100% 100%);
  }
  .featured-content.bottom-up-white {
    padding-bottom: 110px;
  }
  .featured-content.bottom-up-white:after {
    -webkit-clip-path: polygon(-1% 100%, 100% 96%, 100% 100%);
    clip-path: polygon(-1% 100%, 100% 96%, 100% 100%);
  }
  .featured-content.bottom-down-lavender {
    padding-bottom: 110px;
  }
  .featured-content.bottom-down-lavender:after {
    -webkit-clip-path: polygon(0% 100%, -1% 96%, 101% 100%);
    clip-path: polygon(0% 100%, -1% 96%, 101% 100%);
  }
  .featured-content.bottom-down-white {
    padding-bottom: 110px;
  }
  .featured-content.bottom-down-white:after {
    -webkit-clip-path: polygon(0% 100%, -1% 96%, 101% 100%);
    clip-path: polygon(0% 100%, -1% 96%, 101% 100%);
  }
  .featured-content .inner .content .content-body p {
    font-size: 18px;
  }
  .featured-content .inner .image {
    margin-bottom: 50px;
    max-width: 330px;
  }
  .featured-content.blue .inner .content .content-body p, .featured-content.white .inner .content .content-body p {
    font-size: 18px;
  }
}

.featured-offer {
  margin: 0;
  padding: 134px 0 123px 0;
  position: relative;
  background-color: #f7f7ff;
}
.featured-offer.form {
  padding: 167px 0 170px 0;
}
.featured-offer .inner {
  position: relative;
  margin: auto;
  text-align: center;
  max-width: 970px;
}
.featured-offer .inner .icon {
  display: block;
  margin: 0 auto 22px auto;
}
.featured-offer .inner .icon img {
  max-width: 360px;
  max-height: 180px;
  width: auto;
  height: auto;
  display: block;
  margin: auto;
}
.featured-offer .inner .content-body {
  color: #2b337e;
  max-width: 690px;
  margin: auto;
}
.featured-offer .inner .content-body h1, .featured-offer .inner .content-body h2, .featured-offer .inner .content-body h3, .featured-offer .inner .content-body h4, .featured-offer .inner .content-body h5, .featured-offer .inner .content-body h6 {
  color: #2b337e;
  margin-bottom: 12px;
}
.featured-offer .inner .content-body p {
  color: #2b337e;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.featured-offer .inner .content-body .app_buttons {
  margin: 30px 0;
}
.featured-offer .inner .button-container {
  margin-top: 23px;
}
.featured-offer .inner .offer-form {
  margin: 23px auto 0 auto;
  max-width: 604px;
}
@media (max-width: 1079px) {
  .featured-offer.form {
    padding: 80px 0 85px 0;
  }
}
@media (max-width: 767px) {
  .featured-offer {
    padding: 55px 0;
  }
  .featured-offer.form {
    padding: 50px 0 55px 0;
  }
  .featured-offer .inner .content-body p {
    font-size: 18px;
  }
}

.featured-post-cards {
  margin: 0;
  padding: 60px 0 75px;
  position: relative;
}
.featured-post-cards.white {
  background-color: #fff;
}
.featured-post-cards.lavender {
  background-color: #f7f7ff;
  padding: 60px 0 175px;
}
.featured-post-cards:has(+ .featured-post-cards) {
  padding: 60px 0 75px;
}
.featured-post-cards .inner {
  position: relative;
  margin: auto;
}
.featured-post-cards .inner .content-body {
  color: #000;
  margin: auto;
  text-align: center;
}
.featured-post-cards .inner .content-body h1, .featured-post-cards .inner .content-body h2, .featured-post-cards .inner .content-body h3, .featured-post-cards .inner .content-body h4, .featured-post-cards .inner .content-body h5, .featured-post-cards .inner .content-body h6 {
  color: #000;
}
.featured-post-cards .inner .content-body p {
  font-size: 20px;
  letter-spacing: 0.03em;
}
.featured-post-cards .inner .content-body .app_buttons {
  margin: 30px 0;
}
.featured-post-cards .inner .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  row-gap: 26px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin: 35px auto 0;
}
.featured-post-cards .inner .items .item {
  grid-column: span 2;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 15px 20px 15px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-shadow: rgba(86, 101, 251, 0.2) 0px 0px 12px;
  box-shadow: rgba(86, 101, 251, 0.2) 0px 0px 12px;
}
.featured-post-cards .inner .items .item:last-child:nth-child(3n-1) {
  grid-column-end: -2;
}
.featured-post-cards .inner .items .item:nth-last-child(2):nth-child(3n+1) {
  grid-column-end: 4;
}
.featured-post-cards .inner .items .item:last-child:nth-child(3n-2) {
  grid-column-end: 5;
}
.featured-post-cards .inner .items .item .image {
  border-radius: 20px;
  overflow: hidden;
}
.featured-post-cards .inner .items .item .image .placeholder {
  padding-bottom: 56.728%;
}
.featured-post-cards .inner .items .item .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.featured-post-cards .inner .items .item .type {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #5665fb;
  margin-top: 17px;
}
.featured-post-cards .inner .items .item a.h4 {
  text-decoration: none;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: "filson-pro", sans-serif;
  font-size: 21px;
  letter-spacing: 0em;
  color: #000;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
  cursor: pointer;
}
.featured-post-cards .inner .items .item a.h4:hover, .featured-post-cards .inner .items .item a.h4:focus {
  color: #5665fb;
}
.featured-post-cards .inner .items .item .excerpt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 12px;
}
.featured-post-cards .inner .items .item .post-link {
  margin-top: 13px;
  text-decoration: none;
  color: #000;
  font-size: 16;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.featured-post-cards .inner .items .item .post-link i {
  font-size: 15px;
  margin-left: 8px;
  color: #5665fb;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.featured-post-cards .inner .items .item .post-link:hover, .featured-post-cards .inner .items .item .post-link:focus {
  color: #5665fb;
}
.featured-post-cards .inner .items .item .post-link:hover i, .featured-post-cards .inner .items .item .post-link:focus i {
  margin-left: 15px;
}
.featured-post-cards .inner .button-container {
  margin: 72px auto 0 auto;
  text-align: center;
}
@media (max-width: 1079px) {
  .featured-post-cards .inner .items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .featured-post-cards .inner .items .item:last-child:nth-child(3n-1) {
    grid-column-end: unset;
  }
  .featured-post-cards .inner .items .item:nth-last-child(2):nth-child(3n+1) {
    grid-column-end: unset;
  }
  .featured-post-cards .inner .items .item:last-child:nth-child(3n-2) {
    grid-column-end: unset;
  }
  .featured-post-cards .inner .items .item:last-child:nth-child(2n-1) {
    grid-column-end: 4;
  }
}
@media (max-width: 767px) {
  .featured-post-cards {
    padding: 50px 0;
  }
  .featured-post-cards.lavender {
    background-color: #f7f7ff;
    padding: 50px 0 75px;
  }
  .featured-post-cards:has(+ .featured-post-cards) {
    padding: 50px 0;
  }
  .featured-post-cards .inner .content-body p {
    font-size: 18px;
  }
  .featured-post-cards .inner .items {
    grid-template-columns: 1fr;
  }
  .featured-post-cards .inner .items .item {
    grid-column: 1;
    grid-column-end: 4;
  }
  .featured-post-cards .inner .items .item:last-child:nth-child(3n-1) {
    grid-column-end: 4;
  }
  .featured-post-cards .inner .items .item:nth-last-child(2):nth-child(3n+1) {
    grid-column-end: 4;
  }
  .featured-post-cards .inner .items .item:last-child:nth-child(3n-2) {
    grid-column-end: 4;
  }
  .featured-post-cards .inner .button-container {
    margin: 40px auto 0 auto;
  }
}

.hero-home {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.hero-home:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5665fb;
  opacity: 0.05;
  -webkit-clip-path: polygon(0 100%, 100% 45%, 100% 100%);
  clip-path: polygon(0 100%, 100% 45%, 100% 100%);
  z-index: -1;
}
.hero-home .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 780px;
  position: relative;
}
.hero-home .inner .content {
  max-width: 580px;
  width: 40.6%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  z-index: 2;
}
.hero-home .inner .content h1 {
  margin-bottom: 25px;
}
.hero-home .inner .content .content-body {
  max-width: 520px;
}
.hero-home .inner .content .content-body p {
  font-size: 20px;
  letter-spacing: 0.03em;
}
.hero-home .inner .content .content-body .app_buttons {
  margin: 30px 0;
}
.hero-home .inner .content .button-container {
  margin-top: 30px;
}
.hero-home .inner .side-image {
  position: absolute;
  top: 4%;
  left: calc(40.6% + 60px);
  width: calc(100vw - 40.6%);
  z-index: 0;
  min-height: 780px;
  max-width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1849px) {
  .hero-home .inner {
    min-height: 700px;
  }
  .hero-home .inner .side-image {
    top: 0;
    min-height: 700px;
    width: calc(100vw - 55%);
  }
}
@media (max-width: 1519px) {
  .hero-home .inner {
    padding: 0 40px;
    min-height: 600px;
  }
  .hero-home .inner .content h1 {
    font-size: 48px;
  }
  .hero-home .inner .side-image {
    top: 0;
    min-height: 600px;
    width: calc(100vw - 50%);
  }
}
@media (max-width: 1439px) {
  .hero-home {
    /*.inner {
    	.content {
    		max-width: 380px;
    		width: 33%;
    	}
    	.side-image {
    		left: calc(33% + 60px);
    	}
    }*/
  }
}
@media (max-width: 1279px) {
  .hero-home .inner {
    min-height: 500px;
  }
  .hero-home .inner .side-image {
    min-height: 500px;
  }
}
@media (max-width: 1079px) {
  .hero-home .inner {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero-home .inner .content {
    max-width: 100%;
    width: 100%;
    padding-top: 30px;
  }
  .hero-home .inner .content h1 {
    font-size: 44px;
  }
  .hero-home .inner .content .content-body p {
    font-size: 18px;
  }
  .hero-home .inner .side-image {
    position: relative;
    width: 100%;
    max-width: 100%;
    top: unset;
    left: unset;
    min-height: unset;
  }
}
@media (max-width: 479px) {
  .hero-home .inner .content h1 {
    font-size: 44px;
  }
  .hero-home .inner .content .content-body p {
    font-size: 18px;
  }
}

.hero-sub {
  margin: 0;
  padding: 80px 0;
  position: relative;
  overflow-x: clip;
  z-index: 2;
}
.hero-sub:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7ff;
  opacity: 1;
  -webkit-clip-path: polygon(-10% 100%, 100% 45%, 100% 100%);
  clip-path: polygon(-10% 100%, 100% 45%, 100% 100%);
  z-index: -1;
}
.hero-sub .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.hero-sub .inner.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.hero-sub .inner .content {
  width: 50%;
  padding-right: 70px;
}
.hero-sub .inner .content .eyebrow {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 700;
  color: #5665fb;
}
.hero-sub .inner .content h1 {
  margin-top: 0;
  margin-bottom: 25px;
}
.hero-sub .inner .content .content-body p {
  font-size: 20px;
  letter-spacing: 0.03em;
}
.hero-sub .inner .content .content-body .app_buttons {
  margin: 30px 0;
}
.hero-sub .inner .content .button-container {
  margin-top: 52px;
}
.hero-sub .inner .image {
  position: relative;
  width: 50%;
}
.hero-sub .inner .image .display {
  border-radius: 30px;
  -webkit-box-shadow: rgba(86, 101, 251, 0.2) 0px 4px 20px;
  box-shadow: rgba(86, 101, 251, 0.2) 0px 4px 20px;
}
.hero-sub .inner .image .placeholder {
  padding-bottom: 99.126%;
}
.hero-sub .inner .image .corner-element {
  position: absolute;
  z-index: -1;
}
.hero-sub .inner .image .corner-element.green {
  right: -36%;
  bottom: -19%;
  width: 60%;
}
.hero-sub .inner .image .corner-element.orange {
  right: -25%;
  bottom: -22.5%;
  width: 60%;
}
.hero-sub .inner .image .corner-element.blue {
  right: -35%;
  bottom: -16%;
  width: 60%;
}
@media (min-width: 1420px) and (max-width: 1520px) {
  .hero-sub .inner .image {
    max-width: 40%;
  }
  .hero-sub .inner .image .corner-element.green {
    right: -29%;
    bottom: -25%;
  }
  .hero-sub .inner .image .corner-element.orange {
    right: -25%;
    bottom: -22.5%;
  }
  .hero-sub .inner .image .corner-element.blue {
    right: -30%;
    bottom: -16%;
  }
}
@media (min-width: 1080px) and (max-width: 1419px) {
  .hero-sub .inner .image {
    max-width: 40%;
  }
  .hero-sub .inner .image .corner-element.green {
    right: -27%;
    bottom: -27%;
  }
  .hero-sub .inner .image .corner-element.orange {
    right: -25%;
    bottom: -22.5%;
  }
  .hero-sub .inner .image .corner-element.blue {
    right: -30%;
    bottom: -16%;
  }
}
@media (max-width: 1079px) {
  .hero-sub {
    padding: 45px 0;
  }
  .hero-sub:before {
    -webkit-clip-path: polygon(-30% 100%, 100% 80%, 100% 100%);
    clip-path: polygon(-30% 100%, 100% 80%, 100% 100%);
  }
  .hero-sub .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero-sub .inner .content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .hero-sub .inner .image {
    width: 100%;
    max-width: 690px;
  }
}
@media (max-width: 767px) {
  .hero-sub {
    padding: 45px 0;
  }
  .hero-sub .inner .content .content-body p {
    font-size: 18px;
  }
}

.insights-archive-grid {
  margin: 0;
  padding: 180px 0;
  position: relative;
}
.insights-archive-grid h4 {
  color: #2d2d2d;
  margin-bottom: 0;
}
.insights-archive-grid .inner {
  position: relative;
  margin: auto;
}
.insights-archive-grid .inner .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  row-gap: 76px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin: 35px auto 0;
}
.insights-archive-grid .inner .items .item {
  grid-column: span 2;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 15px 20px 15px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-shadow: rgba(86, 101, 251, 0.2) 0px 0px 12px;
  box-shadow: rgba(86, 101, 251, 0.2) 0px 0px 12px;
  /*&:last-child:nth-child(3n - 1) {
  	grid-column-end: -2;
  }
  &:nth-last-child(2):nth-child(3n + 1) {
  	grid-column-end: 4;
  }
  &:last-child:nth-child(3n - 2) {
  	grid-column-end: 5;
  }*/
}
.insights-archive-grid .inner .items .item .image {
  border-radius: 20px;
  overflow: hidden;
}
.insights-archive-grid .inner .items .item .image .placeholder {
  padding-bottom: 56.728%;
}
.insights-archive-grid .inner .items .item .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.insights-archive-grid .inner .items .item .type {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #5665fb;
  margin-top: 17px;
}
.insights-archive-grid .inner .items .item a.h4 {
  text-decoration: none;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: "filson-pro", sans-serif;
  font-size: 21px;
  letter-spacing: 0em;
  color: #000;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
  cursor: pointer;
}
.insights-archive-grid .inner .items .item a.h4:hover, .insights-archive-grid .inner .items .item a.h4:focus {
  color: #5665fb;
}
.insights-archive-grid .inner .items .item .excerpt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 12px;
}
.insights-archive-grid .inner .items .item .post-link {
  margin-top: 13px;
  text-decoration: none;
  color: #000;
  font-size: 16;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.insights-archive-grid .inner .items .item .post-link i {
  font-size: 15px;
  margin-left: 8px;
  color: #5665fb;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.insights-archive-grid .inner .items .item .post-link:hover, .insights-archive-grid .inner .items .item .post-link:focus {
  color: #5665fb;
}
.insights-archive-grid .inner .items .item .post-link:hover i, .insights-archive-grid .inner .items .item .post-link:focus i {
  margin-left: 15px;
}
.insights-archive-grid .inner .button-container {
  margin: 72px auto 0 auto;
  text-align: center;
}
.insights-archive-grid .inner .no-results {
  font-size: 24px;
}
@media (max-width: 1079px) {
  .insights-archive-grid .inner .items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 36px;
  }
  .insights-archive-grid .inner .items .item {
    /*&:last-child:nth-child(3n - 1) {
    	grid-column-end: unset;
    }
    &:nth-last-child(2):nth-child(3n + 1) {
    	grid-column-end: unset;
    }
    &:last-child:nth-child(3n - 2) {
    	grid-column-end: unset;
    }

    &:last-child:nth-child(2n - 1) {
    	grid-column-end: 4;
    }*/
  }
}
@media (max-width: 767px) {
  .insights-archive-grid {
    padding: 55px 0;
  }
  .insights-archive-grid .inner .items {
    grid-template-columns: 1fr;
    row-gap: 26px;
  }
  .insights-archive-grid .inner .items .item {
    grid-column: 1;
    grid-column-end: 4;
    /*&:last-child:nth-child(3n - 1) {
    	grid-column-end: 4;
    }
    &:nth-last-child(2):nth-child(3n + 1) {
    	grid-column-end: 4;
    }
    &:last-child:nth-child(3n - 2) {
    	grid-column-end: 4;
    }*/
  }
}

.pathway-cards {
  margin: 0;
  padding: 140px 0;
  position: relative;
}
.pathway-cards.top-down-lavender {
  padding-top: 160px;
}
.pathway-cards.top-down-lavender:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #f7f7ff;
  top: -1px;
  left: 0;
  -webkit-clip-path: polygon(-1% 0%, 100% 0%, 100% 9%);
  clip-path: polygon(-1% 0%, 100% 0%, 100% 9%);
}
.pathway-cards.top-down-white {
  padding-top: 160px;
}
.pathway-cards.top-down-white:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
  top: -1px;
  left: 0;
  -webkit-clip-path: polygon(-1% 0%, 100% 0%, 100% 6%);
  clip-path: polygon(-1% 0%, 100% 0%, 100% 6%);
}
.pathway-cards.top-up-lavender {
  padding-top: 160px;
}
.pathway-cards.top-up-lavender:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #f7f7ff;
  top: -1px;
  left: 0;
  -webkit-clip-path: polygon(100% 0%, 0% 6%, 0% -1%);
  clip-path: polygon(100% 0%, 0% 6%, 0% -1%);
}
.pathway-cards.top-up-white {
  padding-top: 160px;
}
.pathway-cards.top-up-white:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
  top: -1px;
  left: 0;
  -webkit-clip-path: polygon(100% 0%, 0% 6%, 0% -1%);
  clip-path: polygon(100% 0%, 0% 6%, 0% -1%);
}
.pathway-cards.bottom-up-lavender {
  padding-bottom: 160px;
}
.pathway-cards.bottom-up-lavender:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f7f7ff;
  opacity: 1;
  bottom: -1px;
  left: 0;
  -webkit-clip-path: polygon(-1% 100%, 100% 94%, 100% 100%);
  clip-path: polygon(-1% 100%, 100% 94%, 100% 100%);
}
.pathway-cards.bottom-up-white {
  padding-bottom: 160px;
}
.pathway-cards.bottom-up-white:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  bottom: -1px;
  left: 0;
  -webkit-clip-path: polygon(-1% 100%, 100% 94%, 100% 100%);
  clip-path: polygon(-1% 100%, 100% 94%, 100% 100%);
}
.pathway-cards.bottom-down-lavender {
  padding-bottom: 160px;
}
.pathway-cards.bottom-down-lavender:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f7f7ff;
  opacity: 1;
  bottom: -1px;
  left: 0;
  -webkit-clip-path: polygon(0% 100%, -1% 94%, 101% 100%);
  clip-path: polygon(0% 100%, -1% 94%, 101% 100%);
}
.pathway-cards.bottom-down-white {
  padding-bottom: 160px;
}
.pathway-cards.bottom-down-white:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  bottom: -1px;
  left: 0;
  -webkit-clip-path: polygon(0% 100%, -1% 94%, 101% 100%);
  clip-path: polygon(0% 100%, -1% 94%, 101% 100%);
}
.pathway-cards .inner {
  position: relative;
  margin: auto;
}
.pathway-cards .inner .content-body {
  color: #fff;
  max-width: 790px;
  margin: auto;
}
.pathway-cards .inner .content-body h1, .pathway-cards .inner .content-body h2, .pathway-cards .inner .content-body h3, .pathway-cards .inner .content-body h4, .pathway-cards .inner .content-body h5, .pathway-cards .inner .content-body h6 {
  color: #fff;
}
.pathway-cards .inner .content-body p {
  font-size: 20px;
  letter-spacing: 0.03em;
}
.pathway-cards .inner .content-body .app_buttons {
  margin: 30px 0;
}
.pathway-cards .inner .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  row-gap: 57px;
  -webkit-column-gap: 56px;
  -moz-column-gap: 56px;
  column-gap: 56px;
  margin: 57px auto 0;
}
.pathway-cards .inner .items .item {
  grid-column: span 2;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 30px 33px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pathway-cards .inner .items .item:last-child:nth-child(3n-1) {
  grid-column-end: -2;
}
.pathway-cards .inner .items .item:nth-last-child(2):nth-child(3n+1) {
  grid-column-end: 4;
}
.pathway-cards .inner .items .item:last-child:nth-child(3n-2) {
  grid-column-end: 5;
}
.pathway-cards .inner .items .item:has(.image) {
  padding-top: 15px;
}
.pathway-cards .inner .items .item .image {
  height: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 17px;
}
.pathway-cards .inner .items .item .image img {
  max-width: 125px;
  max-height: 103px;
  width: auto;
  height: auto;
}
.pathway-cards .inner .items .item .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pathway-cards .inner .items .item h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  letter-spacing: -0.01em;
}
.pathway-cards .inner .items .item .sub-header {
  margin: 4px 0 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.pathway-cards .inner .items .item .description {
  font-size: 18px;
  letter-spacing: 0.03em;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 22px;
}
.pathway-cards .inner .items .item .description:before {
  content: "";
  width: 105px;
  height: 5px;
  background-color: #5665fb;
  display: block;
  margin: 20px auto 19px;
}
.pathway-cards .inner .items .item .button-container {
  margin-top: 8px;
}
.pathway-cards .inner .items.encircled .item {
  padding: 30px 15px 15px;
}
.pathway-cards .inner .items.encircled .item .description {
  letter-spacing: 0em;
}
.pathway-cards .inner .items.encircled .item .image {
  height: 135px;
  width: 135px;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pathway-cards + .tabbed-content {
  padding-top: 26px;
}
@media (max-width: 1079px) {
  .pathway-cards.top-down-lavender {
    padding-top: 110px;
  }
  .pathway-cards.top-down-lavender:before {
    -webkit-clip-path: polygon(-1% 0%, 100% 0%, 100% 4%);
    clip-path: polygon(-1% 0%, 100% 0%, 100% 4%);
  }
  .pathway-cards.top-down-white {
    padding-top: 110px;
  }
  .pathway-cards.top-down-white:before {
    -webkit-clip-path: polygon(-1% 0%, 100% 0%, 100% 4%);
    clip-path: polygon(-1% 0%, 100% 0%, 100% 4%);
  }
  .pathway-cards.top-up-lavender {
    padding-top: 110px;
  }
  .pathway-cards.top-up-lavender:before {
    -webkit-clip-path: polygon(100% 0%, 0% 4%, 0% -1%);
    clip-path: polygon(100% 0%, 0% 4%, 0% -1%);
  }
  .pathway-cards.top-up-white {
    padding-top: 110px;
  }
  .pathway-cards.top-up-white:before {
    -webkit-clip-path: polygon(100% 0%, 0% 4%, 0% -1%);
    clip-path: polygon(100% 0%, 0% 4%, 0% -1%);
  }
  .pathway-cards.bottom-up-lavender {
    padding-bottom: 110px;
  }
  .pathway-cards.bottom-up-lavender:after {
    -webkit-clip-path: polygon(-1% 100%, 100% 96%, 100% 100%);
    clip-path: polygon(-1% 100%, 100% 96%, 100% 100%);
  }
  .pathway-cards.bottom-up-white {
    padding-bottom: 110px;
  }
  .pathway-cards.bottom-up-white:after {
    -webkit-clip-path: polygon(-1% 100%, 100% 96%, 100% 100%);
    clip-path: polygon(-1% 100%, 100% 96%, 100% 100%);
  }
  .pathway-cards.bottom-down-lavender {
    padding-bottom: 110px;
  }
  .pathway-cards.bottom-down-lavender:after {
    -webkit-clip-path: polygon(0% 100%, -1% 96%, 101% 100%);
    clip-path: polygon(0% 100%, -1% 96%, 101% 100%);
  }
  .pathway-cards.bottom-down-white {
    padding-bottom: 110px;
  }
  .pathway-cards.bottom-down-white:after {
    -webkit-clip-path: polygon(0% 100%, -1% 96%, 101% 100%);
    clip-path: polygon(0% 100%, -1% 96%, 101% 100%);
  }
  .pathway-cards .inner .items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .pathway-cards .inner .items .item:last-child:nth-child(3n-1) {
    grid-column-end: unset;
  }
  .pathway-cards .inner .items .item:nth-last-child(2):nth-child(3n+1) {
    grid-column-end: unset;
  }
  .pathway-cards .inner .items .item:last-child:nth-child(3n-2) {
    grid-column-end: unset;
  }
  .pathway-cards .inner .items .item:last-child:nth-child(2n-1) {
    grid-column-end: 4;
  }
}
@media (max-width: 767px) {
  .pathway-cards {
    padding: 55px 0;
  }
  .pathway-cards.top-down-lavender {
    padding-top: 110px;
  }
  .pathway-cards.top-down-lavender:before {
    -webkit-clip-path: polygon(-1% 0%, 100% 0%, 100% 2%);
    clip-path: polygon(-1% 0%, 100% 0%, 100% 2%);
  }
  .pathway-cards.top-down-white {
    padding-top: 110px;
  }
  .pathway-cards.top-down-white:before {
    -webkit-clip-path: polygon(-1% 0%, 100% 0%, 100% 2%);
    clip-path: polygon(-1% 0%, 100% 0%, 100% 2%);
  }
  .pathway-cards.top-up-lavender {
    padding-top: 110px;
  }
  .pathway-cards.top-up-lavender:before {
    -webkit-clip-path: polygon(100% 0%, 0% 2%, 0% -1%);
    clip-path: polygon(100% 0%, 0% 2%, 0% -1%);
  }
  .pathway-cards.top-up-white {
    padding-top: 110px;
  }
  .pathway-cards.top-up-white:before {
    -webkit-clip-path: polygon(100% 0%, 0% 2%, 0% -1%);
    clip-path: polygon(100% 0%, 0% 2%, 0% -1%);
  }
  .pathway-cards.bottom-up-lavender {
    padding-bottom: 110px;
  }
  .pathway-cards.bottom-up-lavender:after {
    -webkit-clip-path: polygon(-1% 100%, 100% 98%, 100% 100%);
    clip-path: polygon(-1% 100%, 100% 98%, 100% 100%);
  }
  .pathway-cards.bottom-up-white {
    padding-bottom: 110px;
  }
  .pathway-cards.bottom-up-white:after {
    -webkit-clip-path: polygon(-1% 100%, 100% 98%, 100% 100%);
    clip-path: polygon(-1% 100%, 100% 98%, 100% 100%);
  }
  .pathway-cards.bottom-down-lavender {
    padding-bottom: 110px;
  }
  .pathway-cards.bottom-down-lavender:after {
    -webkit-clip-path: polygon(0% 100%, -1% 98%, 101% 100%);
    clip-path: polygon(0% 100%, -1% 98%, 101% 100%);
  }
  .pathway-cards.bottom-down-white {
    padding-bottom: 110px;
  }
  .pathway-cards.bottom-down-white:after {
    -webkit-clip-path: polygon(0% 100%, -1% 98%, 101% 100%);
    clip-path: polygon(0% 100%, -1% 98%, 101% 100%);
  }
  .pathway-cards .inner .content-body p {
    font-size: 18px;
  }
  .pathway-cards .inner .items {
    grid-template-columns: 1fr;
    row-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    max-width: 85%;
    grid-auto-rows: unset;
  }
  .pathway-cards .inner .items .item {
    grid-column: 1;
    grid-column-end: 4;
  }
  .pathway-cards .inner .items .item:last-child:nth-child(3n-1) {
    grid-column-end: 4;
  }
  .pathway-cards .inner .items .item:nth-last-child(2):nth-child(3n+1) {
    grid-column-end: 4;
  }
  .pathway-cards .inner .items .item:last-child:nth-child(3n-2) {
    grid-column-end: 4;
  }
}

.quick-hit {
  margin: 0;
  padding: 80px 0 100px 0;
  position: relative;
  background-color: #f7f7ff;
}
.quick-hit .inner {
  position: relative;
  margin: auto;
  text-align: center;
  max-width: 970px;
  font-size: 18px;
}
.quick-hit .inner.narrow {
  max-width: 700px;
}
.quick-hit .inner .icon {
  display: block;
  margin: 0 auto 12px auto;
}
.quick-hit .inner .icon img {
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
  display: block;
  margin: auto;
}
@media (max-width: 767px) {
  .quick-hit {
    padding: 55px 0;
  }
}

.reviews {
  margin: 0;
  position: relative;
  padding: 80px 0;
}
.reviews:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5665fb;
  opacity: 0.05;
  -webkit-clip-path: polygon(-10% 100%, 100% 33%, 100% 100%);
  clip-path: polygon(-10% 100%, 100% 33%, 100% 100%);
  z-index: -1;
}
.reviews .wrapper {
  position: relative;
}
.reviews .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 44px;
  border-radius: 30px;
  background-color: #5665fb;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.reviews .inner .content {
  width: 59.05%;
  max-width: 608px;
  z-index: 2;
  margin-left: 50px;
  color: #fff;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.reviews .inner .content .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 40px;
}
.reviews .inner .content .review {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 40px;
  width: 100%;
}
.reviews .inner .content .name {
  font-family: "filson-pro", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.03em;
  width: 100%;
}
.reviews .inner .content .title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0em;
  width: 100%;
}
.reviews .inner .content .icon-quote {
  position: absolute;
  top: -30px;
  left: -35px;
  font-size: 242px;
  color: #404fe5;
  z-index: -1;
}
.reviews .inner .image {
  width: 40.95%;
  max-width: 480px;
  border-radius: 20px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  overflow: hidden;
}
.reviews .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.reviews .ace-swiper-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #5665fb;
  width: 40px;
  height: 40px;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  padding: 2px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  z-index: 3;
}
.reviews .ace-swiper-nav i {
  font-size: 14px;
}
.reviews .ace-swiper-nav.prev {
  left: -20px;
  padding: 0 2px 0 0;
}
.reviews .ace-swiper-nav.next {
  right: -20px;
  padding: 0 0 0 2px;
}
.reviews .ace-swiper-nav:hover, .reviews .ace-swiper-nav:focus {
  background-color: #2b337e;
  cursor: pointer;
}
.reviews .ace-swiper-pagination.root {
  display: none !important;
}
.reviews .ace-swiper-pagination-clone {
  position: absolute;
  bottom: 0;
}
.reviews .ace-swiper-pagination-clone .ace-swiper-pagination .swiper-pagination-bullet {
  width: 66px;
  height: 8px;
  border-radius: 20px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
  background: #fff;
  opacity: 1;
}
.reviews .ace-swiper-pagination-clone .ace-swiper-pagination .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.reviews .ace-swiper-pagination-clone .ace-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.reviews.single-item .ace-swiper-nav {
  display: none !important;
}
@media (max-width: 1399px) {
  .reviews .wrapper {
    padding: 0 80px;
  }
  .reviews.single-item .wrapper {
    padding: 0 40px;
  }
  .reviews .ace-swiper-nav.prev {
    left: 20px;
  }
  .reviews .ace-swiper-nav.next {
    right: 20px;
  }
}
@media (max-width: 1079px) {
  .reviews .inner .content {
    max-width: none;
    width: 65%;
  }
  .reviews .inner .content .text {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .reviews .inner .content .review {
    font-size: 21px;
    margin-bottom: 30px;
  }
  .reviews .inner .content .icon-quote {
    font-size: 200px;
  }
  .reviews .inner .image {
    position: relative;
    width: 35%;
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .reviews {
    padding: 45px 0;
  }
  .reviews.single-item .wrapper {
    padding: 0 20px;
  }
  .reviews .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
  }
  .reviews .inner .content {
    max-width: 100%;
    width: 100%;
    padding-top: 30px;
    margin-left: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .reviews .inner .content .review {
    font-size: 21px;
    margin-bottom: 24px;
  }
  .reviews .inner .content .name {
    font-size: 18px;
  }
  .reviews .inner .content .title {
    font-size: 18px;
  }
  .reviews .inner .content .icon-quote {
    top: -10px;
    left: -25px;
    font-size: 180px;
  }
  .reviews .inner .image {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: auto;
  }
}
@media (max-width: 479px) {
  .reviews .wrapper {
    padding: 0 20px;
  }
  .reviews .ace-swiper-nav {
    display: none;
  }
}

.scroll-cards {
  margin: 0;
  padding: 75px 0 200px;
  position: relative;
  overflow-x: clip;
}
.scroll-cards .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  row-gap: 62px;
}
.scroll-cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 57px 60px;
  border-radius: 50px;
}
.scroll-cards .card.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.scroll-cards .card .content {
  padding: 0 60px 0 0;
  width: 56.23%;
  z-index: 3;
}
.scroll-cards .card .content .eyebrow {
  margin-bottom: 12px;
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #000;
}
.scroll-cards .card .content .content-body h1, .scroll-cards .card .content .content-body h2, .scroll-cards .card .content .content-body h3, .scroll-cards .card .content .content-body h4, .scroll-cards .card .content .content-body h5, .scroll-cards .card .content .content-body h6 {
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.scroll-cards .card .content .content-body p {
  font-size: 21px;
  letter-spacing: 0em;
}
.scroll-cards .card .content .content-body .app_buttons {
  margin: 30px 0;
}
.scroll-cards .card .content .button-container {
  margin-top: 36px;
}
.scroll-cards .card .image {
  position: relative;
  width: 100%;
  width: 43.77%;
  max-width: 499px;
}
.scroll-cards .card .image .display {
  border-radius: 24px;
}
.scroll-cards .card .image .placeholder {
  padding-bottom: 106%;
}
.scroll-cards .card .image .corner-element {
  position: absolute;
  z-index: 2;
}
.scroll-cards .card .image .corner-element.red {
  right: -12%;
  bottom: -6%;
  width: 43%;
}
.scroll-cards .card .image .corner-element.green {
  right: -20%;
  bottom: -22%;
  width: 53%;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}
.scroll-cards .card .image .corner-element.blue {
  right: -8%;
  bottom: -4%;
  width: 44%;
}
.scroll-cards .card .image .corner-element.blue-t {
  right: -13%;
  bottom: -16%;
  width: 51%;
  -webkit-transform: rotate(220deg);
  transform: rotate(220deg);
}
.scroll-cards .card .image .corner-element.orange {
  right: -11%;
  top: -14%;
  width: 46%;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.scroll-cards .card.purple {
  background-color: #dde0ff;
}
.scroll-cards .card.blue {
  background-color: #b8e4fd;
}
.scroll-cards .card.red {
  background-color: #fee2e1;
}
.scroll-cards .card.red .content h1, .scroll-cards .card.red .content h2, .scroll-cards .card.red .content h3, .scroll-cards .card.red .content h4, .scroll-cards .card.red .content h5, .scroll-cards .card.red .content h6 {
  color: #454545;
}
.scroll-cards .card.green {
  background-color: #d4ead4;
}
.scroll-cards .card.green .content h1, .scroll-cards .card.green .content h2, .scroll-cards .card.green .content h3, .scroll-cards .card.green .content h4, .scroll-cards .card.green .content h5, .scroll-cards .card.green .content h6 {
  color: #454545;
}
.scroll-cards .card.orange {
  background-color: #f8d9b4;
}
.scroll-cards .card.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.scroll-cards .card.left .content {
  padding: 0 0 0 60px;
}
.scroll-cards .card.left .image .corner-element.red {
  right: unset;
  top: unset;
  left: -12%;
  bottom: -6%;
  width: 43%;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.scroll-cards .card.left .image .corner-element.green {
  right: unset;
  top: unset;
  left: -20%;
  bottom: -22%;
  width: 53%;
  -webkit-transform: scale(-1, 1) rotate(5deg);
  transform: scale(-1, 1) rotate(5deg);
}
.scroll-cards .card.left .image .corner-element.blue {
  right: unset;
  top: unset;
  left: -6%;
  bottom: -4%;
  width: 44%;
}
.scroll-cards .card.left .image .corner-element.blue-t {
  right: unset;
  top: unset;
  left: -12%;
  bottom: -16%;
  width: 51%;
  -webkit-transform: scale(-1, 1) rotate(220deg);
  transform: scale(-1, 1) rotate(220deg);
}
.scroll-cards .card.left .image .corner-element.orange {
  right: unset;
  bottom: unset;
  left: -11%;
  top: -14%;
  width: 46%;
  -webkit-transform: none;
  transform: none;
}
@media (min-width: 1080px) {
  .scroll-cards .card {
    position: sticky;
    top: 130px;
  }
}
@media (max-width: 1079px) {
  .scroll-cards {
    overflow: hidden;
  }
  .scroll-cards .card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .scroll-cards .card .content {
    width: 100%;
    padding: 0;
  }
  .scroll-cards .card .image {
    width: 100%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .scroll-cards .card.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .scroll-cards .card.left .content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .scroll-cards {
    padding: 45px 0;
  }
  .scroll-cards .card .content .content-body p {
    font-size: 18px;
  }
  .scroll-cards .card .image {
    max-width: 420px;
  }
}
@media (max-width: 479px) {
  .scroll-cards .cards {
    row-gap: 30px;
  }
  .scroll-cards .card {
    padding: 25px 25px 35px 25px;
  }
  .scroll-cards .card .image {
    margin-bottom: 40px;
  }
}

.tabbed-content {
  margin: 0;
  padding: 126px 0 149px;
}
.tabbed-content .content-body {
  max-width: 753px;
  margin: auto;
}
.tabbed-content .content-body p {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.tabbed-content .tab-top {
  text-align: center;
  margin: 40px auto 27px;
}
.tabbed-content .tab-top .tab-items {
  position: relative;
  background: #f7f7ff;
  border-radius: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  white-space: nowrap;
}
.tabbed-content .tab-top .tab-items::-webkit-scrollbar {
  display: none;
}
.tabbed-content .tab-top .tab-items .tab-header {
  position: relative;
  z-index: 2;
  display: inline-block;
  cursor: pointer;
  padding: 10px 28px;
  font-size: 16px;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  color: #a9b0d3;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.tabbed-content .tab-top .tab-items .tab-header.active {
  color: #fff;
}
.tabbed-content .tab-top .tab-items .active-tab {
  position: absolute;
  background: #5665fb;
  border-radius: 80px;
  z-index: 1;
  top: 5px;
  left: 0;
  height: calc(100% - 10px);
  width: 0;
  -webkit-transition: left 0.5s, width 0.5s;
  transition: left 0.5s, width 0.5s;
}
.tabbed-content .tab-bottom {
  position: relative;
  overflow: hidden;
}
.tabbed-content .tab-bottom .tab-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  width: 100%;
  z-index: 0;
}
.tabbed-content .tab-bottom .tab-body.active {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.tabbed-content .tab-bottom .tab-body.active .tab-content .left-content h2.header {
  opacity: 1;
}
.tabbed-content .tab-bottom .tab-body.active .tab-content .left-content h1, .tabbed-content .tab-bottom .tab-body.active .tab-content .left-content h2, .tabbed-content .tab-bottom .tab-body.active .tab-content .left-content h3, .tabbed-content .tab-bottom .tab-body.active .tab-content .left-content h4, .tabbed-content .tab-bottom .tab-body.active .tab-content .left-content h5, .tabbed-content .tab-bottom .tab-body.active .tab-content .left-content h6 {
  opacity: 1;
}
.tabbed-content .tab-bottom .tab-body.active .tab-content .left-content .description {
  opacity: 1;
}
.tabbed-content .tab-bottom .tab-body.active .tab-content .left-content .post_content {
  opacity: 1;
}
.tabbed-content .tab-bottom .tab-body.active .tab-content .left-content .button-container {
  opacity: 1;
}
.tabbed-content .tab-bottom .tab-body.active .tab-content .right-content {
  opacity: 1;
}
.tabbed-content .tab-bottom .tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f7f7ff;
  border-radius: 30px;
  overflow: hidden;
}
.tabbed-content .tab-bottom .tab-content .left-content {
  width: 41.43%;
  max-width: 522px;
  background-color: #5665fb;
  color: #fff;
  text-align: center;
  padding: 66px 58px;
}
.tabbed-content .tab-bottom .tab-content .left-content h2.header {
  font-size: 58px;
  font-weight: 900;
  margin: 0 0 25px;
  line-height: 1.3;
  letter-spacing: -0.025em;
  word-break: break-word;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.tabbed-content .tab-bottom .tab-content .left-content h1, .tabbed-content .tab-bottom .tab-content .left-content h2, .tabbed-content .tab-bottom .tab-content .left-content h3, .tabbed-content .tab-bottom .tab-content .left-content h4, .tabbed-content .tab-bottom .tab-content .left-content h5, .tabbed-content .tab-bottom .tab-content .left-content h6 {
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.tabbed-content .tab-bottom .tab-content .left-content .description {
  font-size: 20px;
  letter-spacing: 0.02em;
  margin: 0 0 36px;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.tabbed-content .tab-bottom .tab-content .left-content .post_content {
  font-family: "filson-pro", sans-serif;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-size: 24px;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.tabbed-content .tab-bottom .tab-content .left-content .button-container {
  margin: 78px auto 0;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.tabbed-content .tab-bottom .tab-content .left-content .button-container .button {
  width: 100%;
  max-width: 410px;
  padding-top: 22px;
  padding-bottom: 22px;
}
.tabbed-content .tab-bottom .tab-content .left-content .button-container .button:before {
  background-color: #2b337e;
}
.tabbed-content .tab-bottom .tab-content .right-content {
  width: 58.57%;
  max-width: 738px;
  padding: 66px 58px;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.tabbed-content .tab-bottom .tab-content .right-content .details {
  margin: 0 0 38px;
}
.tabbed-content .tab-bottom .tab-content .right-content .details p {
  letter-spacing: 0.02em;
  line-height: 1.3;
  font-size: 20px;
}
.tabbed-content .tab-bottom .tab-content .right-content .benefits_header {
  color: #5665fb;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin: 0 0 24px;
}
.tabbed-content .tab-bottom .tab-content .right-content .benefit-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 46px;
  -moz-column-gap: 46px;
  column-gap: 46px;
  row-gap: 13px;
}
.tabbed-content .tab-bottom .tab-content .right-content .benefit-items .benefit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}
.tabbed-content .tab-bottom .tab-content .right-content .benefit-items .benefit-item i {
  font-size: 29px;
  color: #5665fb;
}
.tabbed-content .tab-bottom .tab-content .right-content .benefit-items .benefit-item .text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-top: 4px;
}
@media (max-width: 1339px) {
  .tabbed-content .tab-bottom .tab-content .left-content {
    padding: 50px;
  }
  .tabbed-content .tab-bottom .tab-content .left-content h2.header {
    font-size: 48px;
  }
  .tabbed-content .tab-bottom .tab-content .right-content {
    padding: 50px;
  }
  .tabbed-content .tab-bottom .tab-content .right-content .benefit-items {
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
  }
}
@media (max-width: 1079px) {
  .tabbed-content {
    padding: 45px 0;
  }
  .tabbed-content .content-body p {
    font-size: 18px;
  }
  .tabbed-content .tab-bottom .tab-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tabbed-content .tab-bottom .tab-content .left-content {
    width: 100%;
    max-width: 100%;
  }
  .tabbed-content .tab-bottom .tab-content .left-content h2.header {
    margin: 0 0 15px;
  }
  .tabbed-content .tab-bottom .tab-content .left-content .description {
    margin: 0 0 25px;
  }
  .tabbed-content .tab-bottom .tab-content .left-content .button-container {
    margin: 38px auto 0;
  }
  .tabbed-content .tab-bottom .tab-content .right-content {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .tabbed-content .tab-bottom .tab-content .left-content {
    padding: 30px;
  }
  .tabbed-content .tab-bottom .tab-content .left-content h2.header {
    font-size: 40px;
    margin: 0 0 10px;
  }
  .tabbed-content .tab-bottom .tab-content .left-content .description {
    margin: 0 0 15px;
    font-size: 16px;
  }
  .tabbed-content .tab-bottom .tab-content .left-content .post_content {
    font-size: 21px;
  }
  .tabbed-content .tab-bottom .tab-content .left-content .button-container {
    margin: 28px auto 0;
  }
  .tabbed-content .tab-bottom .tab-content .right-content {
    padding: 30px;
  }
  .tabbed-content .tab-bottom .tab-content .right-content .details {
    margin: 0 0 25px;
  }
  .tabbed-content .tab-bottom .tab-content .right-content .details p {
    font-size: 18px;
  }
  .tabbed-content .tab-bottom .tab-content .right-content .benefit-items {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=style.css.map */
