@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1250px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 810px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* responsive embedded video */
.video-responsive-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*! 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;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Line clamp */
/* clearfix */
/* font-awesome */
/* before and after */
/* wp core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
a {
  display: inline-block;
  text-decoration-color: transparent;
  text-underline-offset: .25rem;
  color: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
/* slick 1.8.1 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.layout-header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  height: max-content;
}
.layout-header .header > .container {
  position: relative;
}
.layout-header .header > .container > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.layout-header .full-menu-toggle {
  cursor: pointer;
  z-index: 2;
  background-color: transparent;
  border: none;
  padding: 0;
}
.layout-header .full-menu-toggle > :first-child,
.layout-header .full-menu-toggle > :last-child {
  font-size: 2rem;
}
.layout-header .full-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.layout-header .full-menu-toggle .open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-header .full-menu-toggle .close {
  display: none;
}
.layout-header .header nav {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-header .header nav {
    display: flex;
  }
}
.layout-header .header nav .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
@media (min-width: 1280px) {
  .layout-header .header nav .menu {
    display: flex;
  }
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu {
    display: none;
  }
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .full-menu-toggle .open {
  display: none;
}
.full-menu-open .layout-header .full-menu-toggle .close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-menu-open .layout-header .full-menu {
  top: 0;
}
/* fonts, links and headers */
/* vars */
body {
  font-family: "Sansation", sans-serif;
  padding: 80px 0 2rem;
}
@media screen and (min-width: 1660px) {
  body {
    padding: 162px 0 2rem;
  }
}
body:has(.layout-contactblock) .layout-footer,
body:has(.layout-contactblock) .layout-copyright {
  background-color: #ffffff;
}
header .skip {
  color: #000000;
  background-color: #ffffff;
  padding: .5em;
  position: absolute;
  left: -100vw;
  top: auto;
  overflow: hidden;
}
header .skip:focus {
  position: static;
}
h1,
h2,
h3,
h4 {
  margin-block: 0;
}
h1 {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 810px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1660px) {
  h1 {
    font-size: 6.5rem;
  }
}
h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
}
@media screen and (min-width: 810px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 3.125rem;
  }
}
h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
}
@media screen and (min-width: 810px) {
  h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 1.5rem;
  }
}
h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}
@media screen and (min-width: 810px) {
  h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 1.25rem;
  }
}
a,
button,
select,
.up {
  cursor: pointer;
}
strong > a,
a > strong {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  position: relative;
  color: #000000;
  background-color: #ffc73b;
  outline: 1px solid #ffc73b;
  outline-offset: -1px;
  border-radius: 3rem;
  padding: .75rem 1rem;
  width: fit-content;
  text-decoration: none !important;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1660px) {
  strong > a,
  a > strong {
    padding: 1.25rem 1.5rem;
  }
}
strong > a::before,
a > strong::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  border: 1px solid #000000;
  background-image: url(../images/arrow-top-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-position: center right .75rem;
  background-size: 1.125rem;
  right: -2.5rem;
  background-color: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  strong > a::before,
  a > strong::before {
    background-size: 1.25rem;
  }
}
strong > a:hover::before,
a > strong:hover::before {
  background-color: #ffc73b;
  border-color: #ffc73b;
  background-image: url(../images/arrow-top-right-black.svg);
}
strong > a:active,
a > strong:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
p:has(strong a),
p:has(a strong) {
  position: relative;
  z-index: 2;
}
img {
  height: 100%;
  width: 100%;
}
.social-pages a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  width: 2.5rem;
  height: 2.5rem;
}
.social-pages a::before {
  display: none !important;
}
.social-pages a:hover {
  background-color: transparent;
  color: #ffffff;
}
.social-pages a span {
  display: none;
}
.layyout-title .container,
.layout-usps .container,
.layout-text .container,
.layout-textandlist .container,
.layout-textandtext .container,
.layout-quote .container,
.layout-vacanciesfeatured .container,
.layout-vacanciesdetails .container,
.layout-images .container {
  max-width: 1045px;
}
.layout-text,
.layout-textandlist,
.layout-textandtext,
.layout-quote,
.layout-vacanciesdetails,
.layout-images,
.layout-textandnews,
.layout-testimonialsfeatured,
.layout-textandform,
.layout-blocksandimage,
.layout-newshero {
  background-color: #f5f5f5;
}
.layout-text,
.layout-textandtext {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-text,
  .layout-textandtext {
    padding: 5rem 0 1rem;
  }
}
.layout-text p,
.layout-textandtext p {
  line-height: 1.35;
}
@media screen and (min-width: 1280px) {
  .layout-text p,
  .layout-textandtext p {
    font-size: 1.25rem;
    margin: 0 0 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-text p,
  .layout-textandtext p {
    font-size: 1.375rem;
  }
}
.layout-text p strong,
.layout-textandtext p strong {
  font-weight: 600;
}
.layout-vacancieshero .title,
.layout-newshero .title {
  z-index: 2;
  color: #ffffff;
  height: 150px;
  padding: 0 1rem;
  position: relative;
  isolation: isolate;
}
.layout-vacancieshero .title::before,
.layout-newshero .title::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #2d363c;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 810px) {
  .layout-vacancieshero .title,
  .layout-newshero .title {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1045px) {
  .layout-vacancieshero .title,
  .layout-newshero .title {
    margin: -13px 0 0 calc(50vw - 1045px / 2);
  }
}
@media screen and (min-width: 1280px) {
  .layout-vacancieshero .title,
  .layout-newshero .title {
    height: 263px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancieshero .title,
  .layout-newshero .title {
    height: 350px;
    padding: 6.25rem 2rem 0;
    letter-spacing: -3px;
  }
}
.layout-vacancieshero .title::before,
.layout-newshero .title::before {
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 2rem 100%, 0 50%);
}
@media screen and (min-width: 810px) {
  .layout-vacancieshero .title::before,
  .layout-newshero .title::before {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 8rem 100%, 0 25%);
  }
}
@media screen and (min-width: 1045px) {
  .layout-vacancieshero .title::before,
  .layout-newshero .title::before {
    left: auto;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancieshero .title::before,
  .layout-newshero .title::before {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 12rem 100%, 0 25%);
  }
}
.layout-vacancieshero .title span,
.layout-newshero .title span {
  font-weight: 500;
}
.layout-header header {
  background-color: #2d363c;
}
.layout-header header > svg {
  position: absolute;
  top: -85px;
  right: 0;
  height: 300px;
  width: 100px;
}
@media screen and (min-width: 1280px) {
  .layout-header header > svg {
    top: 0;
    height: auto;
    width: auto;
  }
}
.layout-header header,
.layout-header header .container {
  height: 80px;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1660px) {
  .layout-header header,
  .layout-header header .container {
    height: 162px;
  }
}
.layout-header header .container .home {
  height: 80%;
  width: 150px;
}
@media screen and (min-width: 1660px) {
  .layout-header header .container .home {
    width: 270px;
  }
}
.layout-header header .container .home svg {
  height: 100%;
  width: 100%;
}
.layout-header header .container nav {
  right: 4rem;
}
.layout-header header .container nav .menu {
  gap: .5rem;
}
.layout-header header .container nav .menu li a {
  color: #ffffff;
  background-color: transparent;
  border-radius: 3rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  padding: .75rem 1rem;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1660px) {
  .layout-header header .container nav .menu li a {
    padding: 1.25rem 1.5rem;
  }
}
.layout-header header .container nav .menu li a:hover {
  color: #000000;
  background-color: #ffc73b;
}
.layout-header header .container nav .menu li:first-child {
  display: flex;
  align-items: center;
}
.layout-header header .container nav .menu li:first-child a {
  font-size: 0;
  height: .75rem;
  width: .75rem;
  background-image: url(../images/home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 0;
}
@media screen and (min-width: 1660px) {
  .layout-header header .container nav .menu li:first-child a {
    height: 1rem;
    width: 2rem;
  }
}
.layout-header header .container nav .menu li:first-child a:hover {
  background-color: transparent;
}
.layout-header header .container nav .menu li:last-child a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  position: relative;
  color: #000000;
  background-color: #ffc73b;
  outline: 1px solid #ffc73b;
  outline-offset: -1px;
  border-radius: 3rem;
  padding: .75rem 1rem;
  width: fit-content;
  text-decoration: none !important;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1660px) {
  .layout-header header .container nav .menu li:last-child a {
    padding: 1.25rem 1.5rem;
  }
}
.layout-header header .container nav .menu li:last-child a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  border: 1px solid #000000;
  background-image: url(../images/arrow-top-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-position: center right .75rem;
  background-size: 1.125rem;
  right: -2.5rem;
  background-color: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-header header .container nav .menu li:last-child a::before {
    background-size: 1.25rem;
  }
}
.layout-header header .container nav .menu li:last-child a:hover::before {
  background-color: #ffc73b;
  border-color: #ffc73b;
  background-image: url(../images/arrow-top-right-black.svg);
}
.layout-header header .container nav .menu li:last-child a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1660px) {
  .layout-header header .container nav .menu li:last-child a {
    padding: 1.25rem 2.25rem;
  }
}
.layout-header header .container .full-menu-toggle {
  right: 1rem;
  color: #ffc73b;
}
.layout-header .full-menu {
  background-color: #2d363c;
  color: #ffffff;
  padding: 2rem 0;
}
.layout-header .full-menu .container nav ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
}
.layout-header .full-menu .container nav ul li a {
  padding: .5rem 1rem;
  font-family: "Inter", sans-serif;
}
.full-menu-open .layout-header .full-menu {
  top: 80px;
}
.scrolled .layout-header header {
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
.scrolled:not(.full-menu-open) .layout-header header,
.scrolled:not(.full-menu-open) .layout-header header .container {
  height: 50px;
}
@media screen and (min-width: 1280px) {
  .scrolled:not(.full-menu-open) .layout-header header,
  .scrolled:not(.full-menu-open) .layout-header header .container {
    height: 80px;
  }
}
.layout-footer {
  background-color: #f5f5f5;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container {
    padding: 0 !important;
  }
}
.layout-footer .container .cta,
.layout-footer .container .logo-and-blocks {
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .cta,
  .layout-footer .container .logo-and-blocks {
    padding: 4rem calc(( 1250px - 1045px ) / 2 + 2rem);
  }
}
.layout-footer .container .cta {
  background-color: #ffc73b;
  background-image: url(../images/watermark.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-position: center right;
  color: #2d363c;
  border-radius: .75rem .75rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .cta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    align-items: center;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .cta {
    gap: 4.75rem;
    padding: 3.5rem calc(( 1250px - 1045px ) / 2 + 2rem) 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .cta .cta-text p {
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .cta .cta-form {
    align-self: center;
  }
}
.layout-footer .container .cta .cta-form .gform_heading,
.layout-footer .container .cta .cta-form .gform_footer {
  display: none;
}
.layout-footer .container .cta .cta-form .gform_fields {
  grid-template-columns: 1fr auto;
  border-radius: 3rem;
  border: 1px solid rgba(45, 54, 60, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  outline: 1px solid transparent;
  outline-offset: 2px;
  transition: all 0.25s ease;
}
.layout-footer .container .cta .cta-form .gform_fields .gfield {
  grid-column: unset;
  z-index: 1;
}
.layout-footer .container .cta .cta-form .gform_fields .gfield input {
  background-color: transparent;
  border: none;
  outline: none;
  height: 3.5rem;
  padding: 0 0 0 1rem;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .cta .cta-form .gform_fields .gfield input {
    padding: 0 0 0 2rem;
  }
}
.layout-footer .container .cta .cta-form .gform_fields .gfield input::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.layout-footer .container .cta .cta-form .gform_fields .gfield button {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  position: relative;
  color: #ffffff;
  background-color: #000000;
  outline: 1px solid #000000;
  outline-offset: -1px;
  border-radius: 3rem;
  padding: .75rem 1rem;
  width: fit-content;
  text-decoration: none !important;
  transition: all 0.25s ease;
  z-index: unset !important;
  height: 3.5rem;
  margin: 0 2rem 0 0;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .cta .cta-form .gform_fields .gfield button {
    padding: 1.25rem 1.5rem;
  }
}
.layout-footer .container .cta .cta-form .gform_fields .gfield button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  border: 1px solid #000000;
  background-image: url(../images/arrow-top-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-position: center right .75rem;
  background-size: 1.125rem;
  right: -2.5rem;
  background-color: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .cta .cta-form .gform_fields .gfield button::before {
    background-size: 1.25rem;
  }
}
.layout-footer .container .cta .cta-form .gform_fields .gfield button:hover::before {
  background-color: #ffc73b;
  border-color: #ffc73b;
  background-image: url(../images/arrow-top-right-black.svg);
}
.layout-footer .container .cta .cta-form .gform_fields .gfield button:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-footer .container .cta .cta-form .gform_fields .gfield button::before {
  display: none;
  background-color: #ffffff;
  border-color: #ffffff;
  background-image: url(../images/arrow-top-right-black.svg);
  outline: 1px solid rgba(45, 54, 60, 0.1);
}
@media screen and (min-width: 810px) {
  .layout-footer .container .cta .cta-form .gform_fields .gfield button::before {
    display: block;
  }
}
.layout-footer .container .cta .cta-form .gform_fields .gfield button:hover::before {
  background-color: #000000;
  border-color: #000000;
  background-image: url(../images/arrow-top-right-white.svg);
}
.layout-footer .container .cta .cta-form .gform_fields:has(input:focus) {
  outline-color: #2d363c;
}
.layout-footer .container .logo-and-blocks {
  background-color: #2d363c;
  color: #ffffff;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .logo-and-blocks {
    grid-template-columns: repeat(4, auto);
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-and-blocks {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .logo-and-blocks {
    padding: 5rem calc(( 1250px - 1045px ) / 2 + 2rem) 3.5rem;
    gap: 2rem 0;
  }
}
.layout-footer .container .logo-and-blocks .logo-and-slogan {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .logo-and-blocks .logo-and-slogan {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    grid-column: span 4;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-and-blocks .logo-and-slogan {
    gap: 3.5rem;
  }
}
.layout-footer .container .logo-and-blocks .logo-and-slogan .slogan {
  color: rgba(255, 255, 255, 0.2);
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .logo-and-blocks .logo-and-slogan .slogan {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-and-blocks .logo-and-slogan .slogan {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .logo-and-blocks .logo-and-slogan .slogan {
    line-height: .85;
    padding: 0 0 0 5rem;
    min-width: 500px;
  }
}
.layout-footer .container .logo-and-blocks .phone-mail-and-socials {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
.layout-footer .container .logo-and-blocks .phone-mail-and-socials .phone,
.layout-footer .container .logo-and-blocks .phone-mail-and-socials .email {
  font-family: "Inter", sans-serif;
  display: block;
  padding: 0 0 0 2rem;
  background-image: url(../images/phone-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.25rem;
  background-position: top left;
  font-size: 1.25rem;
  font-weight: 300;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .logo-and-blocks .phone-mail-and-socials .phone,
  .layout-footer .container .logo-and-blocks .phone-mail-and-socials .email {
    font-size: 1.5rem;
  }
}
.layout-footer .container .logo-and-blocks .phone-mail-and-socials .phone:hover,
.layout-footer .container .logo-and-blocks .phone-mail-and-socials .email:hover {
  text-decoration-color: #ffffff;
}
.layout-footer .container .logo-and-blocks .phone-mail-and-socials .email {
  background-image: url(../images/mail-white.svg);
}
.layout-footer .container .logo-and-blocks .phone-mail-and-socials .social-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: #2d363c;
}
.layout-footer .container .logo-and-blocks .phone-mail-and-socials .social-pages li a {
  border-radius: .25rem;
}
.layout-footer .container .logo-and-blocks .phone-mail-and-socials .social-pages li a i:before {
  font-size: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-and-blocks .blocks {
    justify-self: end;
  }
}
.layout-footer .container .logo-and-blocks .blocks ul li {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: 0 0 1rem;
}
.layout-footer .container .logo-and-blocks .blocks ul li::before {
  display: block;
  content: ">";
  color: #ffc73b;
}
.layout-footer .container .logo-and-blocks .blocks ul li a {
  transition: all 0.25s ease;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.layout-footer .container .logo-and-blocks .blocks ul li a:hover {
  color: #ffc73b;
}
.layout-footer .container .logo-and-blocks .info {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .logo-and-blocks .info {
    margin: -0.25rem 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-and-blocks .info {
    width: max-content;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .logo-and-blocks .info {
    padding: 0 0 0 7rem;
    gap: .5rem;
  }
}
.layout-footer .container .logo-and-blocks .info p {
  margin: 0;
  line-height: 1.5;
}
.layout-footer .container .logo-and-blocks .info .business-information p em {
  font-weight: 300;
}
.layout-footer .container .logo-and-blocks .up {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #ffc73b;
  border: 1px solid #ffc73b;
  justify-self: end;
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .logo-and-blocks .up {
    align-self: end;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-and-blocks .up {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.layout-footer .container .logo-and-blocks .up:hover {
  background-color: #ffffff;
}
.layout-copyright {
  background-color: #f5f5f5;
}
@media screen and (min-width: 1280px) {
  .layout-copyright .container {
    padding: 0 !important;
  }
}
.layout-copyright .container .copyright {
  padding: 2rem 1.5rem;
  border-radius: 0 0 .75rem .75rem;
  background-color: #2d363c;
  color: #ffffff;
  text-align: center;
  position: relative;
  isolation: isolate;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.layout-copyright .container .copyright::before {
  content: "";
  display: block;
  width: calc(100% - 3rem);
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-copyright .container .copyright {
    padding: 2rem 4rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-copyright .container .copyright {
    padding: 1.75rem 6rem;
  }
}
.layout-copyright .container .copyright::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1280px) {
  .layout-copyright .container .copyright::before {
    width: calc(100% - 8rem);
  }
}
@media screen and (min-width: 1660px) {
  .layout-copyright .container .copyright::before {
    width: calc(100% - 12rem);
  }
}
.layout-title {
  padding: 2.5rem 0;
  color: #ffffff;
  background-color: #2d363c;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 2rem 100%, 0 50%);
}
@media screen and (min-width: 810px) {
  .layout-title {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 8rem 100%, 0 25%);
    padding: 2.5rem 0 5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-title {
    padding: 3rem 0 4rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-title {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 12rem 100%, 0 25%);
  }
}
.layout-title .container h1 {
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .layout-title .container h1 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-title .container h1 {
    font-size: 6rem;
  }
}
.layout-title:has(+.layout-contactblock) {
  position: relative;
  z-index: 2;
}
.layout-image .image {
  height: 400px;
}
@media screen and (min-width: 810px) {
  .layout-image .image {
    height: 450px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-image .image {
    height: 550px;
  }
}
.layout-image:is(.layout-title + .layout-image) {
  margin: -200px 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-image:is(.layout-title + .layout-image) {
    margin: -235px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-image:is(.layout-title + .layout-image) .image {
    height: 680px;
  }
}
.layout-textandimage {
  background-color: #2d363c;
  color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-textandimage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
.layout-textandimage .text-and-links {
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 1250px) {
  .layout-textandimage .text-and-links {
    padding: 2rem 4rem 2rem calc(50vw - 1250px / 2 + 2rem);
  }
}
.layout-textandimage .text-and-links .text h1 {
  color: #ffc73b;
}
.layout-textandimage .text-and-links .text h1 em {
  display: block;
  color: #ffffff;
  font-style: normal;
}
.layout-textandimage .text-and-links .text p {
  margin: 2rem 0;
  line-height: 1.75;
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .text-and-links .text p {
    margin: 2.75rem 0;
    font-size: 1.125rem;
  }
}
.layout-textandimage .text-and-links .links {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem;
  align-items: center;
}
.layout-textandimage .text-and-links .links li {
  position: relative;
  z-index: 2;
}
.layout-textandimage .text-and-links .links li:first-child a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  position: relative;
  color: #000000;
  background-color: #ffc73b;
  outline: 1px solid #ffc73b;
  outline-offset: -1px;
  border-radius: 3rem;
  padding: .75rem 1rem;
  width: fit-content;
  text-decoration: none !important;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .text-and-links .links li:first-child a {
    padding: 1.25rem 1.5rem;
  }
}
.layout-textandimage .text-and-links .links li:first-child a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  border: 1px solid #000000;
  background-image: url(../images/arrow-top-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-position: center right .75rem;
  background-size: 1.125rem;
  right: -2.5rem;
  background-color: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .text-and-links .links li:first-child a::before {
    background-size: 1.25rem;
  }
}
.layout-textandimage .text-and-links .links li:first-child a:hover::before {
  background-color: #ffc73b;
  border-color: #ffc73b;
  background-image: url(../images/arrow-top-right-black.svg);
}
.layout-textandimage .text-and-links .links li:first-child a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-textandimage .text-and-links .links li:last-child a {
  font-style: normal;
  font-weight: 700;
  position: relative;
  isolation: isolate;
  padding: 0 1.5rem 0 0;
}
.layout-textandimage .text-and-links .links li:last-child a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-textandimage .text-and-links .links li:last-child a::before {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.25s ease;
}
.layout-textandimage .text-and-links .links li:last-child a::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/arrow-top-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease;
}
.layout-textandimage .text-and-links .links li:last-child a:hover::before {
  width: 0;
}
.layout-textandimage .text-and-links .links li:last-child a:hover::after {
  transform: translateY(-50%) rotate(45deg);
}
.layout-textandimage .image {
  max-height: 675px;
}
.layout-textandimage .image img {
  object-position: top;
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-image_left .text-and-links {
    order: 2;
  }
}
@media screen and (min-width: 1250px) {
  .layout-textandimage.style-image_left .text-and-links {
    padding: 2rem calc(50vw - 1250px / 2 + 2rem) 2rem 4rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-image_left .image {
    order: 1;
  }
}
.layout-usps {
  padding: 2.5rem 0;
  background-color: #f5f5f5;
}
@media screen and (min-width: 1280px) {
  .layout-usps {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-usps {
    padding: 6.5rem 0 7.5rem;
  }
}
.layout-usps .container .text {
  color: #2d363c;
}
.layout-usps .container .text h2 em {
  color: #ffc73b;
  font-style: normal;
}
.layout-usps .container .text p {
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .text p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .text p {
    max-width: 75%;
    font-size: 1.25rem;
  }
}
.layout-usps .container .usps {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 2.5rem 0 0;
  color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-usps .container .usps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.layout-usps .container .usps li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 1rem;
  border-radius: .75rem;
  background-color: #2d363c;
}
@media screen and (min-width: 1660px) {
  .layout-usps .container .usps li {
    gap: 2.5rem;
  }
}
.layout-usps .container .usps li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border-radius: .5rem;
  background-color: #374249;
  padding: 1rem;
}
.layout-usps .container .usps li .icon img {
  object-fit: contain;
}
.layout-usps .container .usps li .usp-text h3 {
  font-family: "Sansation", sans-serif;
}
.layout-usps .container .usps li .usp-text p {
  color: #ededed;
  font-size: .95rem;
  margin: .5rem 0;
}
.layout-imageandtext {
  background-color: #f5f5f5;
  padding: 2.5rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-imageandtext {
    padding: 2.5rem 0 0;
  }
}
.layout-imageandtext .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 1280px) {
  .layout-imageandtext .container {
    padding: 0;
  }
}
.layout-imageandtext .container > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-imageandtext .container .image {
  height: 100%;
  width: 100%;
  position: relative;
  isolation: isolate;
  z-index: 1;
  border-radius: .75rem;
}
.layout-imageandtext .container .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000000, transparent);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-imageandtext .container .image::before {
  z-index: 2;
}
.layout-imageandtext .container .image::before {
  border-radius: .75rem;
}
.layout-imageandtext .container .image img {
  border-radius: .75rem;
}
.layout-imageandtext .container .text {
  color: #ffffff;
  position: relative;
  z-index: 3;
  padding: 2rem;
  margin: 4rem 0;
  align-self: center;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-imageandtext .container .text {
    grid-template-columns: 2fr 1fr;
    padding: 2rem 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-imageandtext .container .text {
    padding: 2rem calc(( 1250px - 1045px ) / 2 + 2rem);
  }
}
.layout-imageandtext .container .text h2 {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 810px) {
  .layout-imageandtext .container .text h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-imageandtext .container .text h2 {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-imageandtext .container .text h2 {
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-imageandtext .container .text h2 {
    font-size: 7.5rem;
    line-height: .9;
  }
}
.layout-imageandtext .container .text p {
  align-self: end;
  justify-self: end;
}
@media screen and (min-width: 1660px) {
  .layout-imageandtext .container .text p {
    margin-inline-end: 2rem;
  }
}
.layout-imageandtext .container .text p strong a::before {
  background-color: transparent;
}
.layout-imageandtext .container .text p strong a:hover::before {
  background-color: #ffc73b;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext {
    padding: 3.75rem 0 1rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandtext .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
.layout-quote {
  padding: 2rem 1rem;
}
@media screen and (min-width: 810px) {
  .layout-quote {
    padding: 2rem 4rem;
  }
}
.layout-quote .container {
  padding: 2rem;
  position: relative;
  border-radius: 1rem 0 1rem 1rem;
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
  max-width: calc(1045px - 4rem);
}
@media screen and (min-width: 810px) {
  .layout-quote .container {
    padding: 2.5rem 4.5rem 3.5rem;
  }
}
.layout-quote .container::after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: #ffffff;
  clip-path: polygon(100% 0, 50% 100%, 100% 100%);
  position: absolute;
  top: -3rem;
  right: 0;
}
.layout-quote .container blockquote {
  position: relative;
  margin: 0;
  font-family: "Tinos", serif;
}
.layout-quote .container blockquote::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: -2rem;
  left: -1rem;
}
.layout-quote .container blockquote p {
  line-height: 1.3;
  font-style: italic;
  margin: 1.5rem 0 .75rem;
}
@media screen and (min-width: 1280px) {
  .layout-quote .container blockquote p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-quote .container blockquote p {
    font-size: 1.5rem;
  }
}
.layout-quote .container cite {
  font-family: "Tinos", serif;
}
.layout-quote .container cite,
.layout-quote .container cite p {
  margin: 0;
  font-size: 1.125rem;
}
.layout-contactblock {
  padding: 2rem 0;
}
.layout-contactblock .container .image-and-link {
  position: relative;
  margin: -4rem 0 0;
}
.layout-contactblock .container .image-and-link p {
  margin: 0;
  position: absolute;
  top: 2rem;
  left: 0;
}
@media screen and (min-width: 1280px) {
  .layout-contactblock .container .image-and-link p {
    top: 18.5rem;
    left: 100px;
  }
}
.layout-contactblock .container .image-and-link p .route-link {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  position: relative;
  color: #000000;
  background-color: #ffc73b;
  outline: 1px solid #ffc73b;
  outline-offset: -1px;
  border-radius: 3rem;
  padding: .75rem 1rem;
  width: fit-content;
  text-decoration: none !important;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1660px) {
  .layout-contactblock .container .image-and-link p .route-link {
    padding: 1.25rem 1.5rem;
  }
}
.layout-contactblock .container .image-and-link p .route-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  border: 1px solid #000000;
  background-image: url(../images/arrow-top-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-position: center right .75rem;
  background-size: 1.125rem;
  right: -2.5rem;
  background-color: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-contactblock .container .image-and-link p .route-link::before {
    background-size: 1.25rem;
  }
}
.layout-contactblock .container .image-and-link p .route-link:hover::before {
  background-color: #ffc73b;
  border-color: #ffc73b;
  background-image: url(../images/arrow-top-right-black.svg);
}
.layout-contactblock .container .image-and-link p .route-link:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-contactblock .container .image-and-link .image {
  height: 350px;
}
@media screen and (min-width: 1280px) {
  .layout-contactblock .container .image-and-link .image {
    height: 650px;
  }
}
.layout-contactblock .container .text-and-form {
  margin: 0 0 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 810px) {
  .layout-contactblock .container .text-and-form {
    display: grid;
    grid-template-columns: 1fr 1.33fr;
  }
}
.layout-contactblock .container .text-and-form .text {
  padding: 2rem;
  border-radius: .75rem .75rem 0 0;
  background-color: #2d363c;
  color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-contactblock .container .text-and-form .text {
    border-radius: .75rem 0 0 .75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-contactblock .container .text-and-form .text {
    padding: 4rem 5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-contactblock .container .text-and-form .text h3 {
    font-size: 1.75rem;
  }
}
.layout-contactblock .container .text-and-form .text ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-contactblock .container .text-and-form .text ul {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-contactblock .container .text-and-form .text ul {
    margin: 5rem 0 0;
  }
}
.layout-contactblock .container .text-and-form .text ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: .5rem;
}
@media screen and (min-width: 1280px) {
  .layout-contactblock .container .text-and-form .text ul li {
    gap: 1.5rem;
  }
}
.layout-contactblock .container .text-and-form .text ul li::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: .25rem;
  background-color: #202528;
  background-image: url(../images/phone-yellow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-contactblock .container .text-and-form .text ul li::before {
    height: 4rem;
    width: 4rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-contactblock .container .text-and-form .text ul li::before {
    height: 5rem;
    width: 5rem;
  }
}
.layout-contactblock .container .text-and-form .text ul li:has(a[href*="mailto"])::before {
  background-image: url(../images/envelope-yellow.svg);
}
.layout-contactblock .container .text-and-form .text ul li:has(.address)::before {
  background-image: url(../images/address-yellow.svg);
}
.layout-contactblock .container .text-and-form .text ul li:has(.address) .address p {
  margin: 0;
}
.layout-contactblock .container .text-and-form .text ul li:has(.address) .address p:first-of-type {
  display: none;
}
.layout-contactblock .container .text-and-form .form {
  padding: 1rem;
  border-radius: 0 0 .75rem .75rem;
  background-color: #ffc73b;
}
@media screen and (min-width: 810px) {
  .layout-contactblock .container .text-and-form .form {
    border-radius: 0 .75rem .75rem 0;
    padding: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-contactblock .container .text-and-form .form {
    padding: 4rem 6rem;
  }
}
.layout-contactblock .container .text-and-form .form .gform_wrapper {
  padding: 1rem;
  border-radius: .5rem;
  background-color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-contactblock .container .text-and-form .form .gform_wrapper {
    padding: 2.5rem 2.5rem 0;
  }
}
.layout-contactblock ~ .layout {
  background-color: #ffffff;
}
.layout-images {
  padding: 3.5rem 0 2.5rem;
}
.layout-images .container .images {
  display: grid;
  grid-template-columns: 1.33fr 1fr 1fr;
  grid-template-areas: "first second second" "first third fourth";
  gap: .5rem;
}
@media screen and (min-width: 810px) {
  .layout-images .container .images {
    gap: 1rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .container .images li .image {
    height: 180px;
  }
}
.layout-images .container .images li .image img {
  border-radius: .5rem;
}
.layout-images .container .images li:first-child {
  grid-area: first;
}
.layout-images .container .images li:first-child .image {
  height: 100%;
}
.layout-images .container .images li:nth-child(2) {
  grid-area: second;
}
.layout-images .container .images li:nth-child(2) .image {
  height: 120px;
}
@media screen and (min-width: 810px) {
  .layout-images .container .images li:nth-child(2) .image {
    height: 230px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-images .container .images li:nth-child(2) .image {
    height: 300px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .container .images li:nth-child(2) .image {
    height: 385px;
  }
}
.layout-images .container .images li:nth-child(3) {
  grid-area: third;
}
.layout-images .container .images li:nth-child(4) {
  grid-area: fourth;
}
.layout-text,
.layout-textandlist {
  color: #2d363c;
}
.layout-text ul li,
.layout-textandlist ul li {
  position: relative;
  padding: 0 0 0 1rem;
}
.layout-text ul li::before,
.layout-textandlist ul li::before {
  content: "";
  display: block;
  width: .25rem;
  height: .25rem;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: .75rem;
  left: 0;
}
.layout-textandlist {
  padding: 1rem 0 3rem;
}
.layout-textandlist .container .title {
  font-family: "Sansation", sans-serif;
}
@media screen and (min-width: 1280px) {
  .layout-textandlist .container .title {
    font-size: 2.5rem;
    margin: 0;
  }
}
.layout-textandlist .container .text-and-list {
  margin: 2rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-textandlist .container .text-and-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandlist .container .text-and-list {
    grid-template-columns: 1.5fr 1fr;
    margin: 2.5rem 0 0;
  }
}
.layout-textandlist .container .text-and-list p,
.layout-textandlist .container .text-and-list li {
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .layout-textandlist .container .text-and-list p,
  .layout-textandlist .container .text-and-list li {
    font-size: 1.25rem;
  }
}
.layout-textandform {
  padding: 2.5rem 0;
}
.layout-textandform .container {
  border-radius: .75rem;
  background-color: #2d363c;
  padding: 2rem 1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (max-width: 1250px) {
  .layout-textandform .container {
    max-width: calc(100% - 4rem);
  }
}
@media screen and (max-width: calc(810px - 1px)) {
  .layout-textandform .container {
    max-width: calc(100% - 2rem);
  }
}
@media screen and (min-width: 810px) {
  .layout-textandform .container {
    padding: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandform .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 4rem calc(( 1250px - 1045px ) / 2 + 2rem);
  }
}
.layout-textandform .container .left {
  color: #ffffff;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) and (max-width: calc(1280px - 1px)) {
  .layout-textandform .container .left {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandform .container .left {
    gap: 0;
  }
}
.layout-textandform .container .left h3,
.layout-textandform .container .left h4 {
  margin: 0 0 2rem;
  font-weight: 300;
}
@media screen and (min-width: 1280px) {
  .layout-textandform .container .left h3,
  .layout-textandform .container .left h4 {
    font-size: 2.25rem;
  }
}
.layout-textandform .container .left h3 strong,
.layout-textandform .container .left h4 strong {
  font-weight: 700;
}
.layout-textandform .container .left p {
  margin: 0;
  line-height: 1.9;
}
@media screen and (min-width: 1280px) {
  .layout-textandform .container .left .text-top {
    padding: 3.5rem 0 0;
  }
}
.layout-textandform .container .left .person-and-text {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandform .container .left .person-and-text {
    align-self: end;
    grid-template-columns: auto 1fr;
    gap: 2rem;
  }
}
.layout-textandform .container .left .person-and-text .person {
  width: 100%;
  height: auto;
  align-self: start;
}
@media screen and (min-width: 1280px) {
  .layout-textandform .container .left .person-and-text .person {
    height: 190px;
    width: 190px;
  }
}
.layout-textandform .container .left .person-and-text .person img {
  object-fit: contain;
  border-radius: .5rem;
}
.layout-textandform .container .left .person-and-text .text-bottom h4 {
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .layout-textandform .container .left .person-and-text .text-bottom h4 {
    font-size: 1.125rem;
    margin: 0 0 .5rem;
  }
}
.layout-textandform .container .left .person-and-text .text-bottom p + p {
  margin: 1.75rem 0 0;
}
.layout-textandform .container .form {
  padding: 2rem;
  background-color: #ffffff;
  border-radius: .5rem;
}
.layout-blocksandimage {
  padding: 2.5rem 0;
}
.layout-blocksandimage .text-and-image {
  position: relative;
}
.layout-blocksandimage .text-and-image .image {
  height: 300px;
}
@media screen and (min-width: 810px) {
  .layout-blocksandimage .text-and-image .image {
    height: 450px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocksandimage .text-and-image .image {
    height: 615px;
  }
}
.layout-blocksandimage .text-and-image .text {
  width: 100%;
  margin: 0 auto;
  max-width: 1250px;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 800px;
  position: absolute;
  top: 2rem;
  text-align: center;
}
@media (min-width: 810px) {
  .layout-blocksandimage .text-and-image .text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 810px) {
  .layout-blocksandimage .text-and-image .text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-blocksandimage .text-and-image .text {
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocksandimage .text-and-image .text {
    top: 6rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-blocksandimage .text-and-image .text {
    top: 9rem;
  }
}
.layout-blocksandimage .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: calc(100vw - 2rem);
  margin: -2rem auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 810px) {
  .layout-blocksandimage .blocks {
    max-width: calc(100vw - 4rem);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: -10rem auto 0;
  }
}
@media screen and (min-width: calc(1250px + 4rem)) {
  .layout-blocksandimage .blocks {
    max-width: 1250px;
  }
}
.layout-blocksandimage .blocks > li {
  padding: 1.5rem;
  border-radius: .75rem;
  background-color: #ffc73b;
}
@media screen and (min-width: 1280px) {
  .layout-blocksandimage .blocks > li {
    padding: 1.5rem 4rem;
  }
}
.layout-blocksandimage .blocks > li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: .5rem;
  width: 3.25rem;
  height: 3.25rem;
}
.layout-blocksandimage .blocks > li .icon img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}
.layout-blocksandimage .blocks > li .block-text {
  margin: 1rem 0;
}
.layout-blocksandimage .blocks > li .block-text h3 {
  font-weight: 400;
}
.layout-blocksandimage .blocks > li .block-text h3 strong {
  font-weight: 700;
  display: block;
  font-size: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .layout-blocksandimage .blocks > li .block-text h3 strong {
    font-size: 2.25rem;
  }
}
.layout-blocksandimage .blocks > li .block-text ul {
  margin: 1.5rem 0 0;
}
.layout-blocksandimage .blocks > li .block-text ul li {
  padding: 0 0 .5rem 1rem;
  position: relative;
  isolation: isolate;
}
.layout-blocksandimage .blocks > li .block-text ul li::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-blocksandimage .blocks > li .block-text ul li::before {
  top: .5rem;
  transform: none;
  border-radius: 50%;
}
@media screen and (min-width: 1280px) {
  .layout-text {
    padding: 4.5rem 0 1rem;
  }
}
.layout-text .container h2 {
  font-family: "Sansation", sans-serif;
}
@media screen and (min-width: 1280px) {
  .layout-text .container h2 {
    font-size: 2.5rem;
    margin: 0 0 2.5rem;
  }
}
.layout-vacancies .tags li,
.layout-vacanciesfeatured .tags li,
.layout-vacanciesdetails .tags li {
  display: flex;
  gap: .5rem;
  align-items: center;
}
.layout-vacancies .tags li::before,
.layout-vacanciesfeatured .tags li::before,
.layout-vacanciesdetails .tags li::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/location-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-vacancies .tags li.hours::before,
.layout-vacanciesfeatured .tags li.hours::before,
.layout-vacanciesdetails .tags li.hours::before {
  background-image: url(../images/hours.svg);
}
.layout-vacancies .tags li.salary::before,
.layout-vacanciesfeatured .tags li.salary::before,
.layout-vacanciesdetails .tags li.salary::before {
  background-image: url(../images/salary.svg);
}
.layout-vacancies .title,
.layout-vacanciesfeatured .title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.layout-vacancies .title span,
.layout-vacanciesfeatured .title span {
  font-weight: 400;
}
.layout-vacancies .tags li span,
.layout-vacanciesfeatured .tags li span {
  display: none;
}
.layout-vacancies .more,
.layout-vacanciesfeatured .more {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  position: relative;
  isolation: isolate;
}
.layout-vacancies .more::before,
.layout-vacanciesfeatured .more::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-vacancies .more::before,
.layout-vacanciesfeatured .more::before {
  top: auto;
  bottom: 0;
  transform: none;
}
.layout-vacancies {
  padding: 2.5rem 0;
  background-color: #f5f5f5;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container {
    margin-block-start: -115px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .filter-and-vacancies {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 1.25rem;
  }
}
.layout-vacancies .container .filter-and-vacancies .filter-trigger {
  padding: 1rem 2rem;
  color: #000000;
  background-color: #ffc73b;
  border-radius: 3rem;
  width: fit-content;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .filter-and-vacancies .filter-trigger {
    display: none;
  }
}
.layout-vacancies .container .filter-and-vacancies .filter-trigger .close {
  display: none;
}
.layout-vacancies .container .filter-and-vacancies .filter-and-text {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #ffffff;
  margin: 2rem 0;
  height: max-content;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .filter-and-vacancies .filter-and-text {
    margin: 0;
    padding: 1rem 2rem;
  }
}
.layout-vacancies .container .filter-and-vacancies .filter-and-text .filter {
  position: absolute;
  left: -100vw;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .filter-and-vacancies .filter-and-text .filter {
    position: static;
  }
}
.layout-vacancies .container .filter-and-vacancies .filter-and-text .filter p {
  margin: 1rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .filter-and-vacancies .filter-and-text .filter p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container .filter-and-vacancies .filter-and-text .filter p {
    font-size: 1.5rem;
  }
}
.layout-vacancies .container .filter-and-vacancies .filter-and-text .filter .facetwp-facet {
  margin: 1.75rem 0;
}
.layout-vacancies .container .filter-and-vacancies .filter-and-text .filter .facetwp-facet .facetwp-checkbox {
  margin-bottom: 12px;
}
.layout-vacancies .container .filter-and-vacancies .filter-and-text .filter .facetwp-facet .facetwp-checkbox .facetwp-display-value {
  font-weight: 600;
}
.layout-vacancies .container .filter-and-vacancies .filter-and-text .filter .facetwp-facet .facetwp-checkbox .facetwp-counter {
  display: none;
}
.layout-vacancies .container .filter-and-vacancies .filter-and-text .vacancies-text {
  margin: 3.25rem 0 0 -0.5rem;
}
.layout-vacancies .container .filter-and-vacancies .filter-and-text .vacancies-text h4 {
  font-size: 1rem !important;
  font-weight: 400;
}
.layout-vacancies .container .filter-and-vacancies .filter-and-text .vacancies-text p {
  margin: .25rem 0 1rem;
  line-height: 1.4;
}
.layout-vacancies .container .filter-and-vacancies .filter-and-text .vacancies-text p strong a {
  color: #ffc73b;
  background-color: #000000;
  outline-color: #000000;
}
.layout-vacancies .container .filter-and-vacancies .filter-and-text .vacancies-text p strong a::before {
  background-image: url(../images/arrow-top-right-black.svg);
  background-color: #ffc73b;
  border-color: #ffc73b;
}
.layout-vacancies .container .filter-and-vacancies .filter-and-text .vacancies-text p strong a:hover::before {
  background-color: #000000;
  border-color: #000000;
  background-image: url(../images/arrow-top-right-white.svg);
}
.layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
.layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li .vacancy {
  border-radius: 1rem;
  width: 100%;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li .vacancy {
    display: grid;
    grid-template-columns: 200px 1fr 100px;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li .vacancy {
    grid-template-columns: 240px 1fr 100px;
    gap: 3.25rem;
  }
}
.layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li .vacancy .image {
  height: 180px;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li .vacancy .image {
    height: 100%;
    border-radius: 1rem 0 0 1rem;
  }
}
.layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li .vacancy .image img {
  border-radius: 1rem 1rem 0 0;
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li .vacancy .image img {
    border-radius: 1rem 0 0 1rem;
  }
}
.layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li .vacancy .title-tags-and-text {
  padding: 1rem 1rem 0;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li .vacancy .title-tags-and-text {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li .vacancy .title-tags-and-text {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li .vacancy .title-tags-and-text {
    padding: 3.5rem 0 3rem;
  }
}
.layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li .vacancy .title-tags-and-text .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem 0 2rem;
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li .vacancy .title-tags-and-text .tags {
    gap: 2.25rem;
  }
}
.layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li .vacancy .title-tags-and-text .text {
  line-height: 1.7;
  font-weight: 600;
  font-size: 1.025rem;
}
.layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li .vacancy .more {
  margin: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li .vacancy .more {
    align-self: end;
    justify-self: end;
    margin: 0 1rem 2rem 0;
  }
}
.layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li .vacancy:hover .image img {
  transform: scale(1.2);
}
.layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li:nth-child(odd) .vacancy {
  background-color: #2d363c;
  color: #ffffff;
}
.layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li:nth-child(odd) .vacancy .title-tags-and-text .tags li.place::before {
  background-image: url(../images/location-white.svg);
}
.layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li:nth-child(odd) .vacancy .title-tags-and-text .tags li.hours::before {
  background-image: url(../images/hours-white.svg);
}
.layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li:nth-child(odd) .vacancy .title-tags-and-text .tags li.salary::before {
  background-image: url(../images/salary-white.svg);
}
.layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li:nth-child(odd) .vacancy .more::before {
  background-color: #ffffff;
}
.layout-vacancies .container .vacancies-and-pagination .facetwp-template[data-name="vacancies"] .vacancies li:nth-child(even) .vacancy {
  background-color: #ffc73b;
  color: #000000;
}
.layout-vacancies .container .vacancies-and-pagination .facetwp-facet[data-name="vacancies_pager"] .facetwp-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 0 0;
}
.layout-vacancies .container .vacancies-and-pagination .facetwp-facet[data-name="vacancies_pager"] .facetwp-pager .facetwp-page {
  font-size: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.25s ease;
}
.layout-vacancies .container .vacancies-and-pagination .facetwp-facet[data-name="vacancies_pager"] .facetwp-pager .facetwp-page:has(+.factetwp-page):not(.active):not(.next):not(.prev)::after {
  content: ",";
  display: inline-block;
}
.layout-vacancies .container .vacancies-and-pagination .facetwp-facet[data-name="vacancies_pager"] .facetwp-pager .facetwp-page.active {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ffc73b;
  font-size: 1.25rem;
}
.layout-vacancies .container .vacancies-and-pagination .facetwp-facet[data-name="vacancies_pager"] .facetwp-pager .facetwp-page.next,
.layout-vacancies .container .vacancies-and-pagination .facetwp-facet[data-name="vacancies_pager"] .facetwp-pager .facetwp-page.prev {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0;
  background-image: url(../images/arrow-top-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  background-color: #000000;
  transform: rotate(45deg);
  transition: all 0.25s ease;
}
.layout-vacancies .container .vacancies-and-pagination .facetwp-facet[data-name="vacancies_pager"] .facetwp-pager .facetwp-page.next:hover,
.layout-vacancies .container .vacancies-and-pagination .facetwp-facet[data-name="vacancies_pager"] .facetwp-pager .facetwp-page.prev:hover {
  background-color: rgba(55, 66, 73, 0.5);
}
.layout-vacancies .container .vacancies-and-pagination .facetwp-facet[data-name="vacancies_pager"] .facetwp-pager .facetwp-page.prev {
  transform: rotate(-135deg);
}
.filter-open .layout-vacancies .container .filter-and-vacancies .filter-trigger .close {
  display: inline-block;
}
.filter-open .layout-vacancies .container .filter-and-vacancies .filter-trigger .open {
  display: none;
}
.filter-open .layout-vacancies .container .filter-and-vacancies .filter {
  position: relative;
  left: 0;
}
.layout-vacanciesfeatured {
  background-color: #ffffff;
  padding: 3.5rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesfeatured {
    padding: 3.5rem 0 5.75rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-vacanciesfeatured .container .text-and-all {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}
.layout-vacanciesfeatured .container .text-and-all .text h2 em {
  font-style: normal;
  color: #ffc73b;
}
.layout-vacanciesfeatured .container .text-and-all .text p {
  margin: 1rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-vacanciesfeatured .container .text-and-all .text p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesfeatured .container .text-and-all .text p {
    font-size: 1.5rem;
    letter-spacing: -1px;
    word-spacing: -1px;
  }
}
.layout-vacanciesfeatured .container .text-and-all strong:has(.link-to-all) {
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 810px) {
  .layout-vacanciesfeatured .container .text-and-all strong:has(.link-to-all) {
    align-self: end;
    justify-self: end;
  }
}
@media screen and (min-width: 810px) {
  .layout-vacanciesfeatured .container .text-and-all strong:has(.link-to-all) .link-to-all {
    margin: 1rem 2.5rem 1rem 0;
  }
}
.layout-vacanciesfeatured .container .vacancy {
  border-radius: 1rem;
  width: 100%;
}
.layout-vacanciesfeatured .container .vacancy .image {
  height: 220px;
}
.layout-vacanciesfeatured .container .vacancy .image img {
  border-radius: 1rem 1rem 0 0;
}
.layout-vacanciesfeatured .container .vacancy .title-tags-and-more {
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.layout-vacanciesfeatured .container .vacancy .title-tags-and-more .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.layout-vacanciesfeatured .container .vacancy .title-tags-and-more .title span {
  display: block;
}
.layout-vacanciesfeatured .container .vacancy .title-tags-and-more .tags {
  margin: 1.5rem 0 .5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
}
.layout-vacanciesfeatured .container .vacancy .title-tags-and-more .more {
  justify-self: end;
  max-width: 90px;
}
.layout-vacanciesfeatured .container .vacancy .title-tags-and-more .more i {
  margin: 0 0 0 .25rem;
}
.layout-vacanciesfeatured .container .slick-slide:nth-child(odd) .vacancy {
  background-color: #2d363c;
  color: #ffffff;
}
.layout-vacanciesfeatured .container .slick-slide:nth-child(odd) .vacancy .tags li.place::before {
  background-image: url(../images/location-white.svg);
}
.layout-vacanciesfeatured .container .slick-slide:nth-child(odd) .vacancy .tags li.hours::before {
  background-image: url(../images/hours-white.svg);
}
.layout-vacanciesfeatured .container .slick-slide:nth-child(odd) .vacancy .tags li.salary::before {
  background-image: url(../images/salary-white.svg);
}
.layout-vacanciesfeatured .container .slick-slide:nth-child(odd) .vacancy .more::before {
  background-color: #ffffff;
}
.layout-vacanciesfeatured .container .slick-slide:nth-child(even) .vacancy {
  background-color: #ffc73b;
  color: #000000;
}
.layout-vacancieshero .image-and-properties {
  margin: -180px 0 0;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .layout-vacancieshero .image-and-properties {
    margin: -250px 0 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancieshero .image-and-properties {
    margin: -337px 0 0;
  }
}
.layout-vacancieshero .image-and-properties .image {
  height: 350px;
}
@media screen and (min-width: 1280px) {
  .layout-vacancieshero .image-and-properties .image {
    height: 500px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancieshero .image-and-properties .image {
    height: 650px;
  }
}
.layout-vacancieshero .image-and-properties .properties {
  padding: 1.5rem;
  border-radius: .75rem;
  background-color: #ffc73b;
  width: fit-content;
  position: absolute;
  right: 1rem;
  bottom: 2rem;
  z-index: 3;
}
@media screen and (min-width: 1045px) {
  .layout-vacancieshero .image-and-properties .properties {
    right: calc(50vw - 1045px / 2 + 2rem);
  }
}
@media screen and (min-width: 1280px) {
  .layout-vacancieshero .image-and-properties .properties {
    padding: 2rem 4rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancieshero .image-and-properties .properties {
    padding: 3rem 6rem 3rem 5rem;
    bottom: 3rem;
  }
}
.layout-vacancieshero .image-and-properties .properties label {
  text-transform: uppercase;
  line-height: 1.3;
}
@media screen and (min-width: 1660px) {
  .layout-vacancieshero .image-and-properties .properties label {
    font-size: 1.25rem;
  }
}
.layout-vacancieshero .image-and-properties .properties label strong {
  display: block;
}
.layout-vacancieshero .image-and-properties .properties .tags {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  margin: 1rem 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-vacancieshero .image-and-properties .properties .tags {
    gap: 2rem;
  }
}
.layout-vacancieshero .image-and-properties .properties .tags li {
  font-weight: 600;
  display: flex;
  gap: .5rem;
  align-items: center;
}
.layout-vacancieshero .image-and-properties .properties .tags li::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/location-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-vacancieshero .image-and-properties .properties .tags li.hours::before {
  background-image: url(../images/hours.svg);
}
.layout-vacancieshero .image-and-properties .properties .tags li.salary::before {
  background-image: url(../images/salary.svg);
}
@media screen and (min-width: 1280px) {
  .layout-vacancieshero .image-and-properties .properties .tags li::before {
    height: 1.75rem;
    width: 1.75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancieshero .image-and-properties .properties .tags li::before {
    height: 2rem;
    width: 2rem;
  }
}
.layout-news .date,
.layout-textandnews .date {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.layout-news .date::before,
.layout-textandnews .date::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/date.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-news .more,
.layout-textandnews .more {
  width: fit-content;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  position: relative;
  isolation: isolate;
}
.layout-news .more::before,
.layout-textandnews .more::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-news .more::before,
.layout-textandnews .more::before {
  top: auto;
  bottom: 0;
  transform: none;
}
.layout-news {
  padding: 2.5rem 0;
  background-color: #f5f5f5;
}
@media screen and (min-width: 1280px) {
  .layout-news {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-news {
    padding: 5.5rem 0;
  }
}
.layout-news .container > h2 {
  color: #2d363c;
}
.layout-news .container > ul {
  margin: 2rem 0 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-news .container > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-news .container > ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 3.5rem 0;
  }
}
.layout-news .container > ul li .post {
  border-radius: .75rem;
  background-color: #ffffff;
}
.layout-news .container > ul li .post .image {
  height: 240px;
}
.layout-news .container > ul li .post .image img {
  border-radius: .75rem .75rem 0 0;
}
.layout-news .container > ul li .post .date {
  padding: 1rem;
  border-radius: .5rem;
  margin: -3.5rem 0 1.5rem -1rem;
  background-color: #ffc73b;
  width: fit-content;
  position: relative;
}
@media screen and (min-width: 1660px) {
  .layout-news .container > ul li .post .date {
    padding: 1rem 2rem;
    border-radius: .75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-news .container > ul li .post .date::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.layout-news .container > ul li .post .title-text-and-more {
  padding: 2rem;
}
.layout-news .container > ul li .post .title-text-and-more .title {
  font-weight: 400;
  min-height: 60px;
}
.layout-news .container > ul li .post .title-text-and-more .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.4;
  margin: 1rem 0 2rem;
}
.layout-news .container > ul li .post .title-text-and-more .more {
  margin: 0 0 0 auto;
}
.layout-news .container > ul li:nth-child(3n + 1) .post {
  background-color: #ffffff;
}
.layout-news .container > ul li:nth-child(3n + 1) .post .date {
  background-color: #2d363c;
  color: #ffffff;
}
.layout-news .container > ul li:nth-child(3n + 1) .post .date::before {
  background-image: url(../images/date-white.svg);
}
.layout-news .container > ul li:nth-child(3n + 2) .post {
  background-color: #ffc73b;
}
.layout-news .container > ul li:nth-child(3n + 2) .post .date {
  background-color: #ffffff;
}
.layout-news .container > ul li:nth-child(3n + 3) .post {
  background-color: #2d363c;
}
.layout-news .container > ul li:nth-child(3n + 3) .post .title-text-and-more {
  color: #ffffff;
}
.layout-news .container > ul li:nth-child(3n + 3) .post .title-text-and-more .date {
  color: #000000;
  background-color: #ffffff;
}
.layout-news .container > ul li:nth-child(3n + 3) .post .title-text-and-more .more::before {
  background-color: #ffffff;
}
.layout-news .container > ul li:first-child {
  grid-column: 1 / -1;
}
@media screen and (min-width: 810px) {
  .layout-news .container > ul li:first-child .post {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 810px) {
  .layout-news .container > ul li:first-child .post .image {
    order: 2;
    height: auto;
  }
}
@media screen and (min-width: 810px) {
  .layout-news .container > ul li:first-child .post .image img {
    border-radius: 0 1rem 1rem 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-news .container > ul li:first-child .post .title-text-and-more {
    order: 1;
    height: max-content;
  }
}
@media screen and (min-width: 1280px) {
  .layout-news .container > ul li:first-child .post .title-text-and-more {
    padding: 2rem 2rem 2rem 4.5rem;
  }
}
.layout-news .container > ul li:first-child .post .title-text-and-more .date-and-title {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.layout-news .container > ul li:first-child .post .title-text-and-more .date-and-title .date {
  margin: 0;
  color: #000000;
  background-color: #ffc73b;
}
.layout-news .container > ul li:first-child .post .title-text-and-more .date-and-title .date::before {
  background-image: url(../images/date.svg);
}
@media screen and (min-width: 810px) {
  .layout-news .container > ul li:first-child .post .title-text-and-more .text {
    display: block;
    margin: 1.75rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-news .container > ul li:first-child .post .title-text-and-more .more {
    max-width: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-news .container > ul li:nth-child(5) {
    grid-column: 1 / 3;
  }
}
@media screen and (min-width: 1280px) {
  .layout-news .container > ul li:nth-child(5) .post {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-news .container > ul li:nth-child(5) .post .image {
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-news .container > ul li:nth-child(5) .post .image img {
    border-radius: .75rem 0 0 .75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-news .container > ul li:nth-child(5) .post .title-text-and-more {
    padding: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-news .container > ul li:nth-child(5) .post .title-text-and-more .date-and-title {
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .layout-news .container > ul li:nth-child(5) .post .title-text-and-more .date-and-title .date {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(1250px / 2 - 3rem);
  }
}
@media screen and (min-width: 1660px) {
  .layout-news .container > ul li:nth-child(5) .post .title-text-and-more .date-and-title .date {
    right: calc(1250px / 2 - 5rem);
  }
}
@media screen and (min-width: 1280px) {
  .layout-news .container > ul li:nth-child(5) .post .title-text-and-more .text {
    display: block;
    margin: 1.5rem 0;
  }
}
.layout-news .container .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 0 0;
}
.layout-news .container .pagination .page-numbers {
  font-size: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.25s ease;
}
.layout-news .container .pagination .page-numbers:has(+.page-numbers):not(.current):not(.next):not(.prev):not(:has(+.next)):not(:has(+.current))::after {
  content: ",";
  display: inline-block;
}
.layout-news .container .pagination .page-numbers.current {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ffc73b;
  font-size: 1.25rem;
}
.layout-news .container .pagination .page-numbers.next,
.layout-news .container .pagination .page-numbers.prev {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0;
  background-image: url(../images/arrow-top-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  background-color: #000000;
  transform: rotate(45deg);
  transition: all 0.25s ease;
}
.layout-news .container .pagination .page-numbers.next:hover,
.layout-news .container .pagination .page-numbers.prev:hover {
  background-color: rgba(55, 66, 73, 0.5);
}
.layout-news .container .pagination .page-numbers.prev {
  transform: rotate(-135deg);
}
.layout-textandnews .container {
  background-color: #ffffff;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  border-radius: .75rem;
  padding: 2rem 1rem;
}
@media screen and (min-width: 810px) {
  .layout-textandnews .container {
    padding: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandnews .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandnews .container {
    padding: 2.75rem calc(( 1250px - 1045px ) / 2 + 2rem) 6rem;
  }
}
.layout-textandnews .container h2 {
  color: #2d363c;
  padding: 0 0 1.5rem;
}
@media screen and (min-width: 1660px) {
  .layout-textandnews .container h2 {
    padding: 0 0 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandnews .container .left {
    position: relative;
    isolation: isolate;
  }
  .layout-textandnews .container .left::before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: #2d363c;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
  }
}
.layout-textandnews .container .left::before {
  top: auto;
  bottom: 0;
  transform: none;
  border-radius: 0 0 1rem 1rem;
}
.layout-textandnews .container .left .image-and-text {
  border-radius: 1rem;
  background-color: #2d363c;
}
.layout-textandnews .container .left .image-and-text .image {
  height: 220px;
}
@media screen and (min-width: 1280px) {
  .layout-textandnews .container .left .image-and-text .image {
    height: 300px;
  }
}
.layout-textandnews .container .left .image-and-text .image img {
  border-radius: 1rem 1rem 0 0;
}
.layout-textandnews .container .left .image-and-text .text {
  padding: 2rem;
  color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-textandnews .container .left .image-and-text .text {
    padding: 3rem 2.5rem 3rem 3.5rem;
  }
}
.layout-textandnews .container .left .image-and-text .text p {
  font-weight: 300;
  line-height: 1.3;
}
.layout-textandnews .container .left .image-and-text .text p:has(strong a) {
  margin: 2rem 0 0;
}
.layout-textandnews .container .left .image-and-text .text p:has(strong a) strong a::before {
  border-color: #ffffff;
}
.layout-textandnews .container .news > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
.layout-textandnews .container .news > ul li .post {
  border-radius: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-textandnews .container .news > ul li .post {
    display: grid;
    grid-template-columns: 150px 1fr;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandnews .container .news > ul li .post {
    grid-template-columns: 180px 1fr;
  }
}
.layout-textandnews .container .news > ul li .post .image {
  height: 180px;
}
@media screen and (min-width: 810px) {
  .layout-textandnews .container .news > ul li .post .image {
    height: 100%;
  }
}
.layout-textandnews .container .news > ul li .post .image img {
  border-radius: 1rem 1rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-textandnews .container .news > ul li .post .image img {
    border-radius: 1rem 0 0 1rem;
  }
}
.layout-textandnews .container .news > ul li .post .title-text-date-and-more {
  padding: 2rem 2rem 1rem;
  background-color: #ffc73b;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (min-width: 810px) {
  .layout-textandnews .container .news > ul li .post .title-text-date-and-more {
    border-radius: 0 1rem 1rem 0;
  }
}
.layout-textandnews .container .news > ul li .post .title-text-date-and-more .title-and-text .title {
  font-weight: 400;
}
.layout-textandnews .container .news > ul li .post .title-text-date-and-more .title-and-text .post-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.3;
  margin: .5rem 0 .75rem;
}
.layout-textandnews .container .news > ul li .post .title-text-date-and-more .date-and-more {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: .5rem 0 0;
}
.layout-textandnews .container .news > ul li .post .title-text-date-and-more .date-and-more .date {
  font-weight: 600;
  height: max-content;
}
.layout-textandnews .container .news > ul li .post .title-text-date-and-more .date-and-more .more {
  justify-self: end;
}
@media screen and (min-width: 1280px) {
  .layout-textandnews .container .news > ul li .post .title-text-date-and-more .date-and-more .more {
    max-width: 60px;
  }
}
.layout-newshero .title {
  font-weight: 400;
}
.layout-newshero .image-link-and-date {
  margin: -80px 0 0;
  position: relative;
}
@media screen and (min-width: 810px) {
  .layout-newshero .image-link-and-date {
    margin: -150px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-newshero .image-link-and-date {
    margin: -250px 0 0;
  }
}
.layout-newshero .image-link-and-date .image {
  height: 500px;
  max-width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1660px) {
  .layout-newshero .image-link-and-date .image {
    height: 700px;
  }
}
.layout-newshero .image-link-and-date .image img {
  border-radius: 0 0 .75rem .75rem;
}
.layout-newshero .image-link-and-date .link-and-date {
  position: absolute;
  bottom: 2rem;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 2rem;
}
@media screen and (min-width: 810px) {
  .layout-newshero .image-link-and-date .link-and-date {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    max-width: 1045px;
    padding: 0 4rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-newshero .image-link-and-date .link-and-date {
    padding: 0 2rem;
  }
}
.layout-newshero .image-link-and-date .link-and-date .link-to-all {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 2rem 0 0;
  height: max-content;
  font-size: 1.125rem;
}
.layout-newshero .image-link-and-date .link-and-date .link-to-all::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url(../images/arrow-left-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-newshero .image-link-and-date .link-and-date .link-to-all::before {
    height: 3.5rem;
    width: 3.5rem;
  }
}
.layout-newshero .image-link-and-date .link-and-date .link-to-all:hover {
  color: #000000;
  background-color: #ffffff;
}
.layout-newshero .image-link-and-date .link-and-date .date {
  padding: .5rem 2rem .5rem .5rem;
  background-color: #ffc73b;
  border-radius: .25rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  width: fit-content;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .layout-newshero .image-link-and-date .link-and-date .date {
    font-size: 1.375rem;
    padding: 1.5rem 2.5rem;
    border-radius: .5rem;
  }
}
.layout-newshero .image-link-and-date .link-and-date .date::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/date.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-testimonials .testimonial,
.layout-testimonialsfeatured .testimonial {
  border-radius: .75rem;
}
.layout-testimonials .testimonial .image,
.layout-testimonialsfeatured .testimonial .image {
  height: 270px;
}
.layout-testimonials .testimonial .image img,
.layout-testimonialsfeatured .testimonial .image img {
  border-radius: .75rem .75rem 0 0;
}
.layout-testimonials .testimonial .text blockquote p,
.layout-testimonialsfeatured .testimonial .text blockquote p {
  line-height: 1.4;
  font-style: italic;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 65px;
}
@media screen and (min-width: 1280px) {
  .layout-testimonials .testimonial .text blockquote p,
  .layout-testimonialsfeatured .testimonial .text blockquote p {
    font-size: 1.25rem;
    min-height: 90px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-testimonials .testimonial .text blockquote p,
  .layout-testimonialsfeatured .testimonial .text blockquote p {
    font-size: 1.375rem;
  }
}
.layout-testimonials .testimonial .text .name-and-profession cite,
.layout-testimonialsfeatured .testimonial .text .name-and-profession cite {
  margin: 0;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
}
.layout-testimonials blockquote,
.layout-testimonialslist blockquote {
  margin: 0;
  position: relative;
  font-family: "Tinos", serif;
}
.layout-testimonials blockquote::before,
.layout-testimonialslist blockquote::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  top: -2rem;
  left: -1rem;
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  transition: all 0.25s ease;
}
.layout-testimonials blockquote p,
.layout-testimonialslist blockquote p {
  margin: 1.5rem 0;
}
.layout-testimonials {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
.layout-testimonials .container > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-testimonials .container > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonials .container > ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-testimonials .container > ul li .testimonial .text {
  padding: 2rem;
  background-color: #ffc73b;
  border-radius: 0 0 .75rem .75rem;
  transition: all 0.25s ease;
}
.layout-testimonials .container > ul li .testimonial:hover .text {
  background-color: #2d363c;
  color: #ffffff;
}
.layout-testimonials .container > ul li .testimonial:hover blockquote::before {
  background-image: url(../images/quote-white.svg);
}
.layout-testimonials .container > ul li:nth-child(even) .testimonial .text {
  background-color: #2d363c;
  color: #ffffff;
}
.layout-testimonials .container > ul li:nth-child(even) .testimonial .text blockquote::before {
  background-image: url(../images/quote-white.svg);
}
.layout-testimonials .container > ul li:nth-child(even) .testimonial:hover .text {
  background-color: #ffc73b;
  color: #000000;
}
.layout-testimonials .container > ul li:nth-child(even) .testimonial:hover blockquote::before {
  background-image: url(../images/quote.svg);
}
.layout-testimonialsfeatured {
  padding: 2.5rem 1rem;
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured {
    padding: 2.5rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured {
    padding: 1.5rem 0 5rem;
  }
}
.layout-testimonialsfeatured .container {
  background-color: #ffc73b;
  padding: 2rem 1rem;
  border-radius: .75rem;
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
    border-radius: .75rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured .container > .text {
    padding: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .container > .text {
    padding: 2rem 2rem 2rem 6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media screen and (min-width: 1660px) {
  .layout-testimonialsfeatured .container > .text {
    padding: 6rem 2rem 2rem 8rem;
  }
}
.layout-testimonialsfeatured .container > .text h3 {
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .container > .text h3 {
    font-size: 2rem;
  }
}
.layout-testimonialsfeatured .container > .text p {
  line-height: 1.7;
  margin: 1.5rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .container > .text p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured .container .testimonials {
    padding: 0;
  }
}
.layout-testimonialsfeatured .container .testimonials .slick-list {
  overflow: visible;
}
.layout-testimonialsfeatured .container .testimonials .slick-list .slick-slide:not(.slick-current) {
  overflow: hidden;
  visibility: hidden;
}
.layout-testimonialsfeatured .container .testimonial {
  width: 100%;
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured .container .testimonial {
    position: relative;
  }
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured .container .testimonial .image {
    height: 450px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .container .testimonial .image {
    height: 550px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-testimonialsfeatured .container .testimonial .image {
    height: 590px;
  }
}
.layout-testimonialsfeatured .container .testimonial .image img {
  border-radius: 0 .75rem .75rem 0;
}
.layout-testimonialsfeatured .container .testimonial .text {
  padding: 1.5rem;
  border-radius: 0 .75rem .75rem .75rem;
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
  margin: 3rem 0 1.5rem;
  position: relative;
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured .container .testimonial .text {
    margin: 1.5rem 0;
    right: 75%;
    bottom: 4rem;
    background-color: #ffffff;
    position: absolute;
    width: 50vw;
    border-radius: .75rem .75rem 0 .75rem;
  }
}
@media screen and (min-width: 1250px) {
  .layout-testimonialsfeatured .container .testimonial .text {
    width: calc(1250px / 2);
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .container .testimonial .text {
    width: calc(1250px / 2);
    right: calc(75% + 6rem);
    bottom: 6rem;
    padding: 2rem 4rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-testimonialsfeatured .container .testimonial .text {
    padding: 2.5rem 7rem;
  }
}
.layout-testimonialsfeatured .container .testimonial .text::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  top: .5rem;
  left: .5rem;
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .container .testimonial .text::before {
    top: 1.5rem;
    left: 1.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-testimonialsfeatured .container .testimonial .text::before {
    top: 2.5rem;
    left: 4.5rem;
  }
}
.layout-testimonialsfeatured .container .testimonial .text::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #ffffff;
  clip-path: polygon(0 0, 0% 100%, 50% 100%);
  position: absolute;
  top: -2rem;
  left: 0;
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured .container .testimonial .text::after {
    bottom: 0;
    right: -2rem;
    left: auto;
    top: auto;
    clip-path: polygon(0 50%, 0% 100%, 100% 100%);
  }
}
.layout-testimonialsfeatured .container .testimonial .text blockquote {
  margin: 1rem 0;
}
.layout-testimonialsfeatured .container .testimonial .text blockquote p {
  margin: 0;
}
.layout-testimonialslist {
  padding: 2.5rem 1rem;
  background-color: #f5f5f5;
}
@media screen and (min-width: 810px) {
  .layout-testimonialslist {
    padding: 2.5rem 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-testimonialslist {
    padding: 5.5rem 0 2rem;
  }
}
.layout-testimonialslist .container {
  border-radius: .75rem;
  padding: 2rem 1rem;
  background-color: #ececec;
}
@media screen and (min-width: 810px) {
  .layout-testimonialslist .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialslist .container {
    padding: 5rem 7.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-testimonialslist .container {
    padding: 5.5rem calc(( 1250px - 1045px ) / 2 + 2rem) 6rem;
  }
}
.layout-testimonialslist .container .text-and-video {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-testimonialslist .container .text-and-video {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column: span 2;
  }
}
.layout-testimonialslist .container .text-and-video > .text h2 {
  color: #2d363c;
  line-height: 1;
}
.layout-testimonialslist .container .text-and-video > .text h2 em {
  display: block;
  font-style: normal;
  color: #ffc73b;
}
.layout-testimonialslist .container .text-and-video .play {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .layout-testimonialslist .container .text-and-video .play {
    width: 100%;
    aspect-ratio: 3 / 2;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialslist .container .text-and-video .play {
    margin: 1rem 0 2rem;
  }
}
.layout-testimonialslist .container .text-and-video .play img {
  border-radius: .5rem;
}
.layout-testimonialslist .container .text-and-video .play .icon {
  font-size: 4.5rem;
  color: #ffc73b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease;
}
.layout-testimonialslist .container .text-and-video .play:hover .icon {
  color: #2d363c;
}
.layout-testimonialslist .container .testimonial {
  padding: 2rem;
  border-radius: .5rem;
  background-color: #ffffff;
  position: relative;
  isolation: isolate;
  height: 100%;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
  transform: rotate(7deg);
  min-height: 300px;
}
.layout-testimonialslist .container .testimonial::before,
.layout-testimonialslist .container .testimonial::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: .5rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
.layout-testimonialslist .container .testimonial::before {
  transform: translate(-50%, -50%) rotate(-12deg);
  z-index: -9;
}
.layout-testimonialslist .container .testimonial::after {
  transform: translate(-50%, -50%) rotate(-7deg);
  z-index: -8;
}
.layout-testimonialslist .container .testimonial .image,
.layout-testimonialslist .container .testimonial .profession {
  display: none;
}
.layout-testimonialslist .container .testimonial .text {
  transform: rotate(-7deg);
}
@media screen and (min-width: 1280px) {
  .layout-testimonialslist .container .testimonial .text {
    padding: 3rem;
  }
}
.layout-testimonialslist .container .testimonial .text blockquote p {
  line-height: 1.3;
}
@media screen and (min-width: 1660px) {
  .layout-testimonialslist .container .testimonial .text blockquote p {
    font-size: .95rem;
  }
}
.layout-testimonialslist .container .testimonial .text .name-and-profession .name {
  font-family: "Tinos", serif;
}
@media screen and (min-width: 810px) {
  .layout-testimonialslist .container .link-to-all {
    justify-self: end;
    margin: 2rem 2.5rem 0 0;
  }
}
.slick-slider {
  margin: 0 -0.25rem;
  padding: 2rem 0 4rem;
}
@media screen and (min-width: 1660px) {
  .slick-slider {
    padding: 3rem 0 0;
  }
}
.slick-slider .slick-slide {
  margin: 0 .25rem;
  height: max-content;
  border-radius: 1rem;
}
.slick-slider .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  bottom: 0;
  top: auto;
  left: calc(50% - 3rem);
  background-color: #000000;
  transform: rotate(-135deg);
  z-index: 2;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-arrow {
    width: 3.5rem;
    height: 3.5rem;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(-135deg);
    left: -7rem;
  }
}
.slick-slider .slick-arrow::before {
  display: block;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../images/arrow-top-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.25rem;
  opacity: 1;
}
.slick-slider .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.slick-slider .slick-arrow.slick-next {
  left: auto;
  right: calc(50% - 3rem);
  transform: rotate(45deg);
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-arrow.slick-next {
    right: -7rem;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured .slick-slider .slick-slide {
    height: 450px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .slick-slider .slick-slide {
    height: 550px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-testimonialsfeatured .slick-slider .slick-slide {
    height: 590px;
  }
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured .slick-slider .slick-arrow {
    bottom: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .slick-slider .slick-arrow {
    bottom: 2rem;
    top: auto;
    transform: rotate(-135deg);
  }
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured .slick-slider .slick-arrow.slick-prev {
    left: auto;
    right: calc(100vw - 8rem);
  }
}
@media screen and (min-width: 1250px) {
  .layout-testimonialsfeatured .slick-slider .slick-arrow.slick-prev {
    right: calc(1250px - 8rem);
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .slick-slider .slick-arrow.slick-prev {
    right: calc(1250px - 10rem);
  }
}
@media screen and (min-width: 1660px) {
  .layout-testimonialsfeatured .slick-slider .slick-arrow.slick-prev {
    right: calc(1250px - 11.25rem);
  }
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured .slick-slider .slick-arrow.slick-next {
    right: calc(100vw - 11rem);
  }
}
@media screen and (min-width: 1250px) {
  .layout-testimonialsfeatured .slick-slider .slick-arrow.slick-next {
    right: calc(1250px - 12rem);
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .slick-slider .slick-arrow.slick-next {
    transform: rotate(45deg);
    right: calc(1250px - 16rem);
  }
}
@media screen and (min-width: 1660px) {
  .layout-testimonialsfeatured .slick-slider .slick-arrow.slick-next {
    right: calc(1250px - 15.5rem);
  }
}
.layout-testimonialslist .slick-slider {
  padding: 7rem 0;
}
@media screen and (min-width: 810px) {
  .layout-testimonialslist .slick-slider {
    padding: 0;
    margin: -150px -0.25rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialslist .slick-slider {
    margin: -70px -0.25rem 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-testimonialslist .slick-slider {
    margin: -185px -0.25rem 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-testimonialslist .slick-slider .slick-arrow {
    top: calc(50% + 3.25rem);
    bottom: auto;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialslist .slick-slider .slick-arrow {
    top: calc(50% - 2.25rem);
  }
}
@media screen and (min-width: 1660px) {
  .layout-testimonialslist .slick-slider .slick-arrow {
    top: calc(50% + 5.25rem);
  }
}
@media screen and (min-width: 810px) {
  .layout-testimonialslist .slick-slider .slick-arrow.slick-prev {
    transform: translateY(-50%) rotate(-135deg);
    right: -5rem;
    left: auto;
  }
}
@media screen and (min-width: 810px) {
  .layout-testimonialslist .slick-slider .slick-arrow.slick-next {
    transform: translateY(-50%) rotate(45deg);
    right: -8rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialslist .slick-slider .slick-arrow.slick-next {
    right: -10rem;
  }
}
.layout-testimonialslist .slick-slider .slick-list {
  overflow: visible;
}
.layout-testimonialslist .slick-slider .slick-list .slick-slide {
  height: 100%;
}
.layout-testimonialslist .slick-slider .slick-list .slick-slide:not(.slick-current) {
  visibility: hidden;
}
.layout-testimonialslist .slick-slider .slick-dots {
  width: max-content;
  top: 7.5rem;
  right: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-testimonialslist .slick-slider .slick-dots {
    top: 1.5rem;
  }
}
.layout-testimonialslist .slick-slider .slick-dots li {
  margin: 0;
  height: auto;
  width: auto;
}
.layout-testimonialslist .slick-slider .slick-dots li button::before {
  font-size: 2rem;
}
@media screen and (min-width: 1280px) {
  .gform_wrapper form .gform_body .gform_fields {
    gap: .75rem !important;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield:not(fieldset) label {
  font-weight: 600;
  margin: 0 0 .25rem;
}
@media screen and (min-width: 1280px) {
  .gform_wrapper form .gform_body .gform_fields .gfield:not(fieldset) label {
    font-size: 1.125rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield:not(fieldset) .ginput_container input,
.gform_wrapper form .gform_body .gform_fields .gfield:not(fieldset) .ginput_container textarea {
  min-height: 3.25rem;
  border: 1px solid rgba(55, 66, 73, 0.25);
  border-radius: .25rem;
  box-shadow: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield:not(fieldset) .ginput_container input::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield:not(fieldset) .ginput_container textarea::placeholder {
  color: rgba(55, 66, 73, 0.2);
}
.gform_wrapper form .gform_body .gform_fields .gfield--type-consent .ginput_container label {
  font-size: .85rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield--type-fileupload .ginput_container .gform_fileupload_multifile {
  height: 3.25rem;
  display: flex;
  align-items: center;
}
.gform_wrapper form .gform_body .gform_fields .gfield--type-fileupload .ginput_container .gform_fileupload_multifile .gform_drop_area {
  padding: 0 0 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  box-shadow: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield--type-fileupload .ginput_container .gform_fileupload_multifile .gform_drop_area button {
  color: #000000;
  background-color: #ffc73b;
  transition: all 0.25s ease;
}
.gform_wrapper form .gform_body .gform_fields .gfield--type-fileupload .ginput_container .gform_fileupload_multifile .gform_drop_area button:hover {
  color: #ffffff;
  background-color: #2d363c;
}
.gform_wrapper form .gform_body .gform_fields .gfield--type-fileupload .ginput_container .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield--type-fileupload .ginput_container .gfield_description {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield--type-submit {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 810px) {
  .gform_wrapper form .gform_body .gform_fields .gfield--type-submit {
    justify-content: end;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield--type-submit .gform-button {
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  position: relative !important;
  color: #000000 !important;
  background-color: #ffc73b !important;
  outline: 1px solid #ffc73b !important;
  outline-offset: -1px !important;
  border-radius: 3rem !important;
  padding: .75rem 1rem !important;
  width: fit-content !important;
  text-decoration: none !important !important;
  transition: all 0.25s ease !important;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield--type-submit .gform-button {
    padding: 1.25rem 1.5rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield--type-submit .gform-button::before {
  content: "" !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 3rem !important;
  border: 1px solid #000000 !important;
  background-image: url(../images/arrow-top-right-white.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  background-position: center right .75rem !important;
  background-size: 1.125rem !important;
  right: -2.5rem !important;
  background-color: #000000 !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  transition: all 0.25s ease !important;
  z-index: -1 !important;
}
@media screen and (min-width: 1280px) {
  .gform_wrapper form .gform_body .gform_fields .gfield--type-submit .gform-button::before {
    background-size: 1.25rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield--type-submit .gform-button:hover::before {
  background-color: #ffc73b !important;
  border-color: #ffc73b !important;
  background-image: url(../images/arrow-top-right-black.svg) !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield--type-submit .gform-button:active {
  opacity: .9 !important;
  transform: scale(0.98) !important;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3) !important;
}
@media screen and (min-width: 810px) {
  .gform_wrapper form .gform_body .gform_fields .gfield--type-submit .gform-button {
    margin: 0 2rem 0 0 !important;
  }
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield--type-submit .gform-button {
    padding: 1.25rem 2rem !important;
  }
}
