/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl-1800: 1800px;
  --breakpoint-xl-1700: 1700px;
  --breakpoint-xl-l: 1600px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* stylelint-disable */
.datepicker {
  width: -moz-min-content;
  width: min-content;
}

.datepicker:not(.active) {
  display: none;
}

.datepicker-dropdown {
  padding-top: 4px;
  position: absolute;
  z-index: 20;
}

.datepicker-dropdown.datepicker-orient-top {
  padding-bottom: 4px;
  padding-top: 0;
}

.datepicker-picker {
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 2px 3px hsla(0, 0%, 4%, 0.1), 0 0 0 1px hsla(0, 0%, 4%, 0.1);
}

.datepicker-main {
  flex: auto;
  padding: 2px;
}

.datepicker-footer {
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 1px hsla(0, 0%, 4%, 0.1);
}

.datepicker-title {
  background-color: #f5f5f5;
  box-shadow: inset 0 -1px 1px hsla(0, 0%, 4%, 0.1);
  font-weight: 700;
  padding: 0.375rem 0.75rem;
  text-align: center;
}

.datepicker-controls {
  display: flex;
}

.datepicker-header .datepicker-controls {
  padding: 2px 2px 0;
}

.datepicker-controls .button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-shadow: none;
  color: #363636;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: center;
  line-height: 1.5;
  margin: 0;
  padding: calc(0.375em - 1px) 0.75em;
  position: relative;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

.datepicker-controls .button:active, .datepicker-controls .button:focus {
  outline: none;
}

.datepicker-controls .button:hover {
  border-color: #b8b8b8;
  color: #363636;
}

.datepicker-controls .button:focus {
  border-color: #3273dc;
  color: #363636;
}

.datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.datepicker-controls .button:active {
  border-color: #474747;
  color: #363636;
}

.datepicker-controls .button[disabled] {
  cursor: not-allowed;
}

.datepicker-header .datepicker-controls .button {
  border-color: transparent;
  font-weight: 700;
}

.datepicker-header .datepicker-controls .button:hover {
  background-color: #f9f9f9;
}

.datepicker-header .datepicker-controls .button:active {
  background-color: #f2f2f2;
}

.datepicker-footer .datepicker-controls .button {
  border-radius: 2px;
  flex: auto;
  font-size: 0.75rem;
  margin: calc(0.375rem - 1px) 0.375rem;
}

.datepicker-controls .view-switch {
  flex: auto;
}

.datepicker-controls .next-button, .datepicker-controls .prev-button {
  flex: 0 0 14.2857142857%;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.datepicker-controls .next-button.disabled, .datepicker-controls .prev-button.disabled {
  visibility: hidden;
}

.datepicker-grid, .datepicker-view {
  display: flex;
}

.datepicker-view {
  align-items: stretch;
  width: 15.75rem;
}

.datepicker-grid {
  flex: auto;
  flex-wrap: wrap;
}

.datepicker .days {
  display: flex;
  flex: auto;
  flex-direction: column;
}

.datepicker .days-of-week {
  display: flex;
}

.datepicker .week-numbers {
  display: flex;
  flex: 0 0 9.6774193548%;
  flex-direction: column;
}

.datepicker .weeks {
  align-items: stretch;
  display: flex;
  flex: auto;
  flex-direction: column;
}

.datepicker span {
  -webkit-touch-callout: none;
  align-items: center;
  border-radius: 4px;
  cursor: default;
  display: flex;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.datepicker .dow {
  font-size: 0.875rem;
  font-weight: 700;
  height: 1.5rem;
}

.datepicker .week {
  color: #b8b8b8;
  flex: auto;
  font-size: 0.75rem;
}

.datepicker .days .dow, .datepicker-cell {
  flex-basis: 14.2857142857%;
}

.datepicker-cell {
  height: 2.25rem;
}

.datepicker-cell:not(.day) {
  flex-basis: 25%;
  height: 4.5rem;
}

.datepicker-cell:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
  background-color: #e9e9e9;
}

.datepicker-cell.selected, .datepicker-cell.selected:hover {
  background-color: #3273dc;
  color: #fff;
  font-weight: 600;
}

.datepicker-cell.disabled {
  color: #dcdcdc;
}

.datepicker-cell.next:not(.disabled), .datepicker-cell.prev:not(.disabled) {
  color: #7a7a7a;
}

.datepicker-cell.next.selected, .datepicker-cell.prev.selected {
  color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  background-color: #f5f5f5;
  border-radius: 0;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #efefef;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e9e9e9;
}

.datepicker-cell.today:not(.selected) {
  background-color: #00d1b2;
}

.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
  background-color: #00ccad;
}

.datepicker-cell.range-end:not(.selected), .datepicker-cell.range-start:not(.selected) {
  background-color: #b8b8b8;
  color: #fff;
}

.datepicker-cell.range-end.focused:not(.selected), .datepicker-cell.range-start.focused:not(.selected) {
  background-color: #b3b3b3;
}

.datepicker-cell.range-start:not(.range-end) {
  border-radius: 4px 0 0 4px;
}

.datepicker-cell.range-end:not(.range-start) {
  border-radius: 0 4px 4px 0;
}

.datepicker-cell.range {
  background-color: #dcdcdc;
  border-radius: 0;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #d7d7d7;
}

.datepicker-cell.range.disabled {
  color: #c6c6c6;
}

.datepicker-cell.range.focused {
  background-color: #d1d1d1;
}

.datepicker-input.in-edit {
  border-color: #276bda;
}

.datepicker-input.in-edit:active, .datepicker-input.in-edit:focus {
  box-shadow: 0 0 0.25em 0.25em rgba(39, 107, 218, 0.2);
}

/* stylelint-disable */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  box-sizing: border-box;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
  margin: 0;
  display: block;
  border: none;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl-1800: 1800px;
  --breakpoint-xl-1700: 1700px;
  --breakpoint-xl-l: 1600px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */
:root {
  --sk-line-height--body: 1.125;
  --sk-line-height--h1: 0.8333333333;
  --sk-line-height--h2: 1;
  --sk-line-height--h3: 1;
  --sk-line-height--h4: 1;
  --sk-line-height--h5: 1;
  --sk-line-height--h6: 1;
  --sk-line-height--2xs: 1.25;
  --sk-text-base-size: 16px;
  --sk-text--h1: clamp(36px, 27.0857142857px + 0.0228571429 * 100vw, 60px);
  --sk-text--h2: clamp(28px, 21.6857142857px + 0.0161904762 * 100vw, 45px);
  --sk-text--h3: clamp(20px, 18.1428571429px + 0.0047619048 * 100vw, 25px);
  --sk-text--h4: clamp(20px, 18.1428571429px + 0.0047619048 * 100vw, 25px);
  --sk-text--h5: clamp(20px, 18.1428571429px + 0.0047619048 * 100vw, 25px);
  --sk-text--h6: clamp(18px, 18px + 0 * 100vw, 18px);
  --sk-text--big: clamp(50px, 31.4285714286px + 0.0476190476 * 100vw, 100px);
  --sk-text--xs: 14px;
  --sk-text--2xs: 12px;
}

