@font-face {
  font-family: "Satoshi-Regular";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff"), url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
/** FONTS **/
/** COLORS - VARIANTS **/
/** BREAKPOINTS MEDIA **/
/**
 * EXAMPLE:
 * input: @include media('xs') {...}
 * output: @media (min-width: 576px) {...}
 */
/**
 * EXAMPLE:
 * input: @include media-down('xs') {...}
 * output: @media (max-width: 576px) {...}
 */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 0.3s ease-in-out;
}

.span-block {
  display: block;
}

.text-content {
  margin-inline: auto;
  max-width: 53rem;
}

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

/**
	* Normalize base on:
	* ! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize
	* and:
	* https://mattbrictson.com/blog/css-normalize-and-reset
	*
	*/
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
:root {
  line-height: 1.5;
  color-scheme: light only;
}

*,
::before,
::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*:focus-visible {
  outline: 3px solid #00ae80 !important;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: "Figtree", sans-serif, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: normal;
  line-height: 1.15;
  /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%;
  /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4;
  /* 3. Use a more readable tab size (opinionated). */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  /* Additional font settings */
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: auto;
}

/*
Sections
========
*/
body {
  margin: 0;
  /* Remove the margin in all browsers. */
  background-color: #fbfbfb;
  color: #535862;
}

main {
  display: block;
}

/*
Text elements margins
========
*/
h1,
h2,
h3,
h4,
h5,
figure,
p,
ol,
ul,
blockquote {
  margin: 0;
  color: inherit;
}

/*
links
=====
*/
a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

/*
Lists in menu
========
*/
nav ol,
nav ul {
  list-style: none;
  padding-inline: 0;
}

/*
Images
========
*/
img {
  display: block;
  max-inline-size: 100%;
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: "Figtree", sans-serif, ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, 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;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[hidden] {
  display: none !important;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search],
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-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 Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Other things
===========
*/
address {
  font-style: normal;
}

/* Containers */
.container,
.container-fluid {
  width: 100%;
  max-width: 1472px;
  margin-inline: auto;
}

.container {
  padding-inline: 1rem;
}
@media (min-width: 1200px) {
  .container {
    padding-inline: 3rem;
  }
}

.container-xl {
  max-width: 118.75rem;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.title {
  font-family: "Figtree", sans-serif;
  color: #181d27;
  font-weight: 700;
  letter-spacing: 0;
}
.title--1 {
  font-size: 2.125rem;
  line-height: 1.25;
  letter-spacing: -2px;
}
@media (min-width: 992px) {
  .title--1 {
    font-size: 3.75rem;
  }
}
.title--2 {
  font-size: 2rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .title--2 {
    font-size: 2.25rem;
  }
}
.title--3 {
  font-size: 2rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .title--3 {
    font-size: 3rem;
  }
}
.title--4 {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .title--4 {
    font-size: 1.5rem;
  }
}
.title--white {
  color: #ffffff;
}
.title--black {
  color: #181d27;
}
.title--unique {
  color: #161c2d;
}
.title--navy {
  color: #1b4080;
}
.title--thin {
  font-weight: 400;
}
.title--semibold {
  font-weight: 600;
}

.subheading {
  font-family: "Figtree", sans-serif;
  color: #002f68;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.text {
  font-family: "Figtree", sans-serif;
  color: #535862;
  letter-spacing: -0.2px;
}
.text--big {
  font-size: 1.25rem;
  line-height: 1.6;
}
.text--regular {
  font-size: 1rem;
  line-height: 1.625;
}
.text--small {
  font-size: 0.875rem;
  line-height: 1.572;
}
.text--xsmall {
  font-size: 0.75rem;
  line-height: 1.667;
}
.text--regular-weight {
  font-weight: 400;
}
.text--medium {
  font-weight: 500;
}
.text--semibold {
  font-weight: 600;
}
.text--white {
  color: #ffffff;
}
.text--black {
  color: #181d27;
}
.text--unique {
  color: #161c2d;
}
.text--navy {
  color: #1b4080;
}
.text--subheading {
  color: #686868;
}
.text--special-heading {
  color: #181d27;
}
.text--italic {
  font-weight: 500;
  font-style: italic;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 2;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  padding: 10px 32px;
  letter-spacing: 0.01em;
}
.button:active {
  transform: scale(0.98);
}
.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.button--primary {
  background-color: #0181ef;
  color: #ffffff;
}
.button--primary:hover {
  opacity: 0.9;
}
.button--primary:focus {
  outline: 2px solid #0181ef;
  outline-offset: 2px;
}
.button--secondary {
  background-color: #00ae80;
  color: #ffffff;
}
.button--secondary:hover {
  opacity: 0.9;
}
.button--secondary:focus {
  outline: 2px solid #00ae80;
  outline-offset: 2px;
}
.button--tertiary {
  background-color: #ffffff;
  color: #181d27;
  border: 1px solid #dee2e6;
}
.button--tertiary:hover {
  background-color: #f8f9fa;
}
.button--tertiary:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.button--empty {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.button--empty:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.button--empty:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.button--empty-topbar-btn {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0 16px;
  font-size: 0.875rem;
  font-weight: 500;
}
.button--empty-topbar-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.button--empty-topbar-btn:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.button--ghost {
  background-color: transparent;
  color: #181d27;
  border: 0;
  border-radius: 0;
  padding: 0 0;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.button--ghost:hover {
  border-color: transparent;
}
.button--white-bg-and-border {
  background-color: #ffffff;
  color: #414651;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  display: flex;
  gap: 0.5rem;
  font-size: 0.875rem;
  padding-block: 10px;
  padding-inline: 16px;
}
.button--white-bg-and-border:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.button--white-bg-and-border:focus {
  outline: 1px solid #dee2e6;
  outline-offset: 1px;
}

.rich-text p {
  font-family: "Figtree", sans-serif;
  color: #535862;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.rich-text ul,
.rich-text ol {
  font-family: "Figtree", sans-serif;
  color: #535862;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.rich-text ul li,
.rich-text ol li {
  margin-bottom: 0.5rem;
}
.rich-text a {
  color: #0181ef;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.rich-text a:hover {
  text-decoration: none;
}
.rich-text strong,
.rich-text b {
  color: #181d27;
  font-weight: 700;
}
.rich-text h1 {
  font-family: "Figtree", sans-serif;
  color: #181d27;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .rich-text h1 {
    font-size: 3.75rem;
  }
}
.rich-text h2 {
  font-family: "Figtree", sans-serif;
  color: #181d27;
  font-weight: 700;
  font-size: 2rem;
  line-height: 120%;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .rich-text h2 {
    font-size: 2.25rem;
  }
}
.rich-text h3 {
  font-family: "Figtree", sans-serif;
  color: #181d27;
  font-weight: 700;
  font-size: 2rem;
  line-height: 120%;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .rich-text h3 {
    font-size: 3rem;
  }
}
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  font-family: "Figtree", sans-serif;
  color: #181d27;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 120%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .rich-text h4,
  .rich-text h5,
  .rich-text h6 {
    font-size: 1.5rem;
  }
}
.rich-text img {
  width: 100%;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0.102rem;
  text-transform: uppercase;
  color: #0181ef;
}

.bullets p {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  color: #181d27;
  line-height: 1.6;
}
.bullets p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 1rem;
  height: 1rem;
  background-image: url("../img/arrow-right-green-sm.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 4px;
}
.pagination li {
  display: flex;
}
.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  color: #2c3142;
}
.pagination span.current {
  background: #f8f9fa;
}
.pagination a:hover {
  background: #f1f3f5;
}
.pagination #references-grid-wrapper.is-loading {
  opacity: 0.5;
  pointer-events: none;
  transition: 0.2s ease;
}

.webinar-card {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 12px 16px -4px rgba(10, 13, 18, 0.08), 0 4px 6px -2px rgba(10, 13, 18, 0.03);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 1.5rem;
}
.webinar-card__top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
}
.webinar-card__meta {
  display: flex;
  flex-direction: column;
  border-top: 3px solid #0181ef;
  padding-top: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  margin-bottom: 1.125rem;
}
.webinar-card__meta-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.webinar-card__meta-icon {
  width: 1.125rem;
  height: 1.125rem;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1.125rem;
}
.webinar-card__meta-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.webinar-card__host {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  flex-shrink: 0;
}
.webinar-card__host-avatar {
  height: 4.375rem;
  width: 4.375rem;
  border-radius: 999px;
  overflow: hidden;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 4.375rem;
}
.webinar-card__host-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.webinar-card__host-text {
  align-self: flex-end;
}
.webinar-card__button {
  width: 100%;
  justify-content: center;
  flex-shrink: 0;
}
.webinar-card__popup-background {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  background-color: rgba(1, 51, 91, 0.4);
  z-index: 5000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.webinar-card__popup-background.is-visible {
  opacity: 1;
  visibility: visible;
}
.webinar-card__popup-position {
  position: fixed;
  inset: 0;
  z-index: 5001;
  pointer-events: none;
}
.webinar-card__popup-subheading {
  margin-bottom: 0.8rem;
}
.webinar-card__popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -120%);
  opacity: 0;
  background-color: #f2f7ff;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 5px rgba(51, 57, 78, 0.65);
  padding: 1.5rem;
  border: 1px solid #0174d7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  gap: 0.5rem;
  transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.2, 1), opacity 0.4s ease;
  pointer-events: auto;
  width: min(560px, 100% - 2rem);
}
.webinar-card__popup * {
  box-sizing: border-box;
}
.webinar-card__popup--active {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.webinar-card__popup-x-btn {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  z-index: 15;
  cursor: pointer;
}
.webinar-card__popup-x-btn:hover {
  transition: all 0.2s;
  scale: 1.09;
}
.webinar-card__form {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: 0.4rem;
}
.webinar-card__form .wpcf7-list-item {
  margin: 0;
}
.webinar-card__form .wpcf7-list-item-label {
  font-size: 0.75rem;
}
.webinar-card__form .wpcf7,
.webinar-card__form form.wpcf7-form,
.webinar-card__form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.webinar-card__form .wpcf7 form .wpcf7-response-output {
  margin: 2em 0em 1em;
}
.webinar-card__form .webinar-card__submit-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.webinar-card__form .wpcf7-spinner {
  display: block;
  margin-bottom: 8px;
}
.webinar-card__form form.wpcf7-form {
  position: relative;
}
.webinar-card__form .wpcf7-response-output {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 22rem;
  text-align: center;
  margin: 0;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  background-color: #fee2e2;
  color: #991b1b;
  border: 1px solid #fecaca;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.webinar-card__form .wpcf7 form.sent .wpcf7-response-output {
  background-color: #dcfce7;
  color: #065f46;
  border-color: #bbf7d0;
}
.webinar-card__form .wpcf7 form.failed .wpcf7-response-output,
.webinar-card__form .wpcf7 form.invalid .wpcf7-response-output,
.webinar-card__form .wpcf7 form.spam .wpcf7-response-output {
  background-color: #fee2e2;
  color: #991b1b;
  border-color: #fecaca;
}
.webinar-card__field {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.webinar-card__input {
  border: 0.0625rem solid #dee2e6;
  height: 2.8rem;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  padding-block: 0.75rem;
  padding-inline: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 0.2rem;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.webinar-card__input::-moz-placeholder {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #868e96;
}
.webinar-card__input::placeholder {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #868e96;
}
.webinar-card__rules {
  font-size: 0.75rem;
  margin: 0.6rem 0;
  color: #535862;
}
.webinar-card__submit {
  margin-top: 1rem;
  padding-block: 0.25rem;
  width: 100%;
}
.webinar-card .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label {
  margin-bottom: 0;
}

.overflow-hidden-body {
  overflow-y: hidden;
}

.post-card {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 12px 16px -4px rgba(10, 13, 18, 0.08), 0 4px 6px -2px rgba(10, 13, 18, 0.03);
  overflow: hidden;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.post-card:hover {
  transform: translateY(-0.125rem);
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.1);
}
.post-card__image {
  position: relative;
  display: block;
  width: 100%;
  flex: 0 0 10rem;
  height: 10rem;
  overflow: hidden;
  border-radius: 4px;
}
.post-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
}
.post-card:hover .post-card__image img {
  transform: scale(1.03);
}
.post-card__content {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  gap: 0.875rem;
}
.post-card__term {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}
.post-card__date {
  font-weight: 500;
}
.post-card__excerpt {
  color: #535862;
}
.post-card__more {
  margin-top: auto;
  display: flex;
  gap: 1rem;
  align-items: center;
  color: #002f68;
  text-decoration: none;
  transition: gap 0.2s ease;
}
.post-card:hover .post-card__more {
  gap: 1.25rem;
}
.post-card__title {
  flex: 1;
}

.blog-taxonomy__subheading {
  text-align: center;
  margin-bottom: 2rem;
}
.blog-taxonomy__mobile {
  display: block;
}
@media (min-width: 992px) {
  .blog-taxonomy__mobile {
    display: none;
  }
}
.blog-taxonomy__desktop {
  display: none;
}
@media (min-width: 992px) {
  .blog-taxonomy__desktop {
    display: block;
  }
}
.blog-taxonomy__select {
  position: relative;
  background: #ffffff;
  border-radius: 4px;
  padding-block: 0.625rem;
  padding-inline: 0.875rem;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}
.blog-taxonomy__select-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  pointer-events: none;
}
.blog-taxonomy__select select {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 1rem;
  font-weight: 500;
  color: #181d27;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2rem;
}
.blog-taxonomy__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  justify-content: center;
}
.blog-taxonomy__chip {
  font-family: "Figtree", sans-serif;
  padding-block: 0.625rem;
  padding-inline: 1.25rem;
  border-radius: 999px;
  background: #ffffff;
  color: #00224c;
  text-decoration: none;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.blog-taxonomy__chip:focus {
  outline: none;
}
.blog-taxonomy__chip:not(.is-active):hover {
  transform: translateY(-0.0625rem);
  box-shadow: 0 0.625rem 1.125rem rgba(0, 0, 0, 0.08);
}
.blog-taxonomy__chip.is-active {
  background: #00ae80;
  color: #ffffff;
}

.wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  position: relative;
}
.wpcf7-list-item .wpcf7-list-item-label {
  flex: 1;
  line-height: 1.5;
}
.wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}
.wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 2rem;
  padding-top: 0.28rem;
  flex: 1;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background: #ffffff;
  transition: all 0.2s ease;
}
.wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.28rem;
  top: 0.42rem;
  width: 0.938rem;
  height: 0.938rem;
  background-image: url("../img/check-checkbox.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.wpcf7-list-item input[type=checkbox]:hover + .wpcf7-list-item-label::before {
  border-color: #00ae80;
}
.wpcf7-list-item input[type=checkbox]:active + .wpcf7-list-item-label::before {
  border-color: #00ae80;
}
.wpcf7-list-item input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  border-color: #00ae80;
}
.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #00ae80;
  border-color: #00ae80;
}
.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7-list-item input[type=checkbox]:checked:active + .wpcf7-list-item-label::before {
  transform: scale(0.95);
}
.wpcf7-list-item input[type=checkbox]:disabled + .wpcf7-list-item-label {
  opacity: 0.5;
  cursor: not-allowed;
}
.wpcf7-list-item input[type=checkbox]:disabled + .wpcf7-list-item-label::before {
  background: #f1f3f5;
  border-color: #dee2e6;
}
.wpcf7-list-item input[type=checkbox][aria-invalid=true] + .wpcf7-list-item-label::before {
  border-color: #dc3232;
}

