@import url(https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz@0,9..144;1,9..144&display=swap);
@import url(https://use.typekit.net/rzg2dxu.css);
/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-down: 1023px;
  --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 */
/*! 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, .sk-link {
  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: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-down: 1023px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */
:root {
  --sk-line-height--body: 1.1904761905;
  --sk-text--h1-to-line: clamp(29px, 18.2285714286px + 0.0276190476 * 100vw, 58px);
  --sk-line-height--h1: 0.9375;
  --sk-line-height--h2: 1.0714285714;
  --sk-line-height--h2-to-line: 28px;
  --sk-line-height--h3: 1.3333333333;
  --sk-line-height--h4: 1.3636363636;
  --sk-line-height--h5: 1.35;
  --sk-line-height--h6: 1.3888888889;
  --sk-text-base-size: 21px;
  --sk-text--h1: clamp(40px, 25.1428571429px + 0.0380952381 * 100vw, 80px);
  --sk-text--h2: clamp(28px, 28px + 0 * 100vw, 28px);
  --sk-text--h3: clamp(24px, 24px + 0 * 100vw, 24px);
  --sk-text--h4: clamp(22px, 22px + 0 * 100vw, 22px);
  --sk-text--h5: clamp(20px, 20px + 0 * 100vw, 20px);
  --sk-text--h6: clamp(18px, 18px + 0 * 100vw, 18px);
  --sk-text--micro: 15px;
}

@media (max-width: 768px) {
  :root {
    --sk-line-height--body: 1.4;
    --sk-text--h1: clamp(40px, 25.1428571429px + 0.0380952381 * 100vw, 80px);
    --sk-text--h1-to-line: clamp(29px, 18.2285714286px + 0.0276190476 * 100vw, 58px);
    --sk-line-height--h2: 1.2142857143;
    --sk-line-height--h2-to-line: 28px;
    --sk-line-height--h3: 1.3333333333;
    --sk-line-height--h4: 1.6;
    --sk-line-height--h5: 1.6;
    --sk-line-height--h6: 1.4;
  }
}
/* stylelint-disable */
@font-face {
  font-family: "BricolageGrotesque";
  src: url("../fonts/BricolageGrotesque/BricolageGrotesque-Light.woff") format("woff"), url("../fonts/BricolageGrotesque/BricolageGrotesque-Light.woff2") format("woff2"), url("../fonts/BricolageGrotesque/BricolageGrotesque-Light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BricolageGrotesque";
  src: url("../fonts/BricolageGrotesque/BricolageGrotesque-Regular.woff") format("woff"), url("../fonts/BricolageGrotesque/BricolageGrotesque-Regular.woff2") format("woff2"), url("../fonts/BricolageGrotesque/BricolageGrotesque-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BricolageGrotesque";
  src: url("../fonts/BricolageGrotesque/BricolageGrotesque-Medium.woff") format("woff"), url("../fonts/BricolageGrotesque/BricolageGrotesque-Medium.woff2") format("woff2"), url("../fonts/BricolageGrotesque/BricolageGrotesque-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BricolageGrotesque";
  src: url("../fonts/BricolageGrotesque/BricolageGrotesque-SemiBold.woff") format("woff"), url("../fonts/BricolageGrotesque/BricolageGrotesque-SemiBold.woff2") format("woff2"), url("../fonts/BricolageGrotesque/BricolageGrotesque-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BricolageGrotesque";
  src: url("../fonts/BricolageGrotesque/BricolageGrotesque-Bold.woff") format("woff"), url("../fonts/BricolageGrotesque/BricolageGrotesque-Bold.woff2") format("woff2"), url("../fonts/BricolageGrotesque/BricolageGrotesque-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BricolageGrotesque";
  src: url("../fonts/BricolageGrotesque/BricolageGrotesque-ExtraBold.woff") format("woff"), url("../fonts/BricolageGrotesque/BricolageGrotesque-ExtraBold.woff2") format("woff2"), url("../fonts/BricolageGrotesque/BricolageGrotesque-ExtraBold.ttf") format("ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces72pt";
  src: url("../fonts/Fraunces72pt/Fraunces72pt-Thin.woff") format("woff"), url("../fonts/Fraunces72pt/Fraunces72pt-Thin.woff2") format("woff2"), url("../fonts/Fraunces72pt/Fraunces72pt-Thin.ttf") format("ttf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces72pt";
  src: url("../fonts/Fraunces72pt/Fraunces72pt-Light.woff") format("woff"), url("../fonts/Fraunces72pt/Fraunces72pt-Light.woff2") format("woff2"), url("../fonts/Fraunces72pt/Fraunces72pt-Light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces72pt";
  src: url("../fonts/Fraunces72pt/Fraunces72pt-Regular.woff") format("woff"), url("../fonts/Fraunces72pt/Fraunces72pt-Regular.woff2") format("woff2"), url("../fonts/Fraunces72pt/Fraunces72pt-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces72pt";
  src: url("../fonts/Fraunces72pt/Fraunces72pt-SemiBold.woff") format("woff"), url("../fonts/Fraunces72pt/Fraunces72pt-SemiBold.woff2") format("woff2"), url("../fonts/Fraunces72pt/Fraunces72pt-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces72pt";
  src: url("../fonts/Fraunces72pt/Fraunces72pt-Bold.woff") format("woff"), url("../fonts/Fraunces72pt/Fraunces72pt-Bold.woff2") format("woff2"), url("../fonts/Fraunces72pt/Fraunces72pt-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces72pt";
  src: url("../fonts/Fraunces72pt/Fraunces72pt-Black.woff") format("woff"), url("../fonts/Fraunces72pt/Fraunces72pt-Black.woff2") format("woff2"), url("../fonts/Fraunces72pt/Fraunces72pt-Black.ttf") format("ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces72pt";
  src: url("../fonts/Fraunces72pt/Fraunces72pt-Italic.woff") format("woff"), url("../fonts/Fraunces72pt/Fraunces72pt-Italic.woff2") format("woff2"), url("../fonts/Fraunces72pt/Fraunces72pt-Italic.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --sk-font-primary: BricolageGrotesque;
  --sk-font-secondary: Fraunces72pt;
  --sk-font-fraunces: "Fraunces";
  --sk-font-bg-semicond: "bricolage-grotesque-semicond";
}

/* stylelint-disable */
/**
  Generate colors https://gka.github.io/palettes
 */
:root {
  /* Main colors */
  --sk-color-black: #2d191e;
  --sk-color-white: white;
  --sk-color-primary: #101d25;
  --sk-color-blue: #101d25;
  --sk-color-platinum: #8da2b2;
  --sk-color-moon: #e6eaee;
  --sk-color-silver: #bfe0de;
  --sk-color-orange: #ec6241;
  --sk-color-aubergine: #2d191e;
  --sk-color-green: #56c382;
  --sk-color-red: #dc2626;
  --sk-carousel-gradient-default: linear-gradient(
    180deg,
    rgba(191, 224, 222, 0) 0%,
    var(--sk-color-primary) 100%
  );
  --sk-carousel-gradient-active: linear-gradient(
    180deg,
    var(--sk-color-primary) 0%,
    var(--sk-color-silver) 100%
  );
  --sk-footer-gradient: linear-gradient(
      78.74deg,
      #101d25 49.64%,
      rgba(0, 255, 174, 0.25) 100%
  );
}

/* stylelint-disable */
body {
  padding-top: 160px;
  font-size: var(--sk-text-base-size);
  font-family: var(--sk-font-primary);
  font-weight: 300;
  line-height: var(--sk-line-height--body);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--sk-color-moon);
  letter-spacing: 0;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  body {
    padding-top: 300px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.sk-text--3xl,
.sk-text--h1,
.sk-text--h2,
.sk-text--h3,
.sk-text--h4,
.sk-text--h5,
.sk-text--h6,
.sk-text--2xs {
  color: var(--sk-color-aubergine);
  font-family: var(--sk-font-secondary);
  font-weight: 400;
}

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

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

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

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

.sk-heading {
  color: var(--sk-color-orange);
  position: relative;
  letter-spacing: 0;
  font-weight: 400;
  font-family: var(--sk-font-fraunces);
}
.sk-heading::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--sk-color-platinum);
  top: -6px;
  left: 0;
}

p {
  font-size: var(--sk-text-base-size);
  line-height: var(--sk-line-height--body);
  color: var(--sk-color-aubergine);
}

a, .sk-link {
  color: var(--sk-color-orange);
  text-decoration: none;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
a:hover, .sk-link:hover, a:active, .sk-link:active, a:focus, .sk-link:focus, a:focus-within, .sk-link:focus-within {
  color: var(--sk-color-aubergine);
  text-decoration: underline;
}
a:not([class]), .sk-link:not([class]) {
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:not([class])::after, .sk-link: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, .sk-link:not([class]):hover::after {
  width: 100%;
  left: 0;
}

.sk-link {
  color: var(--sk-color-primary);
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
  position: relative;
}
.sk-link::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: -7px;
  left: 0;
  -webkit-mask: url("../../resources/img/button-arrow.svg");
          mask: url("../../resources/img/button-arrow.svg");
  background: var(--sk-color-orange);
  opacity: 0;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
.sk-link:hover {
  text-decoration: none;
}
.sk-link:hover::before {
  opacity: 1;
}

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

hr {
  width: 100%;
  background: transparent;
  margin: 30px 0;
  border: none;
  border-top: 1px solid var(--sk-color-text);
}
hr.sk-hr-dashed {
  border-top-style: dashed;
}

::-moz-selection {
  color: var(--sk-color-moon);
  background-color: var(--sk-color-platinum);
}

::selection {
  color: var(--sk-color-moon);
  background-color: var(--sk-color-platinum);
}

.sk-typo-mod-color-primary {
  color: var(--sk-color-primary);
}
.sk-typo-mod-color-second {
  color: var(--sk-color-second);
}
.sk-typo-mod-color-third {
  color: var(--sk-color-third);
}
.sk-typo-mod-bg-color-primary {
  background: var(--sk-color-primary);
}
.sk-typo-mod-bg-color-second {
  background: var(--sk-color-second);
}
.sk-typo-mod-bg-color-third {
  background: var(--sk-color-third);
}
.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-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: 1023px) {
  .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 > p, .sk-wp-editor > ul, .sk-wp-editor > ol, .sk-wp-editor > pre, .sk-wp-editor > blockquote, .sk-wp-editor > .wp-block-image, .sk-wp-editor > .wp-block-file, .sk-wp-editor > .wp-block-button, .sk-wp-editor > .wp-block-table, .sk-wp-editor > .wp-block-separator, .sk-wp-editor > .wp-block-pullquote, .sk-wp-editor > .wp-block-columns, .sk-wp-editor > .wp-block-buttons, .sk-wp-editor > .wp-block-media-text, .sk-wp-editor > .wp-block-calendar, .sk-wp-editor > .wp-block-embed, .sk-wp-editor > form, .sk-wp-editor > iframe, .sk-wp-editor > h1, .sk-wp-editor > h2, .sk-wp-editor > h3, .sk-wp-editor > h4, .sk-wp-editor > h5, .sk-wp-editor > h6 {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

/* stylelint-disable */
:root {
  --sk-container-padding: 15px;
  --sk-container-width-lg: calc(1440px + var(--sk-container-padding) * 2);
  --sk-container-width--md: calc(1000px + var(--sk-container-padding) * 2);
  --sk-container-width--sm: calc(700px + var(--sk-container-padding) * 2);
  --sk-container-width--mb: calc(670px + 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);
  padding: 0;
}
.sk-container--sm {
  max-width: var(--sk-container-width--sm);
  padding: 0;
}
.sk-container--mb {
  max-width: var(--sk-container-width--mb);
  padding: 0;
}
.sk-container--fl {
  max-width: 100%;
  width: 100%;
}

.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-orange);
  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);
  }
}
: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;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.header .sk-container {
  padding-bottom: 5px;
}
.header .sk-container::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  bottom: -5px;
  right: 0;
  background: var(--sk-color-moon);
}
@media (min-width: 1024px) {
  .header .sk-container {
    max-width: 1430px;
    padding-bottom: 0;
  }
  .header .sk-container::before {
    display: none;
  }
}
.header .header-logo {
  display: flex;
  position: relative;
  align-items: center;
  margin-left: 42px;
}
@media (min-width: 1024px) {
  .header .header-logo {
    margin-top: 0;
    margin-left: 0;
  }
}
.header .header-logo .lottie-once {
  height: 40px;
  width: calc(100% + 42px);
  position: absolute;
  right: 0;
  top: -4px;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .header .header-logo .lottie-once {
    height: 50px;
    width: calc(100% + 58px);
    top: -8px;
  }
}
.header .header-logo .lottie-once svg {
  width: 35px !important;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .header .header-logo .lottie-once svg {
    width: 45px !important;
  }
}
.header .header-logo .lottie-once svg > g {
  transform: scale(5.6);
  transform-origin: center;
}
.header .header-logo img {
  max-width: 116px;
}
@media (min-width: 1024px) {
  .header .header-logo img {
    max-width: none;
  }
}
.header__title {
  max-width: 150px;
  display: none;
}
.header__title::after {
  display: none;
}
.header__title h2 {
  font-family: var(--sk-font-fraunces);
  font-weight: 400;
  color: var(--sk-color-platinum);
}
@media (min-width: 1024px) {
  .header__title {
    display: block;
    margin-left: 50px;
  }
}
.header__title:hover {
  color: var(--sk-color-moon);
  text-decoration: none;
}
.header__top {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .header__top {
    width: 100%;
    margin-top: -5px;
    align-items: center;
  }
}
.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.header-wrapper::before {
  position: absolute;
  content: "";
  width: calc(100% + 30px);
  height: calc(100% + 10px);
  top: 0;
  left: -15px;
  background: var(--sk-color-moon);
}
@media (min-width: 1024px) {
  .header-wrapper::before {
    display: none;
  }
}
.header__toggler {
  position: relative;
  z-index: 99;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .header__toggler {
    display: none;
  }
}
.header__toggler button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
}
.header__toggler button .navbar-toggler-icon {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__toggler button .navbar-toggler-icon::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--sk-color-orange);
  position: absolute;
  top: 8px;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
.header__toggler button .navbar-toggler-icon::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--sk-color-orange);
  position: absolute;
  bottom: 8px;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
.header__toggler button .navbar-toggler-icon .nav-icon {
  display: block;
  opacity: 1;
  width: 100%;
  height: 3px;
  background-color: var(--sk-color-orange);
}
.header #line_hover {
  pointer-events: none;
  width: 10px;
  height: 10px;
  bottom: 26px;
  position: absolute;
  left: 0;
  -webkit-mask: url("../../resources/img/button-arrow.svg");
          mask: url("../../resources/img/button-arrow.svg");
  background: var(--sk-color-orange);
  transition: 0.3s all ease-in-out;
  display: none;
}
@media (min-width: 1024px) {
  .header #line_hover {
    display: block;
  }
  .header #line_hover .animated {
    display: block;
  }
}
.header__nav-main {
  display: none;
}
@media (min-width: 1024px) {
  .header__nav-main {
    overflow: hidden;
    position: relative;
    padding-top: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 70px;
    margin-left: 50px;
  }
  .header__nav-main .nav-main {
    width: 100%;
  }
}
.header__nav-main ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (min-width: 1024px) {
  .header__nav-main ul {
    width: 100%;
  }
}
.header__nav-main ul > li {
  padding-right: 46px;
}
.header__nav-main ul > li:last-child {
  margin-right: 0;
}
.header__nav-main ul > li.menu-item-left {
  order: 1;
}
.header__nav-main ul > li.menu-item-right {
  order: 2;
}
.header__nav-main ul > li.menu-item-right a, .header__nav-main ul > li.menu-item-right .sk-link {
  color: var(--sk-color-aubergine);
}
.header__nav-main ul > li.menu-item-right:not(.menu-item-right ~ .menu-item-right) {
  margin-left: auto;
}
.header__nav-main ul > li:nth-last-child(1) {
  padding-right: 0;
}
.header__nav-main ul > li a, .header__nav-main ul > li .sk-link {
  color: var(--sk-color-moon);
  font-size: 21px;
  line-height: 25px;
  font-weight: 300;
  font-family: var(--sk-font-primary);
  position: relative;
}
.header__nav-main ul > li a::after, .header__nav-main ul > li .sk-link::after {
  display: none;
}
.header__nav-main ul > li a:hover, .header__nav-main ul > li .sk-link:hover, .header__nav-main ul > li a:active, .header__nav-main ul > li .sk-link:active, .header__nav-main ul > li a:focus, .header__nav-main ul > li .sk-link:focus {
  text-decoration: none;
}
.header__nav-main ul > li a:hover::before, .header__nav-main ul > li .sk-link:hover::before, .header__nav-main ul > li a:active::before, .header__nav-main ul > li .sk-link:active::before, .header__nav-main ul > li a:focus::before, .header__nav-main ul > li .sk-link:focus::before {
  opacity: 1;
}
.header__nav-main ul > li.current_page_item a::before, .header__nav-main ul > li.current_page_item .sk-link::before {
  opacity: 1;
}
.header__nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s linear;
  width: 100%;
  visibility: hidden;
  z-index: 98;
}
@media (min-width: 1024px) {
  .header__nav-mobile {
    display: none;
  }
}
.header__nav-mobile nav {
  width: 100%;
  height: 100vh;
  padding: 140px 30px 60px;
  background: var(--sk-color-primary);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transform: translateX(-110%);
  transition: all 0.3s linear;
}
.header__nav-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header__nav-mobile ul li {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__nav-mobile ul li a, .header__nav-mobile ul li .sk-link {
  text-align: center;
  color: var(--sk-color-moon);
  font-size: 21px;
  line-height: 25px;
  font-weight: 300;
  font-family: var(--sk-font-primary);
  position: relative;
}
.header__nav-mobile ul li a:hover, .header__nav-mobile ul li .sk-link:hover, .header__nav-mobile ul li a:active, .header__nav-mobile ul li .sk-link:active, .header__nav-mobile ul li a:focus, .header__nav-mobile ul li .sk-link:focus {
  text-decoration: none;
  color: var(--sk-color-orange);
}
.header__nav-mobile ul li a:hover::after, .header__nav-mobile ul li .sk-link:hover::after, .header__nav-mobile ul li a:active::after, .header__nav-mobile ul li .sk-link:active::after, .header__nav-mobile ul li a:focus::after, .header__nav-mobile ul li .sk-link:focus::after {
  display: none;
}
.header__nav-mobile ul li.current_page_item a::before, .header__nav-mobile ul li.current_page_item .sk-link::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: -10px;
  left: 0;
  -webkit-mask: url("../../resources/img/button-arrow.svg");
          mask: url("../../resources/img/button-arrow.svg");
  background: var(--sk-color-orange);
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
.header__nav-mobile ul .menu-item-has-children > a, .header__nav-mobile ul .menu-item-has-children > .sk-link {
  position: relative;
}
.header__nav-mobile ul .menu-item-has-children > a::after, .header__nav-mobile ul .menu-item-has-children > .sk-link::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -20px;
  width: 10px;
  height: 10px;
  transition-duration: 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cg%3E%3Cg transform='rotate(90 5 5)'%3E%3Cpath fill='%23fff' d='M0 0v10l5-2.501L10 5 5 2.501z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.header__nav-mobile ul .menu-item-has-children > .active-link::after {
  transform: rotate(180deg);
  top: 5px;
}
.header__nav-mobile .submenu {
  display: none;
  margin: 20px 0;
  padding: 0 0 0 10px;
}
.header__nav-mobile .submenu li a, .header__nav-mobile .submenu li .sk-link {
  text-transform: uppercase;
}
.header .open-mobile-menu {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s linear;
  visibility: visible;
}
.header .open-mobile-menu nav {
  transform: translateX(0);
  transition: transform 0.3s linear;
  overflow: auto;
}
.header .close-menu .navbar-toggler-icon .nav-icon {
  opacity: 0;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
.header .close-menu .navbar-toggler-icon::before {
  transform: rotate(45deg);
  top: 50%;
}
.header .close-menu .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  top: 50%;
}
.header_inner {
  border-bottom: 1px solid var(--sk-color-aubergine);
}
.header_inner .header__top {
  display: none;
}

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

.footer {
  background-color: var(--sk-color-primary);
  position: relative;
  width: 100%;
}
.footer .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__button {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  max-width: 1330px;
  width: 100%;
  justify-content: flex-end;
  z-index: 3;
}
.footer__button a, .footer__button .sk-link {
  margin-right: 15px;
}
@media (min-width: 1024px) {
  .footer__button a, .footer__button .sk-link {
    margin-right: 165px;
  }
}
.footer__top {
  position: relative;
}
.footer__top::before {
  position: absolute;
  content: "";
  background: var(--sk-footer-gradient);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  opacity: 0.4;
}
.footer__top .sk-container {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 15px;
}
@media (min-width: 1024px) {
  .footer__top .sk-container {
    max-width: 1330px;
    flex-direction: row;
    padding: 123px 15px 77px;
    align-items: flex-start;
  }
}
.footer__right {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1024px) {
  .footer__right {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: 16px;
  }
}
.footer__right span {
  display: none;
}
.footer__logo {
  z-index: 5;
}
@media (min-width: 1024px) {
  .footer__logo {
    margin-top: -23px;
    margin-left: -6px;
    margin-right: -2px;
  }
}
.footer__logo .lottie-once {
  width: 110px;
  height: 116px;
}
.footer__logo svg > g {
  transform: scale(5.3);
  transform-origin: center;
}
.footer__b2t {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .footer__b2t {
    margin-left: 100px;
  }
}
.footer__content {
  color: var(--sk-color-moon);
  z-index: 2;
  position: relative;
}
@media (min-width: 1024px) {
  .footer__content {
    max-width: 500px;
    margin-left: 50px;
  }
}
.footer__content > * {
  margin-bottom: 16px;
}
.footer__content h1,
.footer__content h2,
.footer__content h3,
.footer__content h4,
.footer__content h5,
.footer__content h6 {
  color: var(--sk-color-orange);
  letter-spacing: 1px;
  font-weight: 400;
}
.footer__content h2,
.footer__content h3,
.footer__content h4,
.footer__content h5,
.footer__content h6 {
  font-family: var(--sk-font-fraunces);
  letter-spacing: 0;
}
.footer__content p {
  color: var(--sk-color-moon);
}
.footer__bottom {
  background: var(--sk-color-platinum);
  padding: 12px 0;
}
.footer__bottom .sk-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1330px;
}
@media (min-width: 1024px) {
  .footer__bottom .sk-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__links {
    justify-content: center;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .footer__links {
    justify-content: flex-start;
  }
}
.footer__links a, .footer__links .sk-link {
  margin-right: 50px;
  font-family: var(--sk-font-bg-semicond);
  letter-spacing: -0.45px;
}
.footer__links a:last-of-type, .footer__links .sk-link:last-of-type {
  margin-right: 0;
}
.footer__branding {
  color: var(--sk-color-primary);
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__branding {
    width: auto;
    min-width: 290px;
    text-align: right;
    margin-top: -2px;
  }
}
.footer__branding a, .footer__branding .sk-link {
  opacity: 0.25;
  font-family: var(--sk-font-bg-semicond);
  letter-spacing: -0.45px;
}
.footer__branding a:hover, .footer__branding .sk-link:hover {
  opacity: 1;
}

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

.cta-block {
  position: relative;
  overflow: hidden;
}
.cta-block__block {
  position: relative;
  width: 100%;
  padding: 100px 15px 20px;
  max-width: 1126px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .cta-block__block {
    padding: 150px 15px 177px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.cta-block__content {
  color: var(--sk-color-primary);
  z-index: 2;
  position: relative;
  max-width: 500px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .cta-block__content {
    max-width: 500px;
    margin-left: 50px;
    margin-bottom: 0;
  }
}
.cta-block__content > * {
  margin-bottom: 16px;
}
.cta-block__content h1,
.cta-block__content h2,
.cta-block__content h3,
.cta-block__content h4,
.cta-block__content h5,
.cta-block__content h6 {
  color: var(--sk-color-white);
  letter-spacing: -1px;
  font-weight: 400;
  margin-bottom: 37px;
}
.cta-block__content h1,
.cta-block__content h2 {
  font-size: var(--sk-text--h1);
  line-height: var(--sk-line-height--h1);
}
.cta-block__content p {
  color: var(--sk-color-primary);
}
.cta-block__logo {
  max-width: 100%;
}
@media (min-width: 768px) {
  .cta-block__logo {
    position: absolute;
    right: -189px;
    bottom: 80px;
  }
}
.cta-block__logo img {
  width: 115%;
  margin-left: -16%;
  margin-top: -34%;
  mix-blend-mode: multiply;
  max-height: 536px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .cta-block__logo img {
    max-width: none;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}
.cta-block .sk-form {
  z-index: 2;
  background: var(--sk-color-white);
  position: relative;
  height: 75px;
  max-width: 400px;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .cta-block .sk-form {
    margin-bottom: 37px;
    margin-right: 47px;
    width: 400px;
  }
}
.cta-block .sk-form .sk-form__validation-message {
  color: var(--sk-color-orange);
  position: absolute;
  bottom: 5px;
}
.cta-block .sk-form .sk-form__container {
  margin-bottom: 0;
}
.cta-block .sk-form input {
  border: none;
  height: 75px;
  padding-right: 100px;
  padding-bottom: 0;
  width: 100%;
  color: var(--sk-color-aubergine);
}
.cta-block .sk-form .sk-form__field label {
  top: 26px;
}
.cta-block .sk-form__submit-message {
  padding: 15px 30px;
  color: var(--sk-color-aubergine);
}
.cta-block .sk-form .sk-form__submit {
  width: 50px;
  height: 50px;
  margin: 0;
  position: absolute;
  top: 13px;
  right: 30px;
}
.cta-block .sk-form .sk-form__submit .sk-icon {
  top: 0;
  left: 0;
  transform: none;
}

input,
textarea {
  border-radius: 15px;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px;
  font-weight: 400;
  border: 1px solid var(--sk-color-aubergine);
  background: var(--sk-color-white);
  color: var(--sk-color-aubergine);
  font-size: var(--sk-text--xs);
}
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;
}

input[name=search] {
  background: url(../../resources/img/icon-search.svg) !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 30px) 25px !important;
}

[data-drop-down-simple-js] {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
[data-drop-down-simple-js] ul {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0 19px 16px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: var(--sk-color-white);
  text-align: center;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  opacity: 0;
  box-shadow: 0 0 10px;
}
[data-drop-down-simple-js] ul li {
  margin-left: 0 !important;
  margin-bottom: 5px;
}
[data-drop-down-simple-js] ul li:last-child {
  margin-bottom: 0;
}
[data-drop-down-simple-js] ul li a, [data-drop-down-simple-js] ul li .sk-link,
[data-drop-down-simple-js] ul li button {
  cursor: pointer;
  width: 100%;
}
[data-drop-down-simple-js].is-active ul {
  opacity: 1;
  pointer-events: all;
}

.sk-form {
  padding: 7px 0 0;
  margin-bottom: 40px;
  position: relative;
}
.sk-form__container {
  margin-bottom: 43px;
}
.sk-form__container.error .sk-form__validation-message {
  margin-top: var(--sk-spacing-10);
  opacity: 1;
  visibility: visible;
  height: auto;
}
.sk-form__field {
  display: flex;
  flex-direction: column;
  position: relative;
}
.sk-form__field label {
  position: absolute;
  top: 3px;
  left: 31px;
  font-size: 21px;
  font-weight: 300;
  line-height: 25px;
  color: var(--sk-color-aubergine);
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
.sk-form__field label span {
  color: var(--sk-color-orange);
}
.sk-form__field label.active {
  transform: translateY(-30px);
  font-size: 10px;
}
@media (min-width: 992px) {
  .sk-form__field label.active {
    transform: translateY(-23px);
  }
}
.sk-form__field input {
  background: transparent;
  border-radius: unset;
  border: unset;
  border-bottom: 5px solid var(--sk-color-white);
  padding: 0 0 6px 30px;
  font-size: 21px;
  height: auto;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 0;
  color: var(--sk-color-primary);
  min-height: 33px;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
.sk-form__field textarea {
  height: 36px;
  min-height: 36px;
  background: transparent;
  border-radius: unset;
  border: unset;
  border-bottom: 5px solid var(--sk-color-white);
  padding: 0 0 6px 30px;
  font-size: 21px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 0;
  color: var(--sk-color-primary);
}
.sk-form__field input:active,
.sk-form__field input:focus {
  border-color: var(--sk-color-platinum);
}
.sk-form__validation-message {
  background-color: transparent;
  color: var(--sk-color-orange);
  font-size: 12px;
  line-height: normal;
  padding-left: 30px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin-bottom: 0;
  transition: 0.3s ease opacity;
}
.sk-form__submit-message {
  color: var(--sk-color-primary);
}
.sk-form__submit {
  background: var(--sk-color-white);
  height: 75px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 51px;
}
.sk-form__submit:hover .sk-submit {
  color: var(--sk-color-orange);
}
.sk-form__submit:hover .sk-icon {
  background: var(--sk-color-orange);
}
.sk-form__submit button {
  width: 100%;
  height: 100%;
  padding: 0 27px 0 30px;
  background: transparent;
  border: none;
  text-align: start;
  cursor: pointer;
  color: var(--sk-color-aubergine);
  transition: 0.3s all ease-in-out;
  font-weight: 300;
}
.sk-form__submit .sk-icon {
  position: absolute;
  right: 31px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.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(-20px);
  }
}
.sk-form-gravity .gfield input {
  background: transparent;
  border-radius: unset;
  border: unset !important;
  border-bottom: 3px solid var(--sk-color-aubergine) !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-aubergine) !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-aubergine) !important;
  padding: 0 0 6px 0 !important;
  font-size: 16px !important;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 0;
  color: var(--sk-color-aubergine);
}
.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-aubergine);
  border-color: var(--sk-color-aubergine);
}
.sk-form-gravity input[type=submit]:focus {
  outline: var(--sk-color-aubergine) solid 2px;
}

.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-aubergine);
  border-radius: 10px;
  transition: background-color 0.4s ease;
}
.modal__close span::before {
  transform: rotate(45deg);
}
.modal__close span::after {
  transform: rotate(-45deg);
}

.metalprice {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 25px;
}
@media (min-width: 1024px) {
  .metalprice {
    height: 50px;
  }
}
.metalprice__title {
  font-size: 15px;
  font-family: var(--sk-font-bg-semicond);
  color: var(--sk-color-aubergine);
  text-transform: uppercase;
  letter-spacing: -0.45px;
}
@media (min-width: 1024px) {
  .metalprice__title {
    padding-left: 19px;
  }
}
.metalprice__block {
  background: var(--sk-color-moon);
  height: 25px;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
}
@media (min-width: 1024px) {
  .metalprice__block {
    max-width: 350px;
    height: 50px;
  }
}
@media (min-width: 1280px) {
  .metalprice__block {
    margin-left: 250px;
  }
}
.metalprice__block .xpt-prices {
  display: flex;
  margin-left: auto;
}
.metalprice__block .xpt-prices .xpt-price__value {
  font-size: 15px;
  font-family: var(--sk-font-bg-semicond);
  color: var(--sk-color-aubergine);
}
.metalprice__block .xpt-prices .xpt-select {
  position: relative;
  width: 75px;
  background: var(--sk-color-platinum);
  display: flex;
  align-items: center;
  padding-left: 2px;
  height: 25px;
}
@media (min-width: 768px) {
  .metalprice__block .xpt-prices .xpt-select {
    width: 100px;
  }
}
@media (min-width: 1024px) {
  .metalprice__block .xpt-prices .xpt-select {
    height: 50px;
    padding-left: 7px;
  }
}
.metalprice__block .xpt-prices .xpt-select__trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px 8px;
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .metalprice__block .xpt-prices .xpt-select__trigger {
    width: 100px;
  }
  .metalprice__block .xpt-prices .xpt-select__trigger:hover .xpt-select__value {
    color: var(--sk-color-moon);
  }
  .metalprice__block .xpt-prices .xpt-select__trigger:hover .xpt-select__chevron {
    background: var(--sk-color-moon);
  }
}
.metalprice__block .xpt-prices .xpt-select__value {
  font-size: 15px;
  font-family: var(--sk-font-bg-semicond);
  color: var(--sk-color-aubergine);
  transition: 0.3s all ease-in-out;
}
.metalprice__block .xpt-prices .xpt-select__chevron {
  width: 10px;
  height: 10px;
  -webkit-mask: url("../../resources/img/button-arrow.svg");
          mask: url("../../resources/img/button-arrow.svg");
  transform: rotate(90deg);
  margin-left: 5px;
  background: var(--sk-color-aubergine);
  transition: 0.3s all ease-in-out;
}
@media (min-width: 768px) {
  .metalprice__block .xpt-prices .xpt-select__chevron {
    margin-left: 17px;
  }
}
.metalprice__block .xpt-prices .xpt-select__trigger[aria-expanded=true] .xpt-select__chevron {
  transform: rotate(-90deg);
  background: var(--sk-color-moon);
}
.metalprice__block .xpt-prices .xpt-select__trigger[aria-expanded=true] .xpt-select__value {
  color: var(--sk-color-moon);
}
.metalprice__block .xpt-prices .xpt-select__list {
  position: absolute;
  z-index: 999;
  min-width: 100%;
  padding: 0 0 10px;
  border: none;
  border-radius: 0;
  background: var(--sk-color-platinum);
  color: inherit;
  top: 35px;
  right: 0;
  list-style: none;
  transition: 0.3s all ease-in-out;
  height: 309px;
  visibility: visible;
  margin: -10px 0 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .metalprice__block .xpt-prices .xpt-select__list {
    top: 50px;
  }
}
.metalprice__block .xpt-prices .xpt-select__list[hidden] {
  height: 0;
  visibility: hidden;
  display: block;
}
.metalprice__block .xpt-prices .xpt-select__option {
  padding: 6px 10px 6px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  font-family: var(--sk-font-bg-semicond);
  color: var(--sk-color-aubergine);
  transition: 0.3s all ease-in-out;
}
@media (min-width: 1024px) {
  .metalprice__block .xpt-prices .xpt-select__option {
    padding: 6px 10px 6px 19px;
  }
}
.metalprice__block .xpt-prices .xpt-select__option:hover {
  color: var(--sk-color-moon);
}
.metalprice__block .xpt-prices .xpt-select__option.is-selected {
  color: var(--sk-color-moon);
}
.metalprice__block .xpt-prices__views {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .metalprice__block .xpt-prices__views {
    margin-right: 20px;
  }
}
.metalprice__block .xpt-prices__view {
  display: flex;
  align-items: center;
  gap: 1px;
}
.metalprice__block .xpt-prices__view[hidden] {
  display: none !important;
}
.metalprice__block .xpt-prices .xpt-ind {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.2em;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.metalprice__block .xpt-prices .xpt-ind--up {
  border-bottom: 10px solid var(--sk-color-green);
}
.metalprice__block .xpt-prices .xpt-ind--down {
  border-top: 10px solid var(--sk-color-red);
}
.metalprice__block .xpt-prices .xpt-ind--same {
  width: 10px;
  height: 10px;
  border: 0;
  background: var(--sk-color-platinum);
  transform: rotate(45deg);
}

.preloader {
  position: fixed;
  z-index: 999;
  height: 100vh;
  width: 100vw;
  background: var(--sk-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  top: 0;
}

.loader {
  max-width: 130px;
  height: 150px;
  width: 40%;
}

.loader svg > g {
  transform: scale(3.5);
  transform-origin: center;
}

.preloader.hide {
  opacity: 0;
}

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-bg-semicond);
  background: var(--sk-color-moon);
  color: var(--sk-color-aubergine);
  border-radius: 10px;
  border: none;
  padding: 13px 50px 14px 19px;
  cursor: pointer;
  text-decoration: none;
  line-height: 23px;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  position: relative;
  letter-spacing: -0.483px;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
a.sk-btn::after,
button.sk-btn::after,
.sk-btn::after,
input[type=submit]::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  -webkit-mask-image: url("../../resources/img/button-arrow.svg");
          mask-image: url("../../resources/img/button-arrow.svg");
  -webkit-mask-size: 10px 10px;
          mask-size: 10px 10px;
  background: var(--sk-color-aubergine);
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
a.sk-btn--primary,
button.sk-btn--primary,
.sk-btn--primary,
input[type=submit] {
  color: var(--sk-color-aubergine);
  background: var(--sk-color-moon);
}
a.sk-btn--primary::after,
button.sk-btn--primary::after,
.sk-btn--primary::after,
input[type=submit]::after {
  background: var(--sk-color-aubergine);
}
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-orange);
}
a.sk-btn--secondary,
button.sk-btn--secondary,
.sk-btn--secondary {
  background: var(--sk-color-orange);
}
a.sk-btn--secondary:hover,
button.sk-btn--secondary:hover,
.sk-btn--secondary:hover {
  background: var(--sk-color-white);
}
a.sk-btn--third,
button.sk-btn--third,
.sk-btn--third {
  color: var(--sk-color-moon);
  background: var(--sk-color-platinum);
}
a.sk-btn--third::after,
button.sk-btn--third::after,
.sk-btn--third::after {
  background: var(--sk-color-moon);
}
a.sk-btn--third:hover,
button.sk-btn--third:hover,
.sk-btn--third:hover {
  color: var(--sk-color-aubergine);
  background: var(--sk-color-orange);
}
a.sk-btn--third:hover::after,
button.sk-btn--third:hover::after,
.sk-btn--third:hover::after {
  background: var(--sk-color-aubergine);
}
a.sk-btn--fourth,
button.sk-btn--fourth,
.sk-btn--fourth {
  color: var(--sk-color-aubergine);
  background: var(--sk-color-white);
}
a.sk-btn--fourth:hover,
button.sk-btn--fourth:hover,
.sk-btn--fourth:hover {
  color: var(--sk-color-white);
  background: var(--sk-color-platinum);
}
a.sk-btn--fourth:hover::after,
button.sk-btn--fourth:hover::after,
.sk-btn--fourth:hover::after {
  background: var(--sk-color-white);
}
a.sk-btn--dropdown,
button.sk-btn--dropdown,
.sk-btn--dropdown {
  z-index: 1;
}
.is-active a.sk-btn--dropdown,
.is-active button.sk-btn--dropdown,
.is-active .sk-btn--dropdown {
  background: var(--sk-color-white);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
a.sk-btn--dropdown::after,
button.sk-btn--dropdown::after,
.sk-btn--dropdown::after {
  transform: translateY(-50%) rotate(-90deg);
}
.is-active a.sk-btn--dropdown::after,
.is-active button.sk-btn--dropdown::after,
.is-active .sk-btn--dropdown::after {
  transform: translateY(-50%) rotate(90deg);
}
a.sk-btn--year,
button.sk-btn--year,
.sk-btn--year {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: transparent;
  padding: 0;
}
a.sk-btn--year::after,
button.sk-btn--year::after,
.sk-btn--year::after {
  display: none;
}
a.sk-btn--year.active,
button.sk-btn--year.active,
.sk-btn--year.active {
  color: var(--sk-color-orange);
}
a.sk-btn--year.active::before,
button.sk-btn--year.active::before,
.sk-btn--year.active::before {
  content: "";
  display: inline-flex;
  width: 10px;
  height: 1px;
  background: var(--sk-color-orange);
  margin-right: 10px;
}
a.sk-btn--load-more,
button.sk-btn--load-more,
.sk-btn--load-more {
  margin: 0 auto;
  color: var(--sk-color-aubergine);
  background: var(--sk-color-white);
}
a.sk-btn--load-more::after,
button.sk-btn--load-more::after,
.sk-btn--load-more::after {
  background: var(--sk-color-aubergine);
}
a.sk-btn--load-more:hover, a.sk-btn--load-more:active,
button.sk-btn--load-more:hover,
button.sk-btn--load-more:active,
.sk-btn--load-more:hover,
.sk-btn--load-more:active {
  background: var(--sk-color-orange);
}
a.sk-btn--external::after,
button.sk-btn--external::after,
.sk-btn--external::after {
  transform: translateY(-50%) rotate(-45deg);
}

.sk-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: var(--sk-color-platinum);
  position: relative;
  display: inline-block;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
.sk-icon:hover {
  background: var(--sk-color-orange);
}
.sk-icon::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: var(--sk-color-aubergine);
}
.sk-icon--arrow::before {
  width: 25px;
  height: 15px;
  -webkit-mask: url("../../resources/img/icon-arrow.svg");
          mask: url("../../resources/img/icon-arrow.svg");
}
.sk-icon--external::before {
  width: 25px;
  height: 15px;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -webkit-mask: url("../../resources/img/icon-arrow.svg");
          mask: url("../../resources/img/icon-arrow.svg");
}
.sk-icon--top::before {
  width: 25px;
  height: 15px;
  transform: translate3d(-50%, -50%, 0) rotate(-90deg);
  -webkit-mask: url("../../resources/img/icon-arrow.svg");
          mask: url("../../resources/img/icon-arrow.svg");
}
.sk-icon--file::before {
  width: 25px;
  height: 25px;
  -webkit-mask: url("../../resources/img/icon-file.svg");
          mask: url("../../resources/img/icon-file.svg");
}
.sk-icon--in::before {
  width: 22px;
  height: 20px;
  -webkit-mask: url("../../resources/img/icon-in.svg");
          mask: url("../../resources/img/icon-in.svg");
  background: var(--sk-color-white);
}
.sk-icon--x::before {
  width: 20px;
  height: 20px;
  -webkit-mask: url("../../resources/img/icon-x.svg");
          mask: url("../../resources/img/icon-x.svg");
  background: var(--sk-color-white);
}
.sk-icon--fb::before {
  width: 9px;
  height: 20px;
  -webkit-mask: url("../../resources/img/icon-fb.svg");
          mask: url("../../resources/img/icon-fb.svg");
  background: var(--sk-color-white);
}
.sk-icon--dark::before {
  background: var(--sk-color-primary);
}
.sk-icon--bg-dark {
  background: var(--sk-color-primary);
}
.sk-icon--bg-light {
  background: var(--sk-color-moon);
}

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