@media (max-width: 768px) {
  :root {
    --sk-line-height--body: 1.125;
    --sk-line-height--h1: 0.8333333333;
    --sk-line-height--h2: 1;
    --sk-line-height--h3: 1.2;
    --sk-line-height--h4: 1.2;
    --sk-line-height--h5: 1.2;
    --sk-line-height--h6: 1;
  }
}
/* stylelint-disable */
@font-face {
  font-family: "CrimsonPro";
  src: url("../fonts/CrimsonPro/CrimsonPro-ExtraLight.woff") format("woff"), url("../fonts/CrimsonPro/CrimsonPro-ExtraLight.woff2") format("woff2"), url("../fonts/CrimsonPro/CrimsonPro-ExtraLight.ttf") format("ttf");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CrimsonPro";
  src: url("../fonts/CrimsonPro/CrimsonPro-ExtraLightItalic.woff") format("woff"), url("../fonts/CrimsonPro/CrimsonPro-ExtraLightItalic.woff2") format("woff2"), url("../fonts/CrimsonPro/CrimsonPro-ExtraLightItalic.ttf") format("ttf");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "CrimsonPro";
  src: url("../fonts/CrimsonPro/CrimsonPro-Regular.woff") format("woff"), url("../fonts/CrimsonPro/CrimsonPro-Regular.woff2") format("woff2"), url("../fonts/CrimsonPro/CrimsonPro-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CrimsonPro";
  src: url("../fonts/CrimsonPro/CrimsonPro-SemiBold.woff") format("woff"), url("../fonts/CrimsonPro/CrimsonPro-SemiBold.woff2") format("woff2"), url("../fonts/CrimsonPro/CrimsonPro-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CrimsonText";
  src: url("../fonts/CrimsonText/CrimsonText-Regular.woff") format("woff"), url("../fonts/CrimsonText/CrimsonText-Regular.woff2") format("woff2"), url("../fonts/CrimsonText/CrimsonText-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CrimsonText";
  src: url("../fonts/CrimsonText/CrimsonText-SemiBold.woff") format("woff"), url("../fonts/CrimsonText/CrimsonText-SemiBold.woff2") format("woff2"), url("../fonts/CrimsonText/CrimsonText-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CrimsonText";
  src: url("../fonts/CrimsonText/CrimsonText-Bold.woff") format("woff"), url("../fonts/CrimsonText/CrimsonText-Bold.woff2") format("woff2"), url("../fonts/CrimsonText/CrimsonText-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Marcellus";
  src: url("../fonts/Marcellus/Marcellus-Regular.woff") format("woff"), url("../fonts/Marcellus/Marcellus-Regular.woff2") format("woff2"), url("../fonts/Marcellus/Marcellus-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Light.woff") format("woff"), url("../fonts/Poppins/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins/Poppins-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amiri";
  src: url("../fonts/Amiri/Amiri-Regular.woff") format("woff"), url("../fonts/Amiri/Amiri-Regular.woff2") format("woff2"), url("../fonts/Amiri/Amiri-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amiri";
  src: url("../fonts/Amiri/Amiri-Bold.woff") format("woff"), url("../fonts/Amiri/Amiri-Bold.woff2") format("woff2"), url("../fonts/Amiri/Amiri-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amiri";
  src: url("../fonts/Amiri/Amiri-BoldItalic.woff") format("woff"), url("../fonts/Amiri/Amiri-BoldItalic.woff2") format("woff2"), url("../fonts/Amiri/Amiri-BoldItalic.ttf") format("ttf");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Amiri";
  src: url("../fonts/Amiri/Amiri-Italic.woff") format("woff"), url("../fonts/Amiri/Amiri-Italic.woff2") format("woff2"), url("../fonts/Amiri/Amiri-Italic.ttf") format("ttf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NotoNaskhArabic";
  src: url("../fonts/NotoNaskhArabic/NotoNaskhArabic-Regular.woff") format("woff"), url("../fonts/NotoNaskhArabic/NotoNaskhArabic-Regular.woff2") format("woff2"), url("../fonts/NotoNaskhArabic/NotoNaskhArabic-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --sk-font-primary: CrimsonPro;
  --sk-font-secondary: CrimsonText;
  --sk-font--marcellus: Marcellus, sans-serif;
  --sk-font--poppins: Poppins, sans-serif;
}

body.rtl {
  --sk-font-primary: Amiri;
  --sk-font--marcellus: NotoNaskhArabic, serif;
}

/* stylelint-disable */
/**
  Generate colors https://gka.github.io/palettes
 */
:root {
  /* Main colors */
  --sk-color-black: black;
  --sk-color-white: white;
  --sk-color-primary: #09302B;
  --sk-color-pine: #516A4B;
  --sk-color-clay: #B6BC9E;
  --sk-color-saffron: #D79B43;
  --sk-color-terracotta: #9F4900;
  --sk-color-butter: #FFE6A3;
  --sk-color-mist: #EBE4DF;
  --sk-color-overlay: #373F2F;
  /* New 2026 colors */
  --sk-color-sage: #B5CB80;
  --sk-color-cream: #FFF8DC;
  --sk-color-deep-green: #002B28;
  --sk-color-deep-green-opacity: #425E55;
  --sk-color-crimson: #5A110F;
  --sk-color-peach: #EB7652;
  /* Background colors */
  --sk-color-bg-primary: var(--sk-color-deep-green);
  --sk-color-bg-second: #f2f6fd;
  /* Typography */
  --sk-color-text: var(--sk-color-cream);
  --sk-color-text-heading: var(--sk-color-text);
  --sk-color-link: var(--sk-color-sage);
  --sk-color-link-hover: var(--sk-color-crimson);
  --sk-color-link-visited: var(--sk-color-crimson);
  /* Body */
  --sk-color-body: var(--sk-color-text);
  /* Feedback */
  --sk-color-success: var(--sk-color-pine);
  --sk-color-error: red;
  --sk-color-warning: var(--sk-color-saffron);
  /* Icons */
  --sk-color-icon-primary: var(--sk-color-primary);
  --sk-color-icon-secondary: var(--sk-color-pine);
}

/* stylelint-disable */
body {
  font-size: var(--sk-text-base-size);
  font-family: var(--sk-font-primary);
  color: var(--sk-color-text);
  font-weight: 400;
  line-height: var(--sk-line-height--body);
  background: var(--sk-color-deep-green);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.sk-section-pattern {
  display: flex;
  position: absolute !important;
  width: 250px;
  height: 115%;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: repeat-y;
  background: url("../../resources/img/bg_pattern.svg");
  z-index: 2;
  mix-blend-mode: color-dodge;
  pointer-events: none;
}
.sk-section-pattern-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  mix-blend-mode: color-dodge;
}

/* text size */
h1,
.sk-text--h1 {
  font-family: var(--sk-font--marcellus);
  font-size: var(--sk-text--h1);
  line-height: var(--sk-line-height--h1);
  font-weight: 400;
}

h2,
.sk-text--h2 {
  font-family: var(--sk-font--marcellus);
  font-size: var(--sk-text--h2);
  line-height: var(--sk-line-height--h2);
  font-weight: 400;
  letter-spacing: -1px;
}

h3,
.sk-text--h3 {
  font-size: var(--sk-text--h3);
  line-height: var(--sk-line-height--h3);
}

h4,
.sk-text--h4 {
  font-size: var(--sk-text--h4);
  line-height: var(--sk-line-height--h4);
}

h5,
.sk-text--h5 {
  font-size: var(--sk-text--h5);
  line-height: var(--sk-line-height--h5);
}

h6,
.sk-text--h6 {
  font-size: var(--sk-text--h6);
  line-height: var(--sk-line-height--h6);
}

.sk-subheading {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.01em;
  position: relative;
}
.sk-subheading-line::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 2px;
  border-radius: 5px;
  background-color: var(--sk-color-peach);
}
.sk-subheading-line--peach::after {
  background-color: var(--sk-color-peach);
}
.sk-subheading-line--crimson::after {
  background-color: var(--sk-color-crimson);
}

.sk-text {
  font-size: var(--sk-text--h3);
  line-height: 1;
  font-weight: 200;
  font-family: var(--sk-font-primary);
}

.sk-small {
  font-size: var(--sk-text-base-size);
  line-height: var(--sk-line-height--body);
  font-family: var(--sk-font--poppins);
  font-weight: 300;
}

.sk-micro, .sk-subheading {
  font-size: var(--sk-text--2xs);
  line-height: var(--sk-line-height--2xs);
  font-family: var(--sk-font--poppins);
}

small, .sk-text--xs {
  font-size: var(--sk-text--xs);
  font-family: var(--sk-font-secondary);
  font-feature-settings: "ss02";
}

a {
  color: var(--sk-color-link);
  text-decoration: none;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
a:hover, a:active, a:focus, a:focus-within {
  color: var(--sk-color-link-hover);
  text-decoration: none;
}
a:not([class]) {
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:not([class])::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease, left 0.3s ease;
}
a:not([class]):hover::after {
  width: 100%;
  left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
  margin: 0;
}

hr {
  width: 100%;
  background: transparent;
  margin: 30px 0;
  border: none;
  border-top: 0.5px solid rgba(81, 106, 75, 0.5);
  opacity: 0.5;
}
hr.sk-hr-dashed {
  border-top-style: dashed;
}

.sk-typo-mod-color-primary {
  color: var(--sk-color-primary);
}
.sk-typo-mod-bg-color-primary {
  background: var(--sk-color-primary);
}
.sk-typo-mod-color-second {
  color: var(--sk-color-terracotta);
}
.sk-typo-mod-bg-color-second {
  background: var(--sk-color-terracotta);
}
.sk-typo-mod-color-third {
  color: var(--sk-color-mist);
}
.sk-typo-mod-bg-color-third {
  background: var(--sk-color-mist);
}
.sk-typo-mod-font-100 {
  font-weight: 100;
}
.sk-typo-mod-font-200 {
  font-weight: 200;
}
.sk-typo-mod-font-300 {
  font-weight: 300;
}
.sk-typo-mod-font-400 {
  font-weight: 400;
}
.sk-typo-mod-font-500 {
  font-weight: 500;
}
.sk-typo-mod-font-600 {
  font-weight: 600;
}
.sk-typo-mod-font-700 {
  font-weight: 700;
}
.sk-typo-mod-font-900 {
  font-weight: 900;
}
.sk-typo-mod-italic {
  font-style: italic;
}

.sk-bg-primary {
  background: var(--sk-color-primary);
}
.sk-bg-pine {
  background: var(--sk-color-pine);
}
.sk-bg-clay {
  background: var(--sk-color-clay);
}
.sk-bg-saffron {
  background: var(--sk-color-saffron);
}
.sk-bg-terracotta {
  background: var(--sk-color-terracotta);
}
.sk-bg-butter {
  background: var(--sk-color-butter);
}
.sk-bg-mist {
  background: var(--sk-color-mist);
}
.sk-bg-sage {
  background: var(--sk-color-sage);
}
.sk-bg-cream {
  background: var(--sk-color-cream);
}
.sk-bg-deep-green {
  background: var(--sk-color-deep-green);
}
.sk-bg-crimson {
  background: var(--sk-color-crimson);
}
.sk-bg-peach {
  background: var(--sk-color-peach);
}

.sk-color-primary {
  color: var(--sk-color-primary);
}
.sk-color-pine {
  color: var(--sk-color-pine);
}
.sk-color-clay {
  color: var(--sk-color-clay);
}
.sk-color-saffron {
  color: var(--sk-color-saffron);
}
.sk-color-terracotta {
  color: var(--sk-color-terracotta);
}
.sk-color-butter {
  color: var(--sk-color-butter);
}
.sk-color-mist {
  color: var(--sk-color-mist);
}
.sk-color-sage {
  color: var(--sk-color-sage);
}
.sk-color-cream {
  color: var(--sk-color-cream);
}
.sk-color-deep-green {
  color: var(--sk-color-deep-green);
}
.sk-color-crimson {
  color: var(--sk-color-crimson);
}
.sk-color-peach {
  color: var(--sk-color-peach);
}

.sk-font-primary {
  font-family: var(--sk-font-primary);
}
.sk-font-secondary {
  font-family: var(--sk-font-secondary);
}
.sk-font-marcellus {
  font-family: var(--sk-font--marcellus);
}
.sk-font-poppins {
  font-family: var(--sk-font--poppins);
}

.sk-wp-editor h1,
.sk-wp-editor .sk-text--h1 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sk-wp-editor h1,
  .sk-wp-editor .sk-text--h1 {
    margin-bottom: 24px;
  }
}
.sk-wp-editor h2,
.sk-wp-editor .sk-text--h2 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sk-wp-editor h2,
  .sk-wp-editor .sk-text--h2 {
    margin-bottom: 24px;
  }
}
.sk-wp-editor h3,
.sk-wp-editor .sk-text--h3 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sk-wp-editor h3,
  .sk-wp-editor .sk-text--h3 {
    margin-bottom: 24px;
  }
}
.sk-wp-editor h4,
.sk-wp-editor .sk-text--h4 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sk-wp-editor h4,
  .sk-wp-editor .sk-text--h4 {
    margin-bottom: 24px;
  }
}
.sk-wp-editor h5,
.sk-wp-editor .sk-text--h5 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sk-wp-editor h5,
  .sk-wp-editor .sk-text--h5 {
    margin-bottom: 24px;
  }
}
.sk-wp-editor h6,
.sk-wp-editor .sk-text--h6 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sk-wp-editor h6,
  .sk-wp-editor .sk-text--h6 {
    margin-bottom: 24px;
  }
}
.sk-wp-editor p {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sk-wp-editor p {
    margin-bottom: 24px;
  }
}
.sk-wp-editor p + h1, .sk-wp-editor p + h2, .sk-wp-editor p + h3, .sk-wp-editor p + h4, .sk-wp-editor p + h5, .sk-wp-editor p + h6 {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .sk-wp-editor p + h1, .sk-wp-editor p + h2, .sk-wp-editor p + h3, .sk-wp-editor p + h4, .sk-wp-editor p + h5, .sk-wp-editor p + h6 {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .sk-wp-editor br {
    display: none;
  }
}
.sk-wp-editor ul {
  padding-left: 20px;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .sk-wp-editor ul {
    margin: 30px 0;
  }
}
.sk-wp-editor > .content-block:first-child {
  margin-top: 150px;
}
@media (max-width: 1024px) {
  .sk-wp-editor > .content-block:first-child {
    margin-top: 200px;
  }
}
@media (max-width: 768px) {
  .sk-wp-editor > .content-block:first-child {
    margin-top: 250px;
  }
}
@media (max-width: 512px) {
  .sk-wp-editor > .content-block:first-child {
    margin-top: 300px;
  }
}

/* stylelint-disable */
:root {
  --sk-container-padding: 30px;
  --sk-container-width-lg: calc(1200px + var(--sk-container-padding) * 2);
  --sk-container-width--md: calc(1000px + var(--sk-container-padding) * 2);
  --sk-container-width--sm: calc(600px + var(--sk-container-padding) * 2);
}

@media (max-width: 1024px) {
  :root {
    --sk-container-padding: 15px;
  }
}
.sk-container {
  max-width: var(--sk-container-width-lg);
  margin: 0 auto;
  width: 100%;
  padding-left: var(--sk-container-padding);
  padding-right: var(--sk-container-padding);
}
.sk-container--md {
  max-width: var(--sk-container-width--md);
}
.sk-container--sm {
  max-width: var(--sk-container-width--sm);
}
.sk-container--fl {
  max-width: 100%;
  width: 100%;
}

.sk-custom-block {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (min-width: 1024px) {
  .sk-custom-block {
    padding-top: 103px;
    padding-bottom: 200px;
  }
}
.sk-custom-block > * {
  z-index: 5;
  position: relative;
}
.sk-custom-block .sk-anchor {
  top: -25px;
  left: calc(50% - 25px);
  position: absolute;
}

.sk-anchor {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: var(--sk-color-saffron);
  z-index: 6;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.3s ease-in-out;
}
.sk-anchor::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scaleY(-1);
  width: 15px;
  height: 15px;
  -webkit-mask: url("../../resources/img/arrow.svg");
          mask: url("../../resources/img/arrow.svg");
  background: var(--sk-color-mist);
}
.sk-anchor:hover {
  background: var(--sk-color-mist);
}
.sk-anchor:hover::before {
  background: var(--sk-color-saffron);
}
.sk-anchor_type-2 {
  background: var(--sk-color-mist);
}
.sk-anchor_type-2::before {
  background: var(--sk-color-terracotta);
}
.sk-anchor_type-2:hover {
  background: var(--sk-color-terracotta);
}
.sk-anchor_type-2:hover::before {
  background: var(--sk-color-mist);
}
.sk-anchor_type-3 {
  background: var(--sk-color-terracotta);
}
.sk-anchor_type-3::before {
  background: var(--sk-color-mist);
}
.sk-anchor_type-3:hover {
  background: var(--sk-color-mist);
}
.sk-anchor_type-3:hover::before {
  background: var(--sk-color-terracotta);
}
.sk-anchor_type-4 {
  background: var(--sk-color-primary);
}
.sk-anchor_type-4::before {
  background: var(--sk-color-pine);
}
.sk-anchor_type-4:hover {
  background: var(--sk-color-pine);
}
.sk-anchor_type-4:hover::before {
  background: var(--sk-color-primary);
}
.sk-anchor_type-5 {
  background: var(--sk-color-primary);
}
.sk-anchor_type-5::before {
  background: var(--sk-color-clay);
}
.sk-anchor_type-5:hover {
  background: var(--sk-color-clay);
}
.sk-anchor_type-5:hover::before {
  background: var(--sk-color-primary);
}
.sk-anchor_type-6 {
  background: var(--sk-color-clay);
}
.sk-anchor_type-6::before {
  background: var(--sk-color-pine);
}
.sk-anchor_type-6:hover {
  background: var(--sk-color-pine);
}
.sk-anchor_type-6:hover::before {
  background: var(--sk-color-clay);
}
.sk-anchor_up {
  background: var(--sk-color-pine);
}
.sk-anchor_up::before {
  background: var(--sk-color-mist);
  transform: translate3d(-50%, -50%, 0);
}
.sk-anchor_up:hover {
  background: var(--sk-color-mist);
}
.sk-anchor_up:hover::before {
  background: var(--sk-color-pine);
}

.sk-socials {
  display: flex;
}
.sk-socials__item {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background-color: var(--sk-color-peach);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  will-change: background-color;
}
.sk-socials__item:hover {
  background-color: var(--sk-color-crimson);
}
.sk-socials__item:hover svg path {
  fill: var(--sk-color-peach);
}
.sk-socials__item svg path {
  transition: fill 0.3s ease-in-out;
}
.sk-socials__item img,
.sk-socials__item svg {
  max-width: 15px;
  max-height: 15px;
}

.preloader {
  position: fixed;
  inset: 0;
  background-color: var(--sk-color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
}
.preloader.loaded_hiding {
  opacity: 0;
  visibility: hidden;
}
body.loaded .preloader {
  display: none;
}
.preloader svg path {
  stroke: var(--sk-color-sage);
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  visibility: hidden;
}

[data-rise-up] {
  opacity: 0;
}

[data-anim-opacity] {
  opacity: 0;
}

.sk-wrapper {
  display: flex;
}
.sk-wrapper--wrap {
  flex-wrap: wrap;
}
.sk-wrapper--jc-sb {
  justify-content: space-between;
}
.sk-wrapper--jc-c {
  justify-content: center;
}
.sk-wrapper--column {
  flex-direction: column;
  align-items: flex-start;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sk-image-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .sk-only-d {
    display: none;
  }
}

@media (min-width: 768px) {
  .sk-only-m {
    display: none;
  }
}

.disabled {
  overflow: hidden;
}

.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.loading {
  height: 0;
  width: 0;
  padding: 10px;
  border: 5px solid var(--sk-color-primary);
  border-right-color: var(--sk-color-second);
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: rotateLoader 1s infinite linear;
  z-index: 10;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}

@keyframes rotateLoader {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.security-icon {
  display: inline-block;
  min-width: 13px;
  min-height: 15px;
  width: 13px;
  height: 15px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='15' viewBox='0 0 13 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_409_31728)'%3E%3Cpath d='M12.1606 2.11698L6.9603 0.086525C6.66361 -0.0288417 6.33629 -0.0288417 6.03959 0.086525L0.839247 2.11698C0.337112 2.32104 0.00490536 2.81999 3.80834e-05 3.37879V6.73163C-0.00553346 8.62142 0.600374 10.4581 1.72025 11.9492C2.84083 13.441 4.41063 14.5009 6.18034 14.9616C6.39066 15.0128 6.60934 15.0128 6.81966 14.9616C8.58933 14.5009 10.159 13.4409 11.2798 11.9492C12.3996 10.458 13.0055 8.62161 13 6.73163V3.37879C12.9951 2.81999 12.6628 2.32102 12.1606 2.11698ZM11.8855 6.73164C11.8904 8.36553 11.3674 9.95471 10.3993 11.2453C9.43198 12.5353 8.07463 13.4539 6.54455 13.8541C6.5153 13.862 6.48465 13.862 6.4554 13.8541C4.92532 13.4539 3.568 12.5353 2.6006 11.2453C1.63255 9.95467 1.10952 8.36542 1.1144 6.73164V3.37881C1.1151 3.30022 1.16245 3.23028 1.2328 3.20144L6.43314 1.17098C6.47284 1.15152 6.5195 1.15152 6.5592 1.17098L11.7595 3.1935V3.19422C11.8292 3.22811 11.8745 3.29877 11.8786 3.37881L11.8855 6.73164ZM9.36721 5.5549C9.47376 5.66234 9.53366 5.80943 9.53366 5.96301C9.53366 6.11658 9.47376 6.26296 9.36721 6.37039L6.39548 9.44708H6.39617C6.2938 9.55812 6.15033 9.61941 6.00199 9.6158C5.85435 9.61652 5.71227 9.55596 5.60851 9.44708L3.6327 7.39355C3.52615 7.28612 3.46626 7.13903 3.46626 6.98545C3.46626 6.83187 3.52615 6.6855 3.6327 6.57807C3.85 6.35309 4.20239 6.35309 4.41969 6.57807L6.00201 8.22421L8.58026 5.5549C8.79755 5.32993 9.14991 5.32993 9.36721 5.5549Z' fill='%23516A4B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_409_31728'%3E%3Crect width='13' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  will-change: background-image;
  transition: background-image 0.3s ease-in-out;
}
.security-icon.crimson {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='15' viewBox='0 0 13 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_767_20963)'%3E%3Cpath d='M12.1606 2.11698L6.9603 0.086525C6.66361 -0.0288417 6.33629 -0.0288417 6.03959 0.086525L0.839247 2.11698C0.337112 2.32104 0.00490536 2.81999 3.80834e-05 3.37879V6.73163C-0.00553346 8.62142 0.600374 10.4581 1.72025 11.9492C2.84083 13.441 4.41063 14.5009 6.18034 14.9616C6.39066 15.0128 6.60934 15.0128 6.81966 14.9616C8.58933 14.5009 10.159 13.4409 11.2798 11.9492C12.3996 10.458 13.0055 8.62161 13 6.73163V3.37879C12.9951 2.81999 12.6628 2.32102 12.1606 2.11698ZM11.8855 6.73164C11.8904 8.36553 11.3674 9.95471 10.3993 11.2453C9.43198 12.5353 8.07463 13.4539 6.54455 13.8541C6.5153 13.862 6.48465 13.862 6.4554 13.8541C4.92532 13.4539 3.568 12.5353 2.6006 11.2453C1.63255 9.95467 1.10952 8.36542 1.1144 6.73164V3.37881C1.1151 3.30022 1.16245 3.23028 1.2328 3.20144L6.43314 1.17098C6.47284 1.15152 6.5195 1.15152 6.5592 1.17098L11.7595 3.1935V3.19422C11.8292 3.22811 11.8745 3.29877 11.8786 3.37881L11.8855 6.73164ZM9.36721 5.5549C9.47376 5.66234 9.53366 5.80943 9.53366 5.96301C9.53366 6.11658 9.47376 6.26296 9.36721 6.37039L6.39548 9.44708H6.39617C6.2938 9.55812 6.15033 9.61941 6.00199 9.6158C5.85435 9.61652 5.71227 9.55596 5.60851 9.44708L3.6327 7.39355C3.52615 7.28612 3.46626 7.13903 3.46626 6.98545C3.46626 6.83187 3.52615 6.6855 3.6327 6.57807C3.85 6.35309 4.20239 6.35309 4.41969 6.57807L6.00201 8.22421L8.58026 5.5549C8.79755 5.32993 9.14991 5.32993 9.36721 5.5549Z' fill='%235A110F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_767_20963'%3E%3Crect width='13' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.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;
}

.plus-icon {
  display: inline-block;
  min-width: 15px;
  min-height: 15px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_768_23885)'%3E%3Cpath d='M7.5 0C7.05219 0 6.68919 0.363019 6.68919 0.810811V6.68921H0.810811C0.36302 6.68921 0 7.05222 0 7.50002C0 7.94784 0.36302 8.31084 0.810811 8.31084H6.68919V14.1892C6.68919 14.637 7.05219 15 7.5 15C7.94781 15 8.31081 14.637 8.31081 14.1892V8.31084H14.1892C14.637 8.31084 15 7.94784 15 7.50002C15 7.05221 14.637 6.68921 14.1892 6.68921H8.31081V0.810811C8.31081 0.363019 7.94781 0 7.5 0Z' fill='%235A110F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_768_23885'%3E%3Crect width='15' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  transition: all 0.3s ease-in-out;
}

:root {
  --sk-spacing-5: 5px;
  --sk-spacing-10: 10px;
  --sk-spacing-15: 15px;
  --sk-spacing-25: 25px;
  --sk-spacing-50: 50px;
  --sk-spacing-75: 75px;
  --sk-spacing-100: 100px;
  --sk-spacing-150: 150px;
  --sk-spacing-200: 200px;
  --sk-spacing-250: 250px;
  --sk-spacing-500: 500px;
}

body .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 20;
}
body .header .sk-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 100%;
}
@media (min-width: 768px) {
  body .header .sk-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  body .header .sk-container {
    padding: 0 50px;
  }
}
body .header__logo {
  margin: 0 auto;
}
@media (min-width: 512px) {
  body .header__logo {
    margin: 0;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  body .header__logo {
    margin-top: 50px;
  }
}
body .header .sk-btn, body .header input[type=submit] {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 512px) {
  body .header .sk-btn, body .header input[type=submit] {
    margin: 0;
  }
}
@media (min-width: 768px) {
  body .header .sk-btn, body .header input[type=submit] {
    margin-top: 75px;
  }
}
body .header .sk-btn--secondary {
  display: none;
}
body .header .language-switcher {
  order: -1;
  display: none;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  margin-top: 34px;
  margin-bottom: 0;
  padding: 0 0 20px;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  body .header .language-switcher {
    order: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
body .header .language-switcher li {
  color: var(--sk-color-sage);
  font-family: var(--sk-font--marcellus);
  font-weight: 400;
  font-size: var(--sk-text--h6);
  position: relative;
  margin: 0 8px;
  z-index: 2;
  width: 30px;
  display: flex;
  justify-content: center;
}
body .header .language-switcher li.active::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 75px;
  left: -10px;
  top: -34px;
  background: rgba(181, 203, 128, 0.25);
  z-index: -1;
  border: 1px solid var(--sk-color-sage);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top: none;
}
body .header .language-switcher li a {
  color: var(--sk-color-mist);
  font-family: var(--sk-font--marcellus);
  font-weight: 400;
  font-size: var(--sk-text--h6);
}
@media (min-width: 768px) {
  body.rtl .header .sk-container {
    flex-direction: row-reverse;
  }
}
body.rtl .header .sk-btn, body.rtl .header input[type=submit] {
  text-align: right;
}
body.rtl .header .sk-btn .sk-btn--pulse, body.rtl .header input[type=submit] .sk-btn--pulse {
  margin-right: 0;
  margin-left: 10px;
}
body.home .header .language-switcher {
  display: flex;
}
body.home .header .sk-btn--secondary {
  display: flex;
  padding-right: 10px;
}

.home .footer-wrapper {
  position: relative;
  overflow: hidden;
}
.home .footer-wrapper::after {
  content: "";
  background: linear-gradient(180deg, #001a18 0%, rgba(0, 43, 40, 0.9) 25%, rgba(0, 43, 40, 0.95) 75%, rgba(0, 26, 24, 0.95) 100%);
  position: absolute;
  inset: 0;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
}
@media (min-width: 512px) {
  .home .footer-wrapper::after {
    left: -50px;
  }
}
@media (min-width: 768px) {
  .home .footer-wrapper::after {
    left: -100px;
  }
}
@media (min-width: 1024px) {
  .home .footer-wrapper::after {
    left: -300px;
  }
}
@media (min-width: 1920px) {
  .home .footer-wrapper::after {
    border-top-left-radius: 2000px;
    border-top-right-radius: 2000px;
  }
}

.footer {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  background-color: var(--sk-color-primary);
}
.footer .footer_home {
  position: unset;
}
.footer .footer_home::before {
  position: absolute;
  content: "";
  top: 0;
  right: 175px;
  width: 250px;
  height: 100%;
  background-repeat: repeat;
  background-image: url("../../resources/img/bg_pattern.svg");
  z-index: 3;
  mix-blend-mode: color-dodge;
}
.footer > .sk-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .footer > .sk-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.footer__bg {
  width: 100%;
  height: 100% !important;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0.75;
  mix-blend-mode: luminosity;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
@media (min-width: 1024px) {
  .footer__bg {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }
}
.footer__logo {
  max-width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .footer__logo {
    margin-bottom: 43px;
  }
}
.footer__logo img {
  max-width: 100%;
}
.footer__content {
  margin-bottom: 50px;
}
.footer__content em {
  font-family: var(--sk-font-primary);
  font-weight: 200;
  font-style: italic;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0;
}
.footer__content p {
  font-size: var(--sk-text-base-size);
  font-family: var(--sk-font--poppins);
  line-height: var(--sk-line-height--body);
  margin-bottom: 24px;
  font-weight: 300;
}
.footer .sk-socials {
  margin-bottom: 50px;
  flex-direction: row;
}
@media (min-width: 768px) {
  .footer .sk-socials {
    margin-top: 147px;
    flex-direction: column;
  }
}
.footer__left, .footer__right {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 3;
  margin-right: auto;
}
@media (min-width: 768px) {
  .footer__left, .footer__right {
    width: 380px;
    margin-right: 0;
  }
}
.footer__right {
  align-items: flex-start;
  width: 247px;
}
.footer__bottom {
  background: var(--sk-color-deep-green);
  padding: 50px 0 11px 0;
  text-align: center;
}
.footer__bottom a {
  color: var(--sk-color-sage);
  font-family: var(--sk-font--poppins);
  font-weight: 400;
  line-height: 15px;
  font-size: var(--sk-text--2xs);
  text-transform: uppercase;
  opacity: 0.25;
}
.footer .custom-form {
  width: 100%;
}
.footer .custom-form h2 {
  text-align: center;
  font-size: var(--sk-text--h3);
  font-weight: 200;
  font-style: italic;
  margin-bottom: 13px;
}

.home .footer {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
.home .footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.5px;
  background-color: rgba(81, 106, 75, 0.5);
  z-index: 3;
}
.home .footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--sk-color-primary);
  z-index: 2;
}
@media (max-width: 768px) {
  .home .footer {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.home .footer__bottom {
  padding-top: 0;
  background-color: transparent;
}
.home .footer__bottom .sk-container {
  display: flex;
  align-items: center;
  justify-content: left;
}
.home.rtl .footer__bottom .sk-container {
  justify-content: right;
}
.home.rtl .footer-wrapper::after {
  right: 0;
  left: auto;
}
@media (min-width: 768px) {
  .home.rtl .footer-wrapper::after {
    right: -100px;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .home.rtl .footer-wrapper::after {
    right: -300px;
    left: auto;
  }
}

.pre-footer {
  width: 100%;
  height: 100%;
  min-height: 800px;
  position: relative;
  padding: 0 50px;
  overflow: hidden;
  border-top: 0.5px solid rgba(81, 106, 75, 0.5);
}
@media (max-width: 768px) {
  .pre-footer {
    padding: 0 25px;
  }
}
.pre-footer__bg {
  width: 100%;
  height: 132%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: -32%;
  left: 0;
}
.pre-footer__content {
  position: relative;
  z-index: 3;
  padding-top: 200px;
}
.pre-footer__title {
  font-family: var(--sk-font--marcellus);
  padding-bottom: 38px;
  max-width: 530px;
  font-weight: 400;
  font-size: var(--sk-text--h1);
  line-height: 50px;
  letter-spacing: 0;
  margin-top: 18px;
}
.pre-footer__text {
  font-family: var(--sk-font-primary);
  font-weight: 200;
  font-style: italic;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0;
  color: var(--sk-color-sage);
  margin-bottom: 47px;
}
.pre-footer__hero-line {
  width: 50px;
  height: 2px;
  background-color: var(--sk-color-butter);
  margin-top: 6px;
  margin-right: 10px;
}
.pre-footer__subtitle {
  color: var(--sk-color-butter);
}

input,
textarea {
  border-radius: 10px;
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 25px;
  font-weight: 400;
  background: var(--sk-color-sage);
  color: var(--sk-color-deep-green);
  font-size: var(--sk-text--h6);
}
input:focus,
textarea:focus {
  outline: none;
  border-color: var(--sk-input-color-border-focus);
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--sk-input-color-placeholder);
}
input::placeholder,
textarea::placeholder {
  color: var(--sk-input-color-placeholder);
}

textarea {
  min-height: 200px;
  resize: none;
}

.sk-form {
  padding: 0;
  position: relative;
}
.sk-form__container.error .sk-form__validation-message {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin-bottom: 20px;
}
.sk-form__field {
  display: flex;
  flex-direction: column;
  position: relative;
}
.sk-form__field label {
  position: absolute;
  top: 15px;
  left: 27px;
  font-size: 18px;
  font-family: var(--sk-font--marcellus);
  font-weight: 400;
  line-height: 20px;
  transition: ease-in-out 0.3s;
}
.sk-form__field label.active {
  transform: translateY(-15px);
  font-size: 10px;
}
.sk-form__field input {
  border: unset;
  line-height: 20px;
  min-height: 33px;
  border-radius: 50px;
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 25px;
  font-weight: 400;
  background: var(--sk-color-mist);
  color: var(--sk-color-sage);
  font-size: var(--sk-text--h6);
}
.sk-form__field input:focus {
  outline: none;
  border-color: var(--sk-input-color-border-focus);
}
.sk-form__field input::-moz-placeholder {
  color: var(--sk-input-color-placeholder);
}
.sk-form__field input::placeholder {
  color: var(--sk-input-color-placeholder);
}
.sk-form__field textarea {
  border: unset;
  line-height: 20px;
  min-height: 34px;
  border-radius: 50px;
  height: 50px;
  width: 100%;
  overflow: hidden;
  resize: none;
  margin-bottom: 10px;
  padding: 15px 25px 0;
  font-weight: 400;
  background: var(--sk-color-mist);
  color: var(--sk-color-sage);
  font-size: var(--sk-text--h6);
}
.sk-form__field textarea:focus {
  outline: none;
  border-color: var(--sk-input-color-border-focus);
}
.sk-form__field textarea::-moz-placeholder {
  color: var(--sk-input-color-placeholder);
}
.sk-form__field textarea::placeholder {
  color: var(--sk-input-color-placeholder);
}
.sk-form__submit {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 15px;
}
.sk-form__validation-message {
  background-color: transparent;
  color: var(--sk-color-error);
  font-size: 12px;
  line-height: normal;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: 0.3s ease opacity;
  margin-bottom: 0;
}

body.rtl .sk-form__field label {
  left: initial !important;
  right: 27px;
}
body.rtl .select2-container .select2-selection--single .select2-selection__arrow b {
  left: 10px;
}

.sk-form-gravity .gform_fields {
  grid-row-gap: 25px !important;
  grid-column-gap: 25px !important;
}
.sk-form-gravity .gform_ajax_spinner {
  display: none !important;
}
.sk-form-gravity_wrapper .gform_heading {
  display: none;
}
.sk-form-gravity_wrapper .gform_validation_errors {
  display: none;
}
.sk-form-gravity_wrapper .gform_footer {
  margin: 25px 0 0 !important;
  padding-bottom: 0 !important;
}
.sk-form-gravity_wrapper .gfield_required {
  color: var(--sk-color-white) !important;
}
.sk-form-gravity .validation_message {
  display: none;
}
@media screen and (max-width: 640px) {
  .sk-form-gravity .spacer {
    display: none;
  }
}
.sk-form-gravity .gfield {
  position: relative;
  margin-bottom: 30px;
}
.sk-form-gravity .gfield label {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 16px;
  font-weight: 300 !important;
  line-height: 20px;
  transition: ease-in-out 0.3s;
}
.sk-form-gravity .gfield label.active {
  transform: translateY(-30px);
  font-size: 10px;
}
@media (min-width: 992px) {
  .sk-form-gravity .gfield label.active {
    transform: translateY(-15px);
  }
}
.sk-form-gravity .gfield input {
  background: transparent;
  border-radius: unset;
  border: unset !important;
  border-bottom: 3px solid var(--sk-color-black) !important;
  padding: 0 0 6px 0 !important;
  font-size: 16px !important;
  height: auto;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 0;
  color: var(--sk-color-black) !important;
}
.sk-form-gravity .gfield textarea {
  height: 45px !important;
  min-height: 45px !important;
  background: transparent;
  border-radius: unset;
  border: unset !important;
  border-bottom: 3px solid var(--sk-color-black) !important;
  padding: 0 0 6px 0 !important;
  font-size: 16px !important;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 0;
  color: var(--sk-color-black);
}
.sk-form-gravity .gfield .gform_validation_errors {
  display: none;
}
.sk-form-gravity .gfield.gfield_error label {
  transform: translateY(-30px);
  font-size: 12px !important;
  color: var(--sk-color-third) !important;
}
@media (min-width: 992px) {
  .sk-form-gravity .gfield.gfield_error label {
    transform: translateY(-20px);
  }
}
.sk-form-gravity .gfield.gfield_error input,
.sk-form-gravity .gfield.gfield_error textarea {
  border-radius: unset;
  border: unset !important;
  border-bottom: 3px solid var(--sk-color-third) !important;
}
.sk-form-gravity .gfield.gfield_error .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-radius: unset;
  border: unset !important;
  border-bottom: 3px solid var(--sk-color-third) !important;
}
.sk-form-gravity .gfield.gfield_req label {
  transform: translateY(-30px);
  font-size: 8px !important;
}
@media (min-width: 992px) {
  .sk-form-gravity .gfield.gfield_req label {
    transform: translateY(-20px);
  }
}
.sk-form-gravity .sk-form-textarea label {
  top: 0;
  left: 0;
  bottom: unset;
}
.sk-form-gravity input[type=submit] {
  min-width: 100%;
  display: inline-flex;
  align-items: center;
  border-radius: unset;
  height: 50px;
  border: 3px solid var(--sk-color-white);
  color: var(--sk-color-white);
  padding: 0;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) {
  .sk-form-gravity input[type=submit] {
    margin-left: auto;
    min-width: 250px;
  }
}
.sk-form-gravity input[type=submit]:hover {
  background: var(--sk-color-black);
  border-color: var(--sk-color-black);
}
.sk-form-gravity input[type=submit]:focus {
  outline: var(--sk-color-black) solid 2px;
}

.sk-billing-form {
  max-width: 500px;
  background-color: var(--sk-color-deep-green);
  margin: 0 auto;
  z-index: 2;
  padding-left: var(--sk-container-padding);
  padding-right: var(--sk-container-padding);
}
@media (min-width: 1024px) {
  .sk-billing-form {
    padding: 63px 0 80px;
  }
}
.sk-billing-form .form-row.form-row-wide {
  position: relative;
  padding: 0;
  margin: 0;
}
.sk-billing-form .form-row.form-row-wide label {
  line-height: 1;
}
.sk-billing-form .form-row.form-row-wide label.checkbox {
  display: flex;
  padding-left: 25px;
  line-height: 18px;
}
.sk-billing-form h2,
.sk-billing-form h3,
.sk-billing-form h4,
.sk-billing-form .sk-text--h4 {
  font-weight: 400;
  font-size: var(--sk-text--h2);
  line-height: 45px;
  letter-spacing: -1px;
  text-align: center;
  color: var(--sk-color-peach);
  font-family: var(--sk-font--marcellus);
  padding-bottom: 14px;
  display: block;
}
.sk-billing-form p {
  margin-bottom: 0;
  position: relative;
}
.sk-billing-form .required,
.sk-billing-form .optional {
  display: none;
}
.sk-billing-form label {
  position: absolute;
  top: 11px;
  left: 0;
  transition: ease-in-out 0.3s;
  font-family: var(--sk-font-primary);
  font-weight: 200;
  font-style: italic;
  line-height: 100%;
  font-size: 25px;
  letter-spacing: 0;
  padding-left: 25px;
  color: var(--sk-color-sage);
}
.sk-billing-form label.active {
  transform: translateY(-10px);
  font-size: 10px;
  color: var(--sk-color-sage);
}
@media (min-width: 992px) {
  .sk-billing-form label.active {
    transform: translateY(-10px);
  }
}
.sk-billing-form label[for=payment_method_stripe] {
  display: none;
}
.sk-billing-form [type=text], .sk-billing-form .woocommerce-checkout #payment.woocommerce-checkout-payment #stripe-cvc-element, .woocommerce-checkout #payment.woocommerce-checkout-payment .sk-billing-form #stripe-cvc-element,
.sk-billing-form .woocommerce-checkout #payment.woocommerce-checkout-payment #stripe-exp-element,
.woocommerce-checkout #payment.woocommerce-checkout-payment .sk-billing-form #stripe-exp-element,
.sk-billing-form .woocommerce-checkout #payment.woocommerce-checkout-payment #stripe-card-element,
.woocommerce-checkout #payment.woocommerce-checkout-payment .sk-billing-form #stripe-card-element,
.sk-billing-form .woocommerce-checkout #payment.woocommerce-checkout-payment #Field-numberInput,
.woocommerce-checkout #payment.woocommerce-checkout-payment .sk-billing-form #Field-numberInput,
.sk-billing-form [type=email],
.sk-billing-form [type=tel],
.sk-billing-form .select2-container .select2-selection,
.sk-billing-form .form-row .input-text[type=text],
.sk-billing-form .form-row .input-text[type=email],
.sk-billing-form .form-row .input-text[type=tel] {
  border: none;
  margin-bottom: 5px;
  font-family: var(--sk-font-primary);
  font-weight: 200;
  font-style: italic;
  line-height: 1.2;
  font-size: 25px;
  background: var(--sk-color-deep-green-opacity);
  color: var(--sk-color-cream);
  width: 100%;
  padding: 10px 25px;
  border-radius: 10px;
}
.sk-billing-form .select2-container .select2-selection {
  margin-bottom: 0;
  opacity: 1;
  background: var(--sk-color-deep-green-opacity);
}
.sk-billing-form .select2-results__option {
  font-size: 18px;
  background: var(--sk-color-mist);
  color: var(--sk-color-sage);
}
.sk-billing-form .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: var(--sk-font-primary);
  font-weight: 200;
  font-style: italic;
  line-height: 1.2;
  font-size: 25px;
  padding: 0;
  color: var(--sk-color-sage);
}
.sk-billing-form .select2-container .select2-selection--single .select2-selection__arrow,
.sk-billing-form .form-arrow {
  top: 13px;
  right: 25px;
  height: 25px;
  width: 25px;
  border-radius: 5px;
  background-color: var(--sk-color-deep-green);
}
.sk-billing-form .select2-container .select2-selection--single .select2-selection__arrow b,
.sk-billing-form .form-arrow b {
  background-image: url('data:image/svg+xml,<svg width="7" height="13" viewBox="0 0 7 13" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_768_29868)"><path d="M3.11165 0.388835L3.11165 10.726L0.663936 8.27829C0.51229 8.12665 0.26538 8.12665 0.113735 8.27829C-0.037911 8.42994 -0.037911 8.67685 0.113735 8.8285L3.22441 11.9392C3.37606 12.0908 3.62297 12.0908 3.77462 11.9392L6.88529 8.8285C6.96112 8.75267 7 8.65352 7 8.55437C7 8.45522 6.96112 8.35606 6.88529 8.28024C6.73365 8.12859 6.48674 8.12859 6.33509 8.28024L3.88932 10.726L3.88932 0.388835C3.88932 0.174976 3.71435 4.88509e-07 3.50049 4.60383e-07C3.28663 4.32256e-07 3.11165 0.174976 3.11165 0.388835Z" fill="%23B5CB80"/></g><defs><clipPath id="clip0_768_29868"><rect width="12.0529" height="7" fill="white" transform="translate(0 12.0529) rotate(-90)"/></clipPath></defs></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 25px;
  background-position: center;
  position: absolute;
}
.sk-billing-form .form-arrow {
  position: absolute;
  cursor: pointer;
}
.sk-billing-form .form-arrow b {
  top: 5px;
}
.sk-billing-form [type=checkbox] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: none;
  box-shadow: none;
  position: relative;
  cursor: pointer;
  vertical-align: top;
  margin-right: 16px !important;
  margin-left: 25px;
  margin-bottom: 0;
  flex-shrink: 0;
  background-color: var(--sk-color-deep-green-opacity);
}
.sk-billing-form [type=checkbox]:hover {
  border: none;
}
.sk-billing-form [type=checkbox]::before {
  content: "";
  border-radius: 50%;
  background-color: var(--sk-color-sage);
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: ease-in-out 0.3s;
}
.sk-billing-form [type=checkbox]:checked::before {
  content: "";
  border-radius: 50%;
  background-color: var(--sk-color-sage);
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
}
.sk-billing-form .checkbox-label,
.sk-billing-form label.checkbox {
  font-family: var(--sk-font--poppins);
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--sk-color-mist);
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  position: relative;
  padding-left: 0;
}
.sk-billing-form .checkbox-label span,
.sk-billing-form label.checkbox span {
  margin-top: -6px;
}
.sk-billing-form.beneficiaries-form .checkbox-label {
  margin-top: 18px;
}
.sk-billing-form.beneficiaries-form [type=checkbox] {
  margin-top: -10px;
}

.woocommerce-checkout-payment {
  max-width: 500px;
  background-color: var(--sk-color-deep-green);
  margin: 0 auto;
  z-index: 2;
  padding-left: var(--sk-container-padding);
  padding-right: var(--sk-container-padding);
}
@media (min-width: 1024px) {
  .woocommerce-checkout-payment {
    padding: 63px 0 80px;
  }
}
.woocommerce-checkout-payment .sk-text--h4 {
  font-weight: 400;
  font-size: var(--sk-text--h2);
  line-height: 45px;
  letter-spacing: -1px;
  text-align: center;
  color: var(--sk-color-peach);
  font-family: var(--sk-font--marcellus);
  padding-bottom: 14px;
  display: block;
}

.custom-select {
  position: relative;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-select::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.49999 14.9998C7.74375 14.9903 8.02548 14.8899 8.20313 14.7228L14.6805 8.58651C15.1051 8.22821 15.0966 7.53895 14.714 7.13612C14.3315 6.73328 13.654 6.70023 13.2743 7.10579L8.52275 11.6014V1.02272C8.52275 0.457863 8.06482 0 7.49999 0C6.93513 0 6.47725 0.457863 6.47725 1.02272V11.6014L1.72575 7.10579C1.346 6.70032 0.66567 6.73348 0.28313 7.13648C-0.0994112 7.53928 -0.101082 8.23834 0.319471 8.58672L6.79686 14.723C6.9952 14.9097 7.22658 14.997 7.49999 14.9998Z' fill='%239F4900'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
.custom-select .js-select-selected {
  border: none;
  margin-bottom: 10px;
  font-family: "Marcellus";
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  background: var(--sk-color-mist);
  color: var(--sk-color-sage);
  height: 50px;
  width: 100%;
  padding: 15px 25px;
  border-radius: 25px;
  cursor: pointer;
}
.custom-select .options {
  display: none;
  position: absolute;
  max-width: calc(100% - 40px);
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: none;
  background: var(--sk-color-mist);
  border-radius: 0 0 8px 8px;
  max-height: 200px;
  overflow-y: auto;
  cursor: pointer;
  font-family: var(--sk-font-primary);
  font-size: 16px;
  z-index: 100;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.custom-select .option {
  padding: 8px 16px;
  cursor: pointer;
  color: var(--sk-color-sage);
}
.custom-select .option:hover {
  background-color: #f1f1f1;
}
.custom-select.open .options {
  display: block;
  animation: fadeIn 0.2s ease-in-out;
}

.form-date {
  cursor: pointer;
}

.datepicker-main {
  background-color: var(--sk-color-deep-green-opacity);
  color: var(--sk-color-sage);
}

.datepicker-header .datepicker-controls,
.datepicker-header .datepicker-controls .button {
  background-color: var(--sk-color-deep-green);
  color: var(--sk-color-sage);
}

.datepicker-header .datepicker-controls {
  border: 1px solid var(--sk-color-sage);
}

.datepicker-cell.focused:not(.selected),
.datepicker-header .datepicker-controls .button:hover,
.datepicker-cell:not(.disabled):hover {
  background-color: var(--sk-color-cream);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10;
  display: none;
}
.modal__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  opacity: 0;
  transform: translateY(10%);
  transition-duration: 0.6s;
}
.modal .modal-active {
  opacity: 1;
  transform: translateY(0);
}
.modal__wrapper {
  width: 90%;
  height: auto;
  max-height: 85%;
  overflow: auto;
  max-width: 650px;
  background-color: var(--sk-color-white);
  padding: 50px;
  position: relative;
  opacity: 1;
}
@media (min-width: 1024px) {
  .modal__wrapper {
    padding: 100px;
  }
}
.modal__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 50px;
  height: 50px;
  background-color: var(--sk-color-white);
  cursor: pointer;
}
.modal__close span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition-duration: 0.6s;
}
.modal__close span:hover {
  transform: rotate(90deg);
}
.modal__close span:hover::before, .modal__close span:hover::after {
  background-color: var(--sk-color-third);
}
.modal__close span::before, .modal__close span::after {
  position: absolute;
  content: " ";
  height: 25px;
  width: 3px;
  background-color: var(--sk-color-black);
  border-radius: 10px;
  transition: background-color 0.4s ease;
}
.modal__close span::before {
  transform: rotate(45deg);
}
.modal__close span::after {
  transform: rotate(-45deg);
}

.order-count {
  max-width: 500px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 26px auto 0 auto;
}
.order-count .order-quantity-block {
  display: flex;
  background-color: var(--sk-color-cream);
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  width: 350px;
  z-index: 1;
  position: relative;
  min-height: 75px;
  margin-top: 21px;
  padding: 0 10px;
}
.order-count .order-quantity-block__text {
  font-family: var(--sk-font-primary);
  font-style: italic;
  font-size: var(--sk-text--h3);
  font-weight: 200;
  margin-top: -8px;
  color: var(--sk-color-black);
}
.order-count .order-quantity-block .qty-input {
  color: var(--sk-color-black);
  background-color: transparent;
  pointer-events: none;
  margin-top: 0;
  height: 60px;
  font-family: var(--sk-font--marcellus);
  font-weight: 400;
  font-size: 60px;
  line-height: 50px;
  letter-spacing: 0;
  text-align: center;
}
.order-count .price-total {
  color: var(--sk-color-peach);
  z-index: 1;
  position: relative;
  font-family: var(--sk-font--marcellus);
  font-weight: 400;
  font-size: 60px;
  line-height: 50px;
  letter-spacing: 0;
  text-align: right;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.order-count .price-total.is-updating {
  opacity: 0;
}
.order-count .price-total span {
  font-weight: 400;
}
.order-count .quantity-wrapper {
  display: flex;
  align-items: center;
}
.order-count .qty-minus,
.order-count .qty-plus {
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: transparent;
  border: 2px solid var(--sk-color-saffron);
  color: var(--sk-color-saffron);
  border-radius: 5px;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
}
.order-count .qty-plus {
  margin-right: 15px;
  color: transparent;
  position: relative;
}
.order-count .qty-plus::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: var(--sk-color-saffron);
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.order-count .qty-plus::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  border-radius: 2px;
  background: var(--sk-color-saffron);
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.order-count .qty-plus {
  transition: 0.3s all;
}
.order-count .qty-plus:hover {
  background: var(--sk-color-saffron);
}
.order-count .qty-plus:hover::before, .order-count .qty-plus:hover::after {
  background: var(--sk-color-white);
}
.order-count .qty-minus {
  margin-left: 15px;
  color: transparent;
  position: relative;
}
.order-count .qty-minus::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: var(--sk-color-saffron);
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.order-count .qty-minus {
  transition: 0.3s all;
}
.order-count .qty-minus:hover {
  background: var(--sk-color-saffron);
}
.order-count .qty-minus:hover::before, .order-count .qty-minus:hover::after {
  background: var(--sk-color-white);
}
.order-count .qty-input {
  width: 33px;
  text-align: center;
  padding: 0;
  border: 0;
  margin: 0 10px;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}
.order-count .qty-input.is-updating {
  transform: scale(1.08);
}
.order-count input::-webkit-outer-spin-button,
.order-count input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.order-count input[type=number] {
  -moz-appearance: textfield;
}

.beneficiary {
  margin-top: 30px;
  margin-bottom: 60px;
  position: relative;
}
.beneficiary:first-child {
  margin-top: 0;
}
.beneficiary:last-child {
  margin-bottom: 0;
}
.beneficiary label[for^=beneficiary_location_eid] {
  pointer-events: none;
  z-index: 3;
}
.beneficiary .select2 {
  height: 50px;
  margin-bottom: 5px;
}
.beneficiary .select2-container {
  position: relative;
  z-index: 2;
  vertical-align: top !important;
  width: 100% !important;
  cursor: pointer;
}
.beneficiary .select2-container .select2-selection {
  height: 100%;
  cursor: pointer;
}
.beneficiary .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  display: inline;
}
.beneficiary .select2-container--open {
  z-index: 10;
}

.beneficiary-location-field,
#billing_country_field {
  cursor: pointer;
}
.beneficiary-location-field .select2-container,
#billing_country_field .select2-container {
  cursor: pointer;
}
.beneficiary-location-field .select2-container .select2-selection,
#billing_country_field .select2-container .select2-selection {
  cursor: pointer;
}

body.woocommerce-checkout .select2-dropdown {
  z-index: 10050 !important;
}

.woocommerce {
  z-index: 6;
  position: relative;
}
.woocommerce.is-disabled {
  opacity: 0.7;
  pointer-events: none;
}
.woocommerce .blockUI.blockOverlay {
  background-color: var(--sk-color-deep-green) !important;
}
.woocommerce .blockUI.blockOverlay::before {
  content: "";
  top: 85% !important;
}

.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup {
  background-color: var(--sk-color-mist);
  max-width: 1100px;
  margin: 0 15px;
  position: relative;
}
@media (min-width: 1024px) {
  .woocommerce-notices-wrapper,
  .woocommerce-NoticeGroup {
    margin: 0 auto;
  }
}

.woocommerce-message {
  display: none;
}

.payment_box.payment_method_stripe p:first-child {
  display: none;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment {
  background-color: transparent;
  opacity: initial;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods {
  margin: 0 auto;
  border: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .payment_method_stripe {
  background-color: transparent;
  margin-top: -20px;
  margin-bottom: -10px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .payment_method_stripe::before {
  display: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment #stripe-payment-data p {
  display: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .payment_box {
  margin: 0;
  padding: 0;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row-last,
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row-first {
  width: 100%;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .stripe-cards-icon {
  display: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row {
  position: relative;
  padding: 0;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .InputContainer {
  height: 50px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .payment_methods a {
  color: var(--sk-color-mist);
  border-bottom: 1px solid var(--sk-color-mist);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .master-card-brand {
  background: url("../../resources/img/icon_MasterCard.svg") no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 11px;
  right: 85px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .visa-card-brand {
  background: url("../../resources/img/icon_Visa.svg") no-repeat;
  width: 50px;
  height: 25px;
  display: block;
  position: absolute;
  top: 11px;
  right: 30px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .place-order {
  text-align: center;
  z-index: 2;
  margin-top: 50px;
  margin-bottom: 75px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment #place_order {
  float: none;
  margin: 0 auto;
  width: 350px;
  padding: 0 15px;
  background-color: var(--sk-color-cream);
  height: 75px;
  color: var(--sk-color-deep-green);
  transition: 0.5s all;
  border: 1px solid var(--sk-color-deep-green);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment #place_order .arrow {
  background-color: var(--sk-color-deep-green);
  color: var(--sk-color-sage);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment #place_order:hover {
  background-color: var(--sk-color-deep-green);
  color: var(--sk-color-cream);
  border: 1px solid var(--sk-color-cream);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment #place_order:hover .arrow {
  background-color: var(--sk-color-sage);
  color: var(--sk-color-deep-green);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .checkbox-label span {
  line-height: 122%;
  margin-top: 1px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .checkbox-label a {
  line-height: 140%;
}
@media (min-width: 1024px) {
  .woocommerce-checkout #payment.woocommerce-checkout-payment .checkbox-label a {
    line-height: 122%;
  }
}
.woocommerce-checkout .testmode-info {
  display: none;
}
.woocommerce-checkout #billing_state,
.woocommerce-checkout #billing_state_field {
  display: none;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  z-index: 6;
}
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message {
  background-color: transparent;
  font-family: "Marcellus";
  color: var(--sk-color-black);
}
.woocommerce-checkout .woocommerce-error li,
.woocommerce-checkout .woocommerce-info li,
.woocommerce-checkout .woocommerce-message li {
  padding-left: 30px !important;
}
.woocommerce-checkout #billing_address_1::-moz-placeholder {
  color: var(--sk-color-deep-green-opacity);
}
.woocommerce-checkout #billing_address_1::placeholder {
  color: var(--sk-color-deep-green-opacity);
}
.woocommerce-checkout .select2-container {
  vertical-align: unset;
  max-width: 500px;
}
.woocommerce-checkout .select2-container--open .select2-dropdown {
  margin-top: -32px;
  top: 0;
  border: none;
  background-color: var(--sk-color-deep-green-opacity);
  color: var(--sk-color-sage);
  font-family: var(--sk-font-primary);
  font-weight: 200;
  font-style: italic;
}
.woocommerce-checkout .select2-container--open .select2-dropdown [data-selected=true] {
  background-color: var(--sk-color-deep-green);
}

#payment .form-row select#referral_source {
  width: 100%;
  background-color: var(--sk-color-mist);
  border-radius: 25px;
  border: none;
  height: 50px;
  font-size: 18px;
  color: var(--sk-color-terracotta);
  padding: 0 25px;
  font-family: "Marcellus";
  outline: none;
}
#payment .form-row select#referral_source:focus {
  border: none;
}

#referral-field-wrapper {
  margin-bottom: 90px;
}

.email-wrapper {
  max-height: 200px;
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.6s ease, opacity 0.6s ease;
}

.email-wrapper.collapsed {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}

.select2-container .select2-results__options::-webkit-scrollbar {
  width: 5px;
}

.select2-container .select2-results__options::-webkit-scrollbar-track {
  background: transparent;
}

.select2-container .select2-results__options::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  cursor: pointer;
}

.select2-container .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.32);
}

blockquote.sk-blockquote {
  position: relative;
  margin: 0;
  max-width: 890px;
}
blockquote.sk-blockquote::before, blockquote.sk-blockquote::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 32px;
}
@media (max-width: 1024px) {
  blockquote.sk-blockquote::before, blockquote.sk-blockquote::after {
    width: 60px;
    height: 60px;
  }
}
blockquote.sk-blockquote::before {
  background-image: url("../img/Start-WP_Icon_Blockquote-start.svg");
  top: 0;
  left: -78px;
}
@media (max-width: 1024px) {
  blockquote.sk-blockquote::before {
    left: 0;
    top: -70px;
  }
}
blockquote.sk-blockquote::after {
  background-image: url("../img/Start-WP_Icon_Blockquote-end.svg");
  bottom: -10px;
  right: -78px;
}
@media (max-width: 1024px) {
  blockquote.sk-blockquote::after {
    right: 0;
    bottom: -70px;
  }
}

a.sk-btn,
button.sk-btn,
.sk-btn,
input[type=submit] {
  font-family: var(--sk-font-secondary);
  background: var(--sk-color-primary);
  color: var(--sk-color-mist);
  border-radius: 50px;
  border: none;
  padding: 10px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-size: var(--sk-text--h4);
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  a.sk-btn,
  button.sk-btn,
  .sk-btn,
  input[type=submit] {
    padding: 10px 48px;
    font-size: var(--sk-text--h2);
  }
}
a.sk-btn--primary,
button.sk-btn--primary,
.sk-btn--primary,
input[type=submit] {
  background: var(--sk-color-primary);
}
a.sk-btn--primary:hover, a.sk-btn--primary:active,
button.sk-btn--primary:hover,
button.sk-btn--primary:active,
.sk-btn--primary:hover,
input[type=submit]:hover,
.sk-btn--primary:active,
input[type=submit]:active {
  background: var(--sk-color-saffron);
}
a.sk-btn--secondary,
button.sk-btn--secondary,
.sk-btn--secondary {
  font-family: var(--sk-font--poppins);
  font-size: var(--sk-text--2xs);
  line-height: 1;
  font-weight: 600;
  color: var(--sk-color-peach);
  background: rgba(90, 17, 15, 0.5);
  border: 1px solid var(--sk-color-crimson);
  white-space: wrap;
  max-width: 218px;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  a.sk-btn--secondary,
  button.sk-btn--secondary,
  .sk-btn--secondary {
    padding: 12px 20px 12px 25px;
  }
}
a.sk-btn--secondary:hover, a.sk-btn--secondary:active,
button.sk-btn--secondary:hover,
button.sk-btn--secondary:active,
.sk-btn--secondary:hover,
.sk-btn--secondary:active {
  background: var(--sk-color-crimson);
}
a.sk-btn--secondary:hover .sk-btn--pulse::after, a.sk-btn--secondary:active .sk-btn--pulse::after,
button.sk-btn--secondary:hover .sk-btn--pulse::after,
button.sk-btn--secondary:active .sk-btn--pulse::after,
.sk-btn--secondary:hover .sk-btn--pulse::after,
.sk-btn--secondary:active .sk-btn--pulse::after {
  background: var(--sk-color-terracotta);
}
a.sk-btn--pulse,
button.sk-btn--pulse,
.sk-btn--pulse {
  display: flex;
  position: relative;
  margin-right: 10px;
  min-width: 15px;
  min-height: 15px;
  width: 15px;
  height: 15px;
}
a.sk-btn--pulse::after,
button.sk-btn--pulse::after,
.sk-btn--pulse::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--sk-color-crimson);
  transition: all 0.3s ease-in-out;
  animation: pulse 2.5s infinite;
}
a.sk-btn--pulse::before,
button.sk-btn--pulse::before,
.sk-btn--pulse::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  min-width: 9px;
  min-height: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sk-color-peach);
  z-index: 1;
  transition: all 0.3s ease-in-out;
  animation: ringostat_pulse3 2.5s infinite ease-in-out;
  animation-delay: 0.5s;
}
a.sk-btn--third,
button.sk-btn--third,
.sk-btn--third {
  background: var(--sk-color-pine);
}
a.sk-btn--third:hover, a.sk-btn--third:active,
button.sk-btn--third:hover,
button.sk-btn--third:active,
.sk-btn--third:hover,
.sk-btn--third:active {
  background: var(--sk-color-saffron);
}
a.sk-btn--contact,
button.sk-btn--contact,
.sk-btn--contact {
  background: var(--sk-color-clay);
  color: var(--sk-color-primary);
  font-size: var(--sk-text--h6);
  font-family: var(--sk-font--marcellus);
  padding: 10px 26px 10px 73px;
  height: 50px;
  letter-spacing: 0;
  font-weight: 400;
  position: relative;
}
a.sk-btn--contact::before,
button.sk-btn--contact::before,
.sk-btn--contact::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 25px;
  top: 50%;
  left: 25px;
  background: url("../../resources/img/nav-icon.svg");
  transform: translateY(-50%);
}
a.sk-btn--contact:hover, a.sk-btn--contact:active,
button.sk-btn--contact:hover,
button.sk-btn--contact:active,
.sk-btn--contact:hover,
.sk-btn--contact:active {
  background: var(--sk-color-saffron);
}
a.sk-btn--submit,
button.sk-btn--submit,
.sk-btn--submit {
  font-family: var(--sk-font--marcellus);
  font-weight: 400;
  font-size: var(--sk-text--h6);
  height: 50px;
  padding: 10px 72px;
  letter-spacing: 0;
}
a.sk-btn--submit:hover, a.sk-btn--submit:active,
button.sk-btn--submit:hover,
button.sk-btn--submit:active,
.sk-btn--submit:hover,
.sk-btn--submit:active {
  background: var(--sk-color-saffron);
  color: var(--sk-color-primary);
}
a.sk-btn--main,
button.sk-btn--main,
.sk-btn--main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 350px;
  border-radius: 10px;
  padding: 3px 13px 5px;
}
@media (max-width: 512px) {
  a.sk-btn--main,
  button.sk-btn--main,
  .sk-btn--main {
    padding: 3px 5px 5px;
  }
}
a.sk-btn--main .wrap,
button.sk-btn--main .wrap,
.sk-btn--main .wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  pointer-events: none;
}
@media (max-width: 512px) {
  a.sk-btn--main .wrap,
  button.sk-btn--main .wrap,
  .sk-btn--main .wrap {
    gap: 10px;
  }
}
body.rtl a.sk-btn--main .wrap svg,
body.rtl button.sk-btn--main .wrap svg,
body.rtl .sk-btn--main .wrap svg {
  transform: scaleX(-1);
}
a.sk-btn--main .title,
button.sk-btn--main .title,
.sk-btn--main .title {
  font-family: var(--sk-font-primary);
  font-size: 25px;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 600;
}
@media (max-width: 512px) {
  a.sk-btn--main .title,
  button.sk-btn--main .title,
  .sk-btn--main .title {
    font-size: 22px;
  }
}
a.sk-btn--main .text,
button.sk-btn--main .text,
.sk-btn--main .text {
  display: flex;
  flex-direction: column;
}
a.sk-btn--main .subtext,
button.sk-btn--main .subtext,
.sk-btn--main .subtext {
  display: flex;
  align-items: center;
  gap: 3px;
  font-family: var(--sk-font--poppins);
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 512px) {
  a.sk-btn--main .subtext,
  button.sk-btn--main .subtext,
  .sk-btn--main .subtext {
    font-size: 10px;
  }
}
a.sk-btn--main .arrow,
button.sk-btn--main .arrow,
.sk-btn--main .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background-color: var(--sk-color-crimson);
  color: var(--sk-color-peach);
  transition: all 0.3s ease-in-out;
}
body.rtl a.sk-btn--main .arrow svg,
body.rtl button.sk-btn--main .arrow svg,
body.rtl .sk-btn--main .arrow svg {
  transform: rotate(180deg);
}
a.sk-btn--main-light,
button.sk-btn--main-light,
.sk-btn--main-light {
  color: var(--sk-color-deep-green);
  background-color: var(--sk-color-cream);
  border: 0.5px solid var(--sk-color-cream);
}
a.sk-btn--main-light .subtext,
button.sk-btn--main-light .subtext,
.sk-btn--main-light .subtext {
  color: rgba(0, 43, 40, 0.5);
}
a.sk-btn--main-light .arrow,
button.sk-btn--main-light .arrow,
.sk-btn--main-light .arrow {
  color: var(--sk-color-sage);
  background-color: var(--sk-color-deep-green);
}
a.sk-btn--main-light:hover, a.sk-btn--main-light:focus,
button.sk-btn--main-light:hover,
button.sk-btn--main-light:focus,
.sk-btn--main-light:hover,
.sk-btn--main-light:focus {
  background-color: var(--sk-color-deep-green);
  color: var(--sk-color-cream);
}
a.sk-btn--main-light:hover .subtext, a.sk-btn--main-light:focus .subtext,
button.sk-btn--main-light:hover .subtext,
button.sk-btn--main-light:focus .subtext,
.sk-btn--main-light:hover .subtext,
.sk-btn--main-light:focus .subtext {
  color: rgba(255, 248, 220, 0.5);
}
a.sk-btn--main-light:hover .arrow, a.sk-btn--main-light:focus .arrow,
button.sk-btn--main-light:hover .arrow,
button.sk-btn--main-light:focus .arrow,
.sk-btn--main-light:hover .arrow,
.sk-btn--main-light:focus .arrow {
  color: var(--sk-color-deep-green);
  background-color: var(--sk-color-sage);
}
a.sk-btn--main-peach,
button.sk-btn--main-peach,
.sk-btn--main-peach {
  color: var(--sk-color-crimson);
  background-color: var(--sk-color-peach);
  border: 0.5px solid var(--sk-color-peach);
}
a.sk-btn--main-peach:hover, a.sk-btn--main-peach:focus,
button.sk-btn--main-peach:hover,
button.sk-btn--main-peach:focus,
.sk-btn--main-peach:hover,
.sk-btn--main-peach:focus {
  color: var(--sk-color-peach);
  background-color: var(--sk-color-crimson);
}
a.sk-btn--main-peach:hover .arrow, a.sk-btn--main-peach:focus .arrow,
button.sk-btn--main-peach:hover .arrow,
button.sk-btn--main-peach:focus .arrow,
.sk-btn--main-peach:hover .arrow,
.sk-btn--main-peach:focus .arrow {
  color: var(--sk-color-crimson);
  background-color: var(--sk-color-peach);
}
a.sk-btn--sticky,
button.sk-btn--sticky,
.sk-btn--sticky {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 200%);
  z-index: 10;
  pointer-events: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  transition: all 0.3s ease-in-out;
}
a.sk-btn--sticky.is-visible,
button.sk-btn--sticky.is-visible,
.sk-btn--sticky.is-visible {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%, 0);
  z-index: 11;
}
a.sk-btn--disabled, a.sk-btn[disabled], a.sk-btn[readonly],
button.sk-btn--disabled,
button.sk-btn[disabled],
button.sk-btn[readonly],
.sk-btn--disabled,
.sk-btn[disabled],
input[disabled][type=submit],
.sk-btn[readonly],
input[readonly][type=submit] {
  opacity: 0.6;
  cursor: not-allowed;
}
a.sk-btn--main-crimson,
button.sk-btn--main-crimson,
.sk-btn--main-crimson {
  background-color: rgba(90, 17, 15, 0.5);
  border: 0.5px solid rgba(235, 118, 82, 0.5);
  max-width: 400px;
  border-radius: 5px;
  padding: 24px 24px 25px;
  margin-bottom: 9px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  a.sk-btn--main-crimson,
  button.sk-btn--main-crimson,
  .sk-btn--main-crimson {
    padding: 15px;
  }
}
a.sk-btn--main-crimson .title,
button.sk-btn--main-crimson .title,
.sk-btn--main-crimson .title {
  font-family: var(--sk-font--poppins);
  font-weight: 300;
  font-size: var(--sk-text-base-size);
  line-height: 18px;
  letter-spacing: 0;
  color: var(--sk-color-peach);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  text-align: left;
  white-space: normal;
}
a.sk-btn--main-crimson .subtext,
button.sk-btn--main-crimson .subtext,
.sk-btn--main-crimson .subtext {
  font-family: var(--sk-font--poppins);
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0;
  text-align: justify;
  color: var(--sk-color-peach);
  opacity: 0.25;
  pointer-events: none;
}
a.sk-btn--main-crimson .icon-wrap,
button.sk-btn--main-crimson .icon-wrap,
.sk-btn--main-crimson .icon-wrap {
  border-radius: 5px;
  background-color: var(--sk-color-peach);
  color: var(--sk-color-crimson);
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
@media (max-width: 768px) {
  a.sk-btn--main-crimson .icon-wrap,
  button.sk-btn--main-crimson .icon-wrap,
  .sk-btn--main-crimson .icon-wrap {
    margin-right: 0;
  }
}
@media (max-width: 512px) {
  a.sk-btn--main-crimson .icon-wrap,
  button.sk-btn--main-crimson .icon-wrap,
  .sk-btn--main-crimson .icon-wrap {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
  }
}
a.sk-btn--main-crimson:hover,
button.sk-btn--main-crimson:hover,
.sk-btn--main-crimson:hover {
  background-color: rgb(90, 17, 15);
  border: 0.5px solid rgb(235, 118, 82);
}
a.sk-btn--main-green,
button.sk-btn--main-green,
.sk-btn--main-green {
  background-color: rgba(0, 43, 40, 0.5);
  border: 0.5px solid rgba(181, 203, 128, 0.5);
  max-width: 400px;
  border-radius: 5px;
  padding: 24px 24px 25px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  a.sk-btn--main-green,
  button.sk-btn--main-green,
  .sk-btn--main-green {
    padding: 15px;
  }
}
a.sk-btn--main-green .title,
button.sk-btn--main-green .title,
.sk-btn--main-green .title {
  font-family: var(--sk-font--poppins);
  font-weight: 300;
  font-size: var(--sk-text-base-size);
  line-height: 18px;
  letter-spacing: 0;
  color: var(--sk-color-sage);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  text-align: left;
  white-space: normal;
}
body.rtl a.sk-btn--main-green .title,
body.rtl button.sk-btn--main-green .title,
body.rtl .sk-btn--main-green .title {
  text-align: right;
}
a.sk-btn--main-green .subtext,
button.sk-btn--main-green .subtext,
.sk-btn--main-green .subtext {
  font-family: var(--sk-font--poppins);
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0;
  text-align: justify;
  color: var(--sk-color-cream);
  opacity: 0.25;
  pointer-events: none;
  white-space: normal;
}
a.sk-btn--main-green .icon-wrap,
button.sk-btn--main-green .icon-wrap,
.sk-btn--main-green .icon-wrap {
  border-radius: 5px;
  background-color: rgba(181, 203, 128, 0.1);
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
@media (max-width: 768px) {
  a.sk-btn--main-green .icon-wrap,
  button.sk-btn--main-green .icon-wrap,
  .sk-btn--main-green .icon-wrap {
    margin-right: 0;
  }
}
@media (max-width: 512px) {
  a.sk-btn--main-green .icon-wrap,
  button.sk-btn--main-green .icon-wrap,
  .sk-btn--main-green .icon-wrap {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
  }
  a.sk-btn--main-green .icon-wrap svg,
  button.sk-btn--main-green .icon-wrap svg,
  .sk-btn--main-green .icon-wrap svg {
    max-width: 20px;
    max-height: 20px;
  }
}
a.sk-btn--main-green:hover,
button.sk-btn--main-green:hover,
.sk-btn--main-green:hover {
  background-color: rgb(0, 43, 40);
  border: 0.5px solid rgb(181, 203, 128);
}

.whatsapp-link {
  position: fixed;
  z-index: 10;
  bottom: 63px;
  right: 63px;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
}
@media (max-width: 1024px) {
  .whatsapp-link {
    bottom: 35px;
    right: 35px;
  }
}
.whatsapp-link::before, .whatsapp-link::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--sk-color-pine);
  transition: all 0.3s ease-in-out;
}
.whatsapp-link::before {
  width: 50px;
  height: 50px;
  opacity: 0.5;
  animation: ringostat_pulse 2.5s infinite ease-in-out;
}
.whatsapp-link::after {
  width: 64px;
  height: 64px;
  opacity: 0.25;
  animation: ringostat_pulse2 2.5s infinite ease-in-out;
  animation-delay: 0.5s;
}
.whatsapp-link__icon {
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_409_24841)'%3E%3Cpath d='M0 25L1.76605 18.5807C0.675007 16.6976 0.101916 14.5614 0.104552 12.3875C0.107428 5.55694 5.69099 0 12.5524 0C15.882 0.00168427 19.0072 1.29163 21.3576 3.63322C23.708 5.9748 25.0012 9.08725 25 12.3974C24.997 19.2275 19.4125 24.7854 12.5522 24.7854H12.5468C10.4637 24.7846 8.41679 24.2643 6.59863 23.2774L0 25Z' fill='white'/%3E%3Cpath d='M12.557 2.09268C6.85014 2.09268 2.20907 6.71134 2.20704 12.3884C2.20423 14.3269 2.75258 16.2267 3.78869 17.868L4.03485 18.2576L2.98949 22.0568L6.90529 21.0347L7.28341 21.2577C8.87149 22.196 10.6924 22.6921 12.5493 22.6931H12.5531C18.2556 22.6931 22.8967 18.074 22.8989 12.3966C22.9076 9.66337 21.8174 7.04028 19.8715 5.11216C17.9363 3.1735 15.3024 2.08621 12.557 2.09268Z' fill='url(%23paint0_linear_409_24841)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.44061 7.20866C9.20749 6.69311 8.96218 6.68267 8.74072 6.67375L8.14454 6.6665C7.93713 6.6665 7.60012 6.74398 7.31523 7.05388C7.03033 7.36377 6.22656 8.11275 6.22656 9.63613C6.22656 11.1595 7.34111 12.6315 7.49642 12.8384C7.65172 13.0452 9.64803 16.271 12.8095 17.5121C15.4366 18.5435 15.9712 18.3384 16.5417 18.2868C17.1122 18.2353 18.3819 17.5379 18.6409 16.8148C18.8999 16.0918 18.9001 15.4723 18.8224 15.3428C18.7447 15.2133 18.5373 15.1363 18.226 14.9814C17.9148 14.8264 16.3859 14.0774 16.1008 13.974C15.8158 13.8706 15.6085 13.8192 15.4009 14.1291C15.1934 14.439 14.598 15.1361 14.4165 15.3428C14.235 15.5495 14.0538 15.5754 13.7425 15.4206C13.4312 15.2658 12.4297 14.9388 11.2413 13.8839C10.3168 13.0632 9.69269 12.0496 9.51099 11.7399C9.32929 11.4302 9.49171 11.2624 9.64769 11.1081C9.78726 10.9694 9.95864 10.7465 10.1145 10.5658C10.2703 10.3851 10.3215 10.2559 10.4251 10.0496C10.5286 9.84329 10.477 9.66207 10.3992 9.50729C10.3214 9.35251 9.71705 7.82104 9.44061 7.20866Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_409_24841' x1='12.499' y1='3.32798' x2='12.603' y2='20.9324' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2357D163'/%3E%3Cstop offset='1' stop-color='%2323B33A'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_409_24841'%3E%3Crect width='25' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
}
.whatsapp-link:hover .whatsapp-link__icon {
  transform: scale(1.2);
}
.whatsapp-link:hover::before, .whatsapp-link:hover::after {
  animation-play-state: paused;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ringostat_pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.25;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
}
@keyframes ringostat_pulse2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.25;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.25;
  }
}
@keyframes ringostat_pulse3 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.7);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.sk-list {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
}
.sk-list > li {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin: 0 0 10px;
}
.sk-list > li::before {
  content: "~";
  margin: 0 8px;
}
.sk-list > li::after {
  content: "";
}
.sk-list > li:last-child::after {
  display: none !important;
}