.compare-package-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #e9ecef;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.compare-package-card:has(.compare-package-card__link):hover {
  box-shadow: 0 4px 8px -2px rgba(10, 13, 18, 0.1), 0 2px 4px -2px rgba(10, 13, 18, 0.06);
}
.compare-package-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.compare-package-card__wrapper {
  padding: 16px;
}
@media (min-width: 992px) {
  .compare-package-card__wrapper {
    padding: 24px;
  }
}
.compare-package-card__inner {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  border-left: 4px solid var(--card-color, #00ae80);
}
@media (min-width: 992px) {
  .compare-package-card__inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 16px;
    padding-left: 0;
    border-left: none;
  }
}
@media (min-width: 1200px) {
  .compare-package-card__inner {
    grid-template-columns: 1fr 3fr;
  }
}
.compare-package-card__left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e9ecef;
}
@media (min-width: 992px) {
  .compare-package-card__left {
    padding-right: 40px;
    padding-bottom: 0;
    border-bottom: none;
    border-right: 4px solid var(--card-color, #00ae80);
  }
}
.compare-package-card__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Figtree", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #181d27;
  margin: 0;
}
.compare-package-card__arrow {
  background-image: url("../img/arrow-right-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
}
@media (min-width: 992px) {
  .compare-package-card__arrow {
    display: none;
  }
}
.compare-package-card__text {
  margin-bottom: 6px;
}
.compare-package-card__button {
  display: none;
}
@media (min-width: 992px) {
  .compare-package-card__button {
    display: inline-block;
    align-self: flex-start;
    font-size: 0.875rem;
    padding: 8px 20px;
  }
}
.compare-package-card__right {
  display: flex;
  align-items: flex-start;
  padding-top: 8px;
}
@media (min-width: 992px) {
  .compare-package-card__right {
    padding-left: 40px;
    padding-top: 0;
  }
}
.compare-package-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.compare-package-card__list-item {
  padding: 8px 0;
  font-size: 0.875rem;
  color: #414651;
}
.compare-package-card__list-item:last-child {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .compare-package-card__list-item {
    padding: 12px 24px;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    font-size: 1.125rem;
  }
  .compare-package-card__list-item:last-child {
    padding: 12px 24px;
  }
}
@media (min-width: 992px) {
  .compare-package-card__item-wrapper {
    margin-top: 4px;
  }
}
.compare-package-card__item-header {
  display: block;
  color: #181d27;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .compare-package-card__item-header {
    display: inline;
    font-size: 1.125rem;
  }
}
.compare-package-card__item-content {
  display: block;
  color: #181d27;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .compare-package-card__item-content {
    display: inline;
    font-size: 1.125rem;
  }
}

.c-wysiwyg p {
  font-size: 1.125rem;
  color: #3b3b3b;
}
.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5,
.c-wysiwyg h6 {
  color: #181d27;
  margin-bottom: 0.75rem;
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .c-wysiwyg h2,
  .c-wysiwyg h3,
  .c-wysiwyg h4,
  .c-wysiwyg h5,
  .c-wysiwyg h6 {
    margin-bottom: 1rem;
    margin-top: 3rem;
  }
}
.c-wysiwyg p + p {
  margin-top: 1.2rem;
}
.c-wysiwyg ul,
.c-wysiwyg ol {
  margin-top: 0.8rem;
  font-size: 1.125rem;
  color: #3b3b3b;
  padding-left: 1.5rem;
}
.c-wysiwyg li {
  margin-bottom: 0.5rem;
}
.c-wysiwyg li::marker {
  color: #535862;
}
.c-wysiwyg li ul,
.c-wysiwyg li ol {
  margin-top: 0.6rem;
}
.c-wysiwyg a {
  text-decoration: underline;
}
.c-wysiwyg blockquote {
  padding-inline: 1.25rem;
  padding-block: 0.5rem;
  font-size: 1.125rem;
  color: #181d27;
  font-style: italic;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  font-weight: 500;
  border-left: 2px solid #002f68;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .c-wysiwyg blockquote {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
.c-wysiwyg blockquote p {
  font-size: inherit;
  color: inherit;
}
.c-wysiwyg blockquote cite,
.c-wysiwyg blockquote span {
  color: #535862;
  font-size: 1rem;
  font-weight: 400;
}
.c-wysiwyg strong,
.c-wysiwyg b {
  font-weight: 700;
  color: #181d27;
}
.c-wysiwyg em,
.c-wysiwyg i {
  font-style: italic;
}
.c-wysiwyg hr {
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
  margin: 2.5rem 0;
}
@media (min-width: 992px) {
  .c-wysiwyg hr {
    margin: 3rem 0;
  }
}
.c-wysiwyg figure {
  margin: 2.5rem 0;
}
.c-wysiwyg figure img {
  width: 100%;
  height: auto;
  display: block;
}
.c-wysiwyg figure figcaption {
  margin-top: 1rem;
  color: #535862;
  font-size: 0.875rem;
}
.c-wysiwyg img {
  max-width: 100%;
  height: auto;
  display: block;
}
.c-wysiwyg table {
  width: 100%;
  border-collapse: collapse;
  margin: 2.5rem 0;
  font-size: 1rem;
  color: #3b3b3b;
}
.c-wysiwyg th,
.c-wysiwyg td {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.75rem;
  vertical-align: top;
}
.c-wysiwyg th {
  color: #181d27;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.04);
}
.c-wysiwyg pre {
  margin: 2.5rem 0;
  padding: 1.25rem;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.06);
  overflow-x: auto;
}
.c-wysiwyg pre code {
  background: transparent;
  padding: 0;
}
.c-wysiwyg code {
  font-family: ui-monospace, monospace;
  font-size: 0.95em;
  background: rgba(0, 0, 0, 0.06);
  padding: 0.15em 0.35em;
  border-radius: 0.25rem;
}

