/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  src: url(../dc3f4b1e33c31d9daff0.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(../15954c0054ced574d718.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url(../0dd2d5986e2731a16ee7.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
body h1, body h2, body h3 {
  font-family: "Ubuntu";
  font-weight: 300;
  margin: 0;
}
body h2 {
  margin-bottom: 2.4rem;
}
body h3 {
  margin-bottom: 1.6rem;
}

html {
  font: normal normal 400 62.5% "Open Sans", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
}

body * {
  font-family: "Open Sans", sans-serif;
}

/* Reset materialize radio buttons */
panda-forex-client-area .mainpandats [type=radio] {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
p {
  margin: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  width: 100%;
  height: auto;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Materialize overwrites
	====================================================================== */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  height: unset;
}

html {
  scroll-behavior: smooth;
  background: #F4F4F4;
  overscroll-behavior: none;
}
html body {
  overscroll-behavior: none;
}
html.no-scroll {
  max-height: 100dvh;
  overflow: hidden;
}
html.no-scroll body {
  overflow: hidden;
}
html.no-scroll body header {
  position: fixed;
}
html .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 792px) {
  html section:first-child:not(.hero) {
    padding-top: 10rem;
  }
}
html .container {
  max-width: 144rem;
  padding: 0 3.2rem;
  margin: 0 auto;
}
@media (max-width: 576px) {
  html .container {
    padding: 0 1.6rem;
  }
}
html .desktop-only {
  display: block;
}
@media (max-width: 792px) {
  html .desktop-only {
    display: none;
  }
}
html .mobile-only {
  display: none;
}
@media (max-width: 792px) {
  html .mobile-only {
    display: block;
  }
}
html .btn {
  display: flex;
  align-items: center;
  border-radius: 8rem;
  padding: 1.2rem 2.4rem;
  position: relative;
  font-size: 1.4rem;
  transition: background 0.3s;
  text-decoration: none !important;
  background-color: #359A58;
  color: #ffffff;
  width: fit-content;
}
html .btn:hover {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%), #359A58;
}
html .btn.arrow {
  padding-right: 4.4rem;
}
html .btn.arrow:after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.295 1.6004C11.295 1.1204 10.965 0.9104 10.635 0.9104H3.405C3.045 0.9104 2.775 1.1804 2.775 1.5404C2.775 1.9004 3.045 2.1704 3.405 2.1704H9.165L0.555 10.8104C0.315 11.0504 0.315 11.4404 0.555 11.7104C0.675 11.8304 0.855 11.8904 1.005 11.8904C1.155 11.8904 1.335 11.8304 1.455 11.7104L10.035 3.1304V8.8904C10.035 9.2504 10.305 9.5204 10.665 9.5204C11.025 9.5204 11.295 9.2504 11.295 8.8904V1.6004Z%27 fill=%27%23ECF9F1%27/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  z-index: 3;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4rem;
}
html .btn.arrow.no-bg:after {
  filter: invert(28%) sepia(14%) saturate(1624%) hue-rotate(66deg) brightness(33%) contrast(90%);
}
html .btn.arrow.no-bg:hover:after {
  filter: none;
}
html .btn.no-bg {
  border: 1px rgba(32, 59, 57, 0.2) solid;
  background: transparent;
  color: #203B39;
}
html .btn.no-bg:hover {
  color: #ffffff;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%), #359A58;
}
html .btn.demo {
  padding-right: 4.4rem;
}
html .btn.demo:after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M14.5703 7.88379H1.58984V12.6035C1.58989 13.2815 1.85944 13.9317 2.33887 14.4111C2.81829 14.8906 3.46848 15.1601 4.14648 15.1602H12.0137C12.6916 15.1601 13.3419 14.8905 13.8213 14.4111C14.3007 13.9317 14.5703 13.2815 14.5703 12.6035V7.88379ZM11.4229 4.14648V3.16309H4.73633V4.14648C4.73633 4.47233 4.47233 4.73633 4.14648 4.73633C3.82072 4.73623 3.55664 4.47227 3.55664 4.14648V3.23438C3.09946 3.34291 2.67656 3.57443 2.33887 3.91211C1.85946 4.39151 1.58992 5.04175 1.58984 5.71973V6.70312H14.5703V5.71973C14.5702 5.04177 14.3007 4.39151 13.8213 3.91211C13.4836 3.57444 13.0607 3.34293 12.6035 3.23438V4.14648C12.6035 4.47222 12.3394 4.73614 12.0137 4.73633C11.6878 4.73633 11.4229 4.47233 11.4229 4.14648ZM15.75 12.6035C15.75 13.5944 15.3559 14.5444 14.6553 15.2451C13.9546 15.9458 13.0046 16.3398 12.0137 16.3398H4.14648C3.15552 16.3398 2.2056 15.9458 1.50488 15.2451C0.804165 14.5444 0.410204 13.5945 0.410156 12.6035V5.71973C0.410229 4.7288 0.804186 3.77882 1.50488 3.07812C2.06501 2.51802 2.78427 2.15378 3.55664 2.03027V1C3.55664 0.674213 3.82072 0.410255 4.14648 0.410156C4.47233 0.410156 4.73633 0.674152 4.73633 1V1.9834H11.4229V1C11.4229 0.674152 11.6878 0.410156 12.0137 0.410156C12.3394 0.41034 12.6035 0.674265 12.6035 1V2.03027C13.3759 2.15381 14.0952 2.51803 14.6553 3.07812C15.3559 3.77882 15.7499 4.72881 15.75 5.71973V12.6035Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  z-index: 3;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4rem;
}
html .btn.grey-bg {
  background-color: rgba(255, 255, 255, 0.1490196078);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.0588235294) inset, 1px 1px 0px 0px rgba(255, 255, 255, 0.0784313725) inset, 0px 8px 40px -20px rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
