/**
 * Settings.
 */
/**
 * Settings.
 */
/**
 * Font family map.
 */
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
* Mobile.
**/
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
 * Color Map (https://convertacolor.com/).
 */
/**
 * Colors Variables.
 */
/**
 * Grid.
 */
/**
 * Assets.
 */
/**
 * Body.
 */
/**
 * Other.
 */
@import '../../node_modules/keen-slider/keen-slider.min.css';
@import '../../node_modules/photoswipe/dist/photoswipe.css';
*::selection {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

/**
 * Tools.
 */
/**
 * Tools.
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Container
 * 
 * Center aligns element with given maximum width, padding, and margins top and bottom.
 * @param {String} $width - Pixel unit value.
 * @param {String} $gap - Pixel unit value.
 * @example @include container(1024px, 20px);
 */
/**
 * Section
 *
 * Add top and bottom spacing to element using paddings.
 * @param {String} $top - Pixel unit value.
 * @param {String} $bottom - Pixel unit value.
 * @example @include section(100px, 100px);
 */
/**
 * Media.
 *
 * Media queries according to "The 100% Correct Way To Do CSS Breakpoints" (https://medium.freecodecamp.com/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862).
 * @param {String} $breakpoint - Breakpoint pixel unit value.
 * @example @include media('phone') {}
 */
/**
 * Elements.
 */
/**
 * General.
 */
/**
 * Remove margin and padding from every selector including their
 * psuedo selectors.
 *
 * 1. More sensible default box sizing.
 *    (css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice).
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; /* 1 */
}

/**
 * Set height of the document to maxium viewport height.
 *
 * 1. Set root font size to 10.
 */
html {
  height: 100vh;
  font-size: 62.5%; /* 1 */
  box-sizing: border-box;
}

/**
 * Set minimal height of the body to maximum viewport height to
 * match the document's height.
 *
 * 1. Firefox 25+.
 * 2. Chrome 5+.
 */
body {
  min-height: 100vh;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
  font-family: "Manrope";
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; /* 1 */
  -webkit-font-smoothing: antialiased; /* 2 */
}

/**
 * Custom user agent resets and overrides that are not present in
 * Normalize 8.0.0. This mostly removes some annoying margin and padding
 * defaults, border radius, and outlines.
 */
a {
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove border radius on Chrome 62.0+ on macOS.
 */
button {
  border: 0;
  border-radius: 0; /* 1 */
  outline: none;
  background: none;
  cursor: pointer;
}

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

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
}

/**
 * 1. Remove white space.
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; /* 1 */
}

/**
 * 1. Remove inherited user agent appearance.
 */
input,
select,
textarea {
  max-width: 100%;
  border: 0;
  border-radius: 0;
  outline: none;
  appearance: none; /* 1 */
}

/**
 * 1. Only allow vertical resizing to prevent the textarea
 *    from overflowing the container.
 */
textarea {
  resize: vertical;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin: 0;
}

/**
 * 1. Collapse borders to prevent double sided borders.
 */
table {
  max-width: 100%;
  border-collapse: collapse; /* 1 */
}

strong {
  font-weight: 700;
}

/**
 * Objects.
 */
/**
 * Button.
 */