.website__header {
  position: relative;
  height: 2.5rem;
  background-color: #0181ef;
}
@media (min-width: 1440px) {
  .website__header {
    height: 5rem;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 1440px) {
  .header__height-on-scroll {
    height: 2.5rem;
  }
}
.header__topbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.75rem;
  background-color: #0174d7;
  z-index: 1001;
}
@media (min-width: 1440px) {
  .header__topbar {
    height: 2.5rem;
  }
}
.header__topbar-logo {
  max-height: 2.5rem;
  display: flex;
  align-items: center;
}
@media (min-width: 1440px) {
  .header__topbar-logo {
    display: none;
  }
}
.header__navbar {
  position: relative;
  margin-right: 2rem;
  background-color: #0181ef;
  width: 100%;
  z-index: 997;
  transition: all 0.4s ease;
  transform: translate(0%, 0%);
}
@media (min-width: 1440px) {
  .header__navbar--hide-on-scroll {
    transform: translate(0%, -250%);
  }
}
@media (min-width: 1440px) {
  .header__navbar {
    height: 5rem;
  }
}
.header__navbar--JSbox-shadow {
  box-shadow: 0 8px 6px -6px rgba(44, 49, 66, 0.4);
}
.header__navbar-container {
  position: relative;
}
.header__navbar-inner {
  position: absolute;
  transform: translate(0%, -500%);
}
@media (min-width: 1440px) {
  .header__navbar-inner {
    transform: translate(0%, 0%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5rem;
    background-color: #0181ef;
    width: 100%;
    z-index: 998;
  }
}
@media (min-width: 1440px) {
  .header__navbar-inner--JShide-on-scroll-active {
    transform: translate(0%, -250%);
  }
}
.header__navbar-logo {
  margin-right: 2rem;
  display: flex;
  align-items: center;
}
.header__buttons {
  display: none;
}
.header__buttons .button {
  padding-block: 0.5rem;
}
@media (min-width: 1440px) {
  .header__buttons {
    display: flex;
    align-self: flex-start;
    gap: 0.5rem;
  }
}
.header__logo-and-nav {
  display: flex;
  align-items: center;
}
.header__navbar-inner-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav-buttons {
  cursor: pointer;
}
.header__nav-buttons--display-none {
  display: none;
}
@media (min-width: 1440px) {
  .header__nav-buttons {
    display: none;
  }
}
.header__topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1440px) {
  .header__topbar-inner {
    justify-content: space-between;
  }
}
.header__topbar-box {
  display: flex;
  align-items: center;
}
.header__topbar-wcag-box {
  margin-right: 1rem;
  margin-left: 1.5rem;
  display: none;
}
.header__topbar-language-button-desktop {
  transition: all 0.4s ease;
}
@media (min-width: 1440px) {
  .header__topbar-language-box {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    cursor: pointer;
  }
  .header__topbar-language-box:hover .header__topbar-language-chevron {
    rotate: -180deg;
  }
  .header__topbar-language-box:hover .header__topbar-language-button-desktop {
    color: #dee2e6;
  }
}
@media (max-width: 1440px) {
  .header__navigation {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    width: 100vw;
    height: calc(100dvh - 3.7rem);
    top: 14rem;
    left: 0;
    transform: translate(120%, 0%);
    padding-inline: 1rem;
    padding-block: 1rem 1rem;
    transition: all 0.4s ease-out;
  }
}
.header__navigation--mobile-active {
  transform: translate(0%, 0%);
  z-index: 1100;
  transition: all 0.4s ease-out;
}
.header__navigation-first {
  color: #181d27;
}
@media (max-width: 1440px) {
  .header__navigation-first {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 120px;
    overflow-y: auto;
  }
}
@media (min-width: 1440px) {
  .header__navigation-first {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 1.125rem;
    color: #ffffff;
  }
}
@media (min-width: 1200px) and (max-width: 1260px) {
  .header__navigation-first {
    gap: 1rem;
  }
}
@media (min-width: 1440px) {
  .header__navigation-chevron--mobile {
    display: none;
  }
}
@media (max-width: 1440px) {
  .header__navigation-chevron--desktop {
    display: none;
  }
}
.header__navigation-link {
  transition: all 0.2s ease;
}
@media (max-width: 1440px) {
  .header__navigation-link {
    padding-block: 0.5rem;
    display: flex;
    align-items: center;
    border-radius: 0.25rem;
  }
}
@media (min-width: 1440px) {
  .header__navigation-link {
    display: flex;
    gap: 0.25rem;
    padding-inline: 0.75rem;
    padding-block: 0.75rem;
    border-radius: 0.25rem;
  }
  .header__navigation-link:hover {
    background: #1b8ff5;
  }
}
.header__navigation-chevron--desktop {
  transition: all 0.4s ease;
}
.header__navigation-item {
  position: relative;
  border-radius: 0.25rem;
}
@media (min-width: 1440px) {
  .header__navigation-item:hover .header__navigation-sub {
    display: flex;
  }
  .header__navigation-item:hover .header__navigation-chevron--desktop {
    rotate: -180deg;
  }
  .header__navigation-item:hover > .header__navigation-link--lvl-0 {
    background: #1b8ff5;
  }
}
@media (min-width: 1440px) {
  .header .current-page-ancestor,
  .header .current-menu-item {
    background: #1b8ff5;
    border-radius: 0.25rem;
  }
}
.header__navigation-sub {
  display: none;
}
@media (min-width: 1440px) {
  .header__navigation-sub {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    padding-inline: 0.5rem;
    padding-block: 0.5rem;
    color: #e9ecef;
    flex-direction: column;
    gap: 0.5rem;
    box-shadow: 0 8px 6px -6px rgba(44, 49, 66, 0.4);
    min-width: 13.75rem;
    background-color: #ffffff;
    color: #181d27;
  }
  .header__navigation-sub .current-menu-item {
    background-color: #f2f7ff;
  }
}
@media (min-width: 1440px) {
  .header__navigation-link--lvl-1:hover {
    background-color: #f2f7ff;
  }
}
.header--body-mobile-active {
  overflow: hidden;
}
@media (max-width: 1440px) {
  .header__nav-mobile-box-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-block: 2rem;
    padding-inline: 1rem;
    background-color: #ffffff;
  }
}
@media (min-width: 1440px) {
  .header__nav-mobile-box-bottom {
    display: none;
  }
}
@media (max-width: 1440px) {
  .header__navigation-item--has-sub {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
  }
  .header__navigation-link--lvl-0 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .header__navigation-chevron--mobile {
    grid-column: 2/3;
    grid-row: 1/2;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .header__navigation-sub--lvl-1 {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
  .header__nav-mobile-box-bottom-language {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-block: 0.75rem 0;
    border-top: 1px solid #e9eaeb;
    display: none;
  }
  .header__nav-mobile-box-bottom-btn {
    margin-bottom: 0.75rem;
  }
  .header__nav-mobile-inner-left-link, .header__nav-mobile-inner-center-link, .header__nav-mobile-inner-right-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0.782rem;
    border-radius: 0.125rem;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .header__nav-mobile-inner-left-link--active, .header__nav-mobile-inner-center-link--active, .header__nav-mobile-inner-right-link--active {
    color: #ffffff;
    background-color: #0174d7;
  }
  .header__nav-mobile-inner-left-link:hover, .header__nav-mobile-inner-center-link:hover, .header__nav-mobile-inner-right-link:hover {
    color: #ffffff;
    background-color: #0174d7;
  }
  .header__nav-mobile-inner-center {
    margin: 0 0.782rem;
    padding-inline: 0.782rem;
    border-right: 1px solid #e9eaeb;
    border-left: 1px solid #e9eaeb;
  }
  .header__nav-mobile-inner-right-link {
    margin-right: 0;
    padding-right: 0;
  }
  .header__nav-mobile-inner-left-link {
    margin-left: 0;
    padding-left: 0;
  }
  .header__navigation-sub--mobile {
    display: none;
    transition: all 0.4s ease-out;
  }
  .header__navigation-sub--mobile-active {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.75rem;
  }
  .header__navigation-chevron--mobile {
    transition: transform 0.4s ease;
  }
  .header__navigation-chevron--mobile-rotate {
    transform: rotate(180deg);
  }
  .header__navigation-sub {
    padding-left: 1.25rem;
  }
  .header__nav-mobile-box-bottom-btn-anchor {
    width: 100%;
    align-self: center;
  }
  .header__nav-mobile-inner-anchor {
    width: 100%;
    display: flex;
    align-self: stretch;
  }
  .header__nav-mobile-box-bottom-btn {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 0.5rem;
  }
}
.header__topbar-support-btn {
  display: none;
}
@media (min-width: 1440px) {
  .header__topbar-support-btn {
    display: block;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-left: 1.5rem;
    transition: all 0.2s ease;
  }
  .header__topbar-support-btn:hover {
    color: rgba(255, 255, 255, 0.9);
  }
}
.header__topbar-box-info-desktop {
  display: none;
}
@media (min-width: 1440px) {
  .header__topbar-box-info-desktop {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 2.5rem;
    width: 84%;
    z-index: 2;
  }
  .header__topbar-box-info-desktop::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../img/green-bg-tobpar-shadow3.svg");
    height: 40px;
    width: 1146px;
    z-index: -1;
  }
  .header__topbar-box-info-desktop::before {
    content: "";
    position: absolute;
    right: 300px;
    top: 0;
    background-color: #00ae80;
    height: 40px;
    width: 10000146px;
    z-index: -1;
    box-shadow: 183px 1px 10px -1px rgba(26, 26, 26, 0.62);
  }
}
.header__topbar-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__topbar-right-btn {
  margin-right: 12.25rem;
}
@media (max-width: 1280px) {
  .header__topbar-right-btn {
    margin-right: 7rem;
  }
}

.header__topbar-box {
  /* current/selected language */
  /* chevron */
}
.header__topbar-box .wpml-ls-statics-shortcode_actions .wpml-ls-native {
  font-size: 0;
}
.header__topbar-box .wpml-ls-statics-shortcode_actions .wpml-ls-native::before {
  font-size: 0.875rem;
  font-weight: 500;
}
.header__topbar-box .wpml-ls-statics-shortcode_actions .wpml-ls-current-language.wpml-ls-item-pl .wpml-ls-native::before {
  content: "PL";
}
.header__topbar-box .wpml-ls-statics-shortcode_actions .wpml-ls-current-language.wpml-ls-item-en .wpml-ls-native::before {
  content: "EN";
}
.header__topbar-box .wpml-ls-statics-shortcode_actions .wpml-ls-current-language.wpml-ls-item-ro .wpml-ls-native::before {
  content: "RO";
}
.header__topbar-box .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu .wpml-ls-item-pl .wpml-ls-native::before {
  content: "PL";
}
.header__topbar-box .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu .wpml-ls-item-en .wpml-ls-native::before {
  content: "EN";
}
.header__topbar-box .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu .wpml-ls-item-ro .wpml-ls-native::before {
  content: "RO";
}
.header__topbar-box .wpml-ls-statics-shortcode_actions .wpml-ls-display {
  display: none !important;
}
.header__topbar-box .wpml-ls-statics-shortcode_actions ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 0.25rem;
}
.header__topbar-box .wpml-ls-statics-shortcode_actions li {
  border-radius: 0.25rem;
  margin: 0;
}
.header__topbar-box .wpml-ls-statics-shortcode_actions a {
  border-radius: 0.25rem;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.header__topbar-box .wpml-ls-legacy-dropdown-click {
  width: auto;
  min-width: 4rem;
  border: none !important;
  border-radius: 0.25rem;
  position: relative;
}
.header__topbar-box .wpml-ls-legacy-dropdown-click > ul {
  margin: 0;
  padding: 0;
}
.header__topbar-box .wpml-ls-legacy-dropdown-click a {
  border: none !important;
  border-radius: 0.25rem;
  background-image: none !important;
}
.header__topbar-box .wpml-ls-legacy-dropdown-click a:hover, .header__topbar-box .wpml-ls-legacy-dropdown-click a:active, .header__topbar-box .wpml-ls-legacy-dropdown-click a:focus {
  background-color: transparent !important;
  outline: none;
}
.header__topbar-box .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  padding-right: 0.625rem;
}
.header__topbar-box .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  content: none;
}
.header__topbar-box .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-top: 0;
}
.header__topbar-box .wpml-ls-current-language > a {
  background-color: transparent !important;
  background-image: none !important;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  gap: 0.25rem;
  color: #ffffff !important;
}
.header__topbar-box .wpml-ls-current-language > a:hover {
  opacity: 0.92;
}
.header__topbar-box .wpml-arrow {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.header__topbar-box .wpml-arrow path {
  stroke: currentColor !important;
}
.header__topbar-box .wpml-arrow-open {
  transform: rotate(180deg);
}
.header__topbar-box .wpml-ls-sub-menu {
  border-radius: 0.25rem !important;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.25rem;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  min-width: 100%;
  z-index: 1000;
}
.header__topbar-box .wpml-ls-sub-menu li {
  display: block !important;
  visibility: visible !important;
}
.header__topbar-box .wpml-ls-sub-menu a {
  color: #000 !important;
  border-radius: 0.25rem !important;
}
.header__topbar-box .wpml-ls-sub-menu a:hover {
  background-color: #f2f7ff !important;
}
.header__topbar-box .wpml-ls-sub-menu a:focus {
  background-color: #f2f7ff !important;
  outline: 2px solid #f2f7ff;
  outline-offset: -2px;
}
.header__topbar-box .wpml-ls-last-item {
  border-radius: 0.25rem !important;
}
.header__topbar-box .wpml-ls-last-item a {
  border-radius: 0.25rem !important;
}

.website__footer {
  background-color: #00224c;
  padding-block: 2.5rem 0.5rem;
}
@media (min-width: 992px) {
  .website__footer {
    padding-block: 6rem 1.5rem;
  }
}

.footer-top {
  padding-block: 0 2.5rem;
  border-bottom: 2px solid #00ae80;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .footer-top {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .footer-top {
    padding-block: 0 4rem;
    justify-content: space-between;
  }
}
.footer-top__logo {
  margin-bottom: 1.75rem;
}
.footer-top__company {
  margin-bottom: 2rem;
}
.footer-top__addres-head {
  margin-bottom: 0.5rem;
}
.footer-top__data {
  max-width: 17rem;
}
.footer-top__menu {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
@media (min-width: 992px) {
  .footer-top__menu {
    flex-direction: row;
    gap: 12rem;
  }
}
@media (min-width: 1200px) {
  .footer-top__menu {
    gap: 16rem;
  }
}
.footer-top__menu .menu-item a {
  transition: all 0.2s;
}
.footer-top__menu .menu-item a:hover {
  color: #dee2e6;
}
.footer-top__menu-solutions-title {
  margin-bottom: 2.25rem;
}
.footer-top__menu-inner {
  display: flex;
  gap: 0.5rem;
}
@media (min-width: 1200px) {
  .footer-top__menu-inner {
    gap: 3.75rem;
  }
}
.footer-top__menu-inner-sitemap, .footer-top__menu-inner-news, .footer-top__menu-solutions {
  width: 10rem;
}
.footer-top__menu-list {
  font-size: 0.813rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.563rem;
  padding: 0;
}
.footer-top__menu-item-solutions {
  display: grid;
  gap: 0.563rem;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  grid-auto-rows: auto;
}
@media (min-width: 1200px) {
  .footer-top__menu-item-solutions {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}
.footer-top__solutions {
  display: flex;
  gap: 0.563rem;
}
.footer-top__solutions-col {
  flex: 1 1 0;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  gap: 0.563rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .footer-top__solutions-col {
    min-width: 180px;
  }
}

.footer-bottom {
  padding-block: 1.875rem 0;
  display: flex;
  justify-content: space-between;
}
.footer-bottom__socialmedia {
  display: flex;
  gap: 1.875rem;
}
.footer-bottom__socialmedia-item {
  transition: all 0.2s;
}
.footer-bottom__socialmedia-item:hover {
  scale: 1.1;
}

.footer-sign {
  display: flex;
  justify-content: center;
  padding-block: 4.5rem 0;
  transition: all 0.2s ease-in-out;
}
.footer-sign__created-by {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #dee2e6;
  transition: all 0.2s ease-in-out;
}
.footer-sign__created-by img {
  scale: 1;
  transition: all 0.2s ease-in-out;
}
.footer-sign__created-by:hover img {
  scale: 1.2;
}
.footer-sign__created-by:hover {
  color: #e9ecef;
}

.hero-img-stats {
  background: #0181ef;
  padding-top: 4rem;
  overflow: hidden;
}
.hero-img-stats__hero {
  display: flex;
  flex-direction: column;
}
.hero-img-stats__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-img-stats__col--left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
  z-index: 2;
}
.hero-img-stats__col--right {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  z-index: 1;
}
.hero-img-stats__image {
  width: 140%;
  transform: translateX(3.125rem) translateY(0.9375rem) scale(1.5);
}
.hero-img-stats__image img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-img-stats__stats {
  background: #ffffff;
  z-index: 0;
  position: relative;
}
.hero-img-stats__stats-grid {
  display: flex;
  flex-direction: column;
}
.hero-img-stats__stat {
  text-align: center;
  padding-block: 1rem;
}
.hero-img-stats__stat:is(:first-child) {
  padding-block: 2rem;
}
.hero-img-stats__stat:not(:last-child)::after {
  content: "";
  display: block;
  width: 60%;
  height: 0.0625rem;
  margin: 1.25rem auto 0;
  background-color: #e9ecef;
}
.hero-img-stats__value {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.25rem;
}
@media (min-width: 992px) {
  .hero-img-stats__container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    min-height: 80.5vh;
  }
  .hero-img-stats__col--left {
    align-items: flex-start;
    text-align: left;
    flex: 1;
    max-width: 36.25rem;
  }
  .hero-img-stats__col--right {
    flex: 1;
    margin-top: 0;
    justify-content: flex-end;
  }
  .hero-img-stats__image {
    width: 100%;
    scale: 0.9;
    max-width: 1300px;
  }
  .hero-img-stats__stats-grid {
    flex-direction: row;
  }
  .hero-img-stats__stat {
    flex: 1;
    padding-block: 2rem;
    position: relative;
  }
  .hero-img-stats__stat:not(:first-child) {
    padding-block: 1.5rem;
  }
  .hero-img-stats__stat:not(:last-child)::after {
    width: 0.0625rem;
    height: 60%;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (min-width: 1600px) {
  .hero-img-stats__container {
    position: relative;
    gap: 2rem;
    height: unset;
    padding-block: 5rem;
    min-height: unset;
  }
  .hero-img-stats__col--left {
    max-width: 40.625rem;
  }
  .hero-img-stats__col--right {
    min-height: 32.5rem;
  }
  .hero-img-stats__image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120%;
    transform-origin: right bottom;
    transform: translate(25%, 15%);
  }
}

.cta-section {
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .cta-section {
    padding-block: 6.844rem;
  }
}
.cta-section__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.cta-section__text-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
  width: 100%;
  max-width: 48.75rem;
  margin-inline: auto;
}
.cta-section__btn {
  width: 100%;
  align-self: center;
}
@media (min-width: 992px) {
  .cta-section__btn {
    width: auto;
  }
}
.cta-section__img-container {
  display: flex;
  justify-content: center;
}
.cta-section__image {
  position: relative;
  width: 100%;
  max-width: 28.5rem;
  aspect-ratio: 456/404.55;
  border-radius: 24px;
  overflow: hidden;
  border: 4px solid #1b8ff5;
  box-shadow: 0 4px 62px 21px rgba(0, 34, 76, 0.24);
}
.cta-section__image::after {
  content: "";
  position: absolute;
  width: 20rem;
  height: 20rem;
  border: 3.4rem solid #00ae80;
  border-radius: 50%;
  opacity: 0.8;
  pointer-events: none;
}
.cta-section__image--top-left::after {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.cta-section__image--top-right::after {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.cta-section__image--bottom-right::after {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
.cta-section__image--bottom-left::after {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}
.cta-section__img-item {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cta-section--no-image {
  background: #00ae80;
}
.cta-section--with-image {
  background: #0181ef;
}

@media (min-width: 992px) {
  .cta-section--with-image .cta-section__container {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
  .cta-section--with-image .cta-section__text-content {
    flex: 2;
    text-align: left;
    align-items: flex-start;
    max-width: none;
    margin-inline: 0;
  }
  .cta-section--with-image .cta-section__img-container {
    flex: 1;
    justify-content: flex-end;
  }
  .cta-section--with-image .cta-section__btn {
    align-self: flex-start;
  }
}

.icons-grid {
  padding-block: 4rem;
  background: #f2f7ff;
}
@media (min-width: 992px) {
  .icons-grid {
    padding-block: 6rem;
  }
}
.icons-grid__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 992px) {
  .icons-grid__container {
    gap: 4rem;
  }
}
.icons-grid__header {
  text-align: center;
  max-width: 48rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
.icons-grid__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .icons-grid__grid {
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .icons-grid__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
.icons-grid__item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.icons-grid__item-header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.icons-grid__item-title {
  max-width: 15.5rem;
}
.icons-grid__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px 0 rgba(10, 13, 18, 0.1), 0 1px 2px 0 rgba(10, 13, 18, 0.06);
  flex-shrink: 0;
}
.icons-grid__icon img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}
.icons-grid__subheading {
  margin-bottom: 0.75rem;
}

.hero-text-img-bg {
  position: relative;
  background: #0181ef;
  padding-block: 4rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero-text-img-bg {
    padding-block: 6.844rem;
  }
  .hero-text-img-bg::after {
    content: "";
    position: absolute;
    width: 80rem;
    height: 80rem;
    border: 8rem solid #ffffff;
    border-radius: 50%;
    bottom: -53rem;
    right: -33.5rem;
    opacity: 0.13;
    pointer-events: none;
  }
}
.hero-text-img-bg__ellipse {
  display: none;
  position: absolute;
  right: -20%;
  top: 50%;
  transform: translateY(-50%);
  width: 55%;
  max-width: 900px;
  height: auto;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 992px) {
  .hero-text-img-bg__ellipse {
    display: block;
    right: -10%;
    width: 45%;
  }
}
.hero-text-img-bg__container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  z-index: 1;
}
@media (min-width: 992px) {
  .hero-text-img-bg__container {
    flex-direction: row;
    align-items: center;
  }
}
.hero-text-img-bg__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
@media (min-width: 992px) {
  .hero-text-img-bg__content {
    flex: 1;
    text-align: left;
    max-width: 36.25rem;
  }
}
.hero-text-img-bg__media {
  display: none;
}
@media (min-width: 992px) {
  .hero-text-img-bg__media {
    display: flex;
    flex: 1;
    justify-content: center;
    margin-left: 2rem;
    position: relative;
    z-index: 2;
  }
}
.hero-text-img-bg__image {
  width: 100%;
  max-width: 420px;
}
.hero-text-img-bg__image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 300px;
}

.text-img-description {
  padding-block: 3rem;
  background: #ffffff;
}
@media (min-width: 992px) {
  .text-img-description {
    padding-block: 6rem;
  }
}
.text-img-description__container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 992px) {
  .text-img-description__container {
    gap: 4rem;
  }
}
.text-img-description__header-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
}
.text-img-description__image {
  width: 100%;
  aspect-ratio: 1110/523;
  overflow: hidden;
  border-radius: 10px;
}
.text-img-description__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-img-description__text-content {
  margin-inline: auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #535862;
  font-family: "Figtree", sans-serif;
}
.text-img-description__text-content p {
  margin-bottom: 1.25rem;
}
.text-img-description__text-content p:last-child {
  margin-bottom: 0;
}
.text-img-description__text-content strong {
  font-weight: 600;
}
.text-img-description__text-content ul,
.text-img-description__text-content ol {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}
.text-img-description__text-content li {
  margin-bottom: 0.5rem;
}