html .btn.grey-bg:hover, html .btn.grey-bg.active {
  background-color: #359A58;
}
html .btn.tab {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  padding: 1.2rem 2.4rem;
}
html .btn.tab.custom-icon:after {
  background-image: var(--custom-icon);
  top: 1rem;
  right: 1.7rem;
  width: 2.4rem;
  height: 2.4rem;
}
html .btn.border {
  background: linear-gradient(94.13deg, #FFFFFF 38.23%, #CBC38F 72.87%, #4D8559 87.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  position: relative;
  backdrop-filter: contrast(0.8) blur(10px);
  border: none;
}
html .btn.border:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(94.13deg, #FFFFFF 38.23%, #CBC38F 72.87%, #4D8559 87.88%);
  border-radius: inherit;
  mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0);
  z-index: 2;
}
html .btn.border:hover {
  background: linear-gradient(180.04deg, #DAAC39 -1.97%, #FAD16E 23.45%, #B88430 59%, #AA7528 79.55%, #B0792D 107.85%);
  -webkit-text-fill-color: #ffffff;
}
html .btn.border:hover:before {
  background: linear-gradient(86.58deg, #DECB8B 12.73%, #CA9E48 61.61%, #D5BB5D 82.78%);
}
html .btn.border.border-white {
  -webkit-text-fill-color: #203B39;
}
html .btn.border.border-white:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(90deg, #151515 0%, #7EC48F 100%);
  border-radius: inherit;
  mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0);
  z-index: 2;
}
html .btn.border.border-white:after {
  filter: brightness(0);
}
html .btn.border.border-white:hover {
  background: linear-gradient(180.04deg, #DAAC39 -1.97%, #FAD16E 23.45%, #B88430 59%, #AA7528 79.55%, #B0792D 107.85%);
  -webkit-text-fill-color: #ffffff;
}
html .btn.border.border-white:hover:before {
  background: linear-gradient(86.58deg, #DECB8B 12.73%, #CA9E48 61.61%, #D5BB5D 82.78%);
}
html .btn.border.border-white:hover:after {
  filter: none;
}

.footer {
  position: relative;
  background: radial-gradient(116% 72% at 50% 82%, rgba(255, 255, 255, 0.25) 0%, rgba(203, 195, 143, 0.3) 25%, rgba(77, 133, 89, 0.3) 60%, rgba(8, 19, 17, 0.3) 100%);
  background-color: #081311;
  color: #ECF9F0;
  overflow: hidden;
  border-top-left-radius: 2.4rem;
  border-top-right-radius: 2.4rem;
}
.footer:has(.footer__cta) {
  background: radial-gradient(97% 35% at 50% 86%, rgba(255, 255, 255, 0.25) 0%, rgba(203, 195, 143, 0.3) 25%, rgba(77, 133, 89, 0.3) 60%, rgba(8, 19, 17, 0.3) 100%);
  background-color: #081311;
}
.footer .container {
  position: relative;
  z-index: 1;
}
.footer__cta {
  padding: 10rem 0;
  background: url(../d1b48999d716a7dd9557.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
}
@media (max-width: 1440px) {
  .footer__cta {
    background-size: cover;
  }
}
@media (max-width: 576px) {
  .footer__cta {
    padding: 6.4rem 0;
  }
}
.footer__cta .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer__cta h2 {
  font-size: 9rem;
  text-wrap: balance;
  background: linear-gradient(94.13deg, #FFFFFF 38.23%, #CBC38F 72.87%, #4D8559 87.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
}
@media (max-width: 576px) {
  .footer__cta h2 {
    font-size: 4rem;
    line-height: 4.4rem;
    text-wrap: auto;
  }
}
.footer__cta p {
  font-size: 1.4rem;
  opacity: 0.6;
  max-width: 69rem;
}
.footer__cta .btn {
  margin-top: 6.4rem;
  font-size: 2.4rem;
  padding: 2rem 4rem;
}
@media (max-width: 576px) {
  .footer__cta .btn {
    margin-top: 4rem;
    font-size: 1.4rem;
    padding: 1.2rem 2.4rem;
  }
}
.footer__cta .btn.arrow {
  padding-right: 7rem;
}
@media (max-width: 576px) {
  .footer__cta .btn.arrow {
    padding-right: 4.8rem;
  }
}
.footer__cta .btn.arrow:after {
  width: 1.4rem;
  height: 1.4rem;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .footer__cta .btn.arrow:after {
    width: 1.1rem;
    height: 1.1rem;
    right: 2.4rem;
  }
}
.footer__top {
  padding: 7rem 0 6rem;
}
@media (max-width: 576px) {
  .footer__top {
    padding: 4rem 0;
  }
}
.footer__top .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .footer__top .container {
    flex-direction: column;
    gap: 4rem;
  }
}
.footer__top .container > div:first-child {
  max-width: 32rem;
}
@media (max-width: 576px) {
  .footer__top .container > div:first-child {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .footer__top .container > div {
    max-width: 100%;
  }
}
.footer__top .container > div:first-child img.footer-logo {
  margin-bottom: 2.4rem;
  width: auto;
}
.footer__top .container > div:first-child p {
  opacity: 0.6;
  font-size: 1.4rem;
}
.footer__top .container > div:first-child .socials {
  display: flex;
  gap: 0.8rem;
  margin-top: 2.4rem;
}
.footer__top .container > div:first-child .socials__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}
.footer__top .container > div:first-child .socials__item img {
  width: auto;
  filter: grayscale(0.7);
}
.footer__top .container > div:first-child .socials__item:hover {
  background: #ffffff;
}
.footer__top .container > div:first-child .socials__item:hover img {
  filter: none;
}
.footer__top .container > div:nth-child(2) {
  display: flex;
  gap: 8rem;
}
.footer__top .container > div:nth-child(2) > div {
  min-width: 16rem;
}
@media (max-width: 992px) {
  .footer__top .container > div:nth-child(2) {
    gap: 3rem;
    flex-wrap: wrap;
  }
}
.footer__top .container > div:nth-child(2) h4 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0 0 0.8rem;
}
.footer__top .container > div:nth-child(2) ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__top .container > div:nth-child(2) ul li {
  width: max-content;
}
.footer__top .container > div:nth-child(2) ul li a {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #ffffff;
  transition: all 0.3s;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: block;
}
.footer__top .container > div:nth-child(2) ul li a:hover {
  color: #cbcb6c;
}
.footer__top .container > div:nth-child(2) ul li .sub-menu li a {
  font-weight: 400;
  margin-bottom: 0;
  color: #ECF9F0;
}
.footer__top .container > div:nth-child(2) ul li .sub-menu li a:hover {
  color: #cbcb6c;
}
.footer__bot {
  font-size: 1.2rem;
  line-height: 2.4rem;
  padding-bottom: 4rem;
}
.footer__bot .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .footer__bot .container {
    flex-direction: column;
    gap: 0.4rem;
  }
}
.footer__bot p {
  opacity: 0.4;
}
.footer__bot ul {
  list-style: none;
  display: flex;
  gap: 2.4rem;
  margin: 0;
  padding: 0;
}
.footer__bot ul li a {
  color: #ECF9F0;
  opacity: 0.4;
  transition: all 0.3s;
}
.footer__bot ul li a:hover {
  color: #cbcb6c;
  text-decoration: underline;
}

header {
  position: fixed;
  top: 0;
  padding-top: 1.6rem;
  width: 100%;
  z-index: 999;
  height: 6.6rem;
  transition: height 0.5s ease-in-out, background-color 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  background-image: none;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  border-bottom-left-radius: 2.4rem;
  border-bottom-right-radius: 2.4rem;
}
@media (max-width: 1025px) {
  header {
    padding-top: 1.6rem;
    height: 6rem;
  }
}
header.with-bg {
  background-color: rgba(9, 23, 22, 0.9);
  backdrop-filter: blur(10px);
}
header.with-bg.white {
  backdrop-filter: blur(60px);
  background-color: rgba(214, 214, 214, 0.7);
  background-image: none;
}
header.white .custom-logo-link img {
  filter: invert(28%) sepia(14%) saturate(1624%) hue-rotate(66deg) brightness(70%) contrast(90%);
}
header.white .header-inner > .container .menu-toggle {
  filter: brightness(0.3);
}
header.white .header-inner > .container .menu-header-main-container {
  border: 1px rgba(32, 59, 57, 0.2) solid;
}
@media (max-width: 1025px) {
  header.white .header-inner > .container .menu-header-main-container {
    border: none;
  }
}
@media (max-width: 1025px) {
  header.white .header-inner > .container .menu-header-main-container > ul > li {
    border: 1px rgba(32, 59, 57, 0.2) solid;
  }
}
@media (max-width: 1025px) {
  header.white .header-inner > .container .menu-header-main-container > ul > li.menu-item-has-children:after {
    filter: brightness(0.3);
  }
}
header.white .header-inner > .container .menu-header-main-container > ul > li > a {
  color: #203B39;
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}
header.white .header-inner > .container .menu-header-main-container > ul > li > a:hover {
  color: #203B39;
  opacity: 1;
}
header.white .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-Newsletter .newsletter {
  background: rgba(4, 9, 9, 0.0509803922);
}
header.white .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul:has(.menu-item-type-Posts) .socials__item, header.white .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul:has(.menu-item-type-Newsletter) .socials__item, header.white .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul:has(.menu-item-type-custom) .socials__item {
  background: rgba(109, 102, 102, 0.1) !important;
}
header.white .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom .posts .post-item {
  background: rgba(4, 9, 9, 0.0509803922);
}
header.white .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom .posts .post-item__category {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)), linear-gradient(0deg, #DBE6E1, #DBE6E1);
  color: #203B39;
}
@media (max-width: 1025px) {
  header.white .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom .posts .post-item__title a {
    background: linear-gradient(90deg, #151515 0%, #7EC48F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    width: fit-content;
  }
}
header.white .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom .posts .post-item__excerpt {
  color: #375F5C;
}
header.white .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li:has(.newsletter) .newsletter {
  background: rgba(4, 9, 9, 0.0509803922);
}
header.white .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li:has(.newsletter) .newsletter h3 {
  background: linear-gradient(90deg, #151515 0%, #7EC48F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
}
header.white .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li:has(.newsletter) .newsletter p {
  color: #375F5C;
}
header.white .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li .btn {
  color: #203B39 !important;
}
header.white .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li .btn:hover {
  color: #ffffff !important;
}
header.white .header-inner > .container .menu-header-main-container ul li a {
  color: #203B39;
}
header.white .header-inner > .container .menu-header-main-container ul li a:hover {
  color: #375F5C;
}
header.white .header-inner > .container .menu-header-main-container ul li a .menu-item-icon {
  filter: grayscale(1) brightness(0.3);
}
header.white .header-inner > .container .menu-header-main-container ul li a .menu-item-new {
  background-image: url(../b8cd733bbe08f0d71ee6.webp) !important;
}
@media (max-width: 1025px) {
  header.expanded {
    height: 100dvh;
    overflow-y: auto;
  }
}
header.expanded .container .menu-header-main-container ul li.active .sub-menu-wrap {
  height: fit-content;
  pointer-events: auto;
  opacity: 1;
}
header .header-inner {
  height: 100%;
}
header .header-inner > .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1025px) {
  header .header-inner > .container {
    align-items: center;
  }
}
header .header-inner > .container .menu-header-main-container {
  border: 1px rgba(255, 255, 255, 0.1) solid;
  border-radius: 4rem;
  padding: 1.2rem 2.4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 1025px) {
  header .header-inner > .container .menu-header-main-container {
    width: -webkit-fill-available;
    border: none;
    left: 0;
    transform: none;
    background: none;
    padding: 1.6rem;
    top: 5.4rem;
  }
}
header .header-inner > .container .menu-header-main-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2.4rem;
}
header .header-inner > .container .menu-header-main-container ul li {
  position: relative;
}
header .header-inner > .container .menu-header-main-container ul li a {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #ffffff;
  cursor: pointer;
}
header .header-inner > .container .menu-header-main-container ul li a:hover {
  text-decoration: none;
  color: #42C06E;
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100vw;
  display: flex;
  flex-direction: column;
  height: 0;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 1025px) {
  header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap {
    position: relative;
    top: unset;
    width: 100%;
    transition: opacity 0s, height 0.5s ease-in-out;
    overflow: visible;
  }
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container {
  width: calc(100% - 6.4rem);
}
@media (max-width: 1025px) {
  header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container {
    width: 100%;
    padding: 1.6rem 0 0;
  }
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-Posts), header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-Newsletter), header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-custom) {
  flex-direction: row;
  justify-content: space-between;
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-Posts) .socials, header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-Newsletter) .socials, header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-custom) .socials {
  display: none;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-Posts) .socials__item, header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-Newsletter) .socials__item, header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-custom) .socials__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-Posts) .socials__item img, header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-Newsletter) .socials__item img, header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-custom) .socials__item img {
  width: auto;
  filter: grayscale(0.7);
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-Posts) .socials__item:hover, header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-Newsletter) .socials__item:hover, header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-custom) .socials__item:hover {
  background: #ffffff;
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-Posts) .socials__item:hover img, header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-Newsletter) .socials__item:hover img, header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-custom) .socials__item:hover img {
  filter: none;
}
@media (max-width: 1025px) {
  header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-Posts) .socials, header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-Newsletter) .socials, header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-custom) .socials {
    display: flex;
  }
}
@media (max-width: 1025px) {
  header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-Posts), header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-Newsletter), header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap .container > ul:has(.menu-item-type-custom) {
    flex-direction: column;
  }
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul {
  flex-direction: column;
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-heading > a {
  pointer-events: none;
  font-size: 1rem;
  line-height: 100%;
  margin-bottom: 1rem;
  opacity: 0.4;
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-heading .sub-menu {
  gap: 1.2rem;
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li a {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li a .menu-item-icon {
  width: 2.4rem;
  height: 2.4rem;
}
@media (max-width: 1025px) {
  header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li a .menu-item-icon {
    filter: grayscale(0.7);
  }
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li a .menu-item-new {
  display: block;
  width: 4rem;
  height: 2rem;
  background-image: url(../f0edc9f838130fd14da1.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li .btn {
  color: #ffffff !important;
  line-height: 1.8rem;
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li:has(.newsletter) {
  width: 50%;
}
@media (max-width: 1025px) {
  header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li:has(.newsletter) {
    position: absolute;
    bottom: 0;
    left: -1.3rem;
    right: -1.3rem;
    width: max-content;
  }
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li:has(.newsletter) > a {
  display: none;
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li:has(.newsletter) .newsletter {
  border-radius: 1.2rem;
  padding: 3.6rem 2.4rem;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.0588235294) inset, 1px 1px 0px 0px rgba(255, 255, 255, 0.0784313725) inset, 0px 8px 40px -45px rgba(255, 255, 255, 0.2);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)), radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.032) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1025px) {
  header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li:has(.newsletter) .newsletter {
    flex-direction: column;
    padding: 1.2rem;
    align-items: baseline;
  }
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li:has(.newsletter) .newsletter .tag {
  display: none;
}
@media (max-width: 1025px) {
  header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li:has(.newsletter) .newsletter .tag {
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
    color: #ECF9F0;
    opacity: 0.6;
  }
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li:has(.newsletter) .newsletter h3 {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  width: fit-content;
  background: linear-gradient(94.13deg, #FFFFFF 38.23%, #CBC38F 72.87%, #4D8559 87.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
}
@media (max-width: 1025px) {
  header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li:has(.newsletter) .newsletter h3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li:has(.newsletter) .newsletter p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #ECF9F0;
  opacity: 0.6;
}
@media (max-width: 1025px) {
  header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li:has(.newsletter) .newsletter .btn {
    margin-top: 2.4rem;
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
  }
  header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li:has(.newsletter) .newsletter .btn:after {
    top: 1.5rem;
  }
}
@media (max-width: 1025px) {
  header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li:has(.posts) {
    position: absolute;
    left: -1.3rem;
    right: -1.3rem;
  }
}
@media (max-width: 1025px) {
  header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom:has(.socials) {
    position: absolute;
  }
  header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom:has(.socials) > a {
    display: none;
  }
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom .posts {
  display: flex;
  gap: 2.4rem;
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom .posts .post-item {
  padding: 1.2rem;
  border-radius: 1.2rem;
  max-width: 32rem;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.0588235294) inset, 1px 1px 0px 0px rgba(255, 255, 255, 0.0784313725) inset, 0px 8px 40px -45px rgba(255, 255, 255, 0.2);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)), radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.032) 0%, rgba(255, 255, 255, 0) 100%);
  position: relative;
}
@media (max-width: 1025px) {
  header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom .posts .post-item {
    padding: 1.2rem;
    max-width: 100%;
  }
  header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom .posts .post-item:not(:first-child) {
    display: none;
  }
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom .posts .post-item__tag {
  display: none;
}
@media (max-width: 1025px) {
  header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom .posts .post-item__tag {
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
    color: #ECF9F0;
    opacity: 0.6;
  }
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom .posts .post-item__thumbnail {
  width: 100%;
  border-radius: 1.2rem;
  margin-bottom: 1.2rem;
  overflow: hidden;
  height: 16.7rem;
}
@media (max-width: 1025px) {
  header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom .posts .post-item__thumbnail {
    display: none;
  }
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom .posts .post-item__categories {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 1.8rem;
}
@media (max-width: 1025px) {
  header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom .posts .post-item__categories {
    display: none;
  }
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom .posts .post-item__category {
  display: block;
  background-color: rgba(255, 255, 255, 0.1490196078);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.0588235294) inset, 1px 1px 0px 0px rgba(255, 255, 255, 0.0784313725) inset, 0px 8px 40px -20px rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 8rem;
  padding: 0.8rem 1.6rem;
  font-size: 1rem;
  line-height: 1rem;
  color: #ffffff;
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom .posts .post-item__title {
  margin-bottom: 0.9rem;
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom .posts .post-item__title a {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
@media (max-width: 1025px) {
  header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom .posts .post-item__title a {
    font-size: 1.6rem;
    line-height: 2.4rem;
    background: linear-gradient(94.13deg, #FFFFFF 38.23%, #CBC38F 72.87%, #4D8559 87.88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    width: fit-content;
  }
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom .posts .post-item__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #ECF9F0;
  opacity: 0.8;
  position: relative;
  z-index: 1;
}
@media (max-width: 1025px) {
  header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom .posts .post-item__excerpt {
    opacity: 0.6;
  }
}
header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom .posts .post-item .btn {
  position: relative;
  margin-top: 2.4rem;
  backdrop-filter: blur(5px);
  z-index: 2;
  font-size: 1.1rem;
}
@media (max-width: 1025px) {
  header .header-inner > .container .menu-header-main-container ul li .sub-menu-wrap ul li.menu-item-type-custom .posts .post-item .btn {
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
@media (max-width: 1025px) {
  header .header-inner > .container .menu-header-main-container > ul {
    flex-direction: column;
    gap: 1.2rem;
  }
}
@media (max-width: 1025px) {
  header .header-inner > .container .menu-header-main-container > ul > li {
    padding: 1.6rem 1.2rem;
    border: 1px rgba(255, 255, 255, 0.1) solid;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.05);
  }
  header .header-inner > .container .menu-header-main-container > ul > li > a {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  header .header-inner > .container .menu-header-main-container > ul > li.menu-item-has-children:after {
    content: "";
    background-image: url("data:image/svg+xml,%0A%3Csvg width=%2716%27 height=%279%27 viewBox=%270 0 16 9%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M15 1L8 8L1 1%27 stroke=%27%23ECF9F1%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.4rem;
    height: 0.7rem;
    position: absolute;
    right: 1.6rem;
    top: 2.9rem;
  }
  header .header-inner > .container .menu-header-main-container > ul > li.menu-item-has-children.active:after {
    transform: rotate(180deg);
  }
  header .header-inner > .container .menu-header-main-container > ul > li.menu-item-has-children > a {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1025px) {
  header .header-inner > .container > .btn {
    position: absolute;
    right: 6rem;
  }
}
@media (max-width: 576px) {
  header .header-inner > .container > .btn {
    right: 3.2rem;
  }
}
@media (max-width: 1025px) {
  header .header-inner > .container .btn {
    font-size: 1rem;
    line-height: 1rem;
    padding: 1.1rem 3.3rem 0.9rem 1.6rem;
    min-width: max-content;
    height: 1.3rem;
    margin-right: 1.2rem;
  }
  header .header-inner > .container .btn:after {
    width: 0.7rem;
    height: 0.7rem;
    right: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
header .header-inner > .container .menu-toggle {
  width: 16px;
  position: relative;
  padding: 0;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 101;
}
@media (min-width: 1025px) {
  header .header-inner > .container .menu-toggle {
    display: none;
  }
}
header .header-inner > .container .menu-toggle:before, header .header-inner > .container .menu-toggle:after,
header .header-inner > .container .menu-toggle span {
  background: #ffffff;
  content: "";
  display: block;
  height: 2px;
  margin: 4px 0;
  transition: all 0.5s;
}
header .header-inner > .container .menu-toggle[aria-expanded=true] span {
  transform: scale(0);
}
header .header-inner > .container .menu-toggle[aria-expanded=true]:before {
  transform: translateY(6px) rotate(135deg);
}
header .header-inner > .container .menu-toggle[aria-expanded=true]:after {
  transform: translateY(-6px) rotate(-135deg);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 1000;
}

#popup-wrapper {
  display: flex;
  transition: all 0.3s;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(26, 26, 26, 0.5);
  z-index: 9999;
}
#popup-wrapper .popup-content {
  padding: 40px;
  position: relative;
  max-width: 500px;
  width: calc(100% - 110px);
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1019607843);
  flex-direction: column;
}
#popup-wrapper .popup-content #popup-close {
  position: absolute;
  width: 20px;
  height: 20px;
  inset-block-start: 20px;
  inset-inline-end: 20px;
  cursor: pointer;
}
#popup-wrapper .popup-content #popup-close svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#popup-wrapper .popup-content #popup-title {
  text-align: center;
  font-size: 50px;
  line-height: 58px;
  margin: 0 0 30px;
}
#popup-wrapper .popup-content #popup-text {
  text-align: center;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
}
#popup-wrapper .popup-content .btn-holder {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
}
#popup-wrapper .popup-content .btn-holder .cta-btn {
  width: fit-content;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  padding: 12px;
  min-width: 220px;
  border-radius: 6px;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.3s;
  text-transform: capitalize;
}
#popup-wrapper .popup-content .btn-holder .cta-btn:hover {
  background-color: #ffffff;
}
#popup-wrapper.active .popup-content {
  animation: zoomIn 1s;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}
.logos-slider {
  padding: 0;
  overflow-x: hidden;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .logos-slider {
    padding: 6rem 0 0;
  }
}
.logos-slider .container {
  overflow: hidden;
}
.logos-slider .container:has(.left) {
  padding-left: 11.6rem;
  max-width: 133.4rem;
}
@media (max-width: 576px) {
  .logos-slider .container:has(.left) {
    padding-left: 1.6rem;
    max-width: 100%;
  }
}
.logos-slider h2 {
  margin: 0;
}
.logos-slider.light h2 {
  background: linear-gradient(90deg, #151515 0%, #7EC48F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
}
.logos-slider.light p {
  color: #4E8480;
}
.logos-slider.dark {
  background: linear-gradient(360deg, #091716 83.97%, rgba(9, 23, 22, 0) 100%);
}
.logos-slider.dark h2 {
  color: #D9F2E2;
  opacity: 0.6;
}
.logos-slider.dark p {
  color: #D9F2E2;
  opacity: 0.6;
}
.logos-slider h2.center {
  text-align: center;
  font-family: "Ubuntu";
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-left: auto;
  margin-right: auto;
}
.logos-slider h2.left {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.logos-slider h2.left:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #D9F2E2;
  position: absolute;
  top: 0.7rem;
  margin-left: 1.6rem;
  opacity: 0.6;
}
@media (max-width: 1025px) {
  .logos-slider h2.left:after {
    display: none;
  }
}
.logos-slider p {
  font-weight: 400;
}
.logos-slider p.center {
  margin-top: 0.6rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
}
.logos-slider p.left {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.logos-slider .logo-holder {
  margin: 3.2rem 0;
}
.logos-slider .logo-holder .swiper-wrapper {
  transition-timing-function: linear;
}

.reviews {
  margin: 10rem 0;
  padding: 0 3.2rem;
}
@media (max-width: 792px) {
  .reviews {
    margin: 4rem 0;
    padding: 0;
  }
}
.reviews .container {
  border-radius: 2.4rem;
  max-width: 140.8rem;
  padding: 8rem 1.6rem;
  background-color: #091716;
  background-image: url(../c7eabf3cffd4ac5e6973.webp);
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  .reviews .container {
    padding: 8rem 0;
  }
}
.reviews .container h2 {
  background: linear-gradient(94.13deg, #FFFFFF 38.23%, #CBC38F 72.87%, #4D8559 87.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
  font-size: 6.4rem;
  line-height: 110%;
  text-align: center;
  margin: 0 auto 2.4rem;
  padding: 0 3.2rem;
  text-wrap: balance;
}
@media (max-width: 576px) {
  .reviews .container h2 {
    font-size: 4rem;
    margin-bottom: 1.6rem;
    padding: 0 1.6rem;
  }
}
.reviews .container p {
  color: #D9F2E2;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 0 3.2rem;
}
.reviews .container p a {
  color: #ECB52A;
}
@media (max-width: 576px) {
  .reviews .container p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 0 1.6rem;
  }
}
.reviews .container .reviews-holder {
  margin: 6.4rem 0 3.2rem;
  width: 100%;
}
@media (max-width: 576px) {
  .reviews .container .reviews-holder {
    margin: 4rem 0 0;
  }
}
@media (max-width: 576px) {
  .reviews .container .reviews-holder .swiper-wrapper {
    padding: 0 1.6rem;
  }
}
.reviews .container .reviews-holder .navigation {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 3.2rem;
}
.reviews .container .reviews-holder .navigation .swiper-button-prev, .reviews .container .reviews-holder .navigation .swiper-button-next {
  position: relative;
  width: 5.6rem;
  height: 3.2rem;
  border-radius: 2.8rem;
  border: 1px #ffffff solid;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  cursor: pointer;
}
.reviews .container .reviews-holder .navigation .swiper-button-prev:after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2725%27 height=%278%27 viewBox=%270 0 25 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M24.3536 4.35355C24.5488 4.15829 24.5488 3.84171 24.3536 3.64644L21.1716 0.464464C20.9763 0.269202 20.6597 0.269202 20.4645 0.464464C20.2692 0.659727 20.2692 0.976309 20.4645 1.17157L23.2929 4L20.4645 6.82843C20.2692 7.02369 20.2692 7.34027 20.4645 7.53553C20.6597 7.73079 20.9763 7.73079 21.1716 7.53553L24.3536 4.35355ZM0 4L4.37114e-08 4.5L24 4.5L24 4L24 3.5L-4.37114e-08 3.5L0 4Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
  width: 2.4rem;
  height: 0.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.reviews .container .reviews-holder .navigation .swiper-button-next:after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2725%27 height=%278%27 viewBox=%270 0 25 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M24.3536 4.35355C24.5488 4.15829 24.5488 3.84171 24.3536 3.64644L21.1716 0.464464C20.9763 0.269202 20.6597 0.269202 20.4645 0.464464C20.2692 0.659727 20.2692 0.976309 20.4645 1.17157L23.2929 4L20.4645 6.82843C20.2692 7.02369 20.2692 7.34027 20.4645 7.53553C20.6597 7.73079 20.9763 7.73079 21.1716 7.53553L24.3536 4.35355ZM0 4L4.37114e-08 4.5L24 4.5L24 4L24 3.5L-4.37114e-08 3.5L0 4Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
  width: 2.4rem;
  height: 0.8rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.reviews .container .reviews-holder .review {
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.0588235294) inset, 1px 1px 0px 0px rgba(255, 255, 255, 0.0784313725) inset, 0px 8px 40px -20px rgba(255, 255, 255, 0.2);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)), radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.032) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 2.4rem;
  height: auto;
}
.reviews .container .reviews-holder .review__inner {
  padding: 3.2rem 2.4rem;
}
@media (max-width: 576px) {
  .reviews .container .reviews-holder .review__inner {
    padding: 2.4rem 1.6rem;
  }
}
.reviews .container .reviews-holder .review__content {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #D9F2E2;
  opacity: 0.5;
  margin-bottom: 8.6rem;
  text-align: left;
}
.reviews .container .reviews-holder .review__author {
  display: flex;
  color: #ffffff;
  gap: 1.6rem;
  position: absolute;
  bottom: 16px;
}
.reviews .container .reviews-holder .review__author > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reviews .container .reviews-holder .review__author > div:first-child {
  display: flex;
}
.reviews .container .reviews-holder .review__author img {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 3.2rem;
  object-fit: cover;
}
.reviews .container .reviews-holder .review__author img:nth-child(2) {
  margin-left: -2rem;
}
.reviews .container .reviews-holder .review__author h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: left;
  margin: 0 0 0.2rem;
}
.reviews .container .reviews-holder .review__author p {
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -3%;
  opacity: 0.5;
  text-align: left;
  padding: 0;
}

.image-text {
  padding: 10rem 0;
  background: url(../9cd0c60d4c7eef090aae.webp);
  background-size: 44%;
  background-position: 78% -44px;
  background-repeat: no-repeat;
}
.image-text.left-img {
  background: url(../4702f3c6857c4f380e56.webp);
  background-size: 44%;
  background-position: 35% -44px;
  background-repeat: no-repeat;
}
@media (max-width: 1025px) {
  .image-text.left-img {
    padding: 4rem 0;
    background-position: top left;
  }
}
@media (max-width: 1025px) {
  .image-text {
    padding: 4rem 0;
    background-position: top right;
  }
}
.image-text--no-image .image-text__container {
  justify-content: center;
}
.image-text--no-image .image-text__content {
  max-width: 70rem;
  text-align: center;
}
.image-text__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13.2rem;
}
.image-text__container.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 576px) {
  .image-text__container {
    flex-direction: column;
    gap: 4rem;
  }
}
.image-text__image {
  max-width: calc(50% - 6.6rem);
  width: -webkit-fill-available;
}
@media (max-width: 576px) {
  .image-text__image {
    max-width: 100%;
    order: 1;
  }
}
.image-text__image img {
  display: block;
  width: 100%;
  border-radius: 2.4rem;
  object-fit: cover;
}
.image-text__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(50% - 6.6rem);
}
.image-text__content .inner {
  max-width: 47.7rem;
}
@media (max-width: 576px) {
  .image-text__content {
    max-width: 100%;
    width: 100%;
    order: 2;
  }
  .image-text__content .inner {
    max-width: 100%;
  }
}
.image-text__label {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #464646;
  margin-bottom: 2.4rem;
  display: block;
}
@media (max-width: 576px) {
  .image-text__label {
    margin-bottom: 1.2rem;
  }
}
.image-text h2 {
  font-size: 4rem;
  line-height: 4.4rem;
  text-wrap: balance;
  margin-bottom: 4rem;
  background: linear-gradient(90deg, #151515 0%, #7EC48F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
}
@media (max-width: 576px) {
  .image-text h2 {
    margin-bottom: 3.2rem;
  }
}
.image-text__text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #464646;
}
.image-text__text p:not(:last-child) {
  margin-bottom: 2rem;
}
.image-text__text ul li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.image-text .btn {
  margin-top: 4rem;
}
@media (max-width: 576px) {
  .image-text .btn {
    margin-top: 3.2rem;
  }
}

html .tabs {
  margin: 10rem 0;
}
@media (max-width: 576px) {
  html .tabs {
    margin: 4rem 0;
  }
}
html .tabs__container {
  border-radius: 2.4rem;
  background-color: #091716;
  background-image: url(../c7eabf3cffd4ac5e6973.webp);
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
  max-width: 137.6rem;
}
@media (max-width: 792px) {
  html .tabs__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
html .tabs__container h2 {
  background: linear-gradient(94.13deg, #FFFFFF 38.23%, #CBC38F 72.87%, #4D8559 87.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
  font-size: 4.8rem;
  line-height: 110%;
  text-align: center;
  margin: 0 auto 4rem;
  padding: 0 3.2rem;
  text-wrap: balance;
}
@media (max-width: 576px) {
  html .tabs__container h2 {
    font-size: 4rem;
    margin-bottom: 1.6rem;
    padding: 0 1.6rem;
  }
}
html .tabs__container .tabs-triggers {
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.0588235294) inset, 1px 1px 0px 0px rgba(255, 255, 255, 0.0784313725) inset, 0px 8px 40px -20px rgba(255, 255, 255, 0.2);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)), radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.032) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 4.8rem;
  display: flex;
  gap: 0.8rem;
  padding: 0.8rem;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 792px) {
  html .tabs__container .tabs-triggers {
    box-shadow: none;
    background: none;
    padding: 0;
    overflow: scroll;
    max-width: 100%;
  }
}
html .tabs__container .tabs-triggers .btn {
  min-width: max-content;
}
html .tabs__container .tab-content {
  margin: 4rem auto 0;
  max-width: 113.4rem;
}
html .tabs__container .tab-content__item {
  gap: 5.6rem;
  display: flex;
  align-items: stretch;
  opacity: 0;
  transform: scale(0.9);
  visibility: hidden;
  transition: all 0s;
  transform-origin: center;
  position: absolute;
  top: 0;
  left: 0;
}
html .tabs__container .tab-content__item.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  transform: scale(1);
  transition: all 0.5s ease-out;
}
@media (max-width: 792px) {
  html .tabs__container .tab-content__item {
    flex-direction: column;
    gap: 3.2rem;
    padding: 1.6rem;
    border-radius: 2.4rem;
    max-width: calc(100% - 3.2rem);
  }
}
html .tabs__container .tab-content__item .tab-content__item-image {
  border-radius: 2.4rem;
  width: calc(50% - 2.8rem);
  max-width: calc(50% - 2.8rem);
  aspect-ratio: 1/1;
  overflow: hidden;
}
html .tabs__container .tab-content__item .tab-content__item-image img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 792px) {
  html .tabs__container .tab-content__item .tab-content__item-image {
    width: 100%;
    max-width: 100%;
    border-radius: 1.6rem;
  }
}
html .tabs__container .tab-content__item .tab-content__item-content {
  max-width: calc(50% - 2.8rem);
  display: flex;
  flex-direction: column;
  aspect-ratio: 1/1;
}
html .tabs__container .tab-content__item .tab-content__item-content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
html .tabs__container .tab-content__item .tab-content__item-content::-webkit-scrollbar-track {
  background: transparent;
}
html .tabs__container .tab-content__item .tab-content__item-content::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}
html .tabs__container .tab-content__item .tab-content__item-content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 792px) {
  html .tabs__container .tab-content__item .tab-content__item-content {
    max-width: 100%;
    aspect-ratio: auto;
  }
}
html .tabs__container .tab-content__item .tab-content__item-content small {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.8rem;
}
html .tabs__container .tab-content__item .tab-content__item-content h3 {
  font-size: 4rem;
  line-height: 4.4rem;
  margin-bottom: 3.2rem;
  background: linear-gradient(94.13deg, #FFFFFF 38.23%, #CBC38F 72.87%, #4D8559 87.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
}
@media (max-width: 792px) {
  html .tabs__container .tab-content__item .tab-content__item-content h3 {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 2.4rem;
  }
}
html .tabs__container .tab-content__item .tab-content__item-content .content {
  color: #ECF9F0;
}
html .tabs__container .tab-content__item .tab-content__item-content .content h4 {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-top: 0;
}
html .tabs__container .tab-content__item .tab-content__item-content .content p {
  margin-bottom: 1.2rem;
}
html .tabs__container .tab-content__item .tab-content__item-content .content ul li:not(:last-child) {
  margin-bottom: 1.2rem;
}
html .tabs__container .tab-content__item .tab-content__item-content .btn {
  margin-top: auto;
}

.posts-slider {
  margin: 10rem 0;
}
@media (max-width: 576px) {
  .posts-slider {
    margin: 4rem 0;
  }
}
.posts-slider .container {
  overflow: hidden;
}
@media (max-width: 576px) {
  .posts-slider .container {
    padding-bottom: 4.8rem;
  }
}
.posts-slider small {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #1A4D2C;
  margin-bottom: 1.2rem;
  display: block;
}
.posts-slider h2 {
  font-size: 4rem;
  line-height: 4.4rem;
  text-wrap: balance;
  max-width: 78rem;
  background: linear-gradient(90deg, #151515 0%, #7EC48F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
}
@media (max-width: 1025px) {
  .posts-slider h2 {
    max-width: calc(100% - 14rem);
  }
}
@media (max-width: 576px) {
  .posts-slider h2 {
    max-width: 100%;
    margin-bottom: 3.2rem;
  }
}
.posts-slider .post-slider-holder {
  position: relative;
  margin-top: 6.4rem;
  overflow-x: clip;
}
@media (max-width: 576px) {
  .posts-slider .post-slider-holder {
    margin-top: 4rem;
    overflow-x: visible;
  }
}
.posts-slider .post-slider-holder .navigation {
  position: absolute;
  top: -9.4rem;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}
@media (max-width: 576px) {
  .posts-slider .post-slider-holder .navigation {
    top: unset;
    bottom: -4.8rem;
    right: 50%;
    margin-right: -6.2rem;
  }
}
.posts-slider .post-slider-holder .navigation .swiper-button-prev, .posts-slider .post-slider-holder .navigation .swiper-button-next {
  position: relative;
  width: 5.6rem;
  height: 3.2rem;
  border-radius: 2.8rem;
  border: 1px #203B39 solid;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  cursor: pointer;
}
.posts-slider .post-slider-holder .navigation .swiper-button-prev:after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2725%27 height=%278%27 viewBox=%270 0 25 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M24.3536 4.35355C24.5488 4.15829 24.5488 3.84171 24.3536 3.64644L21.1716 0.464464C20.9763 0.269202 20.6597 0.269202 20.4645 0.464464C20.2692 0.659727 20.2692 0.976309 20.4645 1.17157L23.2929 4L20.4645 6.82843C20.2692 7.02369 20.2692 7.34027 20.4645 7.53553C20.6597 7.73079 20.9763 7.73079 21.1716 7.53553L24.3536 4.35355ZM0 4L4.37114e-08 4.5L24 4.5L24 4L24 3.5L-4.37114e-08 3.5L0 4Z%27 fill=%27%23203B39%27/%3E%3C/svg%3E%0A");
  width: 2.4rem;
  height: 0.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.posts-slider .post-slider-holder .navigation .swiper-button-next:after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2725%27 height=%278%27 viewBox=%270 0 25 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M24.3536 4.35355C24.5488 4.15829 24.5488 3.84171 24.3536 3.64644L21.1716 0.464464C20.9763 0.269202 20.6597 0.269202 20.4645 0.464464C20.2692 0.659727 20.2692 0.976309 20.4645 1.17157L23.2929 4L20.4645 6.82843C20.2692 7.02369 20.2692 7.34027 20.4645 7.53553C20.6597 7.73079 20.9763 7.73079 21.1716 7.53553L24.3536 4.35355ZM0 4L4.37114e-08 4.5L24 4.5L24 4L24 3.5L-4.37114e-08 3.5L0 4Z%27 fill=%27%23203B39%27/%3E%3C/svg%3E%0A");
  width: 2.4rem;
  height: 0.8rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.posts-slider .post-slider-holder .posts-slider-item {
  overflow: hidden;
  border-radius: 2.4rem;
  aspect-ratio: 1/1.384;
  background-size: cover;
  background-repeat: no-repeat;
}
.posts-slider .post-slider-holder .posts-slider-item__inner {
  padding: 5.6rem 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: calc(100% - 11.2rem);
  color: #ffffff;
}
.posts-slider .post-slider-holder .posts-slider-item__inner h3 {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 120%;
  margin-bottom: 1.6rem;
}
.posts-slider .post-slider-holder .posts-slider-item__inner p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  opacity: 0.8;
}
.posts-slider .post-slider-holder .posts-slider-item__inner .btn {
  margin-top: 3.2rem;
}

.info {
  margin: 10rem 0;
  padding: 0 3.2rem;
}
@media (max-width: 792px) {
  .info {
    margin: 4rem 0;
    padding: 0;
  }
}
.info .container {
  border-radius: 2.4rem;
  padding: 8rem 0;
  background-color: #091716;
  background-image: url(../c7eabf3cffd4ac5e6973.webp);
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  .info .container {
    padding: 8rem 1.6rem;
  }
}
.info .container .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  filter: brightness(0.3);
  border-radius: 2.4rem;
}
.info .container.image-bg {
  background-image: var(--bg-url);
  background-size: cover;
  background-repeat: no-repeat;
}
.info .container h2 {
  background: linear-gradient(94.13deg, #FFFFFF 38.23%, #CBC38F 72.87%, #4D8559 87.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
  font-size: 6.4rem;
  line-height: 110%;
  text-align: center;
  margin: 0 auto 2.4rem;
  padding: 0 3.2rem;
  text-wrap: balance;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .info .container h2 {
    font-size: 4rem;
    margin-bottom: 1.6rem;
    padding: 0 1.6rem;
  }
}
.info .container > p {
  color: #D9F2E2;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2rem;
  max-width: 68rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.info .container > p a {
  color: #cbcb6c;
}
@media (max-width: 576px) {
  .info .container > p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 0 1.6rem;
  }
}
.info .container .info-items {
  margin: 6.4rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.6rem;
  max-width: 109rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .info .container .info-items {
    grid-template-columns: 1fr;
  }
}
.info .container .info-items__item {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  border-radius: 2.4rem;
  padding: 3.2rem 2.4rem 4.8rem;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.0588235294) inset, 1px 1px 0px 0px rgba(255, 255, 255, 0.0784313725) inset, 0px 8px 40px -20px rgba(255, 255, 255, 0.2);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)), radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.032) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(20px);
}
.info .container .info-items__item img {
  width: 8rem;
  margin-bottom: 3.2rem;
}
.info .container .info-items__item h3 {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 1.6rem;
}
.info .container .info-items__item h3.img-text {
  font-size: 9rem;
  margin-bottom: 0;
}
.info .container .info-items__item p {
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  color: #ECF9F0;
}
.info .container .info-items__item p a {
  color: #ECF9F0;
  text-decoration: underline;
}
.info .container .info-items__item p a:hover {
  text-underline-offset: 1px;
  color: #ECB52A;
}
.info .container .info-items__item.images img {
  width: 26rem;
  border-radius: 1.2rem;
}
.info .container .info-items__item.images h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.info .container .info-items__item.images p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.product-features {
  padding: 10rem 0;
  background: url(../cb23eda0d87f5266faae.webp);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .product-features {
    padding: 4rem 0;
    background: none;
  }
}
.product-features small {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #464646;
  margin-bottom: 2.4rem;
  display: block;
}
@media (max-width: 576px) {
  .product-features small {
    margin-bottom: 1.2rem;
  }
}
.product-features h2 {
  font-size: 4rem;
  line-height: 4.4rem;
  text-wrap: balance;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, #151515 0%, #7EC48F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
}
.product-features .container > p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #375F5C;
  max-width: 75rem;
}
@media (max-width: 576px) {
  .product-features .container > p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.product-features .features {
  display: grid;
  gap: 2.4rem;
  margin-top: 6.4rem;
}
@media (max-width: 576px) {
  .product-features .features {
    margin-top: 4rem;
    gap: 1.6rem;
  }
}
.product-features .features.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1025px) {
  .product-features .features.cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .product-features .features.cols-2 {
    grid-template-columns: 1fr;
  }
}
.product-features .features.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1025px) {
  .product-features .features.cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .product-features .features.cols-3 {
    grid-template-columns: 1fr;
  }
}
.product-features .features.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1025px) {
  .product-features .features.cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .product-features .features.cols-4 {
    grid-template-columns: 1fr;
  }
}
.product-features .features.cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1025px) {
  .product-features .features.cols-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .product-features .features.cols-5 {
    grid-template-columns: 1fr;
  }
}
.product-features .features__item {
  background-color: #ffffff;
  border-radius: 2.4rem;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-features .features__item.with-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), var(--item-bg);
  background-size: cover;
  background-position: center;
}
.product-features .features__item.with-bg h3, .product-features .features__item.with-bg .subtitle {
  color: #ffffff;
}
.product-features .features__item img {
  width: 6.4rem;
  margin-bottom: 0.8rem;
}
.product-features .features__item h3 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 1.6rem;
}
.product-features .features__item .subtitle {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #464646;
  max-width: 39.7rem;
  margin-bottom: 2.4rem;
}
.product-features .features__item ul {
  opacity: 0.8;
  margin: 0;
  max-width: 49rem;
  padding-left: 2rem;
}
.product-features .features__item .plus {
  display: block;
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8 0C7.52234 0 7.13514 0.387222 7.13514 0.864865V7.13516H0.864865C0.387222 7.13516 0 7.52236 0 8.00003C0 8.47769 0.387222 8.86489 0.864865 8.86489H7.13514V15.1351C7.13514 15.6128 7.52234 16 8 16C8.47766 16 8.86487 15.6128 8.86487 15.1351V8.86489H15.1351C15.6128 8.86489 16 8.47769 16 8.00003C16 7.52236 15.6128 7.13516 15.1351 7.13516H8.86487V0.864865C8.86487 0.387222 8.47766 0 8 0Z%27 fill=%27%2342C06E%27/%3E%3C/svg%3E%0A");
  background-size: 1.6rem;
  background-position: center;
  background-repeat: no-repeat;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 1px #42C06E solid;
  margin-left: auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 2.4rem;
  right: 2.4rem;
}
.product-features .features__item .plus:hover {
  background-color: #42C06E;
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8 0C7.52234 0 7.13514 0.387222 7.13514 0.864865V7.13516H0.864865C0.387222 7.13516 0 7.52236 0 8.00003C0 8.47769 0.387222 8.86489 0.864865 8.86489H7.13514V15.1351C7.13514 15.6128 7.52234 16 8 16C8.47766 16 8.86487 15.6128 8.86487 15.1351V8.86489H15.1351C15.6128 8.86489 16 8.47769 16 8.00003C16 7.52236 15.6128 7.13516 15.1351 7.13516H8.86487V0.864865C8.86487 0.387222 8.47766 0 8 0Z%27 fill=%27%23FFFFFF%27/%3E%3C/svg%3E%0A");
}
.product-features .feature-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.product-features .feature-modal .feature-modal__content {
  transform: translateX(100%);
}
.product-features .feature-modal.active {
  opacity: 1;
  pointer-events: auto;
  overflow-y: scroll;
}
.product-features .feature-modal.active .feature-modal__content {
  transform: translateX(0);
}
.product-features .feature-modal__content {
  height: calc(100dvh - 16rem);
  width: 94.4rem;
  background-color: #091716;
  background-image: url(../bb54fb30906011fbe7b2.webp), url(../7a47c5debbfb1c8db89a.webp);
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  padding: 8rem 4.8rem;
  position: absolute;
  right: 0;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
  overflow-y: auto;
}
@media (max-width: 792px) {
  .product-features .feature-modal__content {
    width: calc(100vw - 3.2rem);
    padding: 8rem 1.6rem;
  }
}
.product-features .feature-modal__content h3 {
  background: linear-gradient(94.13deg, #FFFFFF 38.23%, #CBC38F 72.87%, #4D8559 87.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
  font-size: 4rem;
  line-height: 4.4rem;
  margin-bottom: 1.6rem;
}
.product-features .feature-modal__content .modal-subtitle {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #ECF9F0;
  max-width: 50rem;
  opacity: 0.8;
}
.product-features .feature-modal__content .modal-content {
  margin-top: 4rem;
  border-radius: 1.2rem;
  padding: 2.4rem;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.0588235294) inset, 1px 1px 0px 0px rgba(255, 255, 255, 0.0784313725) inset, 0px 8px 40px -20px rgba(255, 255, 255, 0.2);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)), radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.032) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(10rem);
  font-size: 1.4rem;
  line-height: 2rem;
  color: #ECF9F0;
  opacity: 0.8;
}
.product-features .feature-modal__content .modal-content h1, .product-features .feature-modal__content .modal-content h2, .product-features .feature-modal__content .modal-content h3, .product-features .feature-modal__content .modal-content h4, .product-features .feature-modal__content .modal-content h5 {
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}
.product-features .feature-modal__content .modal-content h4 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 2.4rem;
}
.product-features .feature-modal__content .modal-content p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #ECF9F0;
  opacity: 0.8;
  max-width: 49rem;
}
.product-features .feature-modal__content .modal-content ul {
  opacity: 0.8;
  margin: 0;
  max-width: 49rem;
  padding-left: 2rem;
}
.product-features .feature-modal__content .modal-content ul li {
  margin-top: 1.6rem;
}
.product-features .feature-modal__close {
  position: absolute;
  top: 4.8rem;
  right: 4.8rem;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2710%27 height=%2710%27 viewBox=%270 0 10 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.24264 0.757289C8.98932 0.503969 8.57862 0.50398 8.32531 0.757289L4.99999 4.08262L1.67467 0.757303C1.42136 0.503994 1.01067 0.503983 0.757346 0.757303C0.504025 1.01062 0.504037 1.42132 0.757345 1.67463L4.08266 4.99994L0.75736 8.32524C0.504051 8.57855 0.50404 8.98925 0.75736 9.24257C1.01068 9.49589 1.42138 9.49588 1.67469 9.24257L4.99999 5.91727L8.3253 9.24258C8.57861 9.49589 8.98931 9.4959 9.24263 9.24258C9.49595 8.98926 9.49594 8.57856 9.24263 8.32526L5.91731 4.99994L9.24264 1.67462C9.49595 1.42131 9.49596 1.01061 9.24264 0.757289Z%27 fill=%27white%27/%3E%3C/svg%3E%0A"), radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.032) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04));
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.0588235294) inset, 1px 1px 0px 0px rgba(255, 255, 255, 0.0784313725) inset, 0px 8px 40px -20px rgba(255, 255, 255, 0.2);
}
@media (max-width: 792px) {
  .product-features .feature-modal__close {
    right: 1.6rem;
  }
}