.btn {
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 102px;
  width: fit-content;
  transition: all 250ms ease;
}
.btn .svg-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.btn .svg-wrapper svg {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.btn .svg-wrapper svg:last-child:not(:first-child) {
  position: absolute;
  left: -100%;
  transition: left 0.3s ease;
}
.btn:hover .svg-wrapper svg:first-child:not(:last-child) {
  transform: translateX(45px);
}
.btn:hover .svg-wrapper svg:last-child:not(:first-child) {
  left: 50%;
  transform: translateX(-50%);
}
.btn:hover .svg-wrapper svg:only-child {
  transform: rotate(-180deg);
}

.btn--primary {
  color: hsl(60, 1.4%, 13.5%);
  border: 1px solid hsl(47, 100%, 48%);
  background-color: hsl(47, 100%, 48%);
}

.btn--no-border {
  border: none;
  color: hsl(217, 52.6%, 33.9%);
}
.btn--no-border:hover {
  gap: 12px;
}

.btn--secondary {
  color: hsl(217, 52.6%, 33.9%);
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #3665B0 33.17%, #29B882 60.58%) border-box;
}

.btn--secondary-transparent-white {
  border: 1px solid hsl(0, 0%, 100%);
  color: white;
}

.btn--secondary-blue {
  color: hsl(0, 0%, 100%);
  border: 1px solid transparent;
  background: linear-gradient(hsl(217, 53.4%, 20.2%), hsl(217, 53.4%, 20.2%)) padding-box, linear-gradient(135deg, #3665B0 33.17%, #29B882 60.58%) border-box;
}

.btn--secondary-transparent {
  position: relative;
  color: hsl(0, 0%, 100%);
  background: transparent;
  border: none;
}

.btn--secondary-transparent::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, #3665B0 33.17%, #29B882 60.58%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/**
 * Every conceivable HTML element within a `.cms-output` wrapper.
 *
 * 1. Exclude last childs.
 */
.cms-output p:not(:last-child) {
  margin-bottom: 2em;
}
.cms-output h2,
.cms-output h3,
.cms-output h4 {
  margin-bottom: 16px;
}
.cms-output h5 {
  margin-bottom: 12px;
}
.cms-output .is-intro {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  .cms-output .is-intro {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.cms-output img.aligncenter {
  display: block;
  margin: 0 auto;
}
.cms-output img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.cms-output table {
  word-break: break-word;
}
.cms-output table td {
  vertical-align: top;
}
.cms-output ul,
.cms-output ol {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
}
.cms-output ul li,
.cms-output ol li {
  margin-bottom: 15px;
  font-size: 16px;
}
.cms-output ol {
  list-style-type: decimal;
}
.cms-output strong {
  font-weight: bold;
}
.cms-output a {
  text-decoration: underline;
  color: hsl(0, 98%, 47%);
  transition: all 250ms ease;
}
.cms-output a:hover {
  color: hsl(0, 98%, 47%);
}
.cms-output blockquote {
  position: relative;
  padding: 40px 45px 20px 45px;
  color: hsl(0, 98%, 47%);
}
.cms-output .wp-caption {
  margin-bottom: 20px;
}
.cms-output .wp-caption img {
  border-radius: 10px;
}
.cms-output .wp-caption .wp-caption-text {
  font-size: 16px;
  line-height: 20px;
  color: hsl(0, 98%, 47%);
  letter-spacing: 0.44px;
  margin-top: 10px;
}

/**
 * The content constraint is a constraint for all the content within
 * the document. It can be manipulated by CSS or JavaScript without
 * influencing the body.
 */
.content-constraint {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background-color: hsl(60, 100%, 99.8%);
}

/**
 * Example of a flex based column grid layout in practice:
 *
 * <div class="row">
 *   <div class="col col-xs-6 col-sm-12"></div>
 *   <div class="col col-xs-6 col-sm-12"></div>
 * </div>
 *
 * This example will create a row with two columns each filling half the width
 * of the row on all media, but will convert to a full width column on the
 * small `-sm` breakpoint alias, which is mobile only. Refer to
 * `settings/_definitions.scss` for all breakpoint alias.
 */
/**
 * Flex object.
 *
 * Tip: Use flex on a column to make the box the same height as the column.
 */
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

/**
 * Flex object with a column based layout system.
 */
.row {
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
  margin: 0 -10px;
}

/**
 * Box, the inside of a column.
 */
.box {
  flex: 1;
}

/**
 * Align `stretch` for the xs breakpoint.
 */
.align-xs-stretch {
  align-items: stretch;
}

/**
 * Align `center` for the xs breakpoint.
 */
.align-xs-center {
  align-items: center;
}

/**
 * Align `flex-start` for the xs breakpoint.
 */
.align-xs-flex-start {
  align-items: flex-start;
}

/**
 * Align `flex-end` for the xs breakpoint.
 */
.align-xs-flex-end {
  align-items: flex-end;
}

/**
 * Align `baseline` for the xs breakpoint.
 */
.align-xs-baseline {
  align-items: baseline;
}

/**
 * Justify `start` for the xs breakpoint.
 */
.justify-xs-start {
  justify-content: start;
}

/**
 * Justify `center` for the xs breakpoint.
 */
.justify-xs-center {
  justify-content: center;
}

/**
 * Justify `space-between` for the xs breakpoint.
 */
.justify-xs-space-between {
  justify-content: space-between;
}

/**
 * Justify `space-around` for the xs breakpoint.
 */
.justify-xs-space-around {
  justify-content: space-around;
}

/**
 * Justify `space-evenly` for the xs breakpoint.
 */
.justify-xs-space-evenly {
  justify-content: space-evenly;
}

/**
 * Bleed left for the xs breakpoint.
 */
.bleed-xs-left {
  padding-left: 0;
}

/**
 * Bleed right for the xs breakpoint.
 */
.bleed-xs-right {
  padding-right: 0;
}

/**
 * Order first for the `xs` breakpoint.
 */
.first-xs {
  order: -1;
}

/**
 * Order last for the `xs` breakpoint.
 */
.last-xs {
  order: 1;
}

/**
 * Reverse order for the `xs` breakpoint.
 */
.reverse-xs {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 599px) {
  /**
   * Align `stretch` for the sm breakpoint.
   */
  .align-sm-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the sm breakpoint.
   */
  .align-sm-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the sm breakpoint.
   */
  .align-sm-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the sm breakpoint.
   */
  .align-sm-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the sm breakpoint.
   */
  .align-sm-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the sm breakpoint.
   */
  .justify-sm-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the sm breakpoint.
   */
  .justify-sm-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the sm breakpoint.
   */
  .justify-sm-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the sm breakpoint.
   */
  .justify-sm-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the sm breakpoint.
   */
  .justify-sm-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the sm breakpoint.
   */
  .bleed-sm-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the sm breakpoint.
   */
  .bleed-sm-right {
    padding-right: 0;
  }
  /**
   * Order first for the `sm` breakpoint.
   */
  .first-sm {
    order: -1;
  }
  /**
   * Order last for the `sm` breakpoint.
   */
  .last-sm {
    order: 1;
  }
  /**
   * Reverse order for the `sm` breakpoint.
   */
  .reverse-sm {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 600px) {
  /**
   * Align `stretch` for the md breakpoint.
   */
  .align-md-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the md breakpoint.
   */
  .align-md-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the md breakpoint.
   */
  .align-md-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the md breakpoint.
   */
  .align-md-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the md breakpoint.
   */
  .align-md-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the md breakpoint.
   */
  .justify-md-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the md breakpoint.
   */
  .justify-md-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the md breakpoint.
   */
  .justify-md-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the md breakpoint.
   */
  .justify-md-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the md breakpoint.
   */
  .justify-md-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the md breakpoint.
   */
  .bleed-md-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the md breakpoint.
   */
  .bleed-md-right {
    padding-right: 0;
  }
  /**
   * Order first for the `md` breakpoint.
   */
  .first-md {
    order: -1;
  }
  /**
   * Order last for the `md` breakpoint.
   */
  .last-md {
    order: 1;
  }
  /**
   * Reverse order for the `md` breakpoint.
   */
  .reverse-md {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 900px) {
  /**
   * Align `stretch` for the lg breakpoint.
   */
  .align-lg-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the lg breakpoint.
   */
  .align-lg-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the lg breakpoint.
   */
  .align-lg-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the lg breakpoint.
   */
  .align-lg-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the lg breakpoint.
   */
  .align-lg-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the lg breakpoint.
   */
  .justify-lg-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the lg breakpoint.
   */
  .justify-lg-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the lg breakpoint.
   */
  .justify-lg-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the lg breakpoint.
   */
  .justify-lg-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the lg breakpoint.
   */
  .justify-lg-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the lg breakpoint.
   */
  .bleed-lg-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the lg breakpoint.
   */
  .bleed-lg-right {
    padding-right: 0;
  }
  /**
   * Order first for the `lg` breakpoint.
   */
  .first-lg {
    order: -1;
  }
  /**
   * Order last for the `lg` breakpoint.
   */
  .last-lg {
    order: 1;
  }
  /**
   * Reverse order for the `lg` breakpoint.
   */
  .reverse-lg {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  /**
   * Align `stretch` for the xl breakpoint.
   */
  .align-xl-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the xl breakpoint.
   */
  .align-xl-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the xl breakpoint.
   */
  .align-xl-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the xl breakpoint.
   */
  .align-xl-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the xl breakpoint.
   */
  .align-xl-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the xl breakpoint.
   */
  .justify-xl-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the xl breakpoint.
   */
  .justify-xl-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the xl breakpoint.
   */
  .justify-xl-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the xl breakpoint.
   */
  .justify-xl-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the xl breakpoint.
   */
  .justify-xl-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the xl breakpoint.
   */
  .bleed-xl-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the xl breakpoint.
   */
  .bleed-xl-right {
    padding-right: 0;
  }
  /**
   * Order first for the `xl` breakpoint.
   */
  .first-xl {
    order: -1;
  }
  /**
   * Order last for the `xl` breakpoint.
   */
  .last-xl {
    order: 1;
  }
  /**
   * Reverse order for the `xl` breakpoint.
   */
  .reverse-xl {
    flex-direction: row-reverse;
  }
}
/**
 * Default fields.
 */
label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: hsl(80, 60%, 7%);
  font-family: "Sora";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

select,
input,
textarea {
  font-size: 16px;
  width: 100%;
  height: 42px;
  border-radius: 4px;
  padding: 16px;
  background-color: hsl(0, 0%, 100%);
  font-weight: 400;
  border-radius: 8px;
  line-height: 140%;
  border: 1px solid #CCC;
  color: #6A6A6A;
}
select:focus,
input:focus,
textarea:focus {
  background-color: hsl(0, 0%, 100%);
}

.gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gfield {
  width: 100%;
}

.gfield--width-half {
  width: 48%;
}
@media only screen and (max-width: 799px) {
  .gfield--width-half {
    width: 100%;
  }
}

textarea {
  height: 164px;
  padding: 16px;
}

.gform_required_legend {
  display: none;
}

.gfield_required {
  color: hsl(0, 98%, 47%);
}

.ginput_container_select {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #CCC;
  background: #FFF;
}
.ginput_container_select svg {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 9px;
  height: 13px;
  z-index: 1;
}
.ginput_container_select select {
  position: relative;
  max-width: none;
  margin: -2px;
  background-color: transparent;
  border: 0;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
}

#input_2_10 {
  padding: 0;
  border: none;
  border-radius: 0;
}

input[type=radio],
input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: 2px solid hsl(0, 0%, 0%);
  border-radius: 2px;
  background-color: hsl(0, 0%, 100%);
  transition: all 250ms ease;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: hsl(0, 0%, 0%);
}

input[type=radio] {
  border-radius: 20px;
}

.gform-footer .button {
  display: flex;
  padding: 12px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 102px;
  background: hsl(217, 53%, 45.1%);
  color: hsl(60, 100%, 99.8%);
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.gform-footer .button::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../../assets/images/Star.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  transition: transform 0.3s ease;
}
.gform-footer .button:hover::before {
  transform: rotate(-180deg);
}

/**
 * Gravity Forms.
 */
.gfield {
  margin-bottom: 25px;
}

.gform_validation_container {
  display: none;
}

.hidden_label > label {
  display: none;
}

.validation_message {
  font-size: 14px;
  line-height: 23px;
  margin-top: 5px;
  border-radius: 8px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  width: 100%;
  color: hsl(0, 98%, 47%);
}
.validation_message > svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: -2px;
}

.validation_error {
  display: none;
  position: relative;
  margin: 0 0 50px;
  padding: 25px 25px 25px 75px;
  background: hsl(0, 98%, 47%);
  color: hsl(0, 98%, 47%);
}
.validation_error > svg {
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  width: 31px;
  height: 30px;
  color: hsl(0, 98%, 47%);
}
.validation_error .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.validation_error .close-button svg {
  width: 16px;
  height: 16px;
  color: hsl(0, 0%, 0%);
}

.gform_confirmation_message {
  width: 100%;
  padding: 50px;
  background: hsl(0, 98%, 47%);
}
.gform_confirmation_message br {
  display: none;
}
.gform_confirmation_message h4 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.gform_confirmation_message h4 svg {
  width: 28px;
  height: 28px;
  margin-right: 20px;
  border-radius: 20px;
  background-color: hsl(0, 0%, 100%);
  padding: 5px;
  color: hsl(0, 0%, 0%);
}

/**
 * Heading.
 */
h1,
h2,
h3,
h4 {
  font-family: "Sora";
  color: hsl(0, 0%, 0%);
}
h1.is-white,
h2.is-white,
h3.is-white,
h4.is-white {
  color: hsl(0, 0%, 100%);
}

/**
  * Heading 1.
*/
h1,
.heading-1 {
  font-size: 64px;
  line-height: 1.5em;
}
@media only screen and (max-width: 899px) {
  h1,
  .heading-1 {
    font-size: 28px;
    line-height: 1.5em;
  }
}

/**
 * Heading 2.
 */
h2,
.heading-2 {
  font-size: 28px;
  line-height: 1.5em;
}
@media only screen and (max-width: 899px) {
  h2,
  .heading-2 {
    font-size: 20px;
    line-height: 1.5em;
  }
}

/**
 * Heading 3.
 */
h3,
.heading-3 {
  font-size: 24px;
  line-height: 1.5em;
}
@media only screen and (max-width: 899px) {
  h3,
  .heading-3 {
    font-size: 20px;
    line-height: 1.5em;
  }
}

/**
* Heading 3.
*/
h4 {
  font-size: 18px;
  line-height: 1.5em;
}
@media only screen and (max-width: 899px) {
  h4 {
    font-size: 18px;
    line-height: 1.5em;
  }
}

/**
* Heading 3.
*/
h5 {
  font-size: 16px;
  line-height: 1.5em;
}
@media only screen and (max-width: 899px) {
  h5 {
    font-size: 16px;
    line-height: 1.5em;
  }
}

/**
 * Subheading.
 */
p {
  font-size: 16px;
  line-height: 1.5em;
}
@media only screen and (max-width: 899px) {
  p {
    font-size: 14px;
    line-height: 1.5em;
  }
}
p.is-white {
  color: hsl(0, 0%, 100%);
}

.has-lazy-load {
  transition: all 750ms ease;
  transition-delay: 500ms;
  opacity: 0;
}
.has-lazy-load.header {
  transition-delay: 500ms;
  transition: all 750ms ease;
}

.has-lazy-load[loaded=true] {
  opacity: 1;
}

.pagination {
  width: 100%;
  margin-bottom: 150px;
}
@media only screen and (max-width: 899px) {
  .pagination {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .pagination {
    margin-bottom: 40px;
  }
}
.pagination .wrapper {
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers {
  font-size: 16px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all 250ms ease;
  color: #151C07;
  font-weight: 400;
  text-decoration: none;
}
.pagination .page-numbers.current {
  border: 1px solid #151C07;
  border-radius: 100px;
  padding: 4px;
  width: 35px;
  height: 35px;
  aspect-ratio: 1/1;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  font-size: 18px;
  font-weight: 600;
  color: hsl(217, 53.4%, 20.2%);
  margin-right: 15px;
}
.pagination .page-numbers.prev.is-disabled, .pagination .page-numbers.next.is-disabled {
  opacity: 0.7;
  pointer-events: none;
}
.pagination .page-numbers.next {
  margin-right: 0;
  margin-left: 5px;
}

/**
 * Wrapper (default)
 */
.wrapper {
  max-width: calc(1280px + 100px);
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 899px) {
  .wrapper {
    max-width: calc(1280px + 120px);
    padding: 0 60px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper {
    max-width: calc(1280px + 40px);
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
 * Wrapper (small)
 */
.wrapper--small {
  max-width: calc(1140px + 100px);
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 899px) {
  .wrapper--small {
    max-width: calc(1140px + 120px);
    padding: 0 60px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper--small {
    max-width: calc(1140px + 40px);
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
* Self hosted google webfonts.
* https://gwfh.mranftl.com/fonts
**/
/* manrope-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/manrope-v20-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/manrope-v20-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/manrope-v20-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/manrope-v20-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/manrope-v20-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/manrope-v20-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sora-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sora";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/sora-v17-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sora-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sora";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/sora-v17-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sora-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sora";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/sora-v17-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sora-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/sora-v17-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sora-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sora";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/sora-v17-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sora-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/sora-v17-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sora-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sora";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/sora-v17-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sora-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sora";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/sora-v17-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
 * Components.
 */
.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}
.header .wrapper-menu {
  position: relative;
}
.header .header__logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 57px;
  transform: translateY(-50%);
}
.header .navigation {
  width: 100%;
}
.header .navigation-items {
  display: flex;
  flex-direction: column;
  height: 145px;
  position: relative;
}
.header .menu-top {
  display: flex;
  flex-direction: row;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  gap: 24px;
  padding-top: 24px;
  justify-content: flex-end;
  background-color: hsl(60, 100%, 99.8%);
  padding: 0px 57px;
}
.header .menu-top a, .header .menu-top p {
  color: hsl(60, 1.4%, 13.5%);
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-top: 24px;
}
.header .menu-top > p:first-of-type {
  color: hsl(47, 15.3%, 88.4%);
}
.header .menu-top__language-switch {
  display: flex;
  flex-direction: row;
  gap: 2px;
}
.header .menu-top__service-switch {
  border-radius: 52px;
  border: 1px solid #9EA3A2;
  background: hsl(60, 100%, 99.8%);
  backdrop-filter: blur(51.2000007629px);
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-block: 12px 87px;
}
.header .menu-top__service-switch span {
  color: #3E3F3F;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 8px 24px;
  cursor: pointer;
  display: flex;
}
.header .menu-top__service-switch span.is-active {
  padding: 8px 24px;
  border-radius: 100px;
  background-color: hsl(217, 42.9%, 91.8%);
  color: hsl(216, 53.6%, 27.1%);
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.header .menu-service {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: absolute;
  padding: 30px 57px;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
  gap: 16px;
  border-radius: 0 0 16px 16px;
  background: rgba(24, 45, 79, 0.6);
  backdrop-filter: blur(20.3999996185px);
}
.header .menu-service a {
  color: var(--Naturals-50, #FFFFFE);
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.header .menu-item svg {
  display: none;
}
.header .menu-item.has-submenu {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 102px;
  border: 1px solid hsl(218, 44.2%, 83.1%);
  margin-bottom: -12px;
}
.header .menu-item.has-submenu a {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.header .menu-item.has-submenu svg {
  display: block;
}
.header .submenu {
  display: none;
}
.header .navigation__quote-link {
  margin-bottom: -12px;
}
.header .navigation__quote-link a {
  color: hsl(60, 1.4%, 13.5%);
}
.header .inverted-radius {
  --r: 16px; /* the radius */
  --s: 20px; /* size of inner curve */
  --x: 80vw;
  --y: clamp(42px, 1vw, 12px);
  border-radius: 0 0 var(--r) var(--r);
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)),#0000 25%,#000 0);
  --_d:(var(--s) + var(--r));
  mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m), 100% calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 100% 100%, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(-1 * var(--_d) - var(--y));
  mask-repeat: no-repeat;
}

body.corporate .content-constraint .header .service-switch__zakelijk span {
  background: hsl(157, 48.8%, 91.6%);
}
body.corporate .content-constraint .header .menu-service {
  background: rgba(25, 110, 78, 0.6);
  backdrop-filter: blur(20.3999996185px);
}

.navigation-mobile {
  position: fixed;
  top: 100vh;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  margin-top: 100px;
  transition: all 500ms ease;
  background: hsl(0, 0%, 100%);
  opacity: 0;
  z-index: 999;
  overflow-x: hidden;
}
@media only screen and (max-width: 1199px) {
  .navigation-mobile {
    height: calc(100% - 80px);
    margin-top: 80px;
  }
}
.navigation-mobile.is-active {
  top: 0;
  opacity: 1;
}
.navigation-mobile::-webkit-scrollbar {
  display: none;
}
.navigation-mobile .wrapper {
  height: 100%;
}

/**
 * Main menu.
 */
.navigation-mobile__main {
  padding: 10px 0;
}
.navigation-mobile__main > li {
  position: relative;
}
.navigation-mobile__main > li.current_page_ancestor > a, .navigation-mobile__main > li.current-menu-item > a {
  color: hsl(0, 0%, 0%);
}
.navigation-mobile__main > li.is-active > a {
  color: hsl(0, 0%, 0%);
}
.navigation-mobile__main > li.is-active > a > span svg {
  transform: rotate(-90deg);
}
.navigation-mobile__main > li > a {
  font-size: 20px;
  line-height: 24px;
  display: block;
  position: relative;
  width: 100%;
  font-weight: 700;
  margin: 22px 0 0 0;
  color: hsl(0, 0%, 0%);
}
.navigation-mobile__main > li > a > span {
  padding: 0 20px 0 5px;
  cursor: pointer;
}
.navigation-mobile__main > li > a > span svg {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  transition: all 500ms ease;
  color: hsl(0, 0%, 0%);
}
.navigation-mobile__main > li .submenu-container {
  display: none;
  position: relative;
  margin-top: 10px;
  padding-top: 20px;
}
.navigation-mobile__main > li .submenu-container li a {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: hsl(0, 0%, 0%);
}
.navigation-mobile__main > li .submenu-container li.current_page_ancestor > a, .navigation-mobile__main > li .submenu-container li.current-menu-item > a {
  color: hsl(0, 0%, 0%);
}
.navigation-mobile__main > li .submenu-container li.is-active > a {
  color: hsl(0, 0%, 0%);
}

/**
 * Disable scroll.
 */
body.is-active {
  overflow: hidden;
}
body.is-active .header::before {
  bottom: 0;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.content-hero-home {
  width: 100%;
  position: relative;
  height: 1015px;
  border-radius: 0 0 24px 24px;
}
@media only screen and (max-width: 1199px) {
  .content-hero-home {
    height: 664px;
  }
}
@media only screen and (max-width: 899px) {
  .content-hero-home {
    height: 898px;
  }
}
@media only screen and (max-width: 599px) {
  .content-hero-home {
    height: 531px;
  }
}
.content-hero-home .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .content-hero-home .wrapper {
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .content-hero-home .wrapper {
    padding-bottom: 24px;
  }
}
.content-hero-home .content-hero-home__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 24px 24px;
  overflow: hidden;
  z-index: 0;
}
.content-hero-home .content-hero-home__background img {
  border-radius: 0 0 24px 24px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-hero-home .content-hero-home__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
}
.content-hero-home .content-hero-home__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.78vh;
  min-width: 100%;
  height: 94%;
  min-height: 56.25vw;
  border: none;
  border-radius: 0 0 24px 24px;
}
.content-hero-home .content-hero-home__content {
  z-index: 10;
}
.content-hero-home .content-hero-home__title {
  color: hsl(60, 100%, 99.8%);
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 599px) {
  .content-hero-home .content-hero-home__title {
    max-width: 80%;
  }
}
.content-hero-home .content-hero-home__title .fw-400 {
  font-weight: 400;
}
.content-hero-home .content-hero-home__title svg {
  display: inline-block;
  animation: spin 8s linear infinite;
}
.content-hero-home .content-hero-home__links {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media only screen and (max-width: 599px) {
  .content-hero-home .content-hero-home__links {
    flex-direction: column;
  }
}

.content-hero {
  margin-top: 240px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .content-hero {
    margin-bottom: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .content-hero {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .content-hero {
    margin-bottom: 40px;
  }
}
.content-hero .wrapper {
  display: flex;
  flex-direction: row;
  gap: 38px;
}
@media only screen and (max-width: 799px) {
  .content-hero .wrapper {
    flex-direction: column;
  }
}
.content-hero .content-hero__content {
  width: 50%;
  background-color: hsl(217, 53.4%, 20.2%);
  border-radius: 24px;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 899px) {
  .content-hero .content-hero__content {
    padding: 24px;
  }
}
@media only screen and (max-width: 799px) {
  .content-hero .content-hero__content {
    width: 100%;
  }
}
.content-hero .svg-wrapper svg {
  width: 59px;
  height: 56px;
}
.content-hero .content-hero__title {
  color: hsl(0, 0%, 100%);
  font-weight: 600;
}
.content-hero .content-hero__editor {
  opacity: 75%;
  margin-top: auto;
}
.content-hero .content-hero__links {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 899px) {
  .content-hero .content-hero__links {
    flex-direction: column;
  }
}
.content-hero .content-hero__links .svg-wrapper svg {
  width: 16px !important;
  height: 16px !important;
}
.content-hero .content-hero__image-wrapper-outer {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 799px) {
  .content-hero .content-hero__image-wrapper-outer {
    width: 100%;
  }
}
.content-hero .content-hero__image-wrapper {
  border-radius: 16px;
  height: 681px;
  max-height: 681px;
}
@media only screen and (max-width: 1199px) {
  .content-hero .content-hero__image-wrapper {
    height: 560px;
    max-height: 560px;
  }
}
@media only screen and (max-width: 899px) {
  .content-hero .content-hero__image-wrapper {
    height: 486px;
    max-height: 486px;
  }
}
@media only screen and (max-width: 799px) {
  .content-hero .content-hero__image-wrapper {
    height: 272px;
  }
}
.content-hero .content-hero__image-wrapper img {
  border-radius: 16px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.content-hero .content-default__image-label {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  bottom: 0;
  right: 0;
  padding: 5px 0 5px 17px;
}
@media screen and (max-width: 300px) {
  .content-hero .content-default__image-label {
    right: unset;
    left: 0;
  }
}
.content-hero .content-default__image-label svg {
  width: 13px;
  height: 13px;
}
.content-hero .content-default__image-label p {
  color: hsl(60, 1.4%, 13.5%);
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media only screen and (max-width: 1199px) {
  .content-hero .content-default__image-label p {
    font-size: 14px;
  }
}
@media screen and (max-width: 300px) {
  .content-hero .content-default__image-label p {
    font-size: 10px;
    text-wrap-mode: nowrap;
  }
}
.content-hero .inverted-radius {
  --r: 16px; /* the radius */
  --s: 16px; /* size of inner curve */
  --x: 255px; /* horizontal offset (no percentane) */
  --y: 4px; /* vertical offset (no percentage) */
  border-radius: var(--r);
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)),#0000 25%,#000 0);
  --_d:(var(--s) + var(--r));
  mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m), 100% calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 100% 100%, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(-1 * var(--_d) - var(--y));
  mask-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
  .content-hero .inverted-radius {
    --x: 208px; /* horizontal offset (no percentane) */
  }
}

.slogan-cta {
  padding: 120px 0;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .slogan-cta {
    padding: 104px 0;
  }
}
@media only screen and (max-width: 899px) {
  .slogan-cta {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .slogan-cta {
    padding: 40px 0;
  }
}
.slogan-cta .wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
  position: relative;
}
.slogan-cta .slogan-cta__content-wrapper {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 599px) {
  .slogan-cta .slogan-cta__content-wrapper {
    flex-direction: column;
  }
}
.slogan-cta .slogan-cta__subtitle {
  color: hsl(217, 52.6%, 33.9%);
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.slogan-cta .slogan-cta__slogan p {
  font-family: "Sora";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding-right: 10%;
  padding-bottom: 65px;
  color: hsl(180, 1%, 25%);
}
@media only screen and (max-width: 599px) {
  .slogan-cta .slogan-cta__slogan p {
    font-size: 20px;
  }
}
.slogan-cta .slogan-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  padding-right: 10%;
}
@media only screen and (max-width: 899px) {
  .slogan-cta .slogan-cta__content {
    width: 60%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 599px) {
  .slogan-cta .slogan-cta__content {
    width: 100%;
  }
}
.slogan-cta .slogan-cta__editor {
  margin-bottom: 32px;
}
.slogan-cta .slogan-cta__links {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media only screen and (max-width: 599px) {
  .slogan-cta .slogan-cta__links {
    flex-direction: column;
  }
}
.slogan-cta .slogan-cta__links .btn--secondary-transparent {
  color: hsl(217, 52.6%, 33.9%);
}
.slogan-cta .slogan-cta__links .btn--no-border {
  padding-left: 0;
}
.slogan-cta .btn--no-border svg {
  transform: rotate(180deg);
}
.slogan-cta .content-slogan-cta__image-wrapper {
  width: 50%;
  max-height: 682px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 599px) {
  .slogan-cta .content-slogan-cta__image-wrapper {
    width: 100%;
  }
}
.slogan-cta .slogan-cta__image-label {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  bottom: 0;
  right: 0;
  padding: 5px 17px;
}
.slogan-cta .slogan-cta__image-label svg {
  width: 13px;
  height: 13px;
}
.slogan-cta .slogan-cta__image-label p {
  color: hsl(60, 1.4%, 13.5%);
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.slogan-cta .slogan-cta__animation {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  .slogan-cta .slogan-cta__animation {
    left: -12%;
  }
}
@media only screen and (max-width: 899px) {
  .slogan-cta .slogan-cta__animation {
    left: -15%;
    top: 60%;
  }
}
@media only screen and (max-width: 599px) {
  .slogan-cta .slogan-cta__animation {
    left: unset;
    right: -15%;
    top: 60%;
  }
}
@media only screen and (max-width: 1199px) {
  .slogan-cta .slogan-cta__animation svg {
    max-width: 228px;
    max-height: 216px;
  }
}
@media only screen and (max-width: 899px) {
  .slogan-cta .slogan-cta__animation svg {
    max-width: 177px;
    max-height: 168px;
  }
}
.slogan-cta .inverted-radius {
  --r: 16px; /* the radius */
  --s: 16px; /* size of inner curve */
  --x: 128px; /* horizontal offset (no percentane) */
  --y: 4px; /* vertical offset (no percentage) */
  border-radius: var(--r);
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)),#0000 25%,#000 0);
  --_d:(var(--s) + var(--r));
  mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m), 100% calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 100% 100%, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(-1 * var(--_d) - var(--y));
  mask-repeat: no-repeat;
}

body.corporate .content-constraint .slogan-cta .slogan-cta__animation svg path {
  fill: hsl(157, 63%, 26.5%);
}

.content-logo-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 120px 0;
}
@media only screen and (max-width: 1199px) {
  .content-logo-slider {
    margin: 104px 0;
  }
}
@media only screen and (max-width: 899px) {
  .content-logo-slider {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .content-logo-slider {
    margin: 40px 0;
  }
}
.content-logo-slider .wrapper {
  overflow: hidden;
}
.content-logo-slider .faq__title {
  justify-self: center;
  margin-bottom: 44px;
}
.content-logo-slider .marquee-slider {
  position: relative;
  /* Respect user motion preferences */
}
.content-logo-slider .marquee-slider .wrapper {
  padding-block: 32px;
}
@media only screen and (max-width: 899px) {
  .content-logo-slider .marquee-slider .wrapper {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .content-logo-slider .marquee-slider .wrapper {
    padding-block: 40px;
  }
}
.content-logo-slider .marquee-slider .wrapper::before {
  background: linear-gradient(-90deg, rgba(255, 253, 247, 0) 83.73%, #FFF 91.78%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.content-logo-slider .marquee-slider .wrapper::after {
  background: linear-gradient(90deg, rgba(255, 253, 247, 0) 83.73%, #FFF 91.78%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.content-logo-slider .marquee-slider .google__reviews {
  justify-content: center;
  margin-top: 24px;
}
.content-logo-slider .marquee-slider .marquee_container {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  overflow: clip;
  opacity: 0.4;
}
.content-logo-slider .marquee-slider .marquee_track {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: none;
  gap: 3rem;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.content-logo-slider .marquee-slider .marquee_content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: none;
}
.content-logo-slider .marquee-slider .marquee_item {
  padding-inline: 48px;
  width: calc(100vw / var(--marquee-items, 9999));
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 899px) {
  .content-logo-slider .marquee-slider .marquee_item {
    width: calc(100vw / var(--marquee-items-tablet, var(--marquee-items, 9999)));
  }
}
@media only screen and (max-width: 599px) {
  .content-logo-slider .marquee-slider .marquee_item {
    width: calc(100vw / var(--marquee-items-phone, var(--marquee-items-tablet, var(--marquee-items, 9999))));
  }
}
.content-logo-slider .marquee-slider .marquee_item img {
  height: 45px;
  object-fit: contain;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .content-logo-slider .marquee-slider .marquee_container {
    overflow: auto;
  }
  .content-logo-slider .marquee-slider .marquee_track {
    animation: none !important;
    will-change: auto;
  }
}

.content-service {
  margin: 120px 0;
}
@media only screen and (max-width: 1199px) {
  .content-service {
    margin: 104px 0;
  }
}
@media only screen and (max-width: 899px) {
  .content-service {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .content-service {
    margin: 40px 0;
  }
}
.content-service .content-service__title {
  margin-bottom: 24px;
}
.content-service .content-service__categories {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media only screen and (max-width: 899px) {
  .content-service .content-service__categories {
    gap: 48px;
  }
}
@media only screen and (max-width: 599px) {
  .content-service .content-service__categories {
    padding-top: 48px;
  }
}
.content-service .content-service__category {
  display: flex;
  flex-direction: row;
  gap: 128px;
  padding-top: 64px;
  border-top: 1px solid hsl(47, 15.3%, 88.4%);
}
@media only screen and (max-width: 1199px) {
  .content-service .content-service__category {
    gap: 64px;
  }
}
@media only screen and (max-width: 899px) {
  .content-service .content-service__category {
    flex-direction: column;
    padding-top: 48px;
  }
}
.content-service .content-service__category-left {
  display: flex;
  flex-direction: column;
  width: 40%;
}
@media only screen and (max-width: 899px) {
  .content-service .content-service__category-left {
    width: 100%;
  }
}
.content-service .content-service__category-title,
.content-service .content-service__icon {
  margin-bottom: 8px;
}
.content-service .content-service__category-editor p {
  margin-bottom: 56px;
}
@media only screen and (max-width: 599px) {
  .content-service .content-service__category-editor p {
    margin-bottom: 24px;
  }
}
.content-service .content-service__category-image-wrapper {
  width: 100%;
  height: 200px;
  border-radius: 16px;
}
.content-service .content-service__category-image-wrapper img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-service .content-service__category-right {
  display: flex;
  flex-direction: column;
  width: 60%;
}
@media only screen and (max-width: 899px) {
  .content-service .content-service__category-right {
    width: 100%;
  }
}
.content-service .content-service__switch {
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid hsl(47, 15.3%, 88.4%);
  margin-bottom: 16px;
}
.content-service .content-service__switch button {
  width: 202px;
  display: flex;
  justify-content: flex-start;
  color: hsl(60, 1.4%, 13.5%);
  font-family: "Sora";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding: 8px;
  border: none;
  position: relative;
}
.content-service .content-service__switch button.is-active {
  color: hsl(217, 53.4%, 20.2%);
}
.content-service .content-service__switch button.is-active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: hsl(217, 53.4%, 20.2%);
  border-radius: 4px;
}
.content-service .service__items {
  opacity: 0;
  height: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.content-service .service__items.is-active {
  opacity: 1;
  height: fit-content;
  pointer-events: auto;
}
.content-service .service__item {
  background-color: hsl(215, 42.9%, 94.5%);
  padding: 24px;
  border-radius: 12px;
}
@media only screen and (max-width: 899px) {
  .content-service .service__item {
    padding: 16px;
  }
}
.content-service .service__item:has(.service-title-button.is-active) {
  background-color: hsl(217, 53.4%, 20.2%);
  color: hsl(60, 100%, 99.8%);
}
.content-service .service-title-button {
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.content-service .service-title-button .service-title {
  font-weight: 600;
}
.content-service .service-title-button.is-active .service-title {
  color: hsl(0, 0%, 100%);
}
.content-service .service-title-button.is-active .service-icon::after {
  transform: translate(-50%, -50%) rotate(0);
  background-color: hsl(60, 100%, 99.8%);
}
.content-service .service-title-button.is-active .service-icon::before {
  background-color: hsl(60, 100%, 99.8%);
}
.content-service .service-icon {
  border-radius: 2px;
  background-color: transparent;
  display: flex;
  width: 45px;
  height: 45px;
  aspect-ratio: 1/1;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: relative;
  transition: all 250ms ease;
}
.content-service .service-icon::before {
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: hsl(60, 1.4%, 13.5%);
  border-radius: 100px;
  content: "";
  transition: all 250ms ease;
}
.content-service .service-icon::after {
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background: hsl(60, 1.4%, 13.5%);
  border-radius: 100px;
  content: "";
  transition: all 250ms ease;
}

body.corporate .content-constraint .content-service .research.is-active::after {
  background-color: hsl(157, 63%, 26.5%);
}
body.corporate .content-constraint .content-service .service__item {
  background-color: hsl(159, 50%, 94.5%);
}
body.corporate .content-constraint .content-service .service__item:has(.service-title-button.is-active) {
  background-color: hsl(157, 64.4%, 19.8%);
}

.workflow {
  padding: 120px 0;
}
@media only screen and (max-width: 1199px) {
  .workflow {
    padding: 104px 0;
  }
}
@media only screen and (max-width: 899px) {
  .workflow {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .workflow {
    padding: 40px 0;
  }
}
.workflow .workflow__title-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media only screen and (max-width: 599px) {
  .workflow .workflow__title-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
.workflow .workflow__editor {
  width: 40%;
}
@media only screen and (max-width: 599px) {
  .workflow .workflow__editor {
    width: 100%;
  }
}
.workflow .workflow__items {
  width: 100%;
}
.workflow .workflow__list {
  flex-flow: column;
  display: flex;
  align-items: center;
  margin-inline: auto;
  position: relative;
  height: 600px;
}
.workflow .workflow__item {
  will-change: transform;
  padding: 30px 40px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-height: 600px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 24px;
}
.workflow .workflow__item-subtitle {
  position: absolute;
  left: 30px;
  top: 23px;
  z-index: 1;
  color: rgba(24, 45, 79, 0.7);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 4px;
  background: var(--Naturals-50, #FFFFFE);
  padding: 6px 9px;
  width: fit-content;
}
.workflow .workflow__item-counter {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  backdrop-filter: blur(8.1927947998px);
  color: rgba(255, 255, 254, 0.72);
  text-align: right;
  font-family: Sora;
  font-size: 74.82px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
@media only screen and (max-width: 599px) {
  .workflow .workflow__item-counter {
    top: 23px;
    right: 30px;
    font-size: 28px;
    line-height: 130%;
    backdrop-filter: blur(2.7276611328px);
    transform: unset;
  }
}
.workflow .workflow__item > *:not(.workflow__item-image-wrapper):not(.workflow__item-subtitle):not(.workflow__item-counter) {
  position: relative;
  z-index: 1;
}
.workflow .workflow__item-title {
  color: hsl(60, 100%, 99.8%);
}
.workflow .workflow__item-editor {
  color: hsl(60, 100%, 99.8%);
}
.workflow .workflow__item-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: 16px;
}
.workflow .workflow__item-image-wrapper .workflow__item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.workflow .workflow__item-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border-radius: 16px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(24, 45, 79, 0.8) 87.98%), linear-gradient(0deg, rgba(11, 35, 74, 0.35) 0%, rgba(11, 35, 74, 0.35) 100%);
}
.workflow .workflow__link {
  margin-top: 120px;
  justify-self: center;
}

body.corporate .content-constraint .workflow .workflow__item-image-wrapper::before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(25, 110, 78, 0.8) 87.98%), linear-gradient(0deg, rgba(11, 35, 74, 0.35) 0%, rgba(11, 35, 74, 0.35) 100%);
}

.review-select {
  margin: 120px 0;
}
.review-select .wrapper {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 899px) {
  .review-select .wrapper {
    flex-direction: column;
  }
}
.review-select .review-select__image-wrapper {
  height: 525px;
  max-height: 525px;
  position: relative;
  width: 35%;
}
@media only screen and (max-width: 1199px) {
  .review-select .review-select__image-wrapper {
    width: 45%;
  }
}
@media only screen and (max-width: 899px) {
  .review-select .review-select__image-wrapper {
    width: 100%;
    height: 297px;
  }
}
.review-select .review-select__image-wrapper .review-select__image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.review-select .review-select__image-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  gap: 8px;
}
@media only screen and (max-width: 899px) {
  .review-select .review-select__image-label {
    width: 180px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.review-select .review-select__image-label img {
  width: 16px;
  height: 16px;
  aspect-ratio: 49/50;
}
.review-select .review-select__image-label .review-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.review-select .review-select__image-label .review-stars svg {
  width: 12px;
  height: 11px;
}
.review-select .review-select__image-label p {
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}
.review-select .review-select__testimonials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 65%;
}
@media only screen and (max-width: 1199px) {
  .review-select .review-select__testimonials {
    width: 55%;
  }
}
@media only screen and (max-width: 899px) {
  .review-select .review-select__testimonials {
    width: 100%;
  }
}
.review-select .review-select__title {
  margin-bottom: 48px;
  margin-left: 45px;
}
@media only screen and (max-width: 899px) {
  .review-select .review-select__title {
    display: none;
  }
}
.review-select .review-select__testimonial-items {
  display: flex;
  flex-direction: row;
  margin-left: -40px;
}
@media only screen and (max-width: 899px) {
  .review-select .review-select__testimonial-items {
    margin-left: 40px;
    margin-top: -40px;
  }
}
.review-select .review-select__testimonial {
  background-color: hsl(215, 42.9%, 94.5%);
  border-radius: 16px;
  display: flex;
  padding: 24px;
  flex-direction: column;
  gap: 24px;
  position: relative;
  min-width: 402px;
  color: #3E3F3F;
}
.review-select .review-select__testimonial-stars {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.review-select .review-select__testimonial-stars svg {
  width: 21.17px;
  height: 20.111px;
}
.review-select .review-select__testimonial-date {
  position: absolute;
  top: 24px;
  right: 24px;
  font-family: "Sora";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  opacity: 0.6;
}
@media screen and (max-width: 300px) {
  .review-select .review-select__testimonial-date {
    position: relative;
    top: unset;
    right: unset;
  }
}
.review-select .review-select__testimonial-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-select .review-select__testimonial-title {
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-top: auto;
}
.review-select .review__navigation {
  margin-top: 65px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 100px;
}
.review-select .slider-progress {
  width: 100%;
  height: 2px;
  background: hsl(47, 15.3%, 88.4%);
  position: relative;
  overflow: hidden;
}
.review-select .slider-progress__bar {
  height: 100%;
  width: 0%;
  background: hsl(217, 53%, 45.1%);
  transition: width 0.3s ease;
}
.review-select .review__navigation-buttons {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.review-select .review__nav-prev,
.review-select .review__nav-next {
  border-radius: 28.444px;
  border: 1px solid var(--Gradient, #3665B0);
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.review-select .review__nav-next {
  transform: rotate(180deg);
  transform-origin: center;
}
.review-select .inverted-radius {
  --r: 16px; /* the radius */
  --s: 16px; /* size of inner curve */
  --x: 258px; /* horizontal offset (no percentage) */
  --y: 4px; /* vertical offset (no percentage) */
  border-radius: var(--r);
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(at var(--r) var(--r),#000 75%,#0000 0);
  --_d:(var(--s) + var(--r));
  mask: calc(var(--_d) + var(--x)) 0 var(--_m), 0 calc(var(--_d) + var(--y)) var(--_m), radial-gradient(var(--s) at 0 0, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(var(--r) + var(--x)) calc(var(--r) + var(--y)), var(--_g) calc(var(--_d) + var(--x)) 0, var(--_g) 0 calc(var(--_d) + var(--y));
  mask-repeat: no-repeat;
}
@media only screen and (max-width: 899px) {
  .review-select .inverted-radius {
    --x: 148px;
    --y: 25px;
  }
}

body.corporate .content-constraint .review-select .review-select__testimonial {
  background-color: hsl(159, 50%, 94.5%);
}
body.corporate .content-constraint .review-select .slider-progress__bar {
  background: hsl(157, 63%, 26.5%);
}

.project-select {
  padding: 120px 0;
}
@media only screen and (max-width: 1199px) {
  .project-select {
    padding: 104px 0;
  }
}
@media only screen and (max-width: 899px) {
  .project-select {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .project-select {
    padding: 40px 0;
  }
}
.project-select .project-select__content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media only screen and (max-width: 599px) {
  .project-select .project-select__content-wrapper {
    flex-direction: column;
  }
}
.project-select .project-select__title {
  color: hsl(217, 52.6%, 33.9%);
  top: 0;
  left: 0;
}
@media only screen and (max-width: 599px) {
  .project-select .project-select__title {
    margin-bottom: 24px;
  }
}
.project-select .project-select__content {
  display: flex;
  flex-direction: column;
  width: 550px;
}
@media only screen and (max-width: 599px) {
  .project-select .project-select__content {
    width: 100%;
  }
}
.project-select .project-select__editor {
  margin-bottom: 24px;
}
@media only screen and (max-width: 599px) {
  .project-select .project-select__editor {
    margin-bottom: 0;
  }
}
.project-select .project-select__link .btn--secondary-transparent {
  color: hsl(217, 52.6%, 33.9%);
}
@media only screen and (max-width: 599px) {
  .project-select .project-select__link.link-desc {
    display: none;
  }
}
.project-select .project-select__link.link-mob {
  margin-top: 24px;
  justify-self: center;
}
@media only screen and (min-width: 600px) {
  .project-select .project-select__link.link-mob {
    display: none;
  }
}
.project-select .project-select__projects {
  display: flex;
}
@media only screen and (max-width: 599px) {
  .project-select .project-select__projects {
    flex-direction: column;
    gap: 20px;
  }
}
.project-select .project-select__project {
  max-width: 450px;
  border-radius: 8px;
  position: relative;
}
@media only screen and (max-width: 599px) {
  .project-select .project-select__project {
    max-width: 100%;
  }
}
.project-select .project-select__project .project-select__project-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.project-select .project-select__project:first-child .project-select__project-inner {
  background-color: hsl(217, 53.4%, 20.2%);
}
.project-select .project-select__project:first-child .project-select__project-title {
  color: hsl(60, 100%, 99.8%);
}
.project-select .project-select__project .project-select__project-inner {
  background-color: hsl(215, 42.9%, 94.5%);
  padding: 24px;
  padding-bottom: 70px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .project-select .project-select__project .project-select__project-inner {
    padding: 16px;
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 599px) {
  .project-select .project-select__project .project-select__project-inner {
    padding: 10px;
    padding-bottom: 39px;
  }
}
.project-select .project-select__project .project-select__project-title {
  color: hsl(60, 1.4%, 13.5%);
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  width: 85%;
}
.project-select .project-select__project .project-select__project-image-wrapper {
  border-radius: 8px;
  margin-bottom: 24px;
  position: relative;
  overflow: clip;
}
.project-select .project-select__project .project-select__project-image-wrapper img {
  max-height: 300px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.project-select .project-select__project:hover .project-select__project-image-wrapper img {
  transform: scale(1.03);
}
.project-select .project-select__project .project-select__label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 4px;
  background: rgba(255, 255, 254, 0.7);
  -webkit-backdrop-filter: blur(33px);
  backdrop-filter: blur(33px);
  color: rgba(24, 45, 79, 0.7);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.project-select .project-select__project .svg-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  border: 1px solid transparent;
  overflow: hidden;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #3665B0 33.17%, #29B882 60.58%) border-box;
}
.project-select .project-select__project .svg-wrapper svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.project-select .project-select__project .svg-wrapper svg:last-child {
  position: absolute;
  left: -100%;
  transition: left 0.3s ease;
}
.project-select .project-select__project:hover .svg-wrapper svg:first-child {
  transform: rotate(180deg) translateX(-45px);
}
.project-select .project-select__project:hover .svg-wrapper svg:last-child {
  left: 50%;
  transform: rotate(180deg) translate(50%);
}
@media (max-width: 600px) {
  .project-select .project-select__project:nth-child(n+4) {
    display: none;
  }
}
.project-select .project-select__nav {
  padding-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .project-select .project-select__nav {
    display: none;
  }
}
.project-select .project-select__nav-prev,
.project-select .project-select__nav-next {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #3665B0 33.17%, #29B882 60.58%) border-box;
}
.project-select .project-select__nav-next {
  transform: rotate(180deg);
}
.project-select .dots-progress {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 0 50px;
  align-items: center;
}
.project-select .dots-progress__dot {
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: hsl(43, 6.4%, 78.6%);
  cursor: pointer;
  transition: all 0.3s ease;
}
.project-select .dots-progress__dot.is-active {
  background: linear-gradient(135deg, #3665B0 33.17%, #29B882 60.58%);
  transform: scale(1.2);
}
.project-select .inverted-radius {
  --r: 16px; /* the radius */
  --s: 16px; /* size of inner curve */
  --x: 28px; /* horizontal offset (no percentane) */
  --y: 28px; /* vertical offset (no percentage) */
  border-radius: var(--r);
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)),#0000 25%,#000 0);
  --_d:(var(--s) + var(--r));
  mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m), 100% calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 100% 100%, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(-1 * var(--_d) - var(--y));
  mask-repeat: no-repeat;
}

body.corporate .content-constraint .project-select .project-select__project-inner {
  background-color: hsl(159, 50%, 94.5%);
}
body.corporate .content-constraint .project-select .project-select__project:first-child .project-select__project-inner {
  background-color: hsl(157, 63%, 26.5%);
}
body.corporate .content-constraint .project-select .project-select__project:first-child .project-select__project-title {
  color: hsl(60, 100%, 99.8%);
}

.news-select {
  padding: 120px 0;
}
@media only screen and (max-width: 1199px) {
  .news-select {
    padding: 104px 0;
  }
}
@media only screen and (max-width: 899px) {
  .news-select {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .news-select {
    padding: 40px 0;
  }
}
.news-select .news-select__content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 32px;
}
.news-select .news-select__link a {
  color: hsl(217, 52.6%, 33.9%);
}
.news-select .news-select__items {
  display: flex;
  flex-direction: row;
  gap: 38px;
  height: 646px;
  gap: 32px;
}
@media only screen and (max-width: 1199px) {
  .news-select .news-select__items {
    height: 523px;
  }
}
@media only screen and (max-width: 899px) {
  .news-select .news-select__items {
    height: fit-content;
    flex-direction: column;
  }
}
.news-select .news-item--large {
  width: 50%;
}
@media only screen and (max-width: 899px) {
  .news-select .news-item--large {
    width: 100%;
  }
}
.news-select .news-item--large .news-select__item {
  height: 100%;
}
@media only screen and (max-width: 899px) {
  .news-select .news-item--large .news-select__item {
    height: 249px;
  }
  .news-select .news-item--large .news-select__item .news-select__title {
    font-size: 18px;
  }
  .news-select .news-item--large .news-select__item .news-select__teaser {
    display: none;
  }
}
.news-select .news-column {
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 899px) {
  .news-select .news-column {
    width: 100%;
  }
}
.news-select .news-column .news-select__item {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 899px) {
  .news-select .news-column .news-select__item {
    height: 249px;
  }
}
.news-select .news-column .news-select__item .select__image, .news-select .news-column .news-select__item a {
  height: 100%;
}
.news-select .news-column .news-select__item .news-select__title {
  font-size: 18px;
}
.news-select .news-column .news-select__item .news-select__teaser {
  display: none;
}
.news-select .news-column .news-select__item .news-select__arrow-button {
  height: 40px;
}
.news-select .news-select__item {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  width: 100%;
}
.news-select .news-select__item:hover .news-select__image::after {
  transform: scale(1.03);
}
.news-select .news-select__item:hover .news-select__arrow-button .svg-wrapper svg:first-child {
  transform: rotate(180deg) translateX(-40px);
}
.news-select .news-select__item:hover .news-select__arrow-button .svg-wrapper svg:last-child {
  left: 50%;
  transform: rotate(180deg) translate(50%);
}
.news-select .news-select__image {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  height: 100%;
  color: hsl(60, 100%, 99.8%);
  padding: 32px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.news-select .news-select__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
  z-index: 0;
}
.news-select .news-select__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 45, 79, 0) 0%, #182D4F 100%);
  z-index: 1;
}
.news-select .news-select__label {
  position: absolute;
  top: 27px;
  left: 32px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 4px;
  background: rgba(255, 255, 254, 0.7);
  -webkit-backdrop-filter: blur(33px);
  backdrop-filter: blur(33px);
  color: rgba(24, 45, 79, 0.7);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.news-select .news-select__date {
  z-index: 2;
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.news-select .news-select__title {
  z-index: 2;
  font-family: "Sora";
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  width: 80%;
}
.news-select .news-select__teaser {
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.75;
  width: 80%;
}
.news-select .news-select__arrow-button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-select .news-select__arrow-button .svg-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.news-select .news-select__arrow-button .svg-wrapper svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.news-select .news-select__arrow-button .svg-wrapper svg:last-child {
  position: absolute;
  left: -100%;
  transition: left 0.3s ease;
}
.news-select .inverted-radius {
  --r: 16px;
  --s: 16px;
  --x: 20px;
  --y: 20px;
  border-radius: var(--r);
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)),#0000 25%,#000 0);
  --_d:(var(--s) + var(--r));
  mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m), 100% calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 100% 100%, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(-1 * var(--_d) - var(--y));
  mask-repeat: no-repeat;
}

body.corporate .content-constraint .news-select .news-select__image::before {
  background: linear-gradient(180deg, rgba(25, 110, 78, 0) 0%, #196E4E 100%);
}

.content-faq {
  margin: 60px 0;
}
.content-faq .wrapper {
  display: flex;
  flex-direction: row;
  gap: 142px;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .content-faq .wrapper {
    gap: 116px;
  }
}
@media only screen and (max-width: 899px) {
  .content-faq .wrapper {
    flex-direction: column;
    gap: 48px;
  }
}
.content-faq .faq__head {
  max-width: 451px;
  width: 100%;
  position: relative;
}
.content-faq .faq__animation {
  position: relative;
  margin-top: 48px;
  margin-left: -132px;
}
@media only screen and (max-width: 899px) {
  .content-faq .faq__animation {
    position: absolute;
    top: -40%;
    right: -75%;
  }
}
@media only screen and (max-width: 599px) {
  .content-faq .faq__animation {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .content-faq .faq__animation svg {
    max-width: 228px;
    max-height: 216px;
  }
}
.content-faq .content-faq__title {
  margin-bottom: 16px;
}
.content-faq .content-faq__editor {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
}
.content-faq .faq__items {
  max-width: 702px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 899px) {
  .content-faq .faq__items {
    max-width: 100%;
  }
}
.content-faq .faq__item {
  padding-block: 0 32px;
  border-bottom: 1px solid hsl(47, 15.3%, 88.4%);
}
.content-faq .faq__item:last-child {
  border-bottom: none;
}
.content-faq .faq__item .faq__item-title-button {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}
.content-faq .faq__item .faq__item-title-button:hover .faq__item-icon::before, .content-faq .faq__item .faq__item-title-button:hover .faq__item-icon::after {
  background-color: #062129;
}
.content-faq .faq__item .faq__item-title-button.is-active .faq__item-icon::after {
  transform: translate(-50%, -50%) rotate(0);
  background-color: #062129;
}
.content-faq .faq__item .faq__item-title-button.is-active .faq__item-icon::before {
  background-color: #062129;
}
.content-faq .faq__item .faq__item-icon {
  border-radius: 2px;
  background-color: transparent;
  display: flex;
  width: 45px;
  height: 45px;
  aspect-ratio: 1/1;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: relative;
  transition: all 250ms ease;
}
.content-faq .faq__item .faq__item-icon::before {
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #3665B0 33.17%, #29B882 60.58%);
  border-radius: 100px;
  content: "";
  transition: all 250ms ease;
}
.content-faq .faq__item .faq__item-icon::after {
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background: linear-gradient(135deg, #3665B0 33.17%, #29B882 60.58%);
  border-radius: 100px;
  content: "";
  transition: all 250ms ease;
}
.content-faq .faq__item .faq__item-title {
  max-width: 628px;
  width: fit-content;
  text-align: left;
}
.content-faq .faq__item .faq__item-editor {
  margin-top: 16px;
}
.content-faq .faq__item .faq__item-editor * {
  color: rgba(6, 33, 41, 0.75);
}

body.corporate .content-constraint .content-faq .faq__animation svg path {
  fill: hsl(157, 63%, 26.5%);
}

.content-default {
  margin: 120px 0;
}
@media only screen and (max-width: 1199px) {
  .content-default {
    margin: 104px 0;
  }
}
@media only screen and (max-width: 899px) {
  .content-default {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .content-default {
    margin: 40px 0;
  }
}
.content-default .content-default__subtitle {
  color: hsl(217, 53%, 45.1%);
  font-family: "Sora";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}
.content-default .content-default__title {
  margin-bottom: 16px;
}
.content-default .content-default__editor ul {
  list-style: none;
  padding-left: 0;
}
.content-default .content-default__editor li {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: flex;
  align-items: center;
}
.content-default .content-default__editor li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../assets/images/Star-blue.svg");
}
@media only screen and (max-width: 1199px) {
  .content-default .content-default__editor {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .content-default .content-default__editor {
    margin-bottom: 24px;
  }
}
.content-default .link-wrapper {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media only screen and (max-width: 599px) {
  .content-default .link-wrapper {
    flex-direction: column;
  }
}
.content-default .content-default__image-wrapper {
  border-radius: 16px;
  position: relative;
  margin-top: 64px;
}
.content-default .content-default__image-label {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  top: 0;
  right: 0;
  padding: 5px 17px;
}
.content-default .content-default__image-label svg {
  width: 13px;
  height: 13px;
}
.content-default .content-default__image-label p {
  color: hsl(60, 1.4%, 13.5%);
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.content-default .content-default__image {
  border-radius: 16px;
  max-height: 469px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.content-default .inverted-radius {
  --r: 12px; /* the radius */
  --s: 22px; /* size of inner curve */
  --x: 112px; /* horizontal offset (no percentage) */
  --y: 2px; /* vertical offset (no percentage) */
  border-radius: var(--r);
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(at calc(100% - var(--r)) var(--r),#0000 25%,#000 0);
  --_d:(var(--s) + var(--r));
  mask: calc(100% - var(--_d) - var(--x)) 0 var(--_m), 100% calc(var(--_d) + var(--y)) var(--_m), radial-gradient(var(--s) at 100% 0, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(var(--r) + var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(var(--_d) + var(--y));
  mask-repeat: no-repeat;
}
.content-default.content-default--blue {
  background-color: hsl(215, 42.9%, 94.5%);
  padding: 120px 0;
}
@media only screen and (max-width: 1199px) {
  .content-default.content-default--blue {
    padding: 104px 0;
  }
}
@media only screen and (max-width: 899px) {
  .content-default.content-default--blue {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .content-default.content-default--blue {
    padding: 40px 0;
  }
}
.content-default.content-default--blue a.btn--secondary {
  background: linear-gradient(hsl(215, 42.9%, 94.5%), hsl(215, 42.9%, 94.5%)) padding-box, linear-gradient(135deg, #3665B0 33.17%, #29B882 60.58%) border-box;
}

.content-form {
  margin: 80px 0;
  display: flex;
  justify-content: center;
  position: relative;
}
.content-form .wrapper {
  max-width: 1161px;
}
.content-form .content-form__title {
  color: hsl(80, 60%, 7%);
  margin-bottom: 16px;
  font-weight: 600;
}
.content-form .content-form__editor {
  margin-bottom: 48px;
  opacity: 75%;
}
.content-form .content-form__animation {
  right: -8%;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  .content-form .content-form__animation {
    display: none;
  }
}
.content-form .content-form__form {
  position: relative;
  z-index: 2;
}

.footer {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}
.footer .wrapper {
  display: flex;
  flex-direction: column;
  padding: 49px 58px 0 58px;
  border-radius: 16px;
  background-color: hsl(215, 42.9%, 94.5%);
  margin: 0 50px;
}
@media only screen and (max-width: 1199px) {
  .footer .wrapper {
    padding: 32px;
    margin: 0 32px;
  }
}
@media only screen and (max-width: 799px) {
  .footer .wrapper {
    padding: 16px;
    margin: 0 16px;
  }
}
.footer .footer__top {
  display: flex;
  flex-direction: row;
  border-radius: 16px;
  gap: 20px;
}
@media only screen and (max-width: 799px) {
  .footer .footer__top {
    flex-direction: column;
  }
}
.footer .footer__image {
  height: 275px;
  aspect-ratio: 1/1;
  border-radius: 16px;
  border-radius: 16px;
}
.footer .footer__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.footer .footer__content-wrapper-outer {
  display: flex;
  flex-direction: column;
  position: relative;
}
.footer .footer__content-wrapper {
  background-color: hsl(217, 53.4%, 20.2%);
  border-radius: 16px;
  padding: 29px 36px;
  height: 275px;
  overflow: hidden;
}
@media only screen and (max-width: 799px) {
  .footer .footer__content-wrapper {
    padding: 16px;
  }
}
.footer .footer__title {
  color: hsl(60, 100%, 99.8%);
  margin-bottom: 8px;
}
.footer .footer__editor {
  color: hsl(60, 100%, 99.8%);
  opacity: 75%;
}
.footer .footer__quote-link {
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 16px 16px 0 16px;
  z-index: 1;
}
@media only screen and (max-width: 599px) {
  .footer .footer__quote-link {
    position: relative;
    margin-top: 16px;
    margin-inline: auto;
  }
}
.footer .footer__middle {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
  position: relative;
}
@media only screen and (max-width: 799px) {
  .footer .footer__middle {
    margin-top: 24px;
  }
}
.footer .footer__logo {
  margin-bottom: 31px;
}
@media only screen and (max-width: 799px) {
  .footer .footer__logo {
    margin-bottom: 24px;
  }
}
.footer .footer__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer .footer__row li a {
  position: relative;
}
.footer .footer__row li a:hover::before {
  width: 100%;
}
.footer .footer__row li a::before {
  background-color: currentColor;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 0%;
  transition: width 0.3s ease-in-out;
}
@media only screen and (max-width: 799px) {
  .footer .footer__row {
    flex-direction: column;
    gap: 32px;
  }
}
.footer .footer__contact-title {
  color: hsl(217, 53.3%, 36.1%);
  font-family: "Sora";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 8px;
}
.footer .footer__contact-adress p,
.footer .footer__contact-pages a,
.footer .footer__contact-services a,
.footer .footer__phone-number a,
.footer .footer__email a {
  font-family: "Manrope";
  font-weight: 400;
  font-style: regular;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  vertical-align: bottom;
}
.footer .footer__phone-number a,
.footer .footer__email a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 799px) {
  .footer .footer__contact-socials {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
}
.footer .footer__contact-social-icons {
  display: flex;
  flex-direction: row;
  gap: 18px;
}
.footer .footer__contact-social-icons a {
  transition: opacity 0.3s ease;
}
.footer .footer__contact-social-icons a:hover svg path {
  fill: #939393;
  transition: fill 0.3s ease;
}
.footer .footer__contact-social-icons a svg path {
  transition: fill 0.3s ease;
}
.footer .svg-wrapper {
  width: 24px;
  height: 24px;
}
.footer .footer__stamp-wrapper {
  position: absolute;
  width: 66.378px;
  height: 66.671px;
  bottom: -33px;
  right: 0;
}
@media only screen and (max-width: 799px) {
  .footer .footer__stamp-wrapper {
    position: static;
    bottom: 0;
    margin-top: 32px;
  }
}
.footer .footer__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 57px 0 0 0;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: hsl(217, 52.6%, 33.9%);
  border-top: 1px solid hsl(218, 44.2%, 83.1%);
  padding: 16px 0;
}
@media only screen and (max-width: 1199px) {
  .footer .footer__bottom {
    padding: 16px 56px 0 56px;
  }
}
@media only screen and (max-width: 799px) {
  .footer .footer__bottom {
    margin-top: 24px;
    flex-direction: column;
    padding: 0;
    padding-top: 16px;
  }
}
@media only screen and (max-width: 799px) {
  .footer .footer__rights {
    display: flex;
    flex-direction: column;
  }
  .footer .footer__rights span {
    display: none;
  }
}
.footer .inverted-radius {
  --r: 16px; /* the radius */
  --s: 16px; /* size of inner curve */
  --x: 212px; /* horizontal offset (no percentane) */
  --y: 30px; /* vertical offset (no percentage) */
  border-radius: var(--r);
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)),#0000 25%,#000 0);
  --_d:(var(--s) + var(--r));
  mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m), 100% calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 100% 100%, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(-1 * var(--_d) - var(--y));
  mask-repeat: no-repeat;
}

body.corporate .content-constraint .footer .wrapper {
  background-color: hsl(159, 50%, 94.5%);
}
body.corporate .content-constraint .footer .footer__content-wrapper {
  background-color: hsl(157, 63%, 26.5%);
}
body.corporate .content-constraint .footer .footer__contact-title,
body.corporate .content-constraint .footer .footer__copyright,
body.corporate .content-constraint .footer .footer__rights a,
body.corporate .content-constraint .footer .footer__antum-reference {
  color: hsl(157, 63%, 26.5%);
}
body.corporate .content-constraint .footer .footer__phone-number .svg-wrapper svg path,
body.corporate .content-constraint .footer .footer__stamp-wrapper svg path,
body.corporate .content-constraint .footer .footer__email .svg-wrapper svg path,
body.corporate .content-constraint .footer .footer__contact-social-icons .svg-wrapper svg path {
  fill: hsl(157, 63%, 26.5%);
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  display: none;
}

/**
 * Components/news.
 */
.news-list {
  margin-top: 240px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1199px) {
  .news-list {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 899px) {
  .news-list {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 599px) {
  .news-list {
    margin-bottom: 40px;
  }
}
.news-list .news-list__featured-title {
  color: hsl(216, 53.6%, 27.1%);
  font-family: "Sora";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.news-list .news-list__featured {
  display: flex;
  flex-direction: row;
  gap: 64px;
  padding-bottom: 80px;
  border-bottom: 1px solid hsl(43, 6.4%, 78.6%);
  margin-bottom: 120px;
}
.news-list .news-list__featured-content {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  width: 50%;
  padding-top: 21px;
}
.news-list .news-list__labels {
  display: flex;
  flex-direction: row;
  gap: 4px;
  margin-bottom: 16px;
}
.news-list .news-list__label {
  display: flex;
  padding: 8px 12px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid hsl(217, 53%, 45.1%);
  color: hsl(217, 53.4%, 20.2%);
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}
.news-list .news-list__label:first-child {
  background-color: hsl(217, 53%, 45.1%);
  color: hsl(60, 100%, 99.8%);
}
.news-list .news-list__title {
  margin-bottom: -24px;
  color: hsl(217, 53%, 45.1%);
  font-family: "Sora";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}
.news-list .news-list__featured-editor {
  margin-top: auto;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-list .news-list__featured-image {
  width: 50%;
  height: 670px;
  position: relative;
}
.news-list .news-list__featured-image .date {
  padding-right: 16px;
}
.news-list .featured-image__wrapper {
  height: 100%;
}
.news-list .featured-image__wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.news-list .date {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #3E3F3F;
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.news-list .date svg {
  width: 13px;
  height: 13px;
}
.news-list .news-list__wrap {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media only screen and (max-width: 899px) {
  .news-list .news-list__wrap .row.row--left,
  .news-list .news-list__wrap .row.row--right {
    flex-direction: column;
  }
  .news-list .news-list__wrap .news-item--large,
  .news-list .news-list__wrap .news-column {
    width: 100%;
  }
}
.news-list .row.row--left {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 38px;
}
.news-list .row.row--right {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  gap: 38px;
}
.news-list .news-item--large {
  max-height: 582px;
  height: 582px;
  width: 70%;
}
.news-list .news-item--large .news-item {
  height: 100%;
  position: relative;
}
.news-list .news-column {
  display: flex;
  flex-direction: column;
  width: 30%;
  max-height: 582px;
  height: 582px;
  gap: 38px;
}
.news-list .news-column .news-item {
  height: 272px;
  position: relative;
}
.news-list .news-column .news-item__image {
  padding: 20px;
}
.news-list .news-column .news-item__title {
  font-size: 18px;
  margin-bottom: 0;
}
.news-list .news-column .news-item__teaser {
  display: none;
}
.news-list .news-item__image {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  height: 100%;
  color: hsl(60, 100%, 99.8%);
  padding: 32px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.news-list .news-item__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
  z-index: 0;
}
.news-list .news-item__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 45, 79, 0) 0%, #182D4F 130.08%);
  z-index: 1;
}
.news-list .news-item {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.news-list .news-item:hover .news-item__image::after {
  transform: scale(1.03);
}
.news-list .news-item:hover .news-item__arrow-button .svg-wrapper svg:first-child {
  transform: rotate(180deg) translateX(-40px);
}
.news-list .news-item:hover .news-item__arrow-button .svg-wrapper svg:last-child {
  left: 50%;
  transform: rotate(180deg) translate(50%);
}
.news-list .news-item__subtitle {
  margin-bottom: auto;
  color: hsl(217, 53.4%, 20.2%);
  text-align: right;
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  text-align: right;
  display: flex;
  padding: 8px 12px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
  background: rgba(255, 255, 254, 0.7);
  backdrop-filter: blur(33.3499984741px);
  width: fit-content;
  z-index: 2;
}
.news-list .news-item__date {
  z-index: 2;
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.news-list .news-item__title {
  z-index: 2;
  font-family: "Sora";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
  width: 80%;
}
.news-list .news-item__teaser {
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.75;
  width: 80%;
}
.news-list .news-item__arrow-button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-list .news-item__arrow-button .svg-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.news-list .news-item__arrow-button .svg-wrapper svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.news-list .news-item__arrow-button .svg-wrapper svg:last-child {
  position: absolute;
  left: -100%;
  transition: left 0.3s ease;
}
.news-list .news-item__arrow-button:hover .svg-wrapper svg:first-child {
  transform: rotate(180deg) translateX(-40px);
}
.news-list .news-item__arrow-button:hover .svg-wrapper svg:last-child {
  left: 50%;
  transform: rotate(180deg) translate(50%);
}
.news-list .pagination {
  margin-top: 64px;
}
.news-list .inverted-radius {
  --r: 16px; /* the radius */
  --s: 16px; /* size of inner curve */
  --x: 20px; /* horizontal offset (no percentane) */
  --y: 20px; /* vertical offset (no percentage) */
  border-radius: var(--r);
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)),#0000 25%,#000 0);
  --_d:(var(--s) + var(--r));
  mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m), 100% calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 100% 100%, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(-1 * var(--_d) - var(--y));
  mask-repeat: no-repeat;
}
.news-list .inverted-radius-featured {
  --x: 110px; /* horizontal offset (no percentane) */
  --y: 4px; /* vertical offset (no percentage) */
}
.news-list .news-list__content-title {
  margin-bottom: 38px;
  font-weight: 600;
}
.news-list .news-list__wrap .row {
  margin: 0;
}

.news-single {
  margin-top: 240px;
  margin-bottom: 120px;
}
.news-single .news-single__back {
  display: flex;
  flex-direction: row;
  gap: 8px;
  color: hsl(217, 53.4%, 20.2%);
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 16px;
}
.news-single .news-single__back:hover span {
  transform: translateX(4px);
}
.news-single .news-single__back span {
  transition: transform 0.3s ease;
}
.news-single .news-single__image-outer {
  position: relative;
  width: 100%;
  height: 625px;
  margin-bottom: 120px;
}
.news-single .news-single__image-outer .news-single__image-label {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  bottom: 0;
  right: 0;
  padding: 5px 0 5px 17px;
  color: hsl(60, 1.4%, 13.5%);
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media only screen and (max-width: 1199px) {
  .news-single .news-single__image-outer .news-single__image-label {
    font-size: 14px;
  }
}
.news-single .news-single__image-outer .news-single__image-label svg {
  width: 13px;
  height: 13px;
}
.news-single .news-single__image {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
.news-single .news-single__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.news-single .news-single__labels {
  display: flex;
  flex-direction: row;
  gap: 4px;
  margin-bottom: 16px;
}
.news-single .news-single__label {
  display: flex;
  padding: 8px 12px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid hsl(217, 53%, 45.1%);
  color: hsl(217, 53.4%, 20.2%);
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}
.news-single .news-single__label:first-child {
  background-color: hsl(217, 53%, 45.1%);
  color: hsl(60, 100%, 99.8%);
}
.news-single .news-single__title {
  color: hsl(60, 1.4%, 13.5%);
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 24px;
}
.news-single .news-single__editor {
  margin-bottom: 24px;
}
.news-single .news-single__editor h1, .news-single .news-single__editor h2, .news-single .news-single__editor h3, .news-single .news-single__editor h4 {
  margin-bottom: 16px !important;
  font-weight: 600;
}
.news-single .inverted-radius {
  --r: 16px; /* the radius */
  --s: 16px; /* size of inner curve */
  --x: 105px; /* horizontal offset (no percentane) */
  --y: 8px; /* vertical offset (no percentage) */
  border-radius: var(--r);
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)),#0000 25%,#000 0);
  --_d:(var(--s) + var(--r));
  mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m), 100% calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 100% 100%, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(-1 * var(--_d) - var(--y));
  mask-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
  .news-single .inverted-radius {
    --x: 208px; /* horizontal offset (no percentane) */
  }
}

.single-news .news-single__body,
.single-news .news-single__content {
  margin-inline: 64px;
}
@media only screen and (max-width: 1199px) {
  .single-news .news-single__body,
  .single-news .news-single__content {
    margin-inline: 0;
  }
}

/**
 * Components/project.
 */
.project-list {
  margin-top: 240px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1199px) {
  .project-list {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 899px) {
  .project-list {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 599px) {
  .project-list {
    margin-bottom: 40px;
  }
}
.project-list .project-list__hero {
  display: flex;
  flex-direction: row;
  gap: 38px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 799px) {
  .project-list .project-list__hero {
    flex-direction: column;
  }
}
.project-list .project-list__hero-content {
  width: 50%;
  background-color: hsl(217, 53.4%, 20.2%);
  border-radius: 24px;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 899px) {
  .project-list .project-list__hero-content {
    padding: 24px;
  }
}
@media only screen and (max-width: 799px) {
  .project-list .project-list__hero-content {
    width: 100%;
  }
}
.project-list .project-list__content-title {
  margin-bottom: 64px;
  font-weight: 600;
}
@media only screen and (max-width: 599px) {
  .project-list .project-list__content-title {
    margin-bottom: 40px;
  }
}
.project-list .svg-wrapper svg {
  width: 59px;
  height: 56px;
}
.project-list .project-list__title {
  color: hsl(0, 0%, 100%);
  font-weight: 600;
}
.project-list .project-list__editor {
  opacity: 75%;
  margin-top: auto;
}
.project-list .project-list__image-wrapper-outer {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 799px) {
  .project-list .project-list__image-wrapper-outer {
    width: 100%;
  }
}
.project-list .project-list__image-wrapper {
  border-radius: 16px;
  height: 681px;
  max-height: 681px;
}
@media only screen and (max-width: 1199px) {
  .project-list .project-list__image-wrapper {
    height: 560px;
    max-height: 560px;
  }
}
@media only screen and (max-width: 899px) {
  .project-list .project-list__image-wrapper {
    height: 486px;
    max-height: 486px;
  }
}
@media only screen and (max-width: 799px) {
  .project-list .project-list__image-wrapper {
    height: 272px;
  }
}
.project-list .project-list__image-wrapper .project-list__image {
  border-radius: 16px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.project-list .project-list__image-label {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  bottom: 0;
  right: 0;
  padding: 5px 0 5px 17px;
}
.project-list .project-list__image-label svg {
  width: 13px;
  height: 13px;
}
.project-list .project-list__image-label p {
  color: hsl(60, 1.4%, 13.5%);
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media only screen and (max-width: 1199px) {
  .project-list .project-list__image-label p {
    font-size: 14px;
  }
}
.project-list .project-list__wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  row-gap: 32px;
  column-gap: 25px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 599px) {
  .project-list .project-list__wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.project-list .project-item {
  flex: 0 0 calc((100% - 50px) / 3);
  max-width: calc((100% - 50px) / 3);
  border-radius: 8px;
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 1199px) {
  .project-list .project-item .project-item {
    flex: 0 0 calc((100% - 25px) / 2);
    max-width: calc((100% - 25px) / 2);
  }
}
@media only screen and (max-width: 599px) {
  .project-list .project-item .project-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .project-list .project-item {
    max-width: 100%;
  }
}
.project-list .project-item .project-item__inner {
  background-color: hsl(215, 42.9%, 94.5%);
  padding: 24px;
  padding-bottom: 70px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .project-list .project-item .project-item__inner {
    padding: 16px;
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 599px) {
  .project-list .project-item .project-item__inner {
    padding: 10px;
    padding-bottom: 39px;
  }
}
.project-list .project-item .project-item__title {
  color: hsl(60, 1.4%, 13.5%);
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  width: 85%;
}
.project-list .project-item .project-item__image-wrapper {
  border-radius: 8px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
.project-list .project-item .project-item__image-wrapper .project-item__image {
  max-height: 229px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.project-list .project-item .project-item__logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 125px;
  object-fit: contain;
  max-height: 24px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.project-list .project-item .project-item__label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 4px;
  background: rgba(255, 255, 254, 0.7);
  -webkit-backdrop-filter: blur(33px);
  backdrop-filter: blur(33px);
  color: rgba(24, 45, 79, 0.7);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.project-list .project-item .project-item__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  border: 1px solid transparent;
  overflow: hidden;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #3665B0 33.17%, #29B882 60.58%) border-box;
}
.project-list .project-item .project-item__arrow svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.project-list .project-item .project-item__arrow svg:last-child {
  position: absolute;
  left: -100%;
  transition: left 0.3s ease;
}
.project-list .project-item:hover .project-item__image-wrapper .project-item__image {
  transform: scale(1.03);
}
.project-list .project-item:hover .project-item__arrow svg:first-child {
  transform: rotate(180deg) translateX(-45px);
}
.project-list .project-item:hover .project-item__arrow svg:last-child {
  left: 50%;
  transform: rotate(180deg) translate(50%);
}
.project-list .project-item--latest {
  display: block;
  width: 100%;
  margin-bottom: 32px;
  text-decoration: none;
  color: hsl(60, 100%, 99.8%);
  position: relative;
}
.project-list .project-item--latest .project-item--latest__inner {
  display: flex;
  flex-direction: row;
  background-color: hsl(217, 53.4%, 20.2%);
  padding: 18px;
  gap: 32px;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .project-list .project-item--latest .project-item--latest__inner {
    flex-direction: column;
    padding: 16px;
    padding-bottom: 45px;
  }
}
.project-list .project-item--latest .project-item--latest__image-wrapper {
  max-width: 423px;
  width: 50%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .project-list .project-item--latest .project-item--latest__image-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
.project-list .project-item--latest .project-item--latest__image-wrapper .project-item--latest__image {
  max-width: 423px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.project-list .project-item--latest .project-item--latest__logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 125px;
  object-fit: contain;
  max-height: 24px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.project-list .project-item--latest .project-item--latest__label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 4px;
  background: rgba(255, 255, 254, 0.7);
  -webkit-backdrop-filter: blur(33px);
  backdrop-filter: blur(33px);
  color: rgba(24, 45, 79, 0.7);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.project-list .project-item--latest .project-item--latest__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 899px) {
  .project-list .project-item--latest .project-item--latest__content {
    width: 100%;
  }
}
.project-list .project-item--latest .project-item--latest__title {
  color: hsl(60, 100%, 99.8%);
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.project-list .project-item--latest .project-item--latest__teaser {
  color: rgba(255, 255, 254, 0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.project-list .project-item--latest .project-item--latest__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  border: 1px solid transparent;
  overflow: hidden;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #3665B0 33.17%, #29B882 60.58%) border-box;
}
.project-list .project-item--latest .project-item--latest__arrow svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.project-list .project-item--latest .project-item--latest__arrow svg:last-child {
  position: absolute;
  left: -100%;
  transition: left 0.3s ease;
}
.project-list .project-item--latest:hover .project-item--latest__image-wrapper .project-item--latest__image {
  transform: scale(1.03);
}
.project-list .project-item--latest:hover .project-item--latest__arrow svg:first-child {
  transform: rotate(180deg) translateX(-45px);
}
.project-list .project-item--latest:hover .project-item--latest__arrow svg:last-child {
  left: 50%;
  transform: rotate(180deg) translate(50%);
}
.project-list .inverted-radius {
  --r: 16px;
  --s: 16px;
  --x: 178px;
  --y: 4px;
  border-radius: var(--r);
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%, #0000 72%);
  --_g: conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)), #0000 25%, #000 0);
  --_d: (var(--s) + var(--r));
  mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m), 100% calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 100% 100%, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(-1 * var(--_d) - var(--y));
  mask-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
  .project-list .inverted-radius {
    --x: 208px;
  }
}
.project-list .inverted-radius.inverted-radius__small {
  --x: 28px;
  --y: 28px;
}

.project-single {
  background-color: hsl(217, 53.4%, 20.2%);
  height: fit-content;
  padding: 90px 0;
}
.project-single .wrapper {
  padding-top: 145px;
}
.project-single .project-single__hero {
  display: flex;
  flex-direction: row;
  gap: 164px;
}
.project-single .project-single__hero-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.project-single .project-single__hero-left .svg-wrapper svg {
  width: 48px;
  height: 48px;
}
@media only screen and (max-width: 1199px) {
  .project-single .project-single__hero-left .svg-wrapper svg {
    width: 24px;
    height: 24px;
  }
}
.project-single .project-single__hero-left .content-hero__title {
  border-bottom: 2px solid var(--Blue-950, #13233E);
  padding-bottom: 24px;
}
.project-single .content-hero__title {
  color: hsl(60, 100%, 99.8%);
  font-size: 40px;
}
@media only screen and (max-width: 1199px) {
  .project-single .content-hero__title {
    font-size: 24px;
  }
}
.project-single .project-single__labels {
  display: flex;
  flex-direction: row;
  gap: 96px;
}
@media only screen and (max-width: 599px) {
  .project-single .project-single__labels {
    flex-direction: column;
    gap: 24px;
  }
}
.project-single .service,
.project-single .type {
  display: flex;
  flex-direction: column;
  color: hsl(60, 100%, 99.8%);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.project-single .service p:first-child,
.project-single .type p:first-child {
  font-weight: 700;
}
.project-single .service p:last-child,
.project-single .type p:last-child {
  color: rgba(255, 255, 254, 0.75);
}
.project-single .project-single__hero-right {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .project-single .project-single__hero-right {
    display: none;
  }
}
.project-single .project-single__editor p {
  color: rgba(255, 255, 254, 0.7);
}
.project-single.inverted-radius {
  --r: 16px; /* the radius */
  --s: 16px; /* size of inner curve */
  --x: 240px; /* horizontal offset (no percentane) */
  --y: 28px; /* vertical offset (no percentage) */
  border-radius: var(--r);
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)),#0000 25%,#000 0);
  --_d:(var(--s) + var(--r));
  mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m), 100% calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 100% 100%, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(-1 * var(--_d) - var(--y));
  mask-repeat: no-repeat;
}

/**
 * Components/service.
 */
.single-service .content-hero__title {
  font-size: 40px;
  line-height: 1.5em;
}
@media only screen and (max-width: 899px) {
  .single-service .content-hero__title {
    font-size: 24px;
    line-height: 1.5em;
  }
}

/**
 * Utilities.
 */
/**
 * Color utility classes.
 *
 * Automatically generated color and background color utility classes based on every color definition in `settings/_color.scss`.
 * Loop through every `$key` and `$map` in the `$colors` variable map defined in `settings/_color.scss`.
 */
/**
 * `color` hsl(0, 0%, 0%)-100 color utility.
 */
.color-black-100 {
  color: hsl(0, 0%, 0%);
}

/**
 * `background-color` hsl(0, 0%, 0%)-100 color utility.
 */
.background-color-black-100 {
  background-color: hsl(0, 0%, 0%);
}

/**
 * `color` hsl(0, 0%, 100%)-100 color utility.
 */
.color-white-100 {
  color: hsl(0, 0%, 100%);
}

/**
 * `background-color` hsl(0, 0%, 100%)-100 color utility.
 */
.background-color-white-100 {
  background-color: hsl(0, 0%, 100%);
}

/**
 * `color` hsl(0, 98%, 47%)-100 color utility.
 */
.color-red-100 {
  color: hsl(0, 98%, 47%);
}

/**
 * `background-color` hsl(0, 98%, 47%)-100 color utility.
 */
.background-color-red-100 {
  background-color: hsl(0, 98%, 47%);
}

/**
 * `color` hsl(0, 100%, 50%)-10 color utility.
 */
.color-red-10 {
  color: hsl(0, 100%, 50%);
}

/**
 * `background-color` hsl(0, 100%, 50%)-10 color utility.
 */
.background-color-red-10 {
  background-color: hsl(0, 100%, 50%);
}

/**
 * `color` hsl(215, 42.9%, 94.5%)-50 color utility.
 */
.color-blue-50 {
  color: hsl(215, 42.9%, 94.5%);
}

/**
 * `background-color` hsl(215, 42.9%, 94.5%)-50 color utility.
 */
.background-color-blue-50 {
  background-color: hsl(215, 42.9%, 94.5%);
}

/**
 * `color` hsl(217, 42.9%, 91.8%)-100 color utility.
 */
.color-blue-100 {
  color: hsl(217, 42.9%, 91.8%);
}

/**
 * `background-color` hsl(217, 42.9%, 91.8%)-100 color utility.
 */
.background-color-blue-100 {
  background-color: hsl(217, 42.9%, 91.8%);
}

/**
 * `color` hsl(218, 44.2%, 83.1%)-200 color utility.
 */
.color-blue-200 {
  color: hsl(218, 44.2%, 83.1%);
}

/**
 * `background-color` hsl(218, 44.2%, 83.1%)-200 color utility.
 */
.background-color-blue-200 {
  background-color: hsl(218, 44.2%, 83.1%);
}

/**
 * `color` hsl(217, 53%, 45.1%)-300 color utility.
 */
.color-blue-300 {
  color: hsl(217, 53%, 45.1%);
}

/**
 * `background-color` hsl(217, 53%, 45.1%)-300 color utility.
 */
.background-color-blue-300 {
  background-color: hsl(217, 53%, 45.1%);
}

/**
 * `color` hsl(217, 52.7%, 40.6%)-400 color utility.
 */
.color-blue-400 {
  color: hsl(217, 52.7%, 40.6%);
}

/**
 * `background-color` hsl(217, 52.7%, 40.6%)-400 color utility.
 */
.background-color-blue-400 {
  background-color: hsl(217, 52.7%, 40.6%);
}

/**
 * `color` hsl(217, 53.3%, 36.1%)-500 color utility.
 */
.color-blue-500 {
  color: hsl(217, 53.3%, 36.1%);
}

/**
 * `background-color` hsl(217, 53.3%, 36.1%)-500 color utility.
 */
.background-color-blue-500 {
  background-color: hsl(217, 53.3%, 36.1%);
}

/**
 * `color` hsl(217, 52.6%, 33.9%)-600 color utility.
 */
.color-blue-600 {
  color: hsl(217, 52.6%, 33.9%);
}

/**
 * `background-color` hsl(217, 52.6%, 33.9%)-600 color utility.
 */
.background-color-blue-600 {
  background-color: hsl(217, 52.6%, 33.9%);
}

/**
 * `color` hsl(216, 53.6%, 27.1%)-700 color utility.
 */
.color-blue-700 {
  color: hsl(216, 53.6%, 27.1%);
}

/**
 * `background-color` hsl(216, 53.6%, 27.1%)-700 color utility.
 */
.background-color-blue-700 {
  background-color: hsl(216, 53.6%, 27.1%);
}

/**
 * `color` hsl(217, 53.4%, 20.2%)-800 color utility.
 */
.color-blue-800 {
  color: hsl(217, 53.4%, 20.2%);
}

/**
 * `background-color` hsl(217, 53.4%, 20.2%)-800 color utility.
 */
.background-color-blue-800 {
  background-color: hsl(217, 53.4%, 20.2%);
}

/**
 * `color` hsl(218, 53.1%, 15.9%)-950 color utility.
 */
.color-blue-950 {
  color: hsl(218, 53.1%, 15.9%);
}

/**
 * `background-color` hsl(218, 53.1%, 15.9%)-950 color utility.
 */
.background-color-blue-950 {
  background-color: hsl(218, 53.1%, 15.9%);
}

/**
 * `color` hsl(159, 50%, 94.5%)-50 color utility.
 */
.color-green-50 {
  color: hsl(159, 50%, 94.5%);
}

/**
 * `background-color` hsl(159, 50%, 94.5%)-50 color utility.
 */
.background-color-green-50 {
  background-color: hsl(159, 50%, 94.5%);
}

/**
 * `color` hsl(157, 48.8%, 91.6%)-100 color utility.
 */
.color-green-100 {
  color: hsl(157, 48.8%, 91.6%);
}

/**
 * `background-color` hsl(157, 48.8%, 91.6%)-100 color utility.
 */
.background-color-green-100 {
  background-color: hsl(157, 48.8%, 91.6%);
}

/**
 * `color` hsl(157, 50%, 82.7%)-200 color utility.
 */
.color-green-200 {
  color: hsl(157, 50%, 82.7%);
}

/**
 * `background-color` hsl(157, 50%, 82.7%)-200 color utility.
 */
.background-color-green-200 {
  background-color: hsl(157, 50%, 82.7%);
}

/**
 * `color` hsl(157, 63.6%, 44.1%)-300 color utility.
 */
.color-green-300 {
  color: hsl(157, 63.6%, 44.1%);
}

/**
 * `background-color` hsl(157, 63.6%, 44.1%)-300 color utility.
 */
.background-color-green-300 {
  background-color: hsl(157, 63.6%, 44.1%);
}

/**
 * `color` hsl(157, 63.5%, 39.8%)-400 color utility.
 */
.color-green-400 {
  color: hsl(157, 63.5%, 39.8%);
}

/**
 * `background-color` hsl(157, 63.5%, 39.8%)-400 color utility.
 */
.background-color-green-400 {
  background-color: hsl(157, 63.5%, 39.8%);
}

/**
 * `color` hsl(157, 63.3%, 35.3%)-500 color utility.
 */
.color-green-500 {
  color: hsl(157, 63.3%, 35.3%);
}

/**
 * `background-color` hsl(157, 63.3%, 35.3%)-500 color utility.
 */
.background-color-green-500 {
  background-color: hsl(157, 63.3%, 35.3%);
}

/**
 * `color` hsl(158, 63.3%, 33.1%)-600 color utility.
 */
.color-green-600 {
  color: hsl(158, 63.3%, 33.1%);
}

/**
 * `background-color` hsl(158, 63.3%, 33.1%)-600 color utility.
 */
.background-color-green-600 {
  background-color: hsl(158, 63.3%, 33.1%);
}

/**
 * `color` hsl(157, 63%, 26.5%)-700 color utility.
 */
.color-green-700 {
  color: hsl(157, 63%, 26.5%);
}

/**
 * `background-color` hsl(157, 63%, 26.5%)-700 color utility.
 */
.background-color-green-700 {
  background-color: hsl(157, 63%, 26.5%);
}

/**
 * `color` hsl(157, 64.4%, 19.8%)-800 color utility.
 */
.color-green-800 {
  color: hsl(157, 64.4%, 19.8%);
}

/**
 * `background-color` hsl(157, 64.4%, 19.8%)-800 color utility.
 */
.background-color-green-800 {
  background-color: hsl(157, 64.4%, 19.8%);
}

/**
 * `color` hsl(80, 60%, 7%)-900 color utility.
 */
.color-green-900 {
  color: hsl(80, 60%, 7%);
}

/**
 * `background-color` hsl(80, 60%, 7%)-900 color utility.
 */
.background-color-green-900 {
  background-color: hsl(80, 60%, 7%);
}

/**
 * `color` hsl(158, 64.1%, 15.3%)-950 color utility.
 */
.color-green-950 {
  color: hsl(158, 64.1%, 15.3%);
}

/**
 * `background-color` hsl(158, 64.1%, 15.3%)-950 color utility.
 */
.background-color-green-950 {
  background-color: hsl(158, 64.1%, 15.3%);
}

/**
 * `color` hsl(60, 100%, 99.8%)-50 color utility.
 */
.color-naturals-50 {
  color: hsl(60, 100%, 99.8%);
}

/**
 * `background-color` hsl(60, 100%, 99.8%)-50 color utility.
 */
.background-color-naturals-50 {
  background-color: hsl(60, 100%, 99.8%);
}

/**
 * `color` hsl(60, 100%, 99.8%)-100 color utility.
 */
.color-naturals-100 {
  color: hsl(60, 100%, 99.8%);
}

/**
 * `background-color` hsl(60, 100%, 99.8%)-100 color utility.
 */
.background-color-naturals-100 {
  background-color: hsl(60, 100%, 99.8%);
}

/**
 * `color` hsl(48, 100%, 99%)-200 color utility.
 */
.color-naturals-200 {
  color: hsl(48, 100%, 99%);
}

/**
 * `background-color` hsl(48, 100%, 99%)-200 color utility.
 */
.background-color-naturals-200 {
  background-color: hsl(48, 100%, 99%);
}

/**
 * `color` hsl(47, 100%, 98.2%)-300 color utility.
 */
.color-naturals-300 {
  color: hsl(47, 100%, 98.2%);
}

/**
 * `background-color` hsl(47, 100%, 98.2%)-300 color utility.
 */
.background-color-naturals-300 {
  background-color: hsl(47, 100%, 98.2%);
}

/**
 * `color` hsl(47, 15.3%, 88.4%)-400 color utility.
 */
.color-naturals-400 {
  color: hsl(47, 15.3%, 88.4%);
}

/**
 * `background-color` hsl(47, 15.3%, 88.4%)-400 color utility.
 */
.background-color-naturals-400 {
  background-color: hsl(47, 15.3%, 88.4%);
}

/**
 * `color` hsl(43, 6.4%, 78.6%)-500 color utility.
 */
.color-naturals-500 {
  color: hsl(43, 6.4%, 78.6%);
}

/**
 * `background-color` hsl(43, 6.4%, 78.6%)-500 color utility.
 */
.background-color-naturals-500 {
  background-color: hsl(43, 6.4%, 78.6%);
}

/**
 * `color` hsl(50, 4.5%, 73.7%)-600 color utility.
 */
.color-naturals-600 {
  color: hsl(50, 4.5%, 73.7%);
}

/**
 * `background-color` hsl(50, 4.5%, 73.7%)-600 color utility.
 */
.background-color-naturals-600 {
  background-color: hsl(50, 4.5%, 73.7%);
}

/**
 * `color` hsl(48, 2.4%, 59%)-700 color utility.
 */
.color-naturals-700 {
  color: hsl(48, 2.4%, 59%);
}

/**
 * `background-color` hsl(48, 2.4%, 59%)-700 color utility.
 */
.background-color-naturals-700 {
  background-color: hsl(48, 2.4%, 59%);
}

/**
 * `color` hsl(45, 1.8%, 44.3%)-800 color utility.
 */
.color-naturals-800 {
  color: hsl(45, 1.8%, 44.3%);
}

/**
 * `background-color` hsl(45, 1.8%, 44.3%)-800 color utility.
 */
.background-color-naturals-800 {
  background-color: hsl(45, 1.8%, 44.3%);
}

/**
 * `color` hsl(60, 1.4%, 13.5%)-950 color utility.
 */
.color-naturals-950 {
  color: hsl(60, 1.4%, 13.5%);
}

/**
 * `background-color` hsl(60, 1.4%, 13.5%)-950 color utility.
 */
.background-color-naturals-950 {
  background-color: hsl(60, 1.4%, 13.5%);
}

/**
 * `color` hsl(47, 100%, 48%)-100 color utility.
 */
.color-yellow-100 {
  color: hsl(47, 100%, 48%);
}

/**
 * `background-color` hsl(47, 100%, 48%)-100 color utility.
 */
.background-color-yellow-100 {
  background-color: hsl(47, 100%, 48%);
}