.img-grid-accordion {
  padding-block: 4rem;
  background: #ffffff;
}
@media (min-width: 992px) {
  .img-grid-accordion {
    padding-block: 0;
  }
}
.img-grid-accordion__track {
  position: relative;
}
@media (min-width: 992px) {
  .img-grid-accordion__track {
    height: 300vh;
  }
}
@media (min-width: 992px) {
  .img-grid-accordion__sticky {
    position: sticky;
    top: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}
.img-grid-accordion__container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
@media (min-width: 992px) {
  .img-grid-accordion__container {
    flex-direction: row;
    align-items: center;
    gap: 6rem;
  }
}
.img-grid-accordion__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  .img-grid-accordion__content {
    gap: 2rem;
  }
}
.img-grid-accordion__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: flex-start;
}
.img-grid-accordion__col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.img-grid-accordion__col--left {
  margin-top: 0;
}
.img-grid-accordion__col--right {
  margin-top: 2rem;
}
.img-grid-accordion__image {
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 62px 21px rgba(0, 34, 76, 0.24);
}
.img-grid-accordion__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.img-grid-accordion__eyebrown {
  text-align: center;
}
@media (min-width: 992px) {
  .img-grid-accordion__eyebrown {
    text-align: left;
  }
}
.img-grid-accordion__cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.img-grid-accordion__card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 1rem;
  border-left: 0.25rem solid #00ae80;
}
.img-grid-accordion__card:nth-child(1) {
  border-left-color: #00ae80;
}
.img-grid-accordion__card:nth-child(2) {
  border-left-color: #473bf0;
}
.img-grid-accordion__card:nth-child(3) {
  border-left-color: #0480eb;
}

@media (min-width: 992px) {
  .img-grid-accordion__card-text {
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    transition: max-height 0.4s ease, margin 0.4s ease;
  }
  .img-grid-accordion__card.is-active .img-grid-accordion__card-text {
    max-height: 31.25rem;
    margin-top: 0.75rem;
  }
}
.contact-form {
  background: #f2f7ff;
  padding-block: 2.5rem;
}
@media (min-width: 992px) {
  .contact-form {
    padding-block: 6rem;
  }
}
.contact-form__container {
  background: #ffffff;
  border: 0.0625rem solid #d5d7da;
  padding: 1rem;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .contact-form__container {
    padding: 1.5rem;
  }
}
.contact-form__container form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .contact-form__container form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
.contact-form__container label {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: -0.00625rem;
  color: #414651;
}
@media (min-width: 992px) {
  .contact-form__container label:has(textarea) {
    grid-column: 1/-1;
  }
}
.contact-form__container input {
  border: 0.0625rem solid #dee2e6;
  height: 3rem;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  padding-block: 0.75rem;
  padding-inline: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.contact-form__container input::-moz-placeholder {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #868e96;
}
.contact-form__container input::placeholder {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #868e96;
}
.contact-form__container select.wpcf7-form-control.wpcf7-select,
.contact-form__container select.wpcf7-select {
  width: 100%;
  border: 0.0625rem solid #dee2e6;
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  height: 3rem;
  padding-inline: 1rem;
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #181d27;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%23636879' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.75rem auto;
}
.contact-form__container textarea {
  border: 0.0625rem solid #dee2e6;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  padding-left: 1rem;
  padding-block: 0.75rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.contact-form__container p {
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: -0.0125rem;
  color: #161c2d;
}
@media (min-width: 992px) {
  .contact-form__container p {
    grid-column: 1/-1;
  }
}
.contact-form__container input.wpcf7-submit {
  background-color: #00ae80 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0.5rem;
  height: 3rem;
  width: 100%;
  font-weight: 600;
  cursor: pointer;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .contact-form__container input.wpcf7-submit {
    grid-column: 1/-1;
    max-width: 20rem;
    margin: auto;
  }
}
.contact-form__container .wpcf7-form-control-wrap {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .contact-form__container .wpcf7-form-control-wrap {
    margin-bottom: 0;
  }
  .contact-form__container .wpcf7-form-control-wrap[data-name=accept-privacy], .contact-form__container .wpcf7-form-control-wrap[data-name=accept-marketing] {
    grid-column: 1/-1;
  }
}
.contact-form__container .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
}
.contact-form__container .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contact-form__container .wpcf7-list-item-label {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #535862;
}
.contact-form__container .wpcf7-form-control {
  width: 100%;
}
.contact-form__rules {
  margin: 1.5rem 0;
  color: #161c2d;
}
@media (min-width: 992px) {
  .contact-form__rules {
    margin: 2rem 0;
  }
}
.contact-form__header {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .contact-form__header {
    grid-column: 1/-1;
    margin-bottom: 3rem;
  }
}
.contact-form__header .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1rem;
}
@media (min-width: 768px) {
  .contact-form__header .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 2rem;
  }
}
@media (min-width: 1200px) {
  .contact-form__header .wpcf7-checkbox {
    gap: 0.75rem 3rem;
  }
}
.contact-form__header .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.contact-form__header .wpcf7-checkbox .wpcf7-list-item label {
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
}
.contact-form__header .wpcf7-checkbox .wpcf7-list-item:has(input:checked) label span {
  font-weight: 600;
}
.contact-form__header .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #00ae80;
  cursor: pointer;
}
.contact-form__title {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #414651;
  margin-bottom: 1rem;
}
.contact-form__title:only-child {
  margin-bottom: 0;
}
.contact-form__title span {
  font-weight: 400;
}
.contact-form__consents {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .contact-form__consents {
    margin-top: 0;
  }
}
.contact-form__consents .wpcf7-acceptance .wpcf7-list-item label {
  align-items: flex-start;
}
.contact-form__consents .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  accent-color: #00ae80;
  margin-top: 0.125rem;
}
.contact-form__consents .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.locations-flags {
  background: #f2f7ff;
  padding-block: 0 2.5rem;
}
@media (min-width: 992px) {
  .locations-flags {
    padding-block: 0 6rem;
  }
}
.locations-flags__container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  align-items: center;
}
.locations-flags__title {
  max-width: 48rem;
  margin-inline: auto;
}
.locations-flags__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-top: 2rem;
  width: 100%;
}
@media (min-width: 992px) {
  .locations-flags__grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 3rem;
  }
}
.locations-flags__item {
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  align-items: start;
  gap: 1.5rem;
  text-align: left;
}
@media (min-width: 992px) {
  .locations-flags__item {
    grid-template-columns: 3rem 1fr;
    gap: 2rem;
  }
}
.locations-flags__flag img {
  width: 3.1875rem;
  height: 2.5rem;
  display: block;
}
.locations-flags__item-title {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .locations-flags__item-title {
    margin-bottom: 1.25rem;
  }
}
.locations-flags__text {
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  color: #535862;
  font-weight: 400;
}