.hero {
  background-image: var(--bg-desktop);
  background-size: cover;
  background-position: center calc(50% + 11rem);
  height: 100dvh;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .hero {
    background-position: top center;
  }
}
@media (max-width: 1025px) {
  .hero {
    background-image: var(--bg-mobile);
    background-position: bottom center;
  }
}
.hero video {
  position: absolute;
  z-index: 0;
  width: 110%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7.5rem;
}
@media (max-width: 1025px) {
  .hero video {
    display: none;
  }
}
.hero.with-logos {
  height: calc(100dvh - 13rem);
  margin-bottom: -6rem;
}
.hero.with-logos video {
  position: absolute;
  z-index: 0;
  width: 100%;
  min-width: 1645px;
  left: 50%;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  top: 50%;
}
@media (max-width: 1025px) {
  .hero.with-logos video {
    display: none;
  }
}
@media (max-width: 1025px) {
  .hero.with-logos {
    height: 100dvh;
  }
}
.hero .container {
  height: 100%;
  padding-left: 11.6rem;
  max-width: 133.4rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .hero .container {
    padding-left: 1.6rem;
    max-width: 100%;
  }
}
.hero .content {
  max-width: 76rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1025px) {
  .hero .content {
    justify-content: flex-start;
    padding-top: 10rem;
  }
}
.hero .content h1 {
  font-size: 6.4rem;
  line-height: 110%;
  margin-bottom: 2.4rem;
  background: linear-gradient(94.13deg, #FFFFFF 38.23%, #CBC38F 72.87%, #4D8559 87.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
}
@media (max-width: 576px) {
  .hero .content h1 {
    font-size: 4rem;
  }
}
.hero .content p {
  color: #D9F2E2;
}
.hero .content .btn-wrap {
  margin-top: 4rem;
  display: flex;
  gap: 1.6rem;
}
@media (max-width: 1025px) {
  .hero .content .btn-wrap {
    position: absolute;
    top: calc(100dvh - 20rem);
  }
}
@media (max-width: 576px) {
  .hero .content .btn-wrap {
    position: absolute;
    top: unset;
    bottom: 3rem;
  }
}

.team {
  margin: 10rem 0;
  padding: 0 3.2rem;
}
@media (max-width: 792px) {
  .team {
    margin: 4rem 0;
    padding: 0;
  }
}
.team .container {
  border-radius: 2.4rem;
  max-width: 137.6rem;
  padding: 8rem 3.2rem;
  background-color: #091716;
  background-image: url(../c7eabf3cffd4ac5e6973.webp);
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  .team .container {
    padding: 8rem 1.6rem;
  }
}
.team .container h3 {
  font-size: 3.2rem;
  line-height: 1.2;
  color: #ECF9F0;
  margin-bottom: 1.6rem;
}
.team .container .btn {
  margin: 2.4rem auto 0;
  -webkit-appearance: none;
}
.team .container .team-list {
  display: grid;
  column-gap: 1.6rem;
  row-gap: 2.1rem;
  grid-template-columns: 1fr 1fr 1fr;
}
.team .container .team-list:not(:last-child) {
  margin-bottom: 6.4rem;
}
@media (max-width: 792px) {
  .team .container .team-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .team .container .team-list {
    grid-template-columns: 1fr;
  }
}
.team .container .team-list .team-item {
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.0588235294) inset, 1px 1px 0px 0px rgba(255, 255, 255, 0.0784313725) inset, 0px 8px 40px -20px rgba(255, 255, 255, 0.2);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)), radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.032) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(20px);
  border-radius: 1.2rem;
  padding: 1.2rem;
  display: flex;
  gap: 1.6rem;
  position: relative;
  transition: all 0.2s;
}
.team .container .team-list .team-item:hover {
  background: #ffffff;
}
.team .container .team-list .team-item:hover .team-item__name {
  color: #203B39;
}
.team .container .team-list .team-item:hover .team-item__position {
  color: #203B39;
}
.team .container .team-list .team-item:hover .team-item__link svg {
  filter: brightness(0) saturate(100%) invert(59%) sepia(85%) saturate(387%) hue-rotate(88deg) brightness(92%) contrast(92%);
}
.team .container .team-list .team-item__image {
  width: 8rem;
  height: 8rem;
}
.team .container .team-list .team-item__image img {
  width: 100%;
  border-radius: 0.8rem;
}
.team .container .team-list .team-item > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team .container .team-list .team-item__name {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #ECF9F0;
  margin: 0;
}
.team .container .team-list .team-item__position {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #ECF9F0;
  opacity: 0.4;
}
.team .container .team-list .team-item__link {
  display: block;
  position: absolute;
  right: 2.3rem;
  top: 50%;
  transform: translateY(-50%);
}