a.post-card:not(.post-card__with-r-button) .post-card__excerpt, .post-card.sk-link:not(.post-card__with-r-button) .post-card__excerpt {
  color: var(--sk-color-primary);
}
a.post-card:not(.post-card__with-r-button):hover, .post-card.sk-link:not(.post-card__with-r-button):hover {
  background: var(--sk-color-platinum);
}
a.post-card:not(.post-card__with-r-button):hover::before, .post-card.sk-link:not(.post-card__with-r-button):hover::before {
  background: var(--sk-color-primary);
}
a.post-card:not(.post-card__with-r-button):hover .post-card__title, .post-card.sk-link:not(.post-card__with-r-button):hover .post-card__title,
a.post-card:not(.post-card__with-r-button):hover .post-card__excerpt,
.post-card.sk-link:not(.post-card__with-r-button):hover .post-card__excerpt {
  color: var(--sk-color-moon);
}
a.post-card:not(.post-card__with-r-button):hover .post-card__title::before, .post-card.sk-link:not(.post-card__with-r-button):hover .post-card__title::before,
a.post-card:not(.post-card__with-r-button):hover .post-card__excerpt::before,
.post-card.sk-link:not(.post-card__with-r-button):hover .post-card__excerpt::before {
  background: var(--sk-color-primary);
}
a.post-card:not(.post-card__with-r-button):hover .post-card__link, .post-card.sk-link:not(.post-card__with-r-button):hover .post-card__link {
  color: var(--sk-color-aubergine);
  background: var(--sk-color-orange);
}
a.post-card:not(.post-card__with-r-button):hover .post-card__link::after, .post-card.sk-link:not(.post-card__with-r-button):hover .post-card__link::after {
  background: var(--sk-color-aubergine);
}