.icons-list {
  background: #ffffff;
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .icons-list {
    padding-block: 6rem;
  }
}
.icons-list__header {
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .icons-list__header {
    margin-bottom: 4rem;
  }
}
.icons-list__subheading {
  margin-bottom: 12px;
}
.icons-list__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  justify-content: center;
}
@media (min-width: 992px) {
  .icons-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem 3rem;
  }
}
@media (min-width: 1200px) {
  .icons-list__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem 4rem;
  }
}
.icons-list__item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .icons-list__item {
    align-items: flex-start;
  }
}
.icons-list__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: #00ae80;
}
.icons-list__icon img,
.icons-list__icon svg {
  width: 1.125rem;
  height: 1.125rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.demo-form {
  background: #f2f7ff;
  padding-block: 2.5rem;
}
@media (min-width: 992px) {
  .demo-form {
    padding-block: 6rem;
  }
}
.demo-form__container {
  background: #ffffff;
  border: 0.0625rem solid #d5d7da;
  padding: 1rem;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .demo-form__container {
    padding: 1.5rem;
  }
}
.demo-form__container form {
  margin: 0;
}
.demo-form__container .demo-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .demo-form__container .demo-form__grid {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
    align-items: start;
  }
}
@media (min-width: 992px) {
  .demo-form__container .demo-form__full {
    grid-column: 1/-1;
  }
}
@media (min-width: 992px) {
  .demo-form__container .demo-form__left {
    grid-column: 1/2;
  }
}
@media (min-width: 992px) {
  .demo-form__container .demo-form__right {
    grid-column: 2/3;
  }
}
.demo-form__container label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: -0.00625rem;
  color: #414651;
  margin: 0;
  min-width: 0;
}
.demo-form__container input {
  border: 0.0625rem solid #dee2e6;
  height: 3rem;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  padding-block: 0.75rem;
  padding-inline: 1rem;
  border-radius: 0.5rem;
  width: 100%;
  margin: 0;
  min-width: 0;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #414651;
}
.demo-form__container input::-moz-placeholder {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #868e96;
}
.demo-form__container input::placeholder {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #868e96;
}
.demo-form__container select {
  border: 0.0625rem solid #dee2e6;
  height: 3rem;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  padding-block: 0.75rem;
  padding-left: 1rem;
  padding-right: 3rem;
  border-radius: 0.5rem;
  width: 100%;
  margin: 0;
  min-width: 0;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #868e96;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
}
.demo-form__container select:not([value=""]), .demo-form__container select:valid {
  color: #414651;
}
.demo-form__container .wpcf7-form-control-wrap {
  min-width: 0;
}
.demo-form__container .demo-form__acceptances {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}
.demo-form__container .demo-form__acceptances .wpcf7-list-item {
  margin: 0;
  min-width: 0;
}
.demo-form__container .demo-form__acceptances .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.75rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #535862;
  min-width: 0;
}
.demo-form__container .demo-form__acceptances input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.125rem 0 0;
  accent-color: #00ae80;
  flex-shrink: 0;
  padding: 0;
  box-shadow: none;
}
@media (min-width: 992px) {
  .demo-form__container .demo-form__submit {
    display: flex;
    justify-content: center;
  }
}
.demo-form__container input.wpcf7-submit {
  background-color: #00ae80 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0.5rem;
  height: 3rem;
  width: 100%;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 992px) {
  .demo-form__container input.wpcf7-submit {
    max-width: 20rem;
  }
}
.demo-form__container .demo-form__info p {
  text-align: center;
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: -0.0125rem;
  color: #161c2d;
}
@media (min-width: 992px) {
  .demo-form__container .demo-form__info p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.history-carousel {
  background: #00ae80;
  padding-block: 4rem;
  color: #ffffff;
  overflow: hidden;
}
@media (min-width: 992px) {
  .history-carousel {
    padding-block: 6rem;
  }
}
.history-carousel__arrow.is-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.history-carousel .container, .history-carousel__container, .history-carousel__slider,
.history-carousel .swiper,
.history-carousel .swiper-wrapper,
.history-carousel .swiper-slide {
  min-width: 0;
}
.history-carousel .swiper-slide--empty {
  opacity: 0;
  pointer-events: none;
}
.history-carousel__container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 992px) {
  .history-carousel__container {
    gap: 3rem;
  }
}
.history-carousel__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
.history-carousel__title {
  max-width: 44rem;
  text-align: center;
  margin: 0;
}
@media (min-width: 992px) {
  .history-carousel__title {
    text-align: left;
  }
}
.history-carousel__arrows {
  display: none;
}
@media (min-width: 992px) {
  .history-carousel__arrows {
    display: flex;
    flex-shrink: 0;
    gap: 0.625rem;
  }
}
.history-carousel__arrow {
  width: 3.1875rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  background: #ffffff;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.history-carousel__arrow img {
  width: 1rem;
  height: 1rem;
  display: block;
  transition: transform 0.2s ease;
}
.history-carousel__arrow--prev img {
  transform: rotate(180deg);
}
.history-carousel__arrow:hover {
  background: rgba(255, 255, 255, 0.966);
}
.history-carousel__arrow:active {
  background: rgba(255, 255, 255, 0.4);
}
.history-carousel__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.history-carousel__timeline {
  position: relative;
}
.history-carousel__line {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  transform: translateY(-50%);
  height: 0.5rem;
  border-radius: 999rem;
  background: #ffffff;
  z-index: 0;
}
.history-carousel__dots-window {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.history-carousel__dots-track {
  position: relative;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  gap: 18rem;
  transition: transform 0.35s ease;
  will-change: transform;
}
@media (min-width: 992px) {
  .history-carousel__dots-track {
    gap: 33rem;
  }
}
.history-carousel__dot {
  position: relative;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999rem;
  border: none;
  cursor: pointer;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background: transparent;
  z-index: 1;
}
.history-carousel__dot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999rem;
  border: 0.3rem solid #ffffff;
  background: #dee2e6;
}
.history-carousel__dot-inner {
  position: absolute;
  inset: 0.3125rem;
  border-radius: 999rem;
  background: #ffffff;
  transform: scale(0);
  transition: transform 0.2s ease;
}
.history-carousel__dot.is-active::before {
  border-color: #ffffff;
  background-color: #0181ef;
}
.history-carousel__dot.is-active .history-carousel__dot-inner {
  transform: scale(1);
  background-color: #0181ef;
}
.history-carousel__slider {
  width: 100%;
  overflow: hidden;
  cursor: grab;
}
@media (min-width: 1400px) {
  .history-carousel__slider {
    overflow: visible;
  }
}
.history-carousel__slide {
  opacity: 0.55;
  transition: opacity 0.25s ease;
  width: 250px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .history-carousel__slide {
    width: 422.4px;
  }
}
.history-carousel .swiper-slide-active {
  opacity: 1;
}
.history-carousel__slide-inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.history-carousel__slide-header {
  margin: 0;
  margin-bottom: 1rem;
}

.package-specs {
  padding-top: 4rem;
  background: #f2f7ff;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .package-specs {
    padding-top: 6rem;
  }
}
.package-specs__container {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .package-specs__container {
    padding-bottom: 6rem;
    align-items: center;
  }
}
.package-specs__blocks {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 992px) {
  .package-specs__blocks {
    align-items: flex-start;
    max-width: 56.25rem;
  }
}
.package-specs__block {
  display: flex;
  gap: 4rem;
}
.package-specs__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 45.625rem;
}
@media (min-width: 992px) {
  .package-specs__content {
    gap: 1.75rem;
  }
}
.package-specs__image {
  display: none;
}
@media (min-width: 992px) {
  .package-specs__image {
    display: flex;
    width: 10rem;
    height: 10rem;
    flex: 0 0 10rem;
    overflow: hidden;
    border-radius: 10px;
  }
  .package-specs__image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.package-specs__navigation {
  padding-block: 2.5rem;
  margin-top: auto;
  background: #ffffff;
  width: 100%;
}
.package-specs__navigation .container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.package-specs__navigation .container::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.0625rem;
  height: 2rem;
  background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .package-specs__navigation .container::after {
    height: 2.5rem;
  }
}
.package-specs__navigation-btn {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .package-specs__navigation-btn {
    font-size: 1rem;
  }
}
.package-specs__nav-btn {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.package-specs__nav-btn img {
  display: block;
  height: 0.85rem;
  width: auto;
}
@media (min-width: 992px) {
  .package-specs__nav-btn img {
    height: 1.25rem;
  }
}
.package-specs__nav-btn[href="#"] {
  cursor: default;
}
.package-specs__nav-btn--left {
  justify-content: flex-start;
  padding-right: 1.25rem;
  white-space: nowrap;
}
.package-specs__nav-btn--left img {
  transform: rotate(180deg);
}
.package-specs__nav-btn--mid {
  display: none;
}
@media (min-width: 992px) {
  .package-specs__nav-btn--mid {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    max-width: none;
    justify-content: center;
    white-space: nowrap;
  }
}
.package-specs__nav-btn--right {
  justify-content: flex-end;
  padding-left: 1.25rem;
  white-space: normal;
}
.package-specs__nav-btn--right .package-specs__navigation-btn {
  text-align: right;
  line-height: 1;
  display: block;
}
@media (min-width: 992px) {
  .package-specs__navigation .container::after {
    display: none;
  }
  .package-specs__navigation .container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }
  .package-specs__nav-btn {
    flex: initial;
    max-width: none;
    justify-content: center;
  }
  .package-specs__nav-btn--left {
    justify-self: start;
    padding-right: 0;
    white-space: nowrap;
  }
  .package-specs__nav-btn--mid {
    justify-self: center;
  }
  .package-specs__nav-btn--right {
    justify-self: end;
    padding-left: 0;
    white-space: nowrap;
  }
  .package-specs__nav-btn--right .package-specs__navigation-btn {
    text-align: left;
    line-height: inherit;
    display: inline;
  }
}
.package-specs__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.package-specs__list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.package-specs__list-icon {
  margin-top: 0.3rem;
}
.package-specs__container-bottom {
  text-align: center;
  max-width: 780px;
  margin-inline: auto;
  padding-bottom: 6rem;
}
.package-specs__container-bottom-header {
  margin-bottom: 12px;
}
.package-specs__container-bottom-content {
  color: #181d27;
  text-align: left;
}
@media (min-width: 768px) {
  .package-specs__container-bottom-content {
    text-align: center;
  }
}
.package-specs__container-bottom-title {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .package-specs__container-bottom-title {
    margin-bottom: 2rem;
  }
}
.package-specs__container-bottom-title--mb-none {
  margin-bottom: 0;
}
.package-specs__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.package-specs__subheading {
  margin-bottom: 0.75rem;
}