.counter .counter__progress {
  position: relative;
  width: 100%;
  height: 5px;
  border-radius: 100px;
  background: linear-gradient(90deg, #19af1b 0%, #ff0 33%, #ff7c00 66%, #f00 100%);
}
.counter .counter__progress-line {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  border-radius: 100px;
  background: linear-gradient(90deg, #5a110f 0%, #eb7652 100%);
  transition: width 1s linear;
}
body.rtl .counter .counter__progress-line {
  left: auto;
  right: 0;
  background: linear-gradient(90deg, #eb7652 0%, #5a110f 100%);
}
.counter .counter__progress-line.done {
  background: linear-gradient(90deg, #678224 0%, #b5cb80 100%);
}
.counter .counter__circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.counter .counter__circle--start, .counter .counter__circle--end {
  width: 15px;
  height: 15px;
}
@media (max-width: 512px) {
  .counter .counter__circle--start, .counter .counter__circle--end {
    width: 10px;
    height: 10px;
  }
}
.counter .counter__circle--start {
  background-color: #19af1b;
  border: 2px solid var(--sk-color-sage);
  left: 0;
}
.counter .counter__circle--end {
  background-color: #f00;
  border: 2px solid var(--sk-color-crimson);
  right: 0;
}
.counter .counter__circle--thumb {
  width: 25px;
  height: 25px;
  background-color: #ff0;
  border: 2px solid var(--sk-color-primary);
  z-index: 1;
}
@media (max-width: 512px) {
  .counter .counter__circle--thumb {
    width: 20px;
    height: 20px;
  }
}
.counter .counter__circle--thumb::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 2px;
  height: 17px;
  transform: translate(-1px, 3px);
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='17' viewBox='0 0 2 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline opacity='0.25' x1='1' y1='1' x2='1' y2='16' stroke='%23B5CB80' stroke-width='2' stroke-linecap='round' stroke-dasharray='1 3'/%3E%3C/svg%3E%0A");
}
@media (max-width: 512px) {
  .counter .counter__circle--thumb::before {
    height: 8px;
  }
}
.counter .counter__count {
  display: flex;
  justify-content: space-between;
  margin: 29px 0 0;
}
.counter .counter__available, .counter .counter__countdown {
  color: var(--sk-color-cream);
  margin-bottom: 0;
}
.counter .counter__available {
  max-width: 105px;
}
.counter .counter__countdown {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: rgba(81, 106, 75, 0.25);
  border: 0.5px solid rgba(181, 203, 128, 0.25);
  border-radius: 5px;
  padding: 5px 8px;
  position: relative;
  left: 0;
}
.counter .counter__countdown svg {
  margin-right: 3px;
}
.counter.hero-counter .counter__count, .counter.simple-hero-counter .counter__count {
  margin: 29px 0 25px;
}
@media (max-width: 512px) {
  .counter.hero-counter .counter__count, .counter.simple-hero-counter .counter__count {
    margin: 17px 0 8px;
  }
}
.counter.hero-counter .counter__available,
.counter.hero-counter .counter__countdown, .counter.simple-hero-counter .counter__available,
.counter.simple-hero-counter .counter__countdown {
  color: var(--sk-color-sage);
}
