@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;600;800&family=Oooh+Baby&display=swap');
/* imports */
/* includes */
/* paddings and margins */
/* grid	 */
.container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 1180px;
}
@media (min-width: 960px) {
  .container {
    padding-left: 30px;
  }
}
@media (min-width: 960px) {
  .container {
    padding-right: 30px;
  }
}
/* psuedo columns */
/* fast flex */
/*! 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%;
}
/* clearfix */
/* font-awesome */
/* 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%;
}
html {
  scroll-behavior: smooth;
}
/* 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;
}
.layout-header .container {
  position: relative;
}
.layout-header .container > * {
  position: absolute;
}
.layout-header .full-menu-toggle {
  margin-right: 15px;
  right: 0;
  cursor: pointer;
}
@media (min-width: 960px) {
  .layout-header .full-menu-toggle {
    margin-right: 30px;
  }
}
.layout-header .full-menu-toggle *:first-child,
.layout-header .full-menu-toggle *:last-child {
  position: absolute;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  width: 100%;
  height: auto;
}
.layout-header .full-menu-toggle *:first-child {
  opacity: 1;
}
.full-menu-open .layout-header .full-menu-toggle *:first-child {
  opacity: 0;
}
.full-menu-open .layout-header .full-menu-toggle *:last-child {
  opacity: 1;
}
.layout-header {
  height: 0;
}
.layout-header .header .menu {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.layout-header .full-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.5s ease;
}
.full-menu-open .layout-header .header .menu {
  opacity: 0;
}
.full-menu-open .layout-header .full-menu {
  top: 0vh;
}
body.full-menu-open {
  overflow: hidden;
}
.layout-contents .left-and-right {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-contents .left-and-right:before,
.layout-contents .left-and-right:after {
  content: " ";
  display: table;
}
.layout-contents .left-and-right:after {
  clear: both;
}
@media (min-width: 960px) {
  .layout-contents .left-and-right {
    margin-left: -30px;
  }
}
@media (min-width: 960px) {
  .layout-contents .left-and-right {
    margin-right: -30px;
  }
}
@media (min-width: 1180px) {
  .layout-contents .left-and-right {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1180px) and (min-width: 960px) {
  .layout-contents .left-and-right {
    margin-left: -30px;
  }
}
@media (min-width: 1180px) and (min-width: 960px) {
  .layout-contents .left-and-right {
    margin-right: -30px;
  }
}
.layout-contents .left-and-right > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 960px) {
  .layout-contents .left-and-right > * {
    padding-left: 30px;
  }
}
@media (min-width: 960px) {
  .layout-contents .left-and-right > * {
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .layout-contents .left-and-right > * {
    margin-bottom: 60px;
  }
}
@media (min-width: 640px) {
  .layout-contents .left-and-right > * {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .layout-contents .left-and-right > * {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .layout-contents .left-and-right > * {
    width: 50%;
  }
}
.layout-hero {
  position: relative;
}
.layout-hero img {
  width: 100%;
}
.layout-selector.layout-three-columns ul {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-selector.layout-three-columns ul:before,
.layout-selector.layout-three-columns ul:after {
  content: " ";
  display: table;
}
.layout-selector.layout-three-columns ul:after {
  clear: both;
}
@media (min-width: 960px) {
  .layout-selector.layout-three-columns ul {
    margin-left: -30px;
  }
}
@media (min-width: 960px) {
  .layout-selector.layout-three-columns ul {
    margin-right: -30px;
  }
}
@media (min-width: 1180px) {
  .layout-selector.layout-three-columns ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1180px) and (min-width: 960px) {
  .layout-selector.layout-three-columns ul {
    margin-left: -30px;
  }
}
@media (min-width: 1180px) and (min-width: 960px) {
  .layout-selector.layout-three-columns ul {
    margin-right: -30px;
  }
}
.layout-selector.layout-three-columns ul > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 960px) {
  .layout-selector.layout-three-columns ul > * {
    padding-left: 30px;
  }
}
@media (min-width: 960px) {
  .layout-selector.layout-three-columns ul > * {
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .layout-selector.layout-three-columns ul > * {
    margin-bottom: 60px;
  }
}
@media (min-width: 640px) {
  .layout-selector.layout-three-columns ul > * {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .layout-selector.layout-three-columns ul > * {
    width: 33.33333333%;
  }
}
@media (min-width: 1280px) {
  .layout-selector.layout-three-columns ul > * {
    width: 33.33333333%;
  }
}
.layout-selector.layout-three-columns ul li {
  padding-left: 10px;
  padding-right: 10px;
}
.layout-selector.layout-three-columns ul li a {
  height: 190px !important;
}
.layout-selector.layout-one-column ul li {
  width: 100%;
  height: 220px;
}
@media (min-width: 960px) {
  .layout-selector.layout-one-column ul li {
    height: 285px !important;
  }
}
.layout-selector ul {
  margin-left: -15px;
  margin-right: -15px;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.layout-selector ul:before,
.layout-selector ul:after {
  content: " ";
  display: table;
}
.layout-selector ul:after {
  clear: both;
}
@media (min-width: 960px) {
  .layout-selector ul {
    margin-left: -30px;
  }
}
@media (min-width: 960px) {
  .layout-selector ul {
    margin-right: -30px;
  }
}
@media (min-width: 1180px) {
  .layout-selector ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1180px) and (min-width: 960px) {
  .layout-selector ul {
    margin-left: -30px;
  }
}
@media (min-width: 1180px) and (min-width: 960px) {
  .layout-selector ul {
    margin-right: -30px;
  }
}
.layout-selector ul > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 960px) {
  .layout-selector ul > * {
    padding-left: 30px;
  }
}
@media (min-width: 960px) {
  .layout-selector ul > * {
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .layout-selector ul > * {
    margin-bottom: 60px;
  }
}
@media (min-width: 640px) {
  .layout-selector ul > * {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .layout-selector ul > * {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .layout-selector ul > * {
    width: 50%;
  }
}
.layout-selector ul li {
  padding-left: 10px;
  padding-right: 10px;
}
.layout-selector ul li a {
  position: relative;
  display: block;
  height: 195px;
}
@media (min-width: 960px) {
  .layout-selector ul li a {
    height: 285px;
  }
}
.layout-selector ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.layout-selector ul li a .nr {
  position: absolute;
  top: 35px;
  right: 35px;
}
.layout-selector ul li a .rotated-label {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: 100% 0;
  right: 94%;
  top: 30px;
  padding: 15px;
}
.layout-selector ul li a .label-and-text {
  position: absolute;
  width: 100%;
  bottom: 30px;
  padding: 30px;
}
.layout-selector .container > .text {
  max-width: 750px;
  margin: 30px auto;
  text-align: center;
  line-height: 2em;
  font-weight: 300;
}
.layout-selector .container > .text a {
  display: block;
  text-align: right;
  text-transform: uppercase;
  font-weight: 800;
  transition: all 0.5s ease;
  margin-bottom: -15px;
}
.layout-selector .container > .text a::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f054";
}
@media (min-width: 960px) {
  .layout-selector .container > .text a {
    display: inline-block;
  }
}
.layout-selector .container > .text a:after {
  margin-left: 15px;
  position: relative;
  top: 2px;
  font-size: 1.5em;
  color: #f68b1e;
}
.layout-selector .container > .text a:hover {
  color: #f68b1e;
}
@media (min-width: 960px) {
  .layout-footer .container > ul {
    display: flex;
  }
  .layout-footer .container > ul > li {
    flex: 1 1 auto;
    text-align: center;
  }
  .layout-footer .container > ul > li:first-child {
    text-align: left;
  }
  .layout-footer .container > ul > li:last-child {
    text-align: right;
  }
}
.layout-footer .container .home {
  max-width: 275px;
  display: inline-block;
}
.layout-footer .container .home img,
.layout-footer .container .home svg {
  width: 100%;
  height: auto;
}
/* fonts, links and headers */
/* vars */
/* style */
a {
  text-decoration: none;
  color: #ffffff;
}
body {
  min-height: 100vh;
  color: #000000;
  min-height: 80vh;
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
h1 {
  font-size: 2em;
  font-weight: 500;
}
@media (min-width: 960px) {
  h1 {
    font-size: 3em;
  }
}
h2 {
  font-size: 2.5em;
  line-height: 1em;
}
/* layouts */
body {
  padding-top: 80px;
}
@media (min-width: 960px) {
  body {
    padding-top: 275px;
  }
}
.layout-header {
  top: 0;
}
@media (min-width: 960px) {
  .layout-header {
    top: 0;
  }
}
.layout-header .home {
  height: 55px;
}
@media (min-width: 960px) {
  .layout-header .home {
    height: 100px;
  }
}
.layout-header .home svg {
  height: 100%;
  width: auto;
}
.layout-header .home svg g path {
  fill: #ffffff !important;
}
.layout-header .header {
  position: relative;
}
.layout-header .header,
.layout-header .header .container {
  background-color: #f68b1e;
  height: 100px;
}
@media (min-width: 960px) {
  .layout-header .header,
  .layout-header .header .container {
    height: 300px;
  }
}
.layout-header .header .container {
  margin: 0 auto;
}
.layout-header .header .container .tagline {
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  max-width: 250px;
}
@media (min-width: 960px) {
  .layout-header .header .container .tagline {
    left: 45px;
    width: 55%;
    max-width: inherit;
  }
}
.layout-header .header .container .logo {
  right: 15px;
  width: 25%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 115px;
}
@media (min-width: 960px) {
  .layout-header .header .container .logo {
    right: 45px;
    width: 30%;
    max-width: inherit;
  }
}
.layout-header .header .menu {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  right: 200px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 960px) {
  .layout-header .header .menu {
    display: flex;
  }
}
.layout-header .header .menu li {
  border-right: 1px solid #c77311;
}
.layout-header .header .menu li:last-child {
  border-right: none;
}
.layout-header .header .menu li a {
  display: block;
  background-color: #f68b1e;
  padding: 11px 30px 10px 30px;
  font-size: 0.85em;
  transition: all 0.5s ease;
}
.layout-header .header .menu li a:hover {
  background-color: #ffffff;
  color: #f68b1e;
}
.layout-header .header .menu li.active a {
  background-color: #ffffff;
  color: #f68b1e;
}
.layout-header .header .topmenu {
  top: -7px;
  right: 100px;
  transform: none;
}
@media (min-width: 960px) {
  .layout-header .header .topmenu {
    top: -47px;
    right: 16%;
  }
}
.layout-header .header .topmenu li a {
  background-color: #1a4868;
  padding: 6px 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 0.85em;
}
.layout-header .header .topmenu li a:hover {
  background-color: #f68b1e;
}
.layout-header .header .topmenu li:first-child a::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: '\e4b2';
}
.layout-header .header .topmenu li:first-child a::before {
  margin-right: 15px;
}
.layout-header .header .full-menu-toggle {
  height: 50px;
  width: 50px;
  top: 38%;
  transform: translateY(-50%);
}
@media (min-width: 960px) {
  .layout-header .header .full-menu-toggle {
    height: 60px;
    width: 60px;
    top: 50%;
  }
}
.layout-header .full-menu {
  overflow-y: auto;
  background-color: #f68b1e;
}
.layout-header .full-menu .container {
  height: 100%;
  min-height: 700px;
}
@media (min-width: 960px) {
  .layout-header .full-menu .container {
    min-height: 1000px;
  }
}
.layout-header .full-menu .container .contact-social-link-to-contact {
  bottom: 100px;
}
.layout-header .full-menu .container .contact-social-link-to-contact .menu-contact {
  padding-left: 0;
  list-style: none;
}
.layout-header .full-menu .container .contact-social-link-to-contact .menu-contact li {
  margin: 10px 0;
}
.layout-header .full-menu .container .contact-social-link-to-contact .menu-contact li a {
  font-size: 1em;
  font-weight: 600;
}
.layout-header .full-menu .container .contact-social-link-to-contact .menu-contact li a i {
  width: 50px;
}
.layout-header .full-menu .container .menu {
  margin-top: 100px;
}
@media (min-width: 960px) {
  .layout-header .full-menu .container .menu {
    margin-top: 0;
    top: 40%;
    transform: translateY(-50%);
  }
}
.layout-header .full-menu .container .menu li {
  margin: 25px 0;
}
.layout-header .full-menu .container .menu li a {
  font-size: 1.5em;
}
.layout-header .full-menu .container .topmenu {
  top: 60%;
  transform: translateY(-50%);
}
@media (min-width: 960px) {
  .layout-header .full-menu .container .topmenu {
    top: 63%;
  }
}
.layout-header .full-menu .container .topmenu li {
  margin: 25px 0;
}
.layout-header .full-menu .container .topmenu li a {
  font-size: 1.5em;
}
.layout-header .full-menu .container .topmenu li a::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: '\e4b2';
}
.layout-header .full-menu .container .topmenu li a::before {
  margin-right: 15px;
}
.scrolled .layout-header {
  top: 0;
  transition: all 0.5s ease;
}
@media (min-width: 960px) {
  .scrolled .layout-header {
    top: 0;
  }
}
.scrolled .layout-header .header {
  padding-top: 10px;
}
@media (min-width: 960px) {
  .scrolled .layout-header .header {
    padding-top: 0;
  }
}
.scrolled .layout-header .header .topmenu {
  transition: all 0.5s ease;
  top: -7px;
}
@media (min-width: 960px) {
  .scrolled .layout-header .header .topmenu {
    top: 3px;
  }
}
.scrolled .layout-header .header .home {
  transition: all 0.5s ease;
  padding: 0;
}
@media (min-width: 960px) {
  .scrolled .layout-header .header .home {
    padding: 20px 0;
  }
}
.full-menu-open .layout-header .header {
  background-image: none !important;
}
body {
  padding-top: 10px;
}
.layout-header {
  display: none;
}
.layout-footer .text img {
  max-width: 24% !important;
}
@media (min-width: 960px) {
  body {
    padding-top: 10px;
  }
  .layout-header .header,
  .layout-header .header .container {
    height: 150px;
  }
  .layout-header .header .container .tagline {
    width: 25%;
  }
  .layout-header .header .container .logo {
    width: 15%;
  }
}
.layout-hero {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .layout-hero {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.layout-hero > .container .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.layout-hero > .container .text .container {
  padding: 0;
  position: relative;
}
.layout-hero > .container .text .container > .label {
  font-size: 6em;
  font-weight: 600;
  opacity: 0.15;
  color: #ffffff;
  text-align: right;
  line-height: 1em;
  position: absolute;
  left: -25px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}
@media (min-width: 960px) {
  .layout-hero > .container .text .container > .label {
    font-size: 12em;
  }
}
.layout-hero > .container .text .inner {
  padding: 10px;
}
@media (min-width: 960px) {
  .layout-hero > .container .text .inner {
    padding: 0;
  }
}
.layout-hero > .container .text .inner p {
  color: #ffffff;
  font-size: 1.5em;
}
.layout-vacanciesselector .container {
  max-width: 1640px;
}
.layout-vacanciesselector .container img {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 15px -2px #000000;
  box-shadow: 0px 4px 15px -2px #000000;
}
.layout-vacanciesselector .container .text {
  font-size: 1em;
  line-height: 0.95em;
}
@media (min-width: 960px) {
  .layout-vacanciesselector .container .text {
    font-size: 4.5em;
  }
}
.layout-vacanciesselector .container .text em {
  font-family: 'Oooh Baby', cursive;
  font-size: 35px;
}
@media (min-width: 960px) {
  .layout-vacanciesselector .container .text em {
    font-size: 75px;
  }
}
.layout-vacanciesselector .container .text strong {
  font-weight: 900;
}
.layout-vacanciesselector .container .text a {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  background-color: #f68b1e;
  padding: 7px 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 800;
  transition: all 0.5s ease;
  border: 1px solid #f68b1e;
}
@media (min-width: 960px) {
  .layout-vacanciesselector .container .text a {
    padding: 15px 50px;
  }
}
.layout-vacanciesselector .container .text a:hover {
  background-color: #ffffff;
  color: #f68b1e;
}
.layout-vacanciesselector .container ul {
  border-radius: 10px;
  border: 5px solid rgba(255, 255, 255, 0.5);
  border: 5px solid rgba(255, 255, 255, 0.15);
  padding: 0;
  overflow: hidden;
  margin-top: -63px;
  border-radius: 20px;
}
@media (min-width: 960px) {
  .layout-vacanciesselector .container ul {
    border: 10px solid rgba(255, 255, 255, 0.15);
    margin-top: -82px;
  }
}
.layout-vacanciesselector .container ul li {
  padding: 0;
}
.layout-vacanciesselector .container ul li a {
  padding: 13px 15px;
  background-color: #c77311;
  transition: all 0.5s ease;
}
@media (min-width: 960px) {
  .layout-vacanciesselector .container ul li a {
    padding: 20px;
  }
}
.layout-vacanciesselector .container ul li a .number {
  width: 40px;
  opacity: .75;
  font-size: 20px;
  font-weight: 100;
}
.layout-vacanciesselector .container ul li a:hover {
  background-color: #f68b1e;
  position: relative;
}
.layout-vacanciesselector .container ul li a:hover::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f054";
}
.layout-vacanciesselector .container ul li a:hover:after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.layout-vacanciesselector .container .link-to-all {
  text-align: center;
  margin-top: 30px;
}
.layout-vacanciesselector .container .link-to-all a {
  display: inline;
  text-transform: uppercase;
  font-weight: 800;
  transition: all 0.5s ease;
}
.layout-vacanciesselector .container .link-to-all a::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f054";
}
.layout-vacanciesselector .container .link-to-all a:after {
  margin-left: 15px;
  position: relative;
  top: 2px;
  font-size: 1.5em;
}
.layout-vacanciesselector .container .link-to-all a:hover {
  color: #000000;
}
.layout-imageandtext {
  padding-top: 30px;
}
@media (min-width: 960px) {
  .layout-imageandtext {
    padding-top: 90px;
  }
}
.layout-imageandtext .container .text #gform_confirmation_wrapper_3 {
  background-color: #ffffff;
  border-radius: 10px;
  color: #f68b1e;
  padding: 50px;
  font-size: 1.25em;
}
@media (min-width: 960px) {
  .layout-imageandtext .container .text #gform_confirmation_wrapper_3 {
    font-size: 1.5em;
  }
}
.layout-imageandtext .container .text .gform_wrapper {
  position: relative;
}
.layout-imageandtext .container .text .gform_wrapper .gform_heading {
  position: relative;
}
.layout-imageandtext .container .text .gform_wrapper .gform_heading h2 {
  font-weight: 600;
  font-size: 2.3em;
  padding-top: 55px;
}
@media (min-width: 960px) {
  .layout-imageandtext .container .text .gform_wrapper .gform_heading h2 {
    padding-left: 40px;
  }
}
.layout-imageandtext .container .text .gform_wrapper .gform_heading .gform_description {
  font-size: 6em;
  font-weight: 600;
  opacity: 0.075;
  color: #ffffff;
  text-align: right;
  line-height: 1em;
  padding-right: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 960px) {
  .layout-imageandtext .container .text .gform_wrapper .gform_heading .gform_description {
    font-size: 9em;
  }
}
.layout-imageandtext .container .text .gform_wrapper .gform_body {
  padding: 30px 15px;
}
@media (min-width: 960px) {
  .layout-imageandtext .container .text .gform_wrapper .gform_body {
    padding: 24px 102px;
  }
}
@media (min-width: 1280px) {
  .layout-imageandtext .container .text .gform_wrapper .gform_body {
    padding: 60px 175px;
  }
}
.layout-imageandtext .container .text .gform_wrapper .gform_body .gfield .ginput_container_email input {
  height: 58px;
  border-radius: 10px;
  padding: 10px 20px;
  outline: 5px solid #4bc0e7;
  border: none;
}
@media (min-width: 960px) {
  .layout-imageandtext .container .text .gform_wrapper .gform_body .gfield .ginput_container_email input {
    padding: 10px 40px;
  }
}
.layout-imageandtext .container .text .gform_wrapper .gform_body .gfield .ginput_container_consent {
  text-align: right;
  font-size: 0.9em;
}
.layout-imageandtext .container .text .gform_wrapper .gform_footer .button {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  background-color: #f68b1e;
  padding: 7px 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 800;
  transition: all 0.5s ease;
  border: 1px solid #f68b1e;
  position: absolute;
  top: 226px;
  right: 15px;
  border: none;
  height: 58px;
  cursor: pointer;
}
@media (min-width: 960px) {
  .layout-imageandtext .container .text .gform_wrapper .gform_footer .button {
    padding: 15px 50px;
  }
}
.layout-imageandtext .container .text .gform_wrapper .gform_footer .button:hover {
  background-color: #ffffff;
  color: #f68b1e;
}
@media (min-width: 420px) {
  .layout-imageandtext .container .text .gform_wrapper .gform_footer .button {
    top: 189px;
  }
}
@media (min-width: 790px) {
  .layout-imageandtext .container .text .gform_wrapper .gform_footer .button {
    top: 152px;
  }
}
@media (min-width: 960px) {
  .layout-imageandtext .container .text .gform_wrapper .gform_footer .button {
    top: 183px;
    right: 17px;
  }
}
.layout-imageandtext .container .img img {
  vertical-align: middle;
  display: none;
}
@media (min-width: 960px) {
  .layout-imageandtext .container .img img {
    display: block;
  }
}
.layout-about {
  position: relative;
}
.layout-about:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: #f5f5f5;
  z-index: -1;
}
.layout-about .container {
  align-items: flex-end;
}
.layout-about .image > .label {
  font-size: 6em;
  font-weight: 600;
  opacity: 0.075;
  color: #ffffff;
  text-align: right;
  line-height: 1em;
  padding-right: 15px;
}
@media (min-width: 960px) {
  .layout-about .image > .label {
    font-size: 8em;
  }
}
.layout-about .image .imagebox {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .layout-about .image .imagebox {
    max-height: 375px;
  }
}
@media (min-width: 1280px) {
  .layout-about .image .imagebox {
    max-height: inherit;
  }
}
.layout-about .image .imagebox::after {
  content: "";
  position: absolute;
  display: block;
  top: 0%;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(28deg, #f68b1e -10%, rgba(246, 139, 30, 0) 100%);
  border-radius: 10px;
  transition: all 0.5s ease;
}
.layout-about .image .imagebox img {
  border-radius: 10px;
  overflow: hidden;
  vertical-align: middle;
}
.layout-about .image .imagebox .text {
  z-index: 9;
  font-size: 3em;
  line-height: 1em;
}
.layout-about .image .imagebox .text em {
  font-family: 'Oooh Baby', cursive;
  font-size: 1.5em;
  font-style: normal;
}
.layout-about .text-and-lower-text .text {
  border-radius: 10px;
  overflow: hidden;
  color: #989898;
  background-color: #ffffff;
  position: relative;
  padding-top: 30px;
  padding-bottom: 70px;
  line-height: 1.75em;
}
.layout-about .text-and-lower-text .text h2,
.layout-about .text-and-lower-text .text p {
  margin-left: 30px;
  margin-right: 30px;
}
@media (min-width: 960px) {
  .layout-about .text-and-lower-text .text h2,
  .layout-about .text-and-lower-text .text p {
    margin-left: 100px;
    margin-right: 100px;
  }
}
.layout-about .text-and-lower-text .text h2 {
  font-weight: 500;
  color: #1a4868;
}
.layout-about .text-and-lower-text .text strong {
  font-weight: 600;
  color: #1a4868;
}
.layout-about .text-and-lower-text .text em {
  font-family: 'Oooh Baby', cursive;
  color: #1a4868;
  font-size: 1.3em;
}
.layout-about .text-and-lower-text .text .text-link {
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  color: #1a4868;
  width: 100%;
  border-top: 1px solid #f68b1e;
  padding: 20px 15px;
  text-align: right;
  font-weight: 600;
  transition: all 0.5s ease;
}
.layout-about .text-and-lower-text .text .text-link::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f054";
}
.layout-about .text-and-lower-text .text .text-link:after {
  color: #f68b1e;
  margin-left: 10px;
  font-size: 1.4em;
}
.layout-about .text-and-lower-text .text .text-link:hover {
  color: #f68b1e;
}
.layout-about .text-and-lower-text .lower-text {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 185px;
  font-size: 0.85em;
  position: relative;
  color: #1a4868;
}
@media (min-width: 960px) {
  .layout-about .text-and-lower-text .lower-text {
    padding-left: 100px;
    padding-right: 200px;
    font-size: 1em;
  }
}
.layout-about .text-and-lower-text .lower-text p {
  font-size: 1.2em;
  margin-bottom: 9px;
  margin-top: 0;
}
.layout-about .text-and-lower-text .lower-text .lower-text-link {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  background-color: #f68b1e;
  padding: 7px 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 800;
  transition: all 0.5s ease;
  border: 1px solid #f68b1e;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  outline: 5px solid rgba(255, 255, 255, 0.75);
  top: auto;
  bottom: 96px;
  transform: none;
}
@media (min-width: 960px) {
  .layout-about .text-and-lower-text .lower-text .lower-text-link {
    padding: 15px 50px;
  }
}
.layout-about .text-and-lower-text .lower-text .lower-text-link:hover {
  background-color: #ffffff;
  color: #f68b1e;
}
@media (min-width: 960px) {
  .layout-about .text-and-lower-text .lower-text .lower-text-link {
    bottom: 45px;
  }
}
.layout-vacancies {
  position: relative;
}
.layout-vacancies:after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: #f5f5f5;
  z-index: -1;
}
@media (min-width: 960px) {
  .layout-vacancies:after {
    bottom: 0;
  }
}
.layout-vacancies .container {
  max-width: 1640px;
}
@media (min-width: 960px) {
  .layout-vacancies .container {
    padding-left: 125px;
  }
}
.layout-vacancies .container .filter {
  outline: 6px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  background-color: #1a4868;
}
@media (min-width: 960px) {
  .layout-vacancies .container .filter {
    margin-top: -132px;
    position: relative;
    z-index: 1;
    outline: 12px solid rgba(255, 255, 255, 0.25);
  }
}
.layout-vacancies .container .filter .facetwp-facet {
  padding: 10px 30px;
  border-bottom: 1px solid #1d1d1b;
}
.layout-vacancies .container .filter .facetwp-facet:last-of-type {
  border-bottom: none;
}
.layout-vacancies .container .filter strong {
  font-weight: 600;
  padding-left: 30px;
  display: block;
  margin-bottom: 3px;
}
.layout-vacancies .container .filter .noUi-handle {
  border: none;
  border-radius: 50%;
  background: #ff8900;
}
.layout-vacancies .container .filter .noUi-connect {
  background-color: #17a3d2;
}
.layout-vacancies .container .filter .noUi-target {
  border: none;
}
.layout-vacancies .container .filter .facetwp-slider-reset {
  display: none;
}
.layout-vacancies .container .filter .facetwp-slider-label {
  display: block;
  text-align: center;
}
.layout-vacancies .container .filter select {
  height: 42px;
  width: 100%;
  border-radius: 12px;
  padding: 0 10px;
}
.layout-vacancies .container .filter .facetwp-facet-vacancies_industry {
  padding: 0;
  border-bottom: none;
}
.layout-vacancies .container .filter .facetwp-facet-vacancies_industry .facetwp-radio {
  padding: 20px 20px 20px 60px;
  background: #c77311;
  transition: all 0.5s ease;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #f68b1e;
}
.layout-vacancies .container .filter .facetwp-facet-vacancies_industry .facetwp-radio:before {
  content: '01';
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 40px;
  opacity: .75;
  font-size: 20px;
  font-weight: 100;
}
.layout-vacancies .container .filter .facetwp-facet-vacancies_industry .facetwp-radio:nth-of-type(1) {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.layout-vacancies .container .filter .facetwp-facet-vacancies_industry .facetwp-radio:nth-of-type(1):before {
  content: '00';
}
.layout-vacancies .container .filter .facetwp-facet-vacancies_industry .facetwp-radio:nth-of-type(2):before {
  content: '01';
}
.layout-vacancies .container .filter .facetwp-facet-vacancies_industry .facetwp-radio:nth-of-type(3):before {
  content: '02';
}
.layout-vacancies .container .filter .facetwp-facet-vacancies_industry .facetwp-radio:nth-of-type(4):before {
  content: '03';
}
.layout-vacancies .container .filter .facetwp-facet-vacancies_industry .facetwp-radio:nth-of-type(5):before {
  content: '04';
}
.layout-vacancies .container .filter .facetwp-facet-vacancies_industry .facetwp-radio:hover,
.layout-vacancies .container .filter .facetwp-facet-vacancies_industry .facetwp-radio.checked {
  background-color: #f68b1e;
  position: relative;
}
.layout-vacancies .container .filter .facetwp-facet-vacancies_industry .facetwp-radio:hover::after,
.layout-vacancies .container .filter .facetwp-facet-vacancies_industry .facetwp-radio.checked::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f00c";
}
.layout-vacancies .container .filter .facetwp-facet-vacancies_industry .facetwp-radio:hover:after,
.layout-vacancies .container .filter .facetwp-facet-vacancies_industry .facetwp-radio.checked:after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
}
.layout-vacancies .container ul.vacancies {
  padding-bottom: 30px;
}
.layout-vacancies .container ul.vacancies li a {
  border-top-left-radius: 0;
  padding-bottom: 65px;
  position: relative;
}
.layout-vacancies .container ul.vacancies li a::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f105";
}
@media (min-width: 960px) {
  .layout-vacancies .container ul.vacancies li a {
    padding-right: 85px;
    padding-bottom: 0;
  }
}
.layout-vacancies .container ul.vacancies li a:after {
  position: absolute;
  height: 65px;
  width: 100%;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 1.5em;
  background-color: #1a4868;
  color: #ffffff;
  padding: 5% 32px;
  transition: all 0.5s ease;
}
@media (min-width: 960px) {
  .layout-vacancies .container ul.vacancies li a:after {
    bottom: auto;
    top: 50%;
    width: 85px;
    height: 100%;
    padding: 50% 32px;
    transform: translateY(-50%);
  }
}
@media (max-width: 960px) {
  .layout-vacancies .container ul.vacancies li a img {
    height: 75px;
    width: 75px;
  }
}
.layout-vacancies .container ul.vacancies li a .things-and-title {
  border-bottom: 2px solid #f68b1e;
}
@media (min-width: 960px) {
  .layout-vacancies .container ul.vacancies li a .things-and-title {
    padding-left: 310px;
  }
}
@media (min-width: 1280px) {
  .layout-vacancies .container ul.vacancies li a .things-and-title {
    padding-left: 335px;
  }
}
.layout-vacancies .container ul.vacancies li a .things-and-title .title {
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 1em;
  padding-left: 130px;
  font-size: 20px;
}
@media (min-width: 960px) {
  .layout-vacancies .container ul.vacancies li a .things-and-title .title {
    padding-left: 0;
    font-size: 30px;
  }
}
.layout-vacancies .container ul.vacancies li a .things-and-title .things {
  color: #0380ab;
  margin-top: 15px;
  font-size: 0.75em;
  padding-left: 115px;
}
@media (min-width: 960px) {
  .layout-vacancies .container ul.vacancies li a .things-and-title .things {
    font-size: 1em;
    margin-top: 30px;
    padding-left: 0;
  }
}
.layout-vacancies .container ul.vacancies li a .things-and-title .things i {
  color: #f68b1e;
  font-size: 1.2em;
}
.layout-vacancies .container ul.vacancies li a .text {
  padding-left: 15px;
  padding-top: 35px;
  padding-bottom: 35px;
  height: 111px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .layout-vacancies .container ul.vacancies li a .text {
    padding-left: 310px;
    padding-top: 35px;
    padding-bottom: 0;
    height: 154px;
  }
}
@media (min-width: 1280px) {
  .layout-vacancies .container ul.vacancies li a .text {
    height: 180px;
    padding-left: 335px;
  }
}
.layout-vacancies .container ul.vacancies li a:hover .title {
  color: #0380ab;
  transition: all 0.5s ease;
}
.layout-vacancies .container ul.vacancies li a:hover:after {
  background-color: #f68b1e;
}
.layout-vacancies .pagination-and-vacancies .facetwp-type-pager {
  text-align: center;
}
@media (min-width: 960px) {
  .layout-vacancies .pagination-and-vacancies .facetwp-type-pager {
    text-align: left;
  }
}
.layout-vacancies .pagination-and-vacancies .facetwp-type-pager:last-child a {
  color: #000000;
}
#bigger.layout-selector .container ul li {
  height: 200px !important;
}
@media (min-width: 960px) {
  #bigger.layout-selector .container ul li {
    height: 460px !important;
  }
}
#bigger.layout-selector .container ul li a {
  height: 200px !important;
}
@media (min-width: 960px) {
  #bigger.layout-selector .container ul li a {
    height: 460px !important;
  }
}
.layout-selector {
  padding: 0 0 30px 0;
  position: relative;
}
.layout-selector .container {
  position: relative;
}
.layout-selector .container > .label {
  font-weight: 900;
  line-height: 1em;
  color: #f68b1e;
  margin-bottom: 30px;
  font-size: 2em;
}
@media (min-width: 960px) {
  .layout-selector .container > .label {
    font-size: 3em;
  }
}
.layout-selector .container ul li {
  position: relative;
}
.layout-selector .container ul li a {
  position: relative;
  overflow: visible;
}
.layout-selector .container ul li a::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f054";
  position: absolute;
  display: block;
  background-color: #000000;
  bottom: 0;
  right: 60px;
  transform: translateY(50%);
  width: 50px;
  height: 50px;
  z-index: 2;
  color: #ffffff;
  outline: 5px solid rgba(255, 255, 255, 0.15);
  border-radius: 9px;
  text-align: center;
  line-height: 50px;
  transition: all 0.5s ease;
}
.layout-selector .container ul li a img {
  border-radius: 15px;
}
.layout-selector .container ul li a .nr {
  font-size: 3em;
  line-height: 1em;
  font-weight: 100;
  transition: all 0.5s ease;
}
@media (min-width: 960px) {
  .layout-selector .container ul li a .nr {
    font-size: 6em;
  }
}
.layout-selector .container ul li a .rotated-label {
  font-size: 1em;
  opacity: .4;
  text-transform: uppercase;
  font-weight: 800;
}
@media (min-width: 960px) {
  .layout-selector .container ul li a .rotated-label {
    font-size: 3em;
  }
}
.layout-selector .container ul li a .label-and-text {
  z-index: 1;
  padding: 12px;
}
@media (min-width: 960px) {
  .layout-selector .container ul li a .label-and-text {
    padding: 30px;
  }
}
.layout-selector .container ul li a .label-and-text .label {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 500;
  transition: all 0.5s ease;
}
@media (min-width: 960px) {
  .layout-selector .container ul li a .label-and-text .label {
    font-size: 2em;
  }
}
@media (max-width: 960px) {
  .layout-selector .container ul li a .label-and-text .text {
    display: none;
  }
}
.layout-selector .container ul li a:hover .nr {
  font-weight: 400;
}
.layout-selector .container ul li a:hover .label {
  font-weight: 600;
}
.layout-selector .container ul li a:hover:before {
  background: #f68b1e;
}
.layout-selector .container ul li a:hover:after {
  background-image: linear-gradient(0deg, #17a3d2 0%, rgba(23, 163, 210, 0) 100%);
}
.layout-selector .container ul li .container > .text a::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f054";
}
.layout-steps {
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #1a4868;
  overflow: hidden;
  position: relative;
}
@media (min-width: 960px) {
  .layout-steps {
    padding-top: 200px;
  }
}
.layout-steps::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #f68b1e;
  z-index: 0;
}
.layout-steps .container {
  position: relative;
}
.layout-steps .container::before {
  display: block;
  position: absolute;
  top: 35px;
  width: 100%;
  height: 100%;
  border-left: 5px dotted #f68b1e;
  z-index: 0;
  left: 48px;
}
@media (min-width: 960px) {
  .layout-steps .container::before {
    content: "";
    border-left: none;
    border-bottom: 5px dotted #f68b1e;
    height: auto;
    left: auto;
  }
}
.layout-steps .container > .label {
  font-size: 5em;
  font-weight: 600;
  opacity: 0.075;
  color: #ffffff;
  text-align: right;
  line-height: 1em;
  position: absolute;
  left: 0;
  top: -100px;
}
@media (min-width: 960px) {
  .layout-steps .container > .label {
    font-size: 12em;
    left: 340px;
    top: -185px;
  }
}
.layout-steps li {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
@media (min-width: 960px) {
  .layout-steps li {
    padding: 0;
  }
}
.layout-steps li .nr {
  font-size: 30px;
  width: 70px;
  height: 70px;
  border: 1px solid #f68b1e;
  color: #f68b1e;
  border-radius: 35px;
  text-align: center;
  line-height: 70px;
  position: relative;
  color: #e2f8ff;
  font-weight: 100;
  position: absolute;
  top: 20px;
}
@media (min-width: 960px) {
  .layout-steps li .nr {
    position: relative;
    top: 0;
  }
}
.layout-steps li .nr:before {
  position: absolute;
  content: "";
  left: -5px;
  width: 80px;
  background-color: #1a4868;
  height: 100%;
  z-index: -1;
}
.layout-steps li .label {
  font-weight: 600;
  padding-left: 100px;
  margin-top: 10px;
}
@media (min-width: 960px) {
  .layout-steps li .label {
    padding-left: 0;
  }
}
.layout-steps li .text {
  font-weight: 100;
  padding-left: 100px;
}
@media (min-width: 960px) {
  .layout-steps li .text {
    padding-left: 0;
  }
}
.layout-steps li:last-child .nr:before {
  position: absolute;
  content: "";
  left: -5px;
  width: 2000px;
  background-color: #1a4868;
  height: 100%;
  z-index: -1;
}
@media (min-width: 960px) {
  .layout-steps .text,
  .layout-steps .label {
    max-width: 150px;
  }
}
.layout-steps > .container > .label {
  margin-top: 15px;
  color: #17a3d2;
  max-width: none;
  width: 100%;
  left: 0;
}
@media (min-width: 960px) {
  .layout-steps > .container > .label {
    margin-top: 30px;
  }
}
a.vacancy,
.content div.vacancy {
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  color: #eaeaea;
}
a.vacancy:before,
.content div.vacancy:before,
a.vacancy:after,
.content div.vacancy:after {
  content: " ";
  display: table;
}
a.vacancy:after,
.content div.vacancy:after {
  clear: both;
}
a.vacancy img,
.content div.vacancy img {
  border-radius: 10px;
  overflow: hidden;
  z-index: 3;
}
a.vacancy .text,
.content div.vacancy .text {
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  color: #989898;
}
a.vacancy > .title::before,
.content div.vacancy > .title::before,
a.vacancy > .things-and-title::before,
.content div.vacancy > .things-and-title::before {
  z-index: -1;
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: -5000px;
  height: 1000px;
  width: 10000px;
  background-color: #e2f8ff;
  border-bottom: 1px solid #ff8900;
}
a.vacancy.style-default .things-and-title,
.content div.vacancy.style-default .things-and-title {
  position: relative;
  color: #17a3d2;
  background-color: #e2f8ff;
}
a.vacancy.style-default .things-and-title .title,
.content div.vacancy.style-default .things-and-title .title {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 30px;
  position: relative;
}
a.vacancy.style-default .things-and-title .things,
.content div.vacancy.style-default .things-and-title .things {
  margin-top: 15px;
  margin-right: 15px;
  position: relative;
}
a.vacancy.style-detail .title,
.content div.vacancy.style-detail .title {
  position: relative;
  font-size: 30px;
  color: #17a3d2;
  padding: 15px;
  padding-left: 0;
  z-index: 2;
}
a.vacancy.style-detail .things li,
.content div.vacancy.style-detail .things li {
  display: inline-block;
  padding-left: 15px;
  margin: 30px;
}
.layout-vacanciesdetails {
  padding: 120px 0;
}
.layout-vacanciesdetails .container {
  max-width: 1640px;
  position: relative;
}
.layout-vacanciesdetails .container:after {
  content: 'Vacature';
  font-size: 6em;
  font-weight: 600;
  opacity: 0.15;
  color: #ffffff;
  text-align: right;
  line-height: 1em;
  position: absolute;
  right: 0;
  top: -74px;
}
@media (min-width: 960px) {
  .layout-vacanciesdetails .container:after {
    font-size: 12em;
    right: 100px;
    top: -130px;
  }
}
.layout-vacanciesdetails .vacancy-and-contact .vacancy.style-detail .title {
  padding-top: 270px;
  padding-bottom: 25px;
  font-size: 1.75em;
  line-height: 1em;
  font-weight: 600;
  padding-left: 15px;
}
@media (min-width: 960px) {
  .layout-vacanciesdetails .vacancy-and-contact .vacancy.style-detail .title {
    padding-top: 45px;
    font-size: 2.25em;
    padding-bottom: 40px;
  }
}
.layout-vacanciesdetails .vacancy-and-contact .vacancy.style-detail .things {
  color: #0380ab;
}
@media (min-width: 960px) {
  .layout-vacanciesdetails .vacancy-and-contact .vacancy.style-detail .things {
    font-size: 1.2em;
  }
}
.layout-vacanciesdetails .vacancy-and-contact .vacancy.style-detail .things i {
  color: #f68b1e;
  font-size: 1.5em;
}
.layout-vacanciesdetails .vacancy-and-contact .vacancy.style-detail .things ul li {
  margin: 20px;
  margin-left: 0;
}
@media (min-width: 960px) {
  .layout-vacanciesdetails .vacancy-and-contact .vacancy.style-detail .things ul li {
    margin: 30px;
  }
}
.layout-vacanciesdetails .vacancy-and-contact .vacancy.style-detail .text {
  line-height: 1.75em;
  font-weight: 600;
  padding-left: 20px;
  padding-bottom: 30px;
}
@media (min-width: 960px) {
  .layout-vacanciesdetails .vacancy-and-contact .vacancy.style-detail .text {
    padding-right: 38%;
  }
}
.layout-vacanciesdetails .vacancy-and-contact .contact {
  border-radius: 10px;
  outline: 5px solid rgba(255, 255, 255, 0.25);
  background-color: #1a4868;
  color: #ffffff;
  padding-bottom: 5px;
}
@media (min-width: 960px) {
  .layout-vacanciesdetails .vacancy-and-contact .contact {
    outline: 10px solid rgba(255, 255, 255, 0.25);
  }
}
.layout-vacanciesdetails .vacancy-and-contact .contact .form {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1d1d1b;
}
.layout-vacanciesdetails .vacancy-and-contact .contact .form .gform_wrapper {
  position: relative;
}
.layout-vacanciesdetails .vacancy-and-contact .contact .form .gform_wrapper .gform_heading {
  position: relative;
}
.layout-vacanciesdetails .vacancy-and-contact .contact .form .gform_wrapper .gform_heading h2 {
  font-weight: 600;
  color: #1a4868;
  margin-bottom: 5px;
}
.layout-vacanciesdetails .vacancy-and-contact .contact .form .gform_wrapper .gform_heading .gform_description {
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
.layout-vacanciesdetails .vacancy-and-contact .contact .form .gform_wrapper .gform_body .gfield .ginput_container input {
  height: 48px;
  border-radius: 10px;
  padding: 10px 20px;
  background-color: #ffffff;
  border: 1px solid #989898;
}
.layout-vacanciesdetails .vacancy-and-contact .contact .form .gform_wrapper .gform_body .gfield .ginput_container_consent {
  font-size: 0.9em;
}
.layout-vacanciesdetails .vacancy-and-contact .contact .form .gform_wrapper .gform_footer {
  text-align: right;
}
.layout-vacanciesdetails .vacancy-and-contact .contact .form .gform_wrapper .gform_footer .button {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  background-color: #f68b1e;
  padding: 7px 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 800;
  transition: all 0.5s ease;
  border: 1px solid #f68b1e;
  cursor: pointer;
  border: none;
}
@media (min-width: 960px) {
  .layout-vacanciesdetails .vacancy-and-contact .contact .form .gform_wrapper .gform_footer .button {
    padding: 15px 50px;
  }
}
.layout-vacanciesdetails .vacancy-and-contact .contact .form .gform_wrapper .gform_footer .button:hover {
  background-color: #ffffff;
  color: #f68b1e;
}
.layout-vacanciesdetails .vacancy-and-contact .contact .person {
  padding: 5px 15px 15px 115px;
  padding-right: 15px;
}
.layout-vacanciesdetails .vacancy-and-contact .contact .person img {
  border-radius: 10px;
}
.layout-vacanciesdetails .vacancy-and-contact .contact .person .name {
  color: #f68b1e;
  font-weight: 600;
}
.layout-vacanciesdetails .vacancy-and-contact .contact .person .title {
  color: #0380ab;
  font-size: 0.9em;
}
.layout-vacanciesdetails .vacancy-and-contact .contact .whatsapp {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #c77311;
}
.layout-vacanciesdetails .vacancy-and-contact .contact .whatsapp,
.layout-vacanciesdetails .vacancy-and-contact .contact .email {
  background-color: #f68b1e;
  padding: 15px;
  display: block;
  position: relative;
}
.layout-vacanciesdetails .vacancy-and-contact .contact .whatsapp i,
.layout-vacanciesdetails .vacancy-and-contact .contact .email i {
  font-size: 1.5em;
  width: 35px;
}
.layout-vacanciesdetails .vacancy-and-contact .contact .whatsapp::after,
.layout-vacanciesdetails .vacancy-and-contact .contact .email::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f105";
}
.layout-vacanciesdetails .vacancy-and-contact .contact .whatsapp:after,
.layout-vacanciesdetails .vacancy-and-contact .contact .email:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 1.5em;
}
.layout-vacanciesdetails .vacancy-and-contact .contact .whatsapp:hover,
.layout-vacanciesdetails .vacancy-and-contact .contact .email:hover {
  background-color: #c77311;
}
.layout-vacanciesdetails .post-content {
  border-radius: 10px;
  overflow: hidden;
  padding: 35px 35px 50px 35px;
  color: #989898;
  background-color: #ffffff;
  margin-top: 60px;
}
@media (min-width: 960px) {
  .layout-vacanciesdetails .post-content {
    padding: 35px 65px 50px 65px;
  }
}
.layout-vacanciesdetails .post-content h2 {
  font-weight: 600;
  color: #f68b1e;
  font-size: 1.5em;
}
.layout-vacanciesdetails .post-content p {
  font-weight: 100;
}
.layout-vacanciesdetails .post-content ul {
  padding-left: 20px;
  list-style: disc;
}
.layout-contents {
  padding: 30px 0;
}
@media (min-width: 960px) {
  .layout-contents {
    padding: 30px 0;
  }
}
.layout-contents.first-after-hero {
  padding-top: 0;
  padding-bottom: 30px;
}
@media (min-width: 960px) {
  .layout-contents.first-after-hero .container {
    padding: 0 30px;
  }
}
.layout-contents .container {
  background-color: #ffffff;
  border-radius: 15px;
  color: #000000;
}
@media (min-width: 960px) {
  .layout-contents .container {
    padding: 45px 45px 45px 45px;
  }
}
.layout-contents .container h1 {
  font-weight: 900;
  line-height: 1em;
  color: #f68b1e;
}
.layout-contents .container ul {
  padding-left: 20px;
  list-style: disc;
}
.layout-contents .container a {
  color: #f68b1e;
  text-decoration: none;
}
.layout-contents .container a:hover {
  text-decoration: underline;
}
.layout-contents .container .is-type-video {
  text-align: center;
}
.layout-contents .container .is-type-video iframe {
  border-radius: 15px;
}
@media (min-width: 960px) {
  .layout-contents .container .is-type-video iframe {
    width: 100%;
    height: 630px;
  }
}
.layout-contents .container .gform_wrapper {
  position: relative;
}
.layout-contents .container .gform_wrapper .gform_heading {
  position: relative;
  padding: 0px;
}
.layout-contents .container .gform_wrapper .gform_heading h2 {
  font-weight: 600;
  color: #1a4868;
  margin-bottom: 5px;
}
.layout-contents .container .gform_wrapper .gform_heading .gform_description {
  color: #f68b1e;
}
.layout-contents .container .gform_wrapper .gform_body {
  padding: 30px 0;
}
.layout-contents .container .gform_wrapper .gform_body .gfield .gfield_label {
  color: #000000;
}
.layout-contents .container .gform_wrapper .gform_body .gfield .gpnf-nested-entries {
  width: 100%;
}
.layout-contents .container .gform_wrapper .gform_body .gfield .ginput_container input,
.layout-contents .container .gform_wrapper .gform_body .gfield .ginput_container textarea,
.layout-contents .container .gform_wrapper .gform_body .gfield .ginput_container select {
  height: 48px;
  max-height: 150px;
  border-radius: 3px;
  padding: 10px 20px;
  background-color: #f5f5f5;
  border: 1px solid #989898;
}
.layout-contents .container .gform_wrapper .gform_body .gfield .ginput_container input[type="checkbox"] {
  height: auto;
}
.layout-contents .container .gform_wrapper .gform_body .gfield .ginput_container #input_1_7_1 {
  height: auto;
}
.layout-contents .container .gform_wrapper .gform_body .gfield .ginput_container_consent {
  font-size: 0.9em;
}
.layout-contents .container .gform_wrapper .gform_footer {
  border-top: 1px solid #f68b1e;
  padding: 10px 0;
  text-align: right;
}
.layout-contents .container .gform_wrapper .gform_footer .button {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  background-color: #f68b1e;
  padding: 7px 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 800;
  transition: all 0.5s ease;
  border: 1px solid #f68b1e;
  cursor: pointer;
}
@media (min-width: 960px) {
  .layout-contents .container .gform_wrapper .gform_footer .button {
    padding: 15px 50px;
  }
}
.layout-contents .container .gform_wrapper .gform_footer .button:hover {
  background-color: #ffffff;
  color: #f68b1e;
}
.layout-form {
  clear: both;
  color: #989898;
  position: relative;
  background-color: #1a4868;
}
.layout-form::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #f68b1e;
  z-index: 0;
}
.layout-form:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: #f5f5f5;
  z-index: 1;
}
.layout-form.haslabel > .container {
  padding-top: 175px;
}
.layout-form > .container {
  max-width: 900px;
  padding-bottom: 90px;
  padding-top: 30px;
  position: relative;
}
.layout-form > .container > .label {
  font-size: 6em;
  font-weight: 600;
  opacity: 0.075;
  color: #000000;
  text-align: right;
  line-height: 1em;
  position: absolute;
  left: 0px;
  top: 50px;
  z-index: 9;
}
@media (min-width: 960px) {
  .layout-form > .container > .label {
    font-size: 12em;
    left: -150px;
    top: 50px;
  }
}
.layout-form > .container > .form {
  position: relative;
  z-index: 9;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
}
.layout-form > .container > .form .gform_wrapper {
  position: relative;
}
.layout-form > .container > .form .gform_wrapper .gform_heading {
  position: relative;
  padding: 0px 15px;
}
@media (min-width: 960px) {
  .layout-form > .container > .form .gform_wrapper .gform_heading {
    padding: 30px 90px;
  }
}
.layout-form > .container > .form .gform_wrapper .gform_heading h2 {
  font-weight: 600;
  color: #1a4868;
  margin-bottom: 5px;
}
.layout-form > .container > .form .gform_wrapper .gform_heading .gform_description {
  color: #f68b1e;
}
.layout-form > .container > .form .gform_wrapper .gform_body {
  padding: 30px 15px;
}
@media (min-width: 960px) {
  .layout-form > .container > .form .gform_wrapper .gform_body {
    padding: 30px 90px;
  }
}
.layout-form > .container > .form .gform_wrapper .gform_body .gfield .ginput_container input,
.layout-form > .container > .form .gform_wrapper .gform_body .gfield .ginput_container textarea {
  height: 48px;
  max-height: 150px;
  border-radius: 10px;
  padding: 10px 20px;
  background-color: #f5f5f5;
  border: 1px solid #989898;
}
.layout-form > .container > .form .gform_wrapper .gform_body .gfield .ginput_container_consent {
  font-size: 0.9em;
}
.layout-form > .container > .form .gform_wrapper .gform_footer {
  border-top: 1px solid #f68b1e;
  padding: 10px 15px;
  text-align: right;
}
@media (min-width: 960px) {
  .layout-form > .container > .form .gform_wrapper .gform_footer {
    padding: 10px 90px;
  }
}
.layout-form > .container > .form .gform_wrapper .gform_footer .button {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  background-color: #f68b1e;
  padding: 7px 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 800;
  transition: all 0.5s ease;
  border: 1px solid #f68b1e;
  cursor: pointer;
  border: none;
}
@media (min-width: 960px) {
  .layout-form > .container > .form .gform_wrapper .gform_footer .button {
    padding: 15px 50px;
  }
}
.layout-form > .container > .form .gform_wrapper .gform_footer .button:hover {
  background-color: #ffffff;
  color: #f68b1e;
}
.layout-footer {
  background-color: #f68b1e;
  padding-top: 15px;
}
.layout-footer .container > ul > li:first-child {
  padding-top: 15px;
}
.layout-footer .home svg path {
  fill: #ffffff !important;
}
.layout-footer p a {
  font-size: 1.2em;
}
.layout-footer .text h2 {
  margin-top: 0;
}
.layout-footer .text img {
  max-width: 57%;
}
.layout-footer .text strong {
  font-size: 1.2em;
  color: #f68b1e;
}
.layout-footer .phone,
.layout-footer .email {
  border-radius: 10px;
  overflow: hidden;
  background-color: #f68b1e;
  padding: 7px 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 800;
  transition: all 0.5s ease;
  border: 1px solid #f68b1e;
  display: block;
  margin-right: 15px;
  padding: 15px 10px;
  width: 265px;
  margin-top: 15px;
  display: inline-block;
  text-align: center;
  outline: 5px solid rgba(255, 255, 255, 0.25);
}
@media (min-width: 960px) {
  .layout-footer .phone,
  .layout-footer .email {
    padding: 15px 50px;
  }
}
.layout-footer .phone:hover,
.layout-footer .email:hover {
  background-color: #ffffff;
  color: #f68b1e;
}
@media (min-width: 960px) {
  .layout-footer .phone,
  .layout-footer .email {
    padding: 15px 10px;
  }
}
.layout-footer .phone i,
.layout-footer .email i {
  margin-right: 3px;
}
.layout-footer .home svg path {
  fill: #ffffff !important;
}
.social-pages {
  margin-top: 45px;
}
.social-pages li {
  margin-left: 10px;
}
.social-pages li a {
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 9px;
  display: block;
  background: #ffffff;
  border-radius: 50%;
  color: #000000;
  font-size: 32px;
  border-radius: 1px solid #ffffff;
}
.social-pages li a:hover {
  background: #000000;
  color: #ffffff;
}
.layout-copyright {
  background-color: #1d1d1b;
  padding-top: 30px;
  padding-bottom: 30px;
}
.layout-copyright .container {
  border-top: 1px solid #c77311;
  padding-top: 30px;
}
.layout-copyright .container ul li {
  margin-left: 15px;
}