.hero-contact-split {
  background: #0181ef;
  padding-block: 4rem;
}
.hero-contact-split__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 992px) {
  .hero-contact-split__container {
    grid-template-columns: 1fr auto;
    gap: 4rem;
  }
}
@media (min-width: 1200px) {
  .hero-contact-split__container {
    gap: 10rem;
  }
}
.hero-contact-split__text-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .hero-contact-split__text-content {
    text-align: left;
    max-width: 34.5rem;
  }
}
.hero-contact-split__text {
  margin-bottom: 1rem;
}
.hero-contact-split__blocks {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 992px) {
  .hero-contact-split__blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.hero-contact-split__block {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .hero-contact-split__block {
    align-items: flex-start;
  }
}
.hero-contact-split__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .hero-contact-split__list {
    align-items: flex-start;
  }
}
.hero-contact-split__list li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hero-contact-split__icon {
  width: 2.06rem;
  height: 2.06rem;
  background: #ffffff;
  padding: 10px;
  border-radius: 999px;
  flex-shrink: 0;
}
.hero-contact-split__block-info {
  font-weight: 500;
  letter-spacing: 1.5px;
  font-size: 1rem;
  transition: all 0.2s;
}
.hero-contact-split__block-info:hover {
  color: #dee2e6;
}
@media (min-width: 992px) {
  .hero-contact-split__btn {
    align-self: flex-start;
  }
}
.hero-contact-split__image {
  display: none;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 4px solid #1b8ff5;
  width: 100%;
  max-width: 36rem;
  aspect-ratio: 13/11;
}
.hero-contact-split__image--video-on-mobile {
  display: flex;
  justify-content: center;
  aspect-ratio: auto;
  margin: 0 auto;
}
.hero-contact-split__image--play-button {
  cursor: pointer;
}
.hero-contact-split__image--play-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6rem;
  height: 6rem;
  background: url("../img/play-circle.svg") no-repeat center center;
  background-size: contain;
  opacity: 0.7;
  cursor: pointer;
  pointer-events: none;
  transition: all 0.4s;
  border: 2px solid transparent;
  border-radius: 50%;
}
.hero-contact-split__image--play-button:hover::before {
  width: 6.45rem;
  height: 6.45rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.hero-contact-split__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-contact-split__image--border-none {
  border: none;
}
.hero-contact-split__image--border-none img {
  aspect-ratio: auto;
  -o-object-fit: fill;
  object-fit: fill;
}
.hero-contact-split__image::after {
  content: "";
  position: absolute;
  width: 20rem;
  height: 20rem;
  border: 3.4rem solid #00ae80;
  border-radius: 50%;
  opacity: 0.8;
  pointer-events: none;
}
.hero-contact-split__image--top-left::after {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.hero-contact-split__image--top-right::after {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.hero-contact-split__image--bottom-right::after {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
.hero-contact-split__image--bottom-left::after {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}
.hero-contact-split__image--display-none::after {
  content: none !important;
}
@media (min-width: 992px) {
  .hero-contact-split__image {
    display: flex;
    justify-content: flex-end;
  }
}

.job-offer {
  background: #f2f7ff;
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .job-offer {
    padding-block: 6rem;
  }
}
.job-offer__top {
  text-align: center;
}
.job-offer__title {
  margin-top: 2rem;
}
.job-offer__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 48rem;
  margin: auto;
}
.job-offer__content {
  text-align: left;
}
.job-offer__line {
  width: 100%;
  height: 0.125rem;
  background: #00ae80;
  margin-top: 3rem;
}

.job-apply {
  background: #f2f7ff;
  padding-block: 0.5rem 0;
}
@media (min-width: 992px) {
  .job-apply {
    padding-block: 1.5rem 0;
  }
}
.job-apply__title {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .job-apply__title {
    margin-bottom: 1.5rem;
  }
}
.job-apply__box {
  background: #ffffff;
  border: 0.0625rem solid #d5d7da;
  padding: 1rem;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .job-apply__box {
    padding: 1.5rem;
  }
}
.job-apply__box form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .job-apply__box form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
.job-apply__box label {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: -0.00625rem;
  color: #414651;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .job-apply__box label:has(textarea) {
    grid-column: 1/-1;
  }
}
.job-apply__box input {
  border: 0.0625rem solid #dee2e6;
  height: 3rem;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  padding-block: 0.75rem;
  padding-inline: 1rem;
  border-radius: 0.5rem;
}
.job-apply__box input::-moz-placeholder {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #868e96;
}
.job-apply__box input::placeholder {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #868e96;
}
.job-apply__box textarea {
  border: 0.0625rem solid #dee2e6;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  padding-left: 1rem;
  padding-block: 0.75rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.job-apply__box p {
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: -0.0125rem;
  color: #161c2d;
}
@media (min-width: 992px) {
  .job-apply__box p {
    grid-column: 1/-1;
  }
}
.job-apply__box .wpcf7-form-control-wrap {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .job-apply__box .wpcf7-form-control-wrap {
    margin-bottom: 0;
  }
  .job-apply__box .wpcf7-form-control-wrap[data-name=accept-privacy], .job-apply__box .wpcf7-form-control-wrap[data-name=accept-marketing] {
    grid-column: 1/-1;
  }
  .job-apply__box .wpcf7-form-control-wrap[data-name=your-cv] {
    grid-column: 1/-1;
  }
}
.job-apply__box .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
}
.job-apply__box .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.job-apply__box .wpcf7-list-item-label {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #535862;
}
.job-apply__box .wpcf7-form-control {
  width: 100%;
}
.job-apply__box input.wpcf7-submit {
  background-color: #00ae80 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0.5rem;
  height: 3rem;
  width: 100%;
  font-weight: 600;
  cursor: pointer;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .job-apply__box input.wpcf7-submit {
    grid-column: 1/-1;
    max-width: 20rem;
    margin: auto;
  }
}
.job-apply__rules {
  margin: 1.5rem 0;
  color: #161c2d;
}
@media (min-width: 992px) {
  .job-apply__rules {
    margin: 2rem 0;
  }
}
.job-apply__consents {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .job-apply__consents {
    margin-top: 0;
  }
}
.job-apply__consents .wpcf7-acceptance .wpcf7-list-item label {
  align-items: flex-start;
}
.job-apply__consents .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  accent-color: #00ae80;
  margin-top: 0.125rem;
}
.job-apply__consents .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.job-apply__box input[type=file].wpcf7-file {
  width: 100%;
  height: 3rem;
  border: 0.0625rem solid #dee2e6;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  background: #ffffff;
  padding: 0;
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  line-height: 3rem;
}
.job-apply__box input[type=file].wpcf7-file::file-selector-button {
  height: 100%;
  border: none;
  border-right: 0.0625rem solid #dee2e6;
  background: #f1f3f5;
  padding-inline: 1rem;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: filter 0.2s ease;
}
.job-apply__box input[type=file].wpcf7-file:hover::file-selector-button, .job-apply__box input[type=file].wpcf7-file:hover::-webkit-file-upload-button {
  filter: brightness(0.98);
}
.job-apply__box input[type=file].wpcf7-file:focus {
  outline: none;
  border-color: #00ae80;
}
.job-apply__box input[type=file].wpcf7-file[aria-invalid=true] {
  border-color: #dc3232;
}

.job-offer-section {
  padding-block: 2.5rem;
  background: #f2f7ff;
}
@media (min-width: 992px) {
  .job-offer-section {
    padding-block: 6rem;
  }
}
.job-offer-section__container {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}
.job-offer-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.625rem;
  align-items: stretch;
}
@media (min-width: 992px) {
  .job-offer-section__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
  }
}
@media (min-width: 1400px) {
  .job-offer-section__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.job-offer-section__top {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.job-offer-section__card {
  background: #ffffff;
  padding-block: 1.8125rem;
  padding-inline: 2rem;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 1.5rem;
  border-radius: 10px;
  border: 2px solid #e4eeff;
  height: 100%;
}
.job-offer-section__card-description {
  max-width: 18.75rem;
}
.job-offer-section__card-button {
  width: 100%;
}
@media (min-width: 992px) {
  .job-offer-section__card-button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.job-offer-section__pagination {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .job-offer-section__pagination {
    justify-content: left;
  }
}

.comparison-table {
  background: #f2f7ff;
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .comparison-table {
    padding-block: 6rem;
  }
}
.comparison-table__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.comparison-table__top {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 52rem;
  margin-inline: auto;
}
.comparison-table__table {
  width: 100%;
  max-width: 60rem;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .comparison-table__table {
    max-width: 70rem;
  }
}
.comparison-table__head {
  display: grid;
  grid-template-columns: 1fr 4rem 4rem;
  align-items: center;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .comparison-table__head {
    grid-template-columns: 1fr 6rem 6rem;
    padding-bottom: 1.25rem;
  }
}
.comparison-table__head-empty {
  display: block;
}
.comparison-table__head-col {
  text-align: center;
  font-size: 1rem;
  font-weight: 800;
}
@media (min-width: 992px) {
  .comparison-table__head-col {
    font-size: 1.125rem;
  }
}
.comparison-table__head-col--1 {
  color: #0480eb;
}
.comparison-table__head-col--2 {
  color: #473bf0;
}
.comparison-table__body {
  display: flex;
  flex-direction: column;
}
.comparison-table__row {
  display: grid;
  grid-template-columns: 1fr 4rem 4rem;
  align-items: center;
  gap: 0.2rem;
  padding-block: 1.5rem;
  border-bottom: 1px solid #e9ecef;
}
@media (min-width: 992px) {
  .comparison-table__row {
    grid-template-columns: 1fr 6rem 6rem;
    padding-block: 1.75rem;
  }
}
.comparison-table__row-label {
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .comparison-table__row-label {
    font-size: 1.125rem;
  }
}
.comparison-table__row-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comparison-table__icon {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
@media (min-width: 992px) {
  .comparison-table__icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.comparison-table__icon--yes {
  filter: none;
}
.comparison-table__icon--no {
  opacity: 0.55;
}

.webinars-list {
  padding-block: 4rem;
  background: #f2f7ff;
}
@media (min-width: 992px) {
  .webinars-list {
    padding-block: 6rem;
  }
}
.webinars-list__text-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  .webinars-list__text-content {
    gap: 1.25rem;
  }
}
.webinars-list__container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 992px) {
  .webinars-list__container {
    gap: 4rem;
  }
}
.webinars-list__icons-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .webinars-list__icons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 4rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .webinars-list__icons-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.webinars-list__icon-item {
  display: flex;
  align-items: start;
  align-self: center;
  gap: 20px;
}
.webinars-list__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #00ae80;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.5rem;
}
.webinars-list__icon img {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.webinars-list__icon-text {
  max-width: 20rem;
}
@media (min-width: 992px) {
  .webinars-list__icon-text {
    max-width: 18.75rem;
  }
}
.webinars-list__cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .webinars-list__cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .webinars-list__cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1400px) {
  .webinars-list__cards-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.blog {
  background: #f2f7ff;
}
.blog__container {
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .blog__container {
    padding-block: 6rem;
  }
}
.blog__subheading {
  text-align: center;
  margin-bottom: 2rem;
}
.blog__paragraph {
  margin-bottom: 2rem;
  text-align: center;
}
.blog__cards-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .blog__cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .blog__cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1400px) {
  .blog__cards-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.features-tabs {
  background: #f2f7ff;
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .features-tabs {
    padding-block: 6rem;
  }
}
.features-tabs__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.features-tabs__top {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.features-tabs__accordion {
  display: flex;
  flex-direction: column;
}
.features-tabs__item {
  border-bottom: 0.1875rem solid #ffffff;
  width: 100%;
}
.features-tabs__toggle {
  width: 100%;
  padding-block: 1.25rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border-bottom: 0.1875rem solid transparent;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.features-tabs__toggle:active {
  transform: scale(0.99);
}
.features-tabs__icon {
  width: 1.75rem;
  height: 1.75rem;
  position: relative;
  flex: 0 0 auto;
}
.features-tabs__icon::before, .features-tabs__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 0.125rem;
  background: #00ae80;
  transform: translate(-50%, -50%);
  transition: 0.2s ease;
}
.features-tabs__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.features-tabs__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
.features-tabs__panel-inner {
  overflow: hidden;
  padding-bottom: 0;
  transition: padding-bottom 0.35s ease;
}
.features-tabs__item.is-active .features-tabs__toggle {
  border-bottom-color: #00ae80;
}
.features-tabs__item.is-active .features-tabs__panel {
  grid-template-rows: 1fr;
}
.features-tabs__item.is-active .features-tabs__panel-inner {
  padding-bottom: 2rem;
}
.features-tabs__item.is-active .features-tabs__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}
.features-tabs__card-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.features-tabs__image {
  display: none;
}
.features-tabs__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}
.features-tabs__card-title {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
}
.features-tabs__bullets {
  margin-top: 1rem;
}
.features-tabs__bullets p {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  color: #181d27;
  line-height: 1.6;
}
.features-tabs__bullets p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 1rem;
  height: 1rem;
  background-image: url("../img/arrow-right-green-sm.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.features-tabs__subtitle {
  color: #181d27;
}
.features-tabs__button {
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 992px) {
  .features-tabs__accordion {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(8.75rem, 1fr));
    justify-items: center;
  }
  .features-tabs__item {
    border: 0;
  }
  .features-tabs__toggle {
    width: 100%;
    padding-block: 1.5rem;
    padding-inline: 2.5rem;
    justify-content: center;
    border-bottom: 0.1875rem solid #ffffff;
    transition: border-color 0.25s ease, letter-spacing 0.25s ease;
  }
  .features-tabs__toggle:hover {
    border-bottom-color: rgba(0, 174, 128, 0.5);
    letter-spacing: 0.02em;
  }
  .features-tabs__item.is-active .features-tabs__toggle {
    border-bottom-color: #00ae80;
  }
  .features-tabs__icon {
    display: none;
  }
  .features-tabs__panel {
    display: none;
  }
  .features-tabs__details {
    display: block;
    margin-top: 3rem;
    position: relative;
  }
  .features-tabs__details.is-changing .features-tabs__card-inner {
    animation: featuresTabsSwap 0.45s ease both;
  }
  .features-tabs__card-inner {
    display: grid;
    grid-template-columns: 1.5fr 2.5fr;
    gap: 6rem;
    align-items: center;
    will-change: transform, opacity;
  }
  .features-tabs__image {
    position: relative;
    display: block;
    width: 100%;
    max-width: 25rem;
    aspect-ratio: 4/5;
  }
  .features-tabs__image-top, .features-tabs__image-middle, .features-tabs__image-bottom {
    position: absolute;
    width: 100%;
    height: 100%;
    will-change: transform;
    transition: transform 0.1s linear;
  }
  .features-tabs__image-top {
    left: 25px;
    top: 10px;
  }
  .features-tabs__image-middle {
    left: -4px;
    top: 0;
    z-index: 1;
  }
  .features-tabs__image-bottom {
    left: 25px;
    top: -10px;
  }
  .features-tabs__top-img, .features-tabs__middle-img, .features-tabs__bottom-img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
  }
  .features-tabs__content {
    transition: transform 0.35s ease;
  }
  .features-tabs__details:hover .features-tabs__content {
    transform: translateY(-0.125rem);
  }
}