.post-card {
  cursor: pointer;
  text-decoration: none !important;
  position: relative;
  background: var(--sk-color-white);
  display: block;
  padding: 35px 15px 55px 15px;
}
@media (min-width: 768px) {
  .post-card {
    padding: 35px 30px 55px 30px;
  }
}
@media (min-width: 1024px) {
  .post-card {
    padding: 50px 60px 55px 60px;
  }
}
@media (min-width: 1280px) {
  .post-card {
    padding: 90px 100px 93px 100px;
  }
}
.post-card::before {
  content: "";
  position: absolute;
  top: 45px;
  bottom: 0;
  left: 15px;
  width: 1px;
  height: calc(100% - 45px);
  background: var(--sk-color-orange);
  transition: 0.3s all ease-in-out;
}
@media (min-width: 768px) {
  .post-card::before {
    left: 30px;
  }
}
@media (min-width: 1024px) {
  .post-card::before {
    top: 60px;
    left: 60px;
    height: calc(100% - 60px);
  }
}
@media (min-width: 1280px) {
  .post-card::before {
    top: 100px;
    left: 100px;
    height: calc(100% - 100px);
  }
}
.post-card__body {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .post-card__body {
    padding-left: 30px;
  }
}
@media (min-width: 1024px) {
  .post-card__body {
    padding-left: 60px;
  }
}
@media (min-width: 1280px) {
  .post-card__body {
    padding-left: 100px;
  }
}
.post-card__with-r-button .post-card__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1280px) {
  .post-card__with-r-button .post-card__body {
    gap: 150px;
    flex-direction: row;
    align-items: flex-start;
  }
}
.post-card__with-r-button .post-card__button {
  transform: translateY(0);
}
@media (min-width: 1280px) {
  .post-card__with-r-button .post-card__button {
    margin-top: 166px;
    margin-bottom: 0;
  }
}
.post-card__title {
  position: relative;
  color: var(--sk-color-platinum);
  font-family: var(--sk-font-fraunces);
  font-style: italic;
  display: flex;
  flex-direction: column;
  word-break: break-word;
}
.sk-wp-editor .post-card__title {
  margin-bottom: 34px;
}
.post-card__title::before {
  content: "";
  position: absolute;
  top: clamp(4px, 2.5142857143px + 0.0038095238 * 100vw, 8px);
  bottom: clamp(4px, 2.5142857143px + 0.0038095238 * 100vw, 8px);
  left: -17px;
  width: 5px;
  background: var(--sk-color-orange);
  transition: 0.3s all ease-in-out;
}
@media (min-width: 768px) {
  .post-card__title::before {
    left: -32px;
  }
}
@media (min-width: 1024px) {
  .post-card__title::before {
    left: -62px;
  }
}
@media (min-width: 1280px) {
  .post-card__title::before {
    left: -102px;
  }
}
.post-card__excerpt {
  letter-spacing: -0.1px;
}
.post-card__excerpt p {
  margin-bottom: 25px;
  letter-spacing: -0.1px;
  color: var(--sk-color-primary);
}
.post-card__excerpt p:last-child {
  margin-bottom: 0;
}
.post-card__excerpt > span:last-of-type::after {
  content: ".";
}
.post-card__meta {
  font-family: var(--sk-font-bg-semicond);
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: var(--sk-color-aubergine);
  text-transform: uppercase;
  letter-spacing: -0.45px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .post-card__meta {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .post-card__meta {
    margin-top: 37px;
    padding-left: 30px;
  }
}
@media (min-width: 1024px) {
  .post-card__meta {
    padding-left: 60px;
  }
}
@media (min-width: 1280px) {
  .post-card__meta {
    padding-left: 100px;
  }
}
.post-card__link {
  display: inline-flex;
}
.post-card__link.sk-btn--third {
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}