.clients {
  padding: 10rem 0;
}
@media (max-width: 576px) {
  .clients {
    padding: 4rem 0;
  }
}
.clients .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.6rem;
}
@media (max-width: 1200px) {
  .clients .container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1025px) {
  .clients .container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .clients .container {
    grid-template-columns: 1fr;
  }
}
.clients .container .client {
  background: #ffffff;
  border-radius: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2.2rem;
  aspect-ratio: 1/1;
  border: 2px solid transparent;
  position: relative;
}
.clients .container .client img {
  object-fit: contain;
  max-height: 7rem;
}
.clients .container .client.hide-on-hover img {
  transition: opacity 0.3s ease-in-out;
}
.clients .container .client.hide-on-hover:hover {
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(221.16deg, #77C490 -8.37%, #118A60 115.69%) border-box;
}
.clients .container .client.hide-on-hover:hover .client__content {
  opacity: 1;
  max-height: 100%;
}
.clients .container .client.hide-on-hover:hover .client__learnmore {
  opacity: 0;
  pointer-events: none;
}
.clients .container .client.hide-on-hover:hover img {
  opacity: 0;
}
.clients .container .client.hide-on-hover .client__content {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-top: 2.4rem;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  padding: 1rem;
}
.clients .container .client.hide-on-hover .client__content p {
  color: #464646;
  margin-bottom: 0.8rem;
}
.clients .container .client.hide-on-hover .client__content p:first-child {
  margin-bottom: 2.4rem;
}
.clients .container .client.hide-on-hover .client__content p a {
  color: #ECB52A;
  text-decoration: underline;
}
.clients .container .client:hover {
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(221.16deg, #77C490 -8.37%, #118A60 115.69%) border-box;
}
.clients .container .client:hover .client__content {
  opacity: 1;
  max-height: 150px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #CDCFCF transparent;
}
.clients .container .client:hover .client__content::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}
.clients .container .client:hover .client__content::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.clients .container .client:hover .client__content::-webkit-scrollbar-thumb {
  background: #CDCFCF;
  border-radius: 4px;
}
.clients .container .client:hover .client__learnmore {
  opacity: 0;
  pointer-events: none;
}
.clients .container .client__content {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 2.4rem;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
}
.clients .container .client__content p {
  color: #464646;
  margin-bottom: 0.8rem;
}
.clients .container .client__content p:first-child {
  margin-bottom: 2.4rem;
}
.clients .container .client__content p a {
  color: #ECB52A;
  text-decoration: underline;
}
.clients .container .client__learnmore {
  opacity: 1;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 1rem 1.8rem;
  color: #203B39;
  position: absolute;
  bottom: 2.4rem;
  transition: opacity 0.3s ease-in-out;
}

.content-slider {
  padding: 15rem 0 0;
  overflow: hidden;
}
@media (max-width: 576px) {
  .content-slider {
    padding: 4rem 0;
  }
}
.content-slider .content-slide .slide-inner {
  max-width: 144rem;
  padding: 0 3.2rem;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .content-slider .content-slide .slide-inner {
    padding: 0 1.6rem;
  }
}
.content-slider .content-slide .slide-inner .slide-text {
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  margin-bottom: 6.4rem;
}
@media (max-width: 792px) {
  .content-slider .content-slide .slide-inner .slide-text {
    flex-direction: column;
    margin-bottom: 2.4rem;
  }
}
.content-slider .content-slide .slide-inner .slide-text:has(small) > div.desktop-only:nth-child(2) {
  padding-top: 5rem;
}
.content-slider .content-slide .slide-inner .slide-text > div.desktop-only:nth-child(2) {
  padding-top: 2rem;
}
.content-slider .content-slide .slide-inner .slide-text.right {
  flex-direction: row-reverse;
}
.content-slider .content-slide .slide-inner .slide-text.right h2, .content-slider .content-slide .slide-inner .slide-text.right h3, .content-slider .content-slide .slide-inner .slide-text.right small {
  text-align: right;
}
@media (max-width: 792px) {
  .content-slider .content-slide .slide-inner .slide-text.right h2, .content-slider .content-slide .slide-inner .slide-text.right h3, .content-slider .content-slide .slide-inner .slide-text.right small {
    text-align: left;
  }
}
@media (max-width: 792px) {
  .content-slider .content-slide .slide-inner .slide-text.right {
    flex-direction: column;
  }
}
.content-slider .content-slide .slide-inner .slide-text.no-heading {
  gap: 8rem;
}
.content-slider .content-slide .slide-inner .slide-text.no-heading > div:first-child {
  max-width: 56.4rem;
  width: 41%;
}
.content-slider .content-slide .slide-inner .slide-text.no-heading > div:first-child h3 {
  margin-top: 0;
}
.content-slider .content-slide .slide-inner .slide-text.no-heading > div.desktop-only {
  width: calc(59% - 8rem);
}
.content-slider .content-slide .slide-inner .slide-text.no-heading > div.desktop-only .slide-content {
  max-width: unset;
  min-width: unset;
}
.content-slider .content-slide .slide-inner small {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #1A4D2C;
  margin-bottom: 1.6rem;
  display: block;
}
@media (max-width: 576px) {
  .content-slider .content-slide .slide-inner small {
    margin-bottom: 1.2rem;
  }
}
.content-slider .content-slide .slide-inner h2 {
  font-size: 6.4rem;
  line-height: 110%;
  background: linear-gradient(90deg, #151515 0%, #7EC48F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
}
@media (max-width: 792px) {
  .content-slider .content-slide .slide-inner h2 {
    font-size: 4rem;
  }
}
.content-slider .content-slide .slide-inner h3 {
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 110%;
  color: #375F5C;
}
@media (max-width: 792px) {
  .content-slider .content-slide .slide-inner h3 {
    font-size: 3.2rem;
  }
}
.content-slider .content-slide .slide-inner .slide-content {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #464646;
  max-width: 47rem;
  min-width: 45rem;
}
.content-slider .content-slide .slide-inner .slide-content p {
  margin-bottom: 1.5rem;
}
.content-slider .content-slide .slide-inner .slide-content p a {
  color: #359A58;
}
@media (max-width: 792px) {
  .content-slider .content-slide .slide-inner .slide-content {
    min-width: 100%;
  }
}
.content-slider .content-slide .slide-inner .slide-buttons {
  margin-top: 3.2rem;
  display: flex;
  gap: 1.6rem;
}
@media (max-width: 792px) {
  .content-slider .content-slide .slide-inner .slide-buttons .btn {
    width: -webkit-fill-available;
    text-align: center;
    justify-content: center;
  }
  .content-slider .content-slide .slide-inner .slide-buttons .btn:after {
    top: unset;
    transform: none;
    right: unset;
    position: relative;
    margin-left: 10px;
  }
}
.content-slider .content-slide .slide-inner .slide-media {
  border-radius: 2.4rem;
  overflow: hidden;
}
@media (max-width: 792px) {
  .content-slider .content-slide .slide-inner .slide-media {
    margin-bottom: 2.4rem;
  }
}
.content-slider .content-slide .slide-inner .slide-media img,
.content-slider .content-slide .slide-inner .slide-media video {
  width: 100%;
  margin-bottom: -0.5rem;
}
.content-slider .swiper-pagination {
  position: relative;
  padding-top: 2rem;
}
.content-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #2EAF5A;
}

.blog {
  padding: 10rem 0;
  overflow: hidden;
  background-image: url(../fbaf7422ebc9b04a99ac.webp);
  background-size: 100%;
}
@media (max-width: 576px) {
  .blog {
    padding: 4rem 0;
  }
}
.blog .container > .btn {
  cursor: pointer;
  margin: 4rem auto 0;
}
.blog__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog__header h2 {
  font-size: 9rem;
  line-height: 110%;
  margin: 0 auto;
  background: linear-gradient(90deg, #151515 0%, #7EC48F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
}
@media (max-width: 792px) {
  .blog__header h2 {
    font-size: 4rem;
  }
}
.blog__header > div {
  margin-top: 1.6rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 130%;
  color: #464646;
  max-width: 80rem;
  min-height: 3.5rem;
}
.blog__filters-wrap {
  width: 100%;
  display: flex;
  margin-top: 8rem;
  margin-bottom: 8.2rem;
  position: relative;
}
.blog__filters-wrap .search-wrapper {
  position: absolute;
  right: 0;
  display: inline-flex;
  align-items: center;
}
.blog__filters-wrap .search-wrapper input {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 2.4rem;
  border: 1px solid rgba(32, 59, 57, 0.2);
  padding: 0;
  background: #F4F4F4;
  z-index: 2;
  cursor: pointer;
  transition: width 0.3s ease;
  outline: none;
  color: transparent;
}
.blog__filters-wrap .search-wrapper input::placeholder {
  color: transparent;
}
.blog__filters-wrap .search-wrapper input:focus {
  width: 200px;
  border-radius: 2.4rem;
  padding-left: 4rem;
  cursor: text;
  color: #081311;
}
.blog__filters-wrap .search-wrapper input:focus::placeholder {
  color: #999;
}
.blog__filters-wrap .search-wrapper .search-icon {
  position: absolute;
  left: 1.6rem;
  width: 1.8rem;
  height: 1.8rem;
  pointer-events: none;
  z-index: 3;
  color: #666;
}
.blog__filters {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1.6rem;
}
@media (max-width: 792px) {
  .blog__filters {
    left: 0;
    transform: none;
    max-width: calc(100% - 6rem);
    overflow: scroll;
  }
}
.blog__filters .posts-grid-filter {
  -webkit-appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  border-radius: 2.4rem;
  border: 1px solid rgba(32, 59, 57, 0.2);
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.6rem 2.4rem;
  color: #4E8480;
  background: none;
  width: max-content;
  position: relative;
}
.blog__filters .posts-grid-filter:hover {
  background-color: rgba(32, 59, 57, 0.1019607843);
}
@media (max-width: 792px) {
  .blog__filters .posts-grid-filter {
    min-width: max-content;
    font-size: 1.2rem;
  }
}
.blog__filters .posts-grid-filter.active {
  color: #ffffff;
  background: #203B39;
  border: 1px solid #203B39;
}
.blog__filters .posts-grid-filter.active:after {
  filter: brightness(100);
}
.blog__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 3.2rem;
  column-gap: 1.6rem;
}
@media (max-width: 792px) {
  .blog__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .blog__inner {
    grid-template-columns: 1fr;
  }
}
.blog__inner .post-item {
  padding: 1.6rem;
  border-radius: 1.2rem;
  background: #ffffff;
  position: relative;
  min-height: 47rem;
}
@media (max-width: 792px) {
  .blog__inner .post-item {
    padding: 1.2rem;
    max-width: 100%;
  }
}
.blog__inner .post-item__thumbnail {
  width: 100%;
  border-radius: 1.2rem;
  margin-bottom: 1.6rem;
  overflow: hidden;
  display: block;
  height: 23rem;
}
.blog__inner .post-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog__inner .post-item.post-item-podcast {
  min-height: 60rem;
}
.blog__inner .post-item.post-item-podcast .post-item__thumbnail {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
}
.blog__inner .post-item.post-item-podcast .post-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog__inner .post-item__categories {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 2.4rem;
}
.blog__inner .post-item__category {
  display: block;
  background-color: rgba(255, 255, 255, 0.1490196078);
  border: 1px rgba(9, 23, 22, 0.1019607843) solid;
  border-radius: 8rem;
  padding: 0.8rem 1.6rem;
  font-size: 1rem;
  line-height: 1rem;
  color: #375F5C;
}
.blog__inner .post-item__title {
  margin-bottom: 1.2rem;
}
.blog__inner .post-item__title a {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #375F5C;
}
@media (max-width: 792px) {
  .blog__inner .post-item__title a {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.blog__inner .post-item__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #464646;
  opacity: 0.8;
  position: relative;
  z-index: 1;
}
@media (max-width: 792px) {
  .blog__inner .post-item__excerpt {
    opacity: 0.6;
  }
}
.blog__inner .post-item .btn {
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  backdrop-filter: blur(5px);
  z-index: 2;
}
@media (max-width: 792px) {
  .blog__inner .post-item .btn {
    left: unset;
    bottom: unset;
    position: relative;
    margin-top: 2.4rem;
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .blog__inner .post-item .btn:after {
    top: 50%;
    transform: translateY(-50%);
  }
}

.toggle-block {
  padding: 10rem 0;
}
@media (max-width: 576px) {
  .toggle-block {
    padding: 4rem 0;
  }
}
.toggle-block .container {
  overflow: hidden;
}
@media (max-width: 792px) {
  .toggle-block .container {
    overflow: hidden;
    border-radius: 2.4rem;
    background-color: #091716;
    background-image: url(../c7eabf3cffd4ac5e6973.webp);
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
}
.toggle-block h2 {
  background: linear-gradient(90deg, #151515 0%, #7EC48F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
  font-size: 6.4rem;
  line-height: 110%;
  text-align: center;
  text-wrap: balance;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media (max-width: 792px) {
  .toggle-block h2 {
    font-size: 4rem;
    background: linear-gradient(94.13deg, #FFFFFF 38.23%, #CBC38F 72.87%, #4D8559 87.88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    width: fit-content;
  }
}
.toggle-block__inner-wrap {
  margin-top: 6.4rem;
  overflow: hidden;
}
@media (max-width: 792px) {
  .toggle-block__inner-wrap {
    overflow: visible;
  }
}
.toggle-block__inner {
  max-width: 100rem;
  margin: 0 auto;
  border-radius: 2.4rem;
  background-color: #091716;
  background-image: url(../c7eabf3cffd4ac5e6973.webp);
  background-position: top left;
  background-repeat: no-repeat;
  max-height: 66.4rem;
  position: relative;
}
@media (max-width: 792px) {
  .toggle-block__inner {
    background: transparent;
    overflow: visible;
    max-height: unset;
  }
}
.toggle-block__inner.swiper-vertical > .swiper-pagination-bullets,
.toggle-block__inner .swiper-pagination-vertical.swiper-pagination-bullets {
  top: 50%;
  transform: translate(3.2rem, 0);
}
@media (max-width: 792px) {
  .toggle-block__inner .swiper-pagination {
    display: none;
  }
}
.toggle-block__inner .swiper-pagination .swiper-pagination-bullet-active {
  background: #2EAF5A;
}
.toggle-block .navigation {
  position: relative;
  display: none;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 3.2rem;
}
@media (max-width: 792px) {
  .toggle-block .navigation {
    display: flex;
  }
}
.toggle-block .navigation .swiper-button-prev, .toggle-block .navigation .swiper-button-next {
  position: relative;
  width: 5.6rem;
  height: 3.2rem;
  border-radius: 2.8rem;
  border: 1px #ffffff solid;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  cursor: pointer;
}
.toggle-block .navigation .swiper-button-prev:after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2725%27 height=%278%27 viewBox=%270 0 25 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M24.3536 4.35355C24.5488 4.15829 24.5488 3.84171 24.3536 3.64644L21.1716 0.464464C20.9763 0.269202 20.6597 0.269202 20.4645 0.464464C20.2692 0.659727 20.2692 0.976309 20.4645 1.17157L23.2929 4L20.4645 6.82843C20.2692 7.02369 20.2692 7.34027 20.4645 7.53553C20.6597 7.73079 20.9763 7.73079 21.1716 7.53553L24.3536 4.35355ZM0 4L4.37114e-08 4.5L24 4.5L24 4L24 3.5L-4.37114e-08 3.5L0 4Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
  width: 2.4rem;
  height: 0.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.toggle-block .navigation .swiper-button-next:after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2725%27 height=%278%27 viewBox=%270 0 25 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M24.3536 4.35355C24.5488 4.15829 24.5488 3.84171 24.3536 3.64644L21.1716 0.464464C20.9763 0.269202 20.6597 0.269202 20.4645 0.464464C20.2692 0.659727 20.2692 0.976309 20.4645 1.17157L23.2929 4L20.4645 6.82843C20.2692 7.02369 20.2692 7.34027 20.4645 7.53553C20.6597 7.73079 20.9763 7.73079 21.1716 7.53553L24.3536 4.35355ZM0 4L4.37114e-08 4.5L24 4.5L24 4L24 3.5L-4.37114e-08 3.5L0 4Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
  width: 2.4rem;
  height: 0.8rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 792px) {
  .toggle-block .toggle-block-item {
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.0588235294) inset, 1px 1px 0px 0px rgba(255, 255, 255, 0.0784313725) inset, 0px 8px 40px -20px rgba(255, 255, 255, 0.2);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)), radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.032) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 2.4rem;
  }
}
.toggle-block .toggle-block-item__inner {
  padding: 2.4rem;
  display: flex;
  height: 100%;
  max-height: 61.4rem;
}
@media (max-width: 792px) {
  .toggle-block .toggle-block-item__inner {
    padding: 1.6rem;
    flex-direction: column;
    max-height: unset;
  }
}
.toggle-block .toggle-block-item__image {
  width: 50%;
  height: 100%;
  border-radius: 2.4rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 792px) {
  .toggle-block .toggle-block-item__image {
    border-radius: 1.6rem;
    width: 100%;
    aspect-ratio: 1.5/1;
    margin-bottom: 2.4rem;
  }
}
.toggle-block .toggle-block-item__image .toggle-block-item__image-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.toggle-block .toggle-block-item__image .toggle-block-item__image-item.active {
  opacity: 1;
  z-index: 1;
}
.toggle-block .toggle-block-item__content {
  width: 50%;
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 792px) {
  .toggle-block .toggle-block-item__content {
    width: 100%;
  }
}
.toggle-block .toggle-block-item__content > div {
  max-width: 34rem;
}
.toggle-block .toggle-block-item__content > div ul li:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (max-width: 792px) {
  .toggle-block .toggle-block-item__content > div {
    max-width: 100%;
  }
}
.toggle-block .toggle-block-item__content h3 {
  background: linear-gradient(94.13deg, #FFFFFF 38.23%, #CBC38F 72.87%, #4D8559 87.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 2.4rem;
}
.toggle-block .toggle-block-item__content p, .toggle-block .toggle-block-item__content ul {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #ECF9F0;
  margin-bottom: 0.4rem;
}

.hubspot-form {
  margin: 10rem 0;
}
.hubspot-form:not(:first-child) .hubspot-form__content h2 {
  font-size: 4rem;
}
@media (max-width: 1025px) {
  .hubspot-form:not(:first-child) .hubspot-form__content h2 {
    font-size: 4rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 792px) {
  .hubspot-form {
    margin: 4rem 0;
  }
}
.hubspot-form__inner {
  display: flex;
}
@media (max-width: 1025px) {
  .hubspot-form__inner {
    flex-direction: column;
  }
}
.hubspot-form__inner:has(.hubspot-form__img) {
  gap: 8rem;
}
.hubspot-form__img {
  max-width: 56.4rem;
  width: 41%;
  border-radius: 2.4rem;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .hubspot-form__img {
    width: 100%;
    max-width: 100%;
  }
  .hubspot-form__img img {
    height: auto;
    object-fit: contain;
  }
}
.hubspot-form__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hubspot-form__content {
  width: calc(59% - 8rem);
}
@media (max-width: 1025px) {
  .hubspot-form__content {
    width: 100%;
  }
}
.hubspot-form__content h2 {
  font-size: 6.4rem;
  line-height: 1.1;
  margin-bottom: 2.4rem;
  background: linear-gradient(90deg, #151515 0%, #7EC48F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
}
@media (max-width: 1025px) {
  .hubspot-form__content h2 {
    font-size: 4rem;
    margin-bottom: 1.6rem;
  }
}
.hubspot-form__content .subtitle {
  font-size: 1.4rem;
  line-height: 2rem;
  max-width: 28rem;
  margin-bottom: 4.8rem;
  color: #464646;
}
@media (max-width: 1025px) {
  .hubspot-form__content .subtitle {
    margin-bottom: 2.4rem;
  }
}
.hubspot-form__content.contact-us .hbspt-form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hubspot-form__content.contact-us .hbspt-form form .hs-richtext {
  margin-bottom: 0;
}
.hubspot-form__content.contact-us .hbspt-form form > div:first-child {
  order: 1;
  width: calc(50% - 0.8rem);
}
@media (max-width: 1025px) {
  .hubspot-form__content.contact-us .hbspt-form form > div:first-child {
    width: 100%;
  }
}
.hubspot-form__content.contact-us .hbspt-form form > div:nth-child(2) {
  order: 2;
  width: calc(50% - 0.8rem);
}
@media (max-width: 1025px) {
  .hubspot-form__content.contact-us .hbspt-form form > div:nth-child(2) {
    width: 100%;
  }
}
.hubspot-form__content.contact-us .hbspt-form form > div:nth-child(3) {
  order: 3;
  width: calc(50% - 0.8rem);
}
@media (max-width: 1025px) {
  .hubspot-form__content.contact-us .hbspt-form form > div:nth-child(3) {
    width: 100%;
  }
}
.hubspot-form__content.contact-us .hbspt-form form > div:nth-child(4) {
  order: 4;
  width: calc(50% - 0.8rem);
}
@media (max-width: 1025px) {
  .hubspot-form__content.contact-us .hbspt-form form > div:nth-child(4) {
    width: 100%;
  }
}
.hubspot-form__content.contact-us .hbspt-form form > div:nth-child(5) {
  order: 5;
  width: calc(50% - 0.8rem);
}
@media (max-width: 1025px) {
  .hubspot-form__content.contact-us .hbspt-form form > div:nth-child(5) {
    width: 100%;
  }
}
.hubspot-form__content.contact-us .hbspt-form form > div:nth-child(6) {
  order: 6;
  width: calc(50% - 0.8rem);
}
@media (max-width: 1025px) {
  .hubspot-form__content.contact-us .hbspt-form form > div:nth-child(6) {
    width: 100%;
  }
}
.hubspot-form__content.contact-us .hbspt-form form > div:nth-child(7) {
  order: 7;
  width: calc(50% - 0.8rem);
}
@media (max-width: 1025px) {
  .hubspot-form__content.contact-us .hbspt-form form > div:nth-child(7) {
    width: 100%;
  }
}
.hubspot-form__content.contact-us .hbspt-form form > div:nth-child(8) {
  order: 8;
  width: 100%;
}
.hubspot-form__content.contact-us .hbspt-form form > div:nth-child(9) {
  order: 9;
  width: 100%;
}
.hubspot-form__content.contact-us .hbspt-form form > div:nth-child(10) {
  order: 10;
  width: 100%;
}
.hubspot-form__content.contact-us .hbspt-form form > div:nth-child(11) {
  display: none;
}
.hubspot-form__content.contact-us .hbspt-form form > div:nth-child(12) {
  order: 12;
  width: 100%;
  margin-bottom: 0;
}
.hubspot-form__content.contact-us .hbspt-form form > div:nth-child(13) {
  order: 13;
  width: 100%;
  margin-bottom: 0;
}
.hubspot-form__content.contact-us .hbspt-form form > div.hs_error_rollup {
  margin-bottom: 1.6rem;
}

.hbspt-form {
  font-size: 1.6rem;
  color: #464646;
}
.hbspt-form form > div {
  margin-bottom: 2.4rem;
  position: relative;
}
.hbspt-form form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}
.hbspt-form form .hs-richtext {
  margin-bottom: 2.4rem;
}
.hbspt-form form ul {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}
.hbspt-form form ul label {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  display: flex;
  align-items: center;
}
.hbspt-form form ul label.hs-error-msg {
  font-size: 1.2rem;
  color: #a30000;
  position: absolute;
}
.hbspt-form form ul[role=alert] {
  margin: 0;
  bottom: -2.6rem;
}
.hbspt-form input[type=text], .hbspt-form input[type=email], .hbspt-form select, .hbspt-form textarea {
  background: #ffffff;
  border: 1px rgba(55, 95, 92, 0.2) solid;
  padding: 1.2rem 1.6rem;
  width: -webkit-fill-available;
  border-radius: 4px;
  outline: none !important;
}
.hbspt-form input[type=text]::placeholder, .hbspt-form input[type=email]::placeholder, .hbspt-form select::placeholder, .hbspt-form textarea::placeholder {
  opacity: 0.6;
  color: #464646;
}
.hbspt-form textarea {
  min-height: 12.8rem;
}
.hbspt-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%279%27 height=%276%27 viewBox=%270 0 9 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7.33301 1.40723L4.33301 4.40723L1.33301 1.40723%27 stroke=%27%23203B39%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-size: 1rem auto;
}
.hbspt-form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 2rem;
  height: 2rem;
  border-radius: 0.4rem;
  border: 1px rgba(55, 95, 92, 0.2) solid;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: white;
  vertical-align: middle;
  margin-right: 0.8rem;
}
.hbspt-form input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2710%27 height=%279%27 viewBox=%270 0 10 9%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.06254 0.792142C6.52613 2.70877 4.95741 4.60086 3.36088 6.46733C2.70108 5.79368 2.02103 5.14079 1.31432 4.51402C0.52511 3.81322 -0.505923 5.08543 0.282283 5.78304C1.13593 6.54083 1.95925 7.33064 2.74041 8.16346C3.10307 8.54901 3.65902 8.63368 4.03552 8.19754C5.83914 6.10464 7.60608 3.98093 9.33308 1.82586C9.99181 1.00364 8.72394 -0.0316859 8.06254 0.792142Z%27 fill=%27%23203B39%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
}
.hbspt-form .actions {
  width: fit-content;
  position: relative;
}
.hbspt-form .actions:after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.295 1.6004C11.295 1.1204 10.965 0.9104 10.635 0.9104H3.405C3.045 0.9104 2.775 1.1804 2.775 1.5404C2.775 1.9004 3.045 2.1704 3.405 2.1704H9.165L0.555 10.8104C0.315 11.0504 0.315 11.4404 0.555 11.7104C0.675 11.8304 0.855 11.8904 1.005 11.8904C1.155 11.8904 1.335 11.8304 1.455 11.7104L10.035 3.1304V8.8904C10.035 9.2504 10.305 9.5204 10.665 9.5204C11.025 9.5204 11.295 9.2504 11.295 8.8904V1.6004Z%27 fill=%27%23ECF9F1%27/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  z-index: 3;
  background-size: contain;
  background-repeat: no-repeat;
  top: 1.6rem;
  right: 2.4rem;
}
.hbspt-form .actions .hs-button {
  -webkit-appearance: none;
  display: block;
  border-radius: 8rem;
  padding: 1.2rem 2.4rem;
  position: relative;
  font-size: 1.4rem;
  transition: background 0.3s;
  text-decoration: none !important;
  background-color: #359A58;
  color: #ffffff;
  width: fit-content;
  padding-right: 4.4rem;
  border: none;
  z-index: 1;
}
.hbspt-form .actions .hs-button:hover {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%), #359A58;
}
.hbspt-form .legal-consent-container {
  font-size: 1.2rem;
  line-height: 1.8rem;
  opacity: 0.4;
}
.hbspt-form label {
  margin-bottom: 0.8rem;
  display: block;
}