@keyframes featuresTabsSwap {
  0% {
    opacity: 0;
    transform: translateY(0.75rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.references-carousel {
  background: #ffffff;
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .references-carousel {
    padding-block: 6rem;
  }
}
.references-carousel__inner {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
@media (min-width: 992px) {
  .references-carousel__inner {
    gap: 4rem;
  }
}
.references-carousel__swiper {
  width: 100%;
}
.references-carousel .swiper-wrapper {
  align-items: center;
}
.references-carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .references-carousel__slide {
    width: 10rem;
  }
}
.references-carousel__slide img {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 4.375rem;
  opacity: 0.35;
  filter: grayscale(1);
  transition: 0.25s ease;
  display: block;
}
@media (min-width: 992px) {
  .references-carousel__slide img {
    max-width: 10rem;
  }
}
.references-carousel .swiper-slide-active img {
  opacity: 1;
  filter: none;
}
.references-carousel__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: left;
}
@media (min-width: 992px) {
  .references-carousel__content {
    max-width: 38.43rem;
    margin-inline: auto;
  }
}
.references-carousel__text {
  letter-spacing: -0.2px;
}
.references-carousel__subheading {
  margin-bottom: 2rem;
}
.references-carousel__signature {
  display: inline-block;
  text-align: left;
  padding-left: 0.9rem;
  border-left: 0.2rem solid #00ae80;
}
.references-carousel__company {
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Figtree", sans-serif;
  letter-spacing: -0.2px;
}
.references-carousel__who {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #686868;
  font-weight: 600;
}
.references-carousel__read-more {
  background: none;
  cursor: pointer;
  font-weight: 600;
  align-self: flex-end;
}

.references-grid {
  background: #f2f7ff;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .references-grid {
    padding-block: 6rem;
  }
}
.references-grid__header {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .references-grid__header {
    margin-bottom: 3rem;
  }
}
.references-grid__subheading {
  margin: 0;
}
.references-grid__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .references-grid__list {
    gap: 2rem;
  }
}
.references-grid__card {
  background: #ffffff;
  border-radius: 10px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media (min-width: 992px) {
  .references-grid__card {
    display: grid;
    grid-template-columns: 22rem 1fr;
    gap: 3rem;
    align-items: start;
    border-radius: 1.5rem;
    padding: 3rem;
    min-height: 22rem;
  }
  .references-grid__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04);
  }
}
.references-grid__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .references-grid__content {
    gap: 2rem;
  }
}
.references-grid__top {
  display: flex;
  align-items: end;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .references-grid__top {
    gap: 0;
    align-items: flex-start;
  }
}
.references-grid__image-slot {
  flex-shrink: 0;
}
.references-grid__image-slot--mobile {
  max-width: 80px;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #ffffff;
}
@media (min-width: 992px) {
  .references-grid__image-slot--mobile {
    display: none;
  }
}
.references-grid__image-slot--desktop {
  display: none;
}
@media (min-width: 992px) {
  .references-grid__image-slot--desktop {
    display: flex;
    width: 100%;
  }
}
.references-grid__image {
  width: 100%;
  height: 100%;
}
.references-grid__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
@media (min-width: 992px) {
  .references-grid__image {
    width: 100%;
    height: auto;
  }
  .references-grid__image img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .references-grid__title {
    margin-top: 1rem;
  }
}

.content-media {
  padding-block: 4rem;
  background-color: #f2f7ff;
}
@media (min-width: 992px) {
  .content-media {
    padding-block: 6rem;
  }
}
.content-media__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.content-media__top {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.content-media__text {
  display: none;
}
@media (min-width: 992px) {
  .content-media__text {
    display: block;
    margin-top: 1rem;
    max-width: 50rem;
    margin-inline: auto;
  }
}
.content-media__bottom {
  display: none;
}
@media (min-width: 992px) {
  .content-media__bottom {
    display: grid;
    grid-template-columns: 1.5fr 2.5fr;
    gap: 6rem;
  }
}
.content-media__image {
  display: none;
}
@media (min-width: 992px) {
  .content-media__image {
    display: block;
    width: 100%;
    justify-self: end;
    border-radius: 24px;
    overflow: hidden;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 62px 21px rgba(0, 34, 76, 0.24);
    aspect-ratio: 4/5;
  }
  .content-media__image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.content-media__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
  padding-top: 4rem;
}
.content-media__content-text {
  display: none;
}
@media (min-width: 992px) {
  .content-media__content-text {
    display: block;
    max-width: 50rem;
  }
}
.content-media__bullets {
  margin-top: 1rem;
}
.content-media__content-title {
  font-size: 30px;
  color: #181d27;
  font: "Figtree", sans-serif;
  font-weight: 600;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

.compare-packages-list {
  background: #f2f7ff;
  padding-block: 2.5rem;
}
@media (min-width: 992px) {
  .compare-packages-list {
    padding-block: 6rem;
  }
}
.compare-packages-list__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.compare-packages-list__top {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.compare-packages-list__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .compare-packages-list__cards {
    gap: 20px;
  }
}

.error-page-main {
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .error-page-main {
    padding-block: 6rem;
  }
}

.error-page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-page__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  max-width: 43.75rem;
}
@media (min-width: 992px) {
  .error-page__inner {
    gap: 2.5rem;
    align-self: center;
  }
}
.error-page__btn {
  align-self: stretch;
}
@media (min-width: 992px) {
  .error-page__btn {
    align-self: center;
  }
}
.error-page__paragraph {
  max-width: 32rem;
}
.error-page__paragraph, .error-page__title {
  text-align: center;
}
.error-page__title {
  margin-bottom: 0.4rem;
}
@media (min-width: 992px) {
  .error-page__title {
    margin-bottom: 0.8rem;
  }
}

.single-post {
  background-color: #f2f7ff;
}

.stat-blog-post {
  padding-block: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .stat-blog-post {
    padding-block: 6rem;
  }
}
.stat-blog-post__date {
  margin-bottom: 0.75rem;
}
.stat-blog-post__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
}
.stat-blog-post__title {
  margin-bottom: 3rem;
  font-size: 1.75rem;
  text-align: center;
}
@media (min-width: 992px) {
  .stat-blog-post__title {
    font-size: 2.25rem;
    margin-bottom: 4rem;
  }
}
.stat-blog-post__box-img {
  width: 100%;
  max-width: 71rem;
  aspect-ratio: 71/32.25;
  margin-bottom: 3rem;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .stat-blog-post__box-img {
    margin-bottom: 4rem;
  }
}
.stat-blog-post__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.stat-blog-post__content {
  max-width: 48rem;
  padding-block: 0 2.5rem;
  border-bottom: 1px solid #00ae80;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .stat-blog-post__content {
    padding-block: 0 3rem;
  }
}
.stat-blog-post__content--wysiwyg p {
  font-size: 1.125rem;
  color: #3b3b3b;
}
.stat-blog-post__content--wysiwyg h2,
.stat-blog-post__content--wysiwyg h3,
.stat-blog-post__content--wysiwyg h4,
.stat-blog-post__content--wysiwyg h4,
.stat-blog-post__content--wysiwyg h5,
.stat-blog-post__content--wysiwyg h6 {
  color: #181d27;
  margin-bottom: 0.75rem;
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .stat-blog-post__content--wysiwyg h2,
  .stat-blog-post__content--wysiwyg h3,
  .stat-blog-post__content--wysiwyg h4,
  .stat-blog-post__content--wysiwyg h4,
  .stat-blog-post__content--wysiwyg h5,
  .stat-blog-post__content--wysiwyg h6 {
    margin-bottom: 1rem;
    margin-top: 3rem;
  }
}
.stat-blog-post__content--wysiwyg img {
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .stat-blog-post__content--wysiwyg img {
    margin-top: 3rem;
  }
}
.stat-blog-post__content--wysiwyg p:has(img) + p {
  margin: 1rem 0 3rem 0;
  color: #535862;
  font-size: 0.875rem;
}
.stat-blog-post__content--wysiwyg ul {
  margin-top: 0.8rem;
  font-size: 1.125rem;
  color: #3b3b3b;
}
.stat-blog-post__content--wysiwyg a {
  text-decoration: underline;
}
.stat-blog-post__content--wysiwyg blockquote {
  padding-inline: 1.25rem;
  padding-block: 0.5rem;
  font-size: 1.125rem;
  color: #181d27;
  font-style: italic;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  font-weight: 500;
  border-left: 2px solid #002f68;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .stat-blog-post__content--wysiwyg blockquote {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
.stat-blog-post__content--wysiwyg blockquote p {
  font-size: 1.125rem;
  color: #181d27;
  font-style: italic;
  font-weight: 500;
}
@media (min-width: 992px) {
  .stat-blog-post__content--wysiwyg blockquote p {
    font-size: 1.5rem;
  }
}
.stat-blog-post__content--wysiwyg blockquote cite,
.stat-blog-post__content--wysiwyg blockquote span {
  color: #535862;
  font-size: 1rem;
  font-weight: 400;
}
.stat-blog-post__content--wysiwyg p + p {
  margin-top: 1.2rem;
}
.stat-blog-post__content--wysiwyg ol {
  margin-top: 0.8rem;
  font-size: 1.125rem;
  color: #3b3b3b;
  padding-left: 1.5rem;
}
.stat-blog-post__content--wysiwyg ul {
  padding-left: 1.5rem;
}
.stat-blog-post__content--wysiwyg li {
  margin-bottom: 0.5rem;
}
.stat-blog-post__content--wysiwyg li::marker {
  color: #535862;
}
.stat-blog-post__content--wysiwyg li ul,
.stat-blog-post__content--wysiwyg li ol {
  margin-top: 0.6rem;
}
.stat-blog-post__content--wysiwyg strong,
.stat-blog-post__content--wysiwyg b {
  font-weight: 700;
  color: #181d27;
}
.stat-blog-post__content--wysiwyg em,
.stat-blog-post__content--wysiwyg i {
  font-style: italic;
}
.stat-blog-post__content--wysiwyg hr {
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
  margin: 2.5rem 0;
}
@media (min-width: 992px) {
  .stat-blog-post__content--wysiwyg hr {
    margin: 3rem 0;
  }
}
.stat-blog-post__content--wysiwyg figure {
  margin: 2.5rem 0;
}
@media (min-width: 992px) {
  .stat-blog-post__content--wysiwyg figure {
    margin: 3rem 0;
  }
}
.stat-blog-post__content--wysiwyg figure img {
  width: 100%;
  height: auto;
  display: block;
}
.stat-blog-post__content--wysiwyg figure figcaption {
  margin-top: 1rem;
  color: #535862;
  font-size: 0.875rem;
}
.stat-blog-post__content--wysiwyg img {
  max-width: 100%;
  height: auto;
  display: block;
}
.stat-blog-post__content--wysiwyg q {
  font-style: italic;
  color: #181d27;
}
.stat-blog-post__content--wysiwyg code,
.stat-blog-post__content--wysiwyg kbd,
.stat-blog-post__content--wysiwyg samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.95em;
  background: rgba(0, 0, 0, 0.06);
  padding: 0.15em 0.35em;
  border-radius: 0.25rem;
}
.stat-blog-post__content--wysiwyg pre {
  margin: 2.5rem 0;
  padding: 1.25rem;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.06);
  overflow-x: auto;
}
@media (min-width: 992px) {
  .stat-blog-post__content--wysiwyg pre {
    margin: 3rem 0;
    padding: 1.5rem;
  }
}
.stat-blog-post__content--wysiwyg pre code {
  background: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 0.95em;
}
.stat-blog-post__content--wysiwyg table {
  width: 100%;
  border-collapse: collapse;
  margin: 2.5rem 0;
  font-size: 1rem;
  color: #3b3b3b;
}
@media (min-width: 992px) {
  .stat-blog-post__content--wysiwyg table {
    margin: 3rem 0;
  }
}
.stat-blog-post__content--wysiwyg th,
.stat-blog-post__content--wysiwyg td {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.75rem;
  vertical-align: top;
}
.stat-blog-post__content--wysiwyg th {
  color: #181d27;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.04);
}
.stat-blog-post__content--wysiwyg thead th {
  border-bottom-width: 2px;
}
.stat-blog-post__content--wysiwyg input,
.stat-blog-post__content--wysiwyg textarea,
.stat-blog-post__content--wysiwyg select {
  width: 100%;
  max-width: 100%;
  font-size: 1rem;
  color: #181d27;
}
.stat-blog-post__content--wysiwyg label {
  display: block;
  margin-bottom: 0.5rem;
  color: #181d27;
  font-weight: 600;
}
.stat-blog-post__content--wysiwyg iframe,
.stat-blog-post__content--wysiwyg video {
  max-width: 100%;
  display: block;
}
.stat-blog-post__content--wysiwyg mark {
  background: rgba(22, 163, 74, 0.18);
  color: #181d27;
  padding: 0.1em 0.25em;
  border-radius: 0.25rem;
}
.stat-blog-post__buttons {
  display: flex;
  gap: 0.75rem;
}
.stat-blog-post__buttons img {
  width: 1.25rem;
  height: 1.25rem;
}
.stat-blog-post__buttons--is-copied {
  opacity: 0.5;
}

.news-whats-new {
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .news-whats-new {
    padding-block: 6rem;
  }
}

.whats-new__header {
  margin-top: 0.75rem;
}
.whats-new__posts {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .whats-new__posts {
    margin-top: 6rem;
  }
}
.whats-new__posts {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .whats-new__posts {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .whats-new__posts {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1400px) {
  .whats-new__posts {
    grid-template-columns: repeat(4, 1fr);
  }
}
.whats-new .post-card__date {
  display: none;
}

.service-assistance-comparison {
  background: #f2f7ff;
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .service-assistance-comparison {
    padding-top: 6rem;
  }
}
.service-assistance-comparison__container {
  max-width: 900px;
  margin-inline: auto;
}
.service-assistance-comparison__header {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .service-assistance-comparison__header {
    margin-bottom: 4rem;
  }
}
.service-assistance-comparison__subheading {
  margin-bottom: 12px;
}
.service-assistance-comparison__title {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.service-assistance-comparison__packages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.service-assistance-comparison__package--blue {
  color: #0480eb;
}
.service-assistance-comparison__package--purple {
  color: #473bf0;
}
.service-assistance-comparison__table {
  display: flex;
  flex-direction: column;
}
.service-assistance-comparison__table-header {
  display: grid;
  grid-template-columns: 1fr 50px 70px;
  gap: 0.75rem;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .service-assistance-comparison__table-header {
    grid-template-columns: 1fr 100px 100px;
    gap: 1.5rem;
  }
}
.service-assistance-comparison__table-row {
  display: grid;
  grid-template-columns: 1fr 50px 70px;
  gap: 0.75rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e9ecef;
}
@media (min-width: 992px) {
  .service-assistance-comparison__table-row {
    grid-template-columns: 1fr 100px 100px;
    gap: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .service-assistance-comparison__table-row {
    padding: 2rem 0;
  }
}
.service-assistance-comparison__table-row:last-child {
  border-bottom: none;
}
.service-assistance-comparison__table-row:first-child {
  padding-top: 0;
}
.service-assistance-comparison__table-title {
  justify-content: center;
  font-weight: 600;
  font-size: 1rem;
  color: #0480eb;
}
@media (min-width: 992px) {
  .service-assistance-comparison__table-title {
    font-size: 1.125rem;
  }
}
.service-assistance-comparison__table-title--blue {
  color: #0480eb;
}
.service-assistance-comparison__table-title--purple {
  color: #473bf0;
}
.service-assistance-comparison__table-cell {
  display: flex;
  align-items: center;
}
.service-assistance-comparison__table-cell--name {
  font-size: 1rem;
  line-height: 1.2;
  color: #181d27;
  font-weight: 600;
}
@media (min-width: 992px) {
  .service-assistance-comparison__table-cell--name {
    font-size: 1.125rem;
  }
}
.service-assistance-comparison__table-cell--icon {
  justify-content: center;
}
.service-assistance-comparison__icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.service-assistance-comparison__icon--check {
  background-image: url("../img/check-green.svg");
}
.service-assistance-comparison__icon--x {
  background-image: url("../img/crossmark.svg");
  width: 0.875rem;
  height: 0.875rem;
}

.header-content-section {
  background: #f2f7ff;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .header-content-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.header-content-section__container {
  text-align: center;
  max-width: 780px;
  margin-inline: auto;
}
.header-content-section__header {
  margin-bottom: 12px;
}
.header-content-section__title {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .header-content-section__title {
    margin-bottom: 2rem;
  }
}
.header-content-section__content {
  color: #181d27;
  text-align: left;
}
@media (min-width: 768px) {
  .header-content-section__content {
    text-align: center;
  }
}
.header-content-section__content--wysiwyg p {
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 1rem;
}
.header-content-section__content--wysiwyg p:last-child {
  margin-bottom: 0;
}
.header-content-section__content--wysiwyg h1,
.header-content-section__content--wysiwyg h2,
.header-content-section__content--wysiwyg h3,
.header-content-section__content--wysiwyg h4,
.header-content-section__content--wysiwyg h5,
.header-content-section__content--wysiwyg h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #181d27;
}
.header-content-section__content--wysiwyg h1:first-child,
.header-content-section__content--wysiwyg h2:first-child,
.header-content-section__content--wysiwyg h3:first-child,
.header-content-section__content--wysiwyg h4:first-child,
.header-content-section__content--wysiwyg h5:first-child,
.header-content-section__content--wysiwyg h6:first-child {
  margin-top: 0;
}
.header-content-section__content--wysiwyg h1 {
  font-size: 2rem;
}
.header-content-section__content--wysiwyg h2 {
  font-size: 1.75rem;
}
.header-content-section__content--wysiwyg h3 {
  font-size: 1.5rem;
}
.header-content-section__content--wysiwyg h4 {
  font-size: 1.25rem;
}
.header-content-section__content--wysiwyg h5 {
  font-size: 1.125rem;
}
.header-content-section__content--wysiwyg h6 {
  font-size: 1rem;
}
.header-content-section__content--wysiwyg strong,
.header-content-section__content--wysiwyg b {
  font-weight: 700;
  color: #181d27;
}
.header-content-section__content--wysiwyg em,
.header-content-section__content--wysiwyg i {
  font-style: italic;
}
.header-content-section__content--wysiwyg u {
  text-decoration: underline;
}
.header-content-section__content--wysiwyg a {
  color: #00ae80;
  text-decoration: none;
  transition: color 0.3s ease;
}
.header-content-section__content--wysiwyg a:hover {
  color: rgb(0, 123, 90.4827586207);
  text-decoration: underline;
}
.header-content-section__content--wysiwyg ul,
.header-content-section__content--wysiwyg ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.header-content-section__content--wysiwyg ul:last-child,
.header-content-section__content--wysiwyg ol:last-child {
  margin-bottom: 0;
}
.header-content-section__content--wysiwyg ul {
  list-style-type: disc;
  margin-bottom: 1rem;
}
.header-content-section__content--wysiwyg ol {
  list-style-type: decimal;
  margin-bottom: 1rem;
}
.header-content-section__content--wysiwyg li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.header-content-section__content--wysiwyg li:last-child {
  margin-bottom: 0;
}
.header-content-section__content--wysiwyg blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid #00ae80;
  background: rgba(0, 174, 128, 0.05);
  font-style: italic;
  color: #414651;
}
.header-content-section__content--wysiwyg blockquote p {
  margin-bottom: 0;
  font-size: 1.1rem;
}
.header-content-section__content--wysiwyg code {
  background: #f1f3f5;
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  color: #2c3142;
}
.header-content-section__content--wysiwyg pre {
  background: #f1f3f5;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin-bottom: 1rem;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  line-height: 1.4;
  color: #2c3142;
}
.header-content-section__content--wysiwyg pre code {
  background: none;
  padding: 0;
  border-radius: 0;
}
.header-content-section__content--wysiwyg table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.header-content-section__content--wysiwyg th,
.header-content-section__content--wysiwyg td {
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  text-align: left;
}
.header-content-section__content--wysiwyg th {
  background: #f1f3f5;
  font-weight: 700;
  color: #181d27;
}
.header-content-section__content--wysiwyg img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}
.header-content-section__content--wysiwyg img.alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.header-content-section__content--wysiwyg img.alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.header-content-section__content--wysiwyg img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.header-content-section__content--wysiwyg hr {
  border: none;
  border-top: 1px solid #dee2e6;
  margin: 2rem 0;
}
.header-content-section__content--wysiwyg .emoji {
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  margin-right: 0.25rem;
}
.header-content-section__content--wysiwyg br {
  display: block;
  margin-bottom: 0.5rem;
}
.header-content-section__content--wysiwyg * + h1,
.header-content-section__content--wysiwyg * + h2,
.header-content-section__content--wysiwyg * + h3,
.header-content-section__content--wysiwyg * + h4,
.header-content-section__content--wysiwyg * + h5,
.header-content-section__content--wysiwyg * + h6 {
  margin-top: 2rem;
}
.header-content-section__content--wysiwyg h1 + *,
.header-content-section__content--wysiwyg h2 + *,
.header-content-section__content--wysiwyg h3 + *,
.header-content-section__content--wysiwyg h4 + *,
.header-content-section__content--wysiwyg h5 + *,
.header-content-section__content--wysiwyg h6 + * {
  margin-top: 1rem;
}
.header-content-section__content--wysiwyg p + p {
  margin-top: 0;
}
.header-content-section__content--wysiwyg p + ul,
.header-content-section__content--wysiwyg p + ol,
.header-content-section__content--wysiwyg ul + p,
.header-content-section__content--wysiwyg ol + p,
.header-content-section__content--wysiwyg ul + ul,
.header-content-section__content--wysiwyg ol + ol,
.header-content-section__content--wysiwyg ul + ol,
.header-content-section__content--wysiwyg ol + ul {
  margin-top: 1rem;
}
.header-content-section__content--wysiwyg blockquote + * {
  margin-top: 1.5rem;
}
.header-content-section__content--wysiwyg * + blockquote {
  margin-top: 1.5rem;
}
.header-content-section__content--wysiwyg pre + * {
  margin-top: 1rem;
}
.header-content-section__content--wysiwyg * + pre {
  margin-top: 1rem;
}
.header-content-section__content--wysiwyg table + * {
  margin-top: 1rem;
}
.header-content-section__content--wysiwyg * + table {
  margin-top: 1rem;
}
.header-content-section__content--wysiwyg img + * {
  margin-top: 1rem;
}
.header-content-section__content--wysiwyg * + img {
  margin-top: 1rem;
}
.header-content-section__content--wysiwyg hr + * {
  margin-top: 1.5rem;
}
.header-content-section__content--wysiwyg * + hr {
  margin-top: 1.5rem;
}

.text-wysiwyg {
  padding-block: 2rem;
}
@media (min-width: 992px) {
  .text-wysiwyg {
    padding-block: 4rem;
  }
}

.articles-list-remote-work {
  background: #f2f7ff;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .articles-list-remote-work {
    padding-bottom: 6rem;
  }
}
.articles-list-remote-work__header {
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .articles-list-remote-work__header {
    margin-bottom: 4rem;
  }
}
.articles-list-remote-work__subheading {
  margin-bottom: 12px;
}
.articles-list-remote-work__posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .articles-list-remote-work__posts {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .articles-list-remote-work__posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1400px) {
  .articles-list-remote-work__posts {
    grid-template-columns: repeat(4, 1fr);
  }
}
.articles-list-remote-work .post-card__date {
  display: none;
}

.light-blue {
  background-color: #f2f7ff;
}

.white {
  background-color: #ffffff;
}

.green {
  background-color: #00ae80;
}

.blue {
  background-color: #0181ef;
}

.light-gray {
  background-color: #e9ecef;
}
/*# sourceMappingURL=main.css.map */