.thank-you {
  padding: 10rem 0;
  background: url(../a07ffed63fefee1d4055.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (max-width: 1025px) {
  .thank-you {
    padding: 4rem 0;
  }
}
@media (max-width: 792px) {
  .thank-you {
    background-size: 130%;
  }
}
.thank-you .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thank-you .container > h3 {
  font-family: "Open Sans", sans-serif;
  color: #203B39;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.thank-you h1 {
  font-size: 9rem;
  line-height: 110%;
  margin-bottom: 3.2rem;
  background: linear-gradient(90deg, #151515 0%, #7EC48F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
}
@media (max-width: 792px) {
  .thank-you h1 {
    font-size: 4.8rem;
    margin-bottom: 1.6rem;
  }
}
.thank-you p {
  text-align: center;
  color: #375F5C;
  max-width: 48rem;
}
.thank-you .info-blocks {
  display: flex;
  gap: 1.6rem;
  max-width: 90.8rem;
  margin: 5.6rem 0;
}
@media (max-width: 792px) {
  .thank-you .info-blocks {
    flex-direction: column;
    margin: 2.8rem 0;
  }
}
.thank-you .info-blocks__item {
  background: #ffffff;
  padding: 2.4rem;
  border-radius: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.thank-you .info-blocks__item h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 0.8rem;
  color: #203B39;
}
@media (max-width: 792px) {
  .thank-you .info-blocks__item h3 {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
}
.thank-you .info-blocks__item p {
  color: #464646;
  margin-bottom: 2.4rem;
  text-align: left;
}
@media (max-width: 792px) {
  .thank-you .info-blocks__item p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.thank-you .info-blocks__item .btn {
  margin-left: auto;
}
@media (max-width: 792px) {
  .thank-you .info-blocks__item .btn {
    margin-left: 0;
    width: auto;
  }
}
.thank-you .socials {
  display: flex;
  gap: 0.8rem;
}
.thank-you .socials__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  background: #ffffff;
  border: 1px rgba(4, 9, 9, 0.1019607843) solid;
  transition: all 0.3s;
}
.thank-you .socials__item img {
  width: auto;
  filter: brightness(0.7);
}
.thank-you .socials__item:hover {
  background: #ffffff;
}
.thank-you .socials__item:hover img {
  filter: none;
}

.three-posts {
  margin: 10rem 0;
}
@media (max-width: 792px) {
  .three-posts {
    margin: 4rem 0;
  }
}
.three-posts .conatainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.three-posts h2 {
  font-size: 9rem;
  line-height: 110%;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(90deg, #151515 0%, #7EC48F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
}
@media (max-width: 792px) {
  .three-posts h2 {
    font-size: 4rem;
  }
}
.three-posts .posts {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 1.6rem;
}
@media (max-width: 792px) {
  .three-posts .posts {
    margin-top: 3.2rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .three-posts .posts {
    grid-template-columns: 1fr;
  }
}
.three-posts .posts .post-item {
  padding: 1.6rem;
  border-radius: 1.2rem;
  background: #ffffff;
  position: relative;
  min-height: 47rem;
}
@media (max-width: 792px) {
  .three-posts .posts .post-item {
    padding: 1.2rem;
    max-width: 100%;
  }
}
.three-posts .posts .post-item__thumbnail {
  width: 100%;
  border-radius: 1.2rem;
  margin-bottom: 1.6rem;
  overflow: hidden;
  display: block;
  height: 23rem;
}
.three-posts .posts .post-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.three-posts .posts .post-item__categories {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 2.4rem;
}
.three-posts .posts .post-item__category {
  display: block;
  background-color: rgba(255, 255, 255, 0.1490196078);
  border: 1px rgba(9, 23, 22, 0.1019607843) solid;
  border-radius: 8rem;
  padding: 0.8rem 1.6rem;
  font-size: 1rem;
  line-height: 1rem;
  color: #375F5C;
}
.three-posts .posts .post-item__title {
  margin-bottom: 1.2rem;
}
.three-posts .posts .post-item__title a {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #375F5C;
}
@media (max-width: 792px) {
  .three-posts .posts .post-item__title a {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.three-posts .posts .post-item__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #464646;
  opacity: 0.8;
  position: relative;
  z-index: 1;
}
@media (max-width: 792px) {
  .three-posts .posts .post-item__excerpt {
    opacity: 0.6;
  }
}
.three-posts .posts .post-item .btn {
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  backdrop-filter: blur(5px);
  z-index: 2;
}
@media (max-width: 792px) {
  .three-posts .posts .post-item .btn {
    left: unset;
    bottom: unset;
    position: relative;
    margin-top: 2.4rem;
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .three-posts .posts .post-item .btn:after {
    top: 1.5rem;
  }
}

.not-found {
  height: 100dvh;
  background-image: url(../90737308bc162e444671.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #081311;
}
@media (max-width: 792px) {
  .not-found {
    padding-top: 0 !important;
  }
}
.not-found .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.not-found .container h1 {
  font-weight: 700;
  font-size: 16rem;
  line-height: 100%;
  background: linear-gradient(0deg, #151515 -3.27%, #7EC48F 83.22%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
  margin-bottom: 0.8rem;
}
@media (max-width: 792px) {
  .not-found .container h1 {
    font-size: 10rem;
  }
}
.not-found .container h2 {
  font-size: 4.8rem;
  line-height: 5.6rem;
  margin-bottom: 4rem;
  color: #ffffff;
}
@media (max-width: 792px) {
  .not-found .container h2 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
@media (max-width: 792px) {
  .not-found .container .btn {
    position: absolute;
    bottom: 4rem;
    width: calc(100% - 8rem);
  }
}

.danads-single {
  padding-top: 15rem;
}
@media (max-width: 792px) {
  .danads-single {
    padding-top: 10rem;
  }
}
.danads-single .container {
  position: relative;
  display: flex;
  gap: 2.4rem;
  max-width: 114rem;
}
@media (max-width: 1025px) {
  .danads-single .container {
    flex-direction: column;
  }
}
.danads-single .container .content-area {
  color: #464646;
  font-size: 1.6rem;
  line-height: 2.4rem;
  max-width: calc(100% - 35.7rem);
}
@media (max-width: 1025px) {
  .danads-single .container .content-area {
    max-width: 100%;
  }
}
.danads-single .container .content-area b {
  color: #203B39;
}
.danads-single .container .content-area .article-heading {
  padding-bottom: 8rem;
}
@media (max-width: 792px) {
  .danads-single .container .content-area .article-heading {
    padding-bottom: 1.6rem;
  }
}
.danads-single .container .content-area .post-type {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #375F5C;
  background: #ffffff;
  border-radius: 8rem;
  border: 1px rgba(9, 23, 22, 0.1) solid;
  padding: 0.2rem 1.6rem;
  margin-bottom: 1.5rem;
  text-transform: capitalize;
  width: fit-content;
}
.danads-single .container .content-area .post-categories {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 1.2rem;
}
.danads-single .container .content-area .category {
  display: block;
  background-color: rgba(255, 255, 255, 0.1490196078);
  border: 1px rgba(9, 23, 22, 0.1019607843) solid;
  border-radius: 8rem;
  padding: 0.8rem 1.6rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #375F5C;
}
.danads-single .container .content-area .post-title {
  font-size: 4.8rem;
  line-height: 5.6rem;
  margin-bottom: 1.2rem;
  background: linear-gradient(90deg, #151515 0%, #7EC48F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
}
@media (max-width: 792px) {
  .danads-single .container .content-area .post-title {
    font-size: 3.2rem;
    line-height: 120%;
  }
}
.danads-single .container .content-area .post-meta {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-bottom: 1.2rem;
}
.danads-single .container .content-area .post-meta > *:not(:last-child)::after {
  content: "•";
  display: inline-block;
  margin: 0 0.8rem;
  font-size: 1.2re;
  line-height: 1;
  vertical-align: middle;
}
.danads-single .container .content-area .post-meta .post-author {
  display: flex;
  align-items: center;
}
.danads-single .container .content-area .post-meta .post-author .author-avatar {
  margin-right: 0.8rem;
}
.danads-single .container .content-area .post-meta .post-author .author-avatar .danads-author-photo {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
}
.danads-single .container .content-area .post-meta .post-author .post-date, .danads-single .container .content-area .post-meta .post-author .author-name, .danads-single .container .content-area .post-meta .post-author .post-reading-time, .danads-single .container .content-area .post-meta .post-author .author-avatar {
  display: flex;
  align-items: center;
}
.danads-single .container .content-area .post-content {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.danads-single .container .content-area .post-content p {
  margin-bottom: 1.6rem;
}
.danads-single .container .content-area .post-content p:first-child img {
  display: none;
}
@media (max-width: 792px) {
  .danads-single .container .content-area .post-content {
    margin-top: 1.6rem;
    margin-bottom: 3.2rem;
  }
}
.danads-single .container .content-area .post-content a {
  color: #359A58;
}
.danads-single .container .content-area .post-content a.wp-block-button__link {
  display: flex;
  align-items: center;
  border-radius: 8rem;
  padding: 1.2rem 2.4rem;
  text-decoration: none !important;
}
.danads-single .container .content-area .post-content ul {
  padding-left: 2.4rem;
}
.danads-single .container .content-area .post-content ul li {
  white-space: normal !important;
}
.danads-single .container .content-area .post-content ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.danads-single .container .share-widget {
  margin-bottom: 4rem;
}
.danads-single .container .share-widget .heateor_sss_sharing_container .heateor_sss_sharing_title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #203B39;
  margin-bottom: 0.7rem;
}
.danads-single .container .share-widget .heateor_sss_sharing_container .heateor_sss_sharing_ul {
  display: flex;
  gap: 0.8rem;
}
.danads-single .container .share-widget .heateor_sss_sharing_container .heateor_sss_sharing_ul > a {
  position: relative;
}
.danads-single .container .share-widget .heateor_sss_sharing_container .heateor_sss_sharing_ul > a .heateor_sss_svg {
  background-color: #ffffff !important;
  width: 4rem !important;
  height: 4rem !important;
  border: 1px rgba(4, 9, 9, 0.1019607843) solid;
}
.danads-single .container .share-widget .heateor_sss_sharing_container .heateor_sss_sharing_ul > a .heateor_sss_svg:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  filter: brightness(0.7);
}
.danads-single .container .share-widget .heateor_sss_sharing_container .heateor_sss_sharing_ul > a .heateor_sss_svg svg {
  display: none !important;
}
.danads-single .container .share-widget .heateor_sss_sharing_container .heateor_sss_sharing_ul > a:hover .heateor_sss_svg:after {
  filter: none;
}
.danads-single .container .share-widget .heateor_sss_sharing_container .heateor_sss_sharing_ul > a.heateor_sss_facebook .heateor_sss_svg:after {
  background-image: url(../4a42b4a629bed028855a.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.danads-single .container .share-widget .heateor_sss_sharing_container .heateor_sss_sharing_ul > a.heateor_sss_button_linkedin .heateor_sss_svg:after {
  background-image: url(../97b7405eaca1cad43a8c.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.danads-single .container .share-widget .heateor_sss_sharing_container .heateor_sss_sharing_ul > a.heateor_sss_button_x .heateor_sss_svg:after {
  background-image: url(../ac1faaeea6bb79342c80.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.danads-single .container .newsletter {
  border-radius: 1.2rem;
  padding: 3.6rem 2.4rem;
  margin-bottom: 6.4rem;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.0588235294) inset, 1px 1px 0px 0px rgba(255, 255, 255, 0.0784313725) inset, 0px 8px 40px -45px rgba(255, 255, 255, 0.2);
  background-image: url(../c7eabf3cffd4ac5e6973.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #091716;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.danads-single .container .newsletter.mobile-only {
  display: none;
}
@media (max-width: 1025px) {
  .danads-single .container .newsletter.mobile-only {
    display: flex;
    margin-bottom: 3.2rem;
  }
}
.danads-single .container .newsletter.desktop-only {
  display: flex;
}
@media (max-width: 1025px) {
  .danads-single .container .newsletter.desktop-only {
    display: none;
  }
}
@media (max-width: 1025px) {
  .danads-single .container .newsletter {
    flex-direction: column;
    padding: 1.2rem;
    align-items: baseline;
  }
}
.danads-single .container .newsletter .tag {
  display: none;
}
@media (max-width: 1025px) {
  .danads-single .container .newsletter .tag {
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
    color: #ECF9F0;
    opacity: 0.6;
  }
}
.danads-single .container .newsletter h3 {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  width: fit-content;
  background: linear-gradient(94.13deg, #FFFFFF 38.23%, #CBC38F 72.87%, #4D8559 87.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
}
@media (max-width: 1025px) {
  .danads-single .container .newsletter h3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.danads-single .container .newsletter p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #ECF9F0;
  opacity: 0.6;
}
@media (max-width: 1025px) {
  .danads-single .container .newsletter .btn {
    margin-top: 2.4rem;
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .danads-single .container .newsletter .btn:after {
    top: 1.5rem;
  }
}
.danads-single .container .sidebar {
  width: 33.3rem;
  min-width: 33.3rem;
  position: relative;
  padding-top: var(--header-height, 29rem);
  padding-bottom: 6rem;
}
@media (max-width: 1025px) {
  .danads-single .container .sidebar {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.6rem;
  }
}
.danads-single .container .sidebar__inner {
  position: sticky;
  top: 13rem;
}
@media (max-width: 792px) {
  .danads-single .container .sidebar__inner section:first-child {
    padding-top: 0;
  }
}
.danads-single .container .sidebar h3 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
  color: #203B39;
}
.danads-single .container .sidebar .danads-recent-posts {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 0;
}
.danads-single .container .sidebar .danads-recent-posts .recent-post {
  padding: 0.8rem;
  background-color: #ffffff;
  border-radius: 1.6rem;
  display: flex;
  gap: 1.6rem;
}
.danads-single .container .sidebar .danads-recent-posts .recent-post__thumbnail img {
  border-radius: 0.8rem;
  width: 8rem;
  height: 8rem;
}
.danads-single .container .sidebar .danads-recent-posts .recent-post__title {
  margin-bottom: 1rem;
}
.danads-single .container .sidebar .danads-recent-posts .recent-post__title a {
  color: #375F5C;
  font-size: 1.4rem;
  line-height: 2rem;
}
.danads-single .container .sidebar .danads-recent-posts .recent-post .btn {
  border: none;
  padding: 1.2rem 4.4rem 0 0;
}
.danads-single .container .sidebar .danads-recent-posts .recent-post .btn:hover {
  background-color: transparent;
  border: none;
  color: #203B39;
}
.danads-single .container .sidebar .danads-recent-posts .recent-post .btn:hover:after {
  filter: invert(28%) sepia(14%) saturate(1624%) hue-rotate(66deg) brightness(33%) contrast(90%);
}
.danads-single .container .sidebar .socials {
  display: flex;
  gap: 0.8rem;
}
.danads-single .container .sidebar .socials__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  background: #ffffff;
  border: 1px rgba(4, 9, 9, 0.1019607843) solid;
  transition: all 0.3s;
}
.danads-single .container .sidebar .socials__item img {
  width: auto;
  filter: brightness(0.7);
}
.danads-single .container .sidebar .socials__item:hover {
  background: #ffffff;
}
.danads-single .container .sidebar .socials__item:hover img {
  filter: none;
}

.page-template-page-default-php .site-main .container {
  max-width: 91.2rem;
  padding-top: 10rem;
  padding-bottom: 6.4rem;
  color: #464646;
}
.page-template-page-default-php .site-main .container h1, .page-template-page-default-php .site-main .container h2, .page-template-page-default-php .site-main .container h3, .page-template-page-default-php .site-main .container h4, .page-template-page-default-php .site-main .container h5, .page-template-page-default-php .site-main .container strong {
  color: #203B39;
  margin-bottom: 1rem;
}
.page-template-page-default-php .site-main .container b {
  color: #203B39;
}
.page-template-page-default-php .site-main .container p {
  margin-bottom: 1rem;
}
.page-template-page-default-php .site-main .container figure {
  margin-left: 0;
  margin-right: 0;
}
.page-template-page-default-php .site-main .container table {
  font-size: 1.4rem;
  line-height: 2rem;
  border-collapse: collapse;
  width: 91rem;
}
.page-template-page-default-php .site-main .container table th {
  padding: 1.2rem 0.8rem;
  background: #ECECEC;
}
.page-template-page-default-php .site-main .container table td {
  padding: 1.6rem 0.8rem;
}
.page-template-page-default-php .site-main .container table th, .page-template-page-default-php .site-main .container table td {
  border: 1px #D8D8D8 solid;
}
.page-template-page-default-php .site-main .container h1 {
  font-size: 4.8rem;
  line-height: 5.6rem;
  margin-bottom: 1.2rem;
}
.page-template-page-default-php .site-main .container .last-modified {
  font-size: 1.2rem;
  line-height: 2.4rem;
  margin-bottom: 4rem;
}
.page-template-page-default-php .site-main .container a {
  color: #359A58;
}
.page-template-page-default-php .site-main .container ul {
  padding-left: 2.4rem;
}
.page-template-page-default-php .site-main .container ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.accordion-block__item {
  border-bottom: 1px solid #ddd;
}
.accordion-block__item:first-child .accordion-block__title {
  border-top: 1px #D8D8D8 solid;
}
.accordion-block__item.active .accordion-block__title {
  color: #287342;
}
.accordion-block__item.active .accordion-block__title:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2710%27 height=%272%27 viewBox=%270 0 10 2%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 1L9 1%27 stroke=%27%234E8480%27 stroke-linecap=%27round%27/%3E%3C/svg%3E%0A");
}
.accordion-block__title {
  padding: 2.4rem 0 2.4rem 3.2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  border-bottom: 1px #D8D8D8 solid;
  cursor: pointer;
  position: relative;
  color: #203B39;
}
.accordion-block__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px #D8D8D8 solid;
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2710%27 height=%2710%27 viewBox=%270 0 10 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5 1V9%27 stroke=%27%23879F9D%27 stroke-linecap=%27round%27/%3E%3Cpath d=%27M1 5L9 5%27 stroke=%27%23879F9D%27 stroke-linecap=%27round%27/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.8rem;
}
.accordion-block__content {
  padding: 0 0 2.4rem;
  margin-top: -1px;
  max-width: 100%;
  overflow-x: scroll;
}
.accordion-block__content p:first-child {
  margin-top: 2.4rem;
}
.accordion-block__content table {
  font-size: 1.4rem;
  line-height: 2rem;
  border-collapse: collapse;
  width: 91rem;
}
.accordion-block__content table th {
  padding: 1.2rem 0.8rem;
  background: #ECECEC;
}
.accordion-block__content table td {
  padding: 1.6rem 0.8rem;
}
.accordion-block__content table th, .accordion-block__content table td {
  border: 1px #D8D8D8 solid;
}

/*# sourceMappingURL=style.bundle.css.map*